:root {
  color-scheme: dark;
  --stage: #080509;
  --curtain: #2b082f;
  --curtain-deep: #17031b;
  --amber: #ffaa1f;
  --chalk: #f4efe6;
  --live: #f24c1a;
  --muted: #b9acb5;
  --line: rgb(244 239 230 / 24%);
  --nav-height: 70px;
  --display: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  --body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --utility: 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--body);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--stage);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--stage);
  color: var(--chalk);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
canvas {
  display: block;
}

a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  border: 2px solid var(--stage);
  background: var(--amber);
  color: var(--stage);
  padding: 12px 16px;
  font-weight: 900;
}

.skip-link:focus {
  transform: none;
}

.site-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  height: var(--nav-height);
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: rgb(8 5 9 / 88%);
  transition:
    background-color 300ms ease,
    transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-nav.is-solid {
  background: rgb(8 5 9 / 96%);
}

.brand {
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--line);
  padding: 0 20px;
  font-family: var(--utility);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand img {
  width: 38px;
  height: 38px;
}

.brand b {
  color: var(--amber);
}

.show-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--utility);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.show-status i {
  width: 8px;
  height: 8px;
  background: var(--live);
  animation: cue-blink 1.1s steps(2, end) infinite;
}

.show-status time {
  color: var(--amber);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.site-nav nav,
.site-footer nav {
  display: flex;
  align-items: stretch;
}

.site-nav nav a {
  display: flex;
  min-height: var(--nav-height);
  align-items: center;
  border-left: 1px solid var(--line);
  padding: 0 18px;
  font-family: var(--utility);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.site-nav nav a:hover,
.site-nav nav a:focus-visible {
  background: var(--chalk);
  color: var(--stage);
}

.site-nav nav .nav-action {
  background: var(--amber);
  color: var(--stage);
}

.show-sequence {
  position: relative;
  min-height: 500svh;
  background: var(--stage);
}

.stage-world {
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: var(--stage);
  isolation: isolate;
}

.stage-dust {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.back-wall {
  position: absolute;
  z-index: 0;
  inset: 0 0 32%;
  overflow: hidden;
  border-bottom: 1px solid rgb(255 170 31 / 30%);
  background:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgb(244 239 230 / 7%) 50%,
      transparent 50.2%
    ),
    linear-gradient(180deg, #140a16, #09060a 78%);
}

.back-wall::before,
.back-wall::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgb(244 239 230 / 8%);
  content: '';
}

.back-wall::before {
  left: 33.333%;
}

.back-wall::after {
  right: 33.333%;
}

.venue-sign {
  position: absolute;
  top: 13%;
  left: 50%;
  display: grid;
  width: min(28vw, 420px);
  transform: translateX(-50%);
  place-items: center;
  color: rgb(244 239 230 / 34%);
  text-align: center;
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.venue-sign span,
.venue-sign small {
  font-family: var(--utility);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.venue-sign b {
  margin: 8px 0 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 0.82;
}

.house-light {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 34vw;
  height: 63vh;
  transform-origin: top;
  background: linear-gradient(180deg, rgb(255 170 31 / 16%), transparent 82%);
  clip-path: polygon(48% 0, 53% 0, 100% 100%, 0 100%);
  opacity: 0.45;
  pointer-events: none;
}

.house-light-left {
  left: -5vw;
  transform: rotate(-12deg);
}

.house-light-right {
  right: -5vw;
  transform: rotate(12deg);
}

.spotlight-beam {
  position: absolute;
  z-index: 2;
  top: -8vh;
  left: 50%;
  width: min(52vw, 780px);
  height: 92vh;
  transform: translateX(-50%);
  transform-origin: 50% 0;
  background: linear-gradient(
    180deg,
    rgb(255 192 75 / 2%),
    rgb(255 170 31 / 18%) 74%,
    rgb(255 170 31 / 32%)
  );
  clip-path: polygon(48% 0, 52% 0, 92% 100%, 8% 100%);
  mix-blend-mode: screen;
  opacity: 0.9;
  pointer-events: none;
}

.stage-floor {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: 0;
  left: -8%;
  height: 38%;
  transform: perspective(700px) rotateX(54deg);
  transform-origin: bottom;
  background: #0e0a0f;
  border-top: 1px solid rgb(255 170 31 / 40%);
}

.floor-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 24.8%,
      rgb(244 239 230 / 10%) 25%,
      transparent 25.2%
    ),
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgb(244 239 230 / 12%) 50%,
      transparent 50.2%
    ),
    linear-gradient(
      90deg,
      transparent 74.8%,
      rgb(244 239 230 / 10%) 75%,
      transparent 75.2%
    ),
    linear-gradient(
      180deg,
      transparent 46%,
      rgb(244 239 230 / 8%) 46.3%,
      transparent 46.6%
    );
}

.room-plan {
  position: absolute;
  top: 18%;
  left: 50%;
  display: grid;
  width: min(56vw, 800px);
  grid-template-columns: repeat(3, 1fr);
  transform: translateX(-50%) translateY(40px);
  opacity: 0;
  color: var(--amber);
  font-family: var(--display);
  font-size: clamp(1.4rem, 3.4vw, 4rem);
  letter-spacing: 0.02em;
  text-align: center;
  transition:
    opacity 450ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.room-plan span {
  border-right: 1px solid rgb(255 170 31 / 32%);
}

.room-plan span:last-child {
  border-right: 0;
}

.stage-marks {
  position: absolute;
  top: 57%;
  left: 50%;
  display: grid;
  width: min(74vw, 1040px);
  grid-template-columns: repeat(10, 1fr);
  transform: translateX(-50%);
  gap: 2.5%;
}

.stage-marks i {
  aspect-ratio: 1;
  transform: scale(0);
  border: 1px solid rgb(255 170 31 / 70%);
  opacity: 0;
  transition:
    opacity 350ms ease,
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.curtain {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  width: 38vw;
  overflow: hidden;
  background: var(--curtain);
  pointer-events: none;
  will-change: transform;
}

.curtain::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--curtain-deep),
    transparent 18%,
    rgb(108 23 112 / 44%) 42%,
    transparent 62%,
    var(--curtain-deep)
  );
  content: '';
}

.curtain span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16%;
  border-right: 1px solid rgb(244 239 230 / 6%);
  background: rgb(8 5 9 / 18%);
  transform: skewX(-3deg);
}

.curtain span:nth-child(1) {
  left: 9%;
}

.curtain span:nth-child(2) {
  left: 34%;
}

.curtain span:nth-child(3) {
  left: 59%;
}

.curtain span:nth-child(4) {
  left: 84%;
}

.curtain-left {
  left: 0;
  transform: translateX(-64%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.curtain-right {
  right: 0;
  transform: translateX(64%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

.microphone-rig {
  position: absolute;
  z-index: 7;
  bottom: 4%;
  left: 72%;
  width: clamp(86px, 10vw, 150px);
  height: min(64vh, 560px);
  transform-origin: 50% 84%;
  color: var(--chalk);
  transition:
    left 1s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 500ms ease;
}

.microphone-rig svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.microphone-rig rect {
  fill: #171317;
  stroke: var(--chalk);
  stroke-width: 4;
}

.microphone-rig path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
}

.mic-head path {
  stroke-width: 2;
  opacity: 0.6;
}

.mic-neck,
.mic-arm,
.mic-base {
  stroke-width: 4;
}

.mic-cable {
  stroke: rgb(244 239 230 / 45%);
  stroke-width: 2;
}

.mic-flag {
  position: absolute;
  top: 16.4%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 30px;
  transform: translateX(-50%);
  place-items: center;
  background: var(--amber);
  color: var(--stage);
  font-family: var(--display);
  font-size: 1.1rem;
}

.cast-field {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
}

.cast-name {
  position: absolute;
  top: 70%;
  left: 50%;
  color: rgb(244 239 230 / 30%);
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.5vw, 3rem);
  letter-spacing: 0.02em;
  will-change: transform, opacity;
}

.cast-name[data-cast='jordan'] {
  transform: translate(-48vw, -7vh) rotate(-90deg);
}

.cast-name[data-cast='danny'] {
  transform: translate(40vw, -15vh) rotate(90deg);
}

.cast-name[data-cast='maya'] {
  transform: translate(42vw, 2vh) rotate(90deg);
}

.cast-name[data-cast='guest'] {
  transform: translate(-48vw, 9vh) rotate(-90deg);
}

.live-floor-cue {
  position: absolute;
  z-index: 8;
  right: 4vw;
  bottom: 4.5vh;
  left: 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 32px;
  opacity: 0;
  font-family: var(--utility);
  transition:
    opacity 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.live-floor-cue > div {
  display: grid;
  gap: 3px;
}

.live-floor-cue > div:last-child {
  text-align: right;
}

.live-floor-cue span,
.live-floor-cue b {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.live-floor-cue b {
  color: var(--amber);
}

.live-floor-cue time {
  color: var(--chalk);
  font-family: var(--display);
  font-size: clamp(3.4rem, 8vw, 8rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 0.72;
}

.wing-cue {
  position: absolute;
  z-index: 8;
  right: 6vw;
  bottom: 10vh;
  display: grid;
  max-width: 470px;
  transform: translateX(80px);
  opacity: 0;
  border-left: 8px solid var(--live);
  padding-left: 22px;
  font-family: var(--utility);
  transition:
    opacity 500ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wing-cue span,
.wing-cue small {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.wing-cue b {
  margin: 6px 0;
  color: var(--amber);
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 6rem);
  letter-spacing: 0.01em;
  line-height: 0.85;
}

.show-chapters {
  position: relative;
  z-index: 20;
  margin-top: -100svh;
  pointer-events: none;
}

.show-chapter {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: calc(var(--nav-height) + 5vh) 7.5vw 5vh;
}

.hero-chapter {
  align-items: flex-end;
  padding-bottom: 8vh;
}

.chapter-copy {
  width: min(50vw, 760px);
  pointer-events: auto;
}

.hero-copy {
  width: min(64vw, 980px);
}

.chapter-right {
  justify-content: flex-end;
}

.chapter-right .chapter-copy {
  text-align: right;
}

.chapter-count {
  margin: 0 0 18px;
  color: var(--amber);
  font-family: var(--utility);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.show-chapter h1,
.show-chapter h2,
.curtain-call h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.split-line {
  overflow: hidden;
}

.show-chapter h1 {
  max-width: 990px;
  font-size: clamp(4.5rem, 8.5vw, 9.5rem);
}

.show-chapter h2 {
  font-size: clamp(4rem, 7.8vw, 8.8rem);
}

.hero-intro,
.chapter-copy > p:not(.chapter-count) {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.chapter-right .chapter-copy > p:not(.chapter-count) {
  margin-left: auto;
}

.hero-actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 28px;
}

.primary-action {
  display: grid;
  min-width: 260px;
  min-height: 58px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border: 2px solid var(--amber);
  background: var(--amber);
  color: var(--stage);
  padding: 0 18px;
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.primary-action span,
.text-action span {
  transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: transparent;
  color: var(--amber);
}

.primary-action:hover span,
.primary-action:focus-visible span {
  transform: translate(5px, -5px);
}

.text-action {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.text-action:hover span,
.text-action:focus-visible span {
  transform: translateY(6px);
}

.scene-caption {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
  margin: 0;
  color: rgb(244 239 230 / 60%);
  font-family: var(--utility);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.chapter-facts {
  display: grid;
  margin: 34px 0 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.chapter-facts div {
  padding: 12px;
  border-right: 1px solid var(--line);
}

.chapter-facts div:last-child {
  border-right: 0;
}

.chapter-facts dt,
.chapter-facts dd {
  margin: 0;
  font-family: var(--utility);
  text-align: left;
}

.chapter-facts dt {
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.chapter-facts dd {
  margin-top: 5px;
  color: var(--amber);
  font-weight: 900;
}

.mini-lineup {
  width: min(100%, 560px);
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.mini-lineup li {
  display: grid;
  min-height: 54px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-family: var(--utility);
}

.mini-lineup span {
  color: var(--muted);
}

.mini-lineup b {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.mini-lineup small {
  color: var(--amber);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.stage-world[data-scene='room'] .room-plan,
.stage-world[data-scene='room'] .stage-marks i {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.stage-world[data-scene='room'] .room-plan {
  transform: translateX(-50%) translateY(0);
}

.stage-world[data-scene='room'] .stage-marks i:nth-child(2n) {
  transition-delay: 80ms;
}

.stage-world[data-scene='room'] .stage-marks i:nth-child(3n) {
  transition-delay: 160ms;
}

.stage-world[data-scene='lineup'] .cast-name {
  color: var(--chalk);
  opacity: 1;
}

.stage-world[data-scene='lineup'] .cast-name[data-cast='jordan'] {
  transform: translate(-30vw, -6vh);
}

.stage-world[data-scene='lineup'] .cast-name[data-cast='danny'] {
  transform: translate(-12vw, 2vh);
}

.stage-world[data-scene='lineup'] .cast-name[data-cast='maya'] {
  transform: translate(6vw, -3vh);
}

.stage-world[data-scene='lineup'] .cast-name[data-cast='guest'] {
  transform: translate(24vw, 5vh);
}

.stage-world[data-scene='live'] .live-floor-cue {
  transform: translateY(-4vh);
  opacity: 1;
}

.stage-world[data-scene='lineup'] .microphone-rig {
  left: 61%;
}

.stage-world[data-scene='room'] .microphone-rig,
.stage-world[data-scene='live'] .microphone-rig {
  left: 28%;
}

.stage-world[data-scene='live'] .cast-name[data-cast='maya'] {
  transform: translate(42vw, 4vh) rotate(90deg);
}

.stage-world[data-scene='live'] .cast-name[data-cast='danny'] {
  transform: translate(-5vw, -18vh) scale(1.4);
  color: var(--amber);
  opacity: 1;
}

.stage-world[data-scene='live'] .cast-name[data-cast='maya'] {
  transform: translate(31vw, -4vh) rotate(90deg);
  color: var(--chalk);
  opacity: 0.72;
}

.stage-world[data-scene='wing'] .wing-cue {
  transform: none;
  opacity: 1;
}

.stage-world[data-scene='wing'] .live-floor-cue,
.stage-world[data-scene='wing'] .venue-sign {
  opacity: 0.08;
}

.stage-world[data-scene='wing'] .microphone-rig {
  left: 52%;
  opacity: 0.12;
}

.curtain-call {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  background: var(--chalk);
  color: var(--stage);
}

.call-curtain {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 28vw;
  background:
    linear-gradient(
      90deg,
      var(--curtain-deep),
      transparent,
      var(--curtain-deep)
    ),
    var(--curtain);
}

.call-curtain-left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
}

.call-curtain-right {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
}

.curtain-call-copy {
  position: relative;
  z-index: 2;
  width: min(64vw, 980px);
  text-align: center;
}

.curtain-call-copy > span {
  font-family: var(--utility);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.curtain-call h2 {
  margin-top: 24px;
  font-size: clamp(4.5rem, 10vw, 11rem);
}

.curtain-call p {
  margin: 26px auto;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.call-action {
  width: min(100%, 360px);
  margin: 0 auto;
  border-color: var(--stage);
  background: var(--stage);
  color: var(--chalk);
}

.call-action:hover,
.call-action:focus-visible {
  background: transparent;
  color: var(--stage);
}

.site-footer {
  display: grid;
  min-height: 84px;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  border-top: 1px solid var(--line);
  background: var(--stage);
}

.site-footer p {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-family: var(--utility);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.site-footer nav a {
  display: flex;
  min-width: 90px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

@keyframes cue-blink {
  50% {
    opacity: 0.25;
  }
}

@media (max-width: 1100px) {
  .site-nav {
    grid-template-columns: auto 1fr;
  }

  .show-status {
    display: none;
  }

  .chapter-copy {
    width: min(58vw, 680px);
  }

  .hero-copy {
    width: min(75vw, 860px);
  }

  .show-chapter h1 {
    font-size: clamp(4.2rem, 10vw, 8rem);
  }
}

@media (max-width: 760px) {
  :root {
    --nav-height: 60px;
  }

  .site-nav {
    grid-template-columns: 1fr auto;
    background: rgb(8 5 9 / 94%);
  }

  .brand {
    min-width: 0;
    border-right: 0;
    padding: 0 14px;
    font-size: 0.68rem;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .site-nav nav a:not(.nav-action) {
    display: none;
  }

  .site-nav nav .nav-action {
    min-height: var(--nav-height);
    border-left-color: var(--stage);
    padding: 0 14px;
    font-size: 0.6rem;
  }

  .back-wall {
    bottom: 38%;
  }

  .venue-sign {
    top: 12%;
    width: 64vw;
  }

  .venue-sign b {
    font-size: 2.4rem;
  }

  .house-light {
    display: none;
  }

  .spotlight-beam {
    top: 30vh;
    width: 92vw;
    height: 65vh;
    opacity: 0.7;
  }

  .stage-floor {
    right: -34%;
    left: -34%;
    height: 38%;
  }

  .curtain {
    width: 48vw;
  }

  .curtain-left {
    transform: translateX(-76%);
  }

  .curtain-right {
    transform: translateX(76%);
  }

  .microphone-rig {
    bottom: 2%;
    left: 69%;
    width: 82px;
    height: 47vh;
  }

  .mic-flag {
    width: 25px;
    height: 23px;
    font-size: 0.8rem;
  }

  .live-floor-cue {
    right: 18px;
    bottom: 2.5vh;
    left: 18px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .live-floor-cue > div:last-child {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .live-floor-cue time {
    font-size: 3.7rem;
  }

  .room-plan {
    top: 25%;
    width: 96vw;
    font-size: 1.25rem;
  }

  .stage-marks {
    top: 68%;
    width: 92vw;
    gap: 1.5%;
  }

  .cast-name {
    font-size: 1.25rem;
  }

  .stage-world[data-scene='lineup'] .cast-name[data-cast='jordan'] {
    transform: translate(-42vw, -2vh);
  }

  .stage-world[data-scene='lineup'] .cast-name[data-cast='danny'] {
    transform: translate(-42vw, 4vh);
  }

  .stage-world[data-scene='lineup'] .cast-name[data-cast='maya'] {
    transform: translate(-8vw, -2vh);
  }

  .stage-world[data-scene='lineup'] .cast-name[data-cast='guest'] {
    transform: translate(-8vw, 4vh);
  }

  .stage-world[data-scene='live'] .cast-name[data-cast='danny'] {
    transform: translate(-25vw, -9vh) scale(1.15);
  }

  .stage-world[data-scene='live'] .cast-name[data-cast='maya'] {
    transform: translate(33vw, 2vh) rotate(90deg);
  }

  .stage-world[data-scene='wing'] .microphone-rig {
    left: 18%;
  }

  .stage-world[data-scene='live'] .microphone-rig {
    left: 45%;
  }

  .wing-cue {
    right: 18px;
    bottom: 11vh;
    left: 18px;
  }

  .wing-cue b {
    font-size: 3rem;
  }

  .show-chapter,
  .hero-chapter {
    min-height: 100svh;
    align-items: flex-start;
    padding: calc(var(--nav-height) + 6vh) 18px 4vh;
  }

  .chapter-copy,
  .hero-copy {
    width: 100%;
  }

  .show-chapter h1 {
    max-width: 94vw;
    font-size: clamp(2.8rem, 13vw, 4.2rem);
    line-height: 0.84;
  }

  .show-chapter h2 {
    max-width: 94vw;
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .chapter-right {
    justify-content: flex-start;
  }

  .chapter-right .chapter-copy {
    text-align: left;
  }

  .chapter-right .chapter-copy > p:not(.chapter-count) {
    margin-left: 0;
  }

  .hero-intro,
  .chapter-copy > p:not(.chapter-count) {
    max-width: 94vw;
    margin-top: 16px;
    color: #d1c6ce;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .chapter-count {
    margin-bottom: 12px;
    font-size: 0.58rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .primary-action {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .text-action {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
  }

  .scene-caption {
    right: 18px;
    bottom: 2vh;
    left: 18px;
    font-size: 0.54rem;
  }

  .chapter-facts {
    margin-top: 20px;
  }

  .chapter-facts div {
    padding: 9px 5px;
  }

  .chapter-facts dd {
    font-size: 0.7rem;
  }

  .mini-lineup {
    margin-top: 20px;
  }

  .performer-chapter .chapter-copy {
    margin-top: 4vh;
  }

  .curtain-call-copy {
    width: min(76vw, 300px);
  }

  .call-curtain {
    width: 18vw;
  }

  .curtain-call h2 {
    font-size: clamp(2.7rem, 11.2vw, 4.8rem);
  }

  .curtain-call p {
    max-width: 240px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer .brand {
    min-height: 70px;
    justify-content: center;
    border-bottom: 1px solid var(--line);
  }

  .site-footer p {
    min-height: 52px;
  }

  .site-footer nav a {
    min-height: 54px;
    flex: 1;
    border-top: 1px solid var(--line);
  }

  .site-footer nav a:first-child {
    border-left: 0;
  }
}

@media (max-width: 360px) {
  .site-nav nav .nav-action {
    padding: 0 10px;
    font-size: 0.54rem;
  }

  .show-chapter,
  .hero-chapter {
    padding-right: 14px;
    padding-left: 14px;
  }

  .show-chapter h1,
  .show-chapter h2 {
    font-size: 2.75rem;
  }

  .hero-intro,
  .chapter-copy > p:not(.chapter-count) {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .stage-dust {
    display: none;
  }

  .spotlight-beam {
    transform: translateX(-50%) !important;
  }
}
