:root{--ink:#102c25;--paper:#f4f0e8;--accent:#e66a3c;--muted:#697b74}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}main{max-width:1200px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cbd1ca;padding-bottom:20px}.eyebrow,.kicker,.number{font-size:12px;letter-spacing:.16em;font-weight:700}.eyebrow{color:var(--accent)}h1{margin:4px 0 0;font-size:28px}.status{font-size:13px;color:#397055}.hero{min-height:390px;display:flex;align-items:center;justify-content:space-between;gap:40px}.hero h2{font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.04em;margin:16px 0 24px}.hero p{max-width:610px;line-height:1.6;color:var(--muted)}button{border:0;background:var(--accent);color:white;padding:20px 24px;font-size:16px;font-weight:700;border-radius:4px;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cbd1ca;border-left:1px solid #cbd1ca}.grid article{padding:26px;min-height:230px;border-right:1px solid #cbd1ca;border-bottom:1px solid #cbd1ca}.number{color:var(--accent)}h3{font-family:Georgia,serif;font-size:25px;margin:32px 0 12px}.grid p{color:var(--muted);line-height:1.5;min-height:68px}.grid a{color:var(--ink);font-weight:700;text-decoration:none;font-size:14px}footer{display:flex;justify-content:space-between;padding:22px 0;color:var(--muted);font-size:12px}@media(max-width:800px){main{padding:18px}.status{display:none}.hero{min-height:430px;display:block;padding:70px 0 45px}.hero button{margin-top:20px;width:100%}.grid{grid-template-columns:1fr}.grid article{min-height:190px}.grid p{min-height:auto}.hero h2{font-size:48px}}