:root {
  --bg: #070707;
  --panel: #111111;
  --panel-2: #191919;
  --ink: #f5f2ea;
  --muted: #a7a096;
  --line: rgba(245, 242, 234, 0.14);
  --accent: #ff3f1f;
  --accent-soft: rgba(255, 63, 31, 0.18);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.is-locked {
  overflow: hidden;
}

html.is-locked body > :not(.site-lock) {
  visibility: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 63, 31, 0.08), transparent 32%, rgba(245, 242, 234, 0.04) 68%, transparent),
    radial-gradient(circle at 78% 12%, rgba(255, 63, 31, 0.22), transparent 28rem),
    var(--bg);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.site-lock {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  min-height: 100dvh;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 63, 31, 0.2), transparent 28rem),
    linear-gradient(135deg, #101010, #070707 58%);
}

html.is-locked .site-lock {
  display: grid;
}

.site-lock-panel {
  width: min(100%, 390px);
  padding: 30px;
  border: 1px solid rgba(255, 63, 31, 0.34);
  border-radius: var(--radius);
  background: rgba(7, 7, 7, 0.82);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.site-lock-panel img {
  width: 116px;
  height: auto;
  margin-bottom: 24px;
}

.site-lock-panel p {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-lock-panel h1 {
  margin-bottom: 10px;
  font-size: clamp(3.2rem, 16vw, 5.8rem);
  line-height: 0.9;
}

.site-lock-note {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
}

.site-lock-panel label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-lock-panel input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
}

.site-lock-panel input:focus {
  border-color: var(--accent);
  outline: 0;
}

.site-lock-panel button {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #170603;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-lock-panel small {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: #ff9b88;
  font-weight: 800;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

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

a {
  color: inherit;
}

.grain,
.cursor-light {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.grain {
  z-index: -1;
  opacity: 0.42;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.cursor-light {
  z-index: -2;
  background: radial-gradient(circle 22rem at var(--x, 70%) var(--y, 18%), rgba(255, 63, 31, 0.2), transparent 70%);
  transition: opacity 240ms ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.74);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.booking-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  letter-spacing: 0;
}

.nav {
  justify-content: center;
  gap: clamp(18px, 4vw, 48px);
}

.nav a,
.header-cta {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover,
.header-cta:hover {
  color: var(--ink);
}

.header-cta {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
  gap: clamp(32px, 7vw, 88px);
  width: min(calc(100% - 36px), 1320px);
  min-height: calc(100dvh - 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 78px) 0 42px;
  overflow: hidden;
  contain: paint;
}

.hero-copy {
  max-width: 780px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  max-width: 11ch;
  margin-bottom: 24px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(4.7rem, 14vw, 12.8rem);
}

h2 {
  font-size: clamp(2.8rem, 6.4vw, 6.6rem);
}

.hero-copy p:not(.kicker),
.section-head p,
.poster p,
.ig-copy p,
.show-grid p {
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-copy p:not(.kicker) {
  max-width: 42ch;
  margin-bottom: 28px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #170603;
}

.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 8% 0 auto 0;
  height: 38%;
  pointer-events: none;
}

.hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 63, 31, 0.42) 49%, transparent 82%),
    linear-gradient(180deg, rgba(245, 242, 234, 0.1), transparent);
  clip-path: polygon(0 38%, 100% 0, 100% 42%, 0 78%);
  opacity: 0;
}

.hero::after {
  z-index: 4;
  background: linear-gradient(90deg, transparent, rgba(245, 242, 234, 0.88), transparent);
  mix-blend-mode: overlay;
  transform: translateX(-120%) skewX(-14deg);
  opacity: 0;
}

.hero-copy > * {
  opacity: 0;
  transform: translateY(22px);
}

.hero-title {
  position: relative;
  width: max-content;
  max-width: 100%;
  text-shadow: 0 0 0 rgba(255, 63, 31, 0);
}

.hero-title::before,
.hero-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.hero-title::before {
  color: var(--accent);
  transform: translate(0.035em, -0.02em);
  clip-path: inset(0 0 54% 0);
}

.hero-title::after {
  color: rgba(126, 210, 255, 0.74);
  transform: translate(-0.03em, 0.024em);
  clip-path: inset(46% 0 0 0);
}

.hero-stage {
  position: relative;
  min-height: min(72vh, 650px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 63, 31, 0.18), transparent 36%),
    radial-gradient(circle at 45% 42%, rgba(245, 242, 234, 0.12), transparent 16rem),
    #0d0d0d;
  overflow: hidden;
  contain: paint;
  opacity: 0;
  transform: translateX(34px) scale(0.98);
}

.hero-stage::before {
  content: "DJIAS DJIAS DJIAS DJIAS";
  position: absolute;
  right: -0.2em;
  bottom: -0.16em;
  color: rgba(245, 242, 234, 0.045);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.72;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
}

.hero-stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(54vw, 310px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 63, 31, 0.56);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(255, 63, 31, 0.06),
    0 26px 80px rgba(0, 0, 0, 0.54);
  object-fit: cover;
  image-rendering: auto;
  transform: translate(-50%, -50%) scale(1.38);
  filter: contrast(1.1) grayscale(0.08);
  opacity: 0;
}

.stage-scan {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: repeating-linear-gradient(180deg, transparent 0 9px, rgba(245, 242, 234, 0.1) 10px, transparent 11px);
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateY(-100%);
}

.stage-flare {
  position: absolute;
  inset: 9%;
  z-index: 1;
  background: conic-gradient(from 210deg, transparent, rgba(255, 63, 31, 0.5), transparent 28%, rgba(245, 242, 234, 0.22), transparent 48%);
  opacity: 0;
  transform: rotate(-18deg) scale(0.82);
}

.frequency-orbit {
  position: absolute;
  inset: 7%;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.frequency-orbit span {
  position: absolute;
  inset: calc(var(--orbit, 0) * 1%);
  border: 1px solid rgba(255, 63, 31, 0.2);
  border-radius: 50%;
  transform: scale(0.72);
  opacity: 0;
}

.frequency-orbit span:nth-child(1) {
  --orbit: 0;
}

.frequency-orbit span:nth-child(2) {
  --orbit: 13;
}

.frequency-orbit span:nth-child(3) {
  --orbit: 26;
}

.stage-ring {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255, 63, 31, 0.28);
  border-radius: 50%;
  animation: rotateRing 18s linear infinite;
}

.stage-ring::before,
.stage-ring::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 50%;
}

.stage-ring::after {
  inset: 28%;
  border-color: rgba(255, 63, 31, 0.42);
}

.stage-card {
  position: absolute;
  z-index: 3;
  width: min(56%, 260px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 7, 7, 0.74);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(12px);
}

.stage-card span,
.sound-card span,
.show-grid span,
.ig-board span,
.poster-number {
  display: block;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stage-card strong,
.sound-card strong,
.show-grid strong,
.ig-board strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.stage-card-top {
  top: 22px;
  left: 22px;
}

.stage-card-bottom {
  right: 22px;
  bottom: 22px;
}

.sound-strip {
  position: absolute;
  right: 4%;
  bottom: 22px;
  left: 4%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  height: 78px;
  align-items: end;
  opacity: 0.74;
}

.sound-strip span {
  height: var(--h);
  border: 1px solid rgba(255, 63, 31, 0.36);
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--accent), rgba(255, 63, 31, 0.08));
  animation: pulseBar 980ms ease-in-out infinite alternate;
  animation-delay: calc(var(--h) * -12ms);
}

.identity {
  position: relative;
  height: clamp(150px, 18vw, 230px);
  padding: 18px 0 94px;
  overflow: hidden;
  contain: paint;
}

.identity::before,
.identity::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 18%;
  pointer-events: none;
}

.identity::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.identity::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.identity-track {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 0;
  color: transparent;
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 950;
  line-height: 0.86;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(245, 242, 234, 0.34);
  transform: translate3d(0, -50%, 0);
  will-change: transform;
  animation: identityTicker 18s linear infinite;
}

.identity-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-right: clamp(28px, 5vw, 72px);
}

.identity-track span {
  flex: 0 0 auto;
  position: relative;
  filter: drop-shadow(0 0 16px rgba(255, 63, 31, 0.12));
}

.identity-track span::after {
  content: "";
  position: absolute;
  right: calc(clamp(28px, 5vw, 72px) * -0.55);
  top: 50%;
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}

.section-head {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-head h2,
.poster h2,
.ig-copy h2,
.booking-section h2 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.8vw, 4.9rem);
  line-height: 0.92;
}

.poster h2,
.ig-copy h2 {
  max-width: 100%;
  font-size: clamp(2.15rem, 4.2vw, 4.5rem);
}

.showroom {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.player-shell {
  min-height: 360px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 63, 31, 0.16), rgba(255, 255, 255, 0.04));
}

.player-shell iframe {
  height: 360px;
  border-radius: calc(var(--radius) - 2px);
  background: #000;
}

.sound-cards {
  display: grid;
  gap: 12px;
}

.track-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.track-player {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 63, 31, 0.12), rgba(255, 255, 255, 0.035)),
    #0d0d0d;
  overflow: hidden;
}

.track-player::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 63, 31, 0.05) 12px 13px);
  opacity: 0.6;
  pointer-events: none;
}

.track-player > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.track-player span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.track-player strong {
  max-width: 24ch;
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.track-player iframe {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: #0b0b0b;
}

.track-player.wide {
  grid-column: 1 / -1;
}

.sound-card,
.show-grid article,
.ig-board a {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.sound-card:hover,
.track-player:hover,
.ig-board a:hover {
  border-color: rgba(255, 63, 31, 0.58);
  background: var(--accent-soft);
  transform: translateY(-3px);
}

.sound-card small,
.ig-board small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.sound-card.featured {
  background:
    linear-gradient(145deg, rgba(255, 63, 31, 0.26), rgba(255, 255, 255, 0.05)),
    var(--panel);
}

.shows-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  padding: 118px 0;
}

.poster {
  min-height: 520px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 63, 31, 0.28), transparent 38%),
    linear-gradient(135deg, #1b0b08, #070707 58%);
  overflow: hidden;
}

.poster-number {
  margin-bottom: 130px;
  font-size: 1rem;
}

.show-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: end;
}

.show-grid article:first-child {
  grid-column: 1 / -1;
  min-height: 230px;
}

.show-grid p {
  margin: 16px 0 0;
  font-size: 1rem;
}

.instagram-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 28px;
  padding-bottom: 116px;
  align-items: start;
}

.ig-copy {
  position: sticky;
  top: 98px;
  min-width: 0;
}

.ig-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ig-board a:first-child {
  grid-row: span 2;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72)),
    var(--panel);
}

.ig-board img {
  width: 210px;
  height: 210px;
  margin-bottom: auto;
  border: 1px solid rgba(255, 63, 31, 0.45);
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.52);
  transform-origin: top left;
}

.booking-section {
  display: flex;
  width: min(calc(100% - 36px), var(--max));
  min-height: 390px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 24px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(255, 63, 31, 0.52);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 63, 31, 0.36), rgba(255, 63, 31, 0.04)),
    #0b0b0b;
}

.booking-section h2 {
  margin-bottom: 0;
}

.booking-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero::before {
    animation: heroBeam 1100ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
  }

  .hero::after {
    animation: heroFlash 940ms cubic-bezier(0.2, 0.8, 0.2, 1) 360ms both;
  }

  .hero-copy .kicker {
    animation: heroRise 560ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
  }

  .hero-title {
    animation:
      heroRise 700ms cubic-bezier(0.16, 1, 0.3, 1) 300ms both,
      titlePulse 1800ms ease 1050ms infinite alternate;
  }

  .hero-title::before {
    animation: glitchTop 2600ms steps(1) 900ms infinite;
  }

  .hero-title::after {
    animation: glitchBottom 3100ms steps(1) 1120ms infinite;
  }

  .hero-copy p:not(.kicker) {
    animation: heroRise 620ms cubic-bezier(0.16, 1, 0.3, 1) 470ms both;
  }

  .hero-actions {
    animation: heroRise 620ms cubic-bezier(0.16, 1, 0.3, 1) 620ms both;
  }

  .hero-stage {
    animation: stageArrive 860ms cubic-bezier(0.16, 1, 0.3, 1) 430ms both;
  }

  .hero-stage img {
    animation:
      portraitArrive 820ms cubic-bezier(0.16, 1, 0.3, 1) 700ms both,
      portraitFloat 4200ms ease-in-out 1600ms infinite alternate;
  }

  .stage-flare {
    animation: flareSweep 2600ms cubic-bezier(0.2, 0.8, 0.2, 1) 520ms both;
  }

  .stage-scan {
    animation: scanDrop 1700ms cubic-bezier(0.2, 0.8, 0.2, 1) 780ms both;
  }

  .frequency-orbit span {
    animation: frequencyPulse 2200ms ease-out 920ms infinite;
  }

  .frequency-orbit span:nth-child(2) {
    animation-delay: 1180ms;
  }

  .frequency-orbit span:nth-child(3) {
    animation-delay: 1440ms;
  }

  .stage-card-top {
    animation: heroRise 560ms cubic-bezier(0.16, 1, 0.3, 1) 980ms both;
  }

  .stage-card-bottom {
    animation: heroRise 560ms cubic-bezier(0.16, 1, 0.3, 1) 1120ms both;
  }

  .sound-strip {
    animation: stripArrive 720ms cubic-bezier(0.16, 1, 0.3, 1) 880ms both;
  }
}

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

@keyframes pulseBar {
  to {
    height: calc(var(--h) * 0.58);
    opacity: 0.42;
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes identityTicker {
  to {
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBeam {
  0% {
    opacity: 0;
    transform: translateX(-8%) scaleX(0.72);
  }
  38% {
    opacity: 0.92;
  }
  100% {
    opacity: 0.22;
    transform: translateX(4%) scaleX(1);
  }
}

@keyframes heroFlash {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-14deg);
  }
  34% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-14deg);
  }
}

@keyframes titlePulse {
  to {
    text-shadow: 0 0 38px rgba(255, 63, 31, 0.18);
  }
}

@keyframes glitchTop {
  0%,
  82%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
  84% {
    opacity: 0.85;
    transform: translate(0.04em, -0.02em);
  }
  86% {
    opacity: 0;
  }
  92% {
    opacity: 0.62;
    transform: translate(-0.025em, 0);
  }
  94% {
    opacity: 0;
  }
}

@keyframes glitchBottom {
  0%,
  74%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
  76% {
    opacity: 0.72;
    transform: translate(-0.035em, 0.024em);
  }
  78% {
    opacity: 0;
  }
  88% {
    opacity: 0.54;
    transform: translate(0.025em, 0.018em);
  }
  90% {
    opacity: 0;
  }
}

@keyframes stageArrive {
  from {
    opacity: 0;
    transform: translateX(34px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes portraitArrive {
  from {
    opacity: 0;
    transform: translate(-50%, -44%) scale(1.18);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.38);
  }
}

@keyframes portraitFloat {
  to {
    transform: translate(-50%, -52%) scale(1.42);
  }
}

@keyframes flareSweep {
  0% {
    opacity: 0;
    transform: rotate(-18deg) scale(0.78);
  }
  28% {
    opacity: 0.78;
  }
  100% {
    opacity: 0.24;
    transform: rotate(18deg) scale(0.96);
  }
}

@keyframes scanDrop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  34% {
    opacity: 0.58;
  }
  100% {
    opacity: 0.18;
    transform: translateY(0);
  }
}

@keyframes stripArrive {
  from {
    opacity: 0;
    transform: translateY(22px) scaleY(0.72);
  }
  to {
    opacity: 0.74;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes frequencyPulse {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  20% {
    opacity: 0.54;
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

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

  .nav {
    display: none;
  }

  .hero,
  .showroom,
  .track-showcase,
  .shows-section,
  .instagram-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6.6rem);
  }

  .hero-stage {
    min-height: 500px;
  }

  .ig-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .brand {
    letter-spacing: 0.1em;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 0.72rem;
  }

  .section,
  .hero,
  .booking-section,
  .site-footer {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero-copy p:not(.kicker) {
    max-width: 31ch;
  }

  .hero-stage {
    min-height: 410px;
  }

  .hero-stage img {
    width: 210px;
  }

  .stage-card {
    width: 66%;
    padding: 13px;
  }

  .stage-card strong,
  .sound-card strong,
  .show-grid strong,
  .ig-board strong {
    font-size: 1.2rem;
  }

  .sound-strip {
    display: none;
  }

  .identity {
    height: 126px;
    padding-bottom: 56px;
  }

  .identity-track {
    font-size: clamp(2.4rem, 14vw, 4.4rem);
    animation-duration: 13s;
  }

  .shows-section {
    padding: 84px 0;
  }

  .poster {
    min-height: 430px;
  }

  .poster h2,
  .ig-copy h2 {
    font-size: clamp(2rem, 12vw, 3.45rem);
    line-height: 0.96;
  }

  .poster-number {
    margin-bottom: 84px;
  }

  .show-grid,
  .track-showcase,
  .ig-board {
    grid-template-columns: 1fr;
  }

  .track-player.wide {
    grid-column: auto;
  }

  .track-player > div {
    display: block;
  }

  .track-player strong {
    display: block;
    margin-top: 8px;
    text-align: left;
  }

  .ig-board a:first-child {
    min-height: 360px;
  }

  .booking-section {
    display: block;
    min-height: 430px;
  }

  .booking-actions {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .site-footer {
    display: grid;
  }
}

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

  .hero-copy > *,
  .hero-stage,
  .hero-stage img,
  .stage-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-stage img {
    transform: translate(-50%, -50%) scale(1.38) !important;
  }

  .stage-scan,
  .frequency-orbit,
  .stage-flare,
  .hero-title::before,
  .hero-title::after {
    display: none !important;
  }

  .identity-track {
    animation: none !important;
    transform: translate3d(0, -50%, 0) !important;
  }
}
