:root {
  --ink: #18061f;
  --paper: #17051f;
  --cream: #f4e8ff;
  --purple-950: #17051f;
  --purple-900: #260735;
  --purple-800: #3b0b55;
  --purple-700: #58118a;
  --purple-600: #7920bf;
  --purple-400: #b46dff;
  --lavender: #efe0ff;
  --magenta: #ff4fb8;
  --coral: #ff3fb4;
  --amber: #ffd447;
  --green: #30d67d;
  --blue: #42d9ff;
  --line: rgba(239, 224, 255, 0.2);
  --shadow: 0 24px 80px rgba(10, 0, 18, 0.42);
  --bubble-font: "DynaPuff", Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(180, 109, 255, 0.32), transparent 34rem),
    radial-gradient(circle at 88% 24%, rgba(255, 79, 184, 0.2), transparent 30rem),
    linear-gradient(180deg, var(--purple-950), var(--purple-900) 38%, var(--purple-800));
  color: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(23, 5, 31, 0.9);
  border-bottom: 1px solid rgba(239, 224, 255, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.site-nav,
.hero-actions,
.quick-info,
.section-heading,
.ticket-row,
.site-footer {
  align-items: center;
  display: flex;
}

.brand {
  font-family: var(--bubble-font);
  font-size: 1.05rem;
  font-weight: 400;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--lavender);
  border-radius: 50%;
  color: var(--purple-900);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.site-nav {
  flex-wrap: wrap;
  gap: 8px clamp(8px, 1.3vw, 16px);
  justify-content: center;
}

.menu-toggle {
  align-items: center;
  background: var(--amber);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--magenta);
  cursor: pointer;
  display: none;
  gap: 4px;
  grid-template-rows: repeat(3, 3px);
  height: 44px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 48px;
}

.menu-toggle span:not(.sr-only) {
  background: var(--ink);
  border-radius: 999px;
  display: block;
  height: 3px;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 22px;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav a,
.header-cta,
.button {
  font-size: 0.8rem;
  font-weight: 800;
}

.site-nav a[aria-current="page"] {
  color: var(--amber);
}

.header-cta,
.button {
  border: 2px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  padding: 12px 18px;
}

.header-cta {
  background: var(--purple-400);
  box-shadow: 4px 4px 0 var(--amber);
  color: var(--ink);
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px) rotate(-1deg);
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  animation: slowZoom 18s ease-in-out infinite alternate;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 5, 31, 0.94), rgba(58, 11, 85, 0.64) 45%, rgba(23, 5, 31, 0.18)),
    linear-gradient(0deg, rgba(23, 5, 31, 0.72), rgba(23, 5, 31, 0.1));
}

.powder-field {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.powder {
  --splat: #ff2fc2;
  --splat-soft: rgba(255, 47, 194, 0.78);
  --splat-dust: rgba(255, 129, 218, 0.84);
  animation: holiSplat 4.8s cubic-bezier(0.18, 0.82, 0.28, 1) infinite;
  background:
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.58) 0 4%, transparent 5%),
    radial-gradient(circle at 50% 52%, var(--splat) 0 12%, transparent 34%),
    radial-gradient(circle at 41% 44%, var(--splat-soft) 0 19%, transparent 43%),
    radial-gradient(circle at 58% 38%, var(--splat-dust) 0 17%, transparent 42%),
    radial-gradient(circle at 58% 66%, var(--splat-soft) 0 19%, transparent 45%),
    radial-gradient(circle at 33% 66%, var(--splat-dust) 0 12%, transparent 39%);
  border-radius: 50%;
  filter: saturate(1.7) brightness(1.24);
  opacity: 0;
  position: absolute;
  transform: scale(0.2) rotate(-10deg);
  will-change: transform, opacity;
}

.powder::before,
.powder::after,
.powder-pop::before,
.powder-pop::after {
  border-radius: inherit;
  content: "";
  position: absolute;
}

.powder::before {
  background:
    radial-gradient(circle, transparent 42%, var(--splat-soft) 43% 47%, transparent 54%),
    radial-gradient(circle at 48% 42%, var(--splat-dust) 0 7%, transparent 29%);
  inset: -18%;
  opacity: 0;
  animation: powderShockwave 4.8s cubic-bezier(0.14, 0.82, 0.26, 1) infinite;
  animation-delay: inherit;
}

.powder::after {
  background:
    radial-gradient(circle at 11% 45%, var(--splat-dust) 0 8px, transparent 9px),
    radial-gradient(circle at 20% 18%, var(--splat) 0 6px, transparent 7px),
    radial-gradient(circle at 47% 7%, var(--splat-dust) 0 9px, transparent 10px),
    radial-gradient(circle at 80% 17%, var(--splat) 0 8px, transparent 9px),
    radial-gradient(circle at 95% 48%, var(--splat-dust) 0 8px, transparent 9px),
    radial-gradient(circle at 76% 86%, var(--splat) 0 8px, transparent 9px),
    radial-gradient(circle at 38% 96%, var(--splat-dust) 0 9px, transparent 10px),
    radial-gradient(circle at 12% 76%, var(--splat) 0 7px, transparent 8px);
  inset: -42%;
  opacity: 0;
  animation: powderSpecks 4.8s ease-out infinite;
  animation-delay: inherit;
}

.powder i {
  --tx: 0px;
  --ty: 0px;
  --rot: 0deg;
  --size: 52px;
  animation: powderParticle 4.8s cubic-bezier(0.12, 0.74, 0.2, 1) infinite;
  animation-delay: inherit;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.34) 0 4%, transparent 6%),
    radial-gradient(circle at 49% 50%, var(--splat) 0 19%, var(--splat-soft) 20% 36%, transparent 68%),
    radial-gradient(circle at 28% 58%, var(--splat-dust) 0 13%, transparent 42%),
    radial-gradient(circle at 68% 38%, var(--splat-dust) 0 10%, transparent 36%);
  border-radius: 58% 42% 66% 34% / 44% 57% 43% 56%;
  display: block;
  height: var(--size);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.12) rotate(var(--rot));
  width: var(--size);
  will-change: transform, opacity;
}

.powder i:nth-child(1) {
  --tx: -156px;
  --ty: -132px;
  --rot: -34deg;
  --size: 58px;
}

.powder i:nth-child(2) {
  --tx: -22px;
  --ty: -172px;
  --rot: 18deg;
  --size: 46px;
}

.powder i:nth-child(3) {
  --tx: 146px;
  --ty: -142px;
  --rot: 42deg;
  --size: 64px;
}

.powder i:nth-child(4) {
  --tx: 188px;
  --ty: -18px;
  --rot: 74deg;
  --size: 50px;
}

.powder i:nth-child(5) {
  --tx: 154px;
  --ty: 132px;
  --rot: 118deg;
  --size: 60px;
}

.powder i:nth-child(6) {
  --tx: 8px;
  --ty: 172px;
  --rot: 154deg;
  --size: 44px;
}

.powder i:nth-child(7) {
  --tx: -132px;
  --ty: 146px;
  --rot: 204deg;
  --size: 56px;
}

.powder i:nth-child(8) {
  --tx: -192px;
  --ty: 10px;
  --rot: 264deg;
  --size: 48px;
}

.burst-one {
  --splat: #ff2fc2;
  --splat-soft: rgba(255, 47, 194, 0.44);
  --splat-dust: rgba(255, 129, 218, 0.76);
  height: 320px;
  right: -96px;
  top: 16%;
  width: 360px;
}

.burst-two {
  --splat: #ffe34d;
  --splat-soft: rgba(255, 227, 77, 0.44);
  --splat-dust: rgba(255, 238, 123, 0.78);
  animation-delay: -1.25s;
  bottom: 8%;
  height: 270px;
  left: 0;
  width: 310px;
}

.burst-three {
  --splat: #18e3ff;
  --splat-soft: rgba(24, 227, 255, 0.44);
  --splat-dust: rgba(124, 239, 255, 0.74);
  animation-delay: -2.35s;
  height: 250px;
  right: 22%;
  top: 54%;
  width: 290px;
}

.burst-four {
  --splat: #36ff7f;
  --splat-soft: rgba(54, 255, 127, 0.42);
  --splat-dust: rgba(132, 255, 176, 0.72);
  animation-delay: -3.2s;
  height: 240px;
  left: 20%;
  top: 14%;
  width: 280px;
}

.hero-content {
  color: #fff;
  max-width: 830px;
  padding: 27vh clamp(20px, 7vw, 92px) 130px;
  position: relative;
  z-index: 2;
}

.page-hero {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 79, 184, 0.26), transparent 24rem),
    radial-gradient(circle at 12% 70%, rgba(66, 217, 255, 0.18), transparent 20rem),
    linear-gradient(135deg, var(--purple-950), var(--purple-700));
  min-height: 54vh;
  overflow: hidden;
  padding: 170px clamp(20px, 7vw, 92px) 82px;
  position: relative;
}

.page-hero-image,
.page-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.page-hero-image {
  filter: saturate(1.15) contrast(1.04);
  object-fit: cover;
  transform: scale(1.04);
}

.page-hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 5, 31, 0.94), rgba(88, 17, 138, 0.66), rgba(23, 5, 31, 0.42)),
    linear-gradient(0deg, rgba(23, 5, 31, 0.82), rgba(23, 5, 31, 0.08));
  z-index: 1;
}

.page-hero-copy {
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.page-hero-copy p {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 720px;
}

.eyebrow,
.section-kicker,
.gallery-note span,
.quick-info span {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--amber);
  margin: 0 0 18px;
}

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

h1,
h2 {
  font-family: var(--bubble-font);
  font-weight: 400;
  line-height: 0.95;
}

h1 {
  animation: heroBob 5.2s ease-in-out infinite;
  font-size: clamp(3.7rem, 11vw, 8.7rem);
  letter-spacing: 0;
  margin-bottom: 24px;
  max-width: 980px;
  text-shadow:
    0 5px 0 rgba(255, 79, 184, 0.42),
    0 12px 28px rgba(0, 0, 0, 0.32);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 5.2rem);
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

p {
  line-height: 1.65;
}

.hero-copy {
  font-size: clamp(1.05rem, 2vw, 1.36rem);
  max-width: 690px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button.primary {
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quick-info {
  background: var(--purple-950);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.quick-info div {
  background: rgba(239, 224, 255, 0.08);
  padding: 26px clamp(18px, 4vw, 56px);
}

.quick-info span {
  color: var(--amber);
  display: block;
  margin-bottom: 8px;
}

.quick-info strong {
  display: block;
  font-size: clamp(1rem, 2vw, 1.32rem);
}

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

.home-link-card {
  animation: cardFloat 7s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(239, 224, 255, 0.14), rgba(239, 224, 255, 0.08));
  border: 2px solid rgba(239, 224, 255, 0.24);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 212, 71, 0.28);
  color: #fff;
  display: grid;
  min-height: 290px;
  padding: 24px;
}

.home-link-card:nth-child(2) {
  animation-delay: -1.7s;
}

.home-link-card:nth-child(3) {
  animation-delay: -3.1s;
}

.home-link-card:nth-child(4) {
  animation-delay: -4.4s;
}

.home-link-card span {
  color: var(--purple-400);
  display: block;
  font-weight: 900;
}

.home-link-card h2 {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  margin: auto 0 16px;
}

.home-link-card p {
  margin-bottom: 0;
}

.section,
.ticket-band {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

.powder-section {
  overflow: hidden;
  position: relative;
}

.powder-pop {
  animation: powderPulse 9s ease-in-out infinite;
  border-radius: 56% 44% 68% 32% / 45% 59% 41% 55%;
  opacity: 0.48;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.powder-pop.left {
  background: radial-gradient(circle, rgba(255, 79, 184, 0.72), transparent 70%);
  height: 220px;
  left: -70px;
  top: 35px;
  width: 220px;
}

.powder-pop.right {
  animation-delay: -3s;
  background: radial-gradient(circle, rgba(66, 217, 255, 0.62), transparent 70%);
  bottom: 20px;
  height: 180px;
  right: -58px;
  width: 180px;
}

.powder-pop.ticket-pop {
  animation-delay: -1.8s;
  background: radial-gradient(circle, rgba(255, 212, 71, 0.66), transparent 68%);
  height: 260px;
  left: 36%;
  top: 28px;
  width: 260px;
}

.intro-grid,
.section-kicker,
.ticket-copy,
.ticket-panel {
  position: relative;
  z-index: 1;
}

.section-kicker {
  color: var(--amber);
  margin-bottom: 16px;
}

.intro-grid,
.visit {
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.intro p,
.visit p,
.section-heading p,
.ticket-copy p {
  font-size: 1.08rem;
  max-width: 650px;
}

.section-heading {
  align-items: end;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 820px;
}

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

.feature-grid article {
  animation: cardFloat 7s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(239, 224, 255, 0.14), rgba(239, 224, 255, 0.08));
  border: 2px solid rgba(239, 224, 255, 0.24);
  border-radius: 8px;
  min-height: 260px;
  padding: 24px;
  box-shadow: 6px 6px 0 rgba(255, 212, 71, 0.28);
}

.feature-grid article:nth-child(2) {
  animation-delay: -1.7s;
}

.feature-grid article:nth-child(3) {
  animation-delay: -3.1s;
}

.feature-grid article:nth-child(4) {
  animation-delay: -4.4s;
}

.feature-grid span {
  color: var(--purple-400);
  display: block;
  font-weight: 900;
  margin-bottom: 36px;
}

.text-link {
  color: var(--amber);
  display: inline-flex;
  font-weight: 900;
  margin-top: 12px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.schedule-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule-card {
  background: linear-gradient(180deg, rgba(239, 224, 255, 0.16), rgba(239, 224, 255, 0.08));
  border: 2px solid rgba(239, 224, 255, 0.24);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 43, 157, 0.26);
  padding: clamp(20px, 4vw, 28px);
}

.schedule-card h3 {
  margin-bottom: 8px;
}

.schedule-note {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 18px;
}

.schedule-day {
  background: rgba(31, 8, 55, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  margin-top: 14px;
  padding: 16px;
}

.schedule-day h4 {
  color: var(--amber);
  font-size: 1rem;
  margin-bottom: 10px;
}

.schedule-day ul {
  display: grid;
  gap: 8px;
  list-style: none;
}

.schedule-day li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.schedule-day li::before {
  background: var(--pink);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255, 43, 157, 0.16);
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.schedule-day strong {
  color: #fff;
  font-weight: 900;
}

.stage-strip,
.activity-grid,
.artist-grid {
  display: grid;
  gap: 16px;
}

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

.stage-strip article,
.activity-grid article,
.artist-grid article {
  background: linear-gradient(180deg, rgba(239, 224, 255, 0.14), rgba(239, 224, 255, 0.08));
  border: 2px solid rgba(239, 224, 255, 0.24);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 43, 157, 0.2);
  padding: clamp(18px, 3vw, 24px);
}

.stage-strip img,
.activity-grid img,
.artist-grid img {
  aspect-ratio: 16 / 10;
  border: 2px solid rgba(255, 212, 71, 0.58);
  border-radius: 8px;
  box-shadow: 5px 5px 0 rgba(255, 43, 157, 0.2);
  height: auto;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.stage-strip article:nth-child(2n),
.activity-grid article:nth-child(2n),
.artist-grid article:nth-child(2n) {
  box-shadow: 6px 6px 0 rgba(255, 212, 71, 0.2);
}

.stage-strip h2,
.activity-grid h3,
.artist-grid h3 {
  color: var(--amber);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  margin-bottom: 10px;
}

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

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

.artist-grid article {
  min-height: 210px;
}

.whats-on-hub {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 212, 71, 0.2), transparent 20rem),
    radial-gradient(circle at 86% 70%, rgba(255, 43, 157, 0.18), transparent 24rem),
    rgba(23, 5, 31, 0.58);
  padding-top: clamp(32px, 5vw, 58px);
}

.hub-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hub-jump a {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 212, 71, 0.48);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: 10px 14px;
}

.hub-jump a:hover,
.hub-jump a:focus-visible {
  background: var(--amber);
  color: var(--ink);
}

.day-planner,
.compact-info-grid,
.mini-gallery {
  display: grid;
  gap: 16px;
}

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

.day-planner article,
.compact-info-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(239, 224, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}

.day-planner span {
  color: var(--amber);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.day-planner h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

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

.compact-info-grid h3 {
  color: var(--amber);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.compact-info-grid p,
.day-planner p {
  color: rgba(255, 255, 255, 0.84);
}

.mini-gallery {
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
}

.mini-gallery img {
  aspect-ratio: 4 / 3;
  border: 3px solid rgba(255, 212, 71, 0.62);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 43, 157, 0.22);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.map-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 71, 0.18), transparent 22rem),
    radial-gradient(circle at 88% 80%, rgba(66, 217, 255, 0.16), transparent 24rem),
    rgba(32, 4, 45, 0.62);
  overflow: hidden;
  position: relative;
}

.map-backdrop-image {
  height: 100%;
  inset: 0;
  opacity: 0.18;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.map-section > *:not(.map-backdrop-image) {
  position: relative;
  z-index: 1;
}

.map-focus-section {
  min-height: calc(100vh - 80px);
  padding-top: 118px;
}

.map-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
}

.map-stage {
  aspect-ratio: 16 / 11;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.26), transparent 7rem),
    linear-gradient(135deg, rgba(88, 17, 138, 0.9), rgba(255, 63, 180, 0.54));
  border: 3px solid rgba(255, 212, 71, 0.76);
  border-radius: 8px;
  box-shadow: 9px 9px 0 rgba(255, 43, 157, 0.25);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.map-stage.is-fullscreen {
  aspect-ratio: auto;
  background: #17051f;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100vh;
  min-height: 100vh;
  width: 100vw;
}

.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 8;
}

.map-toolbar button {
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(255, 212, 71, 0.84);
  border-radius: 999px;
  color: var(--purple-900);
  cursor: pointer;
  font-weight: 900;
  min-height: 40px;
  padding: 8px 13px;
}

.map-viewport {
  cursor: grab;
  inset: 0;
  overflow: hidden;
  position: absolute;
  touch-action: none;
}

.map-viewport:active {
  cursor: grabbing;
}

.map-canvas {
  height: 100%;
  inset: 0;
  position: absolute;
  transition: transform 340ms cubic-bezier(0.18, 0.82, 0.28, 1);
  transform-origin: center;
  width: 100%;
  will-change: transform;
}

.map-canvas.is-auto-centering,
.map-canvas.is-map-animating {
  transition: transform 340ms cubic-bezier(0.18, 0.82, 0.28, 1);
}

.map-canvas.is-map-dragging {
  transition: none;
}

.map-art {
  background:
    linear-gradient(36deg, transparent 0 47%, rgba(255, 255, 255, 0.18) 47% 52%, transparent 52%),
    linear-gradient(118deg, transparent 0 42%, rgba(255, 212, 71, 0.18) 42% 47%, transparent 47%),
    radial-gradient(circle at 18% 78%, rgba(48, 214, 125, 0.44), transparent 12rem),
    radial-gradient(circle at 76% 68%, rgba(66, 217, 255, 0.36), transparent 13rem),
    radial-gradient(circle at 52% 34%, rgba(255, 212, 71, 0.44), transparent 12rem);
  inset: 0;
  position: absolute;
}

.google-map-art {
  background: #274b30;
}

.google-map-layer,
.map-field-tint {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.google-map-layer {
  filter: saturate(1.22) contrast(1.08) brightness(0.9);
  object-fit: cover;
  pointer-events: none;
}

.map-field-tint {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 212, 71, 0.22), transparent 18rem),
    radial-gradient(circle at 24% 68%, rgba(255, 79, 184, 0.24), transparent 16rem),
    linear-gradient(180deg, rgba(23, 5, 31, 0.08), rgba(23, 5, 31, 0.24));
  pointer-events: none;
}

.map-zone {
  display: none;
  background: rgba(23, 5, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
}

.map-zone-stage {
  left: 38%;
  top: 18%;
}

.map-zone-relax {
  right: 8%;
  top: 58%;
}

.map-zone-stalls {
  left: 18%;
  top: 58%;
}

.map-zone-camping {
  bottom: 8%;
  left: 8%;
}

.map-zone-family {
  left: 10%;
  top: 34%;
}

.map-marker {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: var(--purple-950);
  cursor: pointer;
  display: grid;
  font-size: 0.68rem;
  font-weight: 900;
  justify-content: center;
  left: var(--x);
  min-height: 76px;
  min-width: 76px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: var(--y);
  transform: translate(-50%, -50%) scale(var(--map-ui-scale, 1));
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  z-index: 2;
}

.map-icon,
.marker-label {
  display: block;
  line-height: 1;
}

.map-icon {
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.34));
  height: 58px;
  margin: 0 auto;
  position: relative;
  width: 58px;
}

.marker-label {
  display: none;
}

.map-icon i,
.map-icon b,
.map-icon em,
.note {
  display: block;
  position: absolute;
}

.stage-icon i {
  background: var(--purple-700);
  border: 3px solid #fff;
  border-radius: 4px 4px 2px 2px;
  bottom: 8px;
  box-shadow: 0 0 0 3px rgba(24, 6, 31, 0.34);
  height: 24px;
  left: 8px;
  width: 42px;
}

.stage-icon b,
.stage-icon em {
  background: #fff;
  bottom: 8px;
  height: 30px;
  width: 4px;
}

.stage-icon b {
  left: 14px;
}

.stage-icon em {
  right: 14px;
}

.stage-icon::before {
  border-bottom: 21px solid var(--amber);
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  content: "";
  filter: drop-shadow(0 3px 0 rgba(255, 79, 184, 0.5));
  left: 2px;
  position: absolute;
  top: 2px;
}

.rocks-icon i {
  background: #ff149d;
}

.rocks-icon::before {
  border-bottom-color: #ff149d;
}

.rave-icon i {
  background: var(--amber);
}

.rave-icon::before {
  border-bottom-color: var(--amber);
}

.purple-icon i {
  background: var(--purple-700);
}

.purple-icon::before {
  border-bottom-color: var(--purple-700);
}

.note {
  animation: musicNote 1.7s ease-in-out infinite;
  color: var(--amber);
  font-family: var(--bubble-font);
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 900;
  text-shadow: 0 1px 0 #fff;
  top: -2px;
}

.note-one {
  left: -8px;
}

.note-two {
  animation-delay: 0.55s;
  right: -10px;
  top: 4px;
}

.ferris-icon i {
  animation: ferrisSpin 3s linear infinite;
  background:
    linear-gradient(90deg, transparent 47%, var(--purple-700) 47% 53%, transparent 53%),
    linear-gradient(0deg, transparent 47%, var(--purple-700) 47% 53%, transparent 53%),
    linear-gradient(45deg, transparent 47%, var(--purple-700) 47% 53%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, var(--purple-700) 47% 53%, transparent 53%),
    conic-gradient(from 45deg, var(--pink), var(--amber), #42d9ff, #30d67d, var(--purple-400), var(--pink));
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 3px var(--purple-700);
  height: 44px;
  left: 7px;
  top: 0;
  width: 44px;
}

.ferris-icon b {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 30px solid var(--purple-950);
  bottom: 0;
  left: 15px;
}

.ferris-icon em {
  background: var(--amber);
  border: 2px solid var(--purple-950);
  border-radius: 2px;
  height: 10px;
  left: 24px;
  top: 37px;
  width: 13px;
}

.fire-icon i,
.fire-icon b,
.fire-icon em {
  animation: fireFlicker 0.72s ease-in-out infinite alternate;
  border-radius: 62% 38% 55% 42%;
  bottom: 4px;
  filter: drop-shadow(0 0 8px rgba(255, 84, 18, 0.68));
  transform: rotate(-38deg);
}

.fire-icon i {
  background: linear-gradient(145deg, #ff2b00 10%, #ff7a00 48%, #ffd447 100%);
  height: 44px;
  left: 15px;
  width: 25px;
}

.fire-icon b {
  animation-delay: 0.16s;
  background: linear-gradient(145deg, #ff8a00 10%, #ffd447 70%, #fff0a8 100%);
  height: 34px;
  left: 24px;
  width: 19px;
}

.fire-icon em {
  animation-delay: 0.28s;
  background: #fff2b3;
  height: 21px;
  left: 29px;
  width: 12px;
}

.fire-icon::after {
  background:
    linear-gradient(25deg, transparent 0 36%, #5b2613 36% 48%, transparent 48%),
    linear-gradient(-25deg, transparent 0 36%, #5b2613 36% 48%, transparent 48%);
  bottom: 2px;
  content: "";
  height: 13px;
  left: 8px;
  position: absolute;
  width: 44px;
}

.stall-icon i {
  background: repeating-linear-gradient(90deg, var(--pink) 0 7px, var(--amber) 7px 14px);
  border: 3px solid #fff;
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 0 0 3px var(--purple-700);
  height: 19px;
  left: 5px;
  top: 7px;
  width: 48px;
}

.stall-icon b {
  background: #fff;
  border: 3px solid var(--purple-950);
  border-top: 0;
  height: 28px;
  left: 13px;
  top: 25px;
  width: 32px;
}

.food-icon i {
  background: #fff;
  border: 4px solid var(--purple-950);
  border-radius: 999px;
  height: 40px;
  left: 5px;
  top: 6px;
  width: 40px;
}

.food-icon b {
  background: var(--pink);
  border-radius: 999px;
  height: 17px;
  left: 17px;
  top: 18px;
  width: 17px;
}

.food-icon em {
  background: var(--purple-950);
  border-radius: 999px;
  height: 44px;
  right: 4px;
  top: 5px;
  width: 6px;
}

.make-icon i {
  background: conic-gradient(var(--pink), var(--amber), #42d9ff, #30d67d, var(--pink));
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 3px var(--purple-700);
  height: 42px;
  left: 3px;
  top: 7px;
  width: 42px;
}

.make-icon b {
  background: var(--purple-950);
  border-radius: 999px;
  height: 38px;
  right: 4px;
  top: 11px;
  transform: rotate(35deg);
  width: 7px;
}

.paint-icon i,
.paint-icon b,
.paint-icon em {
  animation: powderPulse 1.8s ease-in-out infinite;
  border-radius: 999px;
}

.paint-icon i {
  background: var(--pink);
  height: 36px;
  left: 13px;
  top: 8px;
  width: 36px;
}

.paint-icon b {
  animation-delay: 0.25s;
  background: var(--amber);
  height: 21px;
  left: 0;
  top: 20px;
  width: 21px;
}

.paint-icon em {
  animation-delay: 0.45s;
  background: #42d9ff;
  height: 20px;
  right: 0;
  top: 14px;
  width: 20px;
}

.camp-icon i {
  border-bottom: 42px solid var(--purple-700);
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  bottom: 6px;
  left: 2px;
}

.camp-icon b {
  border-bottom: 29px solid var(--amber);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: 6px;
  left: 14px;
}

.kids-icon i {
  background: var(--amber);
  border: 4px solid var(--purple-950);
  border-radius: 999px 999px 4px 4px;
  height: 40px;
  left: 9px;
  top: 6px;
  width: 27px;
}

.kids-icon b {
  background: var(--pink);
  border: 4px solid var(--purple-950);
  border-radius: 999px;
  height: 17px;
  right: 7px;
  top: 37px;
  width: 17px;
}

.relax-icon i {
  animation: relaxGlow 2.2s ease-in-out infinite;
  background: #42d9ff;
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(66, 217, 255, 0.24);
  height: 29px;
  left: 15px;
  top: 14px;
  width: 29px;
}

.relax-icon b,
.relax-icon em {
  background: var(--amber);
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.relax-icon b {
  left: 6px;
  top: 8px;
}

.relax-icon em {
  right: 6px;
  top: 35px;
}

.toilets-icon i {
  background: #fff;
  border: 4px solid var(--purple-950);
  border-radius: 6px;
  height: 42px;
  left: 13px;
  top: 7px;
  width: 32px;
}

.toilets-icon b {
  background: var(--purple-950);
  border-radius: 999px;
  height: 10px;
  left: 24px;
  top: 15px;
  width: 10px;
}

.toilets-icon em {
  border-bottom: 14px solid var(--pink);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 21px;
  top: 27px;
}

.parking-icon i {
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 3px var(--purple-700);
  height: 44px;
  left: 7px;
  top: 7px;
  width: 44px;
}

.parking-icon b {
  color: var(--purple-950);
  content: "";
  font-family: Inter, system-ui, sans-serif;
}

.parking-icon::after {
  color: var(--purple-950);
  content: "P";
  font-family: var(--bubble-font);
  font-size: 2rem;
  font-weight: 900;
  left: 20px;
  position: absolute;
  top: 13px;
}

.entrance-icon i {
  background: var(--amber);
  border: 4px solid #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 0 3px var(--purple-700);
  height: 34px;
  left: 7px;
  top: 10px;
  width: 44px;
}

.entrance-icon b,
.entrance-icon em {
  background: var(--purple-950);
  bottom: 7px;
  height: 25px;
  width: 5px;
}

.entrance-icon b {
  left: 13px;
}

.entrance-icon em {
  right: 13px;
}

.map-marker:hover,
.map-marker:focus-visible,
.map-marker.is-active {
  background: var(--amber);
  box-shadow: 0 0 0 9px rgba(255, 212, 71, 0.22), 0 12px 28px rgba(0, 0, 0, 0.32);
  color: var(--ink);
  transform: translate(-50%, -50%) scale(var(--map-ui-hover-scale, 1.08));
}

.map-detail-panel {
  align-self: start;
  background: rgba(239, 224, 255, 0.97);
  border: 3px solid rgba(255, 212, 71, 0.86);
  border-radius: 8px;
  box-shadow: 9px 9px 0 rgba(255, 43, 157, 0.28);
  color: var(--ink);
  min-height: 100%;
  overflow: hidden;
}

.map-detail-panel img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.map-detail-panel div {
  padding: clamp(18px, 3vw, 24px);
}

.map-detail-panel span {
  color: var(--purple-700);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.map-detail-panel h2 {
  color: var(--purple-900);
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.map-detail-panel p {
  color: #35203f;
}

.map-detail-panel ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 16px;
  padding: 0;
}

.map-detail-panel li {
  background: #fff;
  border: 1px solid rgba(88, 17, 138, 0.18);
  border-radius: 8px;
  padding: 12px;
}

.map-bubble {
  background: rgba(239, 224, 255, 0.96);
  border: 3px solid rgba(255, 212, 71, 0.76);
  border-radius: 8px;
  box-shadow: 9px 9px 0 rgba(255, 43, 157, 0.25);
  color: var(--ink);
  left: 50%;
  max-height: min(520px, 72vh);
  max-width: 330px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-100% - 28px)) scale(var(--map-ui-scale, 1));
  transform-origin: bottom center;
  width: min(330px, 88vw);
  z-index: 7;
}

.map-bubble[hidden] {
  display: none;
}

.map-bubble::after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid rgba(239, 224, 255, 0.96);
  bottom: -15px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.map-bubble.is-left {
  transform: translate(0, calc(-100% - 28px)) scale(var(--map-ui-scale, 1));
  transform-origin: bottom left;
}

.map-bubble.is-left::after {
  left: 23px;
}

.map-bubble.is-right {
  transform: translate(-100%, calc(-100% - 28px)) scale(var(--map-ui-scale, 1));
  transform-origin: bottom right;
}

.map-bubble.is-right::after {
  left: calc(100% - 23px);
}

.map-bubble.is-below {
  transform: translate(-50%, 28px) scale(var(--map-ui-scale, 1));
  transform-origin: top center;
}

.map-bubble.is-below::after {
  border-bottom: 16px solid rgba(239, 224, 255, 0.96);
  border-top: 0;
  bottom: auto;
  top: -15px;
}

.map-bubble.is-left.is-below {
  transform: translate(0, 28px) scale(var(--map-ui-scale, 1));
}

.map-bubble.is-right.is-below {
  transform: translate(-100%, 28px) scale(var(--map-ui-scale, 1));
}

.map-bubble-close {
  align-items: center;
  background: var(--pink);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
  z-index: 2;
}

.map-bubble img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.map-bubble div {
  max-height: 320px;
  overflow: auto;
  padding: 18px;
}

.map-bubble span {
  color: var(--purple-700);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.map-bubble h2 {
  color: var(--purple-900);
  font-size: clamp(1.6rem, 6vw, 2.5rem);
  margin-bottom: 12px;
}

.map-bubble p {
  color: #35203f;
}

.map-bubble ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 16px;
}

.map-bubble li {
  background: #fff;
  border: 1px solid rgba(88, 17, 138, 0.18);
  border-radius: 8px;
  padding: 12px;
}

.map-help {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  grid-column: 1 / -1;
}

.ticket-band {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 212, 71, 0.24), transparent 18rem),
    radial-gradient(circle at 14% 82%, rgba(66, 217, 255, 0.2), transparent 20rem),
    linear-gradient(135deg, var(--purple-900), var(--purple-700)),
    var(--purple-900);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
}

.page-ticket-band {
  padding-top: 160px;
}

.ticket-band .section-kicker {
  color: var(--amber);
}

.ticket-help {
  background: rgba(255, 212, 71, 0.14);
  border: 2px solid rgba(255, 212, 71, 0.42);
  border-radius: 8px;
  margin-top: 24px;
  max-width: 620px;
  padding: 16px;
}

.ticket-help strong,
.ticket-help span {
  display: block;
}

.ticket-help strong {
  color: var(--amber);
  margin-bottom: 6px;
}

.ticket-panel {
  background: rgba(239, 224, 255, 0.96);
  border: 2px solid rgba(255, 212, 71, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 24px;
}

.ticket-form-intro {
  background: #fff;
  border: 2px solid rgba(88, 17, 138, 0.28);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 18px;
}

.ticket-form-intro span {
  color: var(--purple-700);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ticket-form-intro strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.ticket-form-intro p,
.ticket-group-note,
.ticket-disclaimer {
  color: rgba(24, 6, 31, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.checkout-details {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 224, 255, 0.72));
  border: 2px solid rgba(94, 28, 145, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(58, 11, 85, 0.08);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
  padding: 14px;
}

.checkout-details label {
  display: grid;
  font-weight: 900;
  gap: 8px;
}

.checkout-details label span {
  color: var(--purple-800);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.checkout-details input {
  background: #fff;
  border: 2px solid rgba(59, 11, 85, 0.28);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 11px 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.checkout-details input:focus {
  border-color: var(--magenta);
  box-shadow:
    0 0 0 4px rgba(255, 79, 184, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.checkout-details input::placeholder {
  color: rgba(24, 6, 31, 0.42);
  font-weight: 700;
}

.checkout-details small {
  color: rgba(24, 6, 31, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.35;
}

.ticket-subtotal {
  align-items: center;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 212, 71, 0.42), transparent 42%),
    linear-gradient(135deg, var(--purple-800), var(--purple-600));
  border: 2px solid rgba(255, 212, 71, 0.86);
  border-radius: 8px;
  box-shadow: 5px 5px 0 rgba(24, 6, 31, 0.18);
  color: #fff;
  display: grid;
  gap: 6px 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 18px;
  padding: 16px;
}

.ticket-subtotal span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticket-subtotal strong {
  color: #fff;
  font-family: var(--bubble-font);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 0.9;
}

.ticket-subtotal small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  grid-column: 1 / -1;
}

.ticket-columns {
  color: rgba(24, 6, 31, 0.64);
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  grid-template-columns: minmax(0, 1fr) 92px 74px;
  letter-spacing: 0.08em;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.ticket-columns span:nth-child(2),
.ticket-columns span:nth-child(3) {
  text-align: right;
}

.ticket-filter {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(94, 28, 145, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 16px;
  padding: 14px;
}

.ticket-filter legend {
  color: var(--purple-800);
  font-family: var(--bubble-font);
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 8px;
}

.ticket-filter label {
  align-items: center;
  background: #fff;
  border: 2px solid rgba(94, 28, 145, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  padding: 9px 10px;
}

.ticket-filter input {
  accent-color: var(--purple-700);
  flex: 0 0 auto;
  margin: 0;
  min-height: 18px;
  width: 18px;
}

.ticket-filter small {
  color: rgba(24, 6, 31, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.35;
}

.ticket-group[hidden] {
  display: none;
}

.ticket-group {
  border-bottom: 1px solid rgba(24, 6, 31, 0.16);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.ticket-group h3 {
  color: var(--purple-800);
  font-family: var(--bubble-font);
  font-weight: 400;
  font-size: 1.25rem;
}

.ticket-group-note {
  margin: -4px 0 8px;
}

.ticket-group.early-bird {
  background: rgba(255, 212, 71, 0.18);
  border: 1px solid rgba(24, 6, 31, 0.14);
  border-radius: 8px;
  padding: 14px;
}

.ticket-pick,
.ticket-row {
  border-bottom: 1px solid var(--line);
  gap: 20px;
  justify-content: space-between;
  padding: 18px 0;
}

.ticket-pick {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 74px;
  margin: 0;
}

.ticket-pick span {
  display: grid;
  gap: 4px;
}

.ticket-pick b {
  color: var(--ink);
}

.ticket-pick small,
.ticket-total small {
  color: rgba(24, 6, 31, 0.66);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.ticket-pick strong {
  color: var(--purple-800);
  text-align: right;
}

.ticket-pick input {
  background: #fff;
  border: 2px solid var(--purple-800);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 40px;
  padding: 6px 8px;
  text-align: center;
}

.ticket-total {
  align-items: center;
  background: var(--purple-900);
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  padding: 18px;
}

.ticket-total span {
  display: grid;
  gap: 2px;
}

.ticket-total b {
  color: #fff;
}

.ticket-total small {
  color: rgba(255, 255, 255, 0.74);
}

.ticket-total strong {
  color: var(--amber);
  font-size: 1.6rem;
}

.ticket-disclaimer {
  margin: 0 0 16px;
}

.checkout-result {
  margin-top: 16px;
}

.checkout-result:empty {
  display: none;
}

.checkout-result-card {
  background: #fff;
  border: 2px solid var(--purple-800);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  padding: 16px;
}

.checkout-result-card strong {
  color: var(--purple-800);
  font-size: 1.15rem;
}

.checkout-result-card code {
  background: #f2e3ff;
  border: 2px solid rgba(24, 6, 31, 0.14);
  border-radius: 8px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 6px 10px;
}

.checkout-reference-note {
  background: rgba(255, 212, 71, 0.26);
  border: 2px solid rgba(24, 6, 31, 0.12);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  padding: 10px 12px;
}

.wide {
  margin-top: 22px;
  width: 100%;
}

.gallery {
  display: grid;
  gap: 18px;
  grid-auto-flow: dense;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
}

.gallery-large,
.gallery-tile {
  border: 2px solid rgba(255, 212, 71, 0.75);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(255, 79, 184, 0.22);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-large img,
.gallery-tile img {
  aspect-ratio: 1.22;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
  width: 100%;
}

.gallery-large:hover img,
.gallery-tile:hover img {
  filter: saturate(1.2);
  transform: scale(1.06) rotate(0.6deg);
}

.gallery-large figcaption {
  background: var(--purple-950);
  color: #fff;
  font-weight: 800;
  padding: 14px 16px;
}

.gallery-tile {
  min-height: 210px;
}

.gallery-tile.tall {
  grid-row: span 2;
}

.gallery-tile::after {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 212, 71, 0.9) 0 5px, transparent 6px),
    radial-gradient(circle at 86% 24%, rgba(66, 217, 255, 0.9) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 82%, rgba(255, 79, 184, 0.9) 0 6px, transparent 7px);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.gallery-note {
  border: 2px solid rgba(239, 224, 255, 0.24);
  border-radius: 8px;
  min-height: 220px;
  padding: 22px;
}

.gallery-note strong {
  display: block;
  font-size: 1.45rem;
  margin: 26px 0 12px;
}

.gallery-note.magenta {
  background: rgba(255, 79, 184, 0.26);
}

.gallery-note.amber {
  background: rgba(255, 212, 71, 0.22);
}

.gallery-note.green {
  background: rgba(48, 214, 125, 0.2);
}

.map-card {
  align-items: start;
  background:
    linear-gradient(90deg, rgba(23, 5, 31, 0.78), rgba(88, 17, 138, 0.42)),
    repeating-linear-gradient(135deg, #ffd447 0 18px, #ff4fb8 18px 36px, #30d67d 36px 54px, #42d9ff 54px 72px);
  border: 2px solid rgba(255, 212, 71, 0.75);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(23, 16, 25, 0.16);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 320px;
  padding: 24px;
}

.map-card span {
  font-weight: 900;
  margin-bottom: 8px;
}

.map-card strong {
  font-family: var(--bubble-font);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

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

.faq-grid article {
  background: rgba(239, 224, 255, 0.96);
  border: 2px solid rgba(255, 212, 71, 0.68);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 79, 184, 0.2);
  color: var(--ink);
  padding: 24px;
}

.faq-grid h2 {
  color: var(--purple-800);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.faq-grid p {
  color: rgba(24, 6, 31, 0.78);
  margin-bottom: 0;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

@keyframes heroBob {
  0%,
  100% {
    transform: rotate(-1deg) translateY(0);
  }

  50% {
    transform: rotate(1deg) translateY(-8px);
  }
}

@keyframes holiSplat {
  0%,
  7% {
    opacity: 0;
    transform: scale(0.12) rotate(-18deg);
  }

  13% {
    opacity: 1;
    transform: scale(0.76) rotate(-8deg);
  }

  27% {
    opacity: 0.96;
    transform: scale(1.22) rotate(5deg);
  }

  48% {
    opacity: 0.42;
    transform: scale(1.52) rotate(10deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.7) rotate(12deg);
  }
}

@keyframes powderParticle {
  0%,
  8% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.12) rotate(var(--rot));
  }

  14% {
    opacity: 0.98;
    transform: translate(-50%, -50%) translate(0, 0) scale(0.72) rotate(var(--rot));
  }

  32% {
    opacity: 0.82;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1.14) rotate(calc(var(--rot) + 42deg));
  }

  60% {
    opacity: 0.18;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1.38) rotate(calc(var(--rot) + 84deg));
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1.48) rotate(calc(var(--rot) + 96deg));
  }
}

@keyframes powderShockwave {
  0%,
  9% {
    opacity: 0;
    transform: scale(0.28);
  }

  15% {
    opacity: 0.9;
    transform: scale(0.72);
  }

  42% {
    opacity: 0.08;
    transform: scale(1.54);
  }

  100% {
    opacity: 0;
    transform: scale(1.68);
  }
}

@keyframes powderSpecks {
  0%,
  10% {
    opacity: 0;
    transform: scale(0.32) rotate(0deg);
  }

  18% {
    opacity: 0.98;
    transform: scale(0.82) rotate(12deg);
  }

  44% {
    opacity: 0.24;
    transform: scale(1.28) rotate(32deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.42) rotate(40deg);
  }
}

@keyframes powderPulse {
  0%,
  100% {
    filter: blur(0);
    opacity: 0.38;
    transform: scale(0.9) rotate(0deg);
  }

  50% {
    filter: blur(1px);
    opacity: 0.72;
    transform: scale(1.14) rotate(14deg);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes musicNote {
  0%,
  100% {
    opacity: 0;
    transform: translateY(9px) scale(0.72) rotate(-8deg);
  }

  28% {
    opacity: 1;
  }

  72% {
    opacity: 0;
    transform: translateY(-12px) scale(1.08) rotate(10deg);
  }
}

@keyframes ferrisSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fireFlicker {
  0% {
    filter: blur(0);
    transform: rotate(-38deg) scale(0.9, 1.03);
  }

  100% {
    filter: blur(0.4px);
    transform: rotate(-34deg) scale(1.05, 0.94);
  }
}

@keyframes relaxGlow {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(66, 217, 255, 0.18);
    transform: scale(0.92);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(66, 217, 255, 0.28);
    transform: scale(1.08);
  }
}

.site-footer {
  background: var(--purple-950);
  color: #fff;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.footer-socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.site-footer a,
.footer-socials a {
  color: var(--amber);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    background:
      radial-gradient(circle at 12% 18%, rgba(255, 212, 71, 0.22), transparent 12rem),
      linear-gradient(135deg, rgba(38, 7, 53, 0.98), rgba(88, 17, 138, 0.98));
    border: 2px solid rgba(255, 212, 71, 0.82);
    border-radius: 8px;
    box-shadow: 7px 7px 0 rgba(23, 16, 25, 0.32);
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding: 10px;
  }

  .site-header.is-menu-open .site-nav {
    display: grid;
  }

  .site-nav a {
    border-radius: 8px;
    padding: 14px 12px;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(255, 212, 71, 0.16);
  }

  .burst-one {
    height: clamp(180px, 36vw, 260px);
    right: -78px;
    top: 18%;
    width: clamp(210px, 42vw, 300px);
  }

  .burst-two {
    bottom: 9%;
    height: clamp(150px, 31vw, 220px);
    left: -54px;
    width: clamp(180px, 36vw, 250px);
  }

  .burst-three {
    height: clamp(140px, 29vw, 210px);
    right: 9%;
    top: 60%;
    width: clamp(170px, 34vw, 240px);
  }

  .burst-four {
    height: clamp(140px, 28vw, 200px);
    left: 11%;
    top: 16%;
    width: clamp(165px, 32vw, 230px);
  }

  .quick-info,
  .intro-grid,
  .feature-grid,
  .schedule-grid,
  .stage-strip,
  .activity-grid,
  .artist-grid,
  .day-planner,
  .compact-info-grid,
  .mini-gallery,
  .map-layout,
  .home-links,
  .ticket-band,
  .visit,
  .gallery,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .gallery-large {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-tile.tall {
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 88vh;
  }

  .powder {
    animation-duration: 5.6s;
  }

  .powder i {
    --size: 34px;
  }

  .powder i:nth-child(1) {
    --tx: -88px;
    --ty: -76px;
  }

  .powder i:nth-child(2) {
    --tx: -12px;
    --ty: -102px;
  }

  .powder i:nth-child(3) {
    --tx: 86px;
    --ty: -84px;
  }

  .powder i:nth-child(4) {
    --tx: 108px;
    --ty: -10px;
  }

  .powder i:nth-child(5) {
    --tx: 90px;
    --ty: 78px;
  }

  .powder i:nth-child(6) {
    --tx: 4px;
    --ty: 104px;
  }

  .powder i:nth-child(7) {
    --tx: -78px;
    --ty: 88px;
  }

  .powder i:nth-child(8) {
    --tx: -110px;
    --ty: 6px;
  }

  .burst-one {
    height: 150px;
    right: -62px;
    top: 16%;
    width: 178px;
  }

  .burst-two {
    bottom: 14%;
    height: 132px;
    left: -54px;
    width: 158px;
  }

  .burst-three {
    height: 126px;
    right: -24px;
    top: 63%;
    width: 150px;
  }

  .burst-four {
    height: 124px;
    left: 6%;
    top: 22%;
    width: 146px;
  }

  .hero-content {
    padding: 22vh 20px 76px;
  }

  .page-hero {
    min-height: 46vh;
    padding: 126px 20px 58px;
  }

  .button {
    width: 100%;
  }

  .ticket-row {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .ticket-pick {
    gap: 8px 12px;
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .ticket-columns {
    display: none;
  }

  .ticket-pick > span {
    grid-column: 1 / -1;
  }

  .ticket-pick strong {
    align-self: center;
    text-align: left;
  }

  .ticket-pick input {
    justify-self: end;
    width: 76px;
  }

  .ticket-subtotal {
    grid-template-columns: 1fr;
  }

  .ticket-filter {
    grid-template-columns: 1fr;
  }

  .checkout-details {
    grid-template-columns: 1fr;
  }

  .map-stage {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .map-stage.is-fullscreen {
    aspect-ratio: auto;
    min-height: 100vh;
  }

  .map-marker {
    font-size: 0.68rem;
    min-height: 42px;
    min-width: 42px;
  }

  .map-toolbar {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .map-toolbar button {
    min-height: 38px;
    padding: 7px 10px;
  }

  .map-bubble {
    max-height: 64vh;
    max-width: 300px;
    width: min(300px, 84vw);
  }

  .map-bubble img {
    aspect-ratio: 16 / 8;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }
}

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