:root {
  --blue-950: #061d70;
  --blue-900: #082b9d;
  --blue-800: #0f42bd;
  --blue-700: #175de5;
  --blue-600: #2472f0;
  --blue-500: #3d8cff;
  --blue-400: #68acff;
  --blue-300: #8dc7ff;
  --blue-200: #c5e6ff;
  --blue-100: #e7f5ff;
  --lavender: #c9c8ff;
  --pink: #ffb7e5;
  --silver: #e9f3ff;
  --white: #ffffff;
  --ink: #071b55;
  --muted: #4b6094;
  --glass-light: rgba(255, 255, 255, 0.86);
  --glass-dark: rgba(7, 34, 118, 0.82);
  --border-light: rgba(255, 255, 255, 0.88);
  --shadow-blue: 0 18px 50px rgba(3, 42, 135, 0.18);
  --shadow-deep: 0 24px 70px rgba(2, 21, 84, 0.35);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--blue-950);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--lavender);
  color: var(--blue-950);
}

.shell {
  width: var(--shell);
  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;
  z-index: 9999;
  top: 14px;
  left: 14px;
  transform: translateY(-140%);
  padding: 10px 16px;
  border-radius: 12px;
  background: white;
  color: var(--blue-900);
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100% - 28px));
  min-height: 66px;
  padding: 8px 10px 8px 18px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(4, 28, 103, 0.72);
  box-shadow: 0 18px 50px rgba(2, 18, 76, 0.3);
  backdrop-filter: blur(18px) saturate(140%);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: white;
  text-decoration: none;
}

.site-brand-logo {
  display: block;
  width: clamp(138px, 15vw, 210px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(4, 34, 119, 0.28));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 46px;
  padding: 12px 13px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  margin-left: 4px;
  padding-inline: 18px;
  background: white;
  color: var(--blue-900);
  box-shadow: 0 8px 0 rgba(30, 91, 218, 0.3);
}

.site-nav .nav-cta:hover {
  background: var(--blue-100);
  color: var(--blue-950);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: white;
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 132px 0 100px;
  background:
    radial-gradient(circle at 50% 22%, rgba(134, 207, 255, 0.95), transparent 33%),
    radial-gradient(circle at 18% 58%, rgba(201, 200, 255, 0.7), transparent 24%),
    radial-gradient(circle at 82% 45%, rgba(73, 140, 255, 0.75), transparent 28%),
    linear-gradient(180deg, #0847c8 0%, #1f75eb 36%, #6fc4ff 72%, #d8f2ff 100%);
}

.hero::before,
.hero::after,
.activities-section::before,
.shuttle-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  z-index: -3;
  opacity: 0.62;
  background-image:
    radial-gradient(circle at 10% 15%, white 0 1px, transparent 1.8px),
    radial-gradient(circle at 60% 14%, white 0 1.3px, transparent 2px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 25% 45%, rgba(255,255,255,.8) 0 1px, transparent 2px);
  background-size: 90px 90px, 140px 140px, 125px 125px, 170px 170px;
}

.hero::after {
  z-index: -2;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(255,255,255,.14) 44%, transparent 48% 100%),
    linear-gradient(180deg, transparent 65%, rgba(255,255,255,.28));
}

.hero-sky,
.deep-sky-decor,
.booth-stars,
.shuttle-sky,
.footer-glow,
.cloud-divider {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-sky {
  z-index: -1;
}

.sky-grid {
  position: absolute;
  inset: 14% 5% 8%;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 74%, transparent);
}

.cloud {
  position: absolute;
  filter: blur(10px);
  opacity: 0.54;
}

.cloud::before,
.cloud::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: inherit;
}

.cloud-one {
  top: 19%;
  left: -8%;
  width: 390px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  transform: rotate(-8deg);
}

.cloud-one::before {
  width: 180px;
  height: 170px;
  left: 70px;
  top: -75px;
}

.cloud-one::after {
  width: 240px;
  height: 130px;
  right: -80px;
  top: 4px;
}

.cloud-two {
  right: -10%;
  top: 39%;
  width: 420px;
  height: 145px;
  border-radius: 50%;
  background: rgba(255,255,255,.44);
  transform: rotate(8deg);
}

.cloud-two::before {
  width: 220px;
  height: 190px;
  left: 40px;
  top: -95px;
}

.cloud-two::after {
  width: 240px;
  height: 130px;
  right: 10px;
  top: -20px;
}

.cloud-three {
  left: 20%;
  bottom: 2%;
  width: 630px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
  filter: blur(22px);
}

.aurora {
  position: absolute;
  width: 560px;
  height: 120px;
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0.45;
}

.aurora-one {
  top: 22%;
  left: -5%;
  background: linear-gradient(90deg, transparent, var(--lavender), var(--pink), transparent);
  transform: rotate(-16deg);
}

.aurora-two {
  right: -8%;
  bottom: 14%;
  background: linear-gradient(90deg, transparent, #7ef2ff, var(--lavender), transparent);
  transform: rotate(14deg);
}

.flare {
  position: absolute;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95) 0 1%, rgba(255,255,255,.28) 7%, transparent 52%);
  filter: blur(1px);
}

.flare::before,
.flare::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: rgba(255,255,255,.55);
  transform: translate(-50%, -50%);
}

.flare::before { width: 100%; height: 1px; }
.flare::after { width: 1px; height: 100%; }
.flare-one { top: 16%; right: 9%; }
.flare-two { bottom: 20%; left: 4%; width: 160px; opacity: .65; }

.iridescent-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.9), rgba(255,183,229,.18) 24%, rgba(61,140,255,.14) 46%, transparent 70%);
  box-shadow: inset 0 0 30px rgba(255,255,255,.28), 0 0 28px rgba(201,200,255,.35);
}

.orb-one { width: 82px; height: 82px; top: 30%; left: 8%; }
.orb-two { width: 118px; height: 118px; right: 7%; bottom: 27%; }

.wing {
  position: absolute;
  width: 180px;
  height: 240px;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 72% 28% 66% 34% / 72% 44% 56% 28%;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.2));
  opacity: .58;
}

.wing::after {
  position: absolute;
  inset: 20%;
  content: "";
  border: 1px solid rgba(255,255,255,.18);
  border-radius: inherit;
}

.wing-one { top: 33%; left: 5%; transform: rotate(-20deg); }
.wing-two { top: 19%; right: 4%; transform: scaleX(-1) rotate(-12deg); }

.spark {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 18px 5px rgba(255,255,255,.8);
  animation: twinkle 3.2s ease-in-out infinite;
}

.spark::before,
.spark::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: white;
  transform: translate(-50%, -50%);
}

.spark::before { width: 40px; height: 1px; }
.spark::after { width: 1px; height: 40px; }
.star-a { top: 21%; left: 13%; }
.star-b { top: 28%; right: 15%; animation-delay: .8s; }
.star-c { bottom: 22%; left: 22%; animation-delay: 1.4s; }
.star-d { bottom: 31%; right: 25%; animation-delay: 2.1s; }

@keyframes twinkle {
  0%, 100% { opacity: .35; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

.hero-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.organizer-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(7,34,118,.3);
  color: white;
  box-shadow: 0 12px 30px rgba(3,42,135,.15);
  backdrop-filter: blur(12px);
}

.mini-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  white-space: nowrap;
}

.mini-logo-fob {
  color: white;
  text-shadow: 0 1px 0 var(--blue-900);
}

.mini-logo-fob span { color: var(--pink); }
.mini-logo-ah { color: var(--blue-100); font-style: italic; }
.mini-logo-ah span { color: white; font-size: .72em; }
.brand-x { color: var(--blue-200); font-weight: 500; }

.event-kicker,
.eyebrow,
.card-label {
  display: inline-block;
  color: var(--blue-700);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.event-kicker {
  margin-top: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--blue-900);
  box-shadow: 0 9px 0 rgba(20,86,209,.16), 0 16px 36px rgba(3,42,135,.14);
}

.hero-title-wrap {
  position: relative;
  margin-top: 20px;
}

.hero-title-wrap h1 {
  margin: 0;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-main {
  color: white;
  font-size: clamp(4.6rem, 13vw, 10rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: .82;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(8,43,157,.65),
    0 6px 18px rgba(6,29,112,.45),
    0 0 34px rgba(255,255,255,.35);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #fff 10%, #eaf4ff 45%, #bcdcff 70%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255,255,255,.45);
}

.hero-title-sub {
  margin-top: clamp(8px, 1.6vw, 18px);
  color: white;
  font-size: clamp(2.15rem, 6.7vw, 5.2rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: .9;
  text-shadow: 0 8px 20px rgba(6,29,112,.42), 0 0 25px rgba(255,255,255,.28);
}

.title-glint {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 24px 8px rgba(255,255,255,.8);
}

.title-glint::before,
.title-glint::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: white;
  transform: translate(-50%, -50%);
}

.title-glint::before { width: 72px; height: 1px; }
.title-glint::after { width: 1px; height: 72px; }
.glint-one { top: 12%; right: 6%; }
.glint-two { bottom: 17%; left: 17%; transform: scale(.6); }

.glass-dark,
.glass-light {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px) saturate(125%);
}

.glass-dark {
  background: var(--glass-dark);
  box-shadow: var(--shadow-deep);
  color: white;
}

.glass-light {
  background: var(--glass-light);
  box-shadow: var(--shadow-blue);
}

.hero-message {
  width: min(840px, 100%);
  margin-top: 34px;
  padding: 22px clamp(20px, 4vw, 38px);
}

.hero-message p {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(255,255,255,.86);
}

.hero-message .hero-tagline {
  margin-bottom: 7px;
  color: white;
  font-size: clamp(1rem, 2.2vw, 1.28rem);
  font-weight: 900;
  letter-spacing: -.02em;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.button svg {
  width: 19px;
  height: 19px;
}

.button:hover:not(:disabled) {
  transform: translateY(-3px);
}

.button:active:not(:disabled) {
  transform: translateY(1px);
}

.button-primary {
  border-color: rgba(255,255,255,.34);
  background: linear-gradient(135deg, var(--blue-900), var(--blue-600) 58%, #5aa9ff);
  color: white;
  box-shadow: 0 9px 0 rgba(6,29,112,.34), 0 18px 34px rgba(3,42,135,.28), 0 0 24px rgba(141,199,255,.28);
}

.button-primary:hover:not(:disabled) {
  box-shadow: 0 12px 0 rgba(6,29,112,.28), 0 24px 44px rgba(3,42,135,.3), 0 0 30px rgba(141,199,255,.4);
}

.button-secondary {
  border-color: rgba(23,93,229,.42);
  background: rgba(255,255,255,.94);
  color: var(--blue-900);
  box-shadow: 0 8px 0 rgba(31,105,225,.2), 0 17px 34px rgba(3,42,135,.18);
}

.button-secondary:hover:not(:disabled) {
  border-color: var(--blue-700);
  background: white;
}

.button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.button-full { width: 100%; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 8px;
  color: white;
  font-weight: 800;
  text-underline-offset: 5px;
}

.text-link:hover span {
  transform: translateX(3px);
}

.text-link span {
  transition: transform var(--transition);
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 44px;
}

.info-pill {
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 0 rgba(25,85,205,.18), 0 18px 40px rgba(3,42,135,.16);
  color: var(--blue-900);
}

.fact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 100px;
  padding: 17px;
  text-align: left;
}

.fact-card > svg {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  padding: 6px;
  border-radius: 10px;
  background: var(--blue-100);
}

.fact-card span,
.route-stop span,
.mini-stop span {
  display: block;
  color: var(--blue-600);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fact-card strong {
  display: block;
  margin-top: 2px;
  color: var(--blue-950);
  font-size: .94rem;
  line-height: 1.25;
}

.hero-route {
  width: min(920px, 100%);
  margin-top: 34px;
  padding: 20px;
  text-align: left;
}

.route-preview-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.route-preview-head h2 {
  margin: 2px 0 0;
  color: var(--blue-950);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: -.035em;
}

.route-preview-head h2 span {
  color: var(--blue-500);
}

.route-preview-head a {
  color: var(--blue-900);
  font-size: .87rem;
  font-weight: 850;
  text-underline-offset: 4px;
}

.mini-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.route-track {
  position: absolute;
  top: 9px;
  left: 12%;
  right: 12%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-900), var(--blue-400), var(--lavender));
}

.route-bus {
  position: absolute;
  left: 30%;
  top: 50%;
  width: 34px;
  height: 28px;
  padding: 5px;
  border: 2px solid white;
  border-radius: 9px;
  background: var(--blue-700);
  color: white;
  box-shadow: 0 5px 16px rgba(3,42,135,.26);
  transform: translate(-50%, -50%);
}

.route-bus svg { width: 100%; height: 100%; }

.mini-stop {
  position: relative;
  z-index: 1;
  padding-top: 26px;
  text-align: center;
}

.mini-stop i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid white;
  border-radius: 50%;
  background: var(--blue-700);
  box-shadow: 0 0 0 2px var(--blue-300), 0 4px 12px rgba(3,42,135,.25);
  transform: translateX(-50%);
}

.mini-stop strong {
  display: block;
  margin-top: 2px;
  color: var(--blue-950);
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(84px, 10vw, 130px);
  padding-bottom: clamp(84px, 10vw, 130px);
}

.section-light {
  background: linear-gradient(180deg, #f9fdff 0%, var(--blue-100) 100%);
}

.section-deep {
  background:
    radial-gradient(circle at 20% 20%, rgba(61,140,255,.42), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(201,200,255,.24), transparent 28%),
    linear-gradient(145deg, #041450, #082b9d 52%, #0a49c9);
  color: white;
}

.section-blue {
  background:
    radial-gradient(circle at 10% 15%, rgba(141,199,255,.32), transparent 25%),
    radial-gradient(circle at 90% 65%, rgba(201,200,255,.28), transparent 30%),
    linear-gradient(180deg, #0b45c1, #082b9d);
  color: white;
}

.cloud-divider {
  top: -78px;
  bottom: auto;
  height: 160px;
  background:
    radial-gradient(ellipse at 8% 100%, #f9fdff 0 48%, transparent 49%),
    radial-gradient(ellipse at 29% 100%, #f9fdff 0 52%, transparent 53%),
    radial-gradient(ellipse at 51% 100%, #f9fdff 0 48%, transparent 49%),
    radial-gradient(ellipse at 72% 100%, #f9fdff 0 54%, transparent 55%),
    radial-gradient(ellipse at 94% 100%, #f9fdff 0 49%, transparent 50%);
  background-size: 260px 160px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.merchant-copy h2 {
  margin: 8px 0 14px;
  color: var(--blue-950);
  font-size: clamp(2.1rem, 5vw, 4rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.section-heading p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
}

.section-heading-light h2,
.section-heading-light p,
.section-heading-light .eyebrow {
  color: white;
  text-shadow: 0 6px 18px rgba(2,18,76,.32);
}

.section-heading-light p {
  color: rgba(255,255,255,.78);
}

.notice-card {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: -18px auto 34px;
  padding: 14px 18px;
  border: 1px solid rgba(23,93,229,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  color: var(--muted);
  box-shadow: 0 12px 30px rgba(3,42,135,.08);
}

.notice-card svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--blue-600);
}

.notice-card p { margin: 0; }
.notice-card strong { color: var(--blue-950); }

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.program-card {
  position: relative;
  min-height: 286px;
  padding: 24px;
  overflow: hidden;
}

.program-card::after {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141,199,255,.44), transparent 66%);
  content: "";
  pointer-events: none;
}

.program-time {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.program-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border: 1px solid rgba(23,93,229,.14);
  border-radius: 18px;
  background: linear-gradient(145deg, white, var(--blue-100));
  color: var(--blue-700);
  box-shadow: 0 10px 24px rgba(3,42,135,.12);
}

.program-icon svg { width: 28px; height: 28px; }

.program-card h3 {
  margin-bottom: 8px;
  color: var(--blue-950);
  font-size: 1.25rem;
  letter-spacing: -.025em;
}

.program-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: .95rem;
}

.deep-sky-decor {
  opacity: .68;
  background-image:
    radial-gradient(circle at 10% 30%, white 0 1px, transparent 2px),
    radial-gradient(circle at 70% 20%, white 0 1px, transparent 2px),
    radial-gradient(circle at 55% 70%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    linear-gradient(120deg, transparent 30%, rgba(255,255,255,.08) 32%, transparent 34%);
  background-size: 100px 100px, 150px 150px, 170px 170px, auto;
}

.activity-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.raffle-card,
.performance-card,
.dance-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
}

.raffle-card {
  min-height: 520px;
  padding: 26px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.3), transparent 25%),
    linear-gradient(145deg, rgba(61,140,255,.94), rgba(201,200,255,.9) 58%, rgba(255,183,229,.72));
  color: var(--blue-950);
}

.sparkle-frame {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 26px;
  box-shadow: inset 0 0 28px rgba(255,255,255,.2);
}

.sparkle-frame::before,
.sparkle-frame::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 22px 7px rgba(255,255,255,.85);
  content: "";
}

.sparkle-frame::before { top: 18%; left: -4px; }
.sparkle-frame::after { bottom: 12%; right: -4px; }

.activity-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(6,29,112,.75);
  color: white;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.badge-soft {
  background: rgba(255,255,255,.16);
}

.raffle-visual {
  position: relative;
  height: 265px;
  margin-top: 24px;
}

.prize-box {
  position: absolute;
  display: grid;
  place-items: center;
  width: 155px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(231,245,255,.62));
  box-shadow: 0 22px 40px rgba(6,29,112,.22), inset 0 0 24px rgba(255,255,255,.72);
  transform: rotate(-8deg);
}

.prize-box::before,
.prize-box::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, var(--blue-500), var(--pink));
}

.prize-box::before { width: 24px; height: 100%; }
.prize-box::after { width: 100%; height: 24px; }
.prize-box span { position: relative; z-index: 2; color: var(--blue-950); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.prize-one { left: 5%; top: 28px; }
.prize-two { left: 37%; top: 2px; transform: rotate(6deg) scale(1.08); }
.prize-three { right: 3%; top: 48px; transform: rotate(11deg) scale(.92); }

.activity-copy {
  position: relative;
  z-index: 2;
  padding: 8px 4px 2px;
}

.activity-copy .eyebrow { color: var(--blue-950); }
.activity-copy h3,
.performance-copy h3,
.dance-card h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  letter-spacing: -.05em;
  line-height: 1.03;
}

.activity-copy p { color: rgba(6,29,112,.78); }

.performance-card {
  display: grid;
  grid-template-rows: 1.25fr .75fr;
  background: rgba(5,25,92,.8);
}

.performance-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: var(--blue-800);
}

.performance-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 66%;
  transform: scale(1.01);
}

.performance-visual svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
}

.performance-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(5,25,92,.85));
}

.stage-light {
  position: absolute;
  z-index: 2;
  top: -40%;
  width: 80px;
  height: 130%;
  background: linear-gradient(180deg, rgba(255,255,255,.66), transparent 70%);
  filter: blur(18px);
  transform-origin: top;
}

.stage-light-one { left: 20%; transform: rotate(18deg); }
.stage-light-two { right: 22%; transform: rotate(-20deg); }

.photo-replace-note,
.performance-photo-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  bottom: auto;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(4,20,80,.72);
  color: rgba(255,255,255,.92);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(10px);
}

.performance-copy {
  position: relative;
  z-index: 4;
  margin: -22px 16px 16px;
  padding: 24px;
}

.performance-copy p { color: rgba(255,255,255,.76); }
.performance-copy h3 {
  max-width: 17ch;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
  line-height: 1.02;
}
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; }

.mini-notice {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: .86rem;
}

.mini-notice svg { flex: 0 0 auto; width: 20px; height: 20px; }

.dance-card {
  grid-column: 1 / -1;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 15% 50%, rgba(255,183,229,.28), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(141,199,255,.28), transparent 30%),
    linear-gradient(120deg, rgba(4,20,80,.95), rgba(7,54,156,.88));
}

.dance-card::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  content: "";
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(300px) rotateX(58deg) scale(1.4);
  transform-origin: bottom;
  pointer-events: none;
}

.dance-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.dance-topline .eyebrow { color: var(--blue-300); }

.waveform {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 110px;
  margin: 22px 0;
}

.waveform span {
  width: 7px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, white, var(--blue-300), var(--pink));
  box-shadow: 0 0 16px rgba(141,199,255,.5);
  animation: wave 1.35s ease-in-out infinite alternate;
}

.waveform span:nth-child(3n) { height: 70px; animation-delay: -.4s; }
.waveform span:nth-child(4n) { height: 46px; animation-delay: -.8s; }
.waveform span:nth-child(5n) { height: 88px; animation-delay: -.2s; }
.waveform span:nth-child(7n) { height: 56px; animation-delay: -.6s; }

@keyframes wave {
  to { transform: scaleY(.48); opacity: .7; }
}

.song-cloud {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.song-cloud span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: .82rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.dance-details {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 22px auto 0;
  text-align: center;
}

.dance-details p { color: rgba(255,255,255,.75); }

.activity-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "performance dance"
    "raffle raffle";
  align-items: stretch;
  gap: 26px;
}

.performance-card { grid-area: performance; }
.dance-card { grid-area: dance; }
.raffle-card { grid-area: raffle; }

.raffle-card,
.performance-card,
.dance-card {
  height: 100%;
}

.raffle-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(300px, .95fr);
  align-items: center;
  gap: 14px 28px;
  padding: 30px;
}

.raffle-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  left: auto;
  z-index: 4;
}

.raffle-visual {
  order: 2;
  height: 250px;
  margin-top: 12px;
}

.activity-copy {
  order: 1;
  padding: 24px 6px 8px;
}

.activity-copy h3 {
  max-width: 12ch;
}

.performance-card {
  display: grid;
  grid-template-rows: 1.1fr auto;
  min-height: 470px;
}

.performance-photo-label {
  left: auto;
  right: 18px;
}

.badge-row-right {
  justify-content: flex-end;
}

.dance-card {
  grid-column: auto;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dance-topline {
  align-items: flex-start;
}

.dance-topline .activity-badge {
  align-self: flex-start;
}

.dance-details {
  max-width: 560px;
  margin: 18px auto 0;
}

.fanbase-section {
  background:
    radial-gradient(circle at 80% 5%, rgba(201,200,255,.38), transparent 24%),
    linear-gradient(180deg, #f9fdff, #edf8ff);
}

.fanbase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fanbase-card {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(23,93,229,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(3,42,135,.13);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fanbase-card:hover {
  transform: translateY(-7px) rotateX(1deg);
  box-shadow: 0 27px 58px rgba(3,42,135,.18);
}

.holo-edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: .7;
  background: linear-gradient(120deg, transparent 8%, rgba(141,199,255,.8), rgba(255,183,229,.7), rgba(255,255,255,.9), transparent 80%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.fanbase-poster {
  display: grid;
  place-items: center;
  min-height: 230px;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  text-align: center;
}

.fanbase-poster span {
  position: relative;
  z-index: 1;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.05;
  text-shadow: 0 7px 18px rgba(3,42,135,.4);
}

.poster-one {
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 25%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    linear-gradient(145deg, var(--blue-800), var(--blue-400), var(--lavender));
  background-size: 54px 54px, 72px 72px, auto;
}

.poster-two {
  background:
    linear-gradient(120deg, transparent 20%, rgba(255,255,255,.2) 22%, transparent 24%),
    radial-gradient(circle at 20% 80%, rgba(255,183,229,.55), transparent 30%),
    linear-gradient(145deg, #061d70, #175de5 58%, #8dc7ff);
}

.poster-three {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, var(--blue-500), var(--lavender) 55%, var(--pink));
}

.fanbase-content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 4px 14px;
}

.fanbase-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--blue-900), var(--blue-500));
  color: white;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(3,42,135,.2);
}

.fanbase-content h3 {
  margin: 2px 0 1px;
  color: var(--blue-950);
  font-size: 1.15rem;
}

.fanbase-content p,
.fanbase-card ul {
  color: var(--muted);
  font-size: .87rem;
}

.fanbase-content p { margin: 0; }
.fanbase-card ul { min-height: 114px; margin: 0 0 18px; padding-left: 22px; }
.fanbase-card li + li { margin-top: 5px; }
.fanbase-card .button { width: 100%; }

.booth-stars {
  opacity: .48;
  background-image:
    radial-gradient(circle, white 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 1.8px);
  background-size: 100px 100px, 150px 150px;
  background-position: 0 0, 50px 70px;
}

.booth-layout {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 24px;
  align-items: start;
}

.directory-panel,
.stamp-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-lg);
  background: rgba(5,27,101,.62);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}

.directory-panel { padding: 20px; }

.directory-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 8px 18px;
  color: rgba(255,255,255,.74);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.directory-head strong { color: white; }

.directory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.directory-item {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
}

.booth-number {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: white;
  color: var(--blue-900);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.directory-item h3 {
  margin: 18px 0 8px;
  color: white;
  font-size: 1.28rem;
}

.directory-item p {
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.stamp-card {
  padding: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,183,229,.18), transparent 24%),
    rgba(5,27,101,.72);
}

.stamp-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stamp-card-head > svg {
  width: 56px;
  height: 56px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  color: white;
}

.stamp-card .eyebrow { color: var(--blue-300); }
.stamp-card h3 { margin: 4px 0 0; font-size: 1.55rem; }
.stamp-card > p { margin-top: 20px; color: rgba(255,255,255,.72); }

.stamp-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.stamp-slots span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 2px dashed rgba(255,255,255,.46);
  border-radius: 50%;
  color: rgba(255,255,255,.68);
  font-weight: 900;
}

.stamp-slots span:last-child {
  border-style: solid;
  background: linear-gradient(145deg, var(--blue-300), var(--pink));
  color: var(--blue-950);
}

.reward-line {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.78);
  font-size: .86rem;
}

.reward-line strong { color: white; }

.merchant-section {
  background:
    radial-gradient(circle at 0% 40%, rgba(141,199,255,.25), transparent 28%),
    radial-gradient(circle at 100% 70%, rgba(201,200,255,.3), transparent 25%),
    linear-gradient(180deg, #f9fdff, #eef8ff);
}

.merchant-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.merchant-copy h2 { margin-top: 8px; }
.merchant-copy > p { color: var(--muted); font-size: 1.02rem; }

.merchant-benefits {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit svg {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  color: var(--blue-600);
}

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

.benefit strong {
  display: block;
  color: var(--blue-950);
}

.application-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
}

.application-note svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.application-note p { color: var(--muted); font-size: .88rem; }

.merchant-form {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(23,93,229,.15);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 60px rgba(3,42,135,.14);
}

.form-heading h3 {
  margin: 5px 0 24px;
  color: var(--blue-950);
  font-size: 1.6rem;
  letter-spacing: -.04em;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid label,
.checkbox-row {
  color: var(--blue-950);
  font-size: .84rem;
  font-weight: 800;
}

.field-full { grid-column: 1 / -1; }

.field-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.45;
}

input,
textarea,
select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(8,43,157,.2);
  border-radius: 14px;
  background: rgba(231,245,255,.55);
  color: var(--blue-950);
  outline: 0;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

input,
select {
  min-height: 50px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  min-height: 105px;
  padding: 13px 14px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue-600);
  background: white;
  box-shadow: 0 0 0 4px rgba(61,140,255,.12);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #c52f72;
  box-shadow: 0 0 0 4px rgba(197,47,114,.1);
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: var(--muted);
  font-weight: 600;
}

.checkbox-row input {
  flex: 0 0 auto;
  width: 19px;
  min-height: 19px;
  margin: 3px 0 0;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--blue-900);
  font-size: .86rem;
  font-weight: 750;
  text-align: center;
}

.shuttle-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(141,199,255,.58), transparent 30%),
    radial-gradient(circle at 15% 70%, rgba(201,200,255,.35), transparent 24%),
    linear-gradient(180deg, #082b9d 0%, #1767db 52%, #79c9ff 100%);
  color: white;
}

.shuttle-section::before {
  opacity: .56;
  background-image:
    radial-gradient(circle, white 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 2px);
  background-size: 105px 105px, 170px 170px;
  background-position: 0 0, 80px 45px;
}

.shuttle-sky { z-index: 0; }

.cloud-four {
  left: -10%;
  bottom: 3%;
  width: 520px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.36);
}

.cloud-four::before { width: 250px; height: 210px; left: 120px; top: -110px; }
.cloud-four::after { width: 270px; height: 150px; right: -80px; top: 0; }

.cloud-five {
  right: -12%;
  top: 18%;
  width: 480px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}

.cloud-five::before { width: 220px; height: 190px; left: 90px; top: -95px; }
.cloud-five::after { width: 250px; height: 150px; right: -60px; top: 0; }

.shuttle-glow {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 900px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.34), transparent 67%);
  filter: blur(22px);
  transform: translate(-50%, -50%);
}

.shuttle-board {
  position: relative;
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 38px;
  background: rgba(7,34,118,.62);
  box-shadow: 0 30px 80px rgba(2,18,76,.35);
  backdrop-filter: blur(20px) saturate(130%);
}

.shuttle-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.shuttle-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shuttle-brandline > svg {
  width: 58px;
  height: 58px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 18px;
  background: rgba(255,255,255,.12);
}

.shuttle-brandline .eyebrow { color: var(--blue-300); }
.shuttle-brandline h3 { margin: 3px 0 0; font-size: clamp(1.35rem, 3vw, 2.15rem); letter-spacing: -.045em; }

.service-note {
  max-width: 240px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.8);
  font-size: .78rem;
  font-weight: 750;
  text-align: center;
}

.route-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 58px;
}

.route-line {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 42px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, white, var(--blue-300), var(--lavender), white);
  box-shadow: 0 0 18px rgba(255,255,255,.55);
}

.animated-bus {
  position: absolute;
  left: 0;
  top: 50%;
  width: 48px;
  height: 38px;
  padding: 7px;
  border: 2px solid white;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--blue-900), var(--blue-500));
  color: white;
  box-shadow: 0 8px 24px rgba(2,18,76,.35), 0 0 22px rgba(255,255,255,.3);
  transform: translate(-50%, -50%);
  animation: busTrip 8s ease-in-out infinite;
}

.animated-bus svg { width: 100%; height: 100%; }

@keyframes busTrip {
  0%, 12% { left: 0%; }
  44%, 56% { left: 50%; }
  88%, 100% { left: 100%; }
}

.route-stop {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  min-height: 170px;
  padding: 25px 20px 20px;
}

.route-stop::before {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 7px solid white;
  border-radius: 50%;
  background: var(--blue-700);
  box-shadow: 0 0 0 2px var(--blue-300), 0 4px 16px rgba(2,18,76,.28);
  content: "";
  transform: translateX(-50%);
}

.stop-index {
  position: absolute;
  right: 15px;
  top: 13px;
  color: rgba(8,43,157,.22) !important;
  font-size: 1.45rem !important;
  font-weight: 900 !important;
}

.route-stop > svg {
  width: 31px;
  height: 31px;
  padding: 6px;
  border-radius: 10px;
  background: var(--blue-100);
}

.route-stop h4 {
  margin: 4px 0 2px;
  color: var(--blue-950);
  font-size: 1.18rem;
  line-height: 1.2;
}

.route-stop strong {
  color: var(--blue-700);
}

.shuttle-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.shuttle-support-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
  margin-top: 22px;
}

.telegram-card,
.booking-card {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 28px;
  background: rgba(7,34,118,.58);
  box-shadow: 0 24px 50px rgba(2,18,76,.26);
  backdrop-filter: blur(18px);
}

.telegram-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
}

.telegram-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(145deg, white, var(--blue-200));
  color: var(--blue-700);
  box-shadow: 0 10px 0 rgba(8,43,157,.2), 0 20px 35px rgba(2,18,76,.25);
}

.telegram-icon svg { width: 38px; height: 38px; }
.telegram-card .eyebrow, .booking-card .eyebrow { color: var(--blue-300); }
.telegram-card h3, .booking-card h3 { margin: 4px 0 7px; font-size: 1.35rem; }
.telegram-card p, .booking-card p { color: rgba(255,255,255,.72); font-size: .91rem; }
.text-link-light { padding: 0; color: white; min-height: 36px; }

.booking-card { padding: 24px; }
.booking-card .button { margin-top: 12px; }

.accordion {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 22px;
  background: rgba(7,34,118,.62);
  backdrop-filter: blur(16px);
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 15px 20px;
  border: 0;
  background: transparent;
  color: white;
  font-weight: 850;
  text-align: left;
}

.accordion-trigger > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-trigger svg { width: 22px; height: 22px; }
.accordion-chevron { transition: transform var(--transition); }
.accordion-trigger[aria-expanded="true"] .accordion-chevron { transform: rotate(180deg); }

.accordion-panel {
  padding: 0 24px 22px 56px;
  color: rgba(255,255,255,.76);
}

.accordion-panel ul { margin: 0; padding-left: 18px; }
.accordion-panel li + li { margin-top: 7px; }

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0 24px;
  background: linear-gradient(180deg, #03103d, #020822);
  color: white;
}

.footer-glow {
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(61,140,255,.22), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(201,200,255,.18), transparent 25%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .65fr .85fr;
  gap: 42px;
}

.organizer-lockup-footer {
  justify-content: flex-start;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.footer-grid > div:first-child > p {
  max-width: 470px;
  margin-top: 22px;
  color: rgba(255,255,255,.64);
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: white;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid > div > p {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: .88rem;
}

.footer-grid a {
  min-height: 34px;
  text-decoration: none;
}

.footer-grid a:hover { color: white; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.48);
  font-size: .8rem;
}

.footer-bottom a { color: rgba(255,255,255,.72); }

.site-dialog {
  width: min(680px, calc(100% - 30px));
  max-height: min(80vh, 760px);
  padding: clamp(24px, 5vw, 42px);
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(201,200,255,.44), transparent 25%),
    white;
  color: var(--blue-950);
  box-shadow: 0 40px 100px rgba(2,18,76,.45);
}

.site-dialog::backdrop {
  background: rgba(2,8,34,.72);
  backdrop-filter: blur(8px);
}

.site-dialog h2 {
  margin: 6px 0 20px;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  letter-spacing: -.05em;
}

.site-dialog ol,
.site-dialog p { color: var(--muted); }
.site-dialog li + li { margin-top: 10px; }
.dialog-note { margin-top: 22px; padding: 14px; border-radius: 14px; background: var(--blue-100); color: var(--blue-900) !important; font-size: .88rem; }

.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(8,43,157,.15);
  border-radius: 14px;
  background: white;
  color: var(--blue-900);
  font-size: 1.7rem;
  line-height: 1;
}

.schedule-table {
  overflow: hidden;
  border: 1px solid rgba(8,43,157,.12);
  border-radius: 18px;
}

.schedule-row {
  display: grid;
  grid-template-columns: .7fr 1.3fr 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(8,43,157,.08);
  color: var(--muted);
}

.schedule-row:last-child { border-bottom: 0; }
.schedule-header { background: var(--blue-100); color: var(--blue-900); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.schedule-row strong { color: var(--blue-900); }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .site-nav a:not(.nav-cta) { padding-inline: 9px; font-size: .82rem; }
  .event-facts { grid-template-columns: repeat(2, 1fr); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .fanbase-grid { grid-template-columns: repeat(2, 1fr); }
  .fanbase-card:last-child { grid-column: 1 / -1; max-width: 560px; width: 100%; justify-self: center; }
  .booth-layout { grid-template-columns: 1fr; }
  .stamp-card { max-width: 620px; width: 100%; justify-self: center; }
  .stamp-slots { grid-template-columns: repeat(6, 1fr); }
  .merchant-layout { grid-template-columns: 1fr; }
  .merchant-copy { max-width: 760px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 30px, 720px); }

  .site-header { top: 10px; width: calc(100% - 20px); padding-left: 14px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 20px;
    background: rgba(4,28,103,.96);
    box-shadow: 0 24px 50px rgba(2,18,76,.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { width: 100%; }
  .site-nav .nav-cta { margin-left: 0; margin-top: 4px; }

  .hero { padding-top: 120px; }
  .hero-title-main { font-size: clamp(4.2rem, 18vw, 7.4rem); }
  .hero-title-sub { font-size: clamp(2.1rem, 10vw, 4rem); }
  .wing { opacity: .28; }

  .activity-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "performance"
      "dance"
      "raffle";
  }
  .performance-card { grid-template-rows: auto auto; min-height: 0; }
  .dance-card { min-height: 0; }
  .raffle-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 20px;
  }
  .raffle-visual { order: 1; margin-top: 26px; }
  .activity-copy { order: 2; padding-top: 0; }
  .performance-visual { min-height: 360px; }

  .route-map { grid-template-columns: 1fr; gap: 20px; padding-top: 20px; }
  .route-line { left: 30px; top: 68px; bottom: 68px; width: 5px; height: auto; }
  .animated-bus { top: 0; left: 50%; animation: busTripVertical 8s ease-in-out infinite; }
  @keyframes busTripVertical {
    0%, 12% { top: 0%; }
    44%, 56% { top: 50%; }
    88%, 100% { top: 100%; }
  }
  .route-stop { padding-left: 58px; }
  .route-stop::before { left: 30px; top: 50%; transform: translate(-50%, -50%); }
  .shuttle-support-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }

  .hero { padding-top: 112px; padding-bottom: 72px; }
  .organizer-lockup { gap: 8px; padding-inline: 11px; }
  .mini-logo { font-size: .68rem; }
  .event-kicker { font-size: .67rem; letter-spacing: .11em; }
  .hero-message { margin-top: 26px; padding: 18px; border-radius: 20px; }
  .hero-message p { font-size: .9rem; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }

  .event-facts { gap: 11px; margin-top: 34px; }
  .fact-card { min-height: 122px; flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px; }
  .fact-card > svg { width: 28px; height: 28px; }
  .fact-card strong { font-size: .82rem; }

  .hero-route { padding: 16px; }
  .route-preview-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .route-preview-head a { font-size: .8rem; }
  .mini-route { gap: 8px; }
  .mini-stop span { font-size: .6rem; }
  .mini-stop strong { font-size: .78rem; }
  .route-track { left: 16%; right: 16%; }

  .section-inner { padding-top: 76px; padding-bottom: 76px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .merchant-copy h2 { font-size: 2.3rem; }
  .section-heading p { font-size: .92rem; }

  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 245px; }
  .notice-card { align-items: flex-start; }

  .raffle-card { min-height: auto; padding: 20px; }
  .raffle-badge { top: 14px; right: 14px; }
  .raffle-visual { height: 220px; }
  .prize-box { width: 120px; border-radius: 20px; }
  .prize-two { left: 35%; }
  .activity-copy h3, .performance-copy h3, .dance-card h3 { font-size: 1.85rem; }
  .performance-visual { min-height: 280px; }
  .performance-photo { object-position: 60% 66%; }
  .performance-photo-label { top: 14px; left: 14px; }
  .performance-copy { margin: -14px 10px 10px; padding: 20px; }
  .dance-topline { flex-direction: column; }
  .waveform { gap: 5px; overflow: hidden; }
  .waveform span { width: 5px; }

  .fanbase-grid { grid-template-columns: 1fr; }
  .fanbase-card:last-child { grid-column: auto; max-width: none; }
  .fanbase-card ul { min-height: 0; }

  .directory-grid { grid-template-columns: 1fr; }
  .directory-item { min-height: auto; }
  .stamp-slots { grid-template-columns: repeat(3, 1fr); }

  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }

  .shuttle-board-head { align-items: flex-start; flex-direction: column; }
  .service-note { max-width: none; }
  .shuttle-brandline > svg { width: 50px; height: 50px; }
  .route-stop { min-height: 145px; }
  .telegram-card { align-items: flex-start; flex-direction: column; }
  .accordion-panel { padding-left: 24px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .schedule-row { grid-template-columns: 1fr; gap: 2px; }
  .schedule-header { display: none; }
  .schedule-row span:last-child { font-size: .78rem; }
}

@media (max-width: 390px) {
  .hero-title-main { font-size: 4.05rem; letter-spacing: .035em; }
  .hero-title-sub { font-size: 2.1rem; }
  .mini-logo { font-size: .61rem; }
  .brand-x { font-size: .75rem; }
  .event-facts { grid-template-columns: 1fr; }
  .fact-card { min-height: 92px; flex-direction: row; align-items: center; }
  .route-preview-head h2 { font-size: 1rem; }
  .mini-stop strong { font-size: .7rem; }
  .prize-box { width: 104px; }
  .prize-one { left: 0; }
  .prize-two { left: 33%; }
  .prize-three { right: 0; }
}

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


/* =========================================================
   JULY 2026 HERO + PROGRAM UPDATE
   ========================================================= */
.hero-photo-backdrop {
  position: absolute;
  z-index: -5;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 25%, rgba(155, 222, 255, .55), transparent 34%),
    radial-gradient(circle at 18% 60%, rgba(202, 198, 255, .34), transparent 27%),
    radial-gradient(circle at 82% 48%, rgba(69, 143, 255, .38), transparent 30%),
    linear-gradient(180deg, rgba(3, 24, 91, .50) 0%, rgba(13, 74, 190, .28) 44%, rgba(110, 200, 255, .16) 76%, rgba(223, 247, 255, .26) 100%),
    linear-gradient(135deg, #0636aa 0%, #1475e8 43%, #72c6ff 76%, #dff7ff 100%);
  opacity: .45;
  filter: saturate(1.12) contrast(1.03);
  transform: scale(1.025);
}

.hero-motion {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .24;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: saturate(1.12) contrast(1.04);
}

.hero-photo-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 28%, transparent 0 22%, rgba(4, 30, 111, .16) 48%, rgba(3, 22, 82, .44) 100%),
    linear-gradient(180deg, rgba(7, 32, 118, .05), rgba(7, 32, 118, .30));
}

.hero-sky {
  z-index: -1;
}

.hero-actions .button {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, .44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 13px 32px rgba(8, 40, 143, .24),
    0 0 26px rgba(176, 214, 255, .20);
  backdrop-filter: blur(14px) saturate(135%);
}

.hero-actions .button:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .86),
    0 18px 38px rgba(8, 40, 143, .30),
    0 0 34px rgba(205, 209, 255, .38);
}

.hero-actions .button-primary {
  background: linear-gradient(135deg, rgba(9, 57, 186, .96), rgba(55, 134, 255, .94) 58%, rgba(168, 198, 255, .93));
}

.hero-actions .button-secondary {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(231,241,255,.94) 52%, rgba(221,216,255,.94));
  color: #06216f;
}

.button-tertiary {
  background: linear-gradient(135deg, rgba(40, 86, 205, .72), rgba(143, 121, 235, .72));
  color: #fff;
}

.button-tertiary span {
  transition: transform var(--transition);
}

.button-tertiary:hover span {
  transform: translateX(4px);
}

.event-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
}

.fact-card {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(234,244,255,.88));
  backdrop-filter: blur(15px) saturate(135%);
}

.program-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(172, 185, 255, .34), transparent 27%),
    radial-gradient(circle at 12% 62%, rgba(105, 195, 255, .22), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #edf7ff 54%, #e7eeff 100%);
}

.program-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    radial-gradient(circle at 8% 18%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 78% 12%, rgba(71,124,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 94% 56%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 22% 78%, rgba(116,164,255,.65) 0 1px, transparent 2px),
    linear-gradient(116deg, transparent 0 47%, rgba(255,255,255,.58) 48%, transparent 49%);
  background-size: 160px 160px, 120px 120px, 190px 190px, 145px 145px, 100% 100%;
}

.program-section .section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: start;
  gap: clamp(26px, 4vw, 52px);
}

.program-timeline {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 26px;
}

.program-timeline::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 9px;
  width: 3px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(180deg, #1765ed, #78bfff 50%, #b9a8ff);
  box-shadow: 0 0 18px rgba(55, 125, 255, .45);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(128px, .38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(60, 116, 225, .16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(240,247,255,.84));
  box-shadow: 0 14px 34px rgba(14, 61, 151, .10), inset 0 1px 0 rgba(255,255,255,.96);
  overflow: visible;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.timeline-item::before {
  position: absolute;
  top: 24px;
  left: -25px;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  content: "";
  background: #2c77f4;
  box-shadow: 0 0 0 2px rgba(53, 123, 244, .36), 0 0 18px rgba(53, 123, 244, .68);
}

.timeline-item:hover {
  transform: translateY(-3px) translateX(3px);
  border-color: rgba(76, 126, 236, .34);
  box-shadow: 0 20px 44px rgba(14, 61, 151, .15), inset 0 1px 0 #fff;
}

.timeline-item time {
  align-self: start;
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(68, 121, 232, .14);
  border-radius: 999px;
  background: linear-gradient(135deg, #e9f4ff, #ece8ff);
  color: #0a3da8;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
}

.timeline-copy h3 {
  margin: 0 0 4px;
  color: var(--blue-950);
  font-size: 1rem;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.timeline-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .91rem;
  line-height: 1.55;
}

.timeline-copy strong {
  color: var(--blue-900);
}

.timeline-label {
  display: inline-block;
  margin-bottom: 6px;
  color: #7055dc;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.timeline-feature {
  border-color: rgba(122, 91, 226, .30);
  background:
    radial-gradient(circle at 92% 14%, rgba(255,255,255,.92), transparent 20%),
    linear-gradient(135deg, rgba(234,244,255,.98), rgba(234,226,255,.94));
  box-shadow: 0 18px 42px rgba(91, 73, 196, .17), inset 0 1px 0 #fff;
}

.timeline-feature::before {
  background: #8c6be9;
  box-shadow: 0 0 0 2px rgba(140,107,233,.30), 0 0 22px rgba(140,107,233,.75);
}

.timeline-cleanup {
  background: linear-gradient(145deg, rgba(247,250,255,.94), rgba(232,238,250,.88));
}

.program-visual-panel {
  position: sticky;
  top: 112px;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 34px;
  background: linear-gradient(155deg, #08267c, #1b5dd6 46%, #9d91ef);
  box-shadow:
    0 28px 70px rgba(4, 31, 111, .28),
    0 0 42px rgba(112, 165, 255, .25),
    inset 0 1px 0 rgba(255,255,255,.72);
  isolation: isolate;
}

.program-visual-panel::before {
  position: absolute;
  z-index: 3;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 26px;
  content: "";
  pointer-events: none;
}

.program-visual-panel img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(1.08) contrast(1.04);
}

.program-image-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,17,74,.10) 0 48%, rgba(3,18,74,.80) 82%, rgba(2,15,63,.96) 100%),
    linear-gradient(90deg, rgba(8,31,110,.24), transparent 40% 70%, rgba(50,30,124,.24));
}

.program-beam {
  position: absolute;
  z-index: 1;
  top: -18%;
  width: 34%;
  height: 88%;
  opacity: .35;
  filter: blur(3px);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(109,188,255,.13) 70%, transparent);
  clip-path: polygon(44% 0, 60% 0, 100% 100%, 0 100%);
  transform-origin: top;
}

.beam-left { left: 4%; transform: rotate(-11deg); }
.beam-right { right: 4%; transform: rotate(12deg); }

.program-spark {
  position: absolute;
  z-index: 4;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px 7px rgba(255,255,255,.84);
  animation: twinkle 3.2s ease-in-out infinite;
}

.program-spark::before,
.program-spark::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: rgba(255,255,255,.92);
  transform: translate(-50%, -50%);
}

.program-spark::before { width: 44px; height: 1px; }
.program-spark::after { width: 1px; height: 44px; }
.program-spark-one { top: 14%; left: 12%; }
.program-spark-two { top: 27%; right: 13%; animation-delay: 1.1s; transform: scale(.72); }
.program-spark-three { bottom: 28%; left: 18%; animation-delay: 2s; transform: scale(.55); }

.program-crowd {
  position: absolute;
  z-index: 2;
  left: -3%;
  right: -3%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 126px;
  opacity: .52;
  filter: blur(.2px);
}

.program-crowd i {
  position: relative;
  width: 34px;
  height: 82px;
  border-radius: 50% 50% 20% 20%;
  background: #041548;
  box-shadow: 0 22px 0 8px #041548;
}

.program-crowd i:nth-child(2n) { height: 64px; transform: translateY(15px); }
.program-crowd i:nth-child(3n) { height: 92px; }
.program-crowd i::before {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "";
  background: #041548;
  transform: translateX(-50%);
}
.program-crowd i::after {
  position: absolute;
  top: -62px;
  left: 50%;
  width: 5px;
  height: 42px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(#fff, #7fbfff 55%, #9177ed);
  box-shadow: 0 0 16px rgba(141,199,255,.82);
  transform: rotate(-12deg);
}

.program-visual-copy {
  position: absolute;
  z-index: 5;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: #fff;
  text-shadow: 0 8px 24px rgba(1,13,58,.64);
}

.program-visual-copy span {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 999px;
  background: rgba(7,33,118,.44);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.program-visual-copy strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  letter-spacing: -.055em;
  line-height: .96;
}

.program-visual-copy p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
}

@media (max-width: 1040px) {
  .program-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 28px;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .program-visual-panel { min-height: 620px; }
}

@media (max-width: 860px) {
  .event-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .program-layout { grid-template-columns: 1fr; }
  .program-visual-panel {
    position: relative;
    top: auto;
    order: -1;
    min-height: 500px;
  }
  .timeline-item { grid-template-columns: minmax(126px, .35fr) 1fr; }
}

@media (max-width: 640px) {
  .hero-photo-backdrop {
    background-position: center 18%, center;
    opacity: .38;
  }
  .hero-actions .button { width: 100%; }
  .event-facts { grid-template-columns: 1fr; }
  .fact-card {
    min-height: 92px;
    flex-direction: row;
    align-items: center;
  }
  .program-layout { gap: 26px; }
  .program-visual-panel {
    min-height: 410px;
    border-radius: 26px;
  }
  .program-visual-panel::before { border-radius: 19px; }
  .program-visual-panel img {
    object-fit: cover;
    object-position: center top;
  }
  .program-visual-copy { right: 24px; bottom: 24px; left: 24px; }
  .program-visual-copy strong { font-size: 2.25rem; }
  .program-timeline { padding-left: 22px; }
  .program-timeline::before { left: 7px; }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 17px;
    border-radius: 19px;
  }
  .timeline-item::before { left: -22px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motion { display: none; }
}


/* Optical centering for hero partner logos and title artwork */
.hero-partners {
  width: 100%;
  margin-inline: auto;
}

.hero-partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  margin-inline: auto;
}

.partner-logo {
  flex: 0 0 auto;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.partner-logo-metlive,
.partner-logo-fob {
  height: 68px;
  max-width: none;
  max-height: none;
}

.hero-title-image-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}

.hero-title-graphic-heading {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}

.hero-title-graphic {
  display: block;
  width: min(100%, 1100px);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 34px rgba(4, 34, 119, .28));
}

@media (max-width: 640px) {
  .hero-partners-logos { gap: 8px; }
  .partner-logo-metlive,
  .partner-logo-fob { height: 48px; }
  .hero-title-graphic { width: min(100%, 760px); }
}


/* =========================================================
   PARTICIPATING FANBASES â€” CONTINUOUS MARQUEE
   ========================================================= */
.fanbase-marquee {
  position: relative;
  z-index: 8;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(5, 43, 140, .2);
  background:
    linear-gradient(90deg, rgba(255,255,255,.14), transparent 18% 82%, rgba(255,255,255,.14)),
    linear-gradient(100deg, #42d9ec 0%, #3abbd9 42%, #668eff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .48),
    inset 0 -1px 0 rgba(6, 54, 153, .16),
    0 14px 36px rgba(4, 40, 128, .16);
  color: white;
}

.fanbase-marquee::before,
.fanbase-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(28px, 7vw, 120px);
  content: "";
  pointer-events: none;
}

.fanbase-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(52, 190, 218, .98), transparent);
}

.fanbase-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(98, 143, 252, .98), transparent);
}

.fanbase-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: fanbase-marquee-scroll 58s linear infinite;
}

.fanbase-marquee:hover .fanbase-marquee-track {
  animation-play-state: paused;
}

.fanbase-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: max-content;
  padding: 17px 0;
}

.fanbase-marquee-item {
  display: inline-flex;
  align-items: center;
  margin-inline: clamp(16px, 2vw, 30px);
  color: #fff;
  font-size: clamp(.82rem, 1.25vw, 1.08rem);
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-shadow: 0 3px 14px rgba(4, 38, 123, .34);
  white-space: nowrap;
}

.fanbase-marquee-separator {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, .98);
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 255, 255, .8);
  transform: rotate(12deg);
}

@keyframes fanbase-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 640px) {
  .fanbase-marquee-group { padding-block: 14px; }
  .fanbase-marquee-item {
    margin-inline: 16px;
    font-size: .78rem;
    letter-spacing: .045em;
  }
  .fanbase-marquee-separator {
    width: 19px;
    height: 19px;
    font-size: .82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fanbase-marquee {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .fanbase-marquee-track {
    animation: none;
    transform: none;
  }
  .fanbase-marquee-group[aria-hidden="true"] { display: none; }
}


/* =========================================================
   HERO PARTNERSHIP LOCKUP â€” bright, premium, no black text
   ========================================================= */
.hero-partners {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-inline: auto;
  color: #ffffff;
  text-align: center;
}

.hero-partners-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: clamp(.68rem, 1.25vw, .78rem);
  font-weight: 900;
  letter-spacing: .23em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 15px rgba(3, 31, 110, .72);
}

.hero-partners-label::before,
.hero-partners-label::after {
  width: clamp(30px, 5vw, 58px);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95));
  box-shadow: 0 0 10px rgba(255, 255, 255, .48);
  content: "";
}

.hero-partners-label::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .95), transparent);
}

.hero-partners-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  gap: 16px;
  margin-inline: auto;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    0 12px 34px rgba(3, 31, 110, .14);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.partner-logo {
  filter: drop-shadow(0 7px 14px rgba(2, 28, 98, .26));
}

@media (max-width: 640px) {
  .hero-partners { gap: 9px; }
  .hero-partners-label { letter-spacing: .16em; }
  .hero-partners-label::before,
  .hero-partners-label::after { width: 24px; }
  .hero-partners-logos {
    gap: 10px;
    padding: 7px 12px;
    border-radius: 19px;
  }
}


/* =========================================================
   COMPACT HERO + CLEAN PARTNERSHIP TYPOGRAPHY
   ========================================================= */
.hero {
  min-height: auto;
  padding: clamp(94px, 9vw, 112px) 0 clamp(46px, 5vw, 60px);
}

.hero-inner {
  width: min(1040px, calc(100% - 40px));
}

.hero-partners {
  gap: 8px;
  margin-bottom: 0;
}

.hero-partners-label {
  gap: 0;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(5, 47, 148, .28);
  color: rgba(255, 255, 255, .96);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(.68rem, .82vw, .78rem);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(4, 30, 104, .42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-partners-label::before,
.hero-partners-label::after {
  display: none;
}

.hero-partners-logos {
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.partner-logo-metlive {
  height: 50px;
}

.partner-logo-fob {
  height: 54px;
}

.hero-title-wrap {
  margin-top: 10px;
}

.hero-title-graphic {
  width: min(100%, 760px);
}

.hero-message {
  width: min(760px, 100%);
  margin-top: 14px;
  padding: 0 16px;
}

.hero-message .hero-tagline {
  margin-bottom: 5px;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-message p {
  font-size: clamp(.9rem, 1.3vw, 1rem);
  line-height: 1.58;
}

.hero-actions {
  gap: 11px;
  margin-top: 18px;
}

.hero-actions .button {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 14px;
  font-size: .9rem;
}

.event-facts {
  max-width: 900px;
  gap: 14px;
  margin-top: 28px;
}

.fact-card {
  min-height: 94px;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 24px;
}

.fact-card > svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
}

.fact-card span {
  font-size: .72rem;
}

.fact-card strong {
  font-size: clamp(.92rem, 1.15vw, 1.06rem);
}

@media (max-width: 860px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 44px;
  }

  .hero-title-graphic {
    width: min(100%, 680px);
  }

  .event-facts {
    gap: 10px;
  }

  .fact-card {
    min-height: 86px;
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 88px 0 34px;
  }

  .hero-inner {
    width: min(100% - 28px, 1040px);
  }

  .site-brand-logo {
    width: min(160px, 44vw);
    max-height: 38px;
  }

  .hero-partners {
    gap: 7px;
  }

  .hero-partners-label {
    padding: 6px 10px;
    font-size: .62rem;
    letter-spacing: .1em;
  }

  .hero-partners-logos {
    gap: 8px;
  }

  .partner-logo-metlive {
    height: 42px;
  }

  .partner-logo-fob {
    height: 46px;
  }

  .hero-title-wrap {
    margin-top: 8px;
  }

  .hero-title-graphic {
    width: min(100%, 520px);
  }

  .hero-message {
    margin-top: 10px;
    padding-inline: 4px;
  }

  .hero-message .hero-tagline {
    font-size: 1rem;
  }

  .hero-message p {
    font-size: .86rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 14px;
  }

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

  .fact-card {
    min-height: 80px;
    padding: 13px 14px;
  }

  .fact-card > svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}

/* Program timeline time alignment fix */
.timeline-item {
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: center;
}

.timeline-item time {
  align-self: center;
  justify-content: center;
  width: 164px;
  min-width: 164px;
  max-width: 164px;
  white-space: nowrap;
  text-align: center;
  font-size: .72rem;
  letter-spacing: .015em;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1040px) {
  .timeline-item {
    grid-template-columns: 164px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .timeline-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .timeline-item time {
    width: 164px;
    min-width: 164px;
    max-width: 164px;
    align-self: start;
  }
}

@media (max-width: 380px) {
  .timeline-item time {
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    font-size: .68rem;
  }
}


/* Program sidebar: fill the unused right-column space with useful event info */
.program-side {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.program-side .program-visual-panel {
  position: relative;
  top: auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 707 / 1000;
  border-radius: 30px;
  background: #eaf7ff;
}

.program-side .program-visual-panel::before {
  inset: 8px;
  border-radius: 22px;
}

.program-side .program-visual-panel img {
  z-index: 0;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.program-side-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.program-side-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(67, 121, 230, .16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,245,255,.90));
  box-shadow: 0 14px 32px rgba(14, 61, 151, .10), inset 0 1px 0 rgba(255,255,255,.98);
}

.program-side-card-wide {
  grid-column: 1 / -1;
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.92), transparent 22%),
    linear-gradient(135deg, rgba(229,245,255,.98), rgba(237,230,255,.94));
}

.program-side-card-accent {
  border-color: rgba(121, 91, 226, .22);
  background: linear-gradient(145deg, rgba(242,247,255,.98), rgba(238,230,255,.92));
}

.program-side-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(72, 126, 235, .16);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #e8f2ff);
  color: #1765ed;
  box-shadow: 0 8px 20px rgba(29, 91, 205, .12);
}

.program-side-card-accent .program-side-icon {
  color: #7356d7;
  background: linear-gradient(145deg, #fff, #eee9ff);
}

.program-side-icon svg {
  width: 21px;
  height: 21px;
}

.program-side-card > div {
  min-width: 0;
}

.program-side-kicker {
  display: block;
  margin-bottom: 4px;
  color: #2c67c8;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.program-side-card strong {
  display: block;
  color: var(--blue-950);
  font-size: .88rem;
  line-height: 1.35;
}

.program-side-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .program-side-cards {
    grid-template-columns: 1fr;
  }

  .program-side-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .program-side {
    position: relative;
    top: auto;
    order: -1;
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .program-side-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-side-card-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .program-side-cards {
    grid-template-columns: 1fr;
  }

  .program-side-card-wide {
    grid-column: auto;
  }

  .program-side-card {
    padding: 14px;
  }
}


/* Updated SPARKS shuttle schedule */
.shuttle-board-head-centered {
  justify-content: center;
  text-align: center;
}

.shuttle-brandline-centered {
  justify-content: center;
}

.route-map-with-top-bus {
  padding-top: 86px;
}

.route-map-with-top-bus .route-line {
  top: 60px;
}

.route-bus-top {
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 52px;
  padding: 10px;
  border: 3px solid white;
  border-radius: 16px;
  background: linear-gradient(145deg, #0b2d9b, #2b7eff);
  color: white;
  box-shadow: 0 12px 30px rgba(2,18,76,.35), 0 0 0 5px rgba(141,199,255,.34), 0 0 26px rgba(255,255,255,.4);
  transform: translateX(-50%);
}

.route-bus-top svg {
  width: 100%;
  height: 100%;
}

.route-map-with-top-bus .route-stop::before {
  top: -34px;
}

.shuttle-trip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.shuttle-trip-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  color: var(--blue-950);
  box-shadow: 0 20px 45px rgba(2,18,76,.23);
}

.shuttle-trip-head {
  min-height: 118px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(8,43,157,.98), rgba(36,114,240,.9));
  color: white;
}

.shuttle-trip-head span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--blue-200);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.shuttle-trip-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  letter-spacing: -.04em;
  line-height: 1.12;
}

.shuttle-trip-body {
  padding: 22px 24px 24px;
}

.after-concert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.after-concert-grid .concert-return-note {
  height: 100%;
  margin: 0;
}

.note-day {
  display: inline-block;
  margin-bottom: 5px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .72;
}

.no-booking-banner {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(231,245,255,.92));
  color: var(--blue-950);
  box-shadow: 0 16px 34px rgba(2,18,76,.18);
}

.no-booking-banner svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: var(--blue-700);
}

.no-booking-banner strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.no-booking-banner p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.shuttle-support-grid-single {
  grid-template-columns: 1fr;
}

.shuttle-support-grid-single .telegram-card {
  max-width: none;
}

.shuttle-days-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.shuttle-day-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  color: var(--blue-950);
  box-shadow: 0 20px 45px rgba(2,18,76,.23);
}

.shuttle-day-head {
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(8,43,157,.98), rgba(36,114,240,.9));
  color: white;
}

.shuttle-day-head span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--blue-200);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shuttle-day-head h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: -.04em;
}

.schedule-block {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(23,93,229,.12);
}

.schedule-block h4 {
  margin: 0 0 14px;
  color: var(--blue-900);
  font-size: 1rem;
  letter-spacing: -.02em;
}

.schedule-note {
  margin: -3px 0 14px;
  padding: 11px 13px;
  border-left: 4px solid var(--blue-500);
  border-radius: 10px;
  background: var(--blue-100);
  color: var(--muted);
  font-size: .88rem;
}

.schedule-list {
  display: grid;
  gap: 10px;
}

.schedule-entry {
  display: grid;
  grid-template-columns: minmax(112px, 145px) 1fr;
  align-items: start;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(23,93,229,.12);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f5f9ff);
}

.schedule-entry time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(23,93,229,.2);
  border-radius: 999px;
  background: #eef4ff;
  color: var(--blue-900);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.schedule-entry p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.schedule-entry.is-final {
  border-color: rgba(255,183,229,.5);
  background: linear-gradient(135deg, rgba(231,245,255,.95), rgba(255,235,248,.9));
}

.concert-return-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 24px 24px;
  padding: 16px;
  border-radius: 18px;
}

.concert-return-note > svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.concert-return-note strong {
  display: block;
  margin-bottom: 4px;
}

.concert-return-note p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.concert-return-note.no-return {
  border: 1px solid rgba(202,60,83,.2);
  background: rgba(255,236,240,.95);
  color: #812238;
}

.concert-return-note.has-return {
  border: 1px solid rgba(23,93,229,.16);
  background: rgba(231,245,255,.95);
  color: var(--blue-950);
}

.return-route {
  margin-top: 8px !important;
  color: var(--blue-800);
}

.shuttle-ready-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.92);
}

.shuttle-ready-note svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.shuttle-ready-note p {
  margin: 0;
}

@media (max-width: 900px) {
  .shuttle-trip-grid,
  .after-concert-grid {
    grid-template-columns: 1fr;
  }

  .shuttle-days-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .route-map-with-top-bus {
    padding-top: 92px;
  }

  .route-map-with-top-bus .route-line {
    top: 92px;
  }

  .route-bus-top {
    top: 16px;
  }

  .route-map-with-top-bus .route-stop::before {
    top: 50%;
  }

  .schedule-entry {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .schedule-entry time {
    justify-self: start;
    min-width: 130px;
  }
}

@media (max-width: 520px) {
  .shuttle-trip-head,
  .shuttle-trip-body {
    padding-right: 18px;
    padding-left: 18px;
  }

  .no-booking-banner {
    padding: 15px;
  }

  .shuttle-day-head,
  .schedule-block {
    padding-right: 18px;
    padding-left: 18px;
  }

  .concert-return-note {
    margin-right: 18px;
    margin-left: 18px;
  }

  .route-bus-top {
    width: 56px;
    height: 48px;
  }
}


/* Dedicated merchant application page */
.merchant-page {
  background: #edf6ff;
}

.merchant-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 150px 0 92px;
  background:
    radial-gradient(circle at 16% 25%, rgba(140, 199, 255, .42), transparent 28%),
    radial-gradient(circle at 84% 28%, rgba(255, 183, 229, .28), transparent 25%),
    linear-gradient(145deg, #061d70, #0b43bd 55%, #2472f0);
  color: white;
}

.merchant-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .55;
  background-image:
    radial-gradient(circle at 10% 20%, white 0 1px, transparent 1.8px),
    radial-gradient(circle at 70% 18%, white 0 1.2px, transparent 2px),
    radial-gradient(circle at 82% 66%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    linear-gradient(120deg, transparent 38%, rgba(255,255,255,.08) 42%, transparent 46%);
  background-size: 105px 105px, 150px 150px, 180px 180px, auto;
}

.merchant-page-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.merchant-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.merchant-page-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #d9ecff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.merchant-page-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: white;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  letter-spacing: -.065em;
  line-height: .98;
  text-shadow: 0 12px 38px rgba(1, 18, 75, .42);
}

.merchant-page-hero-copy > p {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.merchant-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.merchant-event-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 26px 70px rgba(1, 18, 75, .34);
  backdrop-filter: blur(20px) saturate(140%);
}

.merchant-event-card > img {
  width: min(100%, 390px);
  margin: 0 auto 26px;
  filter: drop-shadow(0 12px 30px rgba(1,18,75,.34));
}

.merchant-event-facts {
  display: grid;
  gap: 12px;
}

.merchant-event-facts > div {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(4, 28, 103, .34);
}

.merchant-event-facts span {
  color: #bfe2ff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.merchant-event-facts strong {
  color: white;
  font-size: .94rem;
}

.merchant-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: 28px;
}

.merchant-role-card,
.merchant-category-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(23,93,229,.14);
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 55px rgba(3,42,135,.12);
}

.merchant-role-card h2,
.merchant-category-card h2,
.merchant-application-intro h2 {
  margin: 9px 0 14px;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -.055em;
  line-height: 1.05;
}

.merchant-role-card > p,
.merchant-category-card > p,
.merchant-application-intro > p {
  color: var(--muted);
}

.merchant-role-points {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.merchant-role-points > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5faff, #eaf4ff);
}

.merchant-role-points > div > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--blue-700);
  color: white;
  font-size: .78rem;
  font-weight: 900;
}

.merchant-role-points p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

.merchant-role-points strong {
  display: block;
  margin-bottom: 2px;
  color: var(--blue-950);
}

.merchant-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.merchant-category-chips span {
  padding: 10px 14px;
  border: 1px solid rgba(23,93,229,.16);
  border-radius: 999px;
  background: linear-gradient(135deg, #f9fcff, #e9f3ff);
  color: var(--blue-900);
  font-size: .88rem;
  font-weight: 800;
}

.merchant-category-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(23,93,229,.12);
  font-size: .88rem;
}

.merchant-package-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(141,199,255,.24), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(255,183,229,.18), transparent 25%),
    linear-gradient(145deg, #041450, #082b9d 55%, #0a49c9);
}

.merchant-package-card {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr);
  max-width: 980px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 34px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 75px rgba(1,18,75,.4);
}

.merchant-package-summary {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(30px, 5vw, 52px);
  background: linear-gradient(145deg, #eaf5ff, #d7eaff 62%, #eedfff);
}

.merchant-package-label {
  color: var(--blue-700);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.merchant-package-price {
  display: block;
  margin: 10px 0 10px;
  color: var(--blue-950);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(3.7rem, 7vw, 6.5rem);
  letter-spacing: -.08em;
  line-height: 1;
}

.merchant-package-summary p {
  color: var(--muted);
}

.merchant-package-summary .button {
  margin-top: auto;
}

.merchant-package-inclusions {
  padding: clamp(30px, 5vw, 52px);
}

.merchant-package-inclusions h3 {
  margin-bottom: 24px;
  color: var(--blue-950);
  font-size: 1.45rem;
}

.merchant-package-inclusions ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.merchant-package-inclusions li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  color: var(--blue-950);
  font-weight: 700;
}

.merchant-package-inclusions li span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-700);
  font-weight: 900;
}

.merchant-application-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(32px, 6vw, 76px);
}

.merchant-application-intro {
  position: sticky;
  top: 112px;
}

.merchant-application-reminders {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(23,93,229,.13);
  border-radius: 24px;
  background: linear-gradient(145deg, #f9fcff, #eaf4ff);
}

.merchant-application-reminders h3 {
  margin-bottom: 13px;
  color: var(--blue-950);
}

.merchant-application-reminders ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: .92rem;
}

.merchant-form-dedicated {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 32px;
}

.merchant-form-dedicated .form-heading p {
  margin-top: 6px;
  color: var(--muted);
  font-size: .88rem;
}

.merchant-form-section {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid rgba(23,93,229,.13);
  border-radius: 24px;
  background: rgba(247,251,255,.72);
}

.merchant-form-section legend {
  padding: 0 10px;
  color: var(--blue-950);
  font-size: 1rem;
  font-weight: 900;
}

.merchant-form-agreements {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.merchant-submit-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .82rem;
  text-align: center;
}

@media (max-width: 980px) {
  .merchant-page-hero-grid,
  .merchant-info-grid,
  .merchant-application-layout {
    grid-template-columns: 1fr;
  }

  .merchant-page-hero-copy {
    text-align: center;
  }

  .merchant-page-hero-copy > p {
    margin-inline: auto;
  }

  .merchant-page-actions {
    justify-content: center;
  }

  .merchant-event-card {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  .merchant-application-intro {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .merchant-page-hero {
    padding: 118px 0 70px;
  }

  .merchant-page-hero-grid {
    gap: 30px;
  }

  .merchant-page-actions {
    flex-direction: column;
  }

  .merchant-page-actions .button {
    width: 100%;
  }

  .merchant-event-facts > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .merchant-package-card {
    grid-template-columns: 1fr;
  }

  .merchant-package-summary .button {
    margin-top: 18px;
  }

  .merchant-form-section {
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .merchant-page-hero-copy h1 {
    font-size: 2.7rem;
  }

  .merchant-role-card,
  .merchant-category-card {
    padding: 24px 20px;
    border-radius: 25px;
  }

  .merchant-role-points > div {
    grid-template-columns: 40px 1fr;
  }

  .merchant-role-points > div > span {
    width: 40px;
    height: 40px;
  }

  .merchant-package-price {
    font-size: 4rem;
  }
}


/* =========================================================
   AH9PE PARTNER LOGO + FOOTER PARTNER LOCKUP
   ========================================================= */
.hero-partners-logos {
  flex-wrap: nowrap;
}

.partner-logo-ah9pe {
  width: auto;
  height: 52px;
  max-width: 148px;
  object-fit: contain;
}

.footer-partner-lockup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-partner-label {
  color: rgba(255, 255, 255, .72);
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-partner-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  min-height: 58px;
}

.footer-partner-logo {
  display: block;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
}

.footer-logo-metlive {
  height: 49px;
}

.footer-logo-fob {
  height: 53px;
}

.footer-logo-ah9pe {
  height: 52px;
  max-width: 150px;
}

@media (max-width: 760px) {
  .hero-partners-logos {
    gap: 8px;
  }

  .partner-logo-metlive {
    height: 39px;
  }

  .partner-logo-fob {
    height: 42px;
  }

  .partner-logo-ah9pe {
    height: 40px;
    max-width: 112px;
  }

  .footer-partner-logos {
    gap: 10px;
  }

  .footer-logo-metlive {
    height: 41px;
  }

  .footer-logo-fob {
    height: 45px;
  }

  .footer-logo-ah9pe {
    height: 43px;
    max-width: 124px;
  }
}

@media (max-width: 420px) {
  .hero-partners-logos {
    width: 100%;
    justify-content: center;
    gap: 6px;
  }

  .partner-logo-metlive {
    height: 32px;
  }

  .partner-logo-fob {
    height: 35px;
  }

  .partner-logo-ah9pe {
    height: 34px;
    max-width: 94px;
  }
}


/* =========================================================
   HEADER CTA REMOVAL + EQUAL PARTNER LOGO SCALE
   ========================================================= */
.site-nav {
  justify-content: flex-end;
}

.hero-partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 22px);
}

.partner-logo,
.partner-logo-metlive,
.partner-logo-fob,
.partner-logo-ah9pe {
  display: block;
  flex: 0 0 auto;
  width: 132px;
  height: 64px;
  max-width: 132px;
  max-height: 64px;
  object-fit: contain;
  object-position: center;
}

.footer-partner-logos {
  align-items: center;
  gap: 14px;
}

.footer-partner-logo,
.footer-logo-metlive,
.footer-logo-fob,
.footer-logo-ah9pe {
  display: block;
  width: 112px;
  height: 54px;
  max-width: 112px;
  max-height: 54px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 760px) {
  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    width: 102px;
    height: 50px;
    max-width: 102px;
    max-height: 50px;
  }

  .footer-partner-logo,
  .footer-logo-metlive,
  .footer-logo-fob,
  .footer-logo-ah9pe {
    width: 94px;
    height: 46px;
    max-width: 94px;
    max-height: 46px;
  }
}

@media (max-width: 420px) {
  .hero-partners-logos {
    gap: 7px;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    width: 84px;
    height: 42px;
    max-width: 84px;
    max-height: 42px;
  }

  .footer-partner-logo,
  .footer-logo-metlive,
  .footer-logo-fob,
  .footer-logo-ah9pe {
    width: 82px;
    height: 40px;
    max-width: 82px;
    max-height: 40px;
  }
}

/* =========================================================
   MOBILE EXPERIENCE V2
   Clean navigation, compact hero, accessible accordions,
   lighter cards, and iPhone Safari-safe spacing.
   ========================================================= */

.mobile-accordion-panel {
  display: grid;
  grid-template-rows: 1fr;
  transition:
    grid-template-rows 320ms ease,
    opacity 220ms ease;
}

.mobile-accordion-panel-inner {
  min-height: 0;
  overflow: hidden;
}

.timeline-item.js-accordion-ready {
  display: block;
  padding: 0;
}

.timeline-toggle {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 26px 28px 12px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.timeline-toggle:disabled {
  cursor: default;
  opacity: 1;
}

.timeline-toggle time {
  position: static;
  width: 164px;
  min-width: 164px;
  max-width: 164px;
  margin: 0;
}

.timeline-toggle-copy {
  display: block;
  min-width: 0;
}

.timeline-toggle-copy h3 {
  margin: 0;
  color: var(--blue-950);
  font-size: 1.18rem;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.timeline-details-inner {
  padding: 0 28px 24px 212px;
}

.timeline-details-inner p {
  margin: 0;
  color: var(--muted);
}

.timeline-chevron,
.shuttle-trip-chevron,
.morning-route-chevron,
.mobile-accordion-chevron {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(23, 93, 229, .09);
  color: var(--blue-800);
  transition: transform 220ms ease, background 220ms ease;
}

.timeline-chevron > span,
.shuttle-trip-chevron > span,
.morning-route-chevron > span,
.mobile-accordion-chevron > span {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.timeline-item.is-open .timeline-chevron,
.shuttle-trip-card.is-open .shuttle-trip-chevron,
.shuttle-board-head.is-open .morning-route-chevron,
.accordion.is-open .accordion-chevron {
  transform: rotate(180deg);
}

.shuttle-trip-toggle,
.morning-route-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.shuttle-trip-toggle:disabled,
.morning-route-toggle:disabled {
  cursor: default;
  opacity: 1;
}

.shuttle-trip-toggle-copy,
.morning-route-toggle-copy {
  display: block;
  min-width: 0;
}

.mobile-toggle-hint {
  display: none;
}

.shuttle-trip-body-inner {
  padding: 22px 24px 24px;
}

.shuttle-trip-body.mobile-accordion-panel {
  padding: 0;
}

.morning-route-panel-inner {
  overflow: hidden;
}

.accordion-panel.mobile-accordion-panel {
  padding: 0;
}

.accordion-panel-inner {
  padding: 0 22px 22px;
}

@media (min-width: 721px) {
  .timeline-chevron,
  .shuttle-trip-chevron,
  .morning-route-chevron,
  .mobile-toggle-hint {
    display: none;
  }

  .timeline-item.js-accordion-ready,
  .shuttle-trip-card.js-accordion-ready,
  .shuttle-board-head.js-accordion-ready {
    grid-template-rows: auto;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  html {
    scroll-padding-top: 94px;
  }

  body {
    min-width: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.menu-open {
    overflow: hidden;
  }

  section[id] {
    scroll-margin-top: 94px;
  }

  .site-header {
    position: sticky;
    top: max(8px, env(safe-area-inset-top));
    left: auto;
    z-index: 1000;
    width: calc(100% - 20px);
    min-height: 68px;
    margin: 8px auto 0;
    padding: 8px 9px 8px 14px;
    transform: none;
    border-radius: 22px;
    background: rgba(5, 37, 126, .88);
    box-shadow: 0 12px 32px rgba(2, 18, 76, .23);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
  }

  .site-brand-logo {
    width: clamp(112px, 34vw, 148px);
    max-height: 38px;
  }

  .menu-toggle {
    display: block;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .13);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 6px;
    max-height: 0;
    padding: 0 8px;
    overflow: hidden;
    visibility: hidden;
    border: 1px solid transparent;
    border-radius: 20px;
    background: rgba(4, 28, 103, .97);
    box-shadow: 0 18px 42px rgba(2, 18, 76, .28);
    opacity: 0;
    transform: translateY(-8px);
    transition:
      max-height 260ms ease,
      padding 220ms ease,
      opacity 180ms ease,
      transform 220ms ease,
      visibility 0s linear 260ms;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .site-nav.is-open {
    max-height: 330px;
    padding: 8px;
    visibility: visible;
    border-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 11px 14px;
    border-radius: 14px;
    color: rgba(255, 255, 255, .94);
    font-size: .93rem;
  }

  .hero {
    min-height: auto;
    padding: 26px 0 48px;
  }

  .hero-inner {
    width: min(100% - 28px, 1040px);
  }

  .hero-partners {
    gap: 8px;
  }

  .hero-partners-label {
    padding: 6px 12px;
    font-size: .63rem;
    letter-spacing: .11em;
  }

  .hero-partners-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    width: min(100%, 360px);
    min-height: 62px;
    margin-inline: auto;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    width: 100%;
    height: 52px;
    max-width: 108px;
    max-height: 52px;
    margin-inline: auto;
    object-fit: contain;
  }

  .hero-title-wrap {
    width: 100%;
    margin-top: 4px;
  }

  .hero-title-graphic {
    width: min(92%, 620px);
    margin-inline: auto;
  }

  .hero-message {
    width: min(100%, 560px);
    margin-top: 10px;
    padding: 0 2px;
  }

  .hero-message .hero-tagline {
    max-width: 22ch;
    margin-inline: auto;
    font-size: clamp(1.02rem, 4.5vw, 1.2rem);
    line-height: 1.25;
  }

  .hero-message p {
    max-width: 43ch;
    font-size: .88rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 430px);
    margin-top: 18px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 58px;
    padding: 13px 18px;
    border-radius: 18px;
    font-size: .96rem;
    box-shadow: 0 8px 22px rgba(3, 42, 135, .18);
  }

  .event-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 430px);
    margin-top: 22px;
  }

  .fact-card {
    min-height: 74px;
    gap: 13px;
    padding: 12px 15px;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(3, 42, 135, .12);
  }

  .fact-card > svg {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 14px;
  }

  .fact-card strong {
    font-size: .98rem;
  }

  .fanbase-marquee {
    min-height: 46px;
  }

  .fanbase-marquee-item {
    font-size: .72rem;
  }

  .section-inner {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-heading {
    max-width: 600px;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .merchant-copy h2 {
    margin: 6px 0 12px;
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.04;
  }

  .section-heading p {
    max-width: 46ch;
    font-size: .92rem;
    line-height: 1.55;
  }

  .program-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .program-side {
    position: static;
    order: -1;
    gap: 12px;
    width: 100%;
  }

  .program-side .program-visual-panel {
    display: none;
  }

  .program-side-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .program-side-card,
  .program-side-card-wide {
    grid-column: auto;
    gap: 11px;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(14, 61, 151, .08);
  }

  .program-side-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .program-timeline {
    padding-left: 16px;
  }

  .program-timeline::before {
    left: 4px;
    width: 3px;
  }

  .timeline-item.js-accordion-ready {
    margin-bottom: 12px;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(14, 61, 151, .08);
  }

  .timeline-item.js-accordion-ready::before {
    left: -20px;
    width: 18px;
    height: 18px;
    border-width: 4px;
  }

  .timeline-toggle {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    min-height: 92px;
    padding: 17px 16px;
  }

  .timeline-toggle time {
    grid-column: 1 / -1;
    justify-self: start;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 36px;
    margin: 0 0 2px;
    padding: 7px 14px;
    font-size: .75rem;
  }

  .timeline-toggle-copy {
    grid-column: 1;
  }

  .timeline-toggle-copy h3 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .timeline-toggle-copy .timeline-label {
    margin-bottom: 5px;
    font-size: .64rem;
  }

  .timeline-chevron {
    grid-column: 2;
    align-self: center;
    grid-row: 2;
  }

  .timeline-details {
    grid-template-rows: 0fr;
    opacity: .78;
  }

  .timeline-item.is-open .timeline-details {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .timeline-details-inner {
    padding: 0 16px;
    transition: padding 260ms ease;
  }

  .timeline-item.is-open .timeline-details-inner {
    padding: 0 16px 18px;
  }

  .timeline-details-inner p {
    padding-top: 12px;
    border-top: 1px solid rgba(23, 93, 229, .1);
    font-size: .9rem;
    line-height: 1.55;
  }

  .activity-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .performance-card,
  .dance-card,
  .raffle-card {
    min-height: 0;
    border-radius: 24px;
  }

  .performance-card {
    grid-template-rows: auto auto;
  }

  .performance-visual {
    min-height: 260px;
  }

  .performance-copy {
    margin: -18px 12px 12px;
    padding: 20px;
    border-radius: 20px;
  }

  .dance-card {
    grid-column: auto;
    padding: 24px 18px;
  }

  .raffle-card {
    padding: 20px 18px;
  }

  .raffle-visual {
    height: 220px;
  }

  .shuttle-section .section-inner {
    padding-top: 64px;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .shuttle-board {
    padding: 14px;
    border-radius: 26px;
    background: rgba(5, 36, 124, .42);
    box-shadow: 0 20px 50px rgba(2, 18, 76, .22);
  }

  .shuttle-board-head {
    display: block;
    padding: 0;
    border-bottom: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(8, 43, 157, .96), rgba(36, 114, 240, .9));
    text-align: left;
  }

  .morning-route-toggle {
    min-height: 106px;
    padding: 18px;
  }

  .morning-route-toggle-copy {
    flex: 1;
  }

  .shuttle-brandline-centered,
  .shuttle-brandline {
    display: block;
  }

  .shuttle-brandline h3 {
    margin-top: 5px;
    font-size: clamp(1.15rem, 5vw, 1.45rem);
    line-height: 1.22;
  }

  .shuttle-brandline .eyebrow {
    font-size: .68rem;
  }

  .mobile-toggle-hint {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
    font-weight: 750;
  }

  .morning-route-chevron,
  .shuttle-trip-chevron {
    flex-basis: 38px;
    background: rgba(255, 255, 255, .14);
    color: white;
  }

  .morning-route-panel,
  .shuttle-trip-body {
    grid-template-rows: 0fr;
    opacity: .9;
  }

  .shuttle-board-head.is-open + .morning-route-panel,
  .shuttle-trip-card.is-open .shuttle-trip-body {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .morning-route-panel-inner {
    padding-top: 0;
  }

  .shuttle-board-head.is-open + .morning-route-panel .morning-route-panel-inner {
    padding-top: 12px;
  }

  .route-map-with-top-bus,
  .route-map {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 0 26px;
  }

  .route-map-with-top-bus .route-line,
  .route-line {
    top: 12px;
    bottom: 12px;
    left: 9px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .route-bus-top {
    display: none;
  }

  .route-stop {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 15px 42px 15px 14px;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(3, 42, 135, .1);
  }

  .route-map-with-top-bus .route-stop::before,
  .route-stop::before {
    top: 50%;
    left: -17px;
    width: 18px;
    height: 18px;
    border-width: 4px;
    transform: translate(-50%, -50%);
  }

  .route-stop > svg {
    width: 34px;
    height: 34px;
  }

  .route-stop h4 {
    margin-top: 2px;
    font-size: 1.05rem;
  }

  .route-stop strong {
    font-size: .9rem;
  }

  .stop-index {
    top: 12px;
    right: 13px;
    font-size: 1rem !important;
  }

  .shuttle-trip-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .shuttle-trip-card {
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(2, 18, 76, .16);
  }

  .shuttle-trip-head {
    min-height: 0;
    padding: 0;
  }

  .shuttle-trip-toggle {
    min-height: 112px;
    padding: 18px;
  }

  .shuttle-trip-head span:not(.mobile-toggle-hint) {
    margin-bottom: 4px;
    font-size: .67rem;
  }

  .shuttle-trip-head h3 {
    font-size: clamp(1.18rem, 5.4vw, 1.5rem);
    line-height: 1.2;
  }

  .shuttle-trip-body-inner {
    padding: 0 14px;
    transition: padding 260ms ease;
  }

  .shuttle-trip-card.is-open .shuttle-trip-body-inner {
    padding: 14px;
  }

  .schedule-note {
    margin: 0 0 10px;
    padding: 10px 12px;
    font-size: .84rem;
    line-height: 1.5;
  }

  .schedule-list {
    gap: 9px;
  }

  .schedule-entry {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 11px;
    border-radius: 15px;
  }

  .schedule-entry time {
    justify-self: stretch;
    min-width: 0;
    min-height: 38px;
    padding: 7px 8px;
    font-size: .76rem;
  }

  .schedule-entry p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.4;
  }

  .after-concert-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .concert-return-note {
    gap: 10px;
    margin: 0;
    padding: 14px;
    border-radius: 17px;
  }

  .concert-return-note p {
    font-size: .84rem;
  }

  .no-booking-banner,
  .shuttle-ready-note {
    margin-top: 12px;
    padding: 14px;
    border-radius: 17px;
  }

  .no-booking-banner p,
  .shuttle-ready-note p {
    font-size: .84rem;
    line-height: 1.5;
  }

  .shuttle-support-grid {
    margin-top: 14px;
  }

  .telegram-card {
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  .telegram-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
  }

  .accordion {
    margin-top: 14px;
    border-radius: 20px;
  }

  .accordion-trigger {
    min-height: 68px;
    padding: 16px;
  }

  .accordion-panel {
    grid-template-rows: 0fr;
    opacity: .9;
  }

  .accordion.is-open .accordion-panel {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .accordion-panel-inner {
    padding: 0 16px;
    transition: padding 260ms ease;
  }

  .accordion.is-open .accordion-panel-inner {
    padding: 0 16px 16px;
  }

  .site-footer {
    padding-bottom: calc(32px + env(safe-area-inset-bottom));
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-partner-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 330px);
  }

  .footer-partner-logo,
  .footer-logo-metlive,
  .footer-logo-fob,
  .footer-logo-ah9pe {
    width: 100%;
    height: 44px;
    max-width: 96px;
    max-height: 44px;
    margin-inline: auto;
  }

  .merchant-page-hero {
    padding-top: 48px;
  }
}

@media (max-width: 520px) {
  :root {
    --shell: min(100% - 24px, 1180px);
  }

  .site-header {
    width: calc(100% - 16px);
    min-height: 64px;
    margin-top: 6px;
    border-radius: 20px;
  }

  .menu-toggle {
    width: 47px;
    height: 47px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 42px;
  }

  .hero-inner {
    width: min(100% - 22px, 1040px);
  }

  .hero-partners-logos {
    width: 100%;
    gap: 5px;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    height: 46px;
    max-width: 96px;
    max-height: 46px;
  }

  .hero-title-graphic {
    width: 94%;
  }

  .hero-message p {
    font-size: .84rem;
  }

  .section-inner {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-heading h2,
  .merchant-copy h2 {
    font-size: clamp(1.9rem, 10.5vw, 2.45rem);
  }

  .timeline-toggle {
    min-height: 88px;
    padding: 15px 14px;
  }

  .timeline-details-inner,
  .timeline-item.is-open .timeline-details-inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .shuttle-board {
    padding: 10px;
    border-radius: 23px;
  }

  .morning-route-toggle,
  .shuttle-trip-toggle {
    min-height: 104px;
    padding: 16px;
  }

  .schedule-entry {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 9px;
  }

  .schedule-entry time {
    font-size: .71rem;
  }

  .schedule-entry p {
    font-size: .82rem;
  }

  .site-dialog {
    width: calc(100% - 22px);
    max-height: calc(100dvh - 32px);
    padding: 24px 18px;
    border-radius: 22px;
  }
}

@media (max-width: 390px) {
  .site-brand-logo {
    width: 112px;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    height: 41px;
    max-width: 84px;
    max-height: 41px;
  }

  .hero-actions .button {
    min-height: 55px;
    font-size: .9rem;
  }

  .timeline-toggle-copy h3 {
    font-size: 1rem;
  }

  .schedule-entry {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .schedule-entry time {
    justify-self: start;
    min-width: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-accordion-panel,
  .timeline-chevron,
  .shuttle-trip-chevron,
  .morning-route-chevron,
  .site-nav {
    transition: none !important;
  }
}



/* =========================================================
   MOBILE EXPERIENCE V3
   Smaller hero lockup, compact cards and buttons, and one
   full-program accordion instead of per-item accordions.
   ========================================================= */

.program-master-toggle {
  display: none;
}

.program-master-panel {
  display: grid;
  grid-template-rows: 1fr;
}

.program-master-panel-inner {
  min-height: 0;
  overflow: visible;
}

@media (max-width: 860px) {
  /* Header lockup */
  .site-header {
    min-height: 58px;
    padding: 6px 7px 6px 12px;
    border-radius: 19px;
  }

  .site-brand-logo {
    width: clamp(96px, 29vw, 124px);
    max-height: 32px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 14px;
  }

  /* Hero spacing and logo sizing */
  .hero {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .hero-inner {
    width: min(100% - 24px, 1040px);
  }

  .hero-partners {
    gap: 5px;
  }

  .hero-partners-label {
    padding: 5px 10px;
    font-size: .58rem;
    letter-spacing: .1em;
  }

  .hero-partners-logos {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 2px;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    margin-top: 2px;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    width: auto;
    height: 41px;
    max-width: 88px;
    max-height: 41px;
    margin: 0;
  }

  .partner-logo-fob {
    height: 39px;
    max-height: 39px;
  }

  .hero-title-wrap {
    margin-top: 0;
  }

  .hero-title-graphic {
    width: min(78%, 470px);
  }

  .hero-message {
    width: min(100%, 500px);
    margin-top: 6px;
    padding-inline: 4px;
  }

  .hero-message .hero-tagline {
    max-width: 24ch;
    margin-bottom: 4px;
    font-size: clamp(.94rem, 4vw, 1.08rem);
  }

  .hero-message p {
    max-width: 42ch;
    font-size: .8rem;
    line-height: 1.48;
  }

  /* Compact primary actions */
  .hero-actions {
    gap: 8px;
    width: min(100%, 390px);
    margin-top: 14px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: .86rem;
    box-shadow: 0 7px 18px rgba(3, 42, 135, .15);
  }

  .hero-actions .button svg {
    width: 16px;
    height: 16px;
  }

  /* Compact event fact cards */
  .event-facts {
    gap: 8px;
    width: min(100%, 390px);
    margin-top: 16px;
  }

  .fact-card {
    min-height: 60px;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 17px;
    box-shadow: 0 8px 18px rgba(3, 42, 135, .1);
  }

  .fact-card > svg {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 11px;
  }

  .fact-card span {
    font-size: .63rem;
  }

  .fact-card strong {
    font-size: .88rem;
  }

  /* One accordion for the entire program */
  .program-section .section-heading {
    margin-bottom: 18px;
  }

  .program-master-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: min(100%, 520px);
    min-height: 62px;
    margin: 0 auto;
    padding: 12px 14px 12px 16px;
    border: 1px solid rgba(61, 111, 219, .2);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(232,242,255,.94) 58%, rgba(239,232,255,.92));
    color: var(--blue-950);
    text-align: left;
    box-shadow: 0 10px 24px rgba(14, 61, 151, .1);
  }

  .program-master-toggle-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
  }

  .program-master-kicker {
    color: #6d58d6;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .program-master-label {
    font-size: 1rem;
    line-height: 1.2;
  }

  .program-master-toggle small {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
  }

  .program-master-chevron {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(23, 93, 229, .09);
    color: var(--blue-800);
    transition: transform 220ms ease;
  }

  .program-master-chevron > span {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  .program-section.is-open .program-master-chevron {
    transform: rotate(180deg);
  }

  .program-master-panel {
    grid-template-rows: 0fr;
    opacity: .8;
    transition: grid-template-rows 340ms ease, opacity 220ms ease, margin 220ms ease;
    margin-top: 0;
  }

  .program-section.is-open .program-master-panel {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 16px;
  }

  .program-master-panel-inner {
    overflow: hidden;
  }

  .program-side {
    display: none;
  }

  .program-layout {
    display: block;
  }

  /* Timeline items are static inside the single accordion */
  .program-timeline {
    gap: 9px;
    padding-left: 14px;
  }

  .program-timeline::before {
    left: 3px;
    width: 2px;
  }

  .timeline-item,
  .timeline-item.js-accordion-ready {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    margin: 0 0 9px;
    padding: 12px 13px;
    border-radius: 16px;
    box-shadow: 0 7px 18px rgba(14, 61, 151, .07);
  }

  .timeline-item::before,
  .timeline-item.js-accordion-ready::before {
    top: 18px;
    left: -17px;
    width: 13px;
    height: 13px;
    border-width: 3px;
  }

  .timeline-item:hover {
    transform: none;
  }

  .timeline-item time {
    align-self: start;
    min-width: 0;
    padding: 6px 8px;
    font-size: .65rem;
    text-align: center;
    white-space: nowrap;
  }

  .timeline-copy h3 {
    margin-bottom: 2px;
    font-size: .9rem;
    line-height: 1.25;
  }

  .timeline-copy p {
    font-size: .76rem;
    line-height: 1.42;
  }

  .timeline-label {
    margin-bottom: 3px;
    font-size: .56rem;
  }

  /* Disable any stale per-item accordion UI from cached JS/CSS */
  .timeline-toggle,
  .timeline-chevron {
    display: none !important;
  }

  .timeline-details,
  .timeline-details.mobile-accordion-panel {
    display: block;
    opacity: 1;
  }

  .timeline-details-inner,
  .timeline-item.is-open .timeline-details-inner {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .hero-partners-logos {
    gap: 0;
  }

  .partner-logo,
  .partner-logo-metlive,
  .partner-logo-fob,
  .partner-logo-ah9pe {
    height: 37px;
    max-width: 78px;
    max-height: 37px;
  }

  .partner-logo-fob {
    height: 35px;
    max-height: 35px;
  }

  .hero-title-graphic {
    width: 76%;
  }

  .hero-actions,
  .event-facts {
    width: min(100%, 360px);
  }

  .timeline-item,
  .timeline-item.js-accordion-ready {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 11px 12px;
  }

  .timeline-item time {
    justify-self: start;
    width: fit-content;
  }
}

@media (max-width: 390px) {
  .site-brand-logo {
    width: 96px;
  }

  .hero-title-graphic {
    width: 74%;
  }

  .hero-message p {
    font-size: .77rem;
  }

  .hero-actions .button {
    min-height: 46px;
    font-size: .83rem;
  }

  .fact-card {
    min-height: 57px;
  }
}

@media (min-width: 861px) {
  .program-master-toggle {
    display: none !important;
  }

  .program-master-panel,
  .program-master-panel.mobile-accordion-panel {
    display: grid;
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
  }

  .program-master-panel-inner {
    overflow: visible;
  }
}


/* =========================================================
   MOBILE PROGRAM MASTER ACCORDION â€” HARDENED OVERRIDE
   Resets native button styling and keeps the whole schedule
   under one clean accordion on mobile.
   ========================================================= */

.program-master-toggle {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
}

@media (max-width: 860px) {
  .program-section .program-master-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 520px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 13px 14px 13px 16px !important;
    border: 1px solid rgba(64, 112, 215, 0.22) !important;
    border-radius: 18px !important;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(233, 243, 255, 0.96) 58%,
      rgba(241, 234, 255, 0.95)
    ) !important;
    color: #071b55 !important;
    text-align: left !important;
    box-shadow: 0 10px 26px rgba(14, 61, 151, 0.11) !important;
    cursor: pointer !important;
  }

  .program-section .program-master-toggle-copy {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }

  .program-section .program-master-kicker {
    display: block !important;
    color: #6d58d6 !important;
    font-size: 0.6rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  .program-section .program-master-label {
    display: block !important;
    color: #082b76 !important;
    font-size: 0.98rem !important;
    font-weight: 850 !important;
    line-height: 1.22 !important;
    white-space: nowrap !important;
  }

  .program-section .program-master-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    gap: 9px !important;
  }

  .program-section .program-master-meta small {
    display: block !important;
    color: #50648f !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .program-section .program-master-chevron {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(23, 93, 229, 0.1) !important;
    color: #0f42bd !important;
    transition: transform 220ms ease !important;
  }

  .program-section .program-master-chevron > span {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: translateY(-2px) rotate(45deg) !important;
  }

  .program-section.is-open .program-master-chevron {
    transform: rotate(180deg) !important;
  }

  .program-section .program-master-panel {
    display: grid !important;
    grid-template-rows: 0fr !important;
    margin-top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition:
      grid-template-rows 320ms ease,
      margin-top 220ms ease,
      opacity 180ms ease,
      visibility 0s linear 320ms !important;
  }

  .program-section.is-open .program-master-panel {
    grid-template-rows: 1fr !important;
    margin-top: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition-delay: 0s !important;
  }

  .program-section .program-master-panel-inner {
    min-height: 0 !important;
    overflow: hidden !important;
  }

  /* Slightly larger hero artwork on mobile, as requested. */
  .hero-title-graphic {
    width: min(88%, 520px) !important;
  }
}

@media (max-width: 430px) {
  .program-section .program-master-toggle {
    padding: 12px 12px 12px 14px !important;
    border-radius: 16px !important;
  }

  .program-section .program-master-label {
    font-size: 0.92rem !important;
  }

  .program-section .program-master-meta {
    gap: 7px !important;
  }

  .program-section .program-master-meta small {
    font-size: 0.61rem !important;
  }

  .program-section .program-master-chevron {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .hero-title-graphic {
    width: 90% !important;
  }
}

@media (max-width: 360px) {
  .program-section .program-master-meta small {
    display: none !important;
  }
}
