:root {
  --ink: #09090b;
  --ink-2: #111115;
  --paper: #f2eadc;
  --paper-dim: #c8c0b4;
  --magenta: #e10078;
  --magenta-dark: #9b0053;
  --cyan: #00dfdd;
  --line: rgba(242, 234, 220, 0.26);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --condensed: "Arial Narrow", "Aptos Narrow", sans-serif;
  --body: Aptos, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --header: 76px;
  --radio-dock-offset: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; padding-bottom: var(--radio-dock-offset); color: var(--paper); background: var(--ink); font-family: var(--body); line-height: 1.62; transition: padding-bottom 220ms var(--ease); }
body.menu-open, body.gallery-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { text-wrap: pretty; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--cyan); }
[hidden] { display: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: 0.8rem 1rem; color: var(--ink); background: var(--cyan); transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(100% - 3rem, 1380px); margin-inline: auto; }
.section-pad { padding-block: clamp(5rem, 10vw, 9rem); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: var(--header); padding-inline: clamp(1rem, 3vw, 3rem); border-bottom: 1px solid transparent; transition: background 240ms ease, border-color 240ms ease; }
.site-header.is-scrolled { background: rgba(9,9,11,0.94); border-color: var(--line); backdrop-filter: blur(14px); }
.wordmark { display: flex; flex-direction: column; width: 140px; text-decoration: none; font-family: var(--display); font-size: 1.05rem; line-height: 0.85; letter-spacing: 0.03em; }
.wordmark b { color: var(--magenta); font-size: 1.55rem; }
.site-nav { display: flex; justify-content: center; gap: clamp(1.3rem, 3vw, 3rem); }
.site-nav a, .site-nav button, .nav-ticket { text-decoration: none; font-family: var(--condensed); font-weight: 800; letter-spacing: 0.055em; font-size: 0.84rem; }
.site-nav a, .site-nav button { position: relative; color: var(--paper-dim); }
.site-nav button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.site-nav a::after, .site-nav button::after { content: ""; position: absolute; inset: auto 0 -0.4rem; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav button:hover, .site-nav button:focus-visible { color: var(--paper); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav button:hover::after, .site-nav button:focus-visible::after { transform: scaleX(1); }
.nav-ticket { padding: 0.8rem 1.2rem; color: var(--paper); border: 1px solid var(--magenta); transition: background 220ms ease, transform 220ms var(--ease); }
.nav-ticket:hover { background: var(--magenta); transform: translateY(-2px); }
.nav-ticket:active { transform: translateY(1px); }
.menu-button { display: none; width: 46px; height: 44px; padding: 11px; color: var(--paper); border: 1px solid var(--line); background: var(--ink); }
.menu-button i { display: block; height: 2px; margin: 4px 0; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; min-height: 100dvh; isolation: isolate; overflow: hidden; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; overflow: hidden; background: var(--ink); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(0.86) contrast(1.08); opacity: 0; transform: scale(1.025); transition: opacity 1200ms ease, transform 6500ms linear; }
.hero-photo.is-active { opacity: 1; transform: scale(1); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(9,9,11,0.97) 0%, rgba(9,9,11,0.77) 44%, rgba(9,9,11,0.22) 72%, rgba(9,9,11,0.76) 100%), linear-gradient(0deg, rgba(9,9,11,0.82), transparent 55%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.55fr); gap: clamp(3rem, 7vw, 8rem); align-items: end; min-height: 100dvh; padding-top: calc(var(--header) + 3rem); padding-bottom: clamp(7rem, 12vw, 11rem); }
.hero-copy { max-width: 760px; }
.eyebrow { width: max-content; margin: 0 0 1.6rem; padding-bottom: 0.45rem; color: var(--cyan); border-bottom: 2px solid var(--cyan); text-transform: uppercase; font-family: var(--condensed); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; }
.hero h1, h2 { text-wrap: balance; }
.hero h1 { max-width: 750px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 8.4vw, 8.7rem); font-weight: 400; line-height: 0.86; letter-spacing: -0.035em; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--magenta); }
.hero-copy > p:not(.eyebrow) { max-width: 39rem; margin: 1.5rem 0 0; font-family: var(--condensed); font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-weight: 700; line-height: 1.45; letter-spacing: 0.02em; }
.hero-actions, .watch-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.85rem 1.35rem; border: 1px solid transparent; text-decoration: none; white-space: nowrap; font-family: var(--condensed); font-size: 0.9rem; font-weight: 800; line-height: 1.2; letter-spacing: 0.045em; cursor: pointer; transition: transform 220ms var(--ease), background 220ms ease, color 220ms ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px); }
.button-primary { color: var(--paper); background: var(--magenta); }
.button-primary:hover { background: #ff168f; }
.button-cyan { color: var(--ink); background: var(--cyan); }
.button-cyan:hover { background: #65fffd; }
.text-link { display: inline-flex; gap: 0.55rem; align-items: center; text-underline-offset: 0.35rem; font-family: var(--condensed); font-weight: 800; letter-spacing: 0.04em; }
.text-link:hover { color: var(--cyan); }
.watch-copy > p:first-child, .contact-lead > p:first-child { margin: 0 0 0.8rem; color: var(--magenta); text-transform: uppercase; font-family: var(--condensed); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.15em; }
.hero-flyer { align-self: end; justify-self: end; width: min(100%, 410px); margin: 0 0 2.5rem; }
.hero-flyer-link { display: block; overflow: hidden; border: 1px solid rgba(242,234,220,0.72); background: var(--ink-2); box-shadow: 12px 12px 0 rgba(225,0,120,0.9); transition: transform 220ms var(--ease), border-color 220ms ease, box-shadow 220ms var(--ease); }
.hero-flyer-link:hover, .hero-flyer-link:focus-visible { border-color: var(--cyan); box-shadow: 7px 7px 0 var(--cyan); transform: translate(5px, 5px); }
.hero-flyer img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-tag { position: absolute; inset: auto 0 0; z-index: 2; padding: 0.75rem 1.5rem; color: var(--ink); background: var(--cyan); text-align: center; text-wrap: balance; font-family: var(--condensed); font-size: clamp(0.9rem, 1.4vw, 1.3rem); font-weight: 800; line-height: 1.25; letter-spacing: 0.055em; }

.section-heading { max-width: 820px; margin-bottom: 3.8rem; }
.section-heading h2, .story-copy h2, .culture h2, .watch-copy h2, .room h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 6.4vw, 6.6rem); font-weight: 400; line-height: 0.94; letter-spacing: -0.025em; }
.section-heading p, .culture-intro, .story-copy > p, .watch-copy > p, .room-copy > p, .contact-lead > p { max-width: 60ch; color: var(--paper-dim); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.7; }
.section-heading .section-kicker { margin: 0 0 0.8rem; color: var(--cyan); text-transform: uppercase; font-family: var(--condensed); font-size: 0.78rem; font-weight: 800; line-height: 1.3; letter-spacing: 0.14em; }
.calendar-heading { max-width: 980px; margin-bottom: 2.75rem; }
.city-calendars { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr); gap: clamp(1rem, 2vw, 1.5rem); align-items: start; }
.city-calendar { overflow: hidden; border: 1px solid var(--line); background: var(--ink-2); }
.city-calendar-la { border-top: 4px solid var(--magenta); }
.city-calendar-sd { border-top: 4px solid var(--cyan); }
.city-calendar-header { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-start; min-height: 112px; padding: 1.35rem 1.5rem; border-bottom: 1px solid var(--line); }
.city-identity { display: flex; gap: 1rem; align-items: center; min-width: 0; }
.city-identity > span { color: var(--magenta); font-family: var(--display); font-size: 3.2rem; line-height: 0.85; letter-spacing: -0.03em; }
.city-calendar-sd .city-identity > span { color: var(--cyan); }
.city-identity p, .city-rhythm { margin: 0; color: var(--paper-dim); font-family: var(--condensed); font-size: 0.72rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.07em; }
.city-identity h3 { margin: 0.1rem 0 0; overflow-wrap: anywhere; font-family: var(--condensed); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.05; }
.city-rhythm { flex: 0 0 auto; text-align: right; }
.city-rhythm strong { color: var(--paper); font-size: 0.86rem; }
.show-list { border: 0; }
.city-show-list { display: grid; grid-template-columns: 1fr; }
.city-calendar-la .city-show-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.show-row { display: grid; grid-template-areas: "date meta" "actions actions"; grid-template-columns: 74px minmax(0, 1fr); gap: 0.8rem 1rem; align-content: space-between; min-height: 176px; padding: 1.15rem; border-bottom: 1px solid var(--line); background: rgba(9,9,11,0.16); transition: background 180ms ease; }
.city-calendar-la .show-row:nth-child(odd) { border-right: 1px solid var(--line); }
.show-row:hover { background: rgba(0,223,221,0.055); }
.show-date { grid-area: date; display: flex; align-items: baseline; gap: 0.5rem; white-space: nowrap; }
.show-date strong { color: var(--magenta); font-family: var(--display); font-size: 3.15rem; line-height: 0.9; }
.city-calendar-sd .show-date strong { color: var(--cyan); }
.show-date span { text-transform: uppercase; font-family: var(--condensed); font-size: 0.72rem; font-weight: 900; line-height: 1.3; letter-spacing: 0.07em; }
.show-meta { grid-area: meta; align-self: center; min-width: 0; }
.show-meta h3 { margin: 0; font-family: var(--condensed); font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 800; line-height: 1.12; letter-spacing: 0.01em; text-wrap: balance; }
.show-meta p { max-width: 40ch; margin: 0.35rem 0 0; color: var(--paper-dim); font-size: 0.8rem; line-height: 1.4; }
.show-actions { grid-area: actions; display: flex; gap: 0.65rem; align-items: center; justify-content: space-between; }
.show-flyer { position: relative; display: block; flex: 0 0 86px; width: 86px; aspect-ratio: 16 / 9; overflow: hidden; color: var(--paper); border: 1px solid var(--line); background: #000; text-decoration: none; }
.show-flyer img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms var(--ease); }
.show-flyer:hover img { transform: scale(1.025); }
.show-flyer > span { position: absolute; inset: auto 0 0; padding: 0.18rem 0.35rem; color: var(--paper); background: rgba(9,9,11,0.88); text-align: center; text-transform: uppercase; font-family: var(--condensed); font-size: 0.58rem; font-weight: 900; line-height: 1.2; letter-spacing: 0.08em; }
.show-flyer-empty { display: grid; place-items: center; }
.show-flyer-empty > span { position: static; background: transparent; }
.show-row .button { min-width: 118px; padding: 0.72rem 0.85rem; }
.show-ticket-note { color: var(--paper-dim); font-family: var(--condensed); font-size: 0.82rem; font-weight: 800; line-height: 1.3; }
.city-calendar-footer { min-height: 58px; padding: 1rem 1.25rem; }
.all-shows { display: inline-flex; margin: 0; color: var(--cyan); text-underline-offset: 0.35rem; font-family: var(--condensed); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.025em; }
.empty-state { padding: 2rem; background: var(--ink-2); }
.empty-state h3 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: 400; }

.story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr); min-height: 820px; background: var(--ink-2); }
.story-media { position: relative; min-height: 650px; overflow: hidden; }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--ink-2)), linear-gradient(0deg, rgba(9,9,11,0.6), transparent 45%); }
.story-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: var(--ink); filter: grayscale(0.08) contrast(1.06); }
.story-copy { align-self: center; padding: clamp(3rem, 7vw, 8rem); padding-left: clamp(2rem, 5vw, 5rem); }
.story-year { margin: 0 0 1rem !important; color: var(--cyan) !important; font-family: var(--display); font-size: 3rem !important; }
.story-copy h2 { color: var(--paper); }
.story-copy > p { margin-block: 1.2rem; }
.story-copy .text-link { margin-top: 1rem; }

.culture { overflow: hidden; }
.culture h2 { color: var(--magenta); }
.name-field { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 3rem; }
.name-field span { padding: 0.75rem 1rem; color: var(--paper); border: 1px solid var(--line); font-family: var(--condensed); font-size: clamp(1.08rem, 1.8vw, 1.5rem); font-weight: 800; line-height: 1.2; letter-spacing: 0.015em; transition: color 180ms ease, border-color 180ms ease, transform 180ms var(--ease); }
.name-field span:nth-child(3n+2) { color: var(--cyan); }
.name-field span:hover { color: var(--paper); border-color: var(--magenta); transform: translateY(-3px) rotate(-1deg); }
.name-field .current-host { display: inline-flex; gap: 0.65rem; align-items: center; color: var(--paper); border-color: var(--magenta); background: rgba(225,0,120,0.12); }
.name-field .current-host small { padding: 0.25rem 0.4rem; color: var(--ink); background: var(--cyan); text-transform: uppercase; font-size: 0.56rem; font-weight: 900; line-height: 1; letter-spacing: 0.07em; }
.source-note { margin-top: 1.5rem; color: var(--paper-dim); font-size: 0.8rem; line-height: 1.55; }

.watch { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr); min-height: 720px; background: var(--magenta); }
.watch-art { min-height: 520px; overflow: hidden; }
.watch-art img { width: 100%; height: 100%; object-fit: cover; }
.watch-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); color: var(--paper); background: rgba(9,9,11,0.92); }
.watch-copy h2 { color: var(--cyan); }
.watch-copy > p { color: var(--paper-dim); }

.watch-directory { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.watch-destination { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 1rem; align-items: center; width: 100%; min-height: 62px; padding: 0.72rem 0; color: var(--paper); border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; text-decoration: none; cursor: pointer; transition: padding 180ms var(--ease), background 180ms ease; }
.watch-destination:hover, .watch-destination:focus-visible { padding-inline: 0.75rem; background: rgba(0,223,221,0.08); }
.watch-destination > span { color: var(--paper-dim); font-size: 0.72rem; line-height: 1.3; }
.watch-destination > strong { overflow: hidden; font-family: var(--condensed); font-size: 1.05rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.watch-destination > b { color: var(--cyan); font-family: var(--condensed); font-size: 0.74rem; line-height: 1.2; white-space: nowrap; }
.watch-destination i { font-style: normal; }
.watch-destination-player { border-top: 2px solid var(--magenta); }
.watch-destination-player > b { color: var(--magenta); }
.watch-destination-gallery > b { color: var(--cyan); }

.gallery-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; color: var(--paper); border: 0; background: var(--ink); }
.gallery-dialog::backdrop { background: rgba(9,9,11,0.84); backdrop-filter: blur(12px); }
.gallery-page { height: 100%; overflow: auto; overscroll-behavior: contain; background: radial-gradient(circle at 88% 8%, rgba(225,0,120,0.13), transparent 26rem), linear-gradient(135deg, rgba(0,223,221,0.035), transparent 38%), var(--ink); scrollbar-color: var(--magenta) var(--ink-2); }
.gallery-header { position: sticky; top: 0; z-index: 4; border-bottom: 1px solid var(--line); background: rgba(9,9,11,0.94); backdrop-filter: blur(18px); }
.gallery-header-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; width: min(100% - 3rem, 1500px); min-height: 112px; margin: 0 auto; padding: 1.35rem 0; }
.gallery-header h2 { margin: 0; color: var(--paper); font-family: var(--display); font-size: clamp(3.8rem, 8vw, 7.5rem); font-weight: 400; line-height: 0.82; letter-spacing: -0.03em; text-transform: uppercase; }
.gallery-close { display: flex; gap: 1rem; align-items: center; min-height: 52px; padding: 0.65rem 0.7rem 0.65rem 1.1rem; color: var(--paper); border: 1px solid var(--magenta); background: transparent; text-transform: uppercase; font-family: var(--condensed); font-size: 0.74rem; font-weight: 900; line-height: 1; letter-spacing: 0.08em; cursor: pointer; }
.gallery-close b { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--magenta); font-size: 1.7rem; font-weight: 400; line-height: 1; }
.gallery-close:hover { color: var(--ink); background: var(--cyan); border-color: var(--cyan); }
.gallery-status { width: min(100% - 3rem, 1500px); min-height: 1.5rem; margin: 1.5rem auto 0; color: var(--paper-dim); font-family: var(--condensed); font-size: 0.86rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.75rem, 1.2vw, 1.1rem); width: min(100% - 3rem, 1500px); margin: 1.25rem auto 0; padding-bottom: 3rem; }
.gallery-card { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; color: var(--paper); border: 1px solid rgba(242,234,220,0.3); background: var(--ink-2); text-align: left; cursor: zoom-in; transition: border-color 220ms ease, transform 220ms var(--ease); }
.gallery-card:hover, .gallery-card:focus-visible { border-color: var(--cyan); transform: translateY(-3px); }
.gallery-card figure { position: relative; width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #050506; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease), filter 500ms ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.035); filter: saturate(1.08) contrast(1.03); }

.gallery-viewer { position: fixed; inset: 0; z-index: 10; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; color: var(--paper); background: rgba(5,5,6,0.98); }
.gallery-viewer > header, .gallery-viewer > nav { display: flex; justify-content: space-between; gap: 1rem; align-items: center; min-height: 68px; padding: 0.75rem clamp(1rem, 3vw, 2.5rem); border-color: var(--line); background: rgba(9,9,11,0.96); }
.gallery-viewer > header { justify-content: flex-end; border-bottom: 1px solid var(--line); }
.gallery-viewer > nav { border-top: 1px solid var(--line); }
.gallery-viewer button { min-height: 42px; padding: 0.65rem 0.9rem; color: var(--paper); border: 1px solid var(--line); background: transparent; text-transform: uppercase; font-family: var(--condensed); font-size: 0.72rem; font-weight: 900; line-height: 1; letter-spacing: 0.06em; cursor: pointer; }
.gallery-viewer button:hover { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }
.gallery-viewer figure { display: grid; place-items: center; min-height: 0; margin: 0; padding: 1rem; overflow: hidden; }
.gallery-viewer img { max-width: 100%; max-height: calc(100dvh - 178px); object-fit: contain; box-shadow: 0 28px 90px rgba(0,0,0,0.52); }
.gallery-viewer > nav button:last-child { margin-left: auto; }
.clean-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 0.15rem 0.4rem; color: var(--ink); border-radius: 999px; background: var(--paper); text-transform: uppercase; font-family: var(--condensed); font-size: 0.58rem; font-weight: 800; line-height: 1; letter-spacing: 0.06em; }
.radio-video { display: grid; place-items: center; width: 100%; max-width: 100%; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; color: var(--cyan); border: 0; background: #000; }
.radio-video iframe { width: 100%; height: 100%; border: 0; }
.radio-video > a { text-underline-offset: 0.35rem; }

.radio-dock { position: fixed; inset: auto 1rem 1rem auto; z-index: 60; width: min(calc(100% - 2rem), 560px); color: var(--paper); border: 1px solid rgba(0,223,221,0.72); background: rgba(9,9,11,0.97); box-shadow: 0 18px 60px rgba(0,0,0,0.52); backdrop-filter: blur(18px); transition: border-color 180ms ease; }
.radio-dock.is-playing { border-color: var(--magenta); }
.radio-dock.is-censoring { border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(0,223,221,0.18), 0 18px 60px rgba(0,0,0,0.52); }
.radio-dock-bar { display: grid; grid-template-areas: "signal now collapse" "transport modes volume"; grid-template-columns: auto minmax(0, 1fr) auto; gap: 0.65rem 1rem; align-items: center; width: 100%; min-height: 104px; padding: 0.75rem 1rem; }
.radio-dock-signal { display: flex; gap: 0.45rem; align-items: center; color: var(--cyan); text-transform: uppercase; font-family: var(--condensed); font-size: 0.72rem; letter-spacing: 0.09em; white-space: nowrap; }
.radio-dock-signal { grid-area: signal; }
.on-air-dot { display: inline-block; flex: 0 0 auto; width: 0.62rem; height: 0.62rem; border-radius: 50%; background: var(--paper-dim); }
.is-playing .on-air-dot { background: var(--magenta); box-shadow: 0 0 0 5px rgba(225,0,120,0.16); animation: radio-pulse 1.8s ease-in-out infinite; }
.is-censoring .on-air-dot { background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,223,221,0.16); }
.radio-now { grid-area: now; min-width: 0; }
.radio-now span { display: block; color: var(--paper-dim); font-size: 0.72rem; line-height: 1.3; }
.radio-now strong { display: block; overflow: hidden; margin-top: 0.1rem; font-family: var(--condensed); font-size: 0.96rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.radio-primary-controls, .radio-mode-tabs { display: flex; align-items: center; }
.radio-primary-controls { grid-area: transport; }
.radio-mode-tabs { grid-area: modes; }
.radio-primary-controls button, .radio-mode-tabs button, .radio-collapse { min-height: 38px; padding: 0.52rem 0.72rem; color: var(--paper); border: 1px solid var(--line); background: transparent; font-family: var(--condensed); font-size: 0.76rem; font-weight: 800; line-height: 1; cursor: pointer; }
.radio-primary-controls button + button, .radio-mode-tabs button + button { margin-left: -1px; }
.radio-primary-controls button:hover, .radio-mode-tabs button:hover, .radio-collapse:hover { color: var(--ink); background: var(--cyan); }
.radio-primary-controls button:disabled { color: var(--paper-dim); cursor: wait; opacity: 0.65; }
.radio-mode-tabs button[aria-selected="true"] { position: relative; z-index: 1; color: var(--ink); border-color: var(--cyan); background: var(--cyan); }
.radio-collapse { grid-area: collapse; border-color: rgba(225,0,120,0.7); }
.radio-primary-controls { justify-self: start; }
.radio-mode-tabs { justify-self: center; }
.radio-dock-body { display: block; width: 100%; padding: 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.radio-player-view { position: relative; width: 100%; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.radio-player-view > .radio-video-shell,
.radio-player-view > .radio-audio-card { position: absolute; inset: 0; width: 100%; height: 100%; }
.radio-video-shell { background: #000; }
.radio-video-shell .radio-video { height: 100%; aspect-ratio: auto; }
.radio-audio-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 0; padding: 1.35rem; overflow: hidden; background: var(--magenta) url("/assets/poster-texture.png") center / cover; }
.radio-audio-card::after { content: "ON AIR"; position: absolute; right: -0.08em; top: -0.1em; color: rgba(9,9,11,0.22); font-family: var(--display); font-size: clamp(4.5rem, 9vw, 8rem); line-height: 0.8; transform: rotate(-4deg); }
.radio-audio-card > * { position: relative; z-index: 1; }
.radio-audio-kicker { color: var(--ink); text-transform: uppercase; font-family: var(--condensed); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; }
.radio-audio-card strong { color: var(--ink); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 0.95; }
.radio-audio-card p { max-width: 32ch; margin: 0.5rem 0 0; color: rgba(9,9,11,0.76); font-size: 0.78rem; line-height: 1.45; }
.radio-volume { grid-area: volume; display: flex; gap: 0.45rem; align-items: center; justify-self: end; color: var(--paper-dim); font-family: var(--condensed); font-size: 0.68rem; }
.radio-volume input { width: 94px; accent-color: var(--magenta); }
.radio-dock.is-collapsed .radio-dock-bar { min-height: 104px; }
@keyframes radio-pulse { 50% { transform: scale(0.78); opacity: 0.66; } }

.room { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.room-facts { margin: 0; border-top: 1px solid var(--line); }
.room-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding-block: 1.4rem; border-bottom: 1px solid var(--line); }
.room-facts dt { color: var(--cyan); text-transform: uppercase; font-family: var(--condensed); font-weight: 900; letter-spacing: 0.09em; }
.room-facts dd { margin: 0; font-family: var(--condensed); font-size: 1.22rem; font-weight: 700; line-height: 1.35; }

.contact { display: grid; grid-template-columns: 0.9fr 1.1fr; background: var(--cyan); color: var(--ink); }
.contact-lead, #contact-form { padding: clamp(3rem, 7vw, 8rem); }
.contact-lead { display: flex; flex-direction: column; justify-content: center; }
.contact-lead > p:first-child { color: var(--magenta-dark); }
.contact-lead > p { color: rgba(9,9,11,0.75); }
.direct-contact { display: grid; gap: 0.5rem; margin-top: 1.5rem; font-family: var(--condensed); font-size: 1.3rem; font-weight: 800; }
.direct-contact a { overflow-wrap: anywhere; }
#contact-form { background: var(--ink); color: var(--paper); }
.form-note { margin: 0 0 2rem; color: var(--paper-dim); font-size: 0.86rem; }
#contact-form label { display: grid; gap: 0.45rem; margin-bottom: 1.25rem; text-transform: uppercase; font-family: var(--condensed); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.06em; }
#contact-form input, #contact-form select, #contact-form textarea { width: 100%; padding: 0.9rem 0.2rem; color: var(--paper); border: 0; border-bottom: 1px solid rgba(242,234,220,0.45); border-radius: 0; outline: none; background: transparent; }
#contact-form select { background: var(--ink); }
#contact-form textarea { resize: vertical; }
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 2px 0 var(--cyan); }
#contact-form [aria-invalid="true"] { border-color: #ff6a9f; }
.field-error { min-height: 1rem; color: #ff9bbb; text-transform: none; letter-spacing: 0; font-size: 0.76rem; }
.form-status { min-height: 1.5rem; color: var(--cyan); }

.site-footer { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; padding: clamp(3rem, 6vw, 6rem); background: var(--ink); border-top: 1px solid var(--line); }
.footer-mark { display: flex; flex-direction: column; font-family: var(--display); font-size: clamp(2rem, 4.6vw, 4.7rem); line-height: 0.9; }
.footer-mark b { color: var(--magenta); }
.footer-mark small { max-width: 34ch; margin-top: 1.4rem; color: var(--paper-dim); font-family: var(--condensed); font-size: 0.9rem; font-weight: 700; line-height: 1.45; letter-spacing: 0.035em; }
.socials { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.socials a { padding: 1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--condensed); font-weight: 800; letter-spacing: 0.025em; }
.socials a:hover { color: var(--cyan); }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; padding-top: 2rem; color: var(--paper-dim); border-top: 1px solid var(--line); font-size: 0.82rem; line-height: 1.5; }
.footer-legal a { text-underline-offset: 0.3rem; }

.legal-page, .error-page { min-height: 100dvh; padding: calc(var(--header) + 5rem) max(1.5rem, calc((100vw - 900px) / 2)) 6rem; }
.legal-page h1, .error-page h1 { margin: 0; color: var(--magenta); font-family: var(--display); font-size: clamp(4rem, 10vw, 8rem); line-height: 0.9; text-transform: uppercase; }
.legal-page h2 { margin-top: 2.5rem; font-family: var(--condensed); text-transform: uppercase; }
.legal-page p, .error-page p { max-width: 68ch; color: var(--paper-dim); }
.error-code { color: var(--cyan); font-family: var(--display); font-size: 2rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { position: fixed; inset: var(--header) 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 2rem; background: rgba(9,9,11,0.98); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity 200ms ease, transform 200ms var(--ease), visibility 200ms ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a, .site-nav button { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); text-align: left; font-family: var(--condensed); font-size: 1.45rem; font-weight: 800; letter-spacing: 0.02em; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .nav-ticket { justify-self: end; margin-right: 0.8rem; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr 330px; gap: 2rem; }
  .hero h1 { font-size: clamp(4rem, 10vw, 7rem); }
  .hero-flyer { width: min(100%, 330px); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-calendars { grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); }
  .city-calendar-la .city-show-list { grid-template-columns: 1fr; }
  .city-calendar-la .show-row:nth-child(odd) { border-right: 0; }
  .show-row { min-height: 148px; }
  .story, .watch { grid-template-columns: 1fr; }
  .story-media { min-height: 520px; }
  .story-media::after { background: linear-gradient(0deg, var(--ink-2), transparent 52%); }
  .watch-art { min-height: 430px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --header: 68px; }
  .page-shell { width: min(100% - 2rem, 1380px); }
  .site-header { padding-inline: 1rem; background: rgba(9,9,11,0.88); }
  .nav-ticket { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .hero { min-height: auto; }
  .hero-photo { object-position: 50% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,9,11,0.96) 0%, rgba(9,9,11,0.75) 70%, rgba(9,9,11,0.45)); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--header) + 5rem); padding-bottom: 7rem; }
  .hero-copy { padding-top: 24vh; }
  .eyebrow { max-width: 100%; font-size: 0.7rem; }
  .hero h1 { max-width: 620px; font-size: clamp(3.7rem, 18vw, 6.2rem); }
  .hero-flyer { justify-self: center; width: min(100%, 380px); margin: 1rem 0 0; }
  .hero-tag { font-size: 0.92rem; text-align: center; }
  .section-heading { margin-bottom: 2.5rem; }
  .story-media { min-height: 430px; }
  .story-copy, .watch-copy, .contact-lead, #contact-form { padding: 3.5rem 1.2rem; }
  .name-field { gap: 0.5rem; }
  .name-field span { padding: 0.55rem 0.7rem; }
  .room { grid-template-columns: 1fr; gap: 3rem; }
  .site-footer { grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  .socials { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1; justify-content: flex-start; }
  .radio-dock { inset: auto 0.625rem 0.625rem auto; width: calc(100% - 1.25rem); }
  .radio-dock-bar { gap: 0.6rem 0.75rem; padding-inline: 0.75rem; }
  .radio-volume input { width: 82px; }
  .gallery-header-inner { width: calc(100% - 2rem); min-height: 88px; padding: 1rem 0; }
  .gallery-header h2 { font-size: clamp(3.5rem, 16vw, 5.4rem); }
  .gallery-close { align-self: start; padding-left: 0.75rem; }
  .gallery-close > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .gallery-grid, .gallery-status { width: calc(100% - 2rem); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-viewer > header, .gallery-viewer > nav { padding-inline: 0.75rem; }
  .gallery-viewer img { max-height: calc(100dvh - 166px); }
}

@media (max-width: 700px) {
  .city-calendars { grid-template-columns: 1fr; }
  .city-calendar-la .city-show-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-calendar-la .show-row:nth-child(odd) { border-right: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .city-calendar-la .city-show-list { grid-template-columns: 1fr; }
  .city-calendar-la .show-row:nth-child(odd) { border-right: 0; }
}

@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .wordmark { width: 118px; }
  .wordmark b { font-size: 1.35rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; white-space: normal; text-wrap: balance; }
  .city-calendar-header { min-height: 100px; padding: 1.1rem; }
  .city-identity { gap: 0.75rem; }
  .city-identity > span { font-size: 2.8rem; }
  .show-row { min-height: 145px; padding: 1rem; }
  .show-actions .button { flex: 1 1 auto; width: auto; }
  .show-flyer { flex-basis: 86px; width: 86px; max-width: 86px; }
  .watch-destination { grid-template-columns: 82px minmax(0, 1fr) auto; gap: 0.65rem; }
  .watch-destination > b { font-size: 0.68rem; }
  .room-facts div { grid-template-columns: 90px 1fr; gap: 1rem; }
  .radio-dock-signal b { display: none; }
  .radio-dock-signal .clean-badge { display: none; }
  .radio-now span { font-size: 0.65rem; }
  .radio-now strong { font-size: 0.82rem; }
  .radio-primary-controls button, .radio-mode-tabs button, .radio-collapse { min-height: 36px; padding: 0.5rem 0.62rem; font-size: 0.7rem; }
  .radio-volume { gap: 0.3rem; font-size: 0.62rem; }
  .radio-volume input { width: 68px; }
  .radio-dock.is-collapsed .radio-dock-bar { grid-template-areas: "now transport collapse"; grid-template-columns: minmax(0, 1fr) auto auto; min-height: 60px; }
  .radio-dock.is-collapsed .radio-dock-signal, .radio-dock.is-collapsed .radio-mode-tabs, .radio-dock.is-collapsed .radio-volume, .radio-dock.is-collapsed [data-radio-next] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .on-air-dot { animation: none !important; }
}
