:root {
  --green: #5efd02;
  --gold: #fbea00;
  --blood: #ff334d;
  --cyan: #00e5ff;
  --magenta: #ff2bd6;
  --violet: #9b5cff;
  --bone: #ecebe4;
  --ash: #8e968d;
  --ground: #0a0c0a;
  --black: #070907;
  --panel: #131714;
  --rule: #262b26;
  --display: "Anton", Impact, sans-serif;
  --condensed: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --mono: "Space Mono", Consolas, monospace;
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--bone);
  background: var(--ground);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--black); background: var(--green); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--green);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.wrap { width: var(--wrap); margin-inline: auto; }

.eyebrow {
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow--dark { color: #202820; }
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(94, 253, 2, .75);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(7, 9, 7, .96), rgba(7, 9, 7, .72));
  backdrop-filter: blur(15px);
  transition: border-color .25s ease;
}
.site-header.scrolled { border-color: var(--rule); }
.brand { display: block; width: 200px; }
.brand img { width: 100%; height: auto; }
.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.2vw, 46px);
}
.site-nav a {
  position: relative;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 13px 24px;
  border: 2px solid var(--green);
  border-radius: 0;
  color: var(--black);
  background: var(--green);
  box-shadow: 0 0 0 rgba(94, 253, 2, 0);
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: .055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 28px rgba(251, 234, 0, .16);
  transform: translateY(-2px);
}
.button--compact { min-height: 44px; padding: 10px 18px; font-size: 15px; }
.button--full { width: 100%; }
.button--outline { color: var(--green); background: transparent; }
.button--dark { border-color: var(--black); color: var(--green); background: var(--black); }
.button--dark:hover, .button--dark:focus-visible { border-color: var(--bone); color: var(--black); background: var(--bone); }
.button--cyan { border-color: var(--cyan); background: var(--cyan); }
.button--cyan:hover, .button--cyan:focus-visible { border-color: var(--magenta); background: var(--magenta); box-shadow: 0 0 28px rgba(255, 43, 214, .18); }
.button--violet { color: var(--violet); }
.button--violet:hover, .button--violet:focus-visible { border-color: var(--cyan); color: var(--black); background: var(--cyan); box-shadow: 0 0 28px rgba(0, 229, 255, .2); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.text-link:hover, .text-link:focus-visible { color: var(--gold); }

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 34%, rgba(94, 253, 2, .09), transparent 32%),
    radial-gradient(circle at 16% 75%, rgba(0, 229, 255, .055), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(155, 92, 255, .06), transparent 26%),
    linear-gradient(135deg, var(--black) 0 56%, #0d110d 56% 100%);
}
.hero::before {
  content: "80";
  position: absolute;
  top: 2%;
  right: -2vw;
  color: transparent;
  font-family: var(--display);
  font-size: min(53vw, 760px);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(94, 253, 2, .09);
  transform: rotate(-5deg);
  pointer-events: none;
}
.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  min-height: calc(100svh - 124px);
  padding-block: 68px 78px;
}
.hero-copy { max-width: 720px; }
.hero-logo { width: min(640px, 85%); height: auto; margin: 30px 0 40px; filter: drop-shadow(0 0 26px rgba(94, 253, 2, .1)) drop-shadow(12px 8px 30px rgba(155, 92, 255, .07)); }
.hero h1, .section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .88;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(58px, 6.6vw, 105px); }
.hero h1 em { color: var(--green); font-style: normal; text-shadow: 0 0 32px rgba(94, 253, 2, .2); }
.hero-intro { max-width: 610px; margin: 30px 0 0; color: var(--ash); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.button-row { display: flex; align-items: center; gap: 32px; margin-top: 38px; }

.next-show {
  position: relative;
  padding: 26px;
  border: 2px solid var(--rule);
  background: rgba(10, 12, 10, .84);
  box-shadow: 12px 12px 0 rgba(155, 92, 255, .055), 22px 22px 0 rgba(255, 43, 214, .03);
}
.next-show::before, .next-show::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: var(--green);
}
.next-show::before { top: -2px; left: -2px; border-top: 2px solid; border-left: 2px solid; }
.next-show::after { right: -2px; bottom: -2px; border-right: 2px solid; border-bottom: 2px solid; border-color: var(--magenta); }
.next-show__topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.tag {
  padding: 4px 8px;
  border: 2px solid var(--green);
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}
.tag--quiet { border-color: #414a41; color: var(--ash); }
.next-show__date { display: flex; align-items: flex-end; gap: 14px; margin: 32px 0 28px; }
.next-show__date span:first-child { color: var(--green); font-family: var(--display); font-size: 118px; line-height: .75; }
.next-show__date span:last-child { padding-bottom: 2px; color: var(--bone); font-family: var(--mono); font-size: 11px; letter-spacing: .14em; line-height: 1.4; }
.next-show__details { padding-top: 20px; border-top: 1px solid var(--rule); }
.next-show__details h2 { margin: 0 0 5px; font-family: var(--condensed); font-size: 30px; font-weight: 600; letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.next-show__details p { margin: 2px 0; color: var(--ash); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.next-show .button { margin-top: 24px; }
.microcopy { margin: 12px 0 0; color: #687068; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.marquee { position: relative; z-index: 1; overflow: hidden; border-block: 1px solid var(--rule); background: var(--panel); }
.marquee__track {
  display: flex;
  width: max-content;
  padding: 12px 0;
  color: var(--ash);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
  white-space: nowrap;
  text-transform: uppercase;
  will-change: transform;
  animation: marquee 28s linear infinite;
}
.marquee__track span { margin-inline: 26px; }
.marquee__track b { color: var(--green); }
.marquee__track b:nth-of-type(4n + 1) { color: var(--cyan); }
.marquee__track b:nth-of-type(4n + 2) { color: var(--magenta); }
.marquee__track b:nth-of-type(4n + 3) { color: var(--blood); }
.marquee__track b:nth-of-type(4n + 4) { color: var(--violet); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: clamp(92px, 11vw, 150px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 64px; }
.section h2 { margin-top: 17px; font-size: clamp(58px, 7vw, 104px); }
.shows-section { background: var(--ground); }
.shows-section .eyebrow, .shows-section .show-date strong { color: var(--blood); }
.shows-section .text-link, .shows-section .shows-note a { color: var(--cyan); }
.show-list { border-bottom: 1px solid var(--rule); }
.show-row {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 32px;
  min-height: 150px;
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  transition: background .25s ease;
}
.show-row:hover { background: linear-gradient(90deg, rgba(255, 51, 77, .045), transparent 54%, rgba(0, 229, 255, .025)); }
.show-date { display: flex; align-items: center; gap: 12px; }
.show-date strong { color: var(--green); font-family: var(--display); font-size: 58px; font-weight: 400; line-height: .8; }
.show-date span { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; }
.show-venue h3 { margin: 0; font-family: var(--condensed); font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: .01em; line-height: 1; text-transform: uppercase; }
.show-venue p { margin: 7px 0 0; color: var(--ash); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.shows-note { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; color: var(--ash); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.shows-note p { margin: 0; }
.shows-note a { color: var(--green); text-decoration: none; }

.experience-section {
  border-block: 1px solid var(--rule);
  background:
    radial-gradient(circle at 8% 48%, rgba(0, 229, 255, .075), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(155, 92, 255, .065), transparent 28%),
    var(--black);
}
.experience-section .eyebrow { color: var(--cyan); }
.experience-grid { display: grid; grid-template-columns: minmax(320px, .84fr) minmax(0, 1.16fr); gap: clamp(60px, 10vw, 140px); align-items: center; }
.stage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 570px;
  padding: 30px;
  overflow: hidden;
  border: 2px solid #3e473e;
  background:
    linear-gradient(150deg, rgba(0,229,255,.12), transparent 38%),
    linear-gradient(330deg, rgba(155,92,255,.1), transparent 42%),
    var(--panel);
  box-shadow: 14px 14px 0 rgba(0,229,255,.04), 24px 24px 0 rgba(155,92,255,.025);
  transform: rotate(-1deg);
}
.stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 48%, rgba(255,43,214,.045) 48% 49%, transparent 49% 100%);
}
.stage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.stage-card__topline,
.stage-card__footer,
.stage-card__title,
.stage-card__tags { position: relative; z-index: 2; }
.stage-card__mark { position: absolute; z-index: 1; right: -56px; bottom: 72px; width: 310px; height: 310px; opacity: .09; transform: rotate(-8deg); }
.stage-card__topline,
.stage-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.stage-card__topline { padding-bottom: 18px; border-bottom: 1px solid var(--rule); }
.stage-card__title {
  margin: auto 0 34px;
  font-family: var(--display);
  font-size: clamp(58px, 6vw, 82px);
  letter-spacing: -.02em;
  line-height: .88;
  text-transform: uppercase;
}
.stage-card__title em { color: var(--magenta); font-style: normal; text-shadow: 0 0 28px rgba(255,43,214,.15); }
.stage-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.stage-card__tags span { padding: 5px 8px; border: 2px solid color-mix(in srgb, var(--violet) 55%, #445044); color: var(--ash); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stage-card__footer { padding-top: 18px; border-top: 1px solid var(--rule); color: var(--ash); }
.experience-copy { max-width: 630px; }
.experience-copy .lede { margin: 32px 0 20px; color: var(--bone); font-family: var(--condensed); font-size: clamp(26px, 3.4vw, 40px); font-weight: 500; line-height: 1.2; text-transform: uppercase; }
.experience-copy > p:not(.eyebrow):not(.lede) { max-width: 600px; color: var(--ash); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0; border-block: 1px solid var(--rule); }
.stats div { padding: 23px 18px 20px 0; }
.stats div + div { padding-left: 18px; border-left: 1px solid var(--rule); }
.stats dt { color: var(--cyan); font-family: var(--display); font-size: 38px; line-height: 1; }
.stats div:nth-child(2) dt { color: var(--magenta); }
.stats div:nth-child(3) dt { color: var(--violet); }
.stats dd { margin: 5px 0 0; color: var(--ash); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.photos-section { border-bottom: 1px solid var(--rule); background: var(--panel); }
.photos-section .eyebrow { color: var(--magenta); }
.photos-section .section-heading h2 { text-shadow: 3px 0 0 rgba(255,43,214,.11), -3px 0 0 rgba(0,229,255,.07); }
.photos-section .section-heading { align-items: end; }
.photo-intro { max-width: 390px; margin: 0 0 5px; color: var(--ash); font-size: 19px; }
.photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
  grid-template-rows: repeat(2, 285px);
  gap: 16px;
}
.photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid #3e473e;
  background: var(--black);
}
.photo:nth-child(1) { border-color: color-mix(in srgb, var(--blood) 48%, #3e473e); }
.photo:nth-child(2) { border-color: color-mix(in srgb, var(--cyan) 48%, #3e473e); }
.photo:nth-child(3) { border-color: color-mix(in srgb, var(--violet) 58%, #3e473e); }
.photo--feature { grid-row: 1 / span 2; }
.photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(7, 9, 7, .82));
  pointer-events: none;
}
.photo img {
  --photo-scale: 1;
  --photo-hover-scale: 1.025;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center var(--photo-origin-y, 50%);
  transform: scale(var(--photo-scale));
  transition: filter .35s ease, transform .5s ease;
}
.photo:nth-child(1) img { --photo-scale: 1.2; --photo-hover-scale: 1.225; --photo-origin-y: 100%; object-position: 50% 80%; }
.photo:nth-child(2) img { --photo-scale: 1.2; --photo-hover-scale: 1.225; --photo-origin-y: 100%; object-position: 52% 80%; }
.photo:nth-child(3) img { --photo-scale: 1.16; --photo-hover-scale: 1.185; --photo-origin-y: 90%; object-position: 58% 90%; }
.photo:hover img { filter: saturate(1.12) contrast(1.04); transform: scale(var(--photo-hover-scale)); }
.photo figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 17px;
  left: 20px;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.photo-credit { margin: 18px 0 0; color: #687068; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.photo-credit a { color: var(--green); text-decoration: none; }
.photo-credit a:hover, .photo-credit a:focus-visible { color: var(--gold); }
.video-feature {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  margin-top: clamp(70px, 9vw, 110px);
  padding-top: clamp(46px, 6vw, 72px);
  border-top: 1px solid var(--rule);
}
.video-feature__copy h3 {
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .92;
  text-transform: uppercase;
}
.video-feature__copy h3 span { color: var(--cyan); text-shadow: 0 0 24px rgba(0,229,255,.12); }
.video-feature .text-link { color: var(--magenta); }
.video-feature__copy > p:not(.eyebrow) { max-width: 430px; margin: 0 0 28px; color: var(--ash); }
.video-poster { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 2px solid color-mix(in srgb, var(--violet) 52%, #3e473e); background: var(--black); box-shadow: 12px 12px 0 rgba(155,92,255,.055), 20px 20px 0 rgba(255,43,214,.025); }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,9,7,.72), transparent 60%); transition: background .25s ease; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; transition: filter .35s ease, transform .5s ease; }
.video-poster:hover img, .video-poster:focus-visible img { filter: saturate(1.12) contrast(1.04); transform: scale(1.025); }
.video-poster__play {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.video-poster__play i { width: 42px; height: 42px; border: 2px solid var(--magenta); background: rgba(7,9,7,.8); box-shadow: 0 0 20px rgba(255,43,214,.12); }
.video-poster__play i::after { content: ""; display: block; width: 0; height: 0; margin: 13px 0 0 16px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--cyan); }

.story-section { position: relative; overflow: hidden; }
.story-section::after { content: ""; position: absolute; top: 12%; right: -120px; width: 420px; height: 420px; border: 2px solid rgba(155,92,255,.11); box-shadow: 34px 34px 0 rgba(0,229,255,.025), -28px -28px 0 rgba(255,43,214,.018); transform: rotate(45deg); pointer-events: none; }
.story-section .story-lead .eyebrow { color: var(--violet); }
.story-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 90px; align-items: end; }
.story-lead .eyebrow { grid-column: 1 / -1; }
.story-lead h2 { margin: 0; }
.story-lead > p:last-child { max-width: 510px; margin: 0 0 4px; color: var(--ash); font-size: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 88px; border: 2px solid var(--rule); }
.feature {
  --feature-accent: var(--green);
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  background: var(--panel);
  background: linear-gradient(145deg, color-mix(in srgb, var(--feature-accent) 8%, transparent), transparent 48%), var(--panel);
  box-shadow: inset 0 2px 0 var(--feature-accent);
}
.feature--blood { --feature-accent: var(--blood); }
.feature--cyan { --feature-accent: var(--cyan); }
.feature--violet { --feature-accent: var(--violet); }
.feature + .feature { border-left: 1px solid var(--rule); }
.feature__number { display: block; color: var(--feature-accent); font-family: var(--display); font-size: 48px; font-weight: 400; letter-spacing: .02em; line-height: .85; text-shadow: 0 0 26px color-mix(in srgb, var(--feature-accent) 18%, transparent); }
.feature h3 { margin: 80px 0 12px; font-family: var(--condensed); font-size: 31px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.feature p { margin: 0; color: var(--ash); font-size: 15px; }
.press-quote { margin: 92px 0 0; padding: 0 0 0 34px; border-left: 3px solid var(--magenta); }
.press-quote p { max-width: 940px; margin: 0; font-family: var(--condensed); font-size: clamp(30px, 4vw, 52px); font-weight: 500; letter-spacing: -.01em; line-height: 1.15; text-transform: uppercase; }
.press-quote cite { display: block; margin-top: 18px; color: var(--ash); font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.press-quote cite a { color: inherit; text-decoration: none; }
.press-quote cite a:hover, .press-quote cite a:focus-visible { color: var(--cyan); }

.booking-section { position: relative; color: var(--black); background: linear-gradient(135deg, var(--green) 0 52%, #b9fb08 74%, var(--gold) 100%); }
.booking-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--blood), var(--magenta) 33%, var(--violet) 66%, var(--cyan)); }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.booking-copy h2 { font-size: clamp(68px, 8vw, 120px); }
.booking-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; font-size: 20px; }
.booking-points { margin: 34px 0; padding: 0; border-top: 1px solid rgba(7,9,7,.35); list-style: none; }
.booking-points li { padding: 11px 0; border-bottom: 1px solid rgba(7,9,7,.35); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-direct { display: grid; gap: 2px; margin-top: 38px; }
.booking-direct span { margin-bottom: 5px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.booking-direct a { width: fit-content; font-family: var(--condensed); font-size: 22px; font-weight: 600; line-height: 1.35; text-decoration-thickness: 1px; }
.booking-form { padding: clamp(26px, 4vw, 46px); border: 2px solid var(--black); background: var(--bone); box-shadow: 10px 10px 0 rgba(255,51,77,.2), 18px 18px 0 rgba(155,92,255,.13); }
.form-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding-bottom: 15px; border-bottom: 1px solid rgba(7,9,7,.25); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-topline p { margin: 0; }
.form-topline span { color: #5f675f; }
.booking-form label { display: grid; gap: 8px; margin-bottom: 20px; }
.booking-form label > span { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-form input, .booking-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7a817a;
  border-radius: 0;
  color: var(--black);
  background: transparent;
  outline: 0;
  resize: vertical;
}
.booking-form input { min-height: 42px; }
.booking-form textarea { padding-top: 10px; border: 2px solid #7a817a; }
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--violet); box-shadow: 0 1px 0 var(--violet); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-note { margin: 12px 0 0; color: #5f675f; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; line-height: 1.5; text-align: center; text-transform: uppercase; }

.site-footer { padding: 80px 0 26px; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--blood), var(--magenta), var(--violet), var(--cyan), var(--green), var(--gold)) 1; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; padding-bottom: 70px; }
.footer-grid > div:first-child img { width: min(480px, 80%); height: auto; filter: drop-shadow(0 0 28px rgba(255,43,214,.07)); }
.footer-grid > div:first-child p { max-width: 500px; margin: 24px 0 0; color: var(--ash); }
.footer-links { display: grid; align-content: start; }
.footer-links .eyebrow { margin-bottom: 18px; }
.footer-links a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--rule); font-family: var(--condensed); font-size: 22px; font-weight: 600; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--green); }
.footer-links a:nth-of-type(4n + 1) span { color: var(--magenta); }
.footer-links a:nth-of-type(4n + 2) span { color: var(--cyan); }
.footer-links a:nth-of-type(4n + 3) span { color: var(--blood); }
.footer-links a:nth-of-type(4n + 4) span { color: var(--violet); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--rule); color: #687068; font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--green); text-decoration: none; }
.noscript { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; margin: 0; padding: 10px; color: var(--black); background: var(--gold); text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 36px, 680px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; padding-inline: 18px; }
  .brand { width: 176px; }
  .header-cta { display: none; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    color: var(--bone);
    background: transparent;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-lines { position: relative; width: 20px; height: 12px; border-block: 1px solid var(--green); }
  .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 20px; border-top: 1px solid var(--green); }
  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    gap: 0;
    padding: 22px 18px 30px;
    border-bottom: 1px solid var(--rule);
    background: rgba(7, 9, 7, .98);
    transform: translateY(-130%);
    transition: transform .25s ease;
  }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid var(--rule); font-size: 13px; }
  .hero-grid, .experience-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 72px 90px; }
  .hero-copy { max-width: 680px; }
  .next-show { width: 100%; max-width: 500px; }
  .section-heading, .story-lead { display: grid; grid-template-columns: 1fr; align-items: start; }
  .story-lead .eyebrow { grid-column: auto; }
  .experience-copy { order: -1; }
  .stage-card { width: min(500px, 100%); }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 270px; }
  .photo--feature { grid-column: 1 / -1; grid-row: auto; }
  .video-feature { grid-template-columns: 1fr; }
  .video-feature__copy { max-width: 600px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature + .feature { border-top: 1px solid var(--rule); border-left: 0; }
  .feature h3 { margin-top: 54px; }
}

@media (max-width: 600px) {
  :root { --wrap: calc(100% - 32px); }
  body { font-size: 16px; }
  .hero { padding-top: 72px; }
  .hero-grid { padding-top: 54px; }
  .hero-logo { width: 100%; margin: 25px 0 34px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .button-row { align-items: flex-start; flex-direction: column; gap: 24px; }
  .section { padding-block: 82px; }
  .section-heading { gap: 26px; margin-bottom: 44px; }
  .section h2 { font-size: clamp(53px, 15vw, 76px); }
  .show-row { grid-template-columns: 86px 1fr; gap: 22px 16px; padding: 24px 0; }
  .show-date strong { font-size: 52px; }
  .show-row .tag { justify-self: start; }
  .show-row .button { width: 100%; }
  .shows-note { flex-direction: column; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .photo--feature { grid-column: auto; }
  .photo { aspect-ratio: 4 / 3; }
  .video-poster { box-shadow: 8px 8px 0 rgba(155,92,255,.055), 13px 13px 0 rgba(255,43,214,.025); }
  .stats { grid-template-columns: 1fr; }
  .stats div + div { padding-left: 0; border-top: 1px solid var(--rule); border-left: 0; }
  .story-lead { gap: 28px; }
  .feature-grid { margin-top: 58px; }
  .press-quote { margin-top: 66px; padding-left: 22px; }
  .booking-grid { gap: 52px; }
  .booking-form { box-shadow: 7px 7px 0 rgba(255,51,77,.18), 11px 11px 0 rgba(155,92,255,.12); }
  .form-split { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 55px; padding-bottom: 55px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

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