: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: #ff6f61;
  --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: "Bagel Fat One", 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;
}

.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: 24px;
  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 {
  gap: clamp(14px, 3vw, 34px);
  justify-content: center;
}

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

.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));
}

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

.rainbow-splats span {
  animation: splatFloat 5.8s ease-in-out infinite;
  border-radius: 68% 32% 72% 28% / 48% 67% 33% 52%;
  box-shadow:
    18px -10px 0 -8px currentColor,
    -15px 14px 0 -9px currentColor,
    6px 22px 0 -10px currentColor;
  color: inherit;
  filter: saturate(1.35) drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
  opacity: 0.88;
  position: absolute;
  transform: rotate(-14deg);
}

.rainbow-splats span:nth-child(1) {
  background: var(--magenta);
  color: var(--magenta);
  height: 54px;
  right: 13%;
  top: 24%;
  width: 88px;
}

.rainbow-splats span:nth-child(2) {
  background: var(--amber);
  color: var(--amber);
  animation-delay: -1.2s;
  height: 36px;
  right: 26%;
  top: 33%;
  width: 62px;
}

.rainbow-splats span:nth-child(3) {
  background: var(--green);
  color: var(--green);
  animation-delay: -2.6s;
  bottom: 21%;
  height: 44px;
  right: 17%;
  width: 76px;
}

.rainbow-splats span:nth-child(4) {
  background: var(--blue);
  color: var(--blue);
  animation-delay: -3.4s;
  bottom: 32%;
  height: 28px;
  right: 7%;
  width: 56px;
}

.rainbow-splats span:nth-child(5) {
  background: var(--coral);
  color: var(--coral);
  animation-delay: -4.1s;
  height: 40px;
  left: 6%;
  top: 18%;
  width: 66px;
}

.rainbow-splats span:nth-child(6) {
  animation-delay: -2s;
  background: var(--purple-400);
  bottom: 14%;
  color: var(--purple-400);
  height: 76px;
  left: 14%;
  width: 118px;
}

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

.powder {
  animation: powderPulse 8s ease-in-out infinite;
  border-radius: 50%;
  opacity: 0.72;
  position: absolute;
  transform: scale(0.96);
}

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

.burst-one {
  background: radial-gradient(circle, rgba(255, 79, 184, 0.86), rgba(255, 79, 184, 0.08) 64%, transparent 70%);
  height: 260px;
  right: -68px;
  top: 18%;
  width: 260px;
}

.burst-two {
  animation-delay: -2.2s;
  background: radial-gradient(circle, rgba(255, 212, 71, 0.82), rgba(255, 212, 71, 0.08) 62%, transparent 72%);
  bottom: 10%;
  height: 210px;
  left: 4%;
  width: 210px;
}

.burst-three {
  animation-delay: -4.6s;
  background: radial-gradient(circle, rgba(66, 217, 255, 0.78), rgba(66, 217, 255, 0.08) 62%, transparent 72%);
  height: 180px;
  right: 24%;
  top: 55%;
  width: 180px;
}

.burst-four {
  animation-delay: -6s;
  background: radial-gradient(circle, rgba(48, 214, 125, 0.72), rgba(48, 214, 125, 0.08) 62%, transparent 72%);
  height: 170px;
  left: 22%;
  top: 16%;
  width: 170px;
}

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

.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);
}

.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;
}

.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);
}

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

.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-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.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) auto 74px;
  margin: 0;
}

.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;
}

.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 strong {
  color: var(--amber);
  font-size: 1.6rem;
}

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

.gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.45fr 1fr 1fr;
}

.gallery-large {
  border: 2px solid rgba(255, 212, 71, 0.75);
  border-radius: 8px;
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
}

.gallery-large img {
  aspect-ratio: 1.22;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.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;
}

@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 splatFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-14deg) scale(1);
  }

  50% {
    transform: translate3d(10px, -16px, 0) rotate(8deg) scale(1.08);
  }
}

@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);
  }
}

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

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

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

  .site-nav {
    display: none;
  }

  .quick-info,
  .intro-grid,
  .feature-grid,
  .ticket-band,
  .visit,
  .gallery {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 560px) {
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

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

  .button {
    width: 100%;
  }

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

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

  .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;
  }
}
