* { box-sizing: border-box; }
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #18302f; background: #f4f8f4; }
body { margin: 0; min-height: 100vh; background: linear-gradient(180deg, #eff7f2 0%, #f8fbf7 52%, #e8f1ef 100%); }
.page { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 56px; }
.narrow { width: min(720px, calc(100% - 40px)); }
.hero { padding: 40px 0 36px; border-bottom: 1px solid rgba(24,48,47,.16); }
.eyebrow { margin: 0 0 12px; color: #577d71; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
h1 { margin: 0; font-size: clamp(42px, 7vw, 84px); line-height: 1; font-weight: 750; letter-spacing: 0; }
.lede { max-width: 640px; margin: 24px 0 0; color: #435f5b; font-size: 20px; line-height: 1.55; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding-top: 28px; }
article { padding: 22px 0; border-top: 2px solid rgba(87,125,113,.32); }
h2 { margin: 0 0 10px; font-size: 20px; letter-spacing: 0; }
p { color: #435f5b; line-height: 1.7; }
a { color: #1d6f62; }
@media (max-width: 760px) { .page { padding-top: 44px; } .grid { grid-template-columns: 1fr; } .lede { font-size: 18px; } }
