/* =====================================================
   REGGAE VORTEX — immersive click-through journey
   ===================================================== */

html.vx-lock,
body.vx-lock {
  height: 100%;
  overflow: hidden;
  background: #020208;
}

body.page-vortex {
  --vx-fg: #f4f0e6;
  --vx-muted: rgba(244, 240, 230, 0.68);
  --vx-line: rgba(244, 240, 230, 0.16);
  --vx-heat: #ff6b35;
  --vx-gold: #f5c518;
  --vx-teal: #2dd4a8;
  --vx-pink: #ff4d6d;
  --vx-cyan: #22d3ee;
  --font-display: "Outfit", sans-serif;
  --font-body: "Space Grotesk", sans-serif;
  margin: 0;
  color: var(--vx-fg);
  background: #020208;
}

.vx-skip {
  position: absolute;
  left: -9999px;
}
.vx-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: #000;
  color: #fff;
}

.vx-chrome {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  pointer-events: none;
}
.vx-chrome a,
.vx-chrome button {
  pointer-events: auto;
}

.vx-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--vx-fg);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.vx-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 107, 53, 0.45));
}

.vx-exit {
  appearance: none;
  border: 1px solid var(--vx-line);
  background: rgba(0, 0, 0, 0.45);
  color: var(--vx-fg);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  text-decoration: none;
}
.vx-exit:hover {
  border-color: rgba(255, 107, 53, 0.7);
}

.vx-stage {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  overflow: hidden;
}

.vx-chamber {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.04);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.7s;
}
.vx-chamber.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.vx-chamber.is-leaving {
  opacity: 0;
  transform: scale(0.96);
  z-index: 1;
}

.vx-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vx-media video,
.vx-media img.vx-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vx-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255, 107, 53, 0.18), transparent 45%),
    radial-gradient(ellipse at 80% 70%, rgba(45, 212, 168, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(2, 2, 8, 0.25) 0%, rgba(2, 2, 8, 0.55) 45%, rgba(2, 2, 8, 0.92) 100%);
}
.vx-chamber[data-chamber="dub"] .vx-media::after {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(34, 211, 238, 0.16), transparent 50%),
    linear-gradient(180deg, rgba(2, 2, 8, 0.35), rgba(2, 2, 8, 0.94));
}
.vx-chamber[data-chamber="dancehall"] .vx-media::after {
  background:
    radial-gradient(ellipse at 60% 30%, rgba(255, 77, 109, 0.28), transparent 45%),
    linear-gradient(180deg, rgba(2, 2, 8, 0.2), rgba(2, 2, 8, 0.92));
}
.vx-chamber[data-chamber="fusion"] .vx-media::after {
  background:
    radial-gradient(ellipse at 40% 30%, rgba(245, 197, 24, 0.22), transparent 40%),
    radial-gradient(ellipse at 70% 70%, rgba(255, 107, 53, 0.2), transparent 45%),
    linear-gradient(180deg, rgba(2, 2, 8, 0.15), rgba(2, 2, 8, 0.9));
}

.vx-art-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.vx-float {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  opacity: 0.88;
  animation: vx-drift 14s ease-in-out infinite alternate;
}
.vx-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vx-float.a { width: min(22vw, 220px); height: min(28vw, 280px); top: 14%; right: 6%; animation-delay: 0s; }
.vx-float.b { width: min(18vw, 180px); height: min(18vw, 180px); bottom: 18%; right: 18%; animation-delay: -4s; }
.vx-float.c { width: min(16vw, 160px); height: min(22vw, 200px); top: 28%; left: 5%; animation-delay: -7s; }

@keyframes vx-drift {
  from { transform: translateY(0) rotate(-1.5deg); }
  to { transform: translateY(-18px) rotate(1.5deg); }
}

.vx-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.25rem 7.5rem;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .vx-copy {
    left: 6vw;
    margin: 0;
    padding-bottom: 6.5rem;
  }
  .vx-art-layer { display: block; }
}
@media (max-width: 899px) {
  .vx-float.a, .vx-float.c { display: none; }
  .vx-float.b { right: 4%; bottom: 42%; width: 28vw; height: 28vw; opacity: 0.55; }
}

.vx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vx-gold);
  margin-bottom: 0.85rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.vx-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 9vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0 0 0.85rem;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.vx-lede {
  max-width: 36rem;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--vx-muted);
  margin: 0 0 1.4rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.vx-portals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.7rem;
  margin-bottom: 1.15rem;
  max-width: 640px;
}

.vx-portal {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  text-decoration: none;
  color: var(--vx-fg);
  background: rgba(8, 8, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.vx-portal:hover,
.vx-portal:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.75);
  background: rgba(20, 12, 8, 0.7);
  outline: none;
}
.vx-portal strong {
  font-family: var(--font-display);
  font-size: 0.98rem;
}
.vx-portal span {
  font-size: 0.78rem;
  color: var(--vx-muted);
}

.vx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.vx-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  color: #120806;
  background: linear-gradient(135deg, #ff6b35, #f5c518);
  box-shadow: 0 10px 40px rgba(255, 107, 53, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.vx-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.vx-btn-ghost {
  background: transparent;
  color: var(--vx-fg);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}
.vx-btn-ghost:hover {
  border-color: rgba(245, 197, 24, 0.7);
  background: rgba(255, 255, 255, 0.06);
}

.vx-hud {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(2, 2, 8, 0.85));
}

.vx-orbit {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}

.vx-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.vx-dot[aria-current="true"] {
  background: var(--vx-heat);
  border-color: var(--vx-heat);
  box-shadow: 0 0 18px rgba(255, 107, 53, 0.7);
  transform: scale(1.25);
}
.vx-dot:hover { background: rgba(255, 255, 255, 0.35); }

.vx-nav-btn {
  appearance: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
}
.vx-nav-btn:hover { border-color: var(--vx-gold); }
.vx-nav-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.vx-progress-label {
  position: fixed;
  top: 4.4rem;
  right: 1.25rem;
  z-index: 40;
  font-family: var(--font-mono, monospace);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 230, 0.55);
}

.vx-swirl {
  position: absolute;
  inset: -20%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  background: conic-gradient(from 180deg, transparent, rgba(255, 107, 53, 0.18), transparent 40%, rgba(45, 212, 168, 0.12), transparent 70%);
  mix-blend-mode: screen;
  transition: opacity 0.35s ease;
}
.vx-stage.is-transitioning .vx-swirl {
  opacity: 1;
  animation: vx-spin 1.1s linear;
}
@keyframes vx-spin {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(120deg) scale(1.2); }
}

@media (prefers-reduced-motion: reduce) {
  .vx-chamber,
  .vx-float,
  .vx-btn,
  .vx-portal {
    transition: none !important;
    animation: none !important;
  }
  .vx-stage.is-transitioning .vx-swirl { display: none; }
}
