:root {
  --ink: #07070a;
  --paper: #f1f0ea;
  --violet: #8d5cff;
  --cyan: #79ecff;
  --coral: #ff5c42;
  --muted: #a7a5ad;
  --line: rgba(255,255,255,.16);
  --ease: cubic-bezier(.2,.78,.22,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
::selection { background: var(--coral); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.grain {
  position: fixed;
  inset: -50%;
  pointer-events: none;
  z-index: 100;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation: grain .22s steps(2) infinite;
}
.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: .08;
  background: radial-gradient(circle, var(--violet), transparent 68%);
  transform: translate3d(calc(var(--mx, 50vw) - 50%), calc(var(--my, 50vh) - 50%), 0);
  transition: opacity .3s;
}
.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 300;
  background: rgba(255,255,255,.05);
}
.page-progress span {
  display: block;
  height: 100%;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, var(--violet), var(--cyan), var(--coral));
}

.site-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  padding: 0 3.2vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  mix-blend-mode: difference;
  color: white;
  transition: transform .5s var(--ease);
}
.site-header.hidden { transform: translateY(-110%); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.brand i {
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
}
.site-header nav a, footer a { position: relative; }
.site-header nav a::after, footer div a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.site-header nav a:hover::after, footer div a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-ticket {
  justify-self: end;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
}
.nav-ticket svg, .card-info svg, .ticket-cta svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform .3s var(--ease);
}
.nav-ticket:hover svg, .card-info a:hover svg, .ticket-cta:hover svg { transform: translateX(5px); }

.hero {
  position: relative;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 45%, rgba(82,42,128,.1), transparent 30%),
    var(--ink);
}
#aurora { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,7,10,.18), transparent 30%, transparent 70%, rgba(7,7,10,.72));
  pointer-events: none;
}
.hero-orbit {
  position: absolute;
  left: 50%;
  top: 49%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one { width: 34vw; height: 34vw; transform: translate(-50%,-50%) rotate(22deg); animation: orbit 18s ease-in-out infinite alternate; }
.orbit-two { width: 39vw; height: 28vw; transform: translate(-50%,-50%) rotate(-42deg); animation: orbit2 23s ease-in-out infinite alternate; }
.hero-meta {
  position: absolute;
  top: 116px;
  left: 3.2vw;
  right: 3.2vw;
  display: flex;
  justify-content: space-between;
  font: 10px "IBM Plex Mono", monospace;
  letter-spacing: .12em;
  color: rgba(255,255,255,.64);
}
.hero-title {
  position: absolute;
  inset: 50% 3vw auto;
  transform: translateY(-54%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  line-height: .72;
  pointer-events: none;
}
.title-line {
  display: flex;
  justify-content: space-between;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(6rem, 15vw, 16rem);
  font-weight: 600;
  letter-spacing: -.09em;
  text-transform: uppercase;
}
.title-line span {
  display: inline-block;
  opacity: 0;
  filter: blur(18px);
  transform: translateY(80px) rotate(4deg);
  animation: letterIn 1.35s var(--ease) forwards;
}
.title-void span { animation-delay: calc(.34s + var(--i, 0) * .08s); }
.title-luma span:nth-child(1), .title-void span:nth-child(1) { --i: 0; }
.title-luma span:nth-child(2), .title-void span:nth-child(2) { --i: 1; }
.title-luma span:nth-child(3), .title-void span:nth-child(3) { --i: 2; }
.title-luma span:nth-child(4), .title-void span:nth-child(4) { --i: 3; }
.title-luma span { animation-delay: calc(.12s + var(--i) * .08s); }
.title-slash {
  margin: 0 .08em;
  font: italic 400 clamp(6rem,14vw,14rem) "Bodoni Moda", serif;
  color: var(--coral);
  text-shadow: 0 0 50px rgba(255,92,66,.45);
}
.load-in {
  opacity: 0;
  transform: translateY(20px);
  animation: loadIn .9s 1s var(--ease) forwards;
}
.hero-meta.load-in { animation-delay: .8s; }
.hero-bottom {
  position: absolute;
  left: 3.2vw;
  right: 3.2vw;
  bottom: 4vh;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}
.hero-bottom > p {
  max-width: 330px;
  margin: 0;
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.65;
}
.circle-cta {
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font: 9px/1.4 "IBM Plex Mono", monospace;
  text-align: center;
  transition: color .35s, background .35s, border-color .35s;
}
.circle-cta:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.circle-cta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.sound-label {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  font: 9px "IBM Plex Mono", monospace;
  color: rgba(255,255,255,.54);
}
.sound-bars { display: flex; align-items: center; gap: 2px; height: 16px; }
.sound-bars i { width: 1px; height: 5px; background: white; animation: sound 1s ease-in-out infinite alternate; }
.sound-bars i:nth-child(2) { animation-delay: -.3s; height: 12px; }
.sound-bars i:nth-child(3) { animation-delay: -.6s; height: 8px; }
.sound-bars i:nth-child(4) { animation-delay: -.1s; height: 14px; }
.sound-bars i:nth-child(5) { animation-delay: -.45s; height: 7px; }

.section-label {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font: 10px "IBM Plex Mono", monospace;
  letter-spacing: .08em;
  color: var(--muted);
}
.manifesto {
  min-height: 100svh;
  padding: 11vw 6vw 8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.manifesto::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  right: -12vw;
  bottom: 0;
  border-radius: 50%;
  filter: blur(80px);
  background: rgba(141,92,255,.13);
}
.manifesto-copy {
  margin: 8vw 0;
  font-size: clamp(3.4rem, 8.5vw, 9.2rem);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 500;
}
.serif, .manifesto-copy .serif {
  font-family: "Bodoni Moda", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--violet);
}
.manifesto-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.manifesto-foot p {
  max-width: 420px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #c1bfc6;
}
.coordinates {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  font: 10px/1.8 "IBM Plex Mono", monospace;
  color: var(--muted);
}

.signal-strip {
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  transform: rotate(-1.2deg) scale(1.02);
}
.marquee { padding: 21px 0; }
.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: marquee 24s linear infinite;
}
.marquee-track span {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.5rem,3vw,3rem);
  font-style: italic;
  white-space: nowrap;
}
.marquee-track i {
  width: 9px;
  height: 9px;
  margin: 0 38px;
  border-radius: 50%;
  background: var(--coral);
}

.program {
  padding: 12vw 3vw 10vw;
  position: relative;
}
.section-heading { margin-bottom: 7vw; }
.section-heading h2 {
  margin: 4vw 0 0;
  max-width: 900px;
  font-size: clamp(4rem, 9vw, 9.5rem);
  line-height: .82;
  letter-spacing: -.08em;
  font-weight: 500;
}
.section-heading h2 em, .card-info h3 em {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  color: var(--cyan);
}
.section-heading > p {
  max-width: 350px;
  margin: 2vw 0 0 auto;
  line-height: 1.8;
  font-size: 14px;
  color: var(--muted);
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  align-items: start;
}
.program-card {
  background: #101014;
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color .3s, transform .25s var(--ease);
}
.program-card:nth-child(2) { margin-top: 8vw; }
.program-card:hover, .program-card:focus { border-color: rgba(255,255,255,.45); }
.card-visual {
  aspect-ratio: .9;
  position: relative;
  overflow: hidden;
  background: #0b0b0e;
}
.card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.5));
}
.card-index, .card-duration {
  position: absolute;
  z-index: 2;
  top: 18px;
  font: 10px "IBM Plex Mono", monospace;
}
.card-index { left: 18px; }
.card-duration { right: 18px; color: rgba(255,255,255,.65); }
.wave {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 43% 57% 61% 39% / 44% 38% 62% 56%;
  filter: drop-shadow(0 0 18px var(--violet));
  animation: morph 7s ease-in-out infinite alternate;
}
.wave-a { background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.2), transparent 30%), rgba(141,92,255,.2); }
.wave-b { transform: scale(.75) rotate(40deg); animation-delay: -3s; }
.radar {
  position: absolute;
  width: 65%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid rgba(121,236,255,.8);
  background: repeating-radial-gradient(circle, transparent 0 20px, rgba(121,236,255,.2) 21px 22px);
  box-shadow: 0 0 60px rgba(121,236,255,.2), inset 0 0 50px rgba(121,236,255,.12);
}
.radar::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 75%, rgba(121,236,255,.7));
  mix-blend-mode: screen;
  animation: radar 4s linear infinite;
}
.sun-core {
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 55% 35%, #fff 0 2%, #ffb49e 8%, var(--coral) 30%, #5c0f04 66%, transparent 67%);
  filter: drop-shadow(0 0 45px rgba(255,92,66,.5));
  animation: pulse 4s ease-in-out infinite;
}
.sun-core::before, .sun-core::after {
  content: "";
  position: absolute;
  inset: -15%;
  border-radius: 46% 54% 43% 57%;
  border: 1px solid rgba(255,92,66,.6);
  animation: orbit 5s ease-in-out infinite alternate;
}
.sun-core::after { inset: -30%; animation-delay: -2s; }
.card-info { min-height: 340px; padding: 28px; display: flex; flex-direction: column; }
.eyebrow { font: 9px "IBM Plex Mono", monospace; letter-spacing: .12em; color: var(--muted); }
.card-info h3 { margin: 16px 0 0; font-size: clamp(2.2rem, 3.8vw, 4rem); line-height: .92; letter-spacing: -.06em; font-weight: 500; }
.card-info p { margin: auto 0 26px; max-width: 310px; font-size: 13px; line-height: 1.75; color: var(--muted); }
.card-info a { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; font-size: 12px; }

.venue {
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink);
  padding: 7vw 6vw 5vw;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.venue .section-label { border-color: rgba(0,0,0,.25); color: #68666b; }
.venue-light {
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 50vw;
  right: -8vw;
  top: -10vw;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 45%, white, rgba(121,236,255,.75) 18%, rgba(141,92,255,.52) 40%, transparent 70%);
  filter: blur(30px);
  animation: float 9s ease-in-out infinite alternate;
}
.venue-copy { margin-top: 9vw; display: grid; grid-template-columns: 1.15fr 1fr; }
.venue-copy h2, .venue-copy p { margin: 0; font-size: clamp(4rem, 8vw, 9rem); line-height: .83; letter-spacing: -.08em; font-weight: 500; }
.venue-copy .serif { color: #5f32dd; }
.venue-details { margin-top: 8vw; display: flex; align-items: center; justify-content: space-between; }
.venue-details p { font-size: 12px; line-height: 1.8; }
.ticket-cta {
  width: min(430px, 42vw);
  min-height: 72px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper);
  transition: background .3s, color .3s;
}
.ticket-cta:hover { background: var(--coral); color: var(--ink); }
.giant-date {
  margin-top: 5vw;
  font-family: "Bodoni Moda", serif;
  font-size: 20vw;
  line-height: .6;
  letter-spacing: -.11em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.23);
  white-space: nowrap;
  transform: translateX(-1vw);
}

footer {
  min-height: 220px;
  padding: 50px 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  font: 9px "IBM Plex Mono", monospace;
  letter-spacing: .08em;
}
footer p { color: var(--muted); text-align: center; }
footer > div { justify-self: end; display: flex; gap: 26px; }

.reveal { opacity: 0; transform: translateY(55px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes letterIn { to { opacity: 1; filter: blur(0); transform: translateY(0) rotate(0); } }
@keyframes loadIn { to { opacity: 1; transform: translateY(0); } }
@keyframes grain { 0% { transform: translate(0,0); } 25% { transform: translate(3%,-2%); } 50% { transform: translate(-2%,3%); } 75% { transform: translate(2%,2%); } }
@keyframes orbit { to { transform: translate(-50%,-50%) rotate(210deg) scale(1.08,.92); } }
@keyframes orbit2 { to { transform: translate(-50%,-50%) rotate(130deg) scale(.92,1.1); } }
@keyframes sound { to { transform: scaleY(.35); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes morph { to { border-radius: 63% 37% 35% 65% / 34% 65% 35% 66%; transform: rotate(125deg) scale(.88,1.08); } }
@keyframes radar { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: translate(-50%,-50%) scale(1.08); filter: drop-shadow(0 0 75px rgba(255,92,66,.7)); } }
@keyframes float { to { transform: translate(-7%, 12%) scale(1.15); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr 1fr; height: 72px; padding: 0 20px; }
  .site-header nav { display: none; }
  .hero { min-height: 650px; }
  .hero-meta { top: 90px; left: 20px; right: 20px; }
  .hero-title { inset: 50% 14px auto; grid-template-columns: 1fr; text-align: center; }
  .title-line { font-size: 23vw; }
  .title-slash { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 28vw; opacity: .75; }
  .title-void { margin-top: 5vw; }
  .hero-bottom { left: 20px; right: 20px; grid-template-columns: 1fr auto; }
  .sound-label { display: none; }
  .circle-cta { width: 94px; height: 94px; }
  .orbit-one { width: 70vw; height: 70vw; }
  .orbit-two { width: 80vw; height: 58vw; }
  .manifesto { padding: 100px 24px 70px; min-height: auto; }
  .manifesto-copy { margin: 100px 0; font-size: clamp(3rem, 12vw, 6rem); }
  .manifesto-foot { gap: 30px; }
  .program { padding: 100px 20px; }
  .section-heading { margin-bottom: 70px; }
  .section-heading h2 { margin-top: 60px; }
  .program-grid { grid-template-columns: 1fr; gap: 20px; }
  .program-card:nth-child(2) { margin-top: 0; }
  .program-card { display: grid; grid-template-columns: 1fr 1fr; }
  .card-info { min-height: auto; }
  .venue { padding: 90px 24px 50px; min-height: auto; }
  .venue-copy { margin-top: 100px; grid-template-columns: 1fr; gap: 20px; }
  .venue-copy p { margin-left: 15%; }
  .venue-details { margin-top: 80px; }
}

@media (max-width: 620px) {
  .nav-ticket span { display: none; }
  .nav-ticket svg { width: 24px; }
  .hero-meta span:first-child { max-width: 110px; }
  .hero-bottom > p { font-size: 13px; max-width: 220px; }
  .manifesto-foot { grid-template-columns: 1fr; }
  .coordinates { justify-self: start; align-items: start; }
  .section-heading h2 { font-size: 17vw; }
  .section-heading > p { margin-top: 40px; }
  .program-card { display: block; }
  .card-info { min-height: 310px; }
  .venue-copy h2, .venue-copy p { font-size: 17vw; }
  .venue-details { align-items: flex-start; flex-direction: column; gap: 35px; }
  .ticket-cta { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  footer p { text-align: left; }
  footer > div { justify-self: start; }
}

@media (pointer: coarse) { .cursor-glow { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .load-in, .title-line span { opacity: 1; transform: none; filter: none; }
}
