:root{--ink:#17231d;--forest:#194d35;--leaf:#52a86f;--cream:#f5f0e5;--white:#fff;--line:#d9e1dc;--muted:#647168;--radius:24px;--shadow:0 18px 50px rgba(23,35,29,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfcfa;font:16px/1.6 Inter,system-ui,sans-serif}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:10;background:rgba(251,252,250,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,225,220,.8)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:1.25rem}.brand img{width:44px;height:44px;object-fit:contain}.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{text-decoration:none;font-weight:650}.cart-button,.button{border:0;border-radius:999px;background:var(--forest);color:white;padding:12px 20px;font:inherit;font-weight:750;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.cart-button span{background:white;color:var(--forest);min-width:23px;height:23px;border-radius:50%;font-size:.78rem;display:grid;place-items:center}.button.secondary{background:transparent;color:var(--forest);border:1px solid var(--forest)}.hero{padding:70px 0 55px;background:radial-gradient(circle at 75% 20%,#dcebdd 0,transparent 36%),var(--cream)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{color:var(--forest);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:.95;letter-spacing:-.045em;margin:18px 0 24px}.hero p{font-size:1.18rem;color:#46534b;max-width:620px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:180px 180px 28px 28px;box-shadow:var(--shadow)}.badge{position:absolute;bottom:20px;left:-24px;background:white;border-radius:18px;padding:14px 18px;box-shadow:var(--shadow);font-weight:750}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:24px 0}.trust div{text-align:center;font-size:.9rem;font-weight:700}.section{padding:84px 0}.section.soft{background:var(--cream)}.section-head{max-width:700px;margin-bottom:38px}.section h2{font:700 clamp(2.2rem,4vw,3.5rem)/1.08 Georgia,serif;margin:8px 0 14px}.section-head p{color:var(--muted)}.benefits,.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.card .number{font:700 2rem Georgia,serif;color:var(--leaf)}.card h3{margin:12px 0 7px}.card p{color:var(--muted);margin:0}.product{padding:0;overflow:hidden;display:flex;flex-direction:column}.product img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eef2ed}.product-body{padding:23px;display:flex;flex-direction:column;flex:1}.product-top{display:flex;justify-content:space-between;gap:15px;align-items:start}.product h3{margin:0;font-size:1.25rem}.price{font-weight:850;color:var(--forest);white-space:nowrap}.product ul{padding-left:18px;color:var(--muted);font-size:.92rem;flex:1}.product .button{width:100%}.story{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.story img{border-radius:var(--radius);min-height:420px;object-fit:cover}.faq details{background:white;border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:18px 20px}.faq summary{font-weight:750;cursor:pointer}.faq p{color:var(--muted)}footer{background:var(--ink);color:#dce5df;padding:46px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-note{color:#9dac9f;font-size:.88rem}.drawer{position:fixed;inset:0;z-index:30;visibility:hidden}.drawer.open{visibility:visible}.shade{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:.2s}.open .shade{opacity:1}.panel{position:absolute;right:0;top:0;height:100%;width:min(440px,100%);background:white;padding:26px;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}.open .panel{transform:none}.panel-head{display:flex;justify-content:space-between;align-items:center}.icon-button{background:none;border:0;font-size:1.8rem;cursor:pointer}.cart-items{overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:10px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:white;border-radius:50%;cursor:pointer}.totals{border-top:1px solid var(--line);padding-top:18px}.totals>div{display:flex;justify-content:space-between}.total{font-size:1.25rem;font-weight:800;margin:8px 0 18px}.empty{color:var(--muted);text-align:center;margin-top:50px}.notice{padding:14px 16px;background:#eaf5ed;border-radius:12px;color:var(--forest);font-size:.9rem}.checkout{padding:60px 0;min-height:70vh}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}.form-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:700}.field input,.field select{width:100%;border:1px solid #bfcac2;border-radius:10px;padding:12px;font:inherit}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.status{padding:12px;border-radius:10px;margin:14px 0}.status.error{background:#feeceb;color:#8f2921}.status.success{background:#e8f5eb;color:#1f6538}.hidden{display:none!important}@media(max-width:800px){.nav-links>a{display:none}.hero-grid,.story,.checkout-grid{grid-template-columns:1fr}.hero{padding-top:42px}.hero-media{max-width:520px}.badge{left:10px}.trust,.benefits,.products{grid-template-columns:1fr 1fr}.section{padding:58px 0}}@media(max-width:540px){.wrap{width:min(100% - 28px,1160px)}.hero h1{font-size:3.25rem}.trust,.benefits,.products,.fields{grid-template-columns:1fr}.field.full{grid-column:auto}.trust{text-align:left}.nav-inner{height:66px}.brand img{width:38px;height:38px}.cart-button{padding:10px 14px}}

/* Brand and hero corrections */
.brand{font-family:Poppins,Arial,sans-serif;letter-spacing:-.025em;gap:8px}.brand span{color:#16a34a}.hero-media img{aspect-ratio:16/9;object-fit:contain;background:#17231d;border-radius:28px}.badge{left:20px}
.brand .wordmark{color:inherit}.brand .brand-four{color:#16a34a}
