:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #20231f; background: #f5f3ed; line-height: 1.65; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #234bc5; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { color: #132b77; }
a:focus-visible { outline: 3px solid #234bc5; outline-offset: 4px; border-radius: 2px; }
header, footer { max-width: 960px; margin: auto; padding: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
header { border-bottom: 1px solid #d9d9d0; justify-content: space-between; }
.brand { color: #20231f; font-size: 1.35rem; font-weight: 750; text-decoration: none; }
nav { display: flex; gap: 24px; }
main { max-width: 760px; margin: 48px auto 64px; padding: 0 24px; }
.eyebrow { color: #4d614b; font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
h1 { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.12; letter-spacing: -.035em; margin: 12px 0 24px; }
h2 { font-size: 1.3rem; line-height: 1.3; margin-top: 36px; }
.intro { font-size: 1.15rem; }
p, li { max-width: 70ch; }
li + li { margin-top: 12px; }
footer { border-top: 1px solid #d9d9d0; font-size: .95rem; }
@media (max-width: 420px) { header, footer { gap: 16px; padding: 20px; } main { margin-top: 32px; padding: 0 20px; } }
