:root { color-scheme: light; font-family: system-ui, sans-serif; color: #26251f; background: #f4f1e9; }
body { margin: 0; }
main { max-width: 850px; margin: 0 auto; padding: 14vh 8vw; }
.label { font-size: 1rem; letter-spacing: .08em; }
h1 { font-size: clamp(2.3rem, 6vw, 4.7rem); font-weight: 600; line-height: 1.3; letter-spacing: -.04em; margin: 1.2em 0 .6em; }
p { max-width: 38rem; line-height: 1.8; }
.status { margin-top: 3rem; color: #666458; }
a { color: #454a31; text-underline-offset: .3em; line-height: 2; }
a:focus-visible { outline: 2px solid #454a31; outline-offset: 5px; }
