:root{--green:#123d2d;--black:#080a09;--white:#fff;--muted:#657269;--line:#d9e1dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:var(--white);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}.topbar{min-height:76px;padding:14px clamp(18px,5vw,70px);display:flex;align-items:center;justify-content:space-between;color:var(--white);background:var(--green);border-bottom:4px solid var(--black)}.brand{display:flex;align-items:center;gap:10px;color:var(--white);font-weight:950;text-decoration:none}.brand img{width:43px;height:43px;object-fit:contain}.back-link{color:var(--white);font-size:.85rem;font-weight:850;text-underline-offset:4px}main{overflow:hidden}.hero{min-height:650px;padding:clamp(70px,11vw,140px) max(24px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center;color:var(--white);background:radial-gradient(circle at 78% 25%,#245a46 0,var(--green) 34%,#0b261c 75%,var(--black) 100%)}.eyebrow,.section-number{margin:0 0 17px;color:#9ec5b4;font-size:.75rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{max-width:900px;margin:0;font-size:clamp(3.8rem,10vw,8rem);line-height:.82;letter-spacing:-.075em}.hero h1 span{color:#9ec5b4}.lead{max-width:610px;margin:32px 0 0;color:#dce8e2;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{padding:13px 22px;border:2px solid var(--white);border-radius:7px;font-weight:900;text-decoration:none}.button.primary{color:var(--green);background:var(--white)}.button.secondary{color:var(--white);background:transparent}.button:hover{transform:translateY(-2px)}.story,.values{width:min(1180px,calc(100% - 40px));margin:auto;padding:clamp(70px,10vw,125px) 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,8vw,110px)}.section-number{color:var(--green)}h2{margin:0;font-size:clamp(2.4rem,5vw,4.6rem);line-height:.95;letter-spacing:-.055em}.story-copy{padding-top:31px;border-top:2px solid var(--black)}.story-copy p{margin:0 0 22px;color:#425047;font-size:1.06rem;line-height:1.8}.features{padding:clamp(70px,9vw,110px) max(20px,calc((100vw - 1180px)/2));color:var(--white);background:var(--black)}.features .section-number{color:#8fb6a5}.section-heading{margin-bottom:48px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #364039;border-bottom:1px solid #364039}.feature-grid article{min-height:310px;padding:31px;border-right:1px solid #364039}.feature-grid article:last-child{border:0}.feature-grid article>span{color:#8fb6a5;font-size:.75rem;font-weight:900}.feature-grid h3{margin:58px 0 14px;font-size:1.45rem}.feature-grid p{color:#aeb8b1;line-height:1.7}.feature-grid a{display:inline-block;margin-top:12px;color:var(--white);font-weight:900;text-underline-offset:5px}.values ul{margin:0;padding:0;list-style:none}.values li{padding:21px 0;display:grid;grid-template-columns:170px 1fr;gap:20px;border-top:1px solid var(--line)}.values li:last-child{border-bottom:1px solid var(--line)}.values strong{color:var(--green)}.values span{color:var(--muted);line-height:1.5}footer{padding:28px max(20px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;gap:20px;color:#c5cec8;background:var(--green);font-size:.85rem}footer nav{display:flex;gap:20px}footer a{color:var(--white);font-weight:800}a:focus-visible{outline:3px solid #57a680;outline-offset:4px}@media(max-width:760px){.hero{min-height:570px}.story,.values{grid-template-columns:1fr;gap:32px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:0;border-right:0;border-bottom:1px solid #364039}.feature-grid article:last-child{border-bottom:0}.feature-grid h3{margin-top:30px}.values li{grid-template-columns:1fr;gap:6px}footer{flex-direction:column}}@media(max-width:480px){.topbar{min-height:65px;padding:10px 14px}.brand img{width:38px;height:38px}.brand span{display:none}.hero{min-height:520px;padding-left:20px;padding-right:20px}.hero h1{font-size:clamp(3.6rem,18vw,5rem)}.story,.values{width:calc(100% - 32px)}.button{flex:1 1 140px;text-align:center}.feature-grid article{padding:28px 8px}}
