:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f4efe6; color: #17141f; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
header, main, footer { width: min(760px, calc(100% - 36px)); margin-inline: auto; }
header { min-height: 80px; display: flex; align-items: center; border-bottom: 1px solid rgba(23,20,31,.16); }
header a, footer a { color: #4d4658; font-size: .82rem; font-weight: 850; text-decoration: none; }
main { padding: 78px 0 86px; }
.kicker { margin: 0 0 12px; color: #7766e8; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(3.6rem, 10vw, 6.5rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.lede { margin: 0 0 52px; color: #4d4658; font-size: 1.18rem; line-height: 1.7; }
section { padding: 25px 0; border-top: 1px solid rgba(23,20,31,.14); }
section h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
section p { margin: 0; color: #4d4658; line-height: 1.72; }
footer { min-height: 100px; display: flex; align-items: center; border-top: 1px solid rgba(23,20,31,.16); }
