:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #f6f0e6; color: #11110e; font: 17px/1.55 Inter, Arial, sans-serif; }
main { width: min(100%, 980px); padding: 36px 48px; border: 1px solid #d8c5a4; border-radius: 20px; background: #fbf7ef; box-shadow: 0 24px 70px -45px rgba(23, 58, 42, .45); }
.brand { display: inline-block; color: #173a2a; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.eyebrow { margin: 20px 0 8px; color: #b8752a; font: 700 12px/1 JetBrains Mono, monospace; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 20px 0 0; font: 400 clamp(30px, 4.5vw, 44px)/.98 Georgia, serif; letter-spacing: -.03em; }
p { max-width: none; margin: 24px 0 0; color: #54493b; }
.action { display: inline-block; margin-top: 32px; padding: 13px 20px; border-radius: 10px; background: #173a2a; color: #f6f0e6; font-weight: 700; text-decoration: none; }
@media (max-width: 520px) { main { padding: 32px 24px; } }

/* 2026-08-19: remove the decorative rule before eyebrow/kicker text */
[class^="eyebrow"] > span:empty,[class*=" eyebrow"] > span:empty,[class^="kick"] > span:empty,[class*=" kick"] > span:empty,.eyebrow span.ln,.eyebrow > span:empty{display:none!important}
