:root{--ink:#17221b;--muted:#627066;--paper:#fffdf8;--cream:#f5f1e7;--green:#08783f;--deep:#063c26;--gold:#f3c54b;--line:rgba(23,34,27,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.shell{width:min(1140px,calc(100% - 48px));margin:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:10;padding:10px 15px;background:var(--deep);color:white;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:5;top:0;border-bottom:1px solid var(--line);background:rgba(255,253,248,.93);backdrop-filter:blur(16px)}.header-inner,.footer-inner{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;line-height:1.05}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--green);color:white;font-family:Georgia,serif;font-size:21px}.brand strong,.brand small{display:block}.brand strong{font-size:14px;letter-spacing:.08em}.brand small{margin-top:4px;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}nav{display:flex;gap:28px;color:#435047;font-size:14px;font-weight:700}nav a:hover{color:var(--green)}.hero{overflow:hidden;background:linear-gradient(105deg,#fffdf8 0%,#fffdf8 54%,#e8f0e3 100%)}.hero-grid{display:grid;min-height:calc(100svh - 79px);align-items:center;grid-template-columns:.84fr 1.16fr;gap:70px}.hero-copy{padding:85px 0}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow span{width:22px;height:2px;background:currentColor}.eyebrow-light{color:#b9dabf}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.04em;line-height:.99}h1{max-width:650px;font-size:clamp(54px,6vw,86px);font-weight:650}h1 em{color:var(--green);font-family:Georgia,"Times New Roman",serif;font-weight:400}.hero-lead{max-width:530px;margin:29px 0 34px;color:#4d5a51;font-size:19px}.button{display:inline-flex;justify-content:space-between;gap:28px;min-width:195px;padding:15px 20px;background:var(--green);color:white;font-size:14px;font-weight:750;transition:.18s transform,.18s background}.button:hover{background:#075130;transform:translateY(-2px)}figure{margin:0}.hero-image{position:relative;z-index:1;overflow:hidden;border:7px solid rgba(255,253,248,.92);box-shadow:0 24px 60px rgba(6,60,38,.19);transform:rotate(1.2deg)}.hero-image:before{position:absolute;z-index:1;inset:0;background:linear-gradient(135deg,rgba(8,120,63,.12),transparent 38%);content:""}.hero-image img{display:block;width:100%;height:auto}.hero-image figcaption{position:absolute;z-index:2;right:18px;bottom:16px;left:18px;padding:10px 13px;background:rgba(255,253,248,.91);color:var(--deep);font-size:12px;font-weight:700}.intro{padding:clamp(80px,11vw,155px) 0;background:var(--paper)}.intro-inner{max-width:900px}.intro h2,.walkthrough h2,.cta h2{font-size:clamp(43px,5vw,68px)}.intro p:last-child{max-width:650px;margin:33px 0 0;color:var(--muted);font-size:19px}.walkthrough{padding:clamp(75px,10vw,135px) 0 0;background:var(--cream)}.walkthrough-intro{max-width:900px;padding-bottom:clamp(55px,7vw,95px)}.walkthrough-intro>p:last-child{max-width:650px;margin:30px 0 0;color:var(--muted);font-size:18px}.screen-row{padding:clamp(52px,7vw,96px) 0;border-top:1px solid var(--line);background:rgba(255,253,248,.4)}.screen-row.alternate{background:#e7eedf}.row-grid{display:grid;align-items:center;grid-template-columns:.65fr 1.35fr;gap:70px}.screen-row.alternate .row-grid{grid-template-columns:1.35fr .65fr}.screen-row.alternate .screen-copy{order:2}.screen-row figure{overflow:hidden;border:1px solid rgba(23,34,27,.16);background:white;box-shadow:0 18px 46px rgba(23,34,27,.1)}.screen-row img{display:block;width:100%;height:auto}.screen-copy{max-width:350px}.screen-copy span{display:block;margin-bottom:22px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.12em}.screen-copy h3{margin-bottom:17px;font-size:clamp(29px,3vw,43px);letter-spacing:-.035em;line-height:1.05}.screen-copy p{margin:0;color:var(--muted);font-size:16px}.cta{padding:clamp(85px,11vw,150px) 0;background:#1b3023;color:white}.cta-inner{max-width:850px}.cta h2{max-width:760px}.cta p:last-child{max-width:690px;margin:28px 0 0;color:#b9cbbf}.site-footer{background:#14271c;color:#9bb0a1;font-size:12px}.footer-brand{color:white}@media(max-width:800px){.shell{width:calc(100% - 32px)}nav{gap:15px;font-size:12px}.hero-grid,.row-grid,.screen-row.alternate .row-grid{grid-template-columns:1fr;gap:36px}.hero-copy{padding:70px 0 0}.hero-image{margin:0 -4px 58px;transform:rotate(.5deg)}.hero-image figcaption{right:10px;bottom:10px;left:10px;font-size:10px}.intro{padding:80px 0}.walkthrough{padding-top:80px}.screen-row{padding:60px 0}.screen-row.alternate .screen-copy{order:0}.screen-copy{max-width:580px}.screen-copy span{margin-bottom:12px}.screen-copy h3{font-size:34px}.header-inner,.footer-inner{min-height:70px}.footer-inner{align-items:flex-start;justify-content:center;flex-direction:column;gap:10px;padding:20px 0}}
