:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #17130f; color: #f2eadb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 20% 0, rgba(142,46,50,.18), transparent 34rem), #17130f; }
main { width: min(100% - 40px, 720px); margin: 0 auto; padding: 64px 0 90px; }
a { color: #efd08a; text-underline-offset: 3px; }
.eyebrow { margin: 70px 0 10px; color: #d1a451; font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { max-width: 12ch; margin: 0 0 12px; font-size: clamp(2.6rem, 9vw, 4.8rem); line-height: 1; letter-spacing: -.04em; }
h2 { margin: 36px 0 10px; color: #efd08a; font-size: 1.35rem; }
.date { color: #9d9280; font-size: .86rem; }
p { color: #c9bda8; font-size: 1rem; line-height: 1.75; }
