:root {
  color-scheme: dark;
  --ink: #080510;
  --panel: rgba(15, 9, 24, 0.78);
  --line: rgba(255, 255, 255, 0.15);
  --text: #fff9f0;
  --muted: #d6ccde;
  --soft: #9b90aa;
  --gold: #ffd166;
  --pink: #ff1494;
  --violet: #6d35ff;
  --cyan: #25e4ff;
  --max: 1180px;
  --radius: 8px;
  --scroll-shift: 0px;
  --scroll-spin: 0deg;
  --flash-alpha: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 209, 102, 0.15), transparent 28%),
    radial-gradient(circle at 12% 64%, rgba(255, 20, 148, 0.17), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(37, 228, 255, 0.12), transparent 24%),
    #080510;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(255, 209, 102, 0.12) 32.2%, transparent 33%),
    linear-gradient(245deg, transparent 0 40%, rgba(255, 20, 148, 0.12) 40.2%, transparent 41%),
    repeating-linear-gradient(90deg, transparent 0 120px, rgba(255, 255, 255, 0.04) 121px 122px);
  transform: translateY(calc(var(--scroll-shift) * -0.08));
}

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

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

.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--pink), var(--cyan));
  transform: scaleX(0);
  transform-origin: left center;
  box-shadow: 0 0 24px rgba(255, 209, 102, 0.5);
}

.topbar {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 40;
  width: min(calc(100% - 32px), var(--max));
  min-height: 66px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 5, 16, 0.82);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.topbar,
.hero-posters img,
.showcase,
.moment-grid article,
.gallery-track figure,
.visit {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.brand img,
.footer img {
  width: 178px;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(255, 20, 148, 0.26));
}

.topbar nav,
.footer nav,
.actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.topbar nav {
  justify-content: center;
}

.topbar a,
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 15px;
  font-size: 14px;
  font-weight: 850;
}

.topbar nav a {
  color: var(--muted);
}

.top-cta,
.button.primary {
  color: #15080f;
  background: linear-gradient(135deg, var(--gold), #fff 42%, var(--pink));
  box-shadow: 0 0 28px rgba(255, 209, 102, 0.34);
}

.button.ghost {
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 138px 24px 90px;
}

.stage-glow {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(8, 5, 16, 0.32), rgba(8, 5, 16, 0.92)),
    url("assets/media/neon-mirrors.jpg") center / cover no-repeat;
  filter: saturate(1.18) contrast(1.06);
}

.stage-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 24%, rgba(255, 209, 102, 0.26), transparent 34%),
    linear-gradient(90deg, rgba(8, 5, 16, 0.86), rgba(8, 5, 16, 0.28) 50%, rgba(8, 5, 16, 0.88));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
}

h1 {
  font-size: clamp(46px, 8vw, 98px);
  font-weight: 950;
  text-shadow: 0 0 34px rgba(255, 209, 102, 0.3), 0 0 56px rgba(255, 20, 148, 0.24);
}

.ticket-note {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 209, 102, 0.38);
  border-radius: var(--radius);
  background: rgba(8, 5, 16, 0.62);
  color: #fff;
  font-weight: 900;
}

.ticket-note span {
  display: block;
  margin-top: 4px;
  color: #efe8ff;
  font-size: 15px;
  font-weight: 700;
}

.lede {
  max-width: 740px;
  margin: 20px auto 0;
  color: #f3ecff;
  font-size: 20px;
}

.actions {
  justify-content: center;
  margin-top: 30px;
}

.hero-posters {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  min-height: 270px;
  margin: 54px auto 0;
}

.hero-posters img {
  position: absolute;
  width: 32%;
  height: 250px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

.hero-posters img:nth-child(1) {
  left: 0;
  transform: rotate(-5deg);
}

.hero-posters img:nth-child(2) {
  left: 34%;
  top: -18px;
}

.hero-posters img:nth-child(3) {
  right: 0;
  transform: rotate(5deg);
}

.moments,
.showcase,
.story-section,
.faq-section,
.gallery,
.visit {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.narrow {
  max-width: 720px;
}

.section-head h2,
.showcase h2,
.visit h2 {
  max-width: 840px;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 940;
}

.section-head p,
.showcase p,
.visit p,
.moment-grid span {
  color: var(--muted);
  font-size: 18px;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.moment-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 209, 102, 0.12), transparent),
    rgba(255, 255, 255, 0.05);
}

.moment-grid strong {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 1.05;
}

.moment-grid span {
  display: block;
  margin-top: 58px;
  font-size: 15px;
}

.showcase {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--panel);
}

.showcase img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 6px;
}

.showcase div {
  padding: 24px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid var(--gold);
  color: #fff;
  font-weight: 900;
}

.story-section {
  border-top: 1px solid var(--line);
}

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

.story-grid article,
.faq-grid article,
.copy-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 209, 102, 0.1), transparent),
    rgba(255, 255, 255, 0.045);
}

.story-grid h3,
.faq-grid h3,
.copy-panel h3 {
  font-size: 24px;
}

.story-grid p,
.faq-grid p,
.copy-panel p {
  color: var(--muted);
}

.copy-panel {
  margin-top: 14px;
  background:
    linear-gradient(90deg, rgba(255, 20, 148, 0.12), transparent 44%, rgba(255, 209, 102, 0.1)),
    rgba(255, 255, 255, 0.05);
}

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

.gallery-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 14px;
}

.gallery-track figure {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.gallery-track figure:nth-child(even) {
  margin-top: 42px;
}

.gallery-track img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.gallery-track figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 18px #000;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.visit-actions {
  align-content: start;
}

.footer {
  width: min(var(--max), calc(100% - 48px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 auto;
  padding: 42px 0 52px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--soft);
  font-size: 13px;
}

.footer p a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 209, 102, 0.65);
  text-underline-offset: 4px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 180px 1fr;
  }

  .topbar nav {
    display: none;
  }

  .top-cta {
    justify-self: end;
  }

  .hero-posters {
    min-height: 660px;
  }

  .hero-posters img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 210px;
    margin-bottom: 14px;
    transform: none !important;
  }

  .moment-grid,
  .story-grid,
  .faq-grid,
  .showcase,
  .visit {
    grid-template-columns: 1fr;
  }

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

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body::before {
    display: none;
  }

  .topbar {
    top: 10px;
    width: calc(100% - 20px);
    padding: 9px 10px;
    background: rgba(8, 5, 16, 0.94);
    backdrop-filter: none;
  }

  .brand img,
  .footer img {
    width: 148px;
  }

  .hero,
  .moments,
  .showcase,
  .story-section,
  .faq-section,
  .gallery,
  .visit,
  .footer {
    width: calc(100% - 36px);
  }

  .hero {
    min-height: auto;
    padding: 112px 0 70px;
  }

  .stage-glow {
    filter: none;
  }

  .ticket-note,
  .lede,
  .section-head p,
  .showcase p,
  .visit p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .moment-grid,
  .gallery-track {
    grid-template-columns: 1fr;
  }

  .showcase {
    width: calc(100% - 36px);
    padding: 12px;
  }

  .showcase img,
  .gallery-track img,
  .gallery-track figure {
    min-height: 300px;
    height: 300px;
  }

  .gallery-track figure:nth-child(even) {
    margin-top: 0;
  }
}

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