/* Hallmark · pre-emit critique: P5 H4 E4 S5 R4 V4 */
:root {
  --color-cobalt: #1642bf;
  --color-cobalt-deep: #0f2f8c;
  --color-cobalt-ink: #0a1f5c;
  --color-orange: #ff9f54;
  --color-yellow: #ffeb09;
  --color-white: #ffffff;
  --color-ink: #0b1220;
  --color-muted: #d7e0ff;
  --color-error: #ff6b6b;
  --color-success: #7dffb3;

  --font-display: "Orbitron", system-ui, sans-serif;
  --font-script: "Lemon Tuesday", "Segoe Script", cursive;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --radius: 1.25rem;
  --nav-h: 4.75rem;
  --max: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-display);
  color: var(--color-white);
  background: var(--color-cobalt-ink);
  line-height: 1.55;
  letter-spacing: 0.02em;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-yellow);
  color: var(--color-ink);
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.script {
  font-family: var(--font-script);
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow {
  margin: 0 0 var(--space-1);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-orange);
}

h1,
h2,
h3 {
  font-style: normal;
  line-height: 1.1;
  overflow-wrap: anywhere;
  min-width: 0;
}

.section-copy {
  max-width: 38rem;
  color: var(--color-muted);
  font-size: 0.95rem;
  font-weight: 400;
}

.section-head {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto var(--space-4);
}

.section-head-light .section-copy {
  color: rgba(255, 255, 255, 0.85);
}

/* Motif: hexagon atomic bond */
.hero-motif,
.prizes::before,
.ticket::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.12' stroke-width='1.5'%3E%3Cpath d='M60 8 L100 30 L100 74 L60 96 L20 74 L20 30 Z'/%3E%3Ccircle cx='60' cy='8' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3Ccircle cx='100' cy='30' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3Ccircle cx='100' cy='74' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3Ccircle cx='60' cy='96' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3Ccircle cx='20' cy='74' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3Ccircle cx='20' cy='30' r='3.5' fill='%23ffffff' fill-opacity='0.18'/%3E%3C/g%3E%3C/svg%3E");
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  background: color-mix(in srgb, var(--color-cobalt-ink) 82%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  max-width: min(78vw, 28rem);
  line-height: 1.15;
  text-decoration: none;
}

.nav-logo {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: transparent;
  display: block;
  border: 2px solid #aaa;
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  min-width: 0;
}

.nav-brand-title {
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: clamp(0.92rem, 2.8vw, 1.05rem);
  color: var(--color-white);
  text-transform: uppercase;
}

.nav-brand-sub {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: clamp(0.58rem, 1.9vw, 0.68rem);
  color: var(--color-orange);
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.nav-links {
  display: none;
  gap: 1.25rem;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--color-yellow);
}

.nav-cta {
  padding: 0.65rem 1rem;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
}

.nav-cta:hover {
  background: var(--color-orange);
  color: var(--color-ink);
}

.nav-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  display: grid;
  gap: 0.4rem;
  place-content: center;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.4rem;
  height: 2px;
  background: var(--color-white);
}

.nav.is-open .nav-links {
  display: flex;
  position: absolute;
  inset: var(--nav-h) 0 auto;
  flex-direction: column;
  padding: 1.25rem;
  background: var(--color-cobalt-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* REGISTRATION ANNOUNCEMENT */
.announce {
  position: relative;
  z-index: 40;
  background: linear-gradient(90deg, #0f2f8c 0%, var(--color-cobalt) 45%, #3a1f7a 100%);
  border-bottom: 1px solid rgba(255, 235, 9, 0.28);
}

.announce[hidden] {
  display: none;
}

.announce-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 0.85rem 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.85rem 1.25rem;
}

.announce-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.announce-megaphone {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  transform-origin: bottom center;
  animation: megaphone-bounce 0.85s cubic-bezier(0.34, 1.4, 0.64, 1) infinite;
}

.announce-megaphone svg {
  display: block;
}

@keyframes megaphone-bounce {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg) scale(1);
  }
  25% {
    transform: translateY(-7px) rotate(10deg) scale(1.08);
  }
  50% {
    transform: translateY(0) rotate(-4deg) scale(1);
  }
  75% {
    transform: translateY(-4px) rotate(6deg) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .announce-megaphone {
    animation: none;
  }
}

.announce-tag {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--color-yellow);
  color: var(--color-ink);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.announce-message {
  margin: 0;
  color: var(--color-white);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  max-width: 42rem;
}

.announce-message strong {
  font-weight: 800;
}

.announce-message .announce-price {
  color: var(--color-yellow);
}

.announce-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 2.6rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: var(--color-yellow);
  color: var(--color-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 235, 9, 0.35);
  transition:
    transform 160ms cubic-bezier(0.22, 1, 0.36, 1),
    background 200ms ease;
  animation: announce-cta-pulse 1.8s ease-in-out infinite;
}

.announce-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.55) 48%,
    transparent 66%
  );
  transform: translateX(-140%);
  animation: announce-cta-shine 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .announce-cta:hover {
    transform: translateY(-2px) scale(1.03);
    background: #fff46a;
    animation-play-state: paused;
  }

  .announce-cta:hover::after {
    animation-play-state: paused;
  }
}

.announce-cta:active {
  transform: translateY(0) scale(0.98);
}

.announce-cta:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 3px;
}

.announce-cta.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  animation: none;
  box-shadow: none;
}

.announce-cta.is-disabled::after {
  animation: none;
  opacity: 0;
}

@keyframes announce-cta-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 235, 9, 0.35),
      0 0 12px 0 rgba(255, 235, 9, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 7px rgba(255, 235, 9, 0),
      0 0 22px 4px rgba(255, 235, 9, 0.55);
  }
}

@keyframes announce-cta-shine {
  0%,
  55% {
    transform: translateX(-140%);
  }
  85%,
  100% {
    transform: translateX(140%);
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: start stretch;
  padding: 1.15rem 1.25rem 2rem;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(255, 159, 84, 0.28), transparent 45%),
    linear-gradient(160deg, var(--color-cobalt) 0%, var(--color-cobalt-deep) 55%, var(--color-cobalt-ink) 100%);
  isolation: isolate;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  opacity: 0.35;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}

.hero-motif {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  /* width: min(100%, 48rem); */
  animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-brand {
  margin: 0;
  display: grid;
  gap: 0.15rem;
}

.hero-year {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 0.4em;
  color: var(--color-orange);
}

.hero-title {
  font-size: clamp(2rem, 8vw, 6.5rem);
  font-weight: 900;
  /* letter-spacing: 0.08em; */
  color: var(--color-orange);
}

.hero-sub {
  font-size: clamp(1.1rem, 4vw, 1.8rem);
  letter-spacing: 0.35em;
  font-weight: 700;
  animation: pulse 2.4s ease-in-out infinite;
}

.hero-theme {
  margin: var(--space-3) 0 var(--space-2);
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--color-white);
  letter-spacing: 0;
}

.hero-lead {
  margin: var(--space-3) 0 var(--space-3);
  max-width: 34rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: var(--space-4);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding-top: var(--space-3);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-meta dt {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-orange);
}

.hero-meta dd {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  font-weight: 700;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid var(--color-yellow);
  outline-offset: 3px;
}

.btn:active {
  transform: translateY(0);
}

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.btn.is-busy,
.btn.is-busy:disabled {
  cursor: wait;
}

.btn-primary {
  background: var(--color-orange);
  color: var(--color-ink);
}

.btn-primary:hover {
  background: var(--color-yellow);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--color-white);
}

.btn-ghost:hover {
  border-color: var(--color-yellow);
  color: var(--color-yellow);
}

.btn-block {
  width: 100%;
}

a.btn.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

/* COUNTDOWN */
.countdown {
  display: grid;
  gap: var(--space-2);
  justify-items: center;
  padding: var(--space-3) 1.25rem;
  background: var(--color-orange);
  color: var(--color-ink);
  text-align: center;
}

.countdown-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: pulse 1.2s ease-in-out infinite;
}

.countdown-label .script {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(100%, 36rem);
}

.countdown-grid div {
  background: rgba(11, 18, 32, 0.1);
  padding: 0.75rem 0.5rem;
}

.countdown-grid strong {
  display: block;
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: 800;
}

.countdown-grid span {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* HIGHLIGHT PORTRAIT */
.highlight {
  padding: var(--space-5) 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(255, 159, 84, 0.18), transparent 45%),
    linear-gradient(180deg, var(--color-cobalt-ink), #122a7a 55%, var(--color-cobalt-ink));
}

.highlight-frame {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.highlight-zoom {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0a1f5c;
  touch-action: none;
  cursor: crosshair;
}

.highlight-zoom img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.highlight-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  margin-top: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.highlight-caption .script {
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-orange);
  animation: pulse 2.4s ease-in-out infinite;
}

/* Drift inline magnifier */
.drift-zoom-pane.drift-inline {
  width: min(42vw, 13.75rem) !important;
  height: min(42vw, 13.75rem) !important;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px var(--color-yellow),
    0 0 0 6px rgba(22, 66, 191, 0.65),
    0 18px 40px rgba(0, 0, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.drift-zoom-pane.drift-inline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 24px rgba(10, 31, 92, 0.25);
  pointer-events: none;
  z-index: 2;
}

.drift-bounding-box {
  background: rgba(255, 235, 9, 0.18);
  border: 1px solid var(--color-yellow);
}

/* MEMORIES / CAROUSEL */
.memories {
  padding: var(--space-5) 0;
  background: linear-gradient(180deg, var(--color-cobalt-ink), #122a7a 40%, var(--color-cobalt-ink));
}

.memory-carousel {
  --memory-card-w: min(72vw, 16rem);
  display: block;
  width: 100%;
  padding-inline: calc(50% - (var(--memory-card-w) / 2));
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  gap: 1rem;
}

.memory-slide {
  position: relative;
  flex: 0 0 var(--memory-card-w);
  width: var(--memory-card-w);
  min-width: var(--memory-card-w);
  scroll-snap-align: center;
  transform-style: preserve-3d;
}

.memory-slide-frame {
  perspective: 700px;
  transform-style: preserve-3d;
}

.memory-card {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--color-cobalt-deep);
}

.memory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  display: block;
}

.memory-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(10, 31, 92, 0.92));
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.memory-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: var(--space-3);
  color: var(--color-white);
}

/* VengeanceUI candy-button → circular carousel nav (brand orange) */
.memory-controls .memory-nav {
  display: inline-flex;
  --blossom-button-size: 1.925rem;
}

.memory-controls .memory-nav button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--blossom-button-size);
  height: var(--blossom-button-size);
  padding: 0;
  border: 1px solid rgba(255, 235, 9, 0.45);
  border-radius: 999px;
  color: var(--color-ink);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  overflow: hidden;
  background:
    radial-gradient(95% 70% at 50% 78%, #e8792a 0%, var(--color-orange) 58%, #ffc078 100%);
  box-shadow:
    0 8px 28px -10px rgba(255, 159, 84, 0.85),
    inset 0 1px 8px -3px rgba(255, 255, 255, 0.7),
    inset 0 -2px 6px rgba(180, 80, 20, 0.28);
  transition:
    transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.memory-controls .memory-nav button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 18%;
  width: 64%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.65),
    transparent
  );
  pointer-events: none;
}

.memory-controls .memory-nav button:hover {
  filter: brightness(1.08);
  border-color: var(--color-yellow);
  box-shadow:
    0 10px 32px -8px rgba(255, 235, 9, 0.55),
    inset 0 1px 8px -3px rgba(255, 255, 255, 0.8),
    inset 0 -2px 6px rgba(180, 80, 20, 0.22);
  transform: translateY(-1px);
}

.memory-controls .memory-nav button:active {
  transform: scale(0.95) rotate(1deg);
  filter: brightness(0.98);
}

.memory-controls .memory-nav button:focus-visible {
  outline: 2px solid var(--color-yellow);
  outline-offset: 3px;
}

.memory-controls .memory-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  filter: grayscale(0.25);
  transform: none;
  box-shadow:
    inset 0 1px 6px -3px rgba(255, 255, 255, 0.35),
    inset 0 -1px 4px rgba(0, 0, 0, 0.15);
}

.memory-controls blossom-dots {
  --blossom-dot-color: var(--color-yellow);
  --blossom-dot-opacity: 0.32;
  --blossom-dot-hover-opacity: 0.7;
  --blossom-dot-active-opacity: 1;
  --blossom-dot-size: 0.5rem;
  --blossom-dots-gap: 0.55rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (prefers-reduced-motion: reduce) {
  .memory-controls .memory-nav button {
    transition: none;
  }

  .memory-controls .memory-nav button:hover,
  .memory-controls .memory-nav button:active {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .memory-controls blossom-dots {
    background: rgba(10, 31, 92, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@supports (animation-timeline: view()) {
  .memory-slide {
    view-timeline-name: --memory-slide;
    view-timeline-axis: inline;
  }

  .memory-slide-frame {
    animation: linear memory-slide-cover both;
    animation-timeline: --memory-slide;
    animation-range: contain;
  }

  .memory-card {
    animation: linear memory-rotate-cover both;
    animation-timeline: --memory-slide;
    animation-range: contain;
  }

  @keyframes memory-rotate-cover {
    0% {
      transform: rotateY(-48deg);
    }
    50% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(48deg);
    }
  }

  @keyframes memory-slide-cover {
    0% {
      transform: translateX(18%) scale(0.92);
    }
    50% {
      transform: translateX(0) scale(1.08);
    }
    100% {
      transform: translateX(-18%) scale(0.92);
    }
  }
}

.carousel-note {
  width: min(100% - 2rem, var(--max));
  margin: var(--space-3) auto 0;
  font-size: 1.5rem;
  color: var(--color-orange);
}

/* SCHEDULE / ALUMNI EVENTS */
.schedule {
  --schedule-paper: #f4f6fb;
  --schedule-ink: #0a1f5c;
  --schedule-muted: #5b6b8c;
  --schedule-line: rgba(10, 31, 92, 0.12);
  padding: var(--space-5) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 235, 9, 0.08), transparent 55%),
    #e8ecf6;
  color: var(--schedule-ink);
}

.schedule-head .eyebrow {
  color: var(--color-cobalt);
}

.schedule-head h2 {
  margin: 0 0 var(--space-1);
  font-size: clamp(1.65rem, 5vw, 2.75rem);
  letter-spacing: 0.04em;
  color: var(--schedule-ink);
}

.schedule-head .section-copy {
  color: var(--schedule-muted);
}

.schedule-shell {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  display: grid;
  gap: var(--space-3);
}

.schedule-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.schedule-rail::-webkit-scrollbar {
  display: none;
}

.schedule-rail-item {
  flex: 0 0 auto;
}

.schedule-rail-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  align-items: center;
  margin: 0;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--schedule-line);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--schedule-ink);
  font: inherit;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.schedule-rail-btn:hover {
  border-color: rgba(22, 66, 191, 0.35);
  transform: translateY(-1px);
}

.schedule-rail-btn:focus-visible {
  outline: 2px solid var(--color-cobalt);
  outline-offset: 3px;
}

.schedule-rail-dot {
  grid-row: 1 / span 2;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--schedule-muted);
  box-shadow: 0 0 0 4px rgba(91, 107, 140, 0.15);
}

.schedule-rail-item.is-past .schedule-rail-dot {
  background: var(--schedule-muted);
}

.schedule-rail-item.is-upcoming .schedule-rail-dot {
  background: var(--color-orange);
  box-shadow: 0 0 0 4px rgba(255, 159, 84, 0.25);
}

.schedule-rail-item.is-homecoming .schedule-rail-dot {
  background: var(--color-yellow);
  box-shadow: 0 0 0 4px rgba(255, 235, 9, 0.35);
}

a.schedule-rail-btn {
  text-decoration: none;
}

.schedule-rail-item.is-active .schedule-rail-btn {
  border-color: var(--color-cobalt);
  background: rgba(22, 66, 191, 0.06);
}

.schedule-rail-date {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-rail-year {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--schedule-muted);
}

.schedule-feed {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: minmax(0, 1fr);
}

.event-card {
  min-width: 0;
  height: 100%;
  border-radius: calc(var(--radius) + 0.15rem);
  background: var(--color-white);
  border: 1px solid var(--schedule-line);
  box-shadow: 0 18px 40px rgba(10, 31, 92, 0.08);
  overflow: clip;
  transition:
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.event-card.is-open {
  box-shadow: 0 24px 56px rgba(10, 31, 92, 0.14);
}

.event-card-compact {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  cursor: pointer;
}

.event-card.is-open .event-card-compact {
  display: none;
}

.event-card-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-cobalt-ink);
}

.event-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.event-card:hover .event-card-media img {
  transform: scale(1.03);
}

.event-date-badge {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  margin: 0;
  padding: 0.4rem 0.7rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--schedule-ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  max-width: calc(100% - 7rem);
}

.event-status {
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(10, 31, 92, 0.78);
  color: var(--color-white);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-status.is-live {
  background: var(--color-orange);
  color: var(--color-ink);
}

.event-card-body {
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
}

.event-tag {
  margin: 0;
  width: fit-content;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(125, 255, 179, 0.28);
  color: #0d6b45;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-card h3,
.event-detail-copy h3 {
  margin: 0;
  font-size: clamp(1.15rem, 3.2vw, 1.55rem);
  letter-spacing: 0.04em;
  color: var(--schedule-ink);
}

.event-teaser,
.event-detail-lead {
  margin: 0;
  color: var(--schedule-muted);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
}

.event-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.event-more {
  color: rgba(91, 107, 140, 0.85);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.event-view {
  margin: 0;
  padding: 0.55rem 1.05rem;
  border: 0;
  border-radius: 0.55rem;
  background: #e7ebf5;
  color: var(--schedule-ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.event-view:hover {
  background: var(--color-yellow);
  transform: translateY(-1px);
}

.event-view:focus-visible {
  outline: 2px solid var(--color-cobalt);
  outline-offset: 3px;
}

.event-view:active {
  transform: translateY(0);
}

.event-card-detail {
  display: grid;
  gap: 0;
}

.event-card-detail[hidden] {
  display: none;
}

.event-detail-poster {
  margin: 0;
  background: var(--color-cobalt-ink);
}

.event-detail-poster img {
  width: 100%;
  height: auto;
  max-height: min(70vh, 36rem);
  object-fit: contain;
  object-position: top center;
  background: #071433;
}

.event-detail-copy {
  padding: 1.35rem 1.25rem 1.5rem;
  display: grid;
  gap: 0.85rem;
  animation: event-detail-in 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes event-detail-in {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-meta-grid {
  margin: 0;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr);
}

.event-meta-grid > div,
.event-contact-row > div {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--schedule-line);
  border-radius: 0.75rem;
  background: var(--schedule-paper);
}

.event-meta-grid dt,
.event-contact-row dt {
  margin: 0 0 0.2rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-cobalt);
}

.event-meta-grid dd,
.event-contact-row dd {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--schedule-ink);
}

.event-contact-row a {
  color: var(--color-cobalt-deep);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.event-panel {
  padding: 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(22, 66, 191, 0.08), rgba(22, 66, 191, 0.03));
  border: 1px solid rgba(22, 66, 191, 0.12);
}

.event-panel h4 {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-cobalt-deep);
}

.event-panel p {
  margin: 0;
  color: var(--schedule-muted);
  font-size: 0.85rem;
  font-weight: 400;
}

.event-service-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(0, 1fr);
}

.event-service-grid li {
  position: relative;
  padding: 0.45rem 0.55rem 0.45rem 1.35rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--schedule-ink);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}

.event-service-grid li::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.75rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-orange);
}

.event-highlight-row {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr);
}

.event-highlight {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid var(--schedule-line);
  background: var(--schedule-paper);
}

.event-highlight strong {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--color-cobalt);
}

.event-highlight span {
  color: var(--schedule-muted);
  font-size: 0.78rem;
  font-weight: 400;
}

.event-highlight.is-accent {
  border-color: rgba(255, 159, 84, 0.55);
  background: linear-gradient(135deg, rgba(255, 235, 9, 0.28), rgba(255, 159, 84, 0.18));
}

.event-size-note {
  margin-top: 0.65rem !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em;
  color: var(--schedule-ink) !important;
}

.event-contact-row {
  margin: 0;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr);
}

.event-footnote {
  margin: 0;
  color: var(--schedule-muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.event-footnote.script {
  color: var(--color-cobalt);
  font-size: 1.35rem;
}

.event-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.schedule .btn-ghost {
  border-color: rgba(10, 31, 92, 0.25);
  color: var(--schedule-ink);
}

.schedule .btn-ghost:hover {
  border-color: var(--color-cobalt);
  color: var(--color-cobalt);
}

.schedule .btn-primary {
  background: var(--color-cobalt);
  color: var(--color-white);
}

.schedule .btn-primary:hover {
  background: var(--color-orange);
  color: var(--color-ink);
}

/* NIGHT */
.night {
  display: grid;
  gap: var(--space-3);
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: var(--space-5) 0;
}

.night-panel h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 7vw, 3.5rem);
  letter-spacing: 0.06em;
}

.night-venue {
  margin: 0 0 var(--space-3);
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.night-list {
  margin: 0 0 var(--space-3);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.night-list li {
  padding-left: 1rem;
  border-left: 3px solid var(--color-yellow);
  color: var(--color-muted);
  font-size: 0.92rem;
}

.night-list strong {
  display: block;
  color: var(--color-white);
  margin-bottom: 0.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.denim-swatch {
  min-height: 18rem;
  padding: var(--space-3);
  display: grid;
  align-content: end;
  gap: 0.35rem;
  background:
    linear-gradient(145deg, rgba(22, 66, 191, 0.35), rgba(10, 31, 92, 0.85)),
    repeating-linear-gradient(
      135deg,
      #2a57d0 0 2px,
      #1a3fa8 2px 4px
    );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.denim-swatch .script {
  color: var(--color-yellow);
  font-size: 1.4rem;
}

.denim-swatch strong {
  font-size: clamp(2rem, 8vw, 3rem);
  letter-spacing: 0.12em;
  line-height: 1;
}

.denim-swatch p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
  font-size: 0.85rem;
  max-width: 22rem;
}

/* LINEUP */
.lineup {
  padding: var(--space-5) 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 159, 84, 0.22), transparent 50%),
    linear-gradient(180deg, #0d2268, var(--color-cobalt-ink));
}

.lineup-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: min(100%, var(--max));
  display: grid;
  gap: 0.85rem;
}

.lineup-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(22, 66, 191, 0.55), rgba(10, 31, 92, 0.75));
  overflow: hidden;
}

.lineup-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(255, 235, 9, 0.12);
  pointer-events: none;
}

.lineup-num {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--color-yellow);
}

.lineup-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 4vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lineup-card .script {
  margin: 0;
  font-size: 1.25rem;
  color: var(--color-orange);
}

.lineup-cta-row {
  width: min(100% - 2rem, var(--max));
  margin: var(--space-4) auto 0;
}

/* PRIZES */
.prizes {
  position: relative;
  padding: var(--space-5) 1.25rem;
  background: linear-gradient(180deg, #ffb06a, var(--color-orange) 40%, #f0893d);
  color: var(--color-ink);
  overflow: hidden;
}

.prizes::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
}

.prizes > * {
  position: relative;
}

.prizes .eyebrow {
  color: var(--color-cobalt-ink);
}

.prize-grid {
  display: grid;
  gap: 1rem;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.prize {
  padding: var(--space-3);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 18, 32, 0.08);
}

.prize-tag {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--color-cobalt);
}

.prize h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.prize p {
  margin: 0;
  font-size: 0.9rem;
}

.prize-hook {
  margin-top: 1rem !important;
  font-size: 1.35rem !important;
  color: var(--color-cobalt);
}

/* ROSTER */
.roster {
  padding: var(--space-5) 0;
  background: var(--color-cobalt-ink);
}

.roster-board {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.65rem;
  min-height: 5rem;
}

.roster-chip {
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(22, 66, 191, 0.35);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  animation: rise 0.45s ease both;
}

.roster-chip span {
  display: block;
  margin-top: 0.25rem;
  color: var(--color-orange);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.roster-chip .roster-batch {
  display: inline;
  margin-top: 0;
  color: var(--color-yellow);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.roster-chip .roster-batch::before {
  content: "· ";
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.roster-empty {
  grid-column: 1 / -1;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.roster-count {
  width: min(100% - 2rem, var(--max));
  margin: var(--space-3) auto 0;
  color: var(--color-yellow);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

/* TICKET */
.ticket {
  position: relative;
  padding: var(--space-5) 1.25rem;
  background: linear-gradient(180deg, var(--color-cobalt), var(--color-cobalt-deep));
  overflow: hidden;
}

.ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
}

.ticket-shell {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: var(--space-3);
}

.ticket-price {
  margin: var(--space-2) 0;
  font-size: 1rem;
  display: grid;
  gap: 0.35rem;
}

.ticket-price strong {
  color: var(--color-yellow);
}

.ticket-window {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.rate-table {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 var(--space-3);
}

.rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 31, 92, 0.28);
}

.rate-row strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-row span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  color: var(--color-muted);
  letter-spacing: 0.04em;
}

.rate-row em {
  font-style: normal;
  font-weight: 800;
  color: var(--color-orange);
  letter-spacing: 0.04em;
}

.rate-row.is-active {
  border-color: var(--color-yellow);
  box-shadow: inset 0 0 0 1px var(--color-yellow);
  background: rgba(255, 235, 9, 0.08);
}

.rate-row.is-active em {
  color: var(--color-yellow);
}

.ticket-perks {
  margin: 0 0 var(--space-3);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.ticket-perks li::before {
  content: "◆ ";
  color: var(--color-orange);
}

#register-now {
  display: flex;
  width: fit-content;
  margin: 0.25rem auto 0;
}

#register-now.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

/* FOOTER */
.footer {
  padding: var(--space-4) 1.25rem;
  background: #070f28;
  text-align: center;
  font-size: 0.78rem;
  color: var(--color-muted);
}

.footer-brand {
  display: grid;
  gap: 0.35rem;
  margin-bottom: var(--space-2);
}

.footer-brand strong {
  letter-spacing: 0.18em;
  color: var(--color-white);
}

.footer-brand .script {
  font-size: 1.35rem;
  color: var(--color-orange);
}

.footer-note {
  opacity: 0.7;
}

.footer-contact {
  margin-top: 0.65rem;
  opacity: 0.85;
}

.footer-contact a {
  color: var(--color-orange);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.footer-contact a:hover {
  color: var(--color-yellow);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.9;
  }
}

@media (min-width: 768px) {
  .announce-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .announce-cta {
    align-self: auto;
  }

  .nav-logo {
    width: 3rem;
    height: 3rem;
  }

  .nav-links {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .night {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: stretch;
  }

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

  .lineup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ticket-shell {
    max-width: 36rem;
  }

  .hero {
    /* min-height: calc(100svh - var(--nav-h) - 5.5rem); */
    place-items: end stretch;
    padding: var(--space-4) 1.25rem var(--space-5);
  }

  /* .hero-inner {
    width: min(100%, 56rem);
  } */

  .memory-carousel {
    --memory-card-w: min(42vw, 18rem);
  }

  .schedule-shell {
    grid-template-columns: 8.5rem minmax(0, 1fr);
    align-items: start;
    gap: var(--space-4);
  }

  .schedule-rail {
    position: sticky;
    top: calc(var(--nav-h) + 1.25rem);
    flex-direction: column;
    gap: 0;
    padding: 0.25rem 0 0.25rem 0.85rem;
    overflow: visible;
    border-left: 2px solid rgba(10, 31, 92, 0.14);
  }

  .schedule-rail-item {
    position: relative;
  }

  .schedule-rail-btn {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0.15rem 0 1.35rem 0.85rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  .schedule-rail-btn:hover {
    transform: none;
    background: transparent;
  }

  .schedule-rail-dot {
    position: absolute;
    left: -0.45rem;
    top: 0.35rem;
    grid-row: auto;
  }

  .schedule-rail-item.is-active .schedule-rail-btn {
    background: transparent;
  }

  .schedule-rail-item.is-active .schedule-rail-date {
    color: var(--color-cobalt);
  }

  .schedule-feed:not(:has(.event-card.is-open)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-feed:has(.event-card.is-open) {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-card-detail {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  }

  .event-detail-poster {
    position: sticky;
    top: calc(var(--nav-h) + 1rem);
    align-self: start;
  }

  .event-detail-poster img {
    max-height: calc(100svh - var(--nav-h) - 2rem);
    object-fit: cover;
  }

  .event-detail-copy {
    padding: 1.75rem 1.6rem 1.85rem;
  }

  .event-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-highlight-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-contact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* COVER OVERLAY — Vengeance animated-rays + flip digits, brand-locked */
body.cover-locked {
  overflow: hidden;
}

.cover-overlay {
  --cover-z: 200;
  position: fixed;
  inset: 0;
  z-index: var(--cover-z);
  display: grid;
  place-items: center;
  padding: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(255, 159, 84, 0.22), transparent 42%),
    radial-gradient(ellipse at 85% 80%, rgba(255, 235, 9, 0.12), transparent 40%),
    linear-gradient(160deg, #061433 0%, var(--color-cobalt-ink) 45%, #0c2870 100%);
  color: var(--color-white);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.65s;
}

.cover-overlay.is-collapsing {
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
  visibility: hidden;
}

.cover-overlay[hidden] {
  display: none;
}

.cover-rays {
  position: absolute;
  inset: 0;
  pointer-events: none;
  --stripe-color: #0a1f5c;
  --stripes: repeating-linear-gradient(
    100deg,
    var(--stripe-color) 0%,
    var(--stripe-color) 7%,
    transparent 10%,
    transparent 12%,
    var(--stripe-color) 16%
  );
  --rainbow: repeating-linear-gradient(
    100deg,
    #1642bf 10%,
    #ff9f54 15%,
    #1642bf 20%,
    #ffeb09 25%,
    #1642bf 30%
  );
}

.cover-rays-layer {
  position: absolute;
  inset: 0;
  background-image: var(--stripes), var(--rainbow);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  filter: blur(12px) opacity(0.55) saturate(160%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 38%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 38%, transparent 72%);
}

.cover-rays-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--stripes), var(--rainbow);
  background-size: 200%, 100%;
  background-attachment: fixed;
  mix-blend-mode: soft-light;
  animation: cover-aurora 55s linear infinite;
}

@keyframes cover-aurora {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}

.cover-grid {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(215, 224, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 224, 255, 0.35) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(1200px) rotateX(52deg) scale(1.35);
  transform-origin: center top;
  mask-image: linear-gradient(to bottom, black 10%, transparent 85%);
  -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 85%);
}

.cover-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 36rem);
  text-align: center;
  animation: cover-rise 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes cover-rise {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cover-brand {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4.5vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-yellow);
}

.cover-heading {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 3.4vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cover-lead {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  font-family: var(--font-display);
  color: var(--color-muted);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.cover-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 auto 1.35rem;
  width: min(100%, 28rem);
}

.cover-unit {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
}

.cover-digit {
  position: relative;
  width: 100%;
  min-height: 3.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(10, 31, 92, 0.65);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.cover-digit.is-flipping {
  animation: cover-digit-flip 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes cover-digit-flip {
  0% {
    transform: translateY(0.35rem);
    opacity: 0.35;
  }
  55% {
    transform: translateY(-0.08rem);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cover-unit span {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215, 224, 255, 0.75);
}

.cover-date {
  margin: 0;
  font-family: var(--font-script);
  font-size: 1.35rem;
  color: var(--color-orange);
}

.cover-price {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 12vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--color-yellow);
  opacity: 1;
  text-shadow: 0 0 18px rgba(255, 235, 9, 0.35);
  animation:
    cover-price-pop 0.28s cubic-bezier(0.18, 1.4, 0.4, 1) 0.35s both,
    cover-price-pulse 0.6s ease-in-out 0.7s infinite;
}

@keyframes cover-price-pop {
  from {
    transform: scale(0.72);
  }
  to {
    transform: scale(1);
  }
}

@keyframes cover-price-pulse {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 18px rgba(255, 235, 9, 0.35);
  }
  50% {
    transform: scale(1.06);
    text-shadow: 0 0 26px rgba(255, 235, 9, 0.6);
  }
}

@media (max-width: 420px) {
  .cover-countdown {
    gap: 0.4rem;
  }

  .cover-digit {
    min-height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  /* Keep memory lane horizontal — never stack photos */
  .memory-carousel {
    scroll-snap-type: x mandatory;
  }

  .memory-slide,
  .memory-slide-frame,
  .memory-card {
    animation: none !important;
    transform: none !important;
  }

  .cover-overlay.is-collapsing {
    opacity: 0;
    transform: none;
  }
}
