@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#184f3b;--ink:#172e26;--lime:#d7ee90;--muted:#52665d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #a6c842;outline-offset:6px}header,main,footer{max-width:1440px;margin:auto}header{padding:28px 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3e9e5}.brand{font-family:Manrope,sans-serif;font-size:42px;line-height:.85;font-weight:800;letter-spacing:-3px;color:var(--green)}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:3px;margin:10px 0 0 3px;font-weight:600}.header-note{font-size:12px;letter-spacing:2px}.header-link{font-size:14px;font-weight:600}.header-link span{margin-left:20px}.hero{padding:70px 6% 80px;display:grid;grid-template-columns:1.05fr 1fr;gap:6%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 25px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.08;letter-spacing:-2px;margin:0}h1{font-size:clamp(44px,4.9vw,70px);font-weight:500}h1 em{font-style:normal;color:var(--green);font-weight:800}.intro{font-size:18px;line-height:1.7;color:var(--muted);max-width:460px;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--green);color:white;padding:17px 24px;border-radius:4px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#24684f;transform:translateY(-2px)}.button span{font-size:24px;line-height:1}.small{font-size:12px;line-height:1.6;color:var(--muted);margin:20px 0 0}.hero-panel{background:var(--green);color:white;display:flex;flex-direction:column;justify-content:space-between;padding:35px 35px 25px;min-height:515px;position:relative;overflow:hidden;border-radius:3px}.hero-panel:before{content:'';position:absolute;inset:0;background:linear-gradient(125deg,transparent 45%,#ffffff09 45%,#ffffff09 65%,transparent 65%);pointer-events:none}.panel-top,.panel-bottom{font-size:11px;letter-spacing:1.8px;position:relative}.panel-top{max-width:230px;line-height:1.7;margin:0}.statement{font-family:Manrope,sans-serif;font-size:clamp(38px,4vw,58px);letter-spacing:-2px;line-height:1.15;margin:45px 0}.statement em{font-style:normal;color:var(--lime)}.panel-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff40;padding-top:22px;font-size:10px}.principles{padding:65px 6% 85px;background:#f4f7f5}.section-heading h2{font-size:42px;font-weight:500}.section-heading>p:last-child{color:var(--muted);margin:18px 0 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:50px}.cards article{border-top:1px solid #bbcabe;padding-top:22px}.number{font-size:12px;letter-spacing:1.5px;color:var(--muted)}h3{font-size:24px;letter-spacing:-.6px;margin-top:25px}.cards p{color:var(--muted);margin:16px 0 0}.contact{margin:70px 6%;padding:50px;background:var(--green);color:white;display:flex;justify-content:space-between;gap:40px;align-items:center;border-radius:4px}.contact .eyebrow{color:var(--lime)}.contact h2{font-size:42px;font-weight:500}.contact p:last-child{color:#d5e2db;margin-bottom:0}.contact-action{display:flex;flex-direction:column;align-items:center;gap:15px;flex-shrink:0}.contact-action>span{font-size:14px;color:#d5e2db}.light{background:var(--lime);color:var(--ink)}.light:hover{background:#e5f7b0}footer{padding:0 6% 35px;display:flex;justify-content:space-between;align-items:center;gap:25px}footer p,footer>span{font-size:12px;color:var(--muted)}@media(min-width:1600px){body{background:#f8faf8}header,main,footer{background:white}}@media(max-width:800px){header{padding:24px 6%}.header-note{display:none}.hero{grid-template-columns:1fr;padding-top:42px;gap:38px}.hero-copy{max-width:570px}h1{font-size:52px}.hero-panel{min-height:380px}.statement{font-size:48px}.cards{grid-template-columns:1fr;gap:28px;margin-top:35px}.cards h3{margin-top:18px}.principles{padding-top:48px;padding-bottom:50px}.contact{padding:32px;flex-direction:column;align-items:flex-start;margin-top:45px;margin-bottom:45px}.contact h2,.section-heading h2{font-size:34px}.contact-action{align-items:flex-start}footer{flex-wrap:wrap}footer>span{width:100%}}@media(max-width:380px){h1{font-size:44px}.hero-panel{padding:25px}.statement{font-size:40px}.contact{padding:25px}.button{gap:18px;padding:16px 20px}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
