:root {
  --launch-night: #051417;
  --launch-deep: #071d20;
  --launch-sea: #0d3135;
  --launch-paper: #eee6d9;
  --launch-paper-dim: #c9c0b4;
  --launch-coral: #ee8e69;
  --launch-coral-hot: #ff6849;
  --launch-electric: #d7ff59;
  --launch-line: rgba(238, 230, 217, 0.22);
  --launch-line-dark: rgba(5, 20, 23, 0.22);
  --launch-display: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --launch-mono: "IBM Plex Mono", Consolas, monospace;
  --launch-max: 1480px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body.launch-page {
  overflow-x: clip;
  color: var(--launch-paper);
  background: var(--launch-night);
}

body.launch-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.launch-page img {
  display: block;
  max-width: 100%;
}

.launch-page h1,
.launch-page h2,
.launch-page h3,
.launch-page p,
.launch-page figure,
.launch-page dl,
.launch-page dd {
  margin-top: 0;
}

.launch-shell {
  width: min(calc(100% - 3rem), var(--launch-max));
  margin-inline: auto;
}

.launch-skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  padding: 0.8rem 1rem;
  color: var(--launch-night);
  background: var(--launch-paper);
  font-family: var(--launch-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  transform: translateY(-220%);
}

.launch-skip-link:focus {
  transform: translateY(0);
}

.launch-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.launch-header.is-scrolled {
  border-color: var(--launch-line);
  background: rgba(5, 20, 23, 0.86);
  backdrop-filter: blur(18px);
}

.launch-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.launch-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  color: var(--launch-paper);
  text-decoration: none;
}

.launch-brand span {
  font-family: var(--launch-display);
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.09em;
}

.launch-brand small {
  color: var(--launch-coral);
  font-family: var(--launch-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.launch-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.25rem);
}

.launch-nav a {
  color: var(--launch-paper-dim);
  font-family: var(--launch-mono);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.launch-nav a:hover,
.launch-nav a:focus-visible {
  color: #fff;
}

.launch-nav .launch-nav-cta {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(238, 230, 217, 0.46);
  color: var(--launch-paper);
  background: rgba(5, 20, 23, 0.22);
}

.launch-hero {
  position: relative;
  min-height: max(780px, 100svh);
  display: grid;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--launch-line);
  background: var(--launch-night);
}

.launch-hero-image,
.launch-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.launch-hero-image {
  z-index: -4;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.88) contrast(1.04) brightness(0.74);
  transform: scale(1.02);
  animation: launch-hero-drift 18s ease-in-out infinite alternate;
}

.launch-hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 14, 16, 0.97) 0%, rgba(3, 14, 16, 0.78) 33%, rgba(3, 14, 16, 0.08) 67%, rgba(3, 14, 16, 0.48) 100%),
    linear-gradient(180deg, rgba(3, 14, 16, 0.45), transparent 28%, rgba(3, 14, 16, 0.08) 62%, rgba(3, 14, 16, 0.9));
}

.launch-lightning {
  position: absolute;
  z-index: -2;
  width: 2px;
  height: 38vh;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(215, 255, 89, 0.88), transparent);
  box-shadow: 0 0 34px 6px rgba(238, 230, 217, 0.46);
  transform: rotate(29deg);
  animation: launch-lightning 8.5s linear infinite;
}

.launch-lightning-one {
  top: 2%;
  right: 23%;
}

.launch-lightning-two {
  top: -7%;
  right: 8%;
  height: 29vh;
  animation-delay: 3.7s;
}

.launch-hero-inner {
  min-height: max(780px, 100svh);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 8.5rem;
  padding-bottom: clamp(4.8rem, 8vh, 7.2rem);
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(238, 230, 217, 0.32);
  color: var(--launch-paper);
  background: rgba(5, 20, 23, 0.38);
  font-family: var(--launch-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.launch-status i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--launch-electric);
  box-shadow: 0 0 0 0 rgba(215, 255, 89, 0.65);
  animation: launch-pulse 2.2s ease-out infinite;
}

.launch-eyebrow {
  margin-bottom: 1rem;
  color: var(--launch-coral);
  font-family: var(--launch-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.launch-hero h1 {
  max-width: 9.5ch;
  margin-bottom: 1.25rem;
  color: var(--launch-paper);
  font-family: var(--launch-display);
  font-size: clamp(5rem, 12.5vw, 12.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.75;
  text-transform: uppercase;
  text-shadow: 0 20px 65px rgba(0, 0, 0, 0.52);
}

.launch-hero h1 span {
  display: block;
}

.launch-hero h1 span:nth-child(2),
.launch-hero h1 span:nth-child(3) {
  color: var(--launch-coral);
}

.launch-hero h1 span:last-child {
  transform: translateX(clamp(0rem, 4.6vw, 4.6rem));
}

.launch-hero-declaration {
  margin-bottom: 0.8rem;
  color: var(--launch-electric);
  font-family: var(--launch-display);
  font-size: clamp(2.15rem, 4.6vw, 4.7rem);
  letter-spacing: 0.02em;
  line-height: 0.94;
  text-transform: uppercase;
}

.launch-hero-copy {
  max-width: 44rem;
  margin-bottom: 1.55rem;
  color: var(--launch-paper-dim);
  font-size: clamp(0.98rem, 1.3vw, 1.17rem);
  line-height: 1.67;
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  align-items: center;
}

.launch-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--launch-line);
  border-radius: 0;
  color: var(--launch-paper);
  background: transparent;
  cursor: pointer;
  font-family: var(--launch-mono);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.launch-button:hover {
  transform: translateY(-2px);
}

.launch-button-primary {
  border-color: var(--launch-electric);
  color: var(--launch-night);
  background: var(--launch-electric);
}

.launch-button-primary:hover {
  border-color: #efffb6;
  background: #efffb6;
}

.launch-button-coral {
  border-color: var(--launch-coral);
  color: var(--launch-night);
  background: var(--launch-coral);
}

.launch-button-coral:hover {
  border-color: #ffc0a6;
  background: #ffc0a6;
}

.launch-button-ghost {
  border-color: rgba(238, 230, 217, 0.46);
  color: var(--launch-paper);
  background: rgba(5, 20, 23, 0.3);
  backdrop-filter: blur(10px);
}

.launch-button-ghost:hover {
  border-color: var(--launch-paper);
  background: rgba(238, 230, 217, 0.1);
}

.launch-button-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.launch-button-dark {
  border-color: rgba(5, 20, 23, 0.35);
  color: var(--launch-night);
}

.launch-button-dark:hover {
  border-color: var(--launch-night);
  background: rgba(5, 20, 23, 0.08);
}

.launch-event-strip {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-top: 1.65rem;
  border-block: 1px solid var(--launch-line);
}

.launch-event-strip span {
  display: grid;
  gap: 0.26rem;
  padding: 0.85rem clamp(0.85rem, 1.65vw, 1.5rem);
  border-right: 1px solid var(--launch-line);
  color: var(--launch-paper);
  font-size: 0.78rem;
  font-weight: 700;
}

.launch-event-strip span:first-child {
  padding-left: 0;
}

.launch-event-strip small {
  color: var(--launch-coral);
  font-family: var(--launch-mono);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-scroll-cue {
  position: absolute;
  right: 2.2rem;
  bottom: 2.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--launch-paper-dim);
  font-family: var(--launch-mono);
  font-size: 0.58rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.launch-scroll-cue i {
  width: 1px;
  height: 3.6rem;
  background: linear-gradient(var(--launch-paper), transparent);
}

.launch-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(5, 20, 23, 0.18);
  color: var(--launch-night);
  background: var(--launch-coral);
}

.launch-marquee div {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  animation: launch-marquee 26s linear infinite;
}

.launch-marquee span,
.launch-marquee b {
  font-family: var(--launch-display);
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-marquee span {
  padding-inline: 1.6rem;
}

.launch-marquee b {
  color: var(--launch-paper);
}

.launch-signals {
  padding: clamp(5rem, 10vw, 10rem) 0 clamp(6rem, 11vw, 11rem);
  color: var(--launch-night);
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(5, 20, 23, 0.055) calc(25% - 1px) 25%),
    var(--launch-paper);
}

.launch-section-head,
.launch-trailer-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.launch-section-head .launch-eyebrow {
  color: #ad4f35;
}

.launch-section-head h2,
.launch-trailer-head h2,
.launch-event-copy h2,
.launch-coda h2 {
  margin-bottom: 0;
  font-family: var(--launch-display);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.launch-section-head > p {
  max-width: 38rem;
  margin-bottom: 0;
  color: #465456;
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.7;
}

.launch-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 2.2rem);
  align-items: start;
}

.launch-signal-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--launch-paper);
  background: var(--launch-night);
  box-shadow: 0 24px 60px rgba(5, 20, 23, 0.17);
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 260ms ease;
}

.launch-signal-card:nth-child(2) {
  margin-top: 3.7rem;
}

.launch-signal-card:nth-child(3) {
  margin-top: 7.4rem;
}

.launch-signal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 85px rgba(5, 20, 23, 0.26);
}

.launch-signal-index {
  position: absolute;
  top: 0.85rem;
  right: 0.9rem;
  z-index: 3;
  color: var(--launch-paper);
  font-family: var(--launch-display);
  font-size: 2.1rem;
  line-height: 1;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

.launch-signal-media {
  position: relative;
  overflow: hidden;
  background: #000;
}

.launch-signal-media-square {
  aspect-ratio: 1 / 1;
}

.launch-signal-media-poster {
  aspect-ratio: 2 / 3;
  background: #081a1d;
}

.launch-signal-media-video {
  aspect-ratio: 1 / 1;
}

.launch-signal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.launch-signal-instagram .launch-signal-media img {
  object-fit: contain;
}

.launch-signal-event .launch-signal-media img {
  object-fit: contain;
}

.launch-signal-card:hover .launch-signal-media img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.06);
}

.launch-signal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 20, 23, 0.48));
  pointer-events: none;
}

.launch-media-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  padding: 0.48rem 0.62rem;
  border: 1px solid rgba(238, 230, 217, 0.35);
  color: var(--launch-paper);
  background: rgba(5, 20, 23, 0.68);
  font-family: var(--launch-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.launch-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--launch-night);
  background: var(--launch-electric);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 40px rgba(5, 20, 23, 0.35);
}

.launch-card-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
}

.launch-signal-copy {
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.3rem 1.4rem;
}

.launch-signal-copy p {
  margin-bottom: 0.7rem;
  color: var(--launch-coral);
  font-family: var(--launch-mono);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.launch-signal-copy h3 {
  margin-bottom: 2rem;
  font-family: var(--launch-display);
  font-size: clamp(2.4rem, 4.1vw, 4.1rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.92;
  text-transform: uppercase;
}

.launch-signal-copy > span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--launch-line);
  color: var(--launch-paper-dim);
  font-family: var(--launch-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-signal-copy b {
  color: var(--launch-electric);
}

.launch-trailer {
  position: relative;
  isolation: isolate;
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  overflow: hidden;
  background: var(--launch-night);
}

.launch-trailer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background:
    linear-gradient(90deg, rgba(5, 20, 23, 1), rgba(5, 20, 23, 0.55)),
    url("images/launch/xprize-trailer.jpg") center / cover no-repeat;
  filter: blur(4px) saturate(0.8);
  transform: scale(1.04);
}

.launch-trailer-head {
  margin-bottom: clamp(2.6rem, 5vw, 4.2rem);
}

.launch-trailer-head h2 {
  max-width: 10ch;
}

.launch-trailer-intro {
  max-width: 42rem;
  color: var(--launch-paper-dim);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.launch-trailer-intro p:last-child {
  margin-bottom: 0;
  color: var(--launch-paper);
}

.launch-video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(238, 230, 217, 0.32);
  background: #000;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.45);
}

.launch-video-shell::before {
  content: "";
  position: absolute;
  inset: -12px 12px 12px -12px;
  z-index: -1;
  border: 1px solid rgba(238, 142, 105, 0.56);
}

.launch-video-shell iframe,
.launch-video-shell video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.launch-video-shell video {
  object-fit: contain;
}

.launch-share-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 1.3rem 2rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--launch-night);
  background: var(--launch-coral);
}

.launch-share-bar small,
.launch-share-bar strong {
  display: block;
}

.launch-share-bar small {
  margin-bottom: 0.3rem;
  font-family: var(--launch-mono);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-share-bar strong {
  font-family: var(--launch-display);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.launch-share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.launch-share-status {
  grid-column: 1 / -1;
  min-height: 1.2em;
  margin: -0.6rem 0 0;
  font-family: var(--launch-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[hidden] {
  display: none !important;
}

.launch-event {
  padding: clamp(5rem, 10vw, 10rem) 0;
  color: var(--launch-night);
  background: var(--launch-coral);
}

.launch-event-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.1fr);
  gap: clamp(2.8rem, 8vw, 9rem);
  align-items: center;
}

.launch-event-art {
  position: relative;
  margin-bottom: 0;
}

.launch-event-art::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  z-index: 0;
  border: 1px solid rgba(5, 20, 23, 0.48);
}

.launch-event-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(5, 20, 23, 0.32);
  box-shadow: 0 30px 70px rgba(5, 20, 23, 0.28);
}

.launch-event-art figcaption {
  position: absolute;
  right: -2.9rem;
  bottom: 0;
  color: rgba(5, 20, 23, 0.74);
  font-family: var(--launch-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.launch-event-copy .launch-eyebrow {
  color: #54281f;
}

.launch-event-copy h2 {
  max-width: 9ch;
  margin-bottom: 1.5rem;
}

.launch-event-lede {
  max-width: 48rem;
  margin-bottom: 2rem;
  color: #3e2b26;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.launch-event-details {
  margin-bottom: 2rem;
  border-top: 1px solid var(--launch-line-dark);
}

.launch-event-details div {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--launch-line-dark);
}

.launch-event-details dt {
  font-family: var(--launch-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.launch-event-details dd {
  margin-bottom: 0;
  font-weight: 700;
}

.launch-event .launch-button-ghost {
  border-color: rgba(5, 20, 23, 0.42);
  color: var(--launch-night);
  background: transparent;
  backdrop-filter: none;
}

.launch-event .launch-button-ghost:hover {
  border-color: var(--launch-night);
  background: rgba(5, 20, 23, 0.08);
}

.launch-coda {
  position: relative;
  min-height: min(920px, 92svh);
  display: grid;
  overflow: hidden;
  isolation: isolate;
  background: var(--launch-night);
}

.launch-coda-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/launch/storm-hero.webp") center / cover no-repeat;
  filter: saturate(0.74) contrast(1.06) brightness(0.68);
}

.launch-coda::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 20, 23, 0.94), rgba(5, 20, 23, 0.48) 52%, rgba(5, 20, 23, 0.72)),
    linear-gradient(180deg, var(--launch-night), transparent 22%, transparent 72%, var(--launch-night));
}

.launch-coda-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 6rem;
}

.launch-coda h2 {
  max-width: 9ch;
  margin-bottom: 1.5rem;
  font-size: clamp(5rem, 11vw, 11rem);
}

.launch-coda-inner > p:not(.launch-eyebrow) {
  margin-bottom: 1.8rem;
  color: var(--launch-paper-dim);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.launch-footer {
  padding: 3rem 0 5rem;
  border-top: 1px solid var(--launch-line);
  color: #8d9997;
  background: #020b0d;
}

.launch-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.launch-footer strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--launch-paper);
  font-family: var(--launch-display);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.launch-footer p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.launch-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.3rem;
}

.launch-footer-links a {
  font-family: var(--launch-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-mobile-cta {
  display: none;
}

.launch-page a:focus-visible,
.launch-page button:focus-visible {
  outline: 3px solid var(--launch-electric);
  outline-offset: 4px;
}

@keyframes launch-hero-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.07) translate3d(-0.7%, 0.4%, 0); }
}

@keyframes launch-lightning {
  0%, 88%, 92%, 100% { opacity: 0; }
  89% { opacity: 0.78; }
  90% { opacity: 0.04; }
  91% { opacity: 0.48; }
}

@keyframes launch-pulse {
  0% { box-shadow: 0 0 0 0 rgba(215, 255, 89, 0.55); }
  75%, 100% { box-shadow: 0 0 0 8px rgba(215, 255, 89, 0); }
}

@keyframes launch-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1050px) {
  .launch-nav a:not(.launch-nav-cta) {
    display: none;
  }

  .launch-hero-image {
    object-position: 62% center;
  }

  .launch-section-head,
  .launch-trailer-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .launch-signal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .launch-signal-card:nth-child(2),
  .launch-signal-card:nth-child(3) {
    margin-top: 0;
  }

  .launch-signal-card:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 0.6rem);
    justify-self: center;
  }

  .launch-event-grid {
    gap: clamp(2.5rem, 6vw, 5rem);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  .launch-shell {
    width: min(calc(100% - 1.35rem), var(--launch-max));
  }

  .launch-header-inner {
    min-height: 66px;
  }

  .launch-brand span {
    font-size: 1.48rem;
  }

  .launch-hero {
    min-height: 100svh;
  }

  .launch-hero-image {
    object-position: 69% center;
  }

  .launch-hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 14, 16, 0.58), rgba(3, 14, 16, 0.2) 28%, rgba(3, 14, 16, 0.74) 58%, rgba(3, 14, 16, 0.98)),
      linear-gradient(90deg, rgba(3, 14, 16, 0.66), rgba(3, 14, 16, 0.14));
  }

  .launch-hero-inner {
    min-height: 100svh;
    padding-top: 6.7rem;
    padding-bottom: 3rem;
  }

  .launch-status {
    margin-bottom: 0.95rem;
    font-size: 0.56rem;
    letter-spacing: 0.09em;
  }

  .launch-eyebrow {
    font-size: 0.61rem;
    letter-spacing: 0.14em;
  }

  .launch-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(4.3rem, 21vw, 7.2rem);
    line-height: 0.78;
  }

  .launch-hero h1 span:last-child {
    transform: none;
  }

  .launch-hero-declaration {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .launch-hero-copy {
    width: 100%;
  }

  .launch-actions {
    width: 100%;
  }

  .launch-actions .launch-button {
    width: 100%;
  }

  .launch-event-strip {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .launch-event-strip span,
  .launch-event-strip span:first-child {
    padding: 0.72rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--launch-line);
  }

  .launch-event-strip span:last-child {
    border-bottom: 0;
  }

  .launch-scroll-cue {
    display: none;
  }

  .launch-section-head h2,
  .launch-trailer-head h2,
  .launch-event-copy h2,
  .launch-coda h2 {
    font-size: clamp(3.7rem, 17vw, 6rem);
  }

  .launch-signal-grid {
    grid-template-columns: 1fr;
  }

  .launch-signal-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }

  .launch-signal-copy {
    min-height: 13rem;
  }

  .launch-signal-copy h3 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .launch-share-bar {
    grid-template-columns: 1fr;
  }

  .launch-share-actions {
    justify-content: flex-start;
  }

  .launch-share-actions .launch-button {
    flex: 1 1 10rem;
  }

  .launch-share-status {
    grid-column: auto;
    margin-top: 0;
  }

  .launch-event-grid {
    grid-template-columns: 1fr;
  }

  .launch-event-art {
    width: calc(100% - 1.5rem);
    max-width: 560px;
    justify-self: center;
  }

  .launch-event-art figcaption {
    display: none;
  }

  .launch-event-details div {
    grid-template-columns: 5.1rem 1fr;
    gap: 0.75rem;
  }

  .launch-coda {
    min-height: 80svh;
  }

  .launch-footer {
    padding-bottom: 7.4rem;
  }

  .launch-footer-inner {
    flex-direction: column;
  }

  .launch-footer-links {
    justify-content: flex-start;
  }

  .launch-mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 80;
    display: block;
    padding: 0.58rem;
    border-top: 1px solid var(--launch-line);
    background: rgba(2, 11, 13, 0.94);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .launch-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .launch-mobile-cta .launch-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .launch-hero-image,
  .launch-lightning,
  .launch-status i,
  .launch-marquee div {
    animation: none;
  }

  .launch-signal-card,
  .launch-signal-media img,
  .launch-button {
    transition: none;
  }
}
