:root{--ink:#18342b;--green:#1f6b4d;--lime:#c8e56f;--sand:#f4f0e7;--paper:#fffdf8;--muted:#617168;--line:#dfe5de}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.6}a{color:inherit}header{height:80px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,248,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:21px}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green);color:white;font-weight:800}.brand b{letter-spacing:-.5px}nav{display:flex;align-items:center;gap:30px}nav a{text-decoration:none;font-size:14px;font-weight:700}.nav-cta{padding:11px 18px;border-radius:30px;background:var(--ink);color:#fff}.menu{display:none}.hero{min-height:700px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#132a22}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,37,29,.94),rgba(11,37,29,.68) 46%,rgba(11,37,29,.12))}.hero-copy{position:relative;z-index:2;width:min(760px,90vw);margin:0 0 8vw 7vw;color:white}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.2px;color:#83a091}.hero .eyebrow,.process .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6vw,86px);line-height:1.02;letter-spacing:-3px;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-copy>p:not(.eyebrow){font-size:19px;max-width:670px;color:#e4ece7}.actions{display:flex;align-items:center;gap:24px;margin-top:34px}.btn{display:inline-block;padding:14px 22px;background:var(--lime);color:var(--ink);border-radius:4px;text-decoration:none;font-weight:800}.btn.dark{background:var(--ink);color:white}.text-link{color:white;font-weight:700}.trust{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 5vw;background:var(--green);color:white;gap:16px}.trust span{text-align:center;font-size:13px;font-weight:700}.section{padding:110px 7vw}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:end;margin-bottom:55px}.section h2,.feature h2,.about h2,.contact h2{font-size:clamp(36px,4vw,60px);line-height:1.08;letter-spacing:-2px;margin-bottom:0}.section-head>p,.about p,.feature-copy p,.feature-copy li{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.product-grid article{padding:32px 25px;border-right:1px solid var(--line);min-height:330px}.product-grid article:last-child{border-right:0}.product-grid article>b,.steps article>b{color:var(--green)}.product-grid h3{font-size:24px;line-height:1.2;margin:40px 0 18px}.product-grid p{color:var(--muted)}.product-grid a{font-weight:800;color:var(--green)}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--sand)}.feature-copy{padding:90px 7vw}.feature-copy ul{padding-left:20px;margin:28px 0 34px}.feature>img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:left center}.process{background:var(--ink);color:white}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#476158}.steps article{padding:34px;background:var(--ink);min-height:245px}.steps h3{font-size:22px;margin-top:42px}.steps p{color:#b8c7c0}.about{padding:110px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.contact{margin:0 5vw 80px;padding:70px;background:var(--lime);display:grid;grid-template-columns:1fr .7fr;gap:8vw;align-items:center}.contact-card{background:white;padding:32px;display:flex;flex-direction:column;align-items:flex-start}.contact-card b{font-size:30px}.contact-card a{font-size:18px;color:var(--green);font-weight:800}.contact-card small{margin-top:16px;color:var(--muted)}footer{background:#10271f;color:white;padding:65px 7vw 30px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:45px}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}footer p,footer span,footer small{color:#b8c7c0}footer a{text-decoration:none}footer>small{grid-column:1/-1;border-top:1px solid #375046;padding-top:25px}.brand.light span{background:var(--lime);color:var(--ink)}.not-found{min-height:65vh;padding:120px 7vw}@media(max-width:900px){header{height:68px}.menu{display:block;background:none;border:1px solid var(--line);padding:8px 12px}nav{display:none;position:absolute;top:68px;left:0;right:0;padding:22px 5vw;background:var(--paper);flex-direction:column;align-items:flex-start}nav.open{display:flex}.hero{min-height:640px}.hero-copy{margin:0 5vw 70px}.shade{background:rgba(11,37,29,.78)}.trust,.product-grid,.steps{grid-template-columns:1fr 1fr}.section-head,.feature,.about,.contact{grid-template-columns:1fr}.feature>img{min-height:420px}.contact{padding:45px 6vw}footer{grid-template-columns:1fr 1fr}}@media(max-width:560px){h1{letter-spacing:-2px}.actions{align-items:flex-start;flex-direction:column}.trust,.product-grid,.steps,footer{grid-template-columns:1fr}.product-grid article{border-right:0;border-bottom:1px solid var(--line)}.section{padding:75px 6vw}.feature-copy,.about{padding:70px 6vw}.contact{margin:0;padding:70px 6vw}.feature>img{min-height:300px}footer>small{grid-column:auto}}
