:root{--bg:#f5f2e9;--paper:#fffdf8;--ink:#17231c;--green:#173c2a;--green-2:#285842;--olive:#aeb783;--sand:#ded7c8;--muted:#687169;--line:#ddd9ce;--white:#fff;--shadow:0 18px 60px rgba(24,36,29,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.announcement{min-height:36px;background:var(--green);color:#eaf0e7;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.announcement-right{display:flex;gap:24px;color:#c8d4c7}.site-header{position:sticky;top:0;z-index:50;height:78px;padding:0 4.5vw;display:flex;align-items:center;gap:28px;background:rgba(245,242,233,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,60,42,.08)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em}.brand b{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--green);color:var(--white);font-size:10px;letter-spacing:0}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-size:13px;font-weight:700;color:#49554c}.desktop-nav a:hover{color:var(--green)}.cart-trigger{border:0;background:var(--green);color:#fff;border-radius:999px;padding:10px 10px 10px 16px;display:flex;align-items:center;gap:11px;font-weight:800;cursor:pointer}.cart-trigger span{display:grid;place-items:center;width:25px;height:25px;background:#c2ce8a;color:var(--ink);border-radius:50%;font-size:11px}.hero{padding:70px 4.5vw 92px;display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.hero-copy{max-width:640px}.kicker{font-size:10px;letter-spacing:.2em;color:#7d877e;font-weight:900}.hero h1{font-size:clamp(54px,6.8vw,92px);line-height:.92;letter-spacing:-.065em;margin:18px 0 26px;max-width:680px}.hero h1 i,.section-intro h2 em,.trust h2 em,.split-banner h2 em{color:var(--green-2);font-style:normal}.hero-lead{max-width:580px;font-size:18px;color:var(--muted);line-height:1.65;margin:0}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.hero-pills span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.44);font-size:11px;font-weight:800}.hero-actions{display:flex;gap:10px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;border:0;border-radius:999px;padding:14px 19px;font-weight:850;cursor:pointer;min-height:49px}.button.primary{background:var(--green);color:white}.button.secondary{background:transparent;border:1px solid #c8c8be;color:var(--ink)}.button.dark{background:#111815;color:white}.button.wide{width:100%}.hero-photo-wrap{position:relative}.hero-photo{overflow:hidden;border-radius:34px;background:var(--sand);box-shadow:var(--shadow);aspect-ratio:4/3}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.hero-badge,.hero-discount{position:absolute;display:flex;flex-direction:column;gap:2px;padding:14px 16px;background:rgba(255,253,248,.9);backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 10px 35px rgba(20,30,24,.1)}.hero-badge{left:20px;bottom:20px}.hero-discount{right:20px;top:20px;background:#dfe8b6}.hero-badge strong,.hero-discount strong{font-size:20px;letter-spacing:-.04em}.hero-badge small,.hero-discount small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:800}.products-section{padding:95px 4.5vw;background:#f0ede4}.section-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}.section-intro h2,.trust h2,.faq-section h2{font-size:clamp(40px,5.3vw,70px);line-height:.95;letter-spacing:-.06em;margin:11px 0 0}.section-intro>p{max-width:440px;color:var(--muted);line-height:1.65;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 4px 16px rgba(24,36,29,.03);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:#e5dfd3}.product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.035)}.product-tag,.product-discount{position:absolute;top:13px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;padding:7px 9px;border-radius:999px}.product-tag{left:13px;background:rgba(255,253,248,.92);color:var(--green)}.product-discount{right:13px;background:#dfe8b6;color:var(--green)}.product-info{padding:20px}.product-meta{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:#8a918a;font-weight:900;margin-bottom:8px}.product-info h3{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.04em}.product-info p{color:var(--muted);font-size:12px;min-height:34px;margin:9px 0 17px}.price-line{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;align-items:end;gap:10px}.price-line small{display:block;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:#8c938d;margin-bottom:3px}.price-line s{color:#9d9f9b;font-size:12px}.sale-price{text-align:right}.sale-price strong{font-size:24px;letter-spacing:-.045em;color:var(--green)}.add-product{width:100%;border:1px solid var(--green);background:transparent;color:var(--green);border-radius:999px;padding:12px 14px;margin-top:17px;display:flex;justify-content:space-between;align-items:center;font-weight:850;cursor:pointer}.add-product:hover{background:var(--green);color:white}.trust{padding:100px 4.5vw;display:grid;grid-template-columns:.8fr 1.3fr;gap:75px;background:#dfe2d5}.trust-copy{max-width:530px}.trust-copy p{color:#626b63;max-width:460px;line-height:1.65}.steps{display:grid;grid-template-columns:1fr 1fr;gap:40px 52px}.steps article span{font-size:10px;letter-spacing:.17em;color:#72816f;font-weight:900}.steps h3{margin:10px 0 6px;font-size:21px}.steps p{margin:0;color:#636c64;font-size:13px;line-height:1.55}.split-banner{margin:58px 4.5vw;padding:48px 52px;border-radius:30px;background:var(--green);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.split-banner .kicker{color:#abbcaa}.split-banner h2{font-size:clamp(38px,4.7vw,60px);line-height:.95;letter-spacing:-.055em;margin:10px 0 0}.faq-section{padding:35px 4.5vw 95px}.faq-section>h2{max-width:720px;margin-bottom:32px}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-list details{background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:18px 20px}.faq-list summary{font-weight:850;cursor:pointer}.faq-list p{color:var(--muted);font-size:13px;line-height:1.55}.footer{padding:55px 4.5vw;background:#111815;color:#c7cec6;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer .brand{color:white}.footer p{max-width:290px;color:#8b938b;line-height:1.6;font-size:13px}.footer>div:not(:first-child){display:flex;flex-direction:column;gap:9px;font-size:12px}.footer strong{color:white;margin-bottom:4px}.drawer-backdrop{position:fixed;inset:0;background:rgba(11,16,13,.46);opacity:0;pointer-events:none;transition:.22s;z-index:90}.drawer-backdrop.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:100;top:0;right:0;height:100dvh;width:min(540px,100%);background:var(--paper);transform:translateX(100%);transition:transform .26s;box-shadow:-25px 0 80px rgba(17,24,21,.2);display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:6px 0 0;font-size:36px;letter-spacing:-.05em}.close-btn{width:40px;height:40px;border-radius:50%;border:0;background:#ece9df;font-size:25px;cursor:pointer}.drawer-body{flex:1;overflow:auto;padding:8px 24px}.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item>img{width:68px;height:68px;object-fit:cover;border-radius:12px}.cart-item-main h4{margin:0;font-size:13px}.cart-item-main small{display:block;color:var(--muted);font-size:10px;margin:4px 0 10px}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-item-bottom strong{font-size:13px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:white;cursor:pointer}.remove{align-self:start;border:0;background:transparent;color:#92958f;font-size:22px;cursor:pointer}.empty-state{text-align:center;padding:80px 15px;color:var(--muted)}.empty-state[hidden]{display:none}.empty-symbol{font-size:42px;color:#9ca49b}.empty-state h3{color:var(--ink);margin:12px 0 7px}.empty-state a{text-decoration:underline;color:var(--green);font-weight:800;font-size:13px}.drawer-footer{padding:18px 24px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:white}.drawer-footer[hidden]{display:none}.total-line{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}.total-line strong{font-size:28px;letter-spacing:-.05em}.payment-note{background:#eef1e0;color:var(--green);font-size:10px;font-weight:850;border-radius:10px;padding:10px;margin-bottom:10px}.drawer-footer form{display:grid;gap:8px}.drawer-footer label{font-size:10px;font-weight:850;color:#6d756f}.drawer-footer label span{font-weight:500;color:#9ca19c}.drawer-footer input,.drawer-footer textarea{display:block;width:100%;border:1px solid var(--line);border-radius:10px;background:#fbfaf6;padding:11px 12px;margin-top:5px;outline:0}.drawer-footer input:focus,.drawer-footer textarea:focus{border-color:#7b967d;box-shadow:0 0 0 3px rgba(40,88,66,.09)}.drawer-footer textarea{resize:vertical;min-height:74px}.form-hint{color:#8e938e;font-size:9px;line-height:1.4}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr;gap:35px}.hero-copy{max-width:760px}.hero-photo-wrap{max-width:900px;width:100%;margin:auto}.trust{grid-template-columns:1fr;gap:45px}.footer{grid-template-columns:1.4fr 1fr 1fr}}@media(max-width:700px){.announcement{justify-content:center}.announcement-right{display:none}.site-header{height:70px;padding:0 16px}.desktop-nav{display:none}.brand{font-size:14px}.hero{padding:42px 16px 55px;gap:28px}.hero h1{font-size:52px;line-height:.94}.hero-lead{font-size:15px}.hero-pills{gap:6px}.hero-pills span{font-size:10px;padding:7px 9px}.hero-actions{flex-direction:column}.button{width:100%}.hero-photo{border-radius:22px}.hero-badge,.hero-discount{padding:11px 12px;border-radius:14px}.products-section{padding:65px 16px}.section-intro{display:block}.section-intro>p{margin-top:18px;font-size:13px}.product-grid{grid-template-columns:1fr;gap:12px}.product-image-wrap{aspect-ratio:1.08/1}.product-info{padding:17px}.product-info h3{font-size:20px}.trust{padding:65px 16px}.steps{grid-template-columns:1fr;gap:25px}.split-banner{margin:35px 16px;padding:35px 22px;display:block;border-radius:22px}.split-banner .button{margin-top:24px}.faq-section{padding:20px 16px 65px}.faq-list{grid-template-columns:1fr}.footer{padding:46px 16px;grid-template-columns:1fr;gap:28px}.cart-drawer{width:100%}.drawer-head{padding:18px 16px}.drawer-body{padding:8px 16px}.drawer-footer{padding:15px 16px calc(15px + env(safe-area-inset-bottom))}.cart-item{grid-template-columns:56px 1fr auto}.cart-item>img{width:56px;height:56px}.cart-item-bottom{display:block}.cart-item-bottom strong{display:block;margin-top:6px}.qty{gap:6px}.qty button{width:27px;height:27px}}
