:root {
  --black: #050505;
  --ink: #111111;
  --white: #f6f3ee;
  --muted: rgba(246, 243, 238, 0.68);
  --line: rgba(246, 243, 238, 0.18);
  --red: #ef233c;
  --blue: #3d67ff;
  --green: #21d88b;
  --max: 1440px;
  --mx: 0;
  --my: 0;
  --scroll: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none;
  }
}

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

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

button {
  font: inherit;
}

.preloader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
  pointer-events: none;
  animation: loader-out 900ms cubic-bezier(0.77, 0, 0.18, 1) 1450ms forwards;
}

.preloader.is-done {
  display: none;
}

.preloader-mark {
  position: relative;
  font-size: clamp(42px, 9vw, 132px);
  font-weight: 950;
  line-height: 0.85;
  text-transform: uppercase;
  animation: loader-pulse 1200ms steps(2, end) infinite;
}

.preloader-mark span {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.preloader-line {
  position: absolute;
  left: 8vw;
  right: 8vw;
  bottom: 12vh;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--red), var(--white), transparent);
  transform-origin: left;
  animation: loader-line 1350ms cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

.cursor,
.cursor-ring {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--cursor-x, -100px) - 50%), calc(var(--cursor-y, -100px) - 50%), 0);
}

.cursor {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(239, 35, 60, 0.9);
}

.cursor-ring {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(246, 243, 238, 0.54);
  border-radius: 50%;
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease;
}

body.is-hovering .cursor-ring {
  width: 76px;
  height: 76px;
  border-color: var(--red);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 56px);
  color: var(--white);
  mix-blend-mode: difference;
  animation: drop-in 900ms cubic-bezier(0.16, 1, 0.3, 1) 1700ms both;
}

.brand img {
  width: 156px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 52px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a,
.info-toggle,
.panel-close {
  position: relative;
  color: var(--white);
}

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

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

.info-toggle,
.panel-close {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--black);
}

.hero-video,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-fallback {
  z-index: 0;
  opacity: 0.84;
  filter: saturate(0.86) contrast(1.08);
}

.hero-video {
  z-index: 1;
  opacity: 0.44;
  filter: saturate(0.78) contrast(1.08);
  transform: scale(1.08) translate3d(calc(var(--mx) * -14px), calc(var(--my) * -10px), 0);
  transition: transform 240ms ease-out;
}

.hero-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.78)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.24) 48%, rgba(0, 0, 0, 0.92));
}

.hero-noise {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px),
    linear-gradient(115deg, transparent, rgba(239, 35, 60, 0.18), transparent 40%);
  mix-blend-mode: screen;
  animation: scan-shift 4s linear infinite;
}

.hero-beams {
  position: absolute;
  z-index: 3;
  inset: -10%;
  pointer-events: none;
  opacity: 0.75;
  background:
    linear-gradient(104deg, transparent 0 28%, rgba(61, 103, 255, 0.18) 30%, transparent 38%),
    linear-gradient(78deg, transparent 0 54%, rgba(239, 35, 60, 0.22) 56%, transparent 62%),
    linear-gradient(18deg, transparent 0 62%, rgba(33, 216, 139, 0.13) 64%, transparent 71%);
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--mx) * 28px), calc(var(--my) * 18px), 0) skewX(-8deg);
  animation: beam-sweep 9s ease-in-out infinite alternate;
}

.red-slash {
  position: absolute;
  z-index: 5;
  width: 34vw;
  height: 12px;
  min-width: 260px;
  background: var(--red);
  box-shadow: 0 0 28px rgba(239, 35, 60, 0.7);
  transform-origin: center;
  pointer-events: none;
  opacity: 0.82;
}

.slash-one {
  top: 34%;
  right: -12vw;
  transform: rotate(-18deg) translate3d(calc(var(--mx) * -18px), calc(var(--my) * 12px), 0);
  animation: slash-in 1100ms cubic-bezier(0.16, 1, 0.3, 1) 1850ms both;
}

.slash-two {
  left: -14vw;
  bottom: 22%;
  height: 8px;
  transform: rotate(13deg) translate3d(calc(var(--mx) * 16px), calc(var(--my) * -10px), 0);
  animation: slash-in 1100ms cubic-bezier(0.16, 1, 0.3, 1) 2050ms both reverse;
}

.sound-bars {
  position: absolute;
  z-index: 6;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(48px, 7vh, 78px);
  display: grid;
  grid-auto-flow: column;
  align-items: end;
  gap: 4px;
  height: 48px;
  pointer-events: none;
}

.sound-bars span {
  width: 3px;
  height: 18px;
  background: var(--white);
  box-shadow: 0 0 18px rgba(246, 243, 238, 0.58);
  transform-origin: bottom;
  animation: bar-pulse 900ms ease-in-out infinite alternate;
}

.sound-bars span:nth-child(2n) {
  background: var(--red);
  animation-duration: 680ms;
}

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

.sound-bars span:nth-child(4n) {
  animation-delay: 180ms;
}

.hero-layout {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr 290px;
  align-items: end;
  gap: clamp(24px, 4vw, 72px);
  padding: 128px clamp(18px, 4vw, 56px) 72px;
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 6px), 0);
  transition: transform 260ms ease-out;
}

.version-list {
  display: grid;
  gap: 8px;
  align-self: center;
}

.version {
  position: relative;
  display: block;
  width: 160px;
  min-height: 54px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  transform: translateY(18px);
  opacity: 0;
  animation: rise-in 750ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.version:nth-child(1) {
  animation-delay: 1800ms;
}

.version:nth-child(2) {
  animation-delay: 1920ms;
}

.version:nth-child(3) {
  animation-delay: 2040ms;
}

.version svg {
  position: absolute;
  inset: 0;
  width: 142px;
  height: 54px;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.version path {
  fill: none;
  stroke: var(--red);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(239, 35, 60, 0.55));
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 180ms ease;
}

.version span {
  position: relative;
  z-index: 1;
}

.version:hover svg,
.version.is-active svg {
  opacity: 1;
  transform: translateX(6px);
}

.version:hover path,
.version.is-active path {
  stroke-dashoffset: 0;
}

.hero-copy {
  align-self: end;
  min-width: 0;
}

.eyebrow,
.panel-kicker,
.player-title {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy .eyebrow,
.hero-meta,
.tagline {
  opacity: 0;
  transform: translateY(24px);
  animation: rise-in 850ms cubic-bezier(0.16, 1, 0.3, 1) 2150ms forwards;
}

.tagline {
  animation-delay: 2450ms;
}

.hero-meta {
  animation-delay: 2600ms;
}

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

h1 {
  margin-bottom: 0;
  font-size: clamp(58px, 9vw, 138px);
  line-height: 0.82;
  text-transform: uppercase;
}

.glitch-title {
  position: relative;
  width: min-content;
  max-width: 100%;
  opacity: 0;
  transform: translateY(42px) scaleY(1.08);
  animation: title-in 1100ms cubic-bezier(0.16, 1, 0.3, 1) 2200ms forwards;
}

.glitch-title .logo-x {
  display: inline-block;
  height: 1.18em;
  width: auto;
  vertical-align: -0.3em;
  margin-left: -0.08em;
  margin-right: -0.02em;
}

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

.glitch-title::before {
  color: var(--red);
  transform: translate(8px, -2px);
  clip-path: inset(0 0 54% 0);
}

.glitch-title::after {
  color: var(--red);
  transform: translate(-7px, 3px);
  clip-path: inset(48% 0 0 0);
}

.glitch-title:hover::before,
.glitch-title:hover::after {
  opacity: 0.72;
  animation: glitch-slice 450ms steps(2, end) infinite;
}

.tagline {
  margin: 16px 0 0;
  color: var(--red);
  font-size: clamp(33px, 5.1vw, 72px);
  line-height: 0.95;
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}

.hero-meta {
  align-self: end;
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 16px;
}

.hero-meta p {
  color: var(--muted);
  text-wrap: balance;
}

.hero-meta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 2px solid var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-panel {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100vh;
  padding: 86px clamp(22px, 4vw, 44px) 36px;
  background:
    linear-gradient(145deg, rgba(239, 35, 60, 0.16), transparent 42%),
    rgba(5, 5, 5, 0.96);
  border-left: 1px solid var(--line);
  transform: translateX(102%) skewX(-6deg);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), clip-path 520ms cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.info-panel.is-open {
  transform: translateX(0) skewX(0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.panel-close {
  position: absolute;
  top: 28px;
  right: 28px;
}

.panel-content {
  display: none;
}

.panel-content.is-active {
  display: block;
  animation: panel-content-in 520ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.panel-content h2,
.sound-copy h2,
.booking-copy h2 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.92;
  text-transform: uppercase;
}

.panel-content h2 {
  font-size: clamp(48px, 15vw, 82px);
}

.panel-content p,
.sound-copy p,
.booking-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}

dl {
  margin: 40px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--red);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

/* Acento tipográfico: palabra/letras en light + rojo dentro de las cabeceras */
.acc {
  color: var(--red);
  font-weight: 300;
}

dd {
  margin: 0;
}

.sound-section,
.visuals-section,
.career-section,
.booking-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px clamp(18px, 4vw, 56px);
}

.ticker {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(239, 35, 60, 0.35);
  background: rgba(5, 5, 5, 0.45);
  color: var(--white);
  transform: translateY(100%);
  animation: ticker-in 650ms cubic-bezier(0.16, 1, 0.3, 1) 2800ms forwards;
}

.ticker div {
  display: flex;
  width: max-content;
  animation: ticker-run 18s linear infinite;
}

.ticker span {
  padding: 13px 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ticker span:nth-child(5n) {
  color: var(--red);
}

.reveal .section-label,
.reveal-item {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1), transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.section-label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sound-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
}

.player {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(239, 35, 60, 0.12), rgba(61, 103, 255, 0.08));
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.player:hover,
.carousel-viewport:hover {
  border-color: rgba(239, 35, 60, 0.55);
  box-shadow: 0 24px 90px rgba(239, 35, 60, 0.16);
}

.player::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 22px;
  width: 82px;
  height: 82px;
  border: 4px solid var(--red);
  transform: rotate(16deg);
  animation: box-breathe 3.4s ease-in-out infinite alternate;
}

.player h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 34px;
  text-transform: uppercase;
}

audio {
  width: 100%;
  accent-color: var(--red);
}

.track-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.track-tags span {
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-carousel {
  position: relative;
}

.carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-button {
  min-height: 38px;
  border: 1px solid var(--line);
  padding: 0 13px;
  color: var(--white);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-button:hover {
  color: var(--red);
  border-color: rgba(239, 35, 60, 0.58);
  transform: translateY(-2px);
}

.carousel-viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black);
}

.carousel-viewport::before,
.carousel-viewport::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(120px, 18vw);
  pointer-events: none;
}

.carousel-viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--black), transparent);
}

.carousel-viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--black), transparent);
}

.carousel-track {
  display: flex;
  gap: 12px;
  padding: 12px;
  transform: translate3d(0, 0, 0);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-slide {
  position: relative;
  flex: 0 0 min(34vw, 430px);
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(246, 243, 238, 0.08);
}

.visual-slide:nth-child(3n + 1) {
  aspect-ratio: 16 / 10;
}

.visual-slide:nth-child(4n) {
  aspect-ratio: 3 / 4;
}

.visual-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.08);
  transition: transform 420ms ease, filter 420ms ease;
}

.visual-slide:hover img {
  transform: scale(1.05);
  filter: saturate(0.95) contrast(1.12);
}

figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 10px;
  background: rgba(5, 5, 5, 0.74);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.career-section {
  border-top: 1px solid var(--line);
}

.career-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: stretch;
}

.career-copy h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.92;
  text-transform: uppercase;
}

.career-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}

.career-proof {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.career-proof span {
  width: fit-content;
  border: 1px solid rgba(239, 35, 60, 0.42);
  padding: 8px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.career-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 58% 42%, rgba(239, 35, 60, 0.22), transparent 18%),
    radial-gradient(circle at 42% 62%, rgba(61, 103, 255, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(246, 243, 238, 0.06), rgba(5, 5, 5, 0.94));
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.career-map:hover {
  border-color: rgba(239, 35, 60, 0.55);
  box-shadow: 0 24px 90px rgba(239, 35, 60, 0.14);
}

.map-frame {
  position: absolute;
  inset: 30px;
  overflow: hidden;
  border: 1px solid rgba(246, 243, 238, 0.1);
  background-image:
    linear-gradient(rgba(246, 243, 238, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 238, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.map-frame::before {
  content: "";
  position: absolute;
  inset: 10% 16% 12% 20%;
  border: 1px solid rgba(246, 243, 238, 0.24);
  clip-path: polygon(16% 30%, 32% 12%, 55% 18%, 72% 8%, 88% 22%, 78% 48%, 91% 66%, 64% 84%, 49% 72%, 31% 88%, 12% 70%, 24% 52%);
  filter: drop-shadow(0 0 24px rgba(246, 243, 238, 0.12));
}

.map-orbit,
.map-line {
  position: absolute;
  pointer-events: none;
}

.map-orbit {
  border: 1px solid rgba(246, 243, 238, 0.14);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.map-orbit-one {
  width: 72%;
  height: 54%;
  left: 12%;
  top: 20%;
}

.map-orbit-two {
  width: 42%;
  height: 34%;
  right: 11%;
  bottom: 18%;
  border-color: rgba(239, 35, 60, 0.28);
}

.map-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(239, 35, 60, 0.9), rgba(246, 243, 238, 0.72), transparent);
  transform-origin: left;
}

.line-one {
  width: 48%;
  left: 28%;
  top: 50%;
  transform: rotate(-9deg);
}

.line-two {
  width: 30%;
  left: 47%;
  top: 45%;
  transform: rotate(28deg);
  opacity: 0.7;
}

.line-three {
  width: 24%;
  left: 38%;
  top: 67%;
  transform: rotate(-31deg);
  opacity: 0.55;
}

.map-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 0 0 8px rgba(239, 35, 60, 0.16), 0 0 34px rgba(239, 35, 60, 0.82);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(239, 35, 60, 0.38);
  border-radius: 50%;
  animation: pin-pulse 1800ms ease-out infinite;
}

.map-pin span {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 9px;
  background: rgba(5, 5, 5, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.pin-madrid span,
.pin-marbella span {
  left: auto;
  right: 24px;
}

.pin-rome span,
.pin-sardinia span {
  top: auto;
  bottom: 24px;
  transform: none;
}

.pin-tokyo span {
  left: auto;
  right: 24px;
}

.pin-miami span {
  left: auto;
  right: 24px;
}

.pin-madrid {
  left: 45%;
  top: 52%;
}

.pin-ibiza {
  left: 61%;
  top: 65%;
}

.pin-rome {
  left: 61%;
  top: 46%;
}

.pin-sardinia {
  left: 66%;
  top: 55%;
}

.pin-tokyo {
  left: 87%;
  top: 46%;
}

.pin-miami {
  left: 20%;
  top: 68%;
}

.pin-marbella {
  left: 39%;
  top: 66%;
}

.club-wall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 42px);
  margin-top: 54px;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
}

.club-logo {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(246, 243, 238, 0.62);
  font-size: clamp(18px, 3vw, 44px);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
  text-align: center;
  transition: color 180ms ease, transform 180ms ease;
}

.club-logo::before,
.club-logo::after {
  display: block;
}

.club-logo::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.45;
}

.club-logo.is-ranked::after {
  content: attr(data-badge);
  border: 1px solid rgba(239, 35, 60, 0.5);
  padding: 5px 7px;
  color: var(--red);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.club-logo:hover {
  color: var(--red);
  transform: translateY(-4px);
}

.club-logo.is-privilege:hover {
  color: var(--red);
  text-shadow: 0 0 26px rgba(239, 35, 60, 0.55);
}

.club-logo.is-major {
  color: var(--white);
  font-size: clamp(42px, 7vw, 104px);
}

.club-logo.is-large {
  font-size: clamp(30px, 5vw, 74px);
}

.club-logo.is-small {
  font-size: clamp(13px, 2vw, 28px);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  border-top: 1px solid var(--line);
}

.booking-section .section-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.booking-actions {
  display: grid;
  gap: 18px;
}

.booking-actions a {
  position: relative;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(0);
  transition: transform 180ms ease, color 180ms ease;
}

@media (hover: none), (pointer: coarse) {
  .cursor,
  .cursor-ring {
    display: none;
  }
}

.booking-actions a:hover {
  color: var(--red);
  transform: translateX(14px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

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

  .brand img {
    width: 124px;
  }

  .nav-links {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 34px;
    transform: none;
  }

  .version-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-self: end;
  }

  .version {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .version svg {
    width: 100%;
    height: 44px;
  }

  .hero-meta {
    max-width: 420px;
  }

  .sound-grid,
  .career-grid,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .visual-slide {
    flex-basis: min(48vw, 380px);
  }

  .cursor,
  .cursor-ring {
    display: none;
  }

  body {
    cursor: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 18px;
  }

  .hero-layout {
    padding: 112px 18px 42px;
  }

  .sound-bars {
    display: none;
  }

  .red-slash {
    min-width: 180px;
  }

  h1 {
    font-size: 64px;
  }

  .tagline {
    font-size: 32px;
  }

  .hero-meta p {
    max-width: 320px;
    overflow-wrap: break-word;
  }

  .version-list {
    grid-template-columns: 1fr;
  }

  .sound-section,
  .visuals-section,
  .career-section,
  .booking-section {
    padding: 74px 18px;
  }

  .career-map {
    min-height: auto;
    padding: 18px;
  }

  .map-frame {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    border: 0;
    background-image: none;
  }

  .map-frame::before,
  .map-orbit,
  .map-line {
    display: none;
  }

  .map-pin {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    border: 1px solid rgba(239, 35, 60, 0.42);
    border-radius: 0;
    background: rgba(5, 5, 5, 0.72);
    box-shadow: none;
  }

  .map-pin::after {
    display: none;
  }

  .map-pin span,
  .pin-madrid span,
  .pin-marbella span,
  .pin-rome span,
  .pin-sardinia span,
  .pin-tokyo span,
  .pin-miami span {
    position: static;
    inset: auto;
    transform: none;
    padding: 0;
    background: transparent;
    white-space: normal;
    text-align: center;
  }

  .career-copy h2 {
    font-size: clamp(40px, 14vw, 64px);
    line-height: 0.95;
  }

  .career-proof span {
    width: 100%;
  }

  .club-wall {
    display: grid;
    gap: 18px;
    justify-items: stretch;
  }

  .club-logo,
  .club-logo.is-major,
  .club-logo.is-large,
  .club-logo.is-small {
    width: 100%;
    padding: 12px 0;
    font-size: clamp(17px, 8vw, 32px);
    line-height: 1.02;
  }

  .club-logo.is-ranked::after {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .carousel-track {
    gap: 10px;
    padding: 10px;
  }

  .visual-slide {
    flex-basis: 84vw;
    aspect-ratio: 4 / 5;
  }

  .carousel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .carousel-button {
    min-height: 42px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 420px) {
  .map-frame {
    grid-template-columns: 1fr;
  }
}

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

@keyframes loader-line {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes loader-pulse {
  0%, 100% {
    text-shadow: 0 0 0 transparent;
  }
  50% {
    text-shadow: 10px 0 0 rgba(239, 35, 60, 0.7), -10px 0 0 rgba(61, 103, 255, 0.5);
  }
}

@keyframes loader-out {
  to {
    transform: translateY(-100%);
  }
}

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

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes title-in {
  0% {
    opacity: 0;
    transform: translateY(42px) scaleY(1.08);
    filter: blur(10px);
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(0.9);
  }
}

@keyframes glitch-slice {
  0% {
    transform: translate(8px, -2px);
  }
  50% {
    transform: translate(-10px, 3px);
  }
  100% {
    transform: translate(5px, -5px);
  }
}

@keyframes scan-shift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 24px, 220px 0;
  }
}

@keyframes beam-sweep {
  from {
    opacity: 0.38;
    filter: hue-rotate(0deg);
  }
  to {
    opacity: 0.78;
    filter: hue-rotate(42deg);
  }
}

@keyframes slash-in {
  from {
    opacity: 0;
    transform: translateX(45vw) rotate(-18deg);
  }
}

@keyframes bar-pulse {
  from {
    transform: scaleY(0.25);
    opacity: 0.45;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes ticker-in {
  to {
    transform: translateY(0);
  }
}

@keyframes ticker-run {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes panel-content-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes box-breathe {
  to {
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 0 26px rgba(239, 35, 60, 0.38);
  }
}

@keyframes pin-pulse {
  from {
    opacity: 0.9;
    transform: scale(0.6);
  }
  to {
    opacity: 0;
    transform: scale(1.65);
  }
}
