:root { color-scheme:light; font-family:system-ui,sans-serif; color:#263e48; background:#f8f7f2; }
main { max-width:740px; margin:64px auto; padding:0 24px 48px; }
.brand { font-size:2rem; font-weight:800; color:#285d6f; }
h1 { font-size:clamp(2rem,5vw,3.4rem); line-height:1.1; letter-spacing:-.04em; }
h2 { margin-top:36px; font-size:1.3rem; }
p { font-size:1.1rem; line-height:1.75; }
a { color:#195f79; text-underline-offset:3px; }
.draft { border-left:4px solid #b8893d; padding:12px 18px; background:#f5e9d5; font-size:.95rem; }
