:root {
  --gold: #f8b755;
  --gold-bright: #ffc664;
  --gold-deep: #b78a41;
  --ink: #0b0b0b;
  --paper: #f7f4ec;
  --white: #ffffff;
  --grey: #5c5857;
  --line: rgba(11, 11, 11, 0.16);
  --display: "Space Grotesk", "Arial Black", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); overflow-x: hidden; }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation-play-state: paused !important; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; right: 0; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(20px, 3vw, 52px); background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: height .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease); }
.site-header.is-condensed { height: 64px; background: rgba(255,255,255,.98); box-shadow: 0 10px 30px rgba(11,11,11,.06); }
.header-coordinate { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 700; font-size: .76rem; letter-spacing: .13em; text-decoration: none; }
.coordinate-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(248,183,85,.16); }
.coordinate-date { color: var(--gold-deep); }
.desktop-nav { display: flex; gap: 26px; }
.desktop-nav a { position: relative; font-size: .82rem; font-weight: 650; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.motion-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.motion-icon { font-weight: 900; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 16px; padding: 0 20px; background: var(--gold); font-family: var(--display); font-size: .82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }

.hero { position: relative; min-height: 100svh; padding: 128px clamp(24px, 5vw, 84px) 64px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(30px, 5vw, 90px); align-items: center; isolation: isolate; overflow: hidden; }
.hero-grid { position: absolute; inset: 76px 0 0; z-index: -5; opacity: .6; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.globe-crop { position: absolute; z-index: -3; width: min(52vw, 760px); aspect-ratio: 1; right: -20vw; top: -12vw; overflow: hidden; border-radius: 50%; opacity: .075; filter: grayscale(1); }
.globe-crop img { width: 216%; max-width: none; height: 108%; object-fit: contain; object-position: left center; animation: globeTurn 28s linear infinite; }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(183,138,65,.45); border-radius: 50%; pointer-events: none; animation: orbitFloat 20s ease-in-out infinite alternate; }
.orbit span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 9px rgba(248,183,85,.12); }
.orbit-one { width: 370px; height: 150px; right: 25vw; top: 19vh; transform: rotate(-20deg); }
.orbit-one span { left: 12%; top: 13%; }
.orbit-two { width: 630px; height: 230px; right: -80px; bottom: 90px; transform: rotate(14deg); animation-delay: -7s; }
.orbit-two span { right: 16%; bottom: 10%; }

.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.presented-line { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.presented-line::before { content: ""; width: 36px; height: 2px; background: var(--gold); }
.concept-tag { padding: 7px 9px; color: var(--grey); border: 1px solid var(--line); letter-spacing: .07em; }
.summit-logo { width: clamp(220px, 24vw, 330px); margin-bottom: 28px; border: 1px solid rgba(183,138,65,.45); }
.hero-kicker { margin: 0 0 13px; color: var(--gold-deep); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(3.45rem, 6.8vw, 7rem); line-height: .88; letter-spacing: -.067em; }
.hero h1 em { display: block; color: var(--gold-deep); font-style: normal; }
.hero-lead { max-width: 680px; margin: 27px 0 0; color: var(--grey); font-size: clamp(1.02rem, 1.55vw, 1.24rem); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; font-family: var(--display); font-size: .88rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.985); }
.button > span { transition: transform .2s var(--ease); }
.button:hover > span { transform: translate(5px, -2px); }
.button-gold { position: relative; color: var(--ink); background: var(--gold); overflow: hidden; }
.button-gold::after { content: ""; position: absolute; inset: -20% auto -20% -50%; width: 34%; pointer-events: none; transform: skewX(-20deg); background: rgba(255,255,255,.56); animation: sheen 1.1s .9s ease-out both; }
.button-text { padding-inline: 6px; border-bottom-color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.event-facts { display: grid; grid-template-columns: 1.25fr .9fr 1.4fr; gap: 0; margin: 34px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-facts div { padding: 15px 16px 17px 0; }
.event-facts div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.event-facts dt { margin-bottom: 5px; color: var(--grey); font-size: .66rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.event-facts dd { margin: 0; font-family: var(--display); font-size: .84rem; line-height: 1.25; }

.hero-stage { position: relative; z-index: 3; min-height: 630px; display: grid; align-items: center; }
.edition-landmark { position: absolute; top: -10px; right: -2vw; z-index: -1; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-items: end; color: var(--ink); font-family: var(--display); line-height: .72; opacity: 0; transform: scale(.96); animation: orbitAssemble 1.05s .08s var(--ease) forwards; }
.edition-word { grid-column: 1 / 3; padding-left: 10px; font-size: clamp(.75rem, 1vw, .95rem); font-weight: 700; letter-spacing: .34em; text-transform: uppercase; }
.edition-number { font-size: clamp(12rem, 19vw, 21rem); font-weight: 700; letter-spacing: -.1em; opacity: .08; }
.edition-st { align-self: start; padding-top: 38px; color: var(--gold-deep); font-size: 2rem; font-weight: 700; }
.film-window { position: relative; margin-top: 72px; padding: 13px; color: var(--white); background: var(--ink); box-shadow: 18px 18px 0 var(--gold); transform: rotate(1.5deg); }
.film-meta { height: 34px; display: flex; justify-content: space-between; align-items: center; color: var(--gold); font-size: .64rem; font-weight: 750; letter-spacing: .13em; }
.film-frames { position: relative; aspect-ratio: 1.32 / 1; overflow: hidden; background: #1a1a1a; }
.film-frame { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.05); transition: opacity .9s ease, transform 1.4s var(--ease); }
.film-frame.is-active { opacity: 1; transform: scale(1); }
.media-frame { --focus-x: 50%; --focus-y: 50%; }
.focus-hero-room { --focus-x: 50%; --focus-y: 42%; }
.focus-hero-panel { --focus-x: 47%; --focus-y: 38%; }
.focus-hero-applause { --focus-x: 51%; --focus-y: 34%; }
.focus-voice-speaker { --focus-x: 60%; --focus-y: 20%; }
.focus-gallery-room-alt { --focus-x: 50%; --focus-y: 41%; }
.focus-gallery-room-full { --focus-x: 50%; --focus-y: 38%; }
.focus-gallery-stage { --focus-x: 50%; --focus-y: 40%; }
.focus-gallery-audience { --focus-x: 50%; --focus-y: 32%; }
.focus-gallery-square { --focus-x: 50%; --focus-y: 39%; }
.focus-gallery-showcase-premium { --focus-x: 49%; --focus-y: 35%; }
.focus-gallery-showcase-a { --focus-x: 50%; --focus-y: 42%; }
.focus-gallery-showcase-b { --focus-x: 50%; --focus-y: 42%; }
.film-frame picture, .voice-image picture, .gallery-track picture { display: block; width: 100%; height: 100%; }
.film-frame img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-x) var(--focus-y); }
.film-frame figcaption { position: absolute; left: 20px; bottom: 20px; max-width: 70%; padding: 10px 12px; background: rgba(11,11,11,.82); color: var(--white); font-family: var(--display); font-size: clamp(.82rem, 1.2vw, 1.1rem); }
.film-control { height: 30px; display: flex; gap: 7px; align-items: end; }
.film-control span { height: 2px; flex: 1; background: #444; }
.film-control span:first-child { background: var(--gold); animation: filmProgress 6s linear infinite; transform-origin: left; }
.stage-note { max-width: 380px; justify-self: end; margin: 28px 4px 0 0; color: var(--grey); font-size: .72rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; }
.scroll-cue { position: absolute; left: clamp(24px, 5vw, 84px); bottom: 18px; display: flex; align-items: center; gap: 16px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 74px; height: 1px; background: var(--ink); overflow: visible; }
.scroll-cue i::after { content: ""; position: absolute; width: 8px; height: 8px; top: -3px; left: 0; border-radius: 50%; background: var(--gold); animation: scrollDot 2.4s ease-in-out infinite; }

.reveal-item { opacity: 0; transform: translateY(18px); animation: introReveal .58s var(--ease) forwards; }
.reveal-item:nth-child(2) { animation-delay: .14s; }
.reveal-item:nth-child(3) { animation-delay: .24s; }
.reveal-item:nth-child(4) { animation-delay: .34s; }
.reveal-item:nth-child(5) { animation-delay: .44s; }
.reveal-item:nth-child(6) { animation-delay: .54s; }
.reveal-item:nth-child(7) { animation-delay: .64s; }

.evidence-band { min-height: 190px; display: grid; grid-template-columns: 1.45fr repeat(4, .72fr); color: var(--white); background: var(--ink); border-bottom: 1px solid #333; }
.evidence-intro, .metric { padding: clamp(24px, 3vw, 48px); border-right: 1px solid #303030; }
.section-coordinate { display: block; margin-bottom: 22px; color: var(--gold-deep); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.evidence-intro strong { color: var(--gold); font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.02; }
.metric { display: flex; flex-direction: column; justify-content: center; }
.metric-number { color: var(--gold); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.6rem); font-weight: 700; line-height: .9; letter-spacing: -.065em; }
.metric > span:last-child { margin-top: 12px; color: #aaa; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.section { padding: clamp(84px, 10vw, 150px) clamp(24px, 6vw, 100px); }
.section-paper { background: var(--paper); }
.passes-section { scroll-margin-top: 96px; }
.section-heading { display: grid; grid-template-columns: minmax(120px, .3fr) minmax(0, 1.45fr) minmax(250px, .55fr); gap: clamp(24px, 4vw, 68px); align-items: start; margin-bottom: clamp(48px, 7vw, 92px); }
.section-heading .section-coordinate { position: relative; margin: 10px 0 0; }
.section-heading .section-coordinate::after { content: ""; display: block; width: 44px; height: 2px; margin-top: 13px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .62s var(--ease); }
.section-heading.in-view .section-coordinate::after { transform: scaleX(1); }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.65rem, 5.8vw, 6.2rem); line-height: .94; letter-spacing: -.06em; }
.section-heading > p { margin: 10px 0 0; color: var(--grey); font-size: 1rem; line-height: 1.65; }
.reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-on-scroll.in-view { opacity: 1; transform: translateY(0); }

.path-recommender { display: grid; grid-template-columns: .85fr 1.2fr 1fr; gap: 24px; align-items: center; padding: 28px; margin-bottom: 30px; background: var(--white); border: 1px solid var(--line); }
.mini-label { color: var(--gold-deep); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-recommender h3 { margin: 7px 0 0; font-family: var(--display); font-size: 1.25rem; }
.intent-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.intent-button { min-height: 42px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); font-size: .76rem; font-weight: 700; cursor: pointer; }
.intent-button.is-active { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.recommendation { margin: 0; padding-left: 22px; border-left: 2px solid var(--gold); }
.recommendation span { display: block; color: var(--grey); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.recommendation strong { display: block; margin-top: 6px; font-family: var(--display); font-size: .93rem; line-height: 1.3; }

.ticket-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.ticket { --ticket-bg: var(--white); position: relative; min-height: 590px; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: var(--ticket-bg); border: 1px solid var(--ink); box-shadow: 7px 7px 0 rgba(11,11,11,.10); overflow: visible; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.ticket:hover { transform: translateY(-7px); box-shadow: 10px 12px 0 rgba(11,11,11,.14); }
.ticket::before, .ticket::after { content: ""; position: absolute; z-index: 3; top: calc(100% - 132px); width: 22px; height: 22px; border-radius: 50%; background: var(--paper); border: 1px solid var(--ink); }
.ticket::before { left: -12px; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); }
.ticket::after { right: -12px; border-right-color: transparent; border-top-color: transparent; transform: rotate(45deg); }
.ticket-featured { --ticket-bg: #fffdf8; grid-template-rows: auto auto 1fr auto; border-width: 2px; box-shadow: 8px 8px 0 var(--gold); }
.ticket-dark { --ticket-bg: var(--ink); color: var(--white); border-color: var(--ink); }
.ticket-ribbon { position: static; z-index: auto; min-height: 54px; display: grid; place-items: center; padding: 8px 12px; color: var(--ink); background: var(--gold); text-align: center; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticket-top { display: flex; justify-content: space-between; gap: 12px; padding: 22px 22px 13px; border-bottom: 1px solid currentColor; font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ticket-code { opacity: .5; }
.ticket-body { padding: 27px 22px 24px; }
.ticket-eyebrow { color: var(--gold-deep); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ticket h3 { min-height: 62px; margin: 10px 0 18px; font-family: var(--display); font-size: clamp(1.7rem, 2.3vw, 2.6rem); line-height: .94; letter-spacing: -.045em; }
.price-line { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.old-price { color: var(--grey); font-size: .82rem; text-decoration: line-through; }
.ticket-dark .old-price { color: #aaa; }
.price-line strong { font-family: var(--display); font-size: 2rem; letter-spacing: -.04em; }
.ticket-body > p { min-height: 84px; color: var(--grey); font-size: .86rem; line-height: 1.55; }
.ticket-dark .ticket-body > p { color: #c4c4c4; }
.ticket ul { padding: 0; margin: 22px 0 0; list-style: none; }
.ticket li { position: relative; padding: 9px 0 9px 18px; border-top: 1px solid var(--line); font-size: .77rem; line-height: 1.35; }
.ticket-dark li { border-color: #333; }
.ticket li::before { content: "↗"; position: absolute; left: 0; color: var(--gold-deep); }
.ticket-stub { position: relative; min-height: 128px; display: grid; gap: 13px; padding: 21px 22px; border-top: 1px dashed currentColor; }
.quantity { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; border: 1px solid currentColor; }
.quantity button { min-height: 42px; color: inherit; background: transparent; border: 0; font-size: 1.25rem; cursor: pointer; }
.quantity output { text-align: center; font-family: var(--display); font-weight: 700; }
.ticket-action { min-height: 44px; display: flex; justify-content: space-between; align-items: center; padding: 0; color: inherit; background: transparent; border: 0; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.ticket-action span { transition: transform .2s var(--ease); }
.ticket-action:hover span { transform: translate(4px, -4px); }
.ticket.is-selected { transform: translateY(-8px); box-shadow: 10px 12px 0 var(--gold); }
.ticket.is-selected .ticket-stub { animation: stubPulse .44s var(--ease); }
.selection-bar { position: relative; z-index: 1; max-width: 860px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin: 42px auto 0; padding: 16px 18px 16px 22px; color: var(--white); background: rgba(11,11,11,.96); box-shadow: 0 18px 55px rgba(11,11,11,.25); backdrop-filter: blur(12px); }
.selection-bar span { display: block; color: #aaa; font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.selection-bar strong { display: block; margin-top: 4px; font-family: var(--display); }
.selection-bar button { min-height: 46px; padding: 0 18px; color: var(--ink); background: var(--gold); border: 0; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.selection-bar button:disabled { cursor: not-allowed; opacity: .45; }

.voices-section { background: var(--white); }
.voice-editorial { min-height: 680px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr auto; gap: 22px; }
.voice-image { position: relative; grid-row: 1 / 3; min-height: 680px; margin: 0; overflow: hidden; }
.voice-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,11,.55), transparent 45%); }
.voice-image img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-x) var(--focus-y); }
.voice-image figcaption { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: var(--white); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.voice-story { padding: clamp(30px, 5vw, 68px); color: var(--white); background: var(--ink); }
.voice-story blockquote { margin: 22px 0; font-family: var(--display); font-size: clamp(1.75rem, 3.3vw, 3.7rem); line-height: 1; letter-spacing: -.045em; }
.voice-story p { color: #aaa; line-height: 1.6; }
.voice-story a { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--gold); font-size: .76rem; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.voice-question { min-height: 150px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: end; padding: 25px; border: 1px solid var(--ink); }
.voice-question span { color: var(--gold-deep); font-family: var(--display); font-size: 2rem; }
.voice-question p { max-width: 360px; margin: 0; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.7rem); line-height: 1.1; }
.voice-question-two { color: var(--ink); background: var(--gold); }
.roster-rail { margin: 38px calc(clamp(24px, 6vw, 100px) * -1) 0; padding: 20px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.roster-rail > p { margin: 0 0 15px; padding-left: clamp(24px, 6vw, 100px); color: var(--grey); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.roster-track { width: max-content; display: flex; gap: 0; animation: rosterMove 34s linear infinite; }
.roster-track span { display: inline-flex; align-items: center; padding: 0 34px; font-family: var(--display); font-size: clamp(1.25rem, 2.3vw, 2.1rem); font-weight: 600; }
.roster-track span::after { content: ""; width: 9px; height: 9px; margin-left: 68px; border-radius: 50%; background: var(--gold); }

.experience-section { position: relative; padding: clamp(100px, 11vw, 170px) 0 clamp(90px, 10vw, 150px); color: var(--white); background: var(--ink); overflow: hidden; }
.experience-copy { display: grid; grid-template-columns: .35fr 1.25fr .7fr; gap: 44px; align-items: start; padding: 0 clamp(24px, 6vw, 100px); }
.experience-copy .section-coordinate { margin-top: 10px; }
.experience-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 9vw, 10rem); line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }
.experience-copy p { margin: 10px 0 0; color: #aaa; font-size: 1rem; line-height: 1.65; }
.theatre-orbit { position: absolute; width: 56vw; height: 56vw; right: -20vw; top: -23vw; border: 1px solid rgba(248,183,85,.26); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(248,183,85,.035), 0 0 0 13vw rgba(248,183,85,.025); animation: orbitFloat 24s ease-in-out infinite alternate; }
.gallery-chapters { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 clamp(24px, 6vw, 100px); margin-top: 64px; }
.gallery-chip { min-height: 42px; padding: 0 16px; color: #aaa; background: transparent; border: 1px solid #3c3c3c; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.gallery-chip.is-active { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.gallery-caption { padding: 0 clamp(24px, 6vw, 100px); margin: 18px 0 48px; color: var(--gold); font-family: var(--display); font-size: clamp(1rem, 1.8vw, 1.4rem); }
.gallery-tools { display: flex; justify-content: flex-end; padding: 0 clamp(24px, 6vw, 100px); margin: -34px 0 26px; }
.gallery-open { min-height: 42px; display: inline-flex; align-items: center; gap: 14px; padding: 0 14px; color: var(--gold); background: transparent; border: 1px solid #4d4641; font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.gallery-open:hover { color: var(--ink); background: var(--gold); transform: translateY(-2px); }
.gallery-open:active { transform: translateY(1px) scale(.985); }
.gallery-rail { margin-top: 14px; overflow: hidden; }
.gallery-track { width: max-content; display: flex; gap: 14px; padding-left: 14px; animation: galleryMove 30s linear infinite; }
.gallery-track.reverse { animation-name: galleryMoveReverse; animation-duration: 48s; }
.gallery-track figure { width: clamp(240px, 27vw, 410px); height: clamp(170px, 19vw, 290px); margin: 0; overflow: hidden; filter: saturate(1) contrast(1.02); }
.gallery-track figure.wide { width: clamp(340px, 42vw, 650px); }
.gallery-track figure.square { width: clamp(210px, 21vw, 300px); height: auto; aspect-ratio: 1; }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-x) var(--focus-y); }
.gallery-track figure:hover img { transform: scale(1.03); }
.gallery-track img { transition: transform .5s var(--ease); }
@media (hover: hover) and (pointer: fine) { .gallery-rail:hover .gallery-track { animation-play-state: paused; } }
.experience-section:focus-within .gallery-track { animation-play-state: paused; }
body.gallery-lightbox-open .gallery-track { animation-play-state: paused; }

.paths-section { background: var(--white); }
.audience-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.audience-tab { min-height: 86px; display: flex; align-items: center; gap: 16px; padding: 0 20px; color: var(--ink); background: var(--white); border: 0; border-right: 1px solid var(--ink); font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 700; cursor: pointer; }
.audience-tab:last-child { border-right: 0; }
.audience-tab span { color: var(--gold-deep); font-size: .68rem; }
.audience-tab.is-active { background: var(--gold); }
.path-panel { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 600px; border-bottom: 1px solid var(--ink); }
.path-summary { position: relative; padding: clamp(38px, 6vw, 88px); color: var(--white); background: var(--ink); overflow: hidden; }
.path-summary::after { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; bottom: -200px; border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 70px rgba(248,183,85,.04), 0 0 0 140px rgba(248,183,85,.025); }
.path-summary h3 { max-width: 550px; margin: 24px 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.6rem); line-height: .86; letter-spacing: -.065em; }
.path-summary > p { max-width: 520px; color: #aaa; line-height: 1.7; }
.path-outcomes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.path-outcomes span { padding: 9px 11px; border: 1px solid #3b3b3b; color: var(--gold); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.day-map { padding: clamp(36px, 5vw, 72px); background: var(--paper); }
.day-map-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.day-map ol { margin: 0; padding: 0; list-style: none; }
.day-map li { display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.day-map time { color: var(--gold-deep); font-family: var(--display); font-weight: 700; }
.day-map strong { display: block; font-family: var(--display); font-size: 1.12rem; }
.day-map li span { display: block; margin-top: 6px; color: var(--grey); font-size: .84rem; line-height: 1.45; }
.save-day { width: 100%; min-height: 54px; display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding: 0 20px; color: var(--white); background: var(--ink); border: 0; font-weight: 750; text-transform: uppercase; cursor: pointer; }
.save-day.is-saved { color: var(--ink); background: var(--gold); }

.legacy-section { position: relative; display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; background: var(--paper); overflow: hidden; }
.legacy-number { position: absolute; left: -4vw; top: 32px; color: transparent; font-family: var(--display); font-size: clamp(20rem, 48vw, 48rem); font-weight: 700; line-height: .8; letter-spacing: -.14em; -webkit-text-stroke: 1px rgba(183,138,65,.2); }
.legacy-copy { position: relative; z-index: 2; align-self: start; }
.legacy-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.065em; }
.legacy-copy p { max-width: 580px; color: var(--grey); line-height: 1.7; }
.legacy-proof { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.legacy-proof article { min-height: 220px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.legacy-proof span { color: var(--gold-deep); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legacy-proof h3 { margin: 40px 0 8px; font-family: var(--display); font-size: 1.4rem; }
.legacy-proof p { margin: 0; color: var(--grey); font-size: .86rem; line-height: 1.5; }
.legacy-proof .legacy-now { color: var(--white); background: var(--ink); box-shadow: inset 0 -6px 0 var(--gold); }
.legacy-proof .legacy-now p { color: #aaa; }

.commit-section { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 100px); color: var(--ink); background: var(--gold); overflow: hidden; }
.commit-copy { position: relative; z-index: 2; }
.commit-copy .section-coordinate { color: var(--ink); }
.commit-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 7.5vw, 8.2rem); line-height: .85; letter-spacing: -.073em; }
.commit-copy h2 em { color: var(--white); font-style: normal; text-shadow: 2px 2px 0 var(--ink); }
.commit-copy p { max-width: 650px; margin: 28px 0 0; font-size: 1rem; line-height: 1.65; }
.commit-actions { position: relative; z-index: 2; justify-self: end; display: grid; gap: 14px; }
.commit-actions span { max-width: 260px; font-size: .7rem; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.commit-orbit { position: absolute; right: -26vw; top: -20vw; width: 70vw; height: 70vw; border: 2px solid rgba(11,11,11,.18); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.10), 0 0 0 18vw rgba(11,11,11,.025); animation: orbitFloat 20s ease-in-out infinite alternate; }
.commit-orbit span { position: absolute; left: 9%; top: 44%; width: 20px; height: 20px; background: var(--ink); border-radius: 50%; }

.site-footer { min-height: 160px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding: 28px clamp(24px, 5vw, 80px); color: var(--white); background: var(--ink); border-top: 1px solid #2f2f2f; }
.site-footer > div { display: flex; align-items: center; gap: 18px; }
.site-footer img { width: 125px; }
.site-footer p, .site-footer a { margin: 0; color: #aaa; font-size: .68rem; line-height: 1.45; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }
.site-footer > div p { color: var(--white); }
.mobile-pass-bar { display: none; }

.checkout-dialog { width: min(680px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); box-shadow: 18px 18px 0 var(--gold); }
.checkout-dialog::backdrop { background: rgba(11,11,11,.68); backdrop-filter: blur(6px); }
.dialog-shell { position: relative; padding: clamp(28px, 6vw, 64px); }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; color: var(--white); background: var(--ink); border: 0; font-size: 1.5rem; cursor: pointer; }
.dialog-shell h2 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(2.2rem, 5vw, 4rem); line-height: .95; letter-spacing: -.05em; }
.dialog-selection { padding: 18px; margin-bottom: 22px; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 1.1rem; }
.dialog-shell ul { padding-left: 20px; color: var(--grey); line-height: 1.75; }
.dialog-shell > p { color: var(--grey); font-size: .72rem; }

.gallery-dialog { width: min(1100px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 0; color: var(--white); background: var(--ink); border: 1px solid var(--gold); box-shadow: 18px 18px 0 rgba(248,183,85,.66); }
.gallery-dialog::backdrop { background: rgba(11,11,11,.78); backdrop-filter: blur(7px); }
.gallery-dialog-shell { padding: clamp(16px, 2.5vw, 30px); }
.gallery-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 16px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.gallery-dialog-close { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border: 0; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.gallery-dialog figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: min(66svh, 660px); margin: 0; background: #171717; }
.gallery-dialog img { width: 100%; height: min(60svh, 600px); object-fit: contain; background: #0a0a0a; }
.gallery-dialog figcaption { padding: 14px 0 0; color: #c4c0bb; font-size: .88rem; line-height: 1.45; }
.gallery-dialog-controls { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; padding-top: 18px; }
.gallery-dialog-controls button { min-height: 44px; padding: 0 14px; color: var(--white); background: transparent; border: 1px solid #4a4641; font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.gallery-dialog-controls button:hover { color: var(--ink); background: var(--gold); transform: translateY(-2px); }
.gallery-dialog-controls span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }

@keyframes introReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes orbitAssemble { to { opacity: 1; transform: scale(1); } }
@keyframes globeTurn { 50% { transform: rotate(4deg) scale(1.02); } }
@keyframes orbitFloat { to { transform: rotate(4deg) translate3d(-18px, 10px, 0); } }
@keyframes sheen { 0%, 70% { left: -50%; } 88%, 100% { left: 120%; } }
@keyframes filmProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes scrollDot { 0%, 100% { left: 0; } 50% { left: calc(100% - 8px); } }
@keyframes stubPulse { 0% { background: transparent; } 50% { background: rgba(248,183,85,.34); } 100% { background: transparent; } }
@keyframes rosterMove { to { transform: translateX(-45%); } }
@keyframes galleryMove { to { transform: translateX(-50%); } }
@keyframes galleryMoveReverse { from { transform: translateX(-48%); } to { transform: translateX(0); } }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr .82fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.7rem, 7vw, 6.2rem); }
  .hero-stage { min-height: 540px; }
  .ticket-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .ticket { min-height: 540px; }
  .section-heading { grid-template-columns: 120px 1fr; }
  .section-heading > p { grid-column: 2; max-width: 620px; }
  .experience-copy { grid-template-columns: 150px 1fr; }
  .experience-copy > p { grid-column: 2; max-width: 620px; }
  .path-recommender { grid-template-columns: 1fr 1.5fr; }
  .recommendation { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { height: 68px; grid-template-columns: 1fr auto; gap: 12px; padding-inline: 18px; }
  .header-cta { min-height: 40px; display: inline-flex; gap: 8px; padding: 0 11px; font-size: .66rem; }
  .header-cta span { display: none; }
  .motion-toggle [data-motion-label] { display: none; }
  .motion-toggle { width: 44px; padding: 0; justify-content: center; }
  .hero { min-height: auto; display: block; padding: 102px 20px 72px; }
  .hero-grid { background-size: 48px 48px; }
  .globe-crop { width: 470px; right: -280px; top: -120px; }
  .orbit-one { width: 270px; right: -90px; top: 210px; }
  .orbit-two { display: none; }
  .presented-line { flex-wrap: wrap; gap: 9px; }
  .summit-logo { width: 210px; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(3.35rem, 15.5vw, 5.2rem); line-height: .86; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; justify-content: space-between; }
  .button-text { min-height: 40px; }
  .event-facts { grid-template-columns: 1fr 1fr; }
  .event-facts div:last-child { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-stage { min-height: 490px; margin-top: 24px; }
  .edition-landmark { top: -10px; right: -6px; }
  .edition-number { font-size: 12rem; }
  .film-window { margin: 98px 4px 0 0; box-shadow: 10px 10px 0 var(--gold); transform: none; }
  .film-frames { aspect-ratio: 16 / 10; }
  .stage-note { justify-self: start; margin: 24px 0 0; }
  .scroll-cue { display: none; }
  .evidence-band { grid-template-columns: 1fr 1fr; }
  .evidence-intro { grid-column: 1 / -1; }
  .evidence-intro, .metric { padding: 24px 20px; border-bottom: 1px solid #303030; }
  .metric-number { font-size: 3rem; }
  .section { padding: 82px 20px; }
  .passes-section { padding-bottom: 142px; }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading .section-coordinate { margin-bottom: 18px; }
  .section-heading h2 { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .section-heading > p { margin-top: 22px; }
  .path-recommender { display: block; padding: 22px; }
  .intent-buttons { margin: 20px 0; }
  .recommendation { padding: 16px 0 0; border-top: 2px solid var(--gold); border-left: 0; }
  .ticket-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
  .ticket { min-height: auto; }
  .ticket h3, .ticket-body > p { min-height: auto; }
  .ticket::before, .ticket::after { top: calc(100% - 128px); }
  .selection-bar { position: relative; bottom: auto; grid-template-columns: 1fr; margin-bottom: 0; }
  .selection-bar button { width: 100%; }
  .voice-editorial { display: block; min-height: auto; }
  .voice-image { min-height: 390px; }
  .voice-story { margin-top: 16px; }
  .voice-question { margin-top: 12px; }
  .roster-rail { margin-inline: -20px; }
  .experience-section { padding-block: 88px; }
  .experience-copy { display: block; padding-inline: 20px; }
  .experience-copy h2 { font-size: clamp(4rem, 18vw, 7rem); }
  .experience-copy p { margin-top: 28px; }
  .gallery-chapters, .gallery-caption, .gallery-tools { padding-inline: 20px; }
  .gallery-chapters { flex-wrap: wrap; overflow: visible; padding-bottom: 0; }
  .gallery-tools { justify-content: flex-start; margin: -30px 0 24px; }
  .gallery-chip { flex: 0 0 auto; }
  .gallery-track figure { width: 250px; height: 175px; }
  .gallery-track figure.wide { width: 340px; }
  .audience-tabs { grid-template-columns: 1fr 1fr; }
  .audience-tab:nth-child(2) { border-right: 0; }
  .audience-tab:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .path-panel { display: block; }
  .path-summary { min-height: 500px; }
  .day-map-head { align-items: flex-start; flex-direction: column; }
  .legacy-section { display: block; }
  .legacy-copy { margin-bottom: 50px; }
  .legacy-proof { grid-template-columns: 1fr; }
  .legacy-number { font-size: 30rem; top: 190px; }
  .commit-section { min-height: 700px; display: block; padding-bottom: 120px; }
  .commit-copy h2 { font-size: clamp(3.6rem, 15vw, 6rem); }
  .commit-actions { justify-self: auto; margin-top: 50px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 100px; }
  .site-footer > div { align-items: flex-start; flex-direction: column; }
  .mobile-pass-bar { display: none !important; }
  .gallery-dialog figure { min-height: 0; }
  .gallery-dialog img { height: min(50svh, 420px); }
  .gallery-dialog-controls { grid-template-columns: 1fr 1fr; }
  .gallery-dialog-controls span { grid-column: 1 / -1; grid-row: 1; }
}

@media (max-width: 620px) {
  .ticket-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 430px) {
  .header-coordinate .coordinate-date { display: none; }
  .hero { padding-inline: 16px; }
  .hero h1 { font-size: clamp(3rem, 15.5vw, 4.2rem); }
  .hero-kicker { max-width: 300px; line-height: 1.4; }
  .film-meta span:last-child { display: none; }
  .film-frame figcaption { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .section { padding-inline: 16px; }
  .path-summary h3 { font-size: 3.4rem; }
  .day-map li { grid-template-columns: 60px 1fr; gap: 12px; }
  .audience-tab { min-height: 74px; padding: 0 13px; }
  .gallery-chapters, .gallery-caption, .gallery-tools, .experience-copy { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .edition-landmark, .reveal-item, .reveal-on-scroll { opacity: 1; transform: none; }
  .roster-track, .gallery-track { width: auto; transform: none; flex-wrap: wrap; }
  .gallery-rail { padding: 0 16px; }
}
