:root{--green:#2b4c30;--orange:#f97316;--ink:#294630;--muted:#6b756d;--cream:#f6f3ed}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Merriweather Sans",Segoe UI,sans-serif}header{height:86px;background:var(--green);padding:0 max(25px,calc((100vw - 1100px)/2));display:flex;align-items:center;justify-content:space-between;color:#d7e0d8;font-size:11px;letter-spacing:.12em;text-transform:uppercase}header img{width:125px;height:47px}main{width:min(1100px,calc(100% - 34px));margin:auto;padding:80px 0}.intro small,.card small{font-size:9px;letter-spacing:.13em;font-weight:900;color:#738178}.intro h1{font-size:clamp(43px,6vw,72px);line-height:.95;letter-spacing:-.05em;margin:18px 0}.intro h1 em{font-style:normal;color:var(--orange)}.intro p{color:var(--muted);max-width:590px;line-height:1.6}section{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px}.card{position:relative;min-height:330px;background:#fff;border:1px solid #dfe4dd;border-radius:18px;padding:28px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #223c2920}.card>b{font-size:64px;letter-spacing:-.07em;color:#dbe1da}.card.active{background:var(--green);color:#fff}.card.active>b{color:#ffffff20}.card h2{font-size:23px;letter-spacing:-.03em;margin:10px 0}.card p{font-size:12px;color:var(--muted);line-height:1.55}.card.active p{color:#bac7bc}.card span{color:var(--orange);font-size:10px;font-weight:900}@media(max-width:760px){main{padding:55px 0}section{grid-template-columns:1fr}.card{min-height:260px}}
