/* NOEL at the RAPIDS. Night palette, Open Sans, real photographs, one accent. */
:root {
  --night: #05080f;
  --night-2: #0a1120;
  --ink: #eef2f7;
  --ink-2: #b9c5d4;
  --muted: #7f8ea3;
  --hair: rgba(255, 255, 255, 0.10);
  --gold: #f0c674;
  --ice: #8fd3ff;
  --max: 1180px;
  --gutter: clamp(20px, 4vw, 56px);
  --font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: var(--font); font-weight: 400; line-height: 1.6; font-size: 17px; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; margin: 0; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin: 0 auto; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.lede { font-size: clamp(19px, 2.2vw, 24px); color: var(--ink-2); line-height: 1.5; max-width: 34em; }
.muted { color: var(--muted); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* header */
.top { position: fixed; inset: 0 0 auto 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; padding: 18px var(--gutter); transition: opacity .5s, transform .5s; }
.top.hide { opacity: 0; transform: translateY(-10px); pointer-events: none; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.05; }
.brand small { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; }
.brand b { font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 800; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); padding: 6px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current] { color: var(--ink); border-color: var(--gold); }
.menu-btn { display: none; padding: 16px 16px 9px; min-height: 44px; }
@media (max-width: 860px) {
  .nav { display: none; position: fixed; inset: 0; background: rgba(5, 8, 15, 0.96); flex-direction: column; align-items: center; justify-content: center; gap: 22px; }
  .nav a { font-size: 20px; text-transform: none; letter-spacing: 0; }
  .nav.open { display: flex; }
  .menu-btn { display: inline-block; position: relative; z-index: 2; }
}

/* hero */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; background: #000; }
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-fallback { position: absolute; inset: 0; background-size: cover; background-position: 50% 55%; display: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,15,.55) 0%, rgba(5,8,15,0) 30%, rgba(5,8,15,0) 55%, rgba(5,8,15,.85) 100%); pointer-events: none; transition: opacity .8s; }
.hero.playing .hero-shade { opacity: .35; }
.hero-copy { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(28px, 6vh, 72px); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; transition: opacity .6s, transform .6s; }
.hero.playing .hero-copy { opacity: 0; transform: translateY(12px); pointer-events: none; }
.partner { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; margin: 18px 0 0 4px; }
.partner b { color: var(--ink); }
.title { display: grid; gap: 0; }
.title .noel { font-size: clamp(56px, min(10.5vw, 15.5vh), 138px); font-weight: 800; letter-spacing: -0.03em; line-height: .9; }
.title .at { font-size: clamp(14px, min(2vw, 2.8vh), 24px); font-weight: 400; letter-spacing: 0.3em; text-transform: lowercase; color: var(--ink-2); margin: 10px 0 4px 6px; }
.title .rapids { font-size: clamp(34px, min(6.2vw, 9vh), 80px); font-weight: 600; letter-spacing: 0.12em; line-height: 1; color: var(--ice); }
.hero-side { text-align: right; max-width: 320px; }
.hero-side p { margin: 0 0 16px; color: var(--ink-2); font-size: 15px; }

:root {
  --bulbs-gold-1: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3C/svg%3E");
  --bulbs-gold-2: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%220.3%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%222.9%22 fill=%22%23f0c674%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%23f0c674%22 opacity=%221%22/%3E%3C/svg%3E");
  --bulbs-live-1: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3C/svg%3E");
  --bulbs-live-2: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%222.9%22 fill=%22%23fff4d6%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%23fff4d6%22 opacity=%221%22/%3E%3C/svg%3E");
  --bulbs-ice-1: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3C/svg%3E");
  --bulbs-ice-2: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%223%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2221%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2215%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2221%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%229%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%223%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.28%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%229%22 cy=%223%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2221%22 cy=%2215%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%2215%22 cy=%2221%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%222.9%22 fill=%22%238fd3ff%22 opacity=%22.28%22/%3E%3Ccircle cx=%223%22 cy=%229%22 r=%221.55%22 fill=%22%238fd3ff%22 opacity=%220.95%22/%3E%3C/svg%3E");
}
/* Buttons are framed by a string of bulbs that chases, the way the show's own strings do. */
.btn { position: relative; display: inline-flex; align-items: center; gap: 14px; padding: 13px 24px; border: 6px solid transparent; border-image: var(--bulbs-ice-1) 6 / 6px / 0 round; background: linear-gradient(180deg, #121826, #070a11) padding-box; color: var(--ink); font: inherit; font-weight: 700; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; cursor: pointer; animation: chase-ice 1.6s steps(1) infinite; transition: color .2s, transform .2s; }
.btn:hover, .btn:focus-visible { color: #fff; border-image-source: var(--bulbs-live-1); animation: chase-live .5s steps(1) infinite; transform: translateY(-1px); outline: none; }
.btn:active { transform: translateY(1px); }
.btn.primary { border-image-source: var(--bulbs-gold-1); background: linear-gradient(180deg, #1d1710, #0b0805) padding-box; color: var(--gold); padding: 17px 30px; font-size: 13.5px; animation-name: chase-gold; }
.btn.primary:hover, .btn.primary:focus-visible { color: #fff4d6; animation-name: chase-live; }
.btn .ico { width: 16px; height: 16px; }
.btn.small { padding: 8px 14px; font-size: 11.5px; }
@keyframes chase-gold { 0% { border-image-source: var(--bulbs-gold-1); } 50% { border-image-source: var(--bulbs-gold-2); } }
@keyframes chase-ice { 0% { border-image-source: var(--bulbs-ice-1); } 50% { border-image-source: var(--bulbs-ice-2); } }
@keyframes chase-live { 0% { border-image-source: var(--bulbs-live-1); } 50% { border-image-source: var(--bulbs-live-2); } }
@media (prefers-reduced-motion: reduce) { .btn, .btn:hover { animation: none; } }

[hidden] { display: none !important; }

/* Console keys: the view selector and the player controls are keys from a lighting desk, each with its own indicator lamp. */
.key, .icon-btn, .menu-btn { appearance: none; position: relative; font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); border-radius: 4px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(180deg, #171d2b 0%, #0c1019 55%, #080b12 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), inset 0 -2px 0 rgba(0,0,0,.55), 0 2px 0 rgba(0,0,0,.65); cursor: pointer; transition: color .15s, transform .08s, box-shadow .08s; }
.key { flex: none; min-height: 44px; padding: 17px 16px 9px; }
.key::before, .icon-btn::before, .menu-btn::before { content: ""; position: absolute; left: 50%; top: 6px; width: 16px; height: 3px; margin-left: -8px; border-radius: 2px; background: rgba(255,255,255,.13); transition: background .15s, box-shadow .15s; }
.key:hover, .icon-btn:hover, .menu-btn:hover { color: var(--ink); }
.key:hover::before, .icon-btn:hover::before, .menu-btn:hover::before { background: rgba(143,211,255,.75); box-shadow: 0 0 8px 1px rgba(143,211,255,.45); }
.key:active, .icon-btn:active, .menu-btn:active, .key[aria-pressed="true"] { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), inset 0 -1px 0 rgba(0,0,0,.55), 0 0 0 rgba(0,0,0,.65); }
.key[aria-pressed="true"] { color: #fff4d6; }
.key[aria-pressed="true"]::before { background: var(--gold); box-shadow: 0 0 10px 2px rgba(240,198,116,.7); }
.key:focus-visible, .icon-btn:focus-visible, .menu-btn:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }

/* camera views (visible while the show plays) */
.views { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 76px; padding: 2px 2px 6px; display: none; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.views::-webkit-scrollbar { display: none; }
.hero.playing .views { display: flex; }
/* player controls (visible while the show plays) */
.player { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 22px; display: none; align-items: center; gap: 14px; color: var(--ink); }
.hero.playing .player { display: flex; }
.hero.playing .scroll-cue { display: none; }
.player .time { font-variant-numeric: tabular-nums; font-size: 13px; color: var(--ink-2); min-width: 92px; }
.scrub { position: relative; flex: 1; height: 34px; cursor: pointer; }
.scrub canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.scrub .cursor { position: absolute; top: 0; bottom: 0; width: 2px; background: var(--gold); pointer-events: none; }
.player .now { font-size: 13px; color: var(--ink-2); white-space: nowrap; display: none; }
@media (min-width: 900px) { .player .now { display: block; } }
.icon-btn { width: 46px; height: 44px; padding-top: 8px; display: inline-flex; align-items: center; justify-content: center; }
.hero[data-state="playing"] [data-pause]::before { background: #7dffa8; box-shadow: 0 0 10px 2px rgba(125,255,168,.55); }
.hero[data-state="paused"] [data-pause]::before { background: var(--gold); box-shadow: 0 0 10px 2px rgba(240,198,116,.6); }
.icon-btn svg { width: 18px; height: 18px; }
.hero-note { position: absolute; top: 78px; left: var(--gutter); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); opacity: 0; transition: opacity 1s; }
.hero.playing .hero-note { opacity: 1; }
.scroll-cue { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); color: var(--ink-2); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; opacity: .7; }
@media (max-width: 760px) {
  .hero-copy { flex-direction: column; align-items: flex-start; }
  .hero-side { text-align: left; max-width: none; }
  .scroll-cue { display: none; }
}

/* sections */
.section { padding: clamp(64px, 10vw, 128px) 0; }
.section + .section { border-top: 1px solid var(--hair); }
.h2 { font-size: clamp(34px, 5vw, 64px); max-width: 14em; }
.h3 { font-size: clamp(24px, 3vw, 36px); }
.grid { display: grid; gap: clamp(24px, 4vw, 56px); }
.grid.two { grid-template-columns: 1fr 1fr; align-items: center; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .grid.two, .grid.three { grid-template-columns: 1fr; } }
.stat { display: grid; gap: 4px; }
.stat b { font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--ink); }
.stat span { color: var(--muted); font-size: 14px; }
figure { margin: 0; }
.photo { position: relative; }
.photo picture { display: block; }
.photo img, .photo video { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 10px; background: #0a0f18; }
.photo figcaption, .cap { font-size: 13px; color: var(--muted); margin-top: 10px; }
.ratio-3-2 img, .ratio-3-2 video { aspect-ratio: 3 / 2; }
.ratio-16-9 img, .ratio-16-9 video { aspect-ratio: 16 / 9; }
.ratio-4-5 img, .ratio-4-5 video { aspect-ratio: 4 / 5; }
.link { color: var(--ink); font-weight: 600; text-decoration: underline dotted var(--gold); text-decoration-thickness: 3px; text-underline-offset: 7px; transition: text-decoration-color .2s, color .2s; }
.link:hover { color: #fff; text-decoration-color: var(--ice); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 28px 0; }
.facts div small { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.facts div b { font-size: 20px; font-weight: 700; }
.facts div span { display: block; color: var(--ink-2); font-size: 14px; }
@media (max-width: 760px) { .facts { grid-template-columns: 1fr 1fr; } }

/* reveal on scroll */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* story chapters */
.chapter { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 72px); align-items: center; padding: clamp(48px, 8vw, 110px) 0; border-top: 1px solid var(--hair); }
.chapter:first-of-type { border-top: 0; }
.chapter .year { font-size: clamp(56px, 8vw, 104px); font-weight: 800; letter-spacing: -0.04em; line-height: .9; color: var(--ice); margin-bottom: 22px; }
.chapter .h3 { margin: 12px 0 18px; }
.chapter p { color: var(--ink-2); }
.chapter.flip .media { order: -1; }
.chapter.solo { grid-template-columns: minmax(0, 720px); }
@media (max-width: 860px) { .chapter { grid-template-columns: 1fr; } .chapter.flip .media { order: 0; } }
.quote { font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; line-height: 1.35; letter-spacing: -0.01em; color: var(--ink); border-left: 3px solid var(--gold); padding-left: 22px; margin: 28px 0; }
.quote cite { display: block; font-style: normal; font-weight: 400; font-size: 14px; color: var(--muted); margin-top: 12px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr 1fr; } }

/* calendar */
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; max-width: 720px; }
.cal .d { aspect-ratio: 1; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 15px; color: var(--muted); background: rgba(255,255,255,.03); }
.cal .h { aspect-ratio: auto; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); background: none; padding: 6px 0; }
.cal .d.on { background: rgba(240,198,116,.14); color: var(--ink); font-weight: 700; border: 1px solid rgba(240,198,116,.5); }
.cal .d.on small { font-size: 10px; color: var(--gold); font-weight: 600; letter-spacing: .04em; }
.cal .d.final { background: var(--gold); color: #1a1408; border-color: var(--gold); }
.cal .d.final small { color: #1a1408; }
.cal .d.off { opacity: .35; }
.cal .d.blank { background: none; }
.key { display: flex; gap: 22px; margin-top: 18px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.key i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: -1px; margin-right: 8px; }

/* cards on home */
.paths { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1000px) { .paths { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .paths { grid-template-columns: 1fr; } }
.path { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--ink); background: #0a0f18; }
.path img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.path:hover img { transform: scale(1.04); }
.path .txt { position: absolute; inset: auto 0 0 0; padding: 22px; background: linear-gradient(0deg, rgba(5,8,15,.92), rgba(5,8,15,0)); }
.path .txt small { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.path .txt b { font-size: 22px; font-weight: 700; line-height: 1.15; display: block; }

/* footer */
footer { border-top: 1px solid var(--hair); padding: 48px 0 40px; color: var(--muted); font-size: 14px; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
footer a { color: var(--ink-2); text-decoration: none; }
footer a:hover { color: var(--ink); }
footer .fmark { font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); font-size: 15px; }
footer .fmark span { color: var(--ice); }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
@media (max-width: 760px) { footer .cols { grid-template-columns: 1fr; } }

/* page header for interior pages */
.page-hero { position: relative; min-height: 62svh; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; }
.page-hero .bg img, .page-hero .bg video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,15,.6) 0%, rgba(5,8,15,.15) 40%, rgba(5,8,15,.95) 100%); }
.page-hero .wrap { position: relative; padding: 120px 0 48px; }
.page-hero h1 { font-size: clamp(42px, 7vw, 92px); letter-spacing: -0.03em; }
.page-hero .lede { margin-top: 18px; }
.credit { position: absolute; right: var(--gutter); bottom: 14px; font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: .04em; }

/* misc */
.pill { display: inline-block; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--hair); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.note { border: 1px solid var(--hair); border-radius: 12px; padding: 22px 24px; color: var(--ink-2); background: rgba(255,255,255,.02); }
.list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; color: var(--ink-2); }
.list li b { color: var(--ink); }
.list li i { color: var(--gold); font-style: normal; font-weight: 700; }
.ticket { border: 1px solid var(--hair); border-radius: 14px; padding: 26px; display: grid; gap: 18px; background: rgba(255,255,255,.02); }
.ticket .row { display: grid; grid-template-columns: 92px 1fr; gap: 12px; }
.ticket .row small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.ticket .row b { font-size: 18px; font-weight: 700; display: block; }
.ticket .row span { color: var(--ink-2); font-size: 15px; display: block; }
