:root {
  --ink: #f7ead7;
  --muted: #c1aa8b;
  --black: #090604;
  --charcoal: #17110c;
  --red: #b84f2a;
  --pink: #8f3f2f;
  --cyan: #d89b4a;
  --gold: #d6a84f;
  --green: #7d8a4d;
  --line: rgba(247, 234, 215, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(184, 79, 42, 0.18), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(125, 138, 77, 0.14), transparent 30%),
    var(--black);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.is-scrolled .site-header {
  background: rgba(5, 5, 5, 0.86);
  border-bottom: 1px solid rgba(248, 244, 236, 0.12);
  backdrop-filter: blur(18px);
}

body.beat-is-on .hero-image {
  animation-duration: 9s;
  filter: saturate(1.25) contrast(1.08);
}

body.beat-is-on h1,
body.beat-is-on .brand-strip span {
  animation-duration: 1.1s;
}

body.beat-is-on .sound-meter span {
  animation-duration: 360ms;
}

body.beat-is-on .visual-crowd img,
body.beat-is-on .party-gallery img {
  animation-duration: 5.5s;
}

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

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

.beat-field {
  z-index: 1;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.cursor-light {
  z-index: 4;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 34%), rgba(216, 155, 74, 0.2), transparent 26vw);
  transition: background-position 120ms linear;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(247, 234, 215, 0.15) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(214, 168, 79, 0.12) 0 1px, transparent 1px);
  background-size: 28px 28px, 18px 18px;
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.audio-toggle {
  position: fixed;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 50;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid rgba(248, 244, 236, 0.3);
  background: rgba(5, 5, 5, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 28px rgba(184, 79, 42, 0.22);
}

.audio-toggle[aria-pressed="true"] {
  border-color: rgba(125, 138, 77, 0.72);
  background: var(--green);
  color: var(--black);
  box-shadow: 0 0 34px rgba(125, 138, 77, 0.42);
}

.brand,
.nav-ticket,
.button {
  font-weight: 900;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.08em;
}

.brand-logo {
  width: 74px;
  height: 54px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 14px rgba(214, 168, 79, 0.28));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(248, 244, 236, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-ticket {
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid rgba(248, 244, 236, 0.34);
  background: rgba(5, 5, 5, 0.5);
  box-shadow: 0 0 24px rgba(184, 79, 42, 0.22);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: 110px clamp(18px, 5vw, 72px) 58px;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-scrim,
.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
}

.hero::before {
  z-index: 1;
  content: "";
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(184, 79, 42, 0.24) 43%, transparent 46%),
    linear-gradient(78deg, transparent 0 57%, rgba(216, 155, 74, 0.18) 58%, transparent 61%),
    repeating-linear-gradient(90deg, transparent 0 110px, rgba(247, 234, 215, 0.05) 112px, transparent 116px);
  animation: lightSweep 5.2s ease-in-out infinite;
  mix-blend-mode: warm-light;
}

.hero::after {
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 86%, rgba(184, 79, 42, 0.28), transparent 30%),
    radial-gradient(circle at 18% 22%, rgba(125, 138, 77, 0.16), transparent 24%),
    linear-gradient(transparent 0 72%, rgba(5, 5, 5, 0.9));
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: sepia(0.18) saturate(0.9) contrast(1.08) brightness(0.88);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.94) 90%);
}

.hero-orbit {
  position: absolute;
  width: 46vw;
  aspect-ratio: 1;
  border: 1px solid rgba(248, 244, 236, 0.24);
  border-radius: 50%;
  transform: rotateX(64deg);
  filter: drop-shadow(0 0 18px rgba(216, 155, 74, 0.24));
}

.orbit-one {
  right: -9vw;
  top: 14vh;
  animation: spinRing 22s linear infinite;
}

.orbit-two {
  left: -18vw;
  bottom: 5vh;
  border-color: rgba(184, 79, 42, 0.28);
  animation: spinRing 28s linear infinite reverse;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.eyebrow,
.section-kicker,
.ticket-card p,
.experience-grid span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(4.6rem, 15vw, 11rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 var(--red), -2px 0 0 rgba(214, 168, 79, 0.72);
  animation: titlePulse 2.8s steps(2, end) infinite;
}

.hero-copy {
  max-width: 650px;
  color: rgba(248, 244, 236, 0.86);
  font-size: clamp(1rem, 2.2vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sound-meter {
  display: grid;
  grid-template-columns: repeat(10, 10px);
  align-items: end;
  gap: 7px;
  height: 54px;
  margin-top: 30px;
}

.sound-meter span {
  display: block;
  height: 16px;
  background: linear-gradient(180deg, var(--gold), var(--green), var(--red));
  box-shadow: 0 0 18px rgba(216, 155, 74, 0.35);
  transform-origin: bottom;
  animation: meterBounce 820ms ease-in-out infinite alternate;
}

.sound-meter span:nth-child(2n) {
  animation-duration: 520ms;
}

.sound-meter span:nth-child(3n) {
  animation-duration: 680ms;
}

.sound-meter span:nth-child(4n) {
  animation-duration: 980ms;
}

.button {
  font: inherit;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
}

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

.button-primary {
  background: var(--red);
  color: var(--black);
}

.button-secondary {
  border-color: rgba(248, 244, 236, 0.45);
  background: rgba(0, 0, 0, 0.42);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: min(320px, calc(100% - 36px));
  padding: 18px;
  border-left: 4px solid var(--green);
  background: rgba(5, 5, 5, 0.68);
  backdrop-filter: blur(14px);
  animation: panelFloat 3.8s ease-in-out infinite;
}

.stage-hud {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 18px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(248, 244, 236, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stage-hud span {
  padding-top: 8px;
  border-top: 1px solid rgba(248, 244, 236, 0.28);
}

.hero-panel strong {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.hero-panel span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: clamp(72px, 10vw, 130px) clamp(18px, 5vw, 72px);
}

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

.section-heading {
  display: grid;
  max-width: 750px;
  gap: 8px;
  margin-bottom: 34px;
}

.section-heading,
.experience-grid article,
.ticket-card,
.guide-grid article,
.info-grid dl {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.section-heading.is-visible,
.experience-grid article.is-visible,
.ticket-card.is-visible,
.guide-grid article.is-visible,
.info-grid dl.is-visible {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.45rem, 7vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1;
}

.countdown-section {
  padding: 48px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(9, 6, 4, 0.08), transparent),
    var(--red);
  color: var(--black);
}

.countdown-grid,
.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.countdown-grid .section-kicker {
  color: var(--black);
}

.countdown-grid h2 {
  margin-bottom: 0;
  max-width: 630px;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.countdown div {
  display: grid;
  min-height: 100px;
  place-items: center;
  border: 2px solid rgba(5, 5, 5, 0.82);
  background: rgba(248, 244, 236, 0.78);
}

.countdown strong {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.9;
}

.countdown span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visuals-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(248, 244, 236, 0.14);
  overflow-x: auto;
}

.visual-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  background: #050505;
}

.visual-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.05);
  transition: transform 700ms ease;
}

.visual-crowd img {
  animation: photoPulse 10s ease-in-out infinite alternate;
}

.visual-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.82)),
    radial-gradient(circle at 22% 22%, rgba(216, 155, 74, 0.18), transparent 28%);
}

.visuals-section .visual-card.visual-artist::before {
  display: none;
}

.visual-card:hover img {
  transform: scale(1.04);
}

.visual-card h2 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  text-shadow: 3px 3px 0 rgba(184, 79, 42, 0.72);
}

.motion-dancers {
  position: absolute;
  inset: auto 5% 9% 5%;
  z-index: 1;
  height: 42%;
  pointer-events: none;
}

.motion-dancers span {
  position: absolute;
  bottom: 0;
  width: clamp(14px, 2vw, 28px);
  height: clamp(64px, 12vw, 142px);
  border-radius: 999px 999px 10px 10px;
  background:
    radial-gradient(circle at 50% 9%, rgba(248, 244, 236, 0.96) 0 11%, transparent 12%),
    linear-gradient(180deg, rgba(5, 5, 5, 0) 0 18%, rgba(5, 5, 5, 0.82) 19% 100%);
  box-shadow: 0 0 22px rgba(184, 79, 42, 0.22);
  opacity: 0.72;
  transform-origin: 50% 100%;
  animation: dancerMove 740ms ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.motion-dancers span::before,
.motion-dancers span::after {
  position: absolute;
  top: 31%;
  width: 70%;
  height: 7px;
  content: "";
  border-radius: 99px;
  background: rgba(248, 244, 236, 0.74);
  transform-origin: right center;
  animation: armWave 620ms ease-in-out infinite alternate;
}

.motion-dancers span::before {
  right: 53%;
}

.motion-dancers span::after {
  left: 53%;
  transform-origin: left center;
  animation-direction: alternate-reverse;
}

.motion-dancers span:nth-child(1) {
  left: 4%;
  animation-delay: -120ms;
}

.motion-dancers span:nth-child(2) {
  left: 21%;
  height: clamp(76px, 14vw, 160px);
  animation-delay: -330ms;
}

.motion-dancers span:nth-child(3) {
  left: 43%;
  animation-delay: -40ms;
}

.motion-dancers span:nth-child(4) {
  left: 64%;
  height: clamp(72px, 13vw, 150px);
  animation-delay: -250ms;
}

.motion-dancers span:nth-child(5) {
  left: 82%;
  animation-delay: -510ms;
}

.motion-dancers span:nth-child(6) {
  left: 13%;
  animation-delay: -700ms;
}

.motion-dancers span:nth-child(7) {
  left: 33%;
  animation-delay: -560ms;
}

.motion-dancers span:nth-child(8) {
  left: 57%;
  animation-delay: -820ms;
}

.motion-dancers span:nth-child(9) {
  left: 74%;
  animation-delay: -440ms;
}

.visual-artist img {
  object-fit: contain;
  object-position: center top;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #0c0c0c;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee span {
  padding: 18px 28px;
  color: var(--gold);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.manifesto {
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(184, 79, 42, 0.2), rgba(125, 138, 77, 0.14)),
    #050505;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(248, 244, 236, 0.18);
}

.manifesto p {
  min-height: 170px;
  display: grid;
  align-items: end;
  margin: 0;
  padding: clamp(18px, 3vw, 26px);
  background: rgba(5, 5, 5, 0.86);
  color: var(--ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.stage-section {
  position: relative;
  min-height: 76svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(72px, 10vw, 130px) clamp(18px, 5vw, 72px);
  background: #070504;
}

.stage-section img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.16) saturate(0.92) brightness(0.82);
}

.stage-section::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 6, 4, 0.86), rgba(9, 6, 4, 0.18) 55%, rgba(9, 6, 4, 0.72)),
    linear-gradient(180deg, rgba(9, 6, 4, 0.08), rgba(9, 6, 4, 0.92));
}

.stage-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
}

.stage-copy h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
}

.stage-copy p:last-child {
  color: var(--muted);
  line-height: 1.55;
}

.experience-grid article,
.ticket-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.experience-grid article:hover,
.ticket-card:hover {
  border-color: rgba(216, 155, 74, 0.62);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), 0 0 34px rgba(216, 155, 74, 0.16);
  transform: translateY(-6px);
}

.experience-grid p,
.ticket-card span,
.info-grid dd,
.site-footer p {
  color: var(--muted);
  line-height: 1.55;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(26px, 6vw, 74px);
}

.experience-section {
  background: #090909;
}

.experience-grid {
  display: grid;
  gap: 14px;
}

.experience-grid article {
  padding: 26px;
}

.experience-grid h3 {
  margin: 12px 0 8px;
}

.tent-section {
  position: relative;
  min-height: 72svh;
  display: block;
  padding: clamp(72px, 10vw, 130px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
}

.tent-section img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.tent-section::before,
.tent-section::after {
  position: absolute;
  inset: 0;
  content: "";
}

.tent-section::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.18) 48%, rgba(5, 5, 5, 0.64)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.88));
}

.tent-section::after {
  background: linear-gradient(112deg, transparent 0 54%, rgba(216, 155, 74, 0.18) 56%, transparent 61%);
  mix-blend-mode: soft-light;
  animation: lightSweep 6.4s ease-in-out infinite;
}

.tent-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
}

.tent-copy p:last-child {
  max-width: 620px;
  color: rgba(248, 244, 236, 0.84);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.6;
}

.tent-words {
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
  background: #050505;
}

.tent-words h2 {
  max-width: 920px;
}

.tent-words p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.6;
}

.party-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 76svh;
  overflow: hidden;
}

.party-gallery img {
  width: 100%;
  height: 100%;
  min-height: 76svh;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.05);
  animation: photoPulse 12s ease-in-out infinite alternate;
}

.party-gallery::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.86)),
    radial-gradient(circle at 52% 48%, rgba(184, 79, 42, 0.2), transparent 34%);
}

.gallery-copy {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(32px, 7vw, 84px);
  max-width: 620px;
}

.gallery-copy h2 {
  font-size: clamp(1.9rem, 5vw, 4rem);
  text-shadow: 4px 4px 0 rgba(184, 79, 42, 0.7);
}

.tickets-section {
  background:
    linear-gradient(160deg, rgba(184, 79, 42, 0.14), rgba(125, 138, 77, 0.1)),
    #050505;
}

.ticket-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.ticket-card {
  display: grid;
  min-height: 320px;
  align-content: space-between;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.ticket-cta {
  max-width: 760px;
}

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

.ticket-card.hot {
  border-color: rgba(184, 79, 42, 0.78);
  background:
    linear-gradient(180deg, rgba(184, 79, 42, 0.26), rgba(216, 155, 74, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.ticket-card.hot::before {
  content: "GATE";
  width: max-content;
  padding: 7px 10px;
  background: var(--green);
  color: var(--black);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ticket-card h3 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.5rem);
  text-transform: uppercase;
}

.ticket-card strong {
  font-size: clamp(1.4rem, 3vw, 2.4rem);
}

.ticket-card .button {
  min-width: min(100%, 220px);
}

.guide-section {
  background:
    linear-gradient(180deg, rgba(216, 155, 74, 0.1), rgba(184, 79, 42, 0.1)),
    #080808;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.guide-grid article {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.guide-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.guide-grid h3 {
  margin: 18px 0 8px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  text-transform: uppercase;
}

.guide-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.brands-section {
  background:
    linear-gradient(90deg, rgba(247, 234, 215, 0.08), transparent),
    var(--red);
  color: var(--black);
}

.brands-section .section-kicker {
  color: var(--black);
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 18px;
  background: rgba(5, 5, 5, 0.72);
}

.brand-strip span {
  min-height: 130px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.social-section {
  background:
    linear-gradient(135deg, rgba(184, 79, 42, 0.16), rgba(125, 138, 77, 0.1)),
    #050505;
}

.social-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.social-card h2 {
  margin-bottom: 10px;
}

.social-card p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.55;
}

.social-stat {
  display: grid;
  gap: 6px;
  min-width: 150px;
}

.social-stat strong {
  color: var(--gold);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.9;
}

.social-stat span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-section {
  background: var(--charcoal);
}

.info-grid dl {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
}

.info-grid div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  background: var(--charcoal);
}

.info-grid dt {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.info-grid dd {
  margin: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer span {
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
}

.footer-logo {
  width: 86px;
  height: 62px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 800;
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(-0.6%, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(0.8%, -0.7%, 0);
  }
}

@keyframes spinRing {
  to {
    transform: rotateX(64deg) rotateZ(360deg);
  }
}

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

@keyframes lightSweep {
  0%,
  100% {
    opacity: 0.16;
    transform: translateX(-2%);
  }
  50% {
    opacity: 0.85;
    transform: translateX(2%);
  }
}

@keyframes titlePulse {
  0%,
  88%,
  100% {
    filter: none;
    transform: translateX(0);
  }
  90% {
    filter: hue-rotate(35deg) contrast(1.2);
    transform: translateX(2px);
  }
  92% {
    transform: translateX(-3px);
  }
}

@keyframes meterBounce {
  from {
    transform: scaleY(0.28);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes photoPulse {
  from {
    transform: scale(1.01) translate3d(-0.4%, 0, 0);
  }
  to {
    transform: scale(1.07) translate3d(0.7%, -0.5%, 0);
  }
}

@keyframes dancerMove {
  0% {
    transform: translateY(0) rotate(-6deg) scaleY(0.96);
  }
  50% {
    transform: translateY(-12px) rotate(5deg) scaleY(1.04);
  }
  100% {
    transform: translateY(-4px) rotate(-2deg) scaleY(1);
  }
}

@keyframes armWave {
  from {
    transform: rotate(-38deg);
  }
  to {
    transform: rotate(42deg);
  }
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 94px;
  }

  .hero-content {
    align-self: center;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 38px;
  }

  .stage-hud {
    display: none;
  }

  .countdown-grid,
  .split-layout,
  .info-grid,
  .manifesto-grid,
  .guide-grid,
  .brand-strip,
  .party-gallery,
  .social-card,
  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .party-gallery img {
    min-height: 420px;
  }

  .visual-card {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .audio-toggle {
    right: 14px;
    bottom: 14px;
    font-size: 0.7rem;
  }

  .nav-ticket {
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .brand {
    font-size: 0.9rem;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 6.8rem);
  }

  .button {
    width: 100%;
  }

  .info-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

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