:root{--ink:#14231f;--muted:#63706b;--green:#2c8b68;--lime:#b9df64;--paper:#f4f6f2;--line:#dce2dc;--white:#fff;--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fbfcfa}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,28px);position:sticky;top:0;z-index:20;background:rgba(251,252,250,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,35,31,.07)}.brand img{width:104px}.main-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}.main-nav>a:not(.nav-cta):hover{color:var(--green)}.nav-cta{background:var(--ink);color:white;padding:14px 20px;border-radius:50px}.nav-toggle{display:none;background:none;border:0;width:42px;height:42px}.nav-toggle span{height:2px;width:24px;background:var(--ink);display:block;margin:6px auto}.hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:70px max(5vw,28px) 80px;overflow:hidden;background:radial-gradient(circle at 85% 10%,#e7f1df 0,transparent 35%)}.hero-copy{max-width:750px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--green);margin:0 0 20px}.hero h1{font-size:clamp(48px,6vw,88px);line-height:1.01;letter-spacing:-.055em;margin:0 0 28px;max-width:900px}.hero-lead{font-size:19px;line-height:1.7;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:50px;font-weight:800;font-size:14px}.button.primary{background:var(--green);color:white}.button.secondary{border:1px solid var(--line);background:white}.hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.hero-visual>img{position:relative;z-index:2;max-height:500px;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(20,35,31,.15))}.glow{position:absolute;width:430px;height:430px;border-radius:50%;background:var(--lime);opacity:.35;filter:blur(4px)}.hero-note{position:absolute;z-index:3;right:2%;bottom:5%;background:var(--ink);color:white;padding:20px 24px;border-radius:18px;display:flex;flex-direction:column;box-shadow:0 18px 45px rgba(20,35,31,.22)}.hero-note strong{font-size:24px}.hero-note span{font-size:11px;color:#bdc8c4}.trust-strip{margin:0 max(5vw,28px);padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.trust-strip div{display:flex;flex-direction:column}.trust-strip strong{font-size:14px}.trust-strip span{font-size:12px;color:var(--muted);margin-top:5px}.section{padding:120px max(5vw,28px)}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:52px}.section h2,.contact h2{font-size:clamp(38px,5vw,66px);line-height:1.05;letter-spacing:-.045em;margin:0}.section-heading>p{color:var(--muted);line-height:1.7;max-width:500px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product-card{min-height:450px;border-radius:var(--radius);background:#e8efea;overflow:hidden;position:relative;padding:38px;display:flex}.product-card.featured{background:#dcebdd}.product-card.dark{background:var(--ink);color:white}.product-card.warm{background:#eee7df}.product-copy{position:relative;z-index:2;width:55%;display:flex;flex-direction:column;align-items:flex-start}.product-copy>span{font-size:11px;opacity:.55}.product-copy h3{font-size:30px;line-height:1.1;letter-spacing:-.035em;margin:55px 0 16px}.product-copy p{font-size:14px;line-height:1.7;opacity:.72}.product-copy a{font-size:13px;font-weight:800;margin-top:auto}.product-copy b{margin-left:8px}.product-card img{position:absolute;max-width:54%;max-height:75%;right:-4%;bottom:-2%;object-fit:contain;filter:drop-shadow(0 25px 24px rgba(20,35,31,.12))}.about{background:var(--ink);color:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}.about .eyebrow{color:var(--lime)}.about-copy{max-width:720px}.about-copy p{color:#aebbb6;line-height:1.8}.about-copy .large{font-size:22px;color:white;margin-top:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:55px;border-top:1px solid #41504b;padding-top:30px}.stats div{display:flex;flex-direction:column}.stats strong{font-size:34px;color:var(--lime)}.stats span{font-size:12px;color:#aebbb6}.contact{margin:18px;min-height:560px;border-radius:var(--radius);background:var(--green);color:white;padding:90px max(5vw,48px);display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:10vw}.contact .eyebrow{color:#d9f3b5}.contact>div>p:not(.eyebrow){max-width:580px;line-height:1.7;color:#d7e9e2}.contact-card{background:white;color:var(--ink);border-radius:22px;padding:34px;display:flex;flex-direction:column;gap:25px}.contact-card>a:not(.button),.contact-card>div{display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:20px}.contact-card span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:7px}.button.light{background:var(--ink);color:white}footer{padding:45px max(5vw,28px);display:flex;align-items:center;gap:30px;font-size:12px;color:var(--muted)}footer img{width:75px}footer p{margin-right:auto}@media(max-width:900px){.main-nav{display:none;position:absolute;left:0;right:0;top:86px;background:white;padding:25px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:60px}.hero-visual{min-height:420px}.hero-visual>img{max-height:400px}.trust-strip{grid-template-columns:1fr}.section-heading,.about,.contact{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.about{gap:55px}.contact{gap:50px}}@media(max-width:580px){.site-header{height:72px}.main-nav{top:72px}.hero{padding-top:48px}.hero h1{font-size:43px}.hero-actions{flex-direction:column;align-items:stretch}.hero-visual{min-height:330px}.hero-note{right:0}.section{padding:85px 22px}.section-heading{gap:20px}.product-card{min-height:500px;padding:28px}.product-copy{width:100%}.product-copy h3{margin-top:25px}.product-card img{max-width:72%;max-height:47%}.about{padding-bottom:95px}.stats{grid-template-columns:1fr 1fr}.contact{margin:8px;padding:65px 24px}.contact-card{padding:25px}footer{flex-wrap:wrap}}
