.view--landing {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.landing-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.landing-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(48px);
  opacity: 0.55;
  animation: landing-float 14s ease-in-out infinite;
}

.landing-orb--rose {
  top: -4rem;
  left: -3rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.28), rgba(183, 110, 121, 0.08) 68%, transparent 100%);
}

.landing-orb--blush {
  right: -4rem;
  bottom: -2rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(245, 225, 218, 0.95), rgba(232, 183, 165, 0.18) 62%, transparent 100%);
  animation-delay: -4s;
}

.landing-orb--gold {
  top: 42%;
  left: 50%;
  width: 14rem;
  height: 14rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(201, 162, 39, 0.16), transparent 72%);
  animation-delay: -8s;
}

.landing-sparkle {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(201, 162, 39, 0.72);
  animation: landing-twinkle 4.8s ease-in-out infinite;
}

.landing-sparkle--a {
  top: 18%;
  left: 12%;
}

.landing-sparkle--b {
  top: 24%;
  right: 14%;
  animation-delay: -1.4s;
}

.landing-sparkle--c {
  bottom: 18%;
  left: 18%;
  animation-delay: -2.6s;
}

.landing-sparkle--d {
  right: 12%;
  bottom: 22%;
  animation-delay: -3.4s;
}

.landing-inner--soon {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.landing-card {
  position: relative;
  overflow: hidden;
  padding: 2.25rem 1.5rem 2rem;
  border: 1px solid rgba(183, 110, 121, 0.18);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 247, 0.92)),
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.12), transparent 42%);
  box-shadow:
    0 24px 60px rgba(42, 37, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  animation: landing-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dark .landing-card {
  border-color: rgba(232, 183, 165, 0.16);
  background:
    linear-gradient(180deg, rgba(28, 25, 23, 0.92), rgba(41, 37, 36, 0.88)),
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.12), transparent 42%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.42) 48%, transparent 66%);
  transform: translateX(-120%);
  animation: landing-shimmer 7s ease-in-out infinite;
}

.landing-hero-mark {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.25rem;
  color: #b76e79;
  animation: landing-mark-float 6s ease-in-out infinite;
}

.dark .landing-hero-mark {
  color: #e8b7a5;
}

.landing-hero-mark__ring {
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  border-radius: 9999px;
  opacity: 0.28;
  animation: landing-ring 18s linear infinite;
}

.landing-hero-mark__ring--inner {
  inset: 0.85rem;
  opacity: 0.42;
  animation-direction: reverse;
  animation-duration: 14s;
}

.landing-hero-mark__icon {
  position: absolute;
  inset: 1.35rem;
}

.landing-title--soon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  font-size: clamp(2.35rem, 6vw, 3.6rem);
  line-height: 1.05;
}

.landing-title__word {
  display: inline-block;
  animation: landing-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.landing-soon-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.95rem 0.45rem;
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(245, 225, 218, 0.72));
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.12);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b5f58;
  animation: landing-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both, landing-pulse 3.2s ease-in-out 1.1s infinite;
}

.dark .landing-soon-pill {
  color: #e7e5e4;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.18), rgba(68, 64, 60, 0.72));
}

.landing-soon-pill__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: #c9a227;
  box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.45);
  animation: landing-dot 2.4s ease-in-out infinite;
}

.landing-lead--soon {
  margin-top: 1rem;
  max-width: 34ch;
  animation: landing-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.landing-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.landing-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(183, 110, 121, 0.14);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b5f58;
  animation: landing-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-chip:nth-child(2) {
  animation-delay: 0.32s;
}

.landing-chip:nth-child(3) {
  animation-delay: 0.4s;
}

.dark .landing-chip {
  border-color: rgba(232, 183, 165, 0.14);
  background: rgba(28, 25, 23, 0.58);
  color: #d6d3d1;
}

.landing-chip__icon {
  width: 1rem;
  height: 1rem;
  color: #b76e79;
}

.dark .landing-chip__icon {
  color: #e8b7a5;
}

@keyframes landing-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landing-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -16px, 0) scale(1.04);
  }
}

@keyframes landing-twinkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.85) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(12deg);
  }
}

@keyframes landing-shimmer {
  0%,
  72%,
  100% {
    transform: translateX(-120%);
  }

  82% {
    transform: translateX(120%);
  }
}

@keyframes landing-mark-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes landing-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes landing-pulse {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(201, 162, 39, 0.12);
  }

  50% {
    box-shadow: 0 14px 30px rgba(201, 162, 39, 0.22);
  }
}

@keyframes landing-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.35);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(201, 162, 39, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-card,
  .landing-title__word,
  .landing-soon-pill,
  .landing-lead--soon,
  .landing-chip,
  .landing-orb,
  .landing-sparkle,
  .landing-hero-mark,
  .landing-hero-mark__ring,
  .landing-soon-pill__dot,
  .landing-card::before {
    animation: none !important;
  }
}

/* Showcase: lightweight video strip thumb when no AVIF poster yet */
.video-thumb__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
