/* ═══ VYROX Launch Sequence ═══ */

body.is-launching .v3-header__cta,
body.is-launching .v3-nav-toggle {
  opacity: 0;
}

body.launch-complete .v3-header__cta,
body.launch-complete .v3-nav-toggle {
  opacity: 1;
  transition: opacity 0.5s ease 0.35s;
}

body.is-launching {
  overflow: hidden;
}

body.is-launching .v3-header {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-12px);
}

body.launch-complete .v3-header {
  animation: nav-wake 0.8s var(--ease-out) forwards;
}

@keyframes nav-wake {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

body.is-launching .site-logo img {
  opacity: 0;
}

body.launch-complete .site-logo img {
  opacity: 1;
  transition: opacity 0.5s ease 0.2s;
}

/* Hero shell */
.launch-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--vyrox-white);
  overflow: hidden;
}

.launch-hero--ready .launch-sequence {
  display: none;
}

.launch-hero--ready .launch-stage {
  opacity: 1;
  pointer-events: auto;
}

/* Phase 1–3 overlay */
.launch-sequence {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: var(--vyrox-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.launch-skip {
  position: absolute;
  z-index: 30;
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0.75rem 1rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vyrox-charcoal);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.launch-skip:hover,
.launch-skip:focus-visible {
  opacity: 1;
}

.launch-skip:focus-visible {
  outline: 2px solid var(--vyrox-red);
  outline-offset: 3px;
}

.launch-skip[hidden] {
  display: none !important;
}

.launch-sequence.is-morphing .launch-brand {
  transition:
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease 0.5s;
}

.launch-sequence.is-morphing .launch-brand {
  opacity: 0;
}

.launch-sequence.is-exiting {
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

#launch-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.launch-brand {
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  will-change: transform;
}

.launch-brand__line {
  display: flex;
  justify-content: center;
  gap: 0.06em;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--vyrox-charcoal);
  line-height: 0.95;
}

.launch-brand__line--vyrox {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  margin-bottom: 0.15em;
  color: var(--vyrox-red);
}

.launch-brand__line--sub {
  font-size: clamp(1.25rem, 5vw, 2.75rem);
  letter-spacing: 0.14em;
  color: var(--vyrox-charcoal);
}

.launch-brand__block {
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  transition: filter 0.6s ease, transform 0.6s ease;
}

.launch-brand.is-pulse-flash .launch-char.is-pulse {
  animation: letter-power 0.5s ease forwards;
}

@keyframes letter-power {
  0% { text-shadow: 0 0 0 transparent; }
  40% { text-shadow: 0 0 20px rgb(192 57 43 / 50%); }
  100% { text-shadow: none; }
}

.launch-char--vyrox {
  opacity: 0;
  color: var(--vyrox-red);
}

.launch-char--vyrox.is-drawn {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.launch-sub-text {
  display: inline-block;
  opacity: 0;
  transform: scale(0.92);
  letter-spacing: 0.14em;
  color: var(--vyrox-charcoal);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.launch-brand__line--sub.is-snapping::before,
.launch-brand__line--sub.is-snapping::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--vyrox-mustard), transparent);
  animation: wire-snap 0.8s ease forwards;
}

.launch-brand__line--sub {
  position: relative;
}

.launch-brand__line--sub.is-snapping::before {
  left: 10%;
  animation-name: wire-snap-left;
}

.launch-brand__line--sub.is-snapping::after {
  right: 10%;
  animation-name: wire-snap-right;
}

@keyframes wire-snap-left {
  to { width: 35%; opacity: 1; }
}

@keyframes wire-snap-right {
  to { width: 35%; opacity: 1; }
}

.launch-sub-text.is-visible {
  opacity: 1;
  transform: scale(1);
}

.launch-tagline__rule {
  display: block;
  width: 0;
  height: 1px;
  margin: 0.75rem auto;
  background: var(--vyrox-charcoal);
  opacity: 0.25;
  transition: width 0.7s var(--ease-out);
}

.launch-tagline__rule.is-drawn {
  width: min(260px, 55vw);
}

.launch-tagline__text {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 2.4vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vyrox-charcoal);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.launch-tagline__text.is-lit {
  opacity: 1;
  animation: tagline-sweep 1.2s var(--ease-out) forwards;
}

.launch-tagline__text.is-lit,
.launch-tagline__text.is-energized {
  clip-path: inset(0 0 0 0);
}

@keyframes tagline-sweep {
  from { clip-path: inset(0 100% 0 0); opacity: 0.4; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

.launch-sequence.is-awakening {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  transition: background 1s ease;
}

.launch-sequence.is-awakening::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgb(212 160 23 / 8%) 0%, transparent 55%);
  pointer-events: none;
  animation: env-brighten 1.4s ease forwards;
}

@keyframes env-brighten {
  from { opacity: 0; }
  to { opacity: 1; }
}

.launch-brand__block.is-clean {
  filter: none;
}

.launch-brand__line--vyrox.is-glowing .launch-char--vyrox.is-drawn {
  text-shadow: 0 0 32px rgb(192 57 43 / 40%);
  transition: text-shadow 0.8s ease;
}

.launch-tagline__text.is-energized {
  position: relative;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  color: var(--vyrox-mustard);
  animation: tagline-energize 1.1s var(--ease-out) forwards;
}

@keyframes tagline-energize {
  0% {
    color: var(--vyrox-mustard);
    text-shadow: none;
    filter: brightness(1);
  }
  40% {
    color: var(--vyrox-mustard);
    text-shadow: 0 0 12px rgb(212 160 23 / 30%);
  }
  100% {
    color: var(--vyrox-mustard);
    text-shadow: 0 0 28px rgb(212 160 23 / 55%);
    filter: brightness(1.25);
  }
}

.launch-tagline__text.is-energized::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  background: linear-gradient(90deg, transparent 0%, rgb(212 160 23 / 35%) 50%, transparent 100%);
  mix-blend-mode: soft-light;
  animation: tagline-power-sweep 1.1s var(--ease-out) forwards;
  pointer-events: none;
}

@keyframes tagline-power-sweep {
  from { clip-path: inset(0 100% 0 0); opacity: 0.9; }
  to { clip-path: inset(0 0 0 0); opacity: 0; }
}

.launch-brand__block.is-powered .launch-char--vyrox.is-drawn {
  animation: power-on-vyrox 0.9s ease forwards;
}

.launch-brand__block.is-powered .launch-sub-text.is-visible {
  animation: power-on-sub 0.7s ease 0.15s forwards;
}

@keyframes power-on-vyrox {
  from { filter: brightness(1); text-shadow: none; }
  to { filter: brightness(1.12); text-shadow: 0 0 32px rgb(192 57 43 / 45%); color: var(--vyrox-red); }
}

@keyframes power-on-sub {
  from { filter: brightness(1); }
  to { filter: brightness(1.08); text-shadow: 0 0 16px rgb(44 44 44 / 12%); }
}

.launch-brand__block.is-powered {
  filter: drop-shadow(0 0 36px rgb(212 160 23 / 18%));
}

/* Luxury remote control */
.launch-remote {
  position: absolute;
  right: clamp(1rem, 5vw, 2.5rem);
  bottom: clamp(1.5rem, 6vh, 3rem);
  z-index: 12;
  opacity: 0;
  transform: translate(120%, 80%) rotate(8deg);
  transition: opacity 0.6s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.launch-remote.is-visible {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}

.launch-remote.is-on .launch-remote__body {
  box-shadow:
    0 16px 48px rgb(0 0 0 / 35%),
    0 0 28px rgb(192 57 43 / 25%),
    inset 0 1px 0 rgb(255 255 255 / 6%);
}

.launch-remote__body {
  position: relative;
  width: clamp(5.5rem, 18vw, 7rem);
  padding: 0.875rem 0.75rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, #2a2a2a 0%, #0f0f0f 100%);
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow:
    0 16px 48px rgb(0 0 0 / 35%),
    inset 0 1px 0 rgb(255 255 255 / 6%);
}

.launch-remote__led {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.625rem;
  border-radius: 50%;
  background: #1a1a1a;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 80%);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.launch-remote.is-on .launch-remote__led {
  background: var(--vyrox-red);
  box-shadow: 0 0 12px rgb(192 57 43 / 80%), 0 0 24px rgb(192 57 43 / 40%);
}

.launch-remote__buttons {
  display: flex;
  justify-content: center;
}

.launch-remote__btn--power {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-family: var(--font-display);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(255 255 255 / 35%);
  background: linear-gradient(180deg, #3a3a3a, #1a1a1a);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, transform 0.2s;
}

.launch-remote.is-on .launch-remote__btn--power {
  color: var(--vyrox-white);
  background: linear-gradient(180deg, #d64535, var(--vyrox-red));
  border-color: rgb(255 255 255 / 20%);
  box-shadow: 0 0 20px rgb(192 57 43 / 55%);
}

.launch-remote.is-pressing .launch-remote__btn--power {
  transform: scale(0.92);
}

.launch-remote__finger {
  position: absolute;
  bottom: -2rem;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.75rem;
  border-radius: 50% 50% 45% 45%;
  background: linear-gradient(180deg, rgb(44 44 44 / 18%), rgb(44 44 44 / 8%));
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.4s, transform 0.5s var(--ease-out);
}

.launch-remote.is-visible .launch-remote__finger {
  opacity: 1;
  animation: remote-finger-in 0.8s ease 0.4s forwards;
}

.launch-remote.is-pressing .launch-remote__finger {
  transform: translate(-0.5rem, -3.25rem);
}

@keyframes remote-finger-in {
  from { transform: translateY(2rem); }
  to { transform: translateY(0); }
}

/* Legacy switch hidden */
.launch-switch {
  display: none;
}

/* Recurring scene control */
.launch-control {
  position: absolute;
  right: clamp(1.25rem, 4vw, 2rem);
  bottom: clamp(5.5rem, 13vh, 7rem);
  z-index: 5;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(255 255 255 / 85%);
  backdrop-filter: blur(12px);
  border: 1px solid rgb(44 44 44 / 10%);
  box-shadow: 0 6px 24px rgb(44 44 44 / 8%);
  opacity: 0;
  transition: opacity 0.5s ease 0.4s, transform 0.3s;
  cursor: pointer;
}

.launch-stage.is-live .launch-control {
  opacity: 1;
}

.launch-control.is-pulsing {
  animation: control-pulse 0.6s ease;
}

@keyframes control-pulse {
  0% { box-shadow: 0 0 0 0 rgb(192 57 43 / 35%); }
  70% { box-shadow: 0 0 0 12px rgb(192 57 43 / 0%); }
  100% { box-shadow: 0 6px 24px rgb(44 44 44 / 8%); }
}

.launch-control__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  border-radius: 4px;
  background: var(--vyrox-charcoal);
}

.launch-control--switch .launch-control__icon {
  width: 0.875rem;
  height: 1.375rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #eee, #ccc);
  border: 1px solid rgb(44 44 44 / 15%);
}

.launch-control--panel .launch-control__icon {
  border-radius: 6px;
  background: linear-gradient(145deg, rgb(255 255 255 / 90%), rgb(230 230 230));
  border: 1px solid rgb(44 44 44 / 12%);
}

.launch-control--phone .launch-control__icon {
  width: 0.75rem;
  height: 1.25rem;
  border-radius: 3px;
}

.launch-control--voice .launch-control__icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--vyrox-red);
}

.launch-control--remote .launch-control__icon {
  width: 1.375rem;
  height: 0.75rem;
  border-radius: 999px;
}

.launch-char {
  position: relative;
  display: inline-block;
}

.launch-tagline {
  margin: clamp(0.85rem, 2.2vh, 1.35rem) 0 0;
  min-height: 2.5em;
  position: relative;
  z-index: 3;
}

.launch-tagline__char {
  display: none;
}

/* Phase 4 — operational stage */
.launch-stage {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(5.5rem, 14vh, 7rem) clamp(1rem, 4vw, 2rem) clamp(2rem, 5vh, 3rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.launch-stage__network {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    radial-gradient(circle at 20% 30%, var(--vyrox-red) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, var(--vyrox-mustard) 1px, transparent 1px),
    linear-gradient(var(--vyrox-charcoal) 1px, transparent 1px),
    linear-gradient(90deg, var(--vyrox-charcoal) 1px, transparent 1px);
  background-size: 120px 120px, 160px 160px, 56px 56px, 56px 56px;
  animation: network-drift 30s linear infinite;
}

@keyframes network-drift {
  to { background-position: 120px 80px, -80px 120px, 56px 56px, 56px 56px; }
}

.launch-stage__tagline {
  position: absolute;
  top: clamp(4.5rem, 11vh, 5.5rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(0.625rem, 1.6vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--vyrox-mustard);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

.launch-hero--ready .launch-stage__tagline,
.launch-stage.is-live .launch-stage__tagline {
  opacity: 1;
}

/* Digital billboard */
.launch-billboard {
  position: relative;
  width: min(100%, 52rem);
  aspect-ratio: 16 / 9;
  max-height: min(52vh, 420px);
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow:
    0 24px 80px rgb(44 44 44 / 14%),
    0 0 0 1px rgb(255 255 255 / 8%) inset;
}

.launch-billboard__frame {
  position: absolute;
  inset: 0;
}

.launch-ad {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 3vw, 2rem);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: none;
}

.launch-ad.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.launch-ad.is-entering.slide {
  animation: ad-slide-in 0.7s var(--ease-out) forwards;
}

.launch-ad.is-leaving.slide {
  animation: ad-slide-out 0.6s var(--ease-out) forwards;
}

.launch-ad.is-entering.sweep {
  animation: ad-sweep-in 0.75s var(--ease-out) forwards;
}

.launch-ad.is-leaving.sweep {
  animation: ad-sweep-out 0.65s ease forwards;
}

.launch-ad.is-entering.cube {
  animation: ad-cube-in 0.8s var(--ease-out) forwards;
}

@keyframes ad-slide-in {
  from { opacity: 0; transform: translateX(8%); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes ad-slide-out {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-8%); }
}

@keyframes ad-sweep-in {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  to { opacity: 1; clip-path: inset(0 0 0 0); }
}

@keyframes ad-sweep-out {
  from { opacity: 1; clip-path: inset(0 0 0 0); }
  to { opacity: 0; clip-path: inset(0 0 0 100%); }
}

@keyframes ad-cube-in {
  from {
    opacity: 0;
    transform: perspective(800px) rotateY(-25deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: perspective(800px) rotateY(0) scale(1);
  }
}

.launch-ad__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55) saturate(0.85);
}

.launch-ad__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 20%) 55%, transparent 100%);
}

.launch-ad__content {
  position: relative;
  z-index: 2;
}

.launch-ad__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vyrox-mustard);
  margin-bottom: 0.375rem;
}

.launch-ad__title {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: var(--vyrox-white);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.launch-ad__fx {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.launch-ad__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgb(255 255 255 / 90%);
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  animation: chip-pop 0.5s var(--ease-out) backwards;
}

.launch-ad__chip:nth-child(1) { animation-delay: 0.1s; }
.launch-ad__chip:nth-child(2) { animation-delay: 0.25s; }
.launch-ad__chip:nth-child(3) { animation-delay: 0.4s; }
.launch-ad__chip:nth-child(4) { animation-delay: 0.55s; }

@keyframes chip-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.launch-ad__chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vyrox-red);
  animation: chip-blink 1.5s ease-in-out infinite;
}

@keyframes chip-blink {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; box-shadow: 0 0 8px var(--vyrox-red); }
}

/* Product mode */
.launch-ad--product {
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(145deg, #111 0%, #1a1a1a 100%);
}

.launch-ad--product .launch-ad__bg {
  display: none;
}

.launch-product {
  position: relative;
  z-index: 2;
}

.launch-product__orb {
  width: clamp(100px, 22vw, 160px);
  height: clamp(100px, 22vw, 160px);
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgb(255 255 255 / 15%), rgb(255 255 255 / 3%) 40%, transparent 70%);
  border: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: product-spin 12s linear infinite;
  box-shadow: 0 0 40px rgb(212 160 23 / 15%);
}

@keyframes product-spin {
  to { transform: rotateY(360deg); }
}

.launch-product__icon {
  font-size: clamp(2rem, 6vw, 3rem);
}

.launch-product__name {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--vyrox-white);
  margin-bottom: 0.375rem;
}

.launch-product__spec {
  font-size: 0.8125rem;
  color: rgb(255 255 255 / 55%);
}

/* Watch control */
.launch-watch {
  position: absolute;
  bottom: clamp(1.5rem, 4vh, 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
}

.launch-hero--ready .launch-watch,
.launch-stage.is-live .launch-watch {
  opacity: 1;
}

.launch-watch__ring {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--vyrox-white);
  border: 1px solid rgb(44 44 44 / 10%);
  box-shadow: 0 8px 32px rgb(44 44 44 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.launch-watch__ring::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgb(192 57 43 / 30%);
  animation: watch-pulse 2.5s ease-in-out infinite;
}

@keyframes watch-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.08); }
}

.launch-watch:hover .launch-watch__ring {
  transform: scale(1.06);
  box-shadow: 0 12px 40px rgb(192 57 43 / 18%);
}

.launch-watch__play {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--vyrox-red);
}

.launch-watch__label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--vyrox-gray);
}

/* Morph ghost — flies brand to nav */
.launch-morph-ghost {
  position: fixed;
  z-index: 400;
  pointer-events: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--vyrox-charcoal);
  white-space: nowrap;
  will-change: transform, opacity;
}

@media (max-width: 640px) {
  .launch-billboard {
    aspect-ratio: 4 / 3;
    max-height: 45vh;
  }

  .launch-stage__tagline {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-sequence,
  .launch-ad,
  .launch-char,
  .v3-header {
    animation: none !important;
    transition: none !important;
  }

  .launch-tagline__text.is-lit,
  .launch-tagline__text.is-energized {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    animation: none !important;
  }

  .launch-hero--ready .launch-sequence {
    display: none;
  }

  .launch-stage {
    opacity: 1;
    pointer-events: auto;
  }
}
