:root { color-scheme: light; font-family: Arial, sans-serif; color: #183d38; background: #f4efe4; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; align-items: center; border-top: 8px solid #c66b43; }
main { width: min(100%, 1100px); margin: auto; padding: clamp(28px, 8vw, 100px); }
.eyebrow { font-size: 16px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(44px, 8vw, 96px); line-height: 1.06; letter-spacing: -.04em; margin: 48px 0 32px; }
.status, a { font-size: 18px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #c66b43; outline-offset: 6px; }
