:root {
  --bg: #0b0c0c;
  --bg-2: #101211;
  --fg: #eee9df;
  --muted: #a7a59e;
  --faint: rgba(238, 233, 223, .14);
  --red: #e50914;
  --font: 'Geist', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'Geist Mono', ui-monospace, Menlo, monospace;
  --gutter: clamp(20px, 4vw, 56px);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 400 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.wrap { width: min(1200px, 100% - var(--gutter) * 2); margin-inline: auto; }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); }
.row { display: flex; flex-wrap: wrap; gap: 10px; }
.eyebrow { margin: 0 0 24px; color: var(--muted); font: 400 11px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
:focus-visible { outline: 2px solid var(--fg); outline-offset: 5px; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--fg); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

/* Quiet controls: contrast changes, no lift, bounce or glow. */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 3px; font: 500 14px/1.25 var(--font); text-decoration: none; cursor: pointer; white-space: nowrap; transition: background-color .18s, border-color .18s, color .18s; }
.btn-primary { background: var(--fg); color: var(--bg); }
.btn-primary:hover { background: #fffaf0; }
.btn-ghost, .btn-glass { background: transparent; color: var(--fg); border-color: rgba(238, 233, 223, .28); }
.btn-ghost:hover, .btn-glass:hover { background: rgba(238, 233, 223, .07); border-color: rgba(238, 233, 223, .55); }
.btn-sm { min-height: 40px; padding: 10px 16px; font-size: 13px; }
.text-link { display: inline-block; margin-top: 14px; font-size: 14px; color: var(--muted); text-underline-offset: 5px; }
.text-link:hover { color: var(--fg); }

/* Static texture, kept behind the content. */
.grain { position: fixed; inset: 0; z-index: 30; pointer-events: none; background: var(--noise); opacity: .12; }
.nav { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; align-items: center; gap: 32px; height: 84px; padding: 0 max(var(--gutter), calc((100% - 1200px) / 2)); background: linear-gradient(rgba(5, 7, 7, .65), transparent); transition: background-color .2s; }
.nav.is-solid { background: rgba(11, 12, 12, .96); border-bottom: 1px solid var(--faint); }
.nav-logo { display: block; flex: none; }
.nav-logo img { width: 138px; height: auto; }
.nav-links { display: flex; gap: 28px; margin-left: auto; font-size: 13px; }
.nav-links a { text-decoration: none; color: #c8c6bd; padding: 10px 0; text-underline-offset: 6px; }
.nav-links a:hover { color: var(--fg); text-decoration: underline; }

/* A poster-like hero; film footage is the only ambient movement. */
.hero { position: relative; min-height: max(760px, 100svh); display: flex; flex-direction: column; justify-content: center; overflow: hidden; isolation: isolate; text-align: center; background: #141712; }
.slides { position: absolute; inset: 0; z-index: -3; }
.slide, .slide .kb { position: absolute; inset: 0; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.bgvid { position: absolute; inset: 0; z-index: -2; opacity: 0; overflow: hidden; pointer-events: none; transition: opacity .8s; }
.hero.is-playing .bgvid { opacity: 1; }
.bgvid.has-video { opacity: 1; transition: none; }
.bgvid video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5, 8, 7, .42), rgba(5, 8, 7, .32) 28%, rgba(5, 8, 7, .55) 68%, var(--bg) 100%), radial-gradient(ellipse at center, rgba(5, 8, 7, .24), rgba(5, 8, 7, .18)); }
.hero-body, .hero-foot { position: relative; z-index: 1; }
.hero-body { display: grid; justify-items: center; padding: 154px 0 150px; }
.hero-logo { width: clamp(174px, 17vw, 228px); height: auto; margin: 0 0 28px; }
.hero-title { font-size: clamp(64px, 12.6vw, 174px); font-weight: 500; letter-spacing: -.065em; line-height: .97; text-shadow: 0 2px 36px rgba(0, 0, 0, .2); }
.hero-lede { margin: 30px 0 0; color: #deddd4; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.panel { width: min(940px, 100%); display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 24px 0; border-top: 1px solid rgba(238, 233, 223, .25); border-bottom: 1px solid rgba(238, 233, 223, .18); text-align: left; }
.panel-cta { display: flex; gap: 10px; flex: none; }
.facts { display: grid; grid-template-columns: repeat(3, auto); gap: 20px 32px; margin: 0; }
.facts div { min-width: 0; }
.facts dt { color: #b6b8b0; font: 400 10px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.facts dd { margin: 6px 0 0; font-size: 14px; font-weight: 500; }
.facts dd.sub { margin: 2px 0 0; color: #b6b8b0; font-size: 12px; font-weight: 400; }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 24px; color: #aaaDA5; font-size: 11px; text-align: left; }
.hero-foot p { margin: 0; }
.now { display: grid; justify-items: start; gap: 10px; }
.caption { color: #b6b8b0; }
.hero-playback { display: flex; flex-wrap: wrap; gap: 8px; }
.motion-toggle, .sound-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 4px 10px; border: 1px solid rgba(238, 233, 223, .25); border-radius: 3px; background: rgba(11, 12, 12, .35); color: var(--fg); font-size: 11px; cursor: pointer; }
.motion-toggle::before { content: 'Ⅱ'; font-size: 13px; }
.motion-toggle[data-paused="true"]::before { content: '▷'; }
.scroll-cue { display: flex; align-items: center; gap: 10px; padding: 10px 0; text-decoration: none; color: #c8c6bd; }
.scroll-cue i { display: block; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.countdown { text-align: right; padding-bottom: 10px; }
.countdown b { color: var(--fg); font-weight: 400; font-variant-numeric: tabular-nums; }

/* A short title sequence; no loading screen or delayed access to the page. */
@keyframes dissolve { from { opacity: 0; } to { opacity: 1; } }
@keyframes title-rise { from { opacity: 0; transform: translateY(85%); } to { opacity: 1; transform: none; } }
.hero-word { display: inline-block; overflow: hidden; padding: .08em .03em .16em; margin: -.08em -.03em -.16em; vertical-align: top; }
.hero-letter { display: inline-block; }
html.motion:not(.intro-on) .hero-letter { animation: title-rise .95s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(.1s + var(--letter) * 45ms); }
html.motion:not(.intro-on) .hero-logo { animation: dissolve .8s ease-out both; }
html.motion:not(.intro-on) .hero-lede { animation: dissolve .85s ease-out .26s both; }
html.motion:not(.intro-on) .panel { animation: dissolve .85s ease-out .46s both; }
html.motion.intro-on .hero-letter { opacity: 0; }

/* Academy leader, then the logo. Runs once per visit, skippable. */
html.intro-on, html.intro-on body { overflow: hidden; }
.intro { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; background: #000; color: var(--fg); transition: opacity .8s ease; }
html.intro-on .intro { display: grid; }
.intro.is-out { opacity: 0; pointer-events: none; }
.intro::after { content: ''; position: absolute; inset: -10%; background: var(--noise); opacity: .6; animation: grain .5s steps(3) infinite; pointer-events: none; }
.leader { position: relative; grid-area: 1 / 1; display: grid; place-items: center; width: min(60vmin, 420px); aspect-ratio: 1; animation: leader-flicker .16s steps(2) infinite; }
.leader-ring { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(238, 233, 223, .7); stroke-width: 1.2; }
@property --sweep { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.leader-sweep { position: absolute; inset: 15%; border-radius: 50%; background: conic-gradient(rgba(238, 233, 223, .2) var(--sweep), transparent 0); }
.leader.tick .leader-sweep { animation: leader-sweep .64s linear both; }
@keyframes leader-sweep { to { --sweep: 360deg; } }
@keyframes leader-flicker { 50% { opacity: .92; } }
.leader-num { position: relative; font: 400 min(38vmin, 280px)/1 var(--font); letter-spacing: -.05em; }
.intro-flash { position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none; }
.intro.p2 .intro-flash { animation: intro-flash .22s ease-out both; }
@keyframes intro-flash { from { opacity: .85; } to { opacity: 0; } }
.intro.p2 .leader { display: none; }
.intro-title { grid-area: 1 / 1; display: grid; justify-items: center; gap: 14px; opacity: 0; }
.intro.p2 .intro-title { opacity: 1; }
.intro-logo { width: min(62vw, 500px); height: auto; clip-path: inset(0 100% 0 0); }
.intro.p2 .intro-logo { clip-path: inset(0); transition: clip-path 1.5s cubic-bezier(.7, 0, .2, 1) .13s; }
.intro-sub { margin: 0; color: var(--muted); font: 400 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; opacity: 0; }
.intro.p2 .intro-sub { opacity: 1; transition: opacity .8s ease 1.25s; }
.intro-skip { position: absolute; right: 22px; bottom: 20px; padding: 8px 12px; border: 0; background: none; color: var(--muted); font: 400 11px/1 var(--mono); letter-spacing: .08em; cursor: pointer; }
.intro-skip:hover { color: var(--fg); }

/* The frame opens from widescreen bars to full height. */
.letterbox { position: absolute; left: 0; right: 0; height: 0; background: #000; z-index: 0; pointer-events: none; }
.lb-top { top: 0; } .lb-bot { bottom: 0; }
html.motion .letterbox { height: 12vh; }
html.motion:not(.intro-on) .letterbox { animation: letterbox-open 1.9s cubic-bezier(.65, 0, .2, 1) .2s both; }
@keyframes letterbox-open { from { height: 12vh; } to { height: 0; } }

/* Gentle, single-play arrivals. Images settle once and then stay still. */
@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes frame-open { from { clip-path: inset(46% 0 46% 0); } to { clip-path: inset(0); } }
@keyframes frame-settle { from { transform: scale(1.035); } to { transform: none; } }
html.motion .reveal-in { animation: arrive .7s cubic-bezier(.2, .8, .2, 1) both; }
html.motion .film-media.reveal-in { animation-name: dissolve; }
html.motion .film-media.reveal-in .still-main { animation: frame-open .9s cubic-bezier(.2, .8, .2, 1) both; }
html.motion .film-media.reveal-in .still-main img { animation: frame-settle 1.1s cubic-bezier(.2, .8, .2, 1) both; }
html.motion .film-media.reveal-in .still-row .still { animation: frame-open .9s cubic-bezier(.2, .8, .2, 1) both; }
html.motion .film-media.reveal-in .still-row .still:nth-child(1) { animation-delay: .12s; }
html.motion .film-media.reveal-in .still-row .still:nth-child(2) { animation-delay: .22s; }
html.motion .film-media.reveal-in .still-row .still img { animation: frame-settle 1.1s cubic-bezier(.2, .8, .2, 1) .12s both; }

/* Editorial spacing and a consistent hierarchy. */
.section { padding: clamp(76px, 9vw, 124px) 0; }
.section-alt { background: var(--bg-2); }
.event-intro { border-bottom: 1px solid var(--faint); text-align: center; }
.event-intro h2 { font-size: clamp(32px, 4.8vw, 64px); line-height: 1.12; text-wrap: balance; }
.event-intro p { max-width: 58ch; margin: 28px auto 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.8; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px 32px; margin-bottom: 46px; }
.sec-head h2 { font-size: clamp(42px, 5.8vw, 76px); }
.sec-head p { max-width: 32ch; margin: 0; color: var(--muted); font-size: 13px; }
.films, .sched { list-style: none; margin: 0; padding: 0; }
.films { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 28px; }
.film { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); padding: 52px 0 72px; border-top: 1px solid var(--faint); }
.film-media { display: grid; gap: 10px; align-content: start; min-width: 0; }
.still { position: relative; margin: 0; overflow: hidden; background: #070808; aspect-ratio: var(--ar, 16/9); }
.still .plx { position: absolute; inset: 0; }
.still img { width: 100%; height: 100%; object-fit: cover; }
.still-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.still-main[data-scrub] { cursor: ew-resize; }
.scrub { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; display: flex; align-items: center; gap: 10px; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s cubic-bezier(.2, .8, .2, 1); pointer-events: none; }
.still-main[data-scrub]:hover .scrub, .still-main.is-scrubbing .scrub { opacity: 1; transform: none; }
.scrub-bar { position: relative; flex: 1; height: 2px; background: rgba(255, 255, 255, .3); }
.scrub-bar b { position: absolute; left: 0; top: 0; bottom: 0; width: var(--x, 0%); background: var(--red); }
.scrub-bar i { position: absolute; left: var(--x, 0%); top: -3px; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%; background: #fff; }
.scrub-tc { color: #fff; font: 400 11px/1 var(--mono); font-variant-numeric: tabular-nums; text-shadow: 0 1px 6px rgba(0, 0, 0, .8); }
.scrub-hint { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 5px 9px; color: rgba(255, 255, 255, .85); background: rgba(0, 0, 0, .55); font: 400 10px/1 var(--mono); letter-spacing: .06em; opacity: 0; transition: opacity .3s; pointer-events: none; }
.film-media.reveal-in .still-main[data-scrub] .scrub-hint { opacity: 1; transition-delay: 1.2s; }
.still-main[data-scrub]:hover .scrub-hint, .still-main.is-scrubbing .scrub-hint { opacity: 0; transition-delay: 0s; }
.film-info { min-width: 0; padding-top: 2px; }
.film-no { display: block; margin-bottom: 26px; color: var(--red); font: 400 12px/1 var(--mono); letter-spacing: .08em; }
.film-info h3 { font-size: clamp(30px, 3.6vw, 48px); text-wrap: balance; }
.film-meta { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.film-blurb { max-width: 42ch; margin: 24px 0 0; font-size: 17px; line-height: 1.65; }
.film-note { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.credits { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 9px 20px; margin: 30px 0 0; padding-top: 24px; border-top: 1px solid var(--faint); font-size: 12px; line-height: 1.65; }
.credits dt { color: var(--muted); }
.credits dd { margin: 0; overflow-wrap: anywhere; }
/* Cast is billed above the crew, the way it sits on a poster. */
.film-cast { margin: 26px 0 0; padding-top: 24px; border-top: 1px solid var(--faint); font-size: 17px; line-height: 1.6; }
.film-cast .cast-label { display: block; margin-bottom: 8px; color: var(--muted); font: 400 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.credits { margin-top: 22px; padding-top: 22px; }
.still-tba { display: grid; place-items: center; border: 1px solid var(--faint); }
.still-tba img { width: 44%; height: auto; object-fit: contain; opacity: .65; }
.film.is-tba .film-no { color: var(--muted); }
.film.is-tba h3 { color: #c1bfb7; }

/* A timecode reference, ticking once per second with no frame counter. */
.bigcd { padding: clamp(72px, 8vw, 110px) 0; text-align: center; background: #000; border-block: 1px solid var(--faint); }
.bigcd-label { color: var(--muted); font: 400 11px/1.4 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.tc { display: flex; justify-content: center; align-items: flex-start; margin: 32px 0 28px; color: var(--fg); font: 400 clamp(26px, 7.2vw, 88px)/1 var(--mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
.tc-u { display: grid; justify-items: center; gap: 18px; }
.tc-n { display: block; }
.tc-c { padding: 0 .12em; color: rgba(238, 233, 223, .25); }
.tc-l { color: var(--muted); font: 400 10px/1 var(--mono); letter-spacing: .06em; }
.tc-u.is-ff .tc-n { color: rgba(238, 233, 223, .5); }   /* frames flicker, so they sit back a little */
.bigcd-foot { margin: 0; color: var(--muted); font-size: 12px; }

/* The evening is a readable schedule, without scroll-triggered progression. */
.night { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.night .sec-head { display: block; margin-bottom: 32px; }
.night .sec-head p { max-width: 42ch; margin-top: 20px; }
.timeline { position: relative; padding-left: 30px; }
.tl-line { position: absolute; left: 0; top: 10px; bottom: 10px; width: 1px; background: var(--faint); }
.tl-line i { position: absolute; inset: 0; background: var(--red); transform-origin: top; transform: scaleY(var(--p, 1)); }
html.motion .tl-line i { transform: scaleY(var(--p, 0)); }
.sched li { position: relative; }
.sched li::before { content: ''; position: absolute; left: -34px; top: 27px; width: 9px; height: 9px; border-radius: 50%; background: var(--bg-2); box-shadow: inset 0 0 0 1.5px rgba(238, 233, 223, .3); transition: background .3s, box-shadow .3s; }
.sched li.lit::before, html:not(.motion) .sched li::before { background: var(--red); box-shadow: inset 0 0 0 1.5px var(--red); }
html.motion .sched li { opacity: .45; transition: opacity .4s; }
html.motion .sched li.lit { opacity: 1; }
.sched li { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 24px; padding: 22px 0; border-top: 1px solid var(--faint); }
.sched li:last-child { padding-bottom: 0; }
.sched time { padding-top: 2px; color: var(--muted); font: 400 12px/1.6 var(--mono); font-variant-numeric: tabular-nums; }
.sched time i { font-style: normal; }
.sched strong { display: block; font-size: 16px; font-weight: 500; }
.sched span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.night-side { display: grid; gap: 34px; padding-top: 40px; }
.card { padding: 26px 0 0; border-top: 1px solid var(--faint); }
.card h3 { margin-bottom: 14px; color: var(--muted); font: 400 11px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.card p { margin: 0; font-size: 14px; }
.card .big { margin-bottom: 8px; font-size: 26px; letter-spacing: -.03em; }
.card .row { margin-top: 24px; }

/* Reserve the columns before the number animation starts, so the copy never shifts. */
.tickets { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: clamp(40px, 8vw, 120px); align-items: center; }
.tix-numbers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 64px); min-width: 0; }
.tix-numbers div { display: grid; min-width: 0; }
.tix-big { min-width: 0; overflow: hidden; white-space: nowrap; font-size: clamp(64px, 8vw, 108px); font-weight: 400; letter-spacing: -.06em; line-height: 1; font-variant-numeric: tabular-nums; }
.tix-includes { margin: 26px 0 30px; padding-top: 24px; border-top: 1px solid var(--faint); }
.tix-includes-label { margin: 0 0 14px; color: var(--muted); font: 400 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.tix-includes ul { counter-reset: tix; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; margin: 0; padding: 0; list-style: none; font-size: 16px; }
.tix-includes li { display: grid; grid-template-columns: 2.4em minmax(0, 1fr); align-items: baseline; }
.tix-includes li::before { content: counter(tix, decimal-leading-zero); counter-increment: tix; color: var(--red); font: 400 11px/1.6 var(--mono); letter-spacing: .06em; }
.tix-label { margin-top: 10px; color: var(--muted); font: 400 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.tix-lede { max-width: 36ch; margin: 0 0 28px; font-size: clamp(20px, 2vw, 24px); line-height: 1.5; }
.faq-wrap { max-width: 860px; }
.faq { border-top: 1px solid var(--faint); }
.faq:last-child { border-bottom: 1px solid var(--faint); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: 17px; font-weight: 400; cursor: pointer; list-style: none; }
.faq summary:hover { color: #fffaf0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex: none; color: var(--muted); font-size: 22px; }
.faq[open] summary::after { content: '−'; }
.faq p { max-width: 62ch; margin: 0; padding: 0 32px 26px 0; color: var(--muted); font-size: 14px; }

/* NYC subway signage: black panel, white rule across the top, films as numbered stops. */
.subway { background: #000; overflow: hidden; user-select: none; border-top: 1px solid var(--faint); }
.subway::before { content: ''; display: block; height: 3px; margin-top: 14px; background: #fff; }
.sign { position: relative; padding: clamp(30px, 3.4vw, 44px) 0 clamp(24px, 2.8vw, 34px); overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.sign-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; color: #fff; font: 500 clamp(24px, 3.4vw, 46px)/1.25 var(--font); letter-spacing: -.02em; }
.stop { display: inline-flex; align-items: center; gap: .34em; flex: none; margin-right: 1.15em; }
.stop.is-tba { color: rgba(255, 255, 255, .45); }
.stop.info { color: rgba(255, 255, 255, .75); }
.bullet { flex: none; display: grid; place-items: center; width: 1.34em; height: 1.34em; border-radius: 50%; background: var(--c); color: #fff; font: 500 .72em/1 var(--font); font-style: normal; letter-spacing: 0; }
.stop.is-tba .bullet { background: transparent; box-shadow: inset 0 0 0 .09em var(--c); color: var(--c); }
.sign-div { flex: none; width: 2px; height: .9em; margin-right: 1.15em; background: rgba(255, 255, 255, .28); }
.foot { padding: 56px 0 76px; }
.foot-inner { display: grid; justify-items: center; gap: 12px; text-align: center; font-size: 13px; }
.foot-inner img { width: 162px; height: auto; margin-bottom: 10px; }
.foot-inner p { margin: 0; }
.foot-inner .muted { margin-top: 12px; font-size: 11px; }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Forms keep the same clear hierarchy and appear without staged effects. */
.modal { width: min(460px, 100% - 32px); max-height: calc(100svh - 32px); padding: 0; border: 1px solid var(--faint); border-radius: 6px; background: #141615; color: var(--fg); box-shadow: 0 24px 80px rgba(0, 0, 0, .6); }
.modal::backdrop { background: rgba(0, 0, 0, .8); }
.modal-close-form { position: absolute; top: 12px; right: 12px; z-index: 3; margin: 0; }
.modal-x { width: 40px; height: 40px; border: 0; background: transparent; color: var(--muted); font-size: 25px; line-height: 1; cursor: pointer; }
.modal-x:hover { color: var(--fg); }
.modal-body { padding: 34px 28px 28px; }
.modal h2 { margin-right: 34px; font-size: 30px; }
.modal-lede { margin: 14px 0 26px; color: var(--muted); font-size: 14px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; font-size: 13px; }
.field span { color: var(--muted); }
.field input { width: 100%; min-width: 0; height: 48px; padding: 0 12px; border: 1px solid rgba(238, 233, 223, .22); border-radius: 3px; background: var(--bg); color: var(--fg); font: 400 16px var(--font); }
.field input:focus { outline: 2px solid var(--fg); outline-offset: 2px; }
.qty { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 8px 0 26px; font-size: 13px; }
.qty > span { color: var(--muted); }
.stepper { display: flex; align-items: center; gap: 6px; }
.stepper button { width: 38px; height: 38px; border: 1px solid var(--faint); border-radius: 3px; background: transparent; font-size: 18px; cursor: pointer; }
.stepper button:hover { background: rgba(238, 233, 223, .06); }
.stepper button:disabled { opacity: .3; cursor: not-allowed; }
.stepper output { min-width: 24px; text-align: center; font-weight: 500; font-variant-numeric: tabular-nums; }
.modal .btn-primary { width: 100%; }
.modal-fine { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.consent input { flex: none; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--fg); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.modal button:disabled { opacity: .55; cursor: wait; }
.err { margin: -4px 0 16px; color: #ff938a; font-size: 13px; }
.done { text-align: center; }
.done h2 { margin: 22px 0 0; }
.done .row { justify-content: center; margin-top: 22px; }
.printer { position: relative; width: min(272px, 100%); margin: 6px auto 0; }
.slot { position: relative; z-index: 2; height: 10px; border-radius: 5px; background: #060707; box-shadow: 0 1px 0 var(--faint); }
.paper-wrap { overflow: hidden; margin: -5px 8px 0; padding-bottom: 10px; }
.paper { position: relative; padding: 22px 18px 18px; background: #eee9df; color: #1a1814; text-align: left; }
@keyframes ticket-print { 0% { transform: translateY(-102%); } 36% { transform: translateY(-56%); } 44% { transform: translateY(-56%); } 100% { transform: none; } }
html.motion .paper { animation: ticket-print 1.1s cubic-bezier(.25, .7, .35, 1) .1s both; }
.paper::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 8px; background: radial-gradient(circle at 5px -1px, transparent 5px, #eee9df 5.5px) 0 0 / 10px 8px repeat-x; }
.paper-top { display: flex; justify-content: space-between; align-items: center; color: #635e55; font: 400 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.paper-top img { width: 24px; height: 24px; }
.paper-title { margin: 12px 0 18px; font-size: 22px; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.paper dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 12px; margin: 0; font-size: 12px; }
.paper dt { color: #635e55; }
.paper dd { margin: 0; overflow-wrap: anywhere; }
.paper-perf { margin: 18px -18px 14px; border-top: 1px dashed rgba(26, 24, 20, .25); }
.paper-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; margin: 0; font-size: 10px; }
.paper-foot span:last-child { color: #b1382e; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 60; max-width: calc(100% - 32px); transform: translateX(-50%); visibility: hidden; opacity: 0; pointer-events: none; padding: 12px 18px; border-radius: 3px; background: var(--fg); color: var(--bg); font-size: 13px; overflow-wrap: anywhere; transition: opacity .15s; }
.toast.is-on { visibility: visible; opacity: 1; }
.mbar { display: none; }

@media (max-width: 1050px) {
  .panel { flex-direction: column; gap: 24px; width: min(660px, 100%); }
  .facts { width: 100%; grid-template-columns: 1.15fr 1.15fr .7fr; }
  .panel-cta { width: 100%; justify-content: center; }
}
@media (max-width: 900px) {
  .nav { height: 72px; }
  .nav-links { gap: 20px; }
  .nav-logo img { width: 122px; }
  .film { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .film-info { max-width: 660px; }
  .film-no { margin-bottom: 18px; }
  .credits { grid-template-columns: minmax(0, .7fr) minmax(0, 1.4fr); }
  .night, .tickets { grid-template-columns: minmax(0, 1fr); }
  .night-side { padding-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tickets { align-items: start; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 82px; }
  .nav { height: 66px; gap: 16px; }
  .nav-links { display: none; }
  .nav .btn { margin-left: auto; min-height: 38px; padding-inline: 14px; font-size: 12px; }
  .nav-logo img { width: 114px; }
  .hero { min-height: 100svh; }
  .hero-body { padding: 140px 0 170px; }
  .hero-logo { width: 168px; margin-bottom: 26px; }
  .hero-title { font-size: clamp(58px, 13vw, 82px); }
  .hero-lede { margin-top: 26px; font-size: 15px; }
  .panel { margin-top: 34px; padding: 22px 0; gap: 22px; }
  .facts { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
  .facts div:first-child { grid-column: 1 / -1; }
  .facts dd { font-size: 13px; }
  .panel-cta .btn { flex: 1 1 0; padding-inline: 12px; font-size: 13px; }
  .hero-foot { grid-template-columns: 1fr auto; gap: 14px; bottom: 26px; font-size: 10px; }
  .scroll-cue { display: none; }
  .countdown { padding-bottom: 0; }
  .sec-head { display: block; margin-bottom: 32px; }
  .sec-head p { max-width: none; margin-top: 16px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .film { padding: 32px 0 48px; }
  .film-blurb { font-size: 16px; }
  .films { grid-template-columns: minmax(0, 1fr); }
  .credits { grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr); gap: 9px 16px; }
  .tc { font-size: clamp(26px, 7vw, 45px); }
  .tc-c { padding: 0 .07em; }
  .tc-u { gap: 14px; }
  .bigcd-foot { max-width: 28ch; margin-inline: auto; line-height: 1.8; }
  .night-side { grid-template-columns: minmax(0, 1fr); }
  .tix-includes ul { grid-template-columns: minmax(0, 1fr); gap: 8px; font-size: 15px; }
  .timeline { padding-left: 24px; }
  .sched li { grid-template-columns: 82px minmax(0, 1fr); gap: 18px; }
  .sched li::before { left: -28px; top: 25px; }
  .sched time { font-size: 11px; }
  .faq summary { font-size: 16px; }
  .sign { padding: 26px 0 22px; }
  .foot { padding-bottom: 88px; }
  .foot-inner { font-size: 12px; }
  .mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: rgba(11, 12, 12, .98); border-top: 1px solid var(--faint); visibility: hidden; }
  .mbar.is-on { visibility: visible; }
  .mbar p { display: grid; margin: 0; font-size: 11px; line-height: 1.6; }
  .mbar strong { font-weight: 500; }
  .mbar span { color: var(--muted); }
  .mbar .btn { min-height: 42px; padding-inline: 14px; font-size: 12px; }
  .toast { bottom: 90px; }
}
@media (max-width: 360px) {
  .panel-cta { flex-direction: column; }
  .panel-cta .btn { flex-basis: auto; }
  .hero-foot { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .countdown { text-align: left; }
  .credits { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .credits dd { margin-bottom: 9px; }
  .modal-body { padding: 32px 22px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
html:not(.motion) { scroll-behavior: auto; }
