:root{
  --hh-cream:#F7EFE6;
  --hh-card:#FFFDF7;
  --hh-deep:#2A1713;
  --hh-brown:#733D2C;
  --hh-rust:#A55C35;
  --hh-cocoa:#72584E;
  --hh-soft:#E4C8B5;
  --hh-line:#eadfd5;
  --hh-shadow:0 20px 45px rgba(42,23,19,.10);
  --hh-radius:34px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hh-cream);color:var(--hh-deep);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:4px}.hh-page{max-width:1120px;margin:0 auto;padding:clamp(28px,6vw,72px) clamp(18px,5vw,44px)}
.hh-kicker{font-weight:900;text-transform:uppercase;letter-spacing:.22em;color:var(--hh-rust);font-size:clamp(.78rem,2vw,.95rem);margin:0 0 12px}.hh-title{font-size:clamp(2.1rem,8vw,5.7rem);line-height:.95;letter-spacing:-.06em;margin:0;color:var(--hh-deep);font-weight:950}.hh-subtitle{font-size:clamp(1.08rem,3vw,1.55rem);line-height:1.65;color:var(--hh-cocoa);max-width:760px;margin:22px 0 0}.hh-section-title{font-size:clamp(2rem,6vw,4.2rem);line-height:1;letter-spacing:-.055em;margin:0;color:var(--hh-deep);font-weight:950}.hh-small-title{font-size:clamp(1.35rem,4vw,2rem);line-height:1.1;margin:0;color:var(--hh-deep);font-weight:900}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--hh-brown);color:#fff;padding:14px 22px;border-radius:999px;font-weight:900;border:2px solid var(--hh-brown);min-height:48px}.hh-btn:hover{text-decoration:none;background:var(--hh-deep);border-color:var(--hh-deep)}.hh-btn--light{background:#fff;color:var(--hh-deep);border-color:#fff}.hh-btn--outline{background:transparent;color:var(--hh-brown);border-color:var(--hh-brown)}
.hh-header{background:var(--hh-cream);border-bottom:1px solid var(--hh-line);position:sticky;top:0;z-index:20}.hh-header__inner{max-width:1180px;margin:0 auto;padding:18px clamp(16px,4vw,36px);display:flex;align-items:center;justify-content:space-between;gap:20px}.hh-logo{font-weight:950;text-transform:uppercase;line-height:.95;letter-spacing:.02em;font-size:clamp(1.35rem,4vw,2.2rem);color:var(--hh-deep)}.hh-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 22px;font-weight:900;font-size:clamp(.95rem,2vw,1.1rem)}.hh-nav a{white-space:nowrap}.hh-nav a:last-child{background:var(--hh-brown);color:#fff;padding:10px 16px;border-radius:999px}.hh-nav a:last-child:hover{text-decoration:none;background:var(--hh-deep)}
.hh-hero{padding-top:clamp(30px,6vw,70px)}.hh-hero-card{position:relative;overflow:hidden;background:var(--hh-brown);color:#fff;border-radius:var(--hh-radius);box-shadow:var(--hh-shadow);padding:clamp(34px,6vw,72px);min-height:390px;display:flex;flex-direction:column;justify-content:space-between}.hh-hero-card:after{content:"";position:absolute;right:-80px;bottom:-100px;width:360px;height:360px;border-radius:50%;background:var(--hh-rust);opacity:.78}.hh-hero-card>*{position:relative;z-index:1}.hh-hero-card .hh-kicker{color:#F4D6C7}.hh-hero-card .hh-title{color:#fff;max-width:780px}.hh-hero-card .hh-subtitle{color:#FBECE3;max-width:650px}.hh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hh-spacer{height:clamp(32px,7vw,90px)}.hh-panel{background:var(--hh-card);border:1px solid var(--hh-line);border-radius:var(--hh-radius);box-shadow:var(--hh-shadow);padding:clamp(28px,5vw,58px)}.hh-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:32px}.hh-card{background:var(--hh-card);border:1px solid var(--hh-line);border-radius:28px;padding:clamp(24px,4vw,34px);box-shadow:var(--hh-shadow);min-height:230px;display:flex;flex-direction:column;justify-content:space-between}.hh-card p{font-size:1.05rem;color:var(--hh-cocoa);margin:14px 0 24px}.hh-tag{font-weight:950;color:var(--hh-deep);font-size:1.1rem;margin-top:auto}.hh-brown-block{background:var(--hh-brown);color:#fff;border-radius:var(--hh-radius);padding:clamp(30px,5vw,60px);position:relative;overflow:hidden}.hh-brown-block:after{content:"";position:absolute;right:-60px;bottom:-120px;width:310px;height:310px;border-radius:50%;background:var(--hh-rust);opacity:.75}.hh-brown-block>*{position:relative;z-index:1}.hh-brown-block .hh-kicker{color:#F4D6C7}.hh-brown-block .hh-section-title,.hh-brown-block .hh-small-title{color:#fff}.hh-brown-block p{color:#FBECE3;font-size:clamp(1.05rem,3vw,1.35rem);max-width:720px}.hh-direction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}.hh-direction{background:#fff9f3;border:1px solid var(--hh-line);border-radius:24px;padding:24px}.hh-direction strong{display:block;font-size:1.25rem;margin-bottom:8px}.hh-direction span{color:var(--hh-cocoa)}
.hh-newsletter{background:var(--hh-deep);color:#fff;border-radius:var(--hh-radius);padding:clamp(30px,5vw,56px);box-shadow:var(--hh-shadow)}.hh-newsletter .hh-section-title{color:#fff}.hh-newsletter p{color:#FBECE3;font-size:1.15rem;max-width:720px}.hh-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hh-input{border:0;border-radius:999px;padding:14px 18px;min-height:48px;flex:1 1 240px}.hh-footer{background:var(--hh-deep);color:#fff;margin-top:60px}.hh-footer__inner{max-width:1180px;margin:0 auto;padding:36px clamp(16px,4vw,36px);display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.hh-footer p{color:#E8D5C8;margin:8px 0 0}.hh-footer nav{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:flex-end;font-weight:800}.hh-main-content{background:var(--hh-card);border-radius:var(--hh-radius);padding:clamp(26px,5vw,54px);box-shadow:var(--hh-shadow)}.hh-main-content h1{font-size:clamp(2rem,6vw,4rem);line-height:1;margin-top:0;letter-spacing:-.04em}.hh-main-content p,.hh-main-content li{color:var(--hh-cocoa);font-size:1.1rem}.hh-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:26px}.hh-product-card{background:#fff;border:1px solid var(--hh-line);border-radius:24px;padding:20px}.hh-product-card img{width:100%;height:auto;border-radius:18px;background:var(--hh-cream)}.hh-price{font-weight:900;color:var(--hh-brown)}
@media(max-width:860px){.hh-header__inner{align-items:flex-start;flex-direction:column}.hh-nav{justify-content:flex-start;gap:10px 16px}.hh-grid,.hh-direction-grid,.hh-footer__inner{grid-template-columns:1fr}.hh-footer nav{justify-content:flex-start}.hh-hero-card{min-height:520px}.hh-hero-card:after,.hh-brown-block:after{width:280px;height:280px;right:-90px;bottom:-80px}.hh-title{font-size:clamp(2.35rem,12vw,4.6rem)}.hh-section-title{font-size:clamp(2.2rem,10vw,3.9rem)}}
@media(max-width:480px){.hh-page{padding-left:16px;padding-right:16px}.hh-hero-card,.hh-panel,.hh-brown-block,.hh-newsletter{border-radius:26px;padding:28px 24px}.hh-nav{font-size:.98rem}.hh-card{min-height:auto}.hh-form{display:block}.hh-input,.hh-form .hh-btn{width:100%;margin-top:10px}}
