:root {
  --bg: #050913;
  --bg-deep: #02050d;
  --ink: #f3fbff;
  --muted: #b6c5d1;
  --muted-soft: #7f91a0;
  --primary: #98e5e0;
  --accent: #5baead;
  --line: rgba(152, 229, 224, 0.16);
  --glow: rgba(152, 229, 224, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(152, 229, 224, 0.12), transparent 18%),
    radial-gradient(circle at 22% 12%, rgba(91, 174, 173, 0.14), transparent 22%),
    radial-gradient(circle at 78% 16%, rgba(120, 180, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #07111f 0%, var(--bg) 44%, var(--bg-deep) 100%);
  color: var(--ink);
  font-family: "Space Grotesk", "Avenir Next", "Trebuchet MS", sans-serif;
}

.ambient,
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.ambient {
  filter: blur(22px);
  opacity: 0.58;
}

.ambient-one {
  background: radial-gradient(circle, rgba(152, 229, 224, 0.12), transparent 60%);
  width: 40rem;
  height: 40rem;
  top: -12rem;
  left: -10rem;
}

.ambient-two {
  background: radial-gradient(circle, rgba(91, 174, 173, 0.12), transparent 62%);
  width: 30rem;
  height: 30rem;
  right: -8rem;
  bottom: -10rem;
}

.ambient-three {
  background: radial-gradient(circle, rgba(122, 156, 255, 0.1), transparent 62%);
  width: 26rem;
  height: 26rem;
  top: 12%;
  right: 10%;
}

.grain {
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(152, 229, 224, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 229, 224, 0.04) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(circle at center, black, transparent 86%);
}

.page-shell {
  position: relative;
  z-index: 1;
}

.panel {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.panel-frame {
  width: min(1120px, 100%);
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(7, 14, 28, 0.9), rgba(5, 8, 18, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(152, 229, 224, 0.08), transparent 42%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  contain: paint;
}

.panel-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(152, 229, 224, 0.08);
  border-radius: 28px;
}

.hero-frame {
  min-height: min(84vh, 780px);
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1.5rem;
  --pointer-x: 50%;
  --pointer-y: 50%;
}

.hero-backdrop,
.hero-copy,
.feature-pills,
.hero-sigil,
.section-intro,
.cta-block {
  position: relative;
  z-index: 1;
  margin: 20px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(152, 229, 224, 0.08), transparent 24%);
}

.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 22%, rgba(152, 229, 224, 0.85) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.58) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 28%, rgba(152, 229, 224, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 14% 30%, rgba(173, 228, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 33% 20%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 12%, rgba(173, 228, 255, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 81% 32%, rgba(152, 229, 224, 0.62) 0 1px, transparent 2px);
  opacity: 0.82;
}

.hero-stars::before,
.hero-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stars::before {
  background:
    radial-gradient(circle at 52% 18%, rgba(111, 132, 255, 0.18), transparent 18%),
    radial-gradient(circle at 68% 12%, rgba(152, 229, 224, 0.12), transparent 14%),
    radial-gradient(circle at 26% 16%, rgba(91, 174, 173, 0.12), transparent 16%);
  filter: blur(12px);
  opacity: 0.72;
}

.hero-stars::after {
  background:
    radial-gradient(circle at 60% 28%, rgba(255, 255, 255, 0.85) 0 2px, transparent 4px),
    radial-gradient(circle at 61% 29%, rgba(152, 229, 224, 0.22), transparent 34px),
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.75) 0 1.5px, transparent 3px),
    radial-gradient(circle at 32% 22%, rgba(173, 228, 255, 0.16), transparent 28px),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.7) 0 1.5px, transparent 3px),
    radial-gradient(circle at 76% 18%, rgba(152, 229, 224, 0.14), transparent 24px);
  opacity: 0.9;
}

.hero-city {
  position: absolute;
  bottom: 22%;
  width: 26%;
  height: 42%;
  background:
    linear-gradient(180deg, rgba(152, 229, 224, 0.12), transparent 18%),
    repeating-linear-gradient(90deg, rgba(152, 229, 224, 0.12), rgba(152, 229, 224, 0.12) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(180deg, rgba(152, 229, 224, 0.08), rgba(152, 229, 224, 0.08) 2px, transparent 2px, transparent 16px),
    linear-gradient(180deg, rgba(7, 14, 28, 0.05), rgba(7, 14, 28, 0.92));
  border: 1px solid rgba(152, 229, 224, 0.08);
  filter: blur(0.2px);
  opacity: 0.34;
}

.city-left {
  left: -3%;
  clip-path: polygon(0 16%, 16% 8%, 27% 14%, 39% 2%, 56% 10%, 74% 0, 84% 12%, 100% 6%, 100% 100%, 0 100%);
}

.city-right {
  right: -3%;
  clip-path: polygon(0 8%, 13% 2%, 30% 12%, 46% 0, 58% 10%, 78% 6%, 88% 14%, 100% 8%, 100% 100%, 0 100%);
}

.hero-floor {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -8%;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(152, 229, 224, 0.08)),
    repeating-linear-gradient(90deg, rgba(152, 229, 224, 0.08), rgba(152, 229, 224, 0.08) 1px, transparent 1px, transparent 42px),
    repeating-linear-gradient(180deg, rgba(152, 229, 224, 0.08), rgba(152, 229, 224, 0.08) 1px, transparent 1px, transparent 28px);
  transform: perspective(100px) rotateX(72deg);
  transform-origin: center top;
  opacity: 0.38;
}

.hero-horizon {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 24%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(152, 229, 224, 0.82), transparent);
  box-shadow: 0 0 10px rgba(152, 229, 224, 0.28), 0 0 18px rgba(91, 174, 173, 0.12);
}
.hero-sigil-wrapper {
  position: absolute;
  top: 40%;
  transform: translateY(-20%);
  right: clamp(1.5rem, 6vw, 3.8rem);
}
.hero-horizon::before,
.hero-horizon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(214, 251, 247, 0.95);

  box-shadow: 0 0 20px rgba(152, 229, 224, 0.9), 0 0 40px rgba(152, 229, 224, 0.35);
}

.hero-horizon::before {
  left: 18%;
}

.hero-horizon::after {
  right: 18%;
}

.eyebrow,
.brand-mini {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 0.78rem;
}

.brand-mark {
  margin: 0 0 0.7rem;
  color: var(--primary);
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 8vw, 5.9rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-shadow: 0 0 18px rgba(152, 229, 224, 0.18), 0 0 36px rgba(91, 174, 173, 0.12);
}

h1,
h2 {
  font-family: "Sora", sans-serif;
}

h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.96;
}

.hero-text {
  margin: 1rem 0 0;
  max-width: 46ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.72;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.feature-pills span {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(152, 229, 224, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 19, 34, 0.78), rgba(6, 12, 23, 0.66));
  color: #d6fbf7;
  box-shadow: inset 0 0 10px rgba(152, 229, 224, 0.03), 0 8px 18px rgba(0, 0, 0, 0.18);
  font-size: 0.95rem;
}

.hero-sigil {
  position: absolute;
  right: clamp(1.5rem, 6vw, 3.8rem);
  top: 50%;
  width: min(34vw, 360px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  opacity: 0.98;
  transition: transform 0.2s ease;
}

.hero-sigil::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(152, 229, 224, 0.12), rgba(152, 229, 224, 0.02) 54%, transparent 70%);
  filter: blur(3px);
}

.hero-sigil::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px solid rgba(173, 228, 255, 0.08);
  box-shadow: 0 0 12px rgba(152, 229, 224, 0.04);
}

.sigil-k {
  position: relative;
  z-index: 2;
  color: #dcffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(4rem, 9vw, 6.1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px rgba(152, 229, 224, 0.34), 0 0 18px rgba(91, 174, 173, 0.12);
}

.sigil-ring,
.sigil-axis {
  position: absolute;
  border: 1px solid rgba(152, 229, 224, 0.4);
}

.sigil-ring {
  border-radius: 50%;
}

.ring-one {
  width: 100%;
  height: 38%;
  transform: rotate(20deg);
}

.ring-two {
  width: 100%;
  height: 38%;
  transform: rotate(104deg);
}

.sigil-axis {
  width: 2px;
  height: 78%;
  background: linear-gradient(180deg, rgba(152, 229, 224, 0.9), rgba(152, 229, 224, 0.2));
  border: 0;
  box-shadow: 0 0 7px rgba(152, 229, 224, 0.2);
}

.sigil-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(152, 229, 224, 0.62), 0 0 18px rgba(152, 229, 224, 0.22);
}

.node-one { top: 6%; left: 50%; transform: translateX(-50%); }
.node-two { top: 22%; left: 50%; transform: translateX(-50%); }
.node-three { top: 16%; right: 18%; }
.node-four { top: 58%; right: 16%; }
.node-five { bottom: 7%; left: 50%; transform: translateX(-50%); }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  transform: translateX(-50%);
  display: grid;
  gap: 0.25rem;
}

.scroll-cue span {
  width: 1.45rem;
  height: 1.45rem;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(45deg);
  opacity: 0.72;
}

.mission-panel {
  padding-top: 0;
}

.mission-frame {
  --mission-x: 50%;
  --mission-y: 34%;
  --mission-parallax-x: 0px;
  --mission-parallax-y: 0px;
  --mission-parallax-bg-x: 0px;
  --mission-parallax-bg-y: 0px;
  min-height: min(84vh, 840px);
  display: grid;
  align-content: center;
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
  position: relative;
  isolation: isolate;
}

.mission-frame::before {
  content: "";
  position: absolute;
  inset: -8% -5%;
  background:
    radial-gradient(circle at var(--mission-x) var(--mission-y), rgba(152, 229, 224, 0.07), transparent 22%),
    radial-gradient(circle at 74% 20%, rgba(122, 156, 255, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(8, 14, 27, 0.04), transparent 28%, transparent 74%, rgba(8, 14, 27, 0.1));
  z-index: -1;
  pointer-events: none;
}

.mission-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.mission-glow,
.mission-grid,
.mission-particles {
  position: absolute;
}

.mission-glow {
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.glow-one {
  width: 13rem;
  height: 8rem;
  top: 10%;
  right: 10%;
  background: radial-gradient(circle, rgba(152, 229, 224, 0.1), transparent 68%);
}

.glow-two {
  width: 13rem;
  height: 8rem;
  left: 7%;
  bottom: 22%;
  background: radial-gradient(circle, rgba(122, 156, 255, 0.09), transparent 72%);
}

.mission-grid {
  inset: 18% 8% 14% 8%;
  background:
    linear-gradient(90deg, rgba(152, 229, 224, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(152, 229, 224, 0.026) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, transparent, black 28%, black 72%, transparent);
  opacity: 0.045;
}

.mission-particles {
  inset: 0;
  opacity: 0.02;
  transform: translate3d(0, 0, 0);
}

.particle-one {
  background-image:
    radial-gradient(circle at 18% 42%, rgba(214, 251, 247, 0.9) 0 1.2px, transparent 2px),
    radial-gradient(circle at 36% 54%, rgba(214, 251, 247, 0.75) 0 1.2px, transparent 2px),
    radial-gradient(circle at 61% 36%, rgba(214, 251, 247, 0.72) 0 1.2px, transparent 2px),
    radial-gradient(circle at 78% 58%, rgba(214, 251, 247, 0.68) 0 1.2px, transparent 2px);
}

.particle-two {
  display: none;
}

.mission-intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
}

.mission-intro .brand-mini {
  opacity: 0;
  transform: translateY(12px);
}

.mission-panel.sequence-headline .brand-mini {
  animation: brandLeadIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.section-intro h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.3rem, 5vw, 4.45rem);
  line-height: 0.95;
}

.animated-headline {
  position: relative;
  display: grid;
  gap: 0.14em;
}

.headline-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22em;
  overflow: hidden;
  position: relative;
}

.headline-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.05em);
}

.headline-sheen {
  position: absolute;
  inset: -6% -10%;
  background: linear-gradient(110deg, transparent 40%, rgba(214, 251, 247, 0.16) 49%, transparent 58%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

.mission-panel.sequence-headline .headline-word {
  animation: headlineWordIn 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mission-panel.sequence-headline .headline-word:nth-child(1) { animation-delay: 0.06s; }
.mission-panel.sequence-headline .headline-line:nth-child(1) .headline-word:nth-child(2) { animation-delay: 0.13s; }
.mission-panel.sequence-headline .headline-line:nth-child(1) .headline-word:nth-child(3) { animation-delay: 0.2s; }
.mission-panel.sequence-headline .headline-line:nth-child(2) .headline-word:nth-child(1) { animation-delay: 0.3s; }
.mission-panel.sequence-headline .headline-line:nth-child(2) .headline-word:nth-child(2) { animation-delay: 0.37s; }
.mission-panel.sequence-headline .headline-line:nth-child(2) .headline-word:nth-child(3) { animation-delay: 0.44s; }
.mission-panel.sequence-headline .headline-line:nth-child(3) .headline-word:nth-child(1) { animation-delay: 0.54s; }

.mission-panel.sequence-headline .headline-sheen {
  animation: headlineSheen 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

.mission-panel.sequence-headline .glow-one,
.mission-panel.sequence-headline .glow-two {
  animation: atmosphereBloom 1.1s ease forwards;
}

.mission-panel.sequence-headline .glow-two {
  animation-delay: 0.28s;
}

.mission-panel.sequence-headline .particle-one,
.mission-panel.sequence-headline .particle-two {
  animation: none;
}

.mission-network {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.mission-slogan {
  min-height: 0;
}

.mission-slogan::before,
.mission-slogan::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.mission-slogan::before {
  inset: 50% auto auto 50%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 1px solid rgba(152, 229, 224, 0.025);
  transform: translate(calc(-50% + var(--mission-parallax-bg-x)), calc(-50% + var(--mission-parallax-bg-y)));
  box-shadow: 0 0 12px rgba(152, 229, 224, 0.02);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-slogan::after {
  inset: -2% 0;
  background-image:
    radial-gradient(circle at 33% 66%, rgba(152, 229, 224, 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 63% 32%, rgba(122, 156, 255, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 50%, rgba(80, 133, 255, 0.05), transparent 52%);
  transform: translate(calc(var(--mission-parallax-bg-x) * 0.4), calc(var(--mission-parallax-bg-y) * 0.4));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.slogan-structure {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
  border: 1px solid rgba(152, 229, 224, 0.028);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(9, 16, 31, 0.18), rgba(4, 9, 18, 0.24)),
    linear-gradient(135deg, rgba(91, 174, 173, 0.016), rgba(122, 156, 255, 0.014));
  box-shadow:
    inset 0 1px 0 rgba(214, 251, 247, 0.01),
    0 8px 18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  transform: translate3d(var(--mission-parallax-x), var(--mission-parallax-y), 0);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  contain: paint;
}

.slogan-structure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(152, 229, 224, 0.022), transparent);
  pointer-events: none;
}

.slogan-structure::after {
  content: "";
  position: absolute;
  left: -14%;
  top: 50%;
  width: 22%;
  height: 40px;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 251, 247, 0.22) 50%, transparent 100%);
  border-radius: 999px;
  filter: blur(3px);
  transform: translate(-120%, -50%) scaleX(0.82);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.slogan-segment {
  min-width: 0;
  padding: 0.85rem 0.9rem 0.95rem;
  display: grid;
  align-content: start;
  gap: 0.38rem;
  position: relative;
  opacity: 0;
  transform: translateX(-12px) translateY(8px);
}

.mission-panel.sequence-network .slogan-segment {
  animation: sloganSegmentIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mission-panel.sequence-network .slogan-segment:nth-child(1) { animation-delay: 0.04s; }
.mission-panel.sequence-network .slogan-segment:nth-child(2) { animation-delay: 0.18s; }
.mission-panel.sequence-network .slogan-segment:nth-child(3) { animation-delay: 0.32s; }
.mission-panel.sequence-network .slogan-segment:nth-child(4) { animation-delay: 0.46s; }

.mission-panel.sequence-network .slogan-segment:nth-child(1) .segment-soft { animation: segmentSoftIn 0.22s ease forwards; animation-delay: 0.08s; }
.mission-panel.sequence-network .slogan-segment:nth-child(2) .segment-soft { animation: segmentSoftIn 0.22s ease forwards; animation-delay: 0.18s; }
.mission-panel.sequence-network .slogan-segment:nth-child(3) .segment-soft { animation: segmentSoftIn 0.22s ease forwards; animation-delay: 0.28s; }
.mission-panel.sequence-network .slogan-segment:nth-child(4) .segment-soft { animation: segmentSoftIn 0.22s ease forwards; animation-delay: 0.38s; }

.mission-panel.sequence-network .slogan-segment:nth-child(1) .segment-strong { animation: segmentStrongIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.14s; }
.mission-panel.sequence-network .slogan-segment:nth-child(2) .segment-strong { animation: segmentStrongIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.24s; }
.mission-panel.sequence-network .slogan-segment:nth-child(3) .segment-strong { animation: segmentStrongIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.34s; }
.mission-panel.sequence-network .slogan-segment:nth-child(4) .segment-strong { animation: segmentStrongIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.44s; }

.slogan-segment + .slogan-segment {
  border-left: 1px solid rgba(152, 229, 224, 0.03);
}

.slogan-segment + .slogan-segment::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(152, 229, 224, 0.1), transparent);
  opacity: 0;
  transform: scaleY(0.3);
  transform-origin: center;
}

.slogan-segment + .slogan-segment::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(152, 229, 224, 0.02), rgba(152, 229, 224, 0.2), rgba(152, 229, 224, 0.02));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left;
}

.slogan-segment + .slogan-segment .slogan-index::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(152, 229, 224, 0.2);
  border-right: 1px solid rgba(152, 229, 224, 0.2);
  transform: translateY(-50%) rotate(45deg) scale(0.7);
  opacity: 0;
}

.mission-panel.sequence-network .slogan-segment:nth-child(2)::before,
.mission-panel.sequence-network .slogan-segment:nth-child(3)::before,
.mission-panel.sequence-network .slogan-segment:nth-child(4)::before {
  animation: sloganConnectorDrawY 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mission-panel.sequence-network .slogan-structure::after {
  animation: sloganPulseSweep 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.78s forwards;
}

.mission-panel.sequence-network .slogan-segment:nth-child(2)::after,
.mission-panel.sequence-network .slogan-segment:nth-child(3)::after,
.mission-panel.sequence-network .slogan-segment:nth-child(4)::after {
  animation:
    sloganConnectorDrawX 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    connectorSignalPulse 0.46s ease-out forwards;
}

.mission-panel.sequence-network .slogan-segment:nth-child(2)::after { animation-delay: 0.56s, 0.9s; }
.mission-panel.sequence-network .slogan-segment:nth-child(3)::after { animation-delay: 0.64s, 1s; }
.mission-panel.sequence-network .slogan-segment:nth-child(4)::after { animation-delay: 0.72s, 1.1s; }

.mission-panel.sequence-network .slogan-segment:nth-child(2) .slogan-index::after,
.mission-panel.sequence-network .slogan-segment:nth-child(3) .slogan-index::after,
.mission-panel.sequence-network .slogan-segment:nth-child(4) .slogan-index::after {
  animation:
    sloganArrowIn 0.24s ease forwards,
    connectorArrowPulse 0.44s ease-out forwards;
}

.mission-panel.sequence-network .mission-slogan::before {
  animation: orbitReveal 0.72s ease 0.6s forwards;
}

.mission-panel.sequence-network .mission-slogan::after {
  animation: particleFieldReveal 0.55s ease 0.5s forwards;
}

.slogan-index {
  position: relative;
  color: rgba(152, 229, 224, 0.68);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.slogan-segment p {
  margin: 0;
  display: grid;
  gap: 0.18rem;
  font-family: "Sora", sans-serif;
  line-height: 1.2;
}

.segment-soft,
.segment-strong {
  display: block;
}

.segment-soft {
  font-size: clamp(0.76rem, 0.9vw, 0.84rem);
  font-weight: 430;
  color: rgba(232, 243, 255, 0.66);
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
}

.segment-strong {
  font-size: clamp(0.92rem, 1.12vw, 1.02rem);
  font-weight: 620;
  color: rgba(244, 250, 255, 1);
  letter-spacing: 0.04em;
  line-height: 1.14;
  text-shadow: 0 0 6px rgba(152, 229, 224, 0.04);
  opacity: 0;
  transform: translateY(12px);
}

.cta-block {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.6rem;
  align-items: start;
  max-width: 860px;
  opacity: 0;
  transform: translateY(22px);
}

.mission-panel.sequence-cta .cta-block {
  animation: ctaRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cta-divider {
  position: relative;
  height: 30px;
}

.divider-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%) scaleX(0.78);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(152, 229, 224, 0.22), rgba(122, 156, 255, 0.22), transparent);
  opacity: 0;
}

.mission-panel.sequence-cta .divider-line {
  animation: dividerLineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.divider-pulse {
  position: absolute;
  top: 50%;
  left: 14%;
  width: 140px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(152, 229, 224, 0.18), rgba(152, 229, 224, 0.04) 55%, transparent 72%);
  filter: blur(4px);
  opacity: 0;
}

.mission-panel.sequence-cta .divider-pulse {
  animation: dividerSweep 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.14s forwards;
}

.cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.5fr);
  gap: 1rem;
  align-items: end;
  padding: 1.05rem;
  border-radius: 28px;
  border: 1px solid rgba(152, 229, 224, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 15, 28, 0.88), rgba(4, 8, 18, 0.94)),
    linear-gradient(135deg, rgba(91, 174, 173, 0.06), rgba(122, 156, 255, 0.05));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
}

.mission-panel.sequence-cta .cta-shell {
  animation: shellLiftIn 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.cta-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(152, 229, 224, 0.08) 48%, transparent 68%);
  transform: translateX(-120%);
  opacity: 0;
}

.mission-panel.sequence-cta .cta-shell::before {
  animation: shellSweep 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

.cta-copy {
  display: grid;
  gap: 0.42rem;
  align-self: center;
}

.cta-copy > * {
  opacity: 0;
  transform: translateY(16px);
}

.mission-panel.sequence-cta .cta-copy > * {
  animation: ctaCopyIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mission-panel.sequence-cta .cta-copy > *:first-child { animation-delay: 0.12s; }
.mission-panel.sequence-cta .cta-copy > *:last-child { animation-delay: 0.2s; }

.build-note,
.join-note {
  margin: 0;
  font-family: "Sora", sans-serif;
}

.build-note {
  font-size: clamp(1.08rem, 1.9vw, 1.26rem);
  color: var(--ink);
}

.join-note {
  font-size: clamp(1.72rem, 3vw, 2.35rem);
  color: var(--primary);
  text-shadow: 0 0 12px rgba(152, 229, 224, 0.1);
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.85rem;
  margin-top: 0.1rem;
  align-items: center;
}

.signup-form input,
.signup-form button {
  border: 1px solid rgba(152, 229, 224, 0.2);
  border-radius: 999px;
  font: inherit;
  opacity: 0;
  transform: translateY(14px);
}

.mission-panel.sequence-cta .signup-form input,
.mission-panel.sequence-cta .signup-form button {
  animation: formFieldIn 0.66s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mission-panel.sequence-cta .signup-form input:nth-of-type(1) { animation-delay: 0.2s; }
.mission-panel.sequence-cta .signup-form input:nth-of-type(2) { animation-delay: 0.28s; }
.mission-panel.sequence-cta .signup-form input:nth-of-type(3) { animation-delay: 0.36s; }
.mission-panel.sequence-cta .signup-form button { animation-delay: 0.46s; }

.signup-form input {
  min-height: 58px;
  padding: 0 1.2rem;
  background: rgba(8, 15, 28, 0.92);
  color: var(--ink);
  box-shadow: inset 0 0 10px rgba(152, 229, 224, 0.025), 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.signup-form input:hover,
.signup-form input:focus {
  border-color: rgba(152, 229, 224, 0.32);
  box-shadow: inset 0 0 10px rgba(152, 229, 224, 0.04), 0 0 0 2px rgba(152, 229, 224, 0.04), 0 8px 18px rgba(0, 0, 0, 0.14);
  outline: none;
}

.email-field {
  grid-column: 1 / 2;
}

.signup-form input::placeholder {
  color: var(--muted-soft);
}

.signup-form button {
  grid-column: 2 / 3;
  min-height: 58px;
  padding: 0 1.45rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #031018;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.signup-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(91, 174, 173, 0.18);
  background: linear-gradient(135deg, #b7f8f4, #6dc3c0);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@keyframes brandLeadIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headlineSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  100% {
    opacity: 1;
    transform: translateX(120%);
  }
}

@keyframes headlineWordIn {
  0% {
    opacity: 0;
    transform: translateY(1.05em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sloganSegmentIn {
  0% {
    opacity: 0;
    transform: translateX(-12px) translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes segmentSoftIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes segmentStrongIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  62% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sloganConnectorDrawY {
  0% {
    opacity: 0;
    transform: scaleY(0.3);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes sloganConnectorDrawX {
  0% {
    opacity: 0;
    transform: scaleX(0.2);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes sloganPulseSweep {
  0% {
    opacity: 0;
    transform: translate(-120%, -50%) scaleX(0.82);
  }

  18% {
    opacity: 0.68;
  }

  100% {
    opacity: 0;
    transform: translate(420%, -50%) scaleX(1.02);
  }
}

@keyframes connectorSignalPulse {
  0% {
    opacity: 0.35;
    transform: scaleX(0.82);
  }

  35% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.45;
    transform: scaleX(1);
  }
}

@keyframes connectorArrowPulse {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(45deg) scale(0.7);
  }

  40% {
    opacity: 0.9;
    transform: translateY(-50%) rotate(45deg) scale(0.82);
  }

  100% {
    opacity: 0.34;
    transform: translateY(-50%) rotate(45deg) scale(0.76);
  }
}

@keyframes orbitReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }

  100% {
    opacity: 0.38;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes particleFieldReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.18;
  }
}

@keyframes sloganArrowIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(45deg) scale(0.45);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(0.7);
  }
}


@keyframes ctaRise {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dividerLineIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.78);
  }

  100% {
    opacity: 0.9;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes dividerSweep {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(250px);
  }
}

@keyframes atmosphereBloom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shellLiftIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shellSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  100% {
    opacity: 1;
    transform: translateX(120%);
  }
}

@keyframes ctaCopyIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes formFieldIn {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .hero-frame {
    padding-bottom: 5rem;
  }

  .hero-sigil {
    position: relative;
    right: auto;
    top: auto;
    width: min(72vw, 320px);
    margin: 1rem auto 0;
    transform: none;
  }

  .hero-city {
    width: 32%;
  }
}

@media (max-width: 680px) {
  .panel {
    padding: 1rem;
  }

  .panel-frame::before {
    inset: 10px;
  }

  .hero-city {
    opacity: 0.22;
  }

  .feature-pills {
    gap: 0.6rem;
  }

  .mission-frame {
    min-height: auto;
  }

  .mission-frame::before {
    inset: -6%;
  }

  .section-intro h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .slogan-structure {
    width: min(100%, 34rem);
    grid-template-columns: 1fr;
  }

  .mission-slogan::before {
    width: 16rem;
    height: 16rem;
  }

  .slogan-segment {
    padding: 0.82rem 0.9rem 0.9rem;
  }

  .slogan-segment + .slogan-segment {
    border-left: 0;
    border-top: 1px solid rgba(152, 229, 224, 0.05);
  }

  .slogan-segment + .slogan-segment::before {
    top: -1px;
    left: 16%;
    right: 16%;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(152, 229, 224, 0.28), transparent);
  }

  .slogan-segment + .slogan-segment::after {
    top: -7px;
    left: 50%;
    width: 1px;
    height: 13px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(152, 229, 224, 0.06), rgba(152, 229, 224, 0.38), rgba(152, 229, 224, 0.06));
  }

  .slogan-segment + .slogan-segment .slogan-index::after {
    left: auto;
    right: 0;
    top: -12px;
    width: 6px;
    height: 6px;
    transform: rotate(135deg) scale(0.7);
  }

  .cta-shell {
    grid-template-columns: 1fr;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .email-field,
  .signup-form button {
    grid-column: auto;
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .brand-mini,
  .headline-word,
  .headline-sheen,
  .mission-slogan::before,
  .mission-slogan::after,
  .slogan-structure,
  .slogan-segment,
  .segment-soft,
  .segment-strong,
  .slogan-index::after,
  .cta-block,
  .cta-shell,
  .cta-copy > *,
  .signup-form input,
  .signup-form button,
  .divider-line,
  .divider-pulse,
  .mission-glow,
  .mission-particles,
  .slogan-segment::before,
  .slogan-segment::after,
  .slogan-structure::after {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .cta-shell::before {
    opacity: 1;
    transform: none;
  }
}
