:root {
  --navy-950: #031326;
  --navy-900: #061a35;
  --navy-800: #0a2852;
  --blue-700: #0f4d91;
  --blue-500: #1980c8;
  --gold: #d8ad52;
  --gold-light: #f2d58b;
  --cream: #f7f2e8;
  --paper: #fbfaf7;
  --ink: #0b1930;
  --muted: #667184;
  --line: rgba(8, 35, 70, 0.14);
  --font-sans: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --container: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(2, 16, 35, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 14px;
  background: white; color: var(--navy-950); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 82px;
  background: linear-gradient(to bottom, rgba(3, 19, 38, 0.92), rgba(3, 19, 38, 0));
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  height: 70px; background: rgba(3, 19, 38, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1320px, calc(100% - 36px)); height: 100%; margin: auto;
  display: grid; grid-template-columns: 255px 1fr 92px; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; color: white; }
.brand img { width: 62px; height: 54px; object-fit: contain; }
.brand span { font-size: .66rem; font-weight: 700; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.festival-mark { justify-self: end; }
.festival-mark img { width: 72px; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.main-nav a {
  color: rgba(255,255,255,.84); font-size: .79rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.main-nav .nav-cta {
  padding: 10px 16px; border: 1px solid rgba(216, 173, 82, .7); color: var(--gold-light);
}
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero {
  position: relative; min-height: 800px; height: min(900px, 100svh); overflow: hidden;
  display: grid; align-items: center; color: white; background: var(--navy-950);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  object-fit: cover; object-position: center; transform: scale(1.015); pointer-events: none;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(2, 14, 30, .96) 0%, rgba(3, 22, 46, .84) 42%, rgba(3, 22, 46, .35) 72%, rgba(3, 22, 46, .56) 100%),
              linear-gradient(0deg, rgba(2, 14, 30, .83), transparent 48%);
}
.hero-sound-toggle {
  position: relative; z-index: 5; justify-self: end; isolation: isolate;
  display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 7px 19px 7px 7px;
  border: 1px solid #f8e3aa; border-radius: 999px; background: linear-gradient(135deg, #f6d98f, #d8ad52);
  color: var(--navy-950); box-shadow: 0 14px 38px rgba(0,0,0,.28), 0 0 0 4px rgba(246,217,143,.16);
  cursor: pointer; animation: sound-prompt 2.4s ease-in-out infinite;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.hero-sound-toggle::before { content: ""; position: absolute; z-index: -1; inset: -7px; border: 1px solid rgba(246,217,143,.46); border-radius: inherit; }
.hero-sound-toggle:hover, .hero-sound-toggle:focus-visible { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 44px rgba(0,0,0,.32), 0 0 0 5px rgba(246,217,143,.22); }
.sound-button-icon { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--navy-950); }
.hero-sound-toggle svg { width: 22px; height: 22px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-sound-toggle > strong { font-size: .75rem; font-weight: 900; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.hero-sound-toggle .sound-wave { display: none; }
.hero-sound-toggle.is-on .sound-wave { display: block; }
.hero-sound-toggle.is-on .sound-muted { display: none; }
.hero-sound-toggle.is-on { border-color: rgba(49,190,231,.9); background: rgba(3,19,38,.9); color: white; animation: none; backdrop-filter: blur(10px); }
.hero-sound-toggle.is-on::before { border-color: rgba(49,190,231,.42); }
.hero-sound-toggle.is-on .sound-button-icon { background: var(--gold-light); }
.hero-sound-toggle.is-on svg { stroke: var(--navy-950); }
@keyframes sound-prompt { 50% { box-shadow: 0 16px 42px rgba(0,0,0,.32), 0 0 0 9px rgba(246,217,143,.08); } }
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .7;
}
.gold-corner { position: absolute; width: 120px; height: 120px; opacity: .8; pointer-events: none; }
.gold-corner::before, .gold-corner::after { content: ""; position: absolute; background: var(--gold); }
.gold-corner::before { width: 100%; height: 1px; }
.gold-corner::after { width: 1px; height: 100%; }
.gold-corner--top { top: 98px; left: 22px; }
.gold-corner--bottom { right: 22px; bottom: 28px; transform: rotate(180deg); }
.hero-layout {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .72fr);
  align-items: center; gap: clamp(56px, 8vw, 120px); padding-top: 72px;
}
.hero-side { width: 100%; display: grid; align-self: center; gap: 18px; }
.kicker, .eyebrow {
  margin: 0 0 18px; color: var(--blue-700); font-size: .78rem; font-weight: 800;
  letter-spacing: .19em; text-transform: uppercase;
}
.kicker { color: var(--gold-light); display: flex; align-items: center; gap: 12px; }
.kicker span { width: 44px; height: 1px; background: var(--gold); }
.hero-brand-marks { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 24px; margin: 0 0 22px; }
.hero-anniversary-mark, .hero-admifest-mark { width: 190px; height: 145px; display: grid; place-items: center; }
.hero-anniversary-mark { grid-template-rows: 1fr auto; text-align: center; }
.hero-anniversary-mark img, .hero-admifest-mark img { width: 100%; height: 120px; object-fit: contain; }
.hero-anniversary-mark small {
  display: block; margin-top: -2px; color: var(--gold-light); font-size: .58rem;
  font-weight: 800; letter-spacing: .24em;
}
.hero-admifest-mark { position: relative; }
.hero-admifest-mark::before { content: ""; position: absolute; left: -12px; top: 18px; bottom: 18px; width: 1px; background: rgba(216,173,82,.52); }
.hero h1 {
  max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(3.4rem, 5vw, 4.8rem);
  font-weight: 400; letter-spacing: -.045em; line-height: .88; text-wrap: balance;
}
.hero h1 em, .section-heading h2 em, .talent-intro h2 em, .heritage-copy h2 em, .poster-copy h2 em {
  color: var(--gold-light); font-weight: 400;
}
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border: 1px solid transparent; font-size: .8rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--navy-950); }
.button--gold:hover { background: var(--gold-light); }
.button--ghost { border-color: rgba(255,255,255,.4); color: white; }
.button--ghost:hover { background: white; color: var(--navy-950); }
.button--navy { background: var(--navy-900); color: white; }
.button--navy:hover { background: var(--blue-700); }
.hero-meta { display: flex; gap: 0; margin-top: 44px; color: rgba(255,255,255,.54); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-meta span { padding: 0 17px; border-left: 1px solid rgba(255,255,255,.24); }
.hero-meta span:first-child { padding-left: 0; border: 0; }

.countdown-panel {
  position: relative; padding: 36px 34px; background: linear-gradient(145deg, rgba(5,25,51,.9), rgba(10,50,92,.78));
  border: 1px solid rgba(242,213,139,.72); box-shadow: 0 28px 80px rgba(0,0,0,.32), 0 0 0 5px rgba(216,173,82,.08);
  backdrop-filter: blur(14px);
}
.countdown-panel::before { content: ""; position: absolute; top: -1px; left: -1px; width: 74px; height: 4px; background: var(--gold); }
.panel-topline { display: flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(216,173,82,.12); }
.panel-date { margin: 28px 0 4px; color: rgba(255,255,255,.58); font-size: .82rem; }
.countdown-panel h2 { margin: 0; font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; line-height: 1.05; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); margin: 29px 0; border-block: 1px solid rgba(255,255,255,.18); }
.countdown > div { position: relative; padding: 22px 6px 18px; text-align: center; }
.countdown > div + div::before { content: ""; position: absolute; left: 0; top: 24%; width: 1px; height: 52%; background: rgba(255,255,255,.12); }
.countdown strong { display: block; font-family: var(--font-display); color: var(--gold-light); font-size: 3.35rem; font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; text-shadow: 0 0 24px rgba(242,213,139,.22); }
.countdown > div:first-child strong { font-size: 4.15rem; color: #fff1bd; line-height: .82; text-shadow: 0 0 30px rgba(242,213,139,.38); }
.countdown span { display: block; margin-top: 8px; color: rgba(255,255,255,.54); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.panel-place { display: flex; align-items: center; gap: 12px; }
.panel-place svg { width: 25px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.panel-place span, .panel-place strong { display: block; }
.panel-place span { color: rgba(255,255,255,.52); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.panel-place strong { font-size: .94rem; line-height: 1.25; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: rgba(255,255,255,.62); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue svg { width: 20px; fill: none; stroke: var(--gold); stroke-width: 1.5; animation: float 1.8s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(5px); } }

.section { padding: 120px 0; }
.section--light { position: relative; overflow: hidden; background: var(--paper); }
.section--light > .container { position: relative; z-index: 2; }
.program-ambient-video {
  position: absolute; z-index: 0; inset: 0 0 auto; width: 100%; height: 600px; object-fit: cover; object-position: center;
  opacity: .2; filter: saturate(1.12) contrast(.9); pointer-events: none;
}
.program-ambient-wash {
  position: absolute; z-index: 1; inset: 0 0 auto; height: 700px; pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(242,213,139,.3) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 12%, rgba(49,190,231,.28) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 36%, rgba(216,173,82,.2) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(251,250,247,.58), rgba(251,250,247,.86) 52%, var(--paper) 100%);
  background-size: auto, auto, auto, auto;
}
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; margin-bottom: 58px; }
.section-heading h2, .heritage-copy h2, .poster-copy h2 {
  margin: 0; color: var(--navy-900); font-family: var(--font-display); font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 400; line-height: .97; letter-spacing: -.04em;
}
.section-heading h2 em, .poster-copy h2 em { color: var(--blue-700); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.event-list { border-top: 1px solid var(--line); }
.event-row {
  min-height: 196px; display: grid; grid-template-columns: 106px minmax(260px, 1fr) minmax(210px, 280px) 90px; align-items: center; gap: 28px;
  padding: 26px 10px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease;
}
.event-row--no-media { min-height: 154px; grid-template-columns: 124px minmax(0, 1fr) 130px; gap: 34px; }
.event-row:hover { background: white; padding-inline: 24px; }
.event-date { display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 8px; color: var(--navy-900); }
.event-date strong { grid-row: span 2; font-family: var(--font-display); font-size: 4rem; font-weight: 400; line-height: .8; letter-spacing: -.05em; }
.event-date span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.event-date small { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.event-number { color: var(--blue-700); font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.event-info h3 { margin: 5px 0 4px; color: var(--navy-900); font-family: var(--font-display); font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.1; }
.event-info p { margin: 0; color: var(--muted); }
.event-info .event-time { margin: 8px 0 4px; color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .035em; }
.event-info .event-arrival { margin-top: 11px; color: var(--blue-700); font-size: .78rem; font-weight: 800; letter-spacing: .025em; }
.event-location { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 12px; margin-top: 8px !important; }
.event-location span {
  color: var(--gold); font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.event-location strong {
  color: var(--navy-900); font-size: clamp(.94rem, 1.35vw, 1.1rem); font-weight: 800; line-height: 1.25;
}
.event-info > small { display: inline-block; margin-top: 5px; color: #916c21; }
.event-info > a { display: inline-block; margin-top: 12px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-info > a span { margin-left: 8px; transition: margin .2s ease; }
.event-info > a:hover span { margin-left: 13px; }
.event-media {
  position: relative; width: 100%; height: 148px; margin: 0; overflow: hidden; background: var(--navy-900);
  border: 1px solid rgba(8,35,70,.14); box-shadow: 0 12px 30px rgba(3,19,38,.13);
}
.event-media img, .event-media video { width: 100%; height: 100%; object-fit: cover; }
.event-media video { display: block; background: var(--navy-950); }
.event-media--duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.event-media figcaption {
  position: absolute; z-index: 2; inset: auto 0 0; padding: 19px 11px 7px;
  background: linear-gradient(transparent, rgba(3,19,38,.85)); color: white;
  font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.event-media--video figcaption { right: auto; padding-right: 28px; }
.days-left { justify-self: end; width: 90px; text-align: center; }
.days-left span, .days-left small { display: block; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.days-left strong { display: block; color: var(--gold); font-family: var(--font-display); font-size: 3rem; font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.event-row--featured {
  grid-template-columns: 106px minmax(260px, 1fr) minmax(230px, 300px); margin: 18px 0; padding: 28px 34px;
  background: linear-gradient(115deg, #f1f9fc 0%, #dceff7 58%, #cbdfea 100%); border: 1px solid rgba(15,77,145,.13); border-left: 4px solid #31bee7;
  color: var(--navy-950); box-shadow: 0 20px 48px rgba(8,35,70,.13), inset 0 1px rgba(255,255,255,.78);
}
.event-row--featured:hover { padding-inline: 40px; background: linear-gradient(115deg, #f8fcfd 0%, #e3f3f9 58%, #d3e8f2 100%); }
.event-row--featured .event-date, .event-row--featured .event-info h3 { color: var(--navy-900); }
.event-row--featured .event-date span, .event-row--featured .event-number { color: var(--blue-700); }
.event-row--featured .event-date small, .event-row--featured .event-info p { color: #526579; }
.event-row--featured .event-location strong { color: var(--navy-900); }
.event-row--featured .event-info > a { color: var(--blue-700); }
.event-row--featured .event-media { border-color: rgba(15,77,145,.24); box-shadow: 0 14px 35px rgba(8,35,70,.18); }

.rally-section {
  position: relative; min-height: clamp(520px, 58vw, 700px); overflow: hidden; display: grid; align-items: center; color: white;
  background: var(--navy-900);
}
.rally-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.rally-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,38,.94) 0%, rgba(6,26,53,.78) 48%, rgba(6,26,53,.28) 100%), linear-gradient(0deg, rgba(3,19,38,.65), transparent 55%); }
.rally-content { position: relative; z-index: 1; padding-block: 100px; }
.rally-content > .eyebrow { font-size: 1rem; letter-spacing: .21em; }
.rally-content h2 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(3.4rem, 7vw, 6.8rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; overflow-wrap: normal; }
.rally-content h2 em { display: block; max-width: 100%; color: var(--gold-light); font-weight: 400; }
.rally-content > p:not(.eyebrow) { max-width: 640px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 1.06rem; }
.rally-content > p strong { color: var(--gold-light); }
.rally-question { width: max-content; max-width: 100%; margin-top: 36px; padding: 14px 21px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.12); backdrop-filter: blur(10px); font-family: var(--font-display); font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.1; white-space: normal; overflow-wrap: break-word; }

.promotions-section { position: relative; overflow: hidden; padding: 118px 0; background: linear-gradient(145deg, #fbfaf7 0%, #f3eadc 52%, #dceef5 100%); }
.promotions-glow { position: absolute; width: 560px; height: 560px; left: -330px; bottom: -330px; border: 1px solid rgba(15,77,145,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(25,128,200,.025), 0 0 0 155px rgba(216,173,82,.03); }
.promotions-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 90px; }
.promotions-heading h2 { margin: 0; color: var(--navy-900); font-family: var(--font-display); font-size: clamp(3.5rem, 5.6vw, 6rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.promotions-heading h2 em { color: var(--blue-700); font-weight: 400; }
.promotions-heading > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; }
.promotions-summary { width: max-content; max-width: 100%; margin-top: 38px; padding: 20px 24px 0 0; border-top: 1px solid rgba(8,35,70,.16); }
.promotions-summary span { color: var(--navy-800); font-size: .72rem; font-weight: 800; letter-spacing: .13em; line-height: 1.65; text-transform: uppercase; }
.promotions-summary strong { color: var(--gold); font-size: .78rem; font-weight: 900; }
.promotions-journey { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.promotion-stop { --promotion-accent: var(--blue-700); position: relative; min-height: 104px; display: grid; grid-template-columns: 104px minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 16px 22px; border: 1px solid rgba(8,35,70,.13); border-left: 5px solid var(--promotion-accent); background: rgba(255,255,255,.72); box-shadow: 0 12px 34px rgba(8,35,70,.07); transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
.promotion-stop:hover { transform: translateX(-8px); background: white; box-shadow: 0 20px 44px rgba(8,35,70,.13); }
.promotion-stop--one { --promotion-accent: #31bee7; margin-left: 16%; }
.promotion-stop--two { --promotion-accent: #1980c8; margin-left: 12%; }
.promotion-stop--three { --promotion-accent: #d8ad52; margin-left: 8%; }
.promotion-stop--four { --promotion-accent: #0f4d91; margin-left: 4%; }
.promotion-stop--five { --promotion-accent: #ff2076; }
.promotion-stage { color: var(--promotion-accent); font-size: .68rem; font-weight: 900; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.promotion-stop h3, .promotion-stop p { margin: 0; }
.promotion-stop h3 { color: var(--navy-900); font-family: var(--font-display); font-size: 2rem; font-weight: 400; line-height: 1; }
.promotion-stop p { margin-top: 7px; color: var(--muted); font-size: .76rem; }
.promotion-stop small { justify-self: end; padding: 6px 10px; border: 1px solid rgba(8,35,70,.14); color: var(--navy-800); background: rgba(255,255,255,.6); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

.talent-section { position: relative; overflow: hidden; padding: 126px 0; background: linear-gradient(135deg, #f1fafc 0%, #dceff7 52%, #c9e4f0 100%); color: var(--navy-950); }
.talent-glow { position: absolute; width: 720px; height: 720px; right: -330px; top: 180px; border: 1px solid rgba(15,77,145,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(25,128,200,.035), 0 0 0 170px rgba(25,128,200,.025); }
.talent-intro { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.eyebrow--gold { color: var(--gold); }
.talent-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.5rem, 6.5vw, 6.5rem); font-weight: 400; line-height: .88; letter-spacing: -.04em; }
.talent-intro h2 em { color: var(--blue-700); }
.talent-intro > div:first-child > p:last-child { max-width: 570px; margin: 30px 0 0; color: #4f6477; font-size: 1.05rem; }
.talent-countdown { padding: 38px; border: 1px solid rgba(15,77,145,.2); background: rgba(255,255,255,.68); box-shadow: 0 24px 70px rgba(8,35,70,.13); backdrop-filter: blur(12px); }
.talent-countdown > p { margin: 0 0 20px; color: var(--blue-700); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.talent-time { display: grid; grid-template-columns: repeat(7, auto); align-items: start; justify-content: space-between; }
.talent-time div { text-align: center; }
.talent-time strong { display: block; min-width: 56px; font-family: var(--font-display); font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 400; line-height: .92; font-variant-numeric: tabular-nums; }
.talent-time span { display: block; margin-top: 10px; color: #607285; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.talent-time i { padding-top: 9px; color: var(--blue-700); font-family: var(--font-display); font-size: 2.3rem; font-style: normal; }
.talent-venue { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(8,35,70,.13); }
.talent-venue span { color: var(--blue-700); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.talent-venue strong { font-size: .92rem; line-height: 1.25; }
.heritage-section { overflow: hidden; padding: 124px 0; background: var(--cream); }
.heritage-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 90px; }
.heritage-seal {
  position: relative; min-height: 350px; display: grid; place-content: center;
  padding: 38px; background: var(--navy-900); color: var(--gold-light); text-align: center;
}
.heritage-seal::before, .heritage-seal::after { content: ""; position: absolute; width: 70px; height: 70px; border-color: var(--gold); }
.heritage-seal::before { top: 18px; left: 18px; border-top: 1px solid; border-left: 1px solid; }
.heritage-seal::after { right: 18px; bottom: 18px; border-right: 1px solid; border-bottom: 1px solid; }
.heritage-seal img { width: min(100%, 330px); margin-inline: auto; }
.heritage-seal small { margin-top: 4px; font-size: .6rem; font-weight: 800; letter-spacing: .28em; }
.heritage-copy h2 em { color: var(--blue-700); }
.heritage-copy > p:last-of-type { max-width: 650px; margin: 28px 0; color: var(--muted); font-size: 1.05rem; }
.values { display: flex; flex-wrap: wrap; gap: 10px; }
.values span { padding: 8px 13px; border: 1px solid rgba(8,35,70,.16); color: var(--navy-800); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.photo-band { position: relative; width: min(1440px, calc(100% - 40px)); height: clamp(260px, 34vw, 490px); margin: 110px auto 0; overflow: hidden; background: var(--navy-900); }
.photo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,38,.72), transparent 50%, rgba(3,19,38,.18)); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-band > div { position: absolute; z-index: 2; left: 7%; bottom: 11%; color: white; }
.photo-band span, .photo-band strong { display: block; }
.photo-band span { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.photo-band strong { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; margin-top: 22px; }
.gallery-card { position: relative; height: 390px; margin: 0; overflow: hidden; background: var(--navy-900); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card--wide { grid-column: 1 / -1; height: 430px; }
.gallery-card--wide img { object-position: center 43%; }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2,14,30,.82)); }
.gallery-card figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; color: white; }
.gallery-card figcaption span, .gallery-card figcaption strong { display: block; }
.gallery-card figcaption span { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-card figcaption strong { margin-top: 3px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; }

.milestone-story { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; margin-top: 88px; }
.milestone-copy {
  grid-row: 1 / span 2; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: clamp(34px, 5vw, 70px);
  background: var(--navy-900); color: white; box-shadow: var(--shadow);
}
.milestone-copy h3 { margin: 4px 0 24px; font-family: var(--font-display); font-size: clamp(2.6rem, 4.4vw, 4.6rem); font-weight: 400; line-height: .94; letter-spacing: -.035em; }
.milestone-copy h3 em { color: var(--gold-light); font-weight: 400; }
.milestone-copy > p:last-child { margin: 0; color: rgba(255,255,255,.67); font-size: 1rem; }
.milestone-main, .milestone-photo, .memory-tile { position: relative; margin: 0; overflow: hidden; background: var(--navy-900); }
.milestone-main { height: 430px; }
.milestone-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.milestone-photo { height: 240px; }
.milestone-main img, .milestone-photo img, .memory-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.milestone-main:hover img, .milestone-photo:hover img, .memory-tile:hover img { transform: scale(1.035); }
.milestone-main::after, .memory-tile::after { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(transparent, rgba(2,14,30,.86)); }
.milestone-main figcaption, .memory-tile figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; color: white; }
.milestone-main figcaption span, .milestone-main figcaption strong, .memory-tile figcaption span, .memory-tile figcaption strong { display: block; }
.milestone-main figcaption span, .memory-tile figcaption span { color: var(--gold-light); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.milestone-main figcaption strong, .memory-tile figcaption strong { margin-top: 3px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }
.memory-reel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 14px; margin-top: 22px; }
.memory-tile--wide { grid-column: span 2; }

.poster-section { padding: 120px 0; background: white; }
.program-intro { display: grid; grid-template-columns: 1fr .76fr; align-items: end; gap: 80px; }
.program-intro h2 {
  margin: 0; color: var(--navy-900); font-family: var(--font-display);
  font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 400; line-height: .97; letter-spacing: -.04em;
}
.program-intro h2 em { color: var(--blue-700); font-weight: 400; }
.program-intro > div:last-child { padding-bottom: 8px; }
.program-intro > div:last-child p { max-width: 540px; margin: 0 0 24px; color: var(--muted); font-size: 1.02rem; }
.program-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 52px; margin-top: 72px; }
.program-showcase > * { width: 100%; max-width: 560px; height: auto; aspect-ratio: 4 / 5; justify-self: center; }
.poster-frame { position: relative; display: grid; place-items: center; margin-inline: auto; padding: 0; background: transparent; box-shadow: 0 30px 90px rgba(3,19,38,.22); transform: rotate(-1.5deg); }
.poster-frame::before { content: ""; position: absolute; z-index: -1; inset: 22px -20px -20px 22px; border: 1px solid var(--gold); }
.poster-frame img { width: 100%; height: 100%; object-fit: cover; }
.activity-map {
  position: relative; min-height: 0; overflow: hidden; color: white; background: var(--navy-900);
  border: 1px solid rgba(216,173,82,.55); box-shadow: var(--shadow);
}
.activity-map::before { content: ""; position: absolute; top: -130px; right: -130px; width: 340px; height: 340px; border: 1px solid rgba(216,173,82,.15); border-radius: 50%; }
.map-heading { position: absolute; z-index: 3; top: 34px; left: 38px; width: 32%; max-width: 160px; }
.map-heading p { margin: 0 0 4px; color: var(--gold); font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.map-heading h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2.15rem); font-weight: 400; line-height: .96; overflow-wrap: anywhere; }
.map-heading h3 em { color: var(--gold-light); font-weight: 400; }
.map-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(216,173,82,.78); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.map-center { position: absolute; z-index: 2; left: 28px; top: 275px; width: 175px; height: 182px; display: grid; place-items: center; }
.map-center img { width: 100%; height: 100%; object-fit: contain; }
.map-nodes { margin: 0; padding: 0; list-style: none; }
.map-node {
  position: absolute; z-index: 2; left: 41%; right: 5%; min-height: 72px;
  display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 14px;
  padding: 12px 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(5px);
}
.map-node::before { content: ""; position: absolute; left: -5px; top: 50%; width: 9px; height: 9px; border-radius: 50%; transform: translateY(-50%); background: var(--gold); }
.map-node[data-accent="cyan"]::before { background: #31bee7; }
.map-node[data-accent="pink"]::before { background: #ff2076; }
.map-node[data-accent="gold"]::before { background: #ffb536; }
.map-node time { color: var(--gold-light); font-size: .69rem; font-weight: 900; letter-spacing: .09em; }
.map-node strong, .map-node span { display: block; }
.map-node strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 400; line-height: 1.15; }
.map-node span { margin-top: 5px; color: var(--gold-light); font-size: .72rem; font-weight: 750; line-height: 1.25; }
.map-node--featured { background: rgba(216,173,82,.11); border-color: rgba(216,173,82,.62); }
.map-node--1 { top: 6%; }
.map-node--2 { top: 18.3%; }
.map-node--3 { top: 30.6%; }
.map-node--4 { top: 42.9%; }
.map-node--5 { top: 55.2%; }
.map-node--6 { top: 67.5%; }
.map-node--7 { top: 79.8%; }
.program-brand-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  margin-top: 78px; padding-top: 32px; border-top: 1px solid var(--line);
}
.institution-mark { display: flex; align-items: center; gap: 18px; }
.institution-mark img { width: 86px; height: 70px; object-fit: contain; }
.institution-mark span { color: var(--navy-900); font-size: .7rem; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.program-brand-bar > p { max-width: 440px; margin: 0; color: var(--muted); text-align: right; }

.social-celebration { position: relative; overflow: hidden; padding: 112px 0 70px; background: linear-gradient(135deg, #f5efe5 0%, #eadfce 58%, #e4d4bd 100%); color: var(--navy-950); }
.social-celebration::before {
  content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: -270px;
  border: 1px solid rgba(8,35,70,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,35,70,.025);
}
.social-accent { position: absolute; z-index: 1; height: 5px; transform: rotate(-12deg); }
.social-accent--cyan { top: 48px; right: -30px; width: 220px; background: #31bee7; }
.social-accent--pink { top: 73px; right: -4px; width: 145px; background: #ff2076; }
.social-celebration-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.social-celebration-copy h2 {
  margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem, 5.8vw, 5.8rem);
  color: var(--navy-950); font-weight: 400; letter-spacing: -.04em; line-height: .92;
}
.social-celebration-copy h2 em { color: var(--blue-700); font-weight: 400; }
.social-celebration-copy > p:last-child { max-width: 540px; margin: 27px 0 0; color: rgba(3,19,38,.66); }
.social-celebration-copy > p strong { color: #8b641e; }
.official-socials { display: grid; gap: 12px; }
.social-link {
  position: relative; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 17px;
  min-height: 86px; padding: 15px 22px; border: 1px solid rgba(8,35,70,.16); background: rgba(255,255,255,.52);
  box-shadow: 0 12px 30px rgba(75,52,25,.06);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.social-link::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--gold); }
.social-link--tiktok::before { background: #31bee7; }
.social-link--instagram::before { background: #ff2076; }
.social-link--facebook::before { background: #d8ad52; }
.social-link:hover, .social-link:focus-visible { transform: translateX(6px); border-color: rgba(8,35,70,.4); background: rgba(255,255,255,.8); }
.social-link svg { width: 29px; height: 29px; fill: none; stroke: var(--navy-900); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link--facebook svg { fill: var(--navy-900); stroke: none; }
.social-link span, .social-link strong, .social-link small { display: block; }
.social-link strong { font-family: var(--font-display); font-size: 1.28rem; font-weight: 400; }
.social-link small { color: rgba(3,19,38,.56); font-size: .71rem; }
.social-link > i { color: var(--blue-700); font-size: 1.1rem; font-style: normal; }

.site-footer { padding: 64px 0 24px; background: linear-gradient(135deg, #d9eef7 0%, #e9edf0 50%, #f1dfbd 100%); color: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 70px; padding-bottom: 48px; }
.footer-brand-lockup { display: flex; align-items: center; gap: 28px; }
.footer-brand-lockup > div { display: flex; align-items: center; gap: 22px; }
.footer-brand-lockup img:first-child { width: 88px; height: 86px; object-fit: contain; }
.footer-brand-lockup img:last-child { width: 92px; height: 72px; object-fit: contain; padding-left: 19px; border-left: 1px solid rgba(8,35,70,.18); }
.footer-top p { max-width: 400px; margin: 0; color: rgba(3,19,38,.66); font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; align-content: center; }
.footer-links a { color: rgba(3,19,38,.76); font-size: .78rem; }
.footer-links a:hover { color: var(--blue-700); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(8,35,70,.14); color: rgba(3,19,38,.5); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-shell { grid-template-columns: 220px 1fr 70px; gap: 18px; }
  .brand img { width: 54px; height: 50px; }
  .brand span { font-size: .58rem; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .7rem; }
  .hero-layout { grid-template-columns: 1fr .78fr; gap: 40px; }
  .hero h1 { font-size: clamp(3.35rem, 5.6vw, 4.4rem); }
  .event-row { grid-template-columns: 96px minmax(240px, 1fr) minmax(190px, 230px) 76px; gap: 20px; }
  .event-row--featured { grid-template-columns: 96px minmax(240px, 1fr) minmax(190px, 230px); }
  .event-row--no-media { grid-template-columns: 112px minmax(0, 1fr) 100px; }
  .promotions-layout { gap: 55px; }
  .promotion-stop { margin-left: 0; }
  .talent-intro { gap: 50px; }
  .talent-time strong { font-size: 3.15rem; }
  .program-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; }
  .map-heading { top: 22px; left: 24px; width: 32%; max-width: 140px; }
  .map-heading p { font-size: .55rem; }
  .map-heading h3 { font-size: 1.35rem; }
  .map-center { left: 18px; width: 148px; height: 160px; }
  .map-node { left: 43%; right: 4%; grid-template-columns: 54px 1fr; gap: 8px; padding: 9px 10px; }
  .map-node time { font-size: .57rem; }
  .map-node strong { font-size: .9rem; }
  .map-node span { font-size: .6rem; }
  .program-brand-bar { gap: 28px; }
  .social-celebration-grid { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --container: min(calc(100% - 36px), 700px); }
  .site-header, .site-header.is-scrolled { height: 68px; background: rgba(3,19,38,.95); }
  .nav-shell { width: calc(100% - 24px); grid-template-columns: 1fr auto auto; }
  .brand img { width: 58px; height: 52px; }
  .brand span { display: none; }
  .festival-mark img { width: 56px; height: 52px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; z-index: 2; }
  .festival-mark { grid-column: 3; grid-row: 1; }
  .main-nav {
    position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: flex-start;
    justify-content: flex-start; gap: 0; padding: 36px 24px; background: var(--navy-950);
    transform: translateX(100%); transition: transform .28s ease;
  }
  .main-nav.is-open { transform: none; }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
  .main-nav .nav-cta { margin-top: 18px; padding: 14px; text-align: center; }
  .hero { min-height: 930px; height: auto; padding: 135px 0 90px; }
  .hero-video { object-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,14,30,.94), rgba(3,22,46,.63)), linear-gradient(0deg, rgba(2,14,30,.92), transparent 50%); }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; padding: 0; }
  .hero-copy { max-width: 660px; }
  .hero-side { max-width: 560px; }
  .countdown-panel { max-width: 560px; }
  .scroll-cue { display: none; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .event-row { grid-template-columns: 84px minmax(0, 1fr) 200px 68px; gap: 16px; }
  .event-row--no-media { grid-template-columns: 100px 1fr 80px; gap: 20px; }
  .event-media { height: 138px; }
  .talent-section { padding: 94px 0; }
  .promotions-layout { grid-template-columns: 1fr; gap: 54px; }
  .promotions-heading > p:not(.eyebrow) { max-width: 640px; }
  .talent-intro { grid-template-columns: 1fr; gap: 48px; }
  .heritage-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .heritage-seal { min-height: 320px; padding: 28px; }
  .milestone-story { grid-template-columns: 1fr; }
  .milestone-copy, .milestone-main, .milestone-pair { grid-column: 1; grid-row: auto; }
  .memory-reel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-intro { grid-template-columns: 1fr; gap: 28px; }
  .program-showcase { grid-template-columns: 1fr; gap: 76px; }
  .program-showcase > * { max-width: 560px; }
  .social-celebration-grid { grid-template-columns: 1fr; gap: 52px; }
  .official-socials { max-width: 620px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); }
  .brand img { width: 52px; height: 46px; }
  .festival-mark { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .hero { min-height: 890px; padding-top: 112px; }
  .gold-corner { width: 70px; height: 70px; }
  .gold-corner--top { top: 82px; left: 12px; }
  .gold-corner--bottom { right: 12px; bottom: 14px; }
  .hero-sound-toggle { justify-self: start; min-height: 52px; gap: 8px; padding: 6px 16px 6px 6px; }
  .sound-button-icon { width: 40px; height: 40px; }
  .hero-sound-toggle > strong { font-size: .69rem; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 3.7rem); }
  .hero-brand-marks { gap: 14px; margin-bottom: 17px; }
  .hero-anniversary-mark, .hero-admifest-mark { width: min(42vw, 160px); height: 120px; }
  .hero-anniversary-mark img, .hero-admifest-mark img { height: 98px; }
  .hero-admifest-mark::before { left: -7px; top: 14px; bottom: 14px; }
  .hero-lead { font-size: .97rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-meta { display: none; }
  .hero-side { gap: 15px; }
  .countdown-panel { padding: 29px 20px; }
  .countdown-panel h2 { font-size: 2.25rem; }
  .countdown strong { font-size: 2.7rem; }
  .countdown > div:first-child strong { font-size: 3.25rem; }
  .panel-date { margin-top: 23px; }
  .section-heading h2, .heritage-copy h2, .program-intro h2 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .event-list { border-top: 0; display: grid; gap: 12px; }
  .event-row, .event-row:hover {
    min-height: 0; grid-template-columns: 72px 1fr; gap: 16px; padding: 22px 16px;
    border: 1px solid var(--line); background: white;
  }
  .event-date strong { font-size: 3.2rem; }
  .event-info h3 { font-size: 1.55rem; }
  .event-info p { font-size: .88rem; }
  .event-location { gap: 4px 9px; margin-top: 9px !important; }
  .event-location strong { font-size: .94rem; }
  .event-media { grid-column: 1 / -1; height: 210px; margin-top: 3px; }
  .days-left { grid-column: 2; justify-self: start; width: auto; display: flex; align-items: baseline; gap: 6px; text-align: left; }
  .days-left strong { font-size: 1.55rem; }
  .event-row--featured, .event-row--featured:hover { background: linear-gradient(145deg, #f2fafc, #cfe5ef); border: 1px solid rgba(15,77,145,.13); border-left: 4px solid #31bee7; }
  .rally-section { min-height: 680px; }
  .rally-image { object-position: 58% center; }
  .rally-shade { background: linear-gradient(90deg, rgba(3,19,38,.93), rgba(6,26,53,.67)), linear-gradient(0deg, rgba(3,19,38,.78), transparent 62%); }
  .rally-content { width: var(--container); max-width: 100%; padding-block: 76px; }
  .rally-content h2 { width: 100%; max-width: 100%; font-size: clamp(2.75rem, 12.5vw, 3.65rem); line-height: .96; letter-spacing: -.035em; }
  .rally-content h2 em { margin-top: 5px; }
  .rally-content > p:not(.eyebrow) { width: 100%; max-width: 100%; margin-top: 24px; font-size: .96rem; line-height: 1.65; }
  .rally-content > .eyebrow { max-width: 100%; font-size: .82rem; line-height: 1.4; }
  .rally-question { width: 100%; max-width: 100%; margin-top: 28px; padding: 15px 16px; font-size: clamp(1.35rem, 6.6vw, 1.7rem); line-height: 1.18; }
  .promotions-section { padding: 86px 0 78px; }
  .promotions-heading h2 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .promotions-layout { gap: 42px; }
  .promotion-stop { grid-template-columns: 1fr auto; gap: 8px 14px; min-height: 126px; padding: 17px 16px; }
  .promotion-stop:hover { transform: none; }
  .promotion-stage { grid-column: 1 / -1; font-size: .64rem; }
  .promotion-stop h3 { font-size: 1.75rem; }
  .promotion-stop small { grid-column: 2; grid-row: 2; align-self: center; justify-self: end; margin-top: 0; }
  .talent-intro h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .talent-countdown { padding: 28px 16px; }
  .talent-time strong { min-width: 38px; font-size: 2.6rem; }
  .talent-time i { font-size: 1.7rem; }
  .talent-venue { flex-direction: column; }
  .heritage-section { padding: 90px 0; }
  .heritage-grid { grid-template-columns: 1fr; gap: 42px; }
  .heritage-seal { min-height: 290px; }
  .photo-band { width: 100%; height: 420px; margin-top: 80px; }
  .photo-band img { object-position: 53% center; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { height: 300px; }
  .gallery-card--wide { grid-column: auto; }
  .milestone-story { margin-top: 62px; }
  .milestone-copy { padding: 38px 28px; }
  .milestone-main { height: 330px; }
  .milestone-pair { grid-template-columns: 1fr; }
  .milestone-photo { height: 240px; }
  .memory-reel { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .memory-tile, .memory-tile--wide { flex: 0 0 min(82vw, 330px); height: 270px; scroll-snap-align: start; }
  .poster-section { padding: 90px 0; }
  .program-showcase > * { max-width: 360px; height: auto; }
  .poster-frame { width: 100%; aspect-ratio: 4 / 5; }
  .program-showcase { gap: 66px; margin-top: 58px; }
  .activity-map { width: 100%; min-height: 0; aspect-ratio: auto; padding: 30px 18px 24px; }
  .activity-map::before, .map-lines { display: none; }
  .map-heading { position: static; width: 100%; max-width: none; margin-bottom: 24px; }
  .map-heading h3 { font-size: 2rem; overflow-wrap: normal; }
  .map-center { position: static; width: 124px; height: 122px; margin: 0 auto 26px; }
  .map-nodes { display: grid; gap: 9px; padding-left: 14px; border-left: 1px solid rgba(216,173,82,.55); }
  .map-node { position: relative; inset: auto; min-height: 0; grid-template-columns: 58px 1fr; padding: 13px 12px; }
  .map-node::before { left: -19px; }
  .program-brand-bar { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 58px; }
  .program-brand-bar > p { text-align: left; }
  .institution-mark img { width: 72px; height: 62px; }
  .social-celebration { padding: 86px 0 54px; }
  .social-celebration-copy h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .social-link { grid-template-columns: 38px 1fr auto; min-height: 80px; padding: 13px 16px; gap: 12px; }
  .social-link svg { width: 26px; height: 26px; }
  .social-link small { overflow-wrap: anywhere; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand-lockup { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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