@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Rajdhani:wght@500;600;700&display=swap');

:root {
  --sob-cyan: #00e5ff;
  --sob-pink: #ff2ca8;
  --sob-orange: #ff972d;
  --sob-void: #02030a;
  --sob-panel: rgba(5, 8, 25, 0.72);
  --sob-panel-solid: rgba(5, 8, 25, 0.94);
  --font-display: 'Audiowide', 'Arial Narrow', sans-serif;
  --font-hud: 'Rajdhani', Arial, sans-serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--sob-void);
  font-family: Arial, sans-serif;
  overflow: hidden;
  color: white;
}

.sob-launch {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: var(--sob-void);
}

/* ================= BACKGROUND STACK ================= */

#sobParticleCanvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,0.10), rgba(255,44,168,0.06) 45%, transparent 70%);
  z-index: 6;
  pointer-events: none;
  transform: translate3d(-999px, -999px, 0);
  will-change: transform;
}

.no-cursor-fx .cursor-glow {
  display: none;
}

.bg-parallax-layer {
  position: absolute;
  inset: -3%;
  z-index: 0;
  transition: transform 0.6s var(--ease-out-expo);
  will-change: transform;
}

.cinematic-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: bgSlowMove 22s ease-in-out infinite alternate;
  will-change: transform, filter;
}

@keyframes bgSlowMove {
  from { transform: scale(1.05) translateX(-1%); filter: brightness(0.78) saturate(1.15); }
  to { transform: scale(1.16) translateX(1.5%); filter: brightness(1) saturate(1.45); }
}

.bg-dark-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(2,3,10,0.85)),
    radial-gradient(circle at 50% 40%, transparent 0%, rgba(0,0,0,0.55) 78%);
}

.neon-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 229, 255, 0.22), transparent 30%),
    radial-gradient(circle at 80% 35%, rgba(255, 44, 168, 0.25), transparent 35%),
    radial-gradient(circle at 50% 100%, rgba(255, 151, 45, 0.16), transparent 35%);
  animation: neonPulse 6.5s ease-in-out infinite alternate;
}

@keyframes neonPulse {
  from { opacity: 0.55; }
  to { opacity: 0.95; }
}

.light-sweep {
  position: absolute;
  inset: -25%;
  z-index: 3;
  background:
    linear-gradient(115deg, transparent 20%, rgba(0,229,255,0.16), transparent 43%),
    linear-gradient(125deg, transparent 40%, rgba(255,44,168,0.18), transparent 62%);
  animation: lightSweepMove 11s cubic-bezier(.45,.05,.55,.95) infinite alternate;
  pointer-events: none;
}

@keyframes lightSweepMove {
  from { transform: translateX(-35%) rotate(4deg); }
  to { transform: translateX(35%) rotate(4deg); }
}

.energy-lines {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(105deg, transparent 8%, rgba(255,44,168,0.42) 9%, transparent 10%),
    linear-gradient(108deg, transparent 18%, rgba(0,229,255,0.34) 19%, transparent 20%),
    linear-gradient(112deg, transparent 72%, rgba(255,44,168,0.32) 73%, transparent 74%);
  opacity: 0.5;
  animation: energyDrift 9s ease-in-out infinite alternate;
}

@keyframes energyDrift {
  from { transform: translateX(-10%); }
  to { transform: translateX(10%); }
}

.scan-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(to bottom, transparent, rgba(0,229,255,0.08), transparent);
  height: 32%;
  animation: scanMove 5s linear infinite;
}

@keyframes scanMove {
  from { transform: translateY(-120%); }
  to { transform: translateY(330%); }
}

/* Persistent faint CRT scanlines across the whole frame — the texture that
   sells "found footage" without being distracting. */
.crt-lines {
  position: absolute;
  inset: 0;
  z-index: 16;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.035) 0px,
    rgba(255,255,255,0.035) 1px,
    transparent 1px,
    transparent 3px
  );
  mix-blend-mode: overlay;
}

/* Synthwave grid horizon — receding into the skyline, tucked behind the
   palms so it reads as part of the world rather than a slapped-on effect. */
.synth-grid {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -6%;
  height: 42%;
  z-index: 6;
  background-image:
    linear-gradient(rgba(0,229,255,0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,44,168,0.32) 1px, transparent 1px);
  background-size: 64px 42px, 64px 42px;
  transform: perspective(280px) rotateX(58deg);
  transform-origin: bottom center;
  -webkit-mask-image: linear-gradient(to top, black 8%, transparent 88%);
  mask-image: linear-gradient(to top, black 8%, transparent 88%);
  animation: gridScroll 2.2s linear infinite;
  opacity: 0.6;
  pointer-events: none;
}

@keyframes gridScroll {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 42px, 0 0; }
}

/* Occasional VHS tracking tear */
.glitch-tear {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 19;
  height: 8px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.85), rgba(0,229,255,0.5), transparent);
  opacity: 0;
  pointer-events: none;
}

.glitch-tear.active {
  animation: tearFlicker 0.28s steps(3) forwards;
}

@keyframes tearFlicker {
  0% { opacity: 0; transform: translateX(-8%) scaleY(1); }
  25% { opacity: 0.85; transform: translateX(3%) scaleY(1.4); }
  55% { opacity: 0.25; transform: translateX(-4%) scaleY(0.8); }
  100% { opacity: 0; transform: translateX(0); }
}

/* Full-viewport viewfinder frame + HUD */
.viewfinder-frame {
  position: fixed;
  inset: 16px;
  z-index: 17;
  pointer-events: none;
  color: rgba(0, 229, 255, 0.55);
  background-image:
    linear-gradient(to right, currentColor 2px, transparent 2px) top left / 30px 2px no-repeat,
    linear-gradient(to bottom, currentColor 2px, transparent 2px) top left / 2px 30px no-repeat,
    linear-gradient(to left, currentColor 2px, transparent 2px) top right / 30px 2px no-repeat,
    linear-gradient(to bottom, currentColor 2px, transparent 2px) top right / 2px 30px no-repeat,
    linear-gradient(to right, currentColor 2px, transparent 2px) bottom left / 30px 2px no-repeat,
    linear-gradient(to top, currentColor 2px, transparent 2px) bottom left / 2px 30px no-repeat,
    linear-gradient(to left, currentColor 2px, transparent 2px) bottom right / 30px 2px no-repeat,
    linear-gradient(to top, currentColor 2px, transparent 2px) bottom right / 2px 30px no-repeat;
}

.hud-topline {
  position: fixed;
  top: 32px;
  left: 44px;
  right: 44px;
  z-index: 17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-hud);
  letter-spacing: 3px;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  pointer-events: none;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.hud-rec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hud-rec-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sob-pink);
  box-shadow: 0 0 10px var(--sob-pink);
  animation: recBlink 1.1s steps(1) infinite;
}

@keyframes recBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.15; }
}

.hud-cam-label {
  color: var(--sob-cyan);
}

/* ================= PALMS / PLANES ================= */

.real-palm {
  position: absolute;
  bottom: -90px;
  z-index: 8;
  width: min(390px, 30vw);
  opacity: 0.9;
  filter:
    brightness(0.55)
    contrast(1.25)
    drop-shadow(0 0 22px rgba(255,44,168,0.6))
    drop-shadow(0 0 34px rgba(0,229,255,0.35));
  transform-origin: bottom center;
  animation: palmSway 5s ease-in-out infinite alternate;
}

.palm-left { left: -95px; transform: rotate(-3deg); }
.palm-right { right: -95px; transform: scaleX(-1) rotate(3deg); }

@keyframes palmSway {
  from { translate: -4px 0; rotate: -1.5deg; }
  to { translate: 4px 0; rotate: 1.5deg; }
}

.real-plane {
  position: absolute;
  z-index: 7;
  width: min(430px, 34vw);
  pointer-events: none;
  filter:
    brightness(0.7)
    drop-shadow(0 0 18px rgba(0,229,255,0.9))
    drop-shadow(0 0 32px rgba(255,44,168,0.7));
}

.plane-one {
  left: -500px;
  top: 20%;
  animation: planeFlyRight 15s cubic-bezier(.45,.05,.55,.95) infinite;
}

@keyframes planeFlyRight {
  0% { transform: translate(-15vw, 18vh) rotate(-7deg) scale(0.8); opacity: 0; }
  12% { opacity: 1; }
  60% { transform: translate(58vw, -3vh) rotate(-6deg) scale(1); }
  100% { transform: translate(130vw, -22vh) rotate(-10deg) scale(0.65); opacity: 0; }
}

.plane-two {
  right: -520px;
  top: 44%;
  opacity: 0;
  width: min(300px, 24vw);
  animation: planeFlyLeft 18s cubic-bezier(.45,.05,.55,.95) infinite;
  animation-delay: -4s;
}

@keyframes planeFlyLeft {
  0% { transform: translate(15vw, 5vh) rotate(6deg) scale(0.75); opacity: 0; }
  18% { opacity: 0.75; }
  58% { transform: translate(-55vw, -8vh) rotate(4deg) scale(0.95); opacity: 0.8; }
  100% { transform: translate(-125vw, -16vh) rotate(7deg) scale(0.55); opacity: 0; }
}

/* ================= INTRO ================= */

.intro-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 20;
  transition: opacity 0.6s var(--ease-out-expo);
}

.intro-scene.hide {
  opacity: 0;
  pointer-events: none;
}

.launch-logo {
  width: min(340px, 70vw);
  z-index: 3;

  /* Keep the logo sharp while it spins. */
  --logo-glow:
    drop-shadow(0 0 20px rgba(0,229,255,0.95))
    drop-shadow(0 0 42px rgba(255,44,168,0.8));

  filter: var(--logo-glow);
  animation: logoNeonIgnite 5.4s var(--ease-out-expo) forwards;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  image-rendering: auto;
}

/* Neon-sign ignition: a few quick flickers before it holds steady, then the
   original spin/scale exit — reads like a Miami storefront sign kicking on. */
@keyframes logoNeonIgnite {
  0% {
    opacity: 0;
    transform: scale(0.2) rotate(-160deg) translateZ(0);
    filter: var(--logo-glow);
  }
  4% { opacity: 0.8; filter: var(--logo-glow); }
  8% { opacity: 0.1; filter: var(--logo-glow); }
  12% { opacity: 0.9; filter: var(--logo-glow); }
  16% { opacity: 0.2; filter: var(--logo-glow); }
  22% {
    opacity: 1;
    transform: scale(0.55) rotate(-90deg) translateZ(0);
    filter: var(--logo-glow);
  }
  42% {
    opacity: 1;
    transform: scale(1.08) rotate(12deg) translateZ(0);
    filter: var(--logo-glow);
  }
  70% {
    opacity: 1;
    transform: scale(1) rotate(360deg) translateZ(0);
    filter: var(--logo-glow);
  }
  94% {
    opacity: 1;
    transform: scale(1.08) rotate(500deg) translateZ(0);
    filter: var(--logo-glow);
  }
  100% {
    opacity: 0;
    transform: scale(3) rotate(560deg) translateZ(0);
    filter: blur(16px);
  }
}

.logo-ring {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 2px solid rgba(0,229,255,0.45);
  box-shadow:
    0 0 28px rgba(0,229,255,0.85),
    inset 0 0 34px rgba(255,44,168,0.55);
  animation: ringSpin 5.4s linear forwards;
}

@keyframes ringSpin {
  from { transform: rotate(0deg) scale(0.35); opacity: 0; }
  38% { opacity: 1; }
  to { transform: rotate(780deg) scale(2.5); opacity: 0; }
}

.logo-ring-secondary {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px dashed rgba(255,44,168,0.5);
  animation: ringSpinReverse 5.4s linear forwards;
}

@keyframes ringSpinReverse {
  from { transform: rotate(0deg) scale(0.5); opacity: 0; }
  38% { opacity: 0.85; }
  to { transform: rotate(-620deg) scale(2.1); opacity: 0; }
}

.logo-energy {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0,229,255,0.3), transparent 60%),
    radial-gradient(circle, rgba(255,44,168,0.28), transparent 72%);
  animation: energyPulse 1.5s ease-in-out infinite alternate;
}

@keyframes energyPulse {
  from { transform: scale(0.8); opacity: 0.45; }
  to { transform: scale(1.3); opacity: 0.9; }
}

.burst {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  box-shadow:
    0 0 70px 35px #00e5ff,
    0 0 130px 80px #ff2ca8,
    0 0 200px 130px #7b2cff;
  animation: burstFlash 5.4s ease forwards;
}

@keyframes burstFlash {
  0%, 72% { opacity: 0; transform: scale(0); }
  83% { opacity: 1; transform: scale(1.8); }
  100% { opacity: 0; transform: scale(9); }
}

.intro-status {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  width: min(320px, 80vw);
}

.intro-status-text {
  color: rgba(255,255,255,0.75);
  font-family: var(--font-hud);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 12px;
  min-height: 14px;
}

.intro-progress-track {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.12);
  border-radius: 2px;
  overflow: hidden;
}

.intro-progress-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, var(--sob-cyan), var(--sob-pink));
  box-shadow: 0 0 12px rgba(0,229,255,0.8);
  transition: width 0.25s linear;
}

/* ================= MENU ================= */

.launch-menu {
  position: relative;
  z-index: 18;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 70px 32px 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(35px);
  transition: opacity 1.1s var(--ease-out-expo), transform 1.1s var(--ease-out-expo);
}

.launch-menu.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Keep the entire destination menu centered as one layout group. */
.launch-menu > div {
  width: 100%;
}

.menu-header {
  text-align: center;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s var(--ease-out-expo) 0.15s, transform 0.8s var(--ease-out-expo) 0.15s;
}

.launch-menu.show .menu-header {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  color: var(--sob-cyan);
  font-family: var(--font-hud);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 13px;
  margin: 0;
  text-shadow: 0 0 14px rgba(0,229,255,0.9);
}

.menu-header h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 5.6vw, 64px);
  margin: 14px 0;
  line-height: 1.05;
  letter-spacing: 2px;
  text-shadow:
    0 0 24px rgba(0,229,255,0.75),
    0 0 48px rgba(255,44,168,0.45);
  background: linear-gradient(120deg, #ffffff 30%, var(--sob-cyan) 55%, var(--sob-pink) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 100%;
  animation: headlineSheen 6s ease-in-out infinite;
}

@keyframes headlineSheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.subtitle {
  color: rgba(255,255,255,0.82);
  letter-spacing: 2px;
  font-family: var(--font-hud);
  font-size: 15px;
}

.launch-cards {
  width: min(1050px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  perspective: 1400px;
}

.launch-card {
  position: relative;
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  background: var(--sob-panel);
  color: white;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(14px);
  transition: transform 0.25s var(--ease-out-expo), box-shadow 0.35s ease, border-color 0.35s ease;
  transform-style: preserve-3d;
  opacity: 0;
  transform: translateY(28px) rotateX(6deg);
  font: inherit;
}

.launch-menu.show .launch-card {
  animation: cardReveal 0.75s var(--ease-out-back) forwards;
}

.launch-card:nth-child(1) { animation-delay: 0.25s; }
.launch-card:nth-child(2) { animation-delay: 0.38s; }
.launch-card:nth-child(3) { animation-delay: 0.51s; }
.launch-card:nth-child(4) { animation-delay: 0.64s; }

@keyframes cardReveal {
  from { opacity: 0; transform: translateY(28px) rotateX(6deg); }
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

.launch-card.card-ready {
  animation: none;
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, var(--card-glow), transparent 45%, var(--card-glow));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.launch-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.16), transparent);
  transform: translateX(-70%);
  transition: 0.5s ease;
}

.launch-card:hover,
.launch-card.card-hover {
  box-shadow: 0 18px 42px color-mix(in srgb, var(--card-glow), transparent 52%);
  border-color: color-mix(in srgb, var(--card-glow), transparent 30%);
}

.launch-card:hover::after {
  transform: translateX(70%);
}

/* Cursor-follow spotlight + camcorder viewfinder corners, drawn on the
   dedicated .card-spot element so they don't compete with ::before/::after */
.launch-card .card-spot {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), color-mix(in srgb, var(--card-glow), transparent 78%), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.launch-card:hover .card-spot,
.launch-card.card-hover .card-spot {
  opacity: 1;
}

.launch-card .card-spot::before {
  content: "";
  position: absolute;
  inset: 10px;
  color: var(--card-glow);
  opacity: 0.85;
  background-image:
    linear-gradient(to right, currentColor 2px, transparent 2px) top left / 14px 2px no-repeat,
    linear-gradient(to bottom, currentColor 2px, transparent 2px) top left / 2px 14px no-repeat,
    linear-gradient(to left, currentColor 2px, transparent 2px) top right / 14px 2px no-repeat,
    linear-gradient(to bottom, currentColor 2px, transparent 2px) top right / 2px 14px no-repeat,
    linear-gradient(to right, currentColor 2px, transparent 2px) bottom left / 14px 2px no-repeat,
    linear-gradient(to top, currentColor 2px, transparent 2px) bottom left / 2px 14px no-repeat,
    linear-gradient(to left, currentColor 2px, transparent 2px) bottom right / 14px 2px no-repeat,
    linear-gradient(to top, currentColor 2px, transparent 2px) bottom right / 2px 14px no-repeat;
}

.cyan-card { --card-glow: #00e5ff; }
.pink-card { --card-glow: #ff2ca8; }

.launch-card span.card-index {
  color: var(--card-glow);
  font-family: var(--font-hud);
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
  transform: translateZ(28px);
  display: inline-block;
}

.launch-card h3 {
  margin: 56px 0 12px;
  font-size: 22px;
  transform: translateZ(24px);
}

.launch-card p {
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
  margin: 0;
  transform: translateZ(18px);
  font-size: 14.5px;
}

.card-arrow {
  position: absolute;
  bottom: 22px;
  right: 24px;
  color: var(--card-glow);
  font-size: 24px;
  transition: transform 0.3s var(--ease-out-back);
}

.launch-card:hover .card-arrow {
  transform: translateX(6px);
}

/* Broadcast-style ticker replaces the static footer line */
.broadcast-ticker {
  width: min(1050px, 100%);
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-expo) 0.85s;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.launch-menu.show .broadcast-ticker {
  opacity: 1;
}

.ticker-track {
  display: inline-block;
  padding-left: 100%;
  font-family: var(--font-hud);
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  animation: tickerScroll 20s linear infinite;
}

.ticker-track span {
  color: var(--sob-cyan);
  margin: 0 10px;
}

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

/* ================= MODAL ================= */

.coming-soon-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(0px);
  visibility: hidden;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, visibility 0.35s;
}

.coming-soon-modal.show {
  visibility: visible;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(12px);
}

.coming-soon-box {
  position: relative;
  width: min(420px, 90vw);
  padding: 34px;
  border-radius: 20px;
  background: var(--sob-panel-solid);
  border: 1px solid rgba(0,229,255,0.35);
  box-shadow:
    0 0 35px rgba(0,229,255,0.28),
    0 0 55px rgba(255,44,168,0.22);
  text-align: center;
  transform: scale(0.9) translateY(12px);
  opacity: 0;
  transition: transform 0.35s var(--ease-out-back), opacity 0.3s ease;
}

.coming-soon-modal.show .coming-soon-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: none;
  background: transparent;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: rgba(255,255,255,0.12);
}

.modal-tag {
  color: var(--sob-cyan);
  font-family: var(--font-hud);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
}

.coming-soon-box h2 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
}

/* ================= SKIP BUTTON ================= */

.skip-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: white;
  border-radius: 999px;
  padding: 9px 18px 9px 9px;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: opacity 0.5s ease, transform 0.3s ease;
  font-family: var(--font-hud);
  font-size: 14px;
}

.skip-btn:hover {
  background: rgba(255,255,255,0.14);
}

.skip-ring {
  width: 22px;
  height: 22px;
  transform: rotate(-90deg);
}

.skip-ring circle {
  fill: none;
  stroke-width: 2;
}

.skip-ring .ring-track {
  stroke: rgba(255,255,255,0.2);
}

.skip-ring .ring-fill {
  stroke: var(--sob-cyan);
  stroke-linecap: round;
  transition: stroke-dashoffset 0.25s linear;
}

.hide {
  display: none !important;
}

/* ================= ACCESSIBILITY ================= */

.launch-card:focus-visible,
.skip-btn:focus-visible,
.modal-close:focus-visible {
  outline: 2px solid var(--sob-cyan);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-bg,
  .neon-vignette,
  .light-sweep,
  .energy-lines,
  .scan-layer,
  .synth-grid,
  .real-palm,
  .real-plane,
  .launch-logo,
  .logo-ring,
  .logo-ring-secondary,
  .logo-energy,
  .burst,
  .menu-header h1,
  .ticker-track,
  .hud-rec-dot {
    animation: none !important;
  }

  .bg-parallax-layer,
  .cursor-glow,
  .glitch-tear,
  .viewfinder-frame,
  .crt-lines {
    display: none;
  }

  .launch-card {
    transition: none;
  }

  .launch-menu,
  .menu-header,
  .launch-card,
  .broadcast-ticker {
    transition-duration: 0.01s;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {
  body { overflow-y: auto; }

  .sob-launch { min-height: 100vh; height: auto; }

  .launch-menu { min-height: 100vh; padding: 90px 20px 40px; }

  .launch-cards { grid-template-columns: 1fr; perspective: none; }

  .launch-card { min-height: 150px; transform: none !important; }

  .launch-card h3 { margin-top: 30px; }

  .real-palm { width: 260px; opacity: 0.55; }

  .palm-left { left: -120px; }
  .palm-right { right: -120px; }

  .real-plane { width: 260px; }
  .plane-two { display: none; }

  .logo-ring, .logo-ring-secondary { width: 320px; height: 320px; }

  .cursor-glow { display: none; }

  .viewfinder-frame { inset: 8px; }

  .hud-topline { top: 16px; left: 20px; right: 20px; font-size: 10px; letter-spacing: 2px; }

  .synth-grid { height: 30%; }

  .broadcast-ticker { margin-top: 20px; }
}

/* ================= WEBSITE-ONLY LIGHTING ================= */
.cinematic-lights {
  position: absolute;
  inset: -15%;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.light-beam {
  position: absolute;
  top: -35%;
  width: 13%;
  height: 135%;
  opacity: .20;
  filter: blur(18px);
  transform-origin: 50% 0;
  border-radius: 50%;
}

.light-beam.cyan-one {
  left: 9%;
  background: linear-gradient(to bottom, rgba(0,229,255,.65), transparent 78%);
  animation: beamSweepLeft 8.5s ease-in-out infinite alternate;
}

.light-beam.pink-one {
  right: 10%;
  background: linear-gradient(to bottom, rgba(255,44,168,.70), transparent 78%);
  animation: beamSweepRight 9.5s ease-in-out infinite alternate;
}

.light-beam.cyan-two {
  left: 42%;
  opacity: .12;
  background: linear-gradient(to bottom, rgba(0,229,255,.6), transparent 78%);
  animation: beamSweepCenter 12s ease-in-out infinite alternate;
}

@keyframes beamSweepLeft {
  0% { transform: rotate(-28deg) translateX(-7vw); opacity: .10; }
  45% { opacity: .28; }
  100% { transform: rotate(24deg) translateX(18vw); opacity: .16; }
}
@keyframes beamSweepRight {
  0% { transform: rotate(28deg) translateX(7vw); opacity: .12; }
  55% { opacity: .30; }
  100% { transform: rotate(-22deg) translateX(-18vw); opacity: .16; }
}
@keyframes beamSweepCenter {
  0% { transform: rotate(-12deg) translateX(-12vw); opacity: .08; }
  100% { transform: rotate(15deg) translateX(13vw); opacity: .19; }
}

/* Preserve each palm's direction while it sways smoothly. */
.palm-left { animation: palmSwayLeft 6.5s ease-in-out infinite alternate; }
.palm-right { animation: palmSwayRight 7.2s ease-in-out infinite alternate; }
@keyframes palmSwayLeft {
  from { transform: rotate(-5deg) translateX(-5px); }
  to { transform: rotate(1deg) translateX(6px); }
}
@keyframes palmSwayRight {
  from { transform: scaleX(-1) rotate(-1deg) translateX(-5px); }
  to { transform: scaleX(-1) rotate(5deg) translateX(6px); }
}

/* Website navigation beneath the three portal cards. */
.website-entry {
  width: min(1050px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease-out-expo) .82s, transform .8s var(--ease-out-expo) .82s;
}
.launch-menu.show .website-entry { opacity: 1; transform: translateY(0); }
.website-entry::before,
.website-entry::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.26));
}
.website-entry::after { transform: scaleX(-1); }
.continue-website-btn {
  position: relative;
  min-width: 265px;
  border: 1px solid rgba(0,229,255,.75);
  border-radius: 999px;
  padding: 14px 28px;
  background: linear-gradient(110deg, rgba(0,229,255,.92), rgba(0,185,225,.88));
  color: #021018;
  box-shadow: 0 0 22px rgba(0,229,255,.42), inset 0 1px rgba(255,255,255,.42);
  font-family: var(--font-hud);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: transform .3s var(--ease-out-back), box-shadow .3s ease;
}
.continue-website-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.65), transparent 70%);
  transform: translateX(-120%);
  animation: continueShine 4.5s ease-in-out infinite;
}
.continue-website-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 0 34px rgba(0,229,255,.7); }
@keyframes continueShine {
  0%, 60% { transform: translateX(-120%); }
  82%, 100% { transform: translateX(120%); }
}

.coming-soon-badge {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 7px;
  border: 1px solid rgba(255,44,168,.52);
  border-radius: 999px;
  color: var(--sob-pink);
  font-family: var(--font-hud);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .website-entry { gap: 10px; }
  .website-entry::before, .website-entry::after { display: none; }
  .continue-website-btn { width: 100%; min-width: 0; }
}


/* =========================================================
   SAME-SESSION RETURN — SKIP INTRO ONLY
   ========================================================= */

html.sob-launch-returning .intro-scene,
html.sob-launch-returning .skip-btn {
  display: none !important;
}

html.sob-launch-returning .launch-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
}

html.sob-launch-returning .menu-header,
html.sob-launch-returning .launch-card,
html.sob-launch-returning .website-entry {
  opacity: 1 !important;
}
