:root {
  color-scheme: dark;
  --bg: #030607;
  --ink: #eff8f6;
  --muted: rgba(239, 248, 246, 0.72);
  --quiet: rgba(239, 248, 246, 0.48);
  --line: rgba(239, 248, 246, 0.14);
  --cyan: #6df8ff;
  --mint: #8dffc8;
  --signal: #d3f9ff;
  --warm: #d8cab2;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 48%, rgba(109, 248, 255, 0.18), transparent 33rem),
    radial-gradient(ellipse at 36% 96%, rgba(141, 255, 200, 0.06), transparent 28rem),
    linear-gradient(180deg, #071011 0%, #030607 50%, #020303 100%);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse at 70% 50%, transparent 20%, rgba(0, 0, 0, 0.25) 62%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.48)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 20%, rgba(0, 0, 0, 0.52));
  content: "";
  pointer-events: none;
}

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

.hero-film {
  --look-x: 0;
  --look-y: 0;
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #030607;
  transform:
    translate3d(
      calc(var(--look-x) * -14px),
      calc(var(--look-y) * -10px),
      0
    );
  transition: transform 160ms ease-out;
}

.robot-media {
  display: contents;
}

.robot-plate {
  position: absolute;
  inset: -3.5vh -3vw;
  width: 106vw;
  height: 107vh;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.94) contrast(1.08) brightness(0.88);
  transform-origin: 71% 43%;
  animation: robot-film-drift 14s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.hero-film::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.46) 34%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.42) 100%),
    radial-gradient(ellipse at 71% 42%, rgba(109, 248, 255, 0.12), transparent 32rem);
  content: "";
  pointer-events: none;
}

.hero-film::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%, rgba(255, 255, 255, 0.02) 48%, transparent 78%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
  opacity: 0.22;
  content: "";
  pointer-events: none;
}

.visor-sweep,
.light-bloom,
.foreground-fog {
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
}

.visor-sweep {
  top: 14%;
  right: 24%;
  width: min(28rem, 36vw);
  height: min(11rem, 18vh);
  background:
    linear-gradient(110deg, transparent 14%, rgba(255, 255, 255, 0.2) 27%, transparent 44%),
    radial-gradient(ellipse at center, rgba(109, 248, 255, 0.11), transparent 62%);
  border-radius: 999px;
  filter: blur(10px);
  mix-blend-mode: screen;
  opacity: 0.18;
  transform: rotate(-8deg);
  animation: visor-glint 9s ease-in-out infinite;
}

.light-bloom {
  right: 3%;
  bottom: 3%;
  width: min(48rem, 54vw);
  height: min(35rem, 58vh);
  background: radial-gradient(ellipse at center, rgba(109, 248, 255, 0.17), transparent 68%);
  filter: blur(28px);
  opacity: 0.76;
  animation: bloom-pulse 12s ease-in-out infinite;
}

.foreground-fog {
  right: -8vw;
  bottom: -10vh;
  width: 70vw;
  height: 38vh;
  background:
    radial-gradient(ellipse at 38% 64%, rgba(211, 249, 255, 0.1), transparent 48%),
    radial-gradient(ellipse at 70% 42%, rgba(109, 248, 255, 0.07), transparent 50%);
  filter: blur(26px);
  opacity: 0.62;
  animation: fog-roll 18s ease-in-out infinite alternate;
}

.fog-two {
  right: 25vw;
  bottom: 0;
  width: 44vw;
  height: 22vh;
  opacity: 0.3;
  animation-duration: 22s;
  animation-direction: alternate-reverse;
}

.atmosphere {
  position: fixed;
  inset: -14vh -10vw;
  z-index: 2;
  background:
    radial-gradient(ellipse at 70% 48%, rgba(109, 248, 255, 0.15), transparent 20rem),
    linear-gradient(102deg, transparent 0 28%, rgba(109, 248, 255, 0.04) 45%, transparent 66%),
    linear-gradient(251deg, transparent 0 24%, rgba(211, 249, 255, 0.035) 38%, transparent 61%);
  filter: blur(22px);
  opacity: 0.95;
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 4;
  opacity: 0.2;
  pointer-events: none;
}

.grain::before {
  position: absolute;
  inset: -80px;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 0.7px, transparent 0.8px);
  background-size: 9px 9px, 17px 17px;
  content: "";
  transform: translate3d(0, 0, 0);
  animation: grain-drift 0.9s steps(4) infinite;
}

.teaser-shell {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1rem, 2.2vw, 2rem);
}

.topline,
.signal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: var(--quiet);
  font-size: clamp(0.66rem, 1.3vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: var(--ink);
  text-shadow: 0 0 22px rgba(109, 248, 255, 0.32);
}

.brand-symbol {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(2.05rem, 3.6vw, 2.65rem);
  aspect-ratio: 1;
  filter:
    drop-shadow(0 0 12px rgba(109, 248, 255, 0.36))
    drop-shadow(0 0 28px rgba(109, 248, 255, 0.14));
  transform: translateY(-0.04rem);
}

.brand-symbol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wordmark-text {
  transform: translateY(0.02rem);
}

.topline p,
.signal-strip span {
  margin: 0;
}

.hero {
  display: grid;
  align-content: center;
  justify-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vh, 7rem) 0 clamp(3rem, 6vh, 5rem);
  text-align: left;
}

.eyebrow {
  max-width: 42rem;
  margin: 0 0 clamp(1rem, 2.6vh, 1.5rem);
  color: var(--signal);
  font-size: clamp(0.66rem, 1.4vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-shadow:
    0 0 18px rgba(109, 248, 255, 0.38),
    0 1px 12px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(5rem, 11.2vw, 10.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.78;
  text-shadow:
    0 0 24px rgba(109, 248, 255, 0.35),
    0 4px 34px rgba(0, 0, 0, 0.94),
    0 18px 90px rgba(109, 248, 255, 0.24);
}

.lede {
  max-width: min(610px, 92vw);
  margin: clamp(1.4rem, 4vh, 2.35rem) 0 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 3vw, 2.35rem);
  font-weight: 650;
  line-height: 1.08;
  text-shadow:
    0 0 16px rgba(109, 248, 255, 0.22),
    0 2px 20px rgba(0, 0, 0, 0.92);
}

.arrival {
  margin: clamp(1rem, 2.5vh, 1.5rem) 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.6vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(0.25rem, 1vh, 0.65rem);
}

.signal-strip span {
  position: relative;
  min-width: 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  color: rgba(239, 248, 246, 0.58);
  white-space: nowrap;
}

.signal-strip span:nth-child(2) {
  text-align: center;
}

.signal-strip span:last-child {
  color: rgba(216, 202, 178, 0.72);
  text-align: right;
}

@keyframes grain-drift {
  0% {
    transform: translate3d(-1%, -1%, 0);
  }

  50% {
    transform: translate3d(1%, 0.5%, 0);
  }

  100% {
    transform: translate3d(0.5%, -0.5%, 0);
  }
}

@keyframes robot-film-drift {
  0% {
    filter: saturate(0.92) contrast(1.08) brightness(0.86);
    transform: scale(1.025) translate3d(-0.25rem, 0.15rem, 0);
  }

  45% {
    filter: saturate(0.98) contrast(1.12) brightness(0.91);
    transform: scale(1.045) translate3d(0.18rem, -0.32rem, 0);
  }

  100% {
    filter: saturate(0.94) contrast(1.1) brightness(0.88);
    transform: scale(1.035) translate3d(0.42rem, 0.08rem, 0);
  }
}

@keyframes visor-glint {
  0%,
  35%,
  100% {
    opacity: 0.1;
    transform: translate3d(-1.2rem, 0.4rem, 0) rotate(-8deg);
  }

  58% {
    opacity: 0.33;
    transform: translate3d(1.1rem, -0.2rem, 0) rotate(-8deg);
  }
}

@keyframes bloom-pulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.05);
  }
}

@keyframes fog-roll {
  0% {
    transform: translate3d(-2rem, 0.2rem, 0) scale(0.98);
  }

  100% {
    transform: translate3d(2.2rem, -0.4rem, 0) scale(1.06);
  }
}

@media (max-width: 760px) {
  body {
    overflow: hidden;
  }

  body::before {
    background:
      radial-gradient(ellipse at 50% 55%, transparent 15%, rgba(0, 0, 0, 0.38) 61%, rgba(0, 0, 0, 0.9) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.62));
  }

  .robot-plate {
    inset: -1vh -48vw;
    width: 154vw;
    height: 105vh;
    object-position: 62% 50%;
    filter: saturate(0.92) contrast(1.08) brightness(0.72);
  }

  .hero-film::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.46) 38%, rgba(0, 0, 0, 0.26) 68%, rgba(0, 0, 0, 0.7) 100%),
      radial-gradient(ellipse at 55% 43%, rgba(109, 248, 255, 0.1), transparent 21rem);
  }

  .visor-sweep {
    top: 14%;
    right: 10%;
    width: 58vw;
    height: 11vh;
    opacity: 0.14;
  }

  .teaser-shell {
    padding: 1rem;
  }

  .topline {
    align-items: flex-start;
  }

  .wordmark {
    gap: 0.38rem;
  }

  .brand-symbol {
    width: 2rem;
  }

  .topline p {
    max-width: 8rem;
    text-align: right;
  }

  .hero {
    align-content: start;
    justify-items: center;
    padding-top: 6.8rem;
    padding-bottom: 4rem;
    text-align: center;
  }

  .eyebrow {
    max-width: 21rem;
  }

  h1 {
    font-size: clamp(4.5rem, 23vw, 7.2rem);
  }

  .lede {
    max-width: 21rem;
    font-size: clamp(1.22rem, 5.4vw, 1.55rem);
  }

  .signal-strip {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .signal-strip span,
  .signal-strip span:nth-child(2),
  .signal-strip span:last-child {
    padding-top: 0.5rem;
    text-align: left;
    white-space: normal;
  }

  .signal-strip span:nth-child(n + 2) {
    display: none;
  }
}

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