:root { color-scheme: dark; --gold: #e8c667; --ink: #080807; --muted: #c8c1b3; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at top, #282014 0, var(--ink) 42%); color: #fff; font-family: Arial, sans-serif; }
main { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 54px 0 72px; }
.back { color: var(--gold); font-weight: 700; text-underline-offset: 4px; }
.kicker { margin-top: 60px; color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 12px 0 20px; font-family: Georgia, serif; font-size: clamp(42px, 9vw, 76px); font-weight: 400; line-height: .98; }
.lede { max-width: 620px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.details { margin: 38px 0; padding: 28px; border: 1px solid rgba(232,198,103,.38); background: rgba(255,255,255,.035); }
.details p { margin: 8px 0; line-height: 1.5; }
.details strong { color: var(--gold); }
.ticket { display: inline-block; padding: 17px 23px; background: var(--gold); color: #090806; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
footer { margin-top: 70px; color: #9e978c; font-size: 13px; }
