:root {
  --bg: #070707;
  --fg: #f4f1ea;
  --muted: #9b968d;
  --line: rgba(244, 241, 234, 0.18);
  --hot: #ff3f9f;
  --acid: #ccff00;
  --panel: #11110f;
  --ease: cubic-bezier(.19, 1, .22, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--fg);
  background: var(--bg);
  overflow-x: hidden;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: .08;
  background-image: radial-gradient(circle at 20% 20%, white 0 1px, transparent 1px), radial-gradient(circle at 80% 60%, white 0 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: screen;
}

.cursor {
  position: fixed;
  width: 22px;
  height: 22px;
  border: 1px solid var(--fg);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  transform: translate(-50%, -50%);
  transition: width .25s var(--ease), height .25s var(--ease), opacity .25s;
  opacity: .7;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .14em;
  transition: background .5s var(--ease), border-color .5s var(--ease);
}
.site-header.scrolled {
  background: rgba(7, 7, 7, .72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand, nav { display: flex; align-items: center; gap: 22px; }
.brand-mark {
  width: 11px;
  height: 11px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 24px var(--acid);
}
.ticket-link { color: var(--acid); }

.panel {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 28px;
}
.hero { text-align: center; isolation: isolate; }
.hero-title {
  max-width: 1100px;
  margin: 20px auto;
  font-size: clamp(40px, 10vw, 150px);
  line-height: .88;
  letter-spacing: -.08em;
  text-transform: uppercase;
}
.eyebrow, .section-label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  color: var(--muted);
}
.hero-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
}
.scroll-hint {
  position: absolute;
  bottom: 28px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.orb {
  position: absolute;
  width: 44vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(42px);
  opacity: .28;
  z-index: -1;
}
.orb-one { background: var(--hot); top: 8%; left: -15%; }
.orb-two { background: #245cff; bottom: -10%; right: -12%; }

.section-pad { padding: 120px 7vw; }
.events { border-top: 1px solid var(--line); }
.event-card {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 210px;
  border-bottom: 1px solid var(--line);
}
.event-date span { display: block; font-size: 70px; line-height: .9; letter-spacing: -.08em; }
.event-date small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.event-main h2 {
  margin: 10px 0;
  font-size: clamp(38px, 6vw, 96px);
  line-height: .9;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.event-main p:last-child { max-width: 580px; color: var(--muted); }
.button {
  display: inline-grid;
  place-items: center;
  min-width: 120px;
  border: 1px solid var(--fg);
  border-radius: 999px;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}
.button:hover { background: var(--fg); color: var(--bg); transform: translateY(-2px); }
.button.ghost { border-color: var(--line); color: var(--muted); }
.button.large { padding: 18px 34px; margin-top: 28px; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  align-items: center;
}
.split h2, .cta h2 {
  font-size: clamp(42px, 7vw, 112px);
  line-height: .92;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.split p:last-child { color: var(--muted); max-width: 520px; font-size: 18px; line-height: 1.65; }
.image-stack { min-height: 620px; position: relative; }
.venue-image {
  position: absolute;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  object-fit: cover;
}
.image-a { top: 0; left: 0; width: 82%; height: 84%; }
.image-b { top: 38%; left: 36%; width: 64%; height: 62%; }

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  white-space: nowrap;
  color: var(--acid);
  font-size: clamp(34px, 8vw, 120px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.06em;
}
.marquee div {
  display: inline-flex;
  animation: marquee 24s linear infinite;
}
.marquee span { padding-right: .3em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.info-card {
  min-height: 320px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-card span { color: var(--acid); }
.info-card h3 {
  font-size: 42px;
  margin: auto 0 12px;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.info-card p { color: var(--muted); line-height: 1.6; }

.cta { text-align: center; background: radial-gradient(circle at center, #181414, #070707 62%); }
footer {
  display: flex;
  justify-content: space-between;
  padding: 28px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(54px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
}
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
  .cursor { display: none; }
  .site-header { align-items: flex-start; gap: 18px; }
  nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .event-card { grid-template-columns: 1fr; padding: 34px 0; }
  .split, .info-grid { grid-template-columns: 1fr; }
  .image-stack { min-height: 460px; }
  footer { flex-direction: column; gap: 10px; }
}
