@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--green:#174d2b;--green2:#2d6a3d;--light:#f4f6ef;--cream:#faf9f4;--gold:#b38b43;--ink:#111;--muted:#667066;--white:#fff;--border:#e5e8df;--shadow:0 16px 50px rgba(20,50,30,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#111;color:#fff;font-size:12px;letter-spacing:.04em}.topbar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{color:#fff;text-decoration:underline;text-underline-offset:3px}.notice{font-weight:700}.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.headrow{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.08em;font-size:17px;color:var(--green)}.brandmark{width:44px;height:44px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;font-size:24px}.head-actions{display:flex;justify-content:flex-end;gap:18px;align-items:center}.iconbtn{border:0;background:none;cursor:pointer;font:inherit;padding:8px;position:relative}.cart-count{position:absolute;right:0;top:0;background:var(--green);color:#fff;border-radius:99px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px}.menu-toggle{display:none;border:0;background:none;font-size:25px}.nav{border-top:1px solid #f0f1ec}.nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:0}.nav a{display:block;padding:16px 17px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nav a:hover{background:var(--light);color:var(--green)}.hero{background:var(--cream);padding:0}.hero-media{position:relative;overflow:hidden}.hero-media img{width:100%;max-height:650px;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.72) 33%,rgba(255,255,255,0) 66%);display:flex;align-items:center}.hero-copy{width:min(560px,52%)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(38px,5vw,70px);line-height:1.03;margin:0 0 18px}.hero h1 span{color:var(--green)}.hero p{font-size:17px;color:#3e463f;max-width:520px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:2px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--green);cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#0e3b20}.btn-light{background:#fff;color:var(--green)}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.trustbar{background:#123d22;color:#fff}.trustbar .container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:18px 0}.trust{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;text-align:center}.section{padding:78px 0}.section.alt{background:var(--light)}.section-head{text-align:center;max-width:760px;margin:0 auto 38px}.section-head .eyebrow{margin-bottom:7px}.section-head h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.1;margin:0 0 10px}.section-head p{color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:#fff;border:1px solid var(--border);padding:30px;min-height:220px;box-shadow:0 6px 22px rgba(0,0,0,.03)}.feature-icon{width:48px;height:48px;border-radius:50%;background:#edf4ea;color:var(--green);display:grid;place-items:center;font-size:22px;margin-bottom:18px}.feature-card h3{margin:0 0 8px;font-size:18px}.feature-card p{margin:0;color:var(--muted);font-size:14px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{border:1px solid var(--border);background:#fff;position:relative;display:flex;flex-direction:column;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-media{height:285px;background:#f6f7f3;display:grid;place-items:center;overflow:hidden;padding:20px}.product-media img{height:100%;width:100%;object-fit:contain}.badge{position:absolute;top:12px;left:12px;background:var(--green);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;padding:6px 8px;z-index:2}.product-info{padding:20px}.product-brand{font-size:10px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.1em}.product h3{font-size:15px;line-height:1.3;margin:7px 0 9px}.price{font-weight:800;font-size:17px}.old{color:#999;text-decoration:line-through;font-weight:500;margin-right:7px;font-size:13px}.product-actions{display:flex;gap:8px;margin-top:15px}.product-actions .btn{flex:1;padding:11px 8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.split-media{min-height:480px;overflow:hidden}.split-media img{width:100%;height:100%;object-fit:cover}.split-copy{padding:70px;display:flex;flex-direction:column;justify-content:center;background:var(--green);color:#fff}.split-copy .eyebrow{color:#cfe5c9}.split-copy h2{font-family:'Playfair Display',serif;font-size:44px;line-height:1.08;margin:0 0 16px}.split-copy p{color:#e5eee6}.split-copy .btn{align-self:flex-start;margin-top:15px}.protocol{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;align-items:center}.protocol-art{background:var(--cream);padding:30px}.protocol-art img{width:100%;height:460px;object-fit:cover}.checklist{list-style:none;padding:0;margin:25px 0}.checklist li{display:flex;gap:12px;margin:12px 0;font-size:14px}.check{color:var(--green);font-weight:900}.number{font-size:12px;font-weight:800;color:var(--gold);letter-spacing:.12em}.newsletter{background:#111;color:#fff;padding:60px 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.newsletter h2{font-family:'Playfair Display',serif;font-size:38px;margin:0 0 10px}.newsletter p{color:#c7cdc8}.form{display:flex}.form input{flex:1;border:0;padding:15px 16px;font:inherit}.form button{border:0;background:var(--green2);color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.footer{background:#0b0b0b;color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px;color:#dfe8df}.footer p,.footer a{font-size:13px;color:#aeb7b0}.footer a{display:block;margin:8px 0}.footer-bottom{border-top:1px solid #292929;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#7e877f;font-size:11px}.drawer{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;display:none}.drawer.open{display:block}.drawer-panel{margin-left:auto;width:min(430px,92vw);height:100%;background:#fff;padding:25px;overflow:auto}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:15px}.drawer-head h3{margin:0}.close{border:0;background:none;font-size:28px;cursor:pointer}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item img{width:70px;height:70px;object-fit:contain;background:#f5f6f2}.cart-item h4{margin:0;font-size:13px}.qty{display:flex;gap:6px;align-items:center;margin-top:7px}.qty button{width:25px;height:25px;border:1px solid var(--border);background:#fff;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-weight:800;font-size:18px;padding:20px 0}.empty{color:var(--muted);padding:30px 0;text-align:center}.modal{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:110;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{background:#fff;width:min(760px,100%);padding:25px;position:relative}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.modal-grid img{height:360px;width:100%;object-fit:contain;background:#f5f6f2}.modal-card h2{font-family:'Playfair Display',serif;font-size:34px;line-height:1.1}.toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:13px 18px;font-size:12px;z-index:150;transform:translateY(120px);transition:.25s}.toast.show{transform:translateY(0)}
@media(max-width:900px){.headrow{grid-template-columns:auto 1fr auto}.menu-toggle{display:block}.brand{justify-content:center}.nav{display:none}.nav.open{display:block}.nav ul{flex-direction:column}.nav a{border-bottom:1px solid var(--border)}.hero-overlay{position:relative;background:#fff;padding:30px 0}.hero-media img{max-height:480px;object-fit:cover}.hero-copy{width:100%}.trustbar .container{grid-template-columns:1fr 1fr}.products{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr}.split,.protocol,.newsletter-inner{grid-template-columns:1fr}.split-copy{padding:45px 30px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.topbar .container{justify-content:center;text-align:center}.topbar .container span:last-child{display:none}.brand{font-size:13px}.brandmark{width:38px;height:38px}.headrow{min-height:70px}.head-actions{gap:3px}.hero h1{font-size:42px}.section{padding:55px 0}.section-head h2{font-size:34px}.products{grid-template-columns:1fr}.trustbar .container{grid-template-columns:1fr 1fr;gap:10px}.trust{font-size:9px}.protocol-art img{height:330px}.split-media{min-height:320px}.newsletter-inner{gap:20px}.form{flex-direction:column;gap:8px}.form button{height:48px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.modal-grid{grid-template-columns:1fr}.modal-grid img{height:280px}}
