:root {
  color-scheme: dark;
  --ink: #fff9e8;
  --muted: rgba(255, 249, 232, 0.72);
  --night: #080b18;
  --warm: #ffd87f;
  --blue: #89d9ff;
  --line: rgba(255, 249, 232, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: var(--night);
  letter-spacing: 0;
}

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

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

.page {
  position: relative;
  min-height: 100svh;
}

.page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("/assets/hero-stars.webp?v=20260706g") center / cover;
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-screen {
  position: relative;
  overflow: hidden;
  background:
    url("/assets/hero-bg.webp?v=20260706g") center / cover no-repeat,
    var(--night);
}

.hero-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 8, 17, 0.42), rgba(5, 8, 17, 0.06) 34%, rgba(5, 8, 17, 0.12) 62%, rgba(5, 8, 17, 0.88));
  pointer-events: none;
}

.hero-layers {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-layers img {
  position: absolute;
  user-select: none;
}

.layer-stars {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: stars-drift 70s linear infinite alternate;
}

@keyframes stars-drift {
  from {
    transform: translate3d(-1.6%, 0, 0) scale(1.06);
  }
  to {
    transform: translate3d(1.6%, 0, 0) scale(1.06);
  }
}

.scroll-hint {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 249, 232, 0), rgba(255, 249, 232, 0.55));
  animation: hint-fade 2.8s ease-in-out infinite;
}

@keyframes hint-fade {
  0%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  50% {
    opacity: 0.9;
    transform: translateY(6px);
  }
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 clamp(20px, 5vw, 56px);
  background:
    radial-gradient(circle at 54px 50%, rgba(32, 210, 255, 0.1), transparent 92px),
    rgba(3, 7, 17, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(137, 217, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.02rem;
  font-weight: 670;
}

.brand img {
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: screen;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 24px);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: rgba(255, 249, 232, 0.7);
  font-size: 0.88rem;
  font-weight: 640;
  white-space: nowrap;
  transition: color 180ms ease;
}

.language-switch:hover {
  color: #ffffff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 640;
  font-family: inherit;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.header-cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--warm);
  box-shadow: 0 0 16px rgba(255, 216, 127, 0.56);
}

.header-cta:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 96px 24px 76px;
  text-align: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    opacity: 0;
    animation: rise-in 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  .hero-copy > h1 {
    animation-delay: 0.08s;
  }

  .hero-copy .hero-lede {
    animation-delay: 0.26s;
  }

  .hero-copy .hero-support {
    animation-delay: 0.44s;
  }

  .hero-copy .hero-cta {
    animation-delay: 0.62s;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(137, 217, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 640;
}

h1,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 9vw, 6.6rem);
  line-height: 0.9;
  font-weight: 740;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(1.07rem, 2.4vw, 1.8rem);
  line-height: 1.2;
  font-weight: 660;
  text-shadow: 0 2px 24px rgba(2, 5, 12, 0.8);
}

.hero-support {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(255, 249, 232, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  text-shadow: 0 2px 24px rgba(2, 5, 12, 0.8);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 216, 127, 0.62);
  border-radius: 999px;
  background: rgba(255, 216, 127, 0.92);
  color: #0f1119;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(255, 216, 127, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-cta:hover {
  transform: translateY(-1px);
  background: #ffe39a;
  box-shadow: 0 16px 40px rgba(255, 216, 127, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.path-section,
.closing-screen {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - clamp(44px, 10vw, 120px)));
  margin: 0 auto;
}

.path-section h2,
.closing-screen h2 {
  margin: 0 0 clamp(28px, 4.6vw, 46px);
  font-size: clamp(1.65rem, 3.6vw, 2.6rem);
  line-height: 1.18;
  font-weight: 700;
}

.path-section {
  isolation: isolate;
  padding: clamp(64px, 10vw, 130px) 0 clamp(40px, 6vw, 80px);
}

.path-section::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: 0;
  background:
    radial-gradient(circle at 46% 64%, rgba(255, 216, 127, 0.09), transparent 34%),
    radial-gradient(circle at 72% 30%, rgba(137, 217, 255, 0.08), transparent 32%);
  pointer-events: none;
}

.path-section h2 {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  text-align: center;
  font-size: clamp(1.72rem, 3vw, 2.52rem);
}

.path-form-bg {
  position: absolute;
  top: 50%;
  right: -3%;
  z-index: 0;
  height: 94%;
  width: auto;
  opacity: 0.18;
  mix-blend-mode: screen;
  filter: none;
  transform: translateY(-50%);
  -webkit-mask-image: radial-gradient(ellipse 62% 74% at 54% 50%, #000 42%, rgba(0, 0, 0, 0.78) 66%, transparent 91%);
  mask-image: radial-gradient(ellipse 62% 74% at 54% 50%, #000 42%, rgba(0, 0, 0, 0.78) 66%, transparent 91%);
  animation: form-float 14s ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}

@keyframes form-float {
  0%,
  100% {
    transform: translateY(-50%) scale(0.99);
    opacity: 0.13;
  }
  50% {
    transform: translateY(calc(-50% - 16px)) scale(1.015);
    opacity: 0.2;
  }
}

.path-thread {
  position: absolute;
  top: clamp(120px, 16vw, 200px);
  left: 0;
  width: 100%;
  height: calc(100% - clamp(150px, 20vw, 250px));
  opacity: 0.55;
  pointer-events: none;
}

.path-thread path {
  stroke-dasharray: 5 9;
  animation: thread-flow 26s linear infinite;
}

@keyframes thread-flow {
  to {
    stroke-dashoffset: -700;
  }
}

.path-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0 clamp(16px, 2.6vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.path-card {
  transform: translateY(var(--parallax-y, 0px));
}

.path-card:nth-child(1) {
  grid-column: 1 / span 3;
  margin-top: clamp(64px, 10vw, 138px);
}

.path-card:nth-child(2) {
  grid-column: 4 / span 5;
  z-index: 2;
  margin-top: 0;
}

.path-card:nth-child(3) {
  grid-column: 9 / span 4;
  margin-top: clamp(46px, 7vw, 112px);
}

.path-figure {
  position: relative;
  isolation: isolate;
  margin: 0;
  animation: path-figure-float 9s ease-in-out infinite;
}

.path-card:nth-child(1) .path-figure {
  animation-delay: -2.4s;
}

.path-card:nth-child(3) .path-figure {
  animation-delay: -4.8s;
}

@keyframes path-figure-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.path-figure::before {
  content: "";
  position: absolute;
  inset: 5%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 52%, rgba(255, 216, 127, 0.14), rgba(137, 217, 255, 0.07) 52%, transparent 74%);
  filter: blur(12px);
  opacity: 0.6;
  pointer-events: none;
}

.path-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  mix-blend-mode: normal;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.85) 60%, transparent 80%);
  mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.85) 60%, transparent 80%);
  transition: transform 1.4s ease, filter 1.4s ease;
}

.path-card:nth-child(2) .path-figure img {
  object-position: 50% 60%;
}

.path-card:hover .path-figure img {
  transform: scale(1.05);
}

.path-caption {
  position: relative;
  z-index: 2;
  margin: -14px 0 0;
  text-align: center;
}

.path-icon {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 216, 127, 0.1), transparent 60%),
    url("/assets/hero-stars.webp?v=20260706g") center / cover;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.85) 60%, transparent 80%);
  mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.85) 60%, transparent 80%);
}

.path-icon svg {
  width: min(108px, 42%);
  height: auto;
  color: rgba(255, 216, 127, 0.88);
  filter: drop-shadow(0 0 22px rgba(255, 216, 127, 0.35));
  transition: transform 1.2s ease, filter 1.2s ease;
}

.path-card:hover .path-icon svg {
  transform: scale(1.07);
  filter: drop-shadow(0 0 30px rgba(255, 216, 127, 0.55));
}

.path-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  font-size: 1.02rem;
  font-weight: 680;
}

.path-card-text .path-figure {
  padding: clamp(46px, 6vw, 84px) 0;
}

.path-card-text .path-caption {
  margin: 0;
}

.path-card-text .path-step {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.path-card-text .path-text {
  font-size: 0.95rem;
}

.path-text {
  margin: 0 auto;
  max-width: 42ch;
  color: rgba(255, 249, 232, 0.82);
  font-size: 0.9rem;
  line-height: 1.6;
}

.closing-screen {
  width: 100%;
  margin: 0;
  padding: 0 clamp(22px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(5, 8, 17, 0.98), rgba(5, 8, 17, 0.84) 42%, rgba(5, 8, 17, 0.98)),
    url("/assets/hero-bg.webp?v=20260706g") center / cover,
    var(--night);
}

.closing-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(5, 8, 17, 0.9), rgba(5, 8, 17, 0.18) 42%, rgba(5, 8, 17, 0.72));
  pointer-events: none;
}

.closing-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1160px, 100%);
  margin: 0 auto;
  text-align: center;
  padding: clamp(90px, 14vw, 170px) 0;
}

.closing-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 52%, rgba(255, 216, 127, 0.1), transparent 44%);
  pointer-events: none;
}

.closing-inner {
  position: relative;
  z-index: 1;
}

.closing-screen h2 {
  margin-bottom: 30px;
}

.closing-screen .site-footer {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.closing-cta {
  position: relative;
  animation: cta-glow 5.5s ease-in-out infinite;
}

@keyframes cta-glow {
  0%,
  100% {
    box-shadow: 0 12px 34px rgba(255, 216, 127, 0.18);
  }
  50% {
    box-shadow: 0 18px 52px rgba(255, 216, 127, 0.38);
  }
}

.info-page {
  min-height: 100svh;
  padding-top: 72px;
  background:
    linear-gradient(180deg, rgba(5, 8, 17, 0.4), rgba(5, 8, 17, 0.97)),
    url("/assets/hero-bg.webp?v=20260706g") center / cover,
    var(--night);
}

.info-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("/assets/hero-stars.webp?v=20260706g") center / cover;
  opacity: 0.1;
  mix-blend-mode: screen;
  pointer-events: none;
}

.info-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(137, 217, 255, 0.13), transparent 28%),
    radial-gradient(circle at 22% 82%, rgba(255, 216, 127, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 11, 24, 0.36), rgba(8, 11, 24, 0.96));
  pointer-events: none;
}

.info-header-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 249, 232, 0.78);
  font-size: 0.92rem;
  font-weight: 640;
}

.info-header-nav a {
  transition: color 180ms ease;
}

.info-header-nav a:hover {
  color: #ffffff;
}

.info-main {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 82px) 0 70px;
}

@media (prefers-reduced-motion: no-preference) {
  .info-main > * {
    opacity: 0;
    animation: rise-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  .info-main > *:nth-child(1) {
    animation-delay: 0.05s;
  }

  .info-main > *:nth-child(2) {
    animation-delay: 0.12s;
  }

  .info-main > *:nth-child(3) {
    animation-delay: 0.2s;
  }

  .info-main > *:nth-child(4) {
    animation-delay: 0.28s;
  }

  .info-main > *:nth-child(5) {
    animation-delay: 0.36s;
  }
}

.info-kicker {
  margin: 0 0 12px;
  color: rgba(137, 217, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 640;
}

.info-main h1 {
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 3.4vw, 2.55rem);
  line-height: 1.16;
  font-weight: 700;
}

.info-intro {
  margin-bottom: clamp(34px, 5vw, 52px);
  color: rgba(255, 249, 232, 0.85);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.8;
}

.info-section-list {
  display: grid;
  gap: clamp(32px, 4.6vw, 46px);
}

.info-section::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--warm), rgba(137, 217, 255, 0.55));
  opacity: 0.8;
}

.info-section h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.info-section p {
  margin: 0;
  color: rgba(255, 249, 232, 0.8);
  font-size: 1rem;
  line-height: 1.85;
}

.info-section p + p {
  margin-top: 12px;
}

.inline-link {
  color: var(--blue);
  font-weight: 680;
}

.info-meta {
  margin: 0 0 26px;
  color: rgba(255, 249, 232, 0.55);
  font-size: 0.82rem;
  line-height: 1.6;
}

.waitlist-modal[hidden] {
  display: none;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 22px;
}

.waitlist-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 18, 0.72);
  backdrop-filter: blur(12px);
}

.waitlist-card {
  position: relative;
  width: min(440px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 216, 127, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 216, 127, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(10, 15, 31, 0.98), rgba(5, 8, 19, 0.98));
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.48);
}

.waitlist-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 249, 232, 0.68);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.waitlist-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: rgba(137, 217, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 640;
}

.waitlist-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(137, 217, 255, 0.58);
}

.waitlist-card h2 {
  margin: 0 34px 22px 0;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.35;
}

.waitlist-copy,
.waitlist-status {
  color: var(--muted);
  line-height: 1.7;
}

.waitlist-copy {
  margin: 0 0 22px;
}

.waitlist-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 249, 232, 0.86);
  font-size: 0.9rem;
  font-weight: 640;
}

.waitlist-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.waitlist-input-row input,
.waitlist-input-row button {
  min-height: 44px;
  border-radius: 999px;
  font: inherit;
}

.waitlist-input-row input {
  width: 100%;
  border: 1px solid rgba(255, 249, 232, 0.18);
  background: rgba(255, 249, 232, 0.08);
  color: var(--ink);
  padding: 0 16px;
  outline: none;
}

.waitlist-input-row input:focus {
  border-color: rgba(255, 216, 127, 0.58);
}

.waitlist-input-row button {
  border: 0;
  background: var(--warm);
  color: #101019;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}

.waitlist-input-row button:disabled {
  cursor: default;
  opacity: 0.68;
}

.waitlist-status {
  min-height: 1.42em;
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.site-footer {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  padding: 0 clamp(20px, 5vw, 56px) 24px;
  color: rgba(255, 249, 232, 0.56);
  font-size: 0.82rem;
  line-height: 1.6;
}

.site-footer nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: rgba(255, 249, 232, 0.92);
}

.footer-entity {
  color: rgba(255, 249, 232, 0.68);
  font-weight: 620;
  text-align: center;
}

.info-footer {
  width: min(720px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 34px;
}

/* Full-screen snap scrolling: one screen at a time on desktop-sized viewports. */
@media (min-width: 861px) and (min-height: 620px) {
  html {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
  }

  .snap-screen {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .path-section {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .path-section {
    padding: clamp(20px, 4svh, 48px) 0 20px;
  }

  .path-section h2 {
    margin-bottom: clamp(16px, 3svh, 32px);
  }

  .path-figure {
    width: 100%;
    margin: 0 auto;
  }

  .path-card:nth-child(1) {
    margin-top: 11svh;
  }

  .path-card:nth-child(1) .path-figure {
    max-width: min(25svh, 100%);
  }

  .path-card:nth-child(2) .path-figure {
    max-width: min(46svh, 100%);
  }

  .path-card:nth-child(3) {
    margin-top: 8svh;
  }

  .path-card:nth-child(3) .path-figure {
    max-width: min(34svh, 100%);
  }

  .path-thread {
    top: 22svh;
    height: 62svh;
  }

  .closing-screen {
    min-height: 100svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .layer-stars,
  .scroll-hint,
  .path-thread path,
  .path-figure,
  .path-form-bg,
  .closing-cta {
    animation: none;
  }

  .header-cta,
  .hero-cta,
  .language-switch,
  .site-footer a,
  .info-header-nav a,
  .path-figure img,
  .path-icon svg,
  .reveal {
    transition: none;
  }

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

@media (max-width: 860px) {
  .hero {
    min-height: calc(100svh - 72px);
    padding: 24px 20px 70px;
  }

  .path-thread {
    display: none;
  }

  .path-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .path-card:nth-child(1),
  .path-card:nth-child(2),
  .path-card:nth-child(3) {
    grid-column: auto;
    margin-top: 0;
  }

  .path-card {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .path-card:nth-child(1) {
    margin-left: 0;
  }

  .path-card:nth-child(3) {
    margin-right: 0;
  }

  .path-card:nth-child(1) .path-caption,
  .path-card:nth-child(3) .path-caption {
    text-align: center;
  }

  .path-section h2 {
    width: auto;
    max-width: none;
    white-space: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .closing-screen h2 {
    text-align: center;
  }

  .path-form-bg {
    display: none;
  }

  .info-main {
    width: min(100% - 36px, 860px);
    padding-top: 34px;
  }

  .site-footer,
  .info-footer {
    justify-content: center;
    text-align: center;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 64px;
  }

  .info-page {
    padding-top: 64px;
  }

  .hero {
    padding-top: 86px;
  }

  .header-actions {
    gap: 12px;
  }

  .language-switch {
    font-size: 0.84rem;
  }

  .header-cta {
    min-height: 36px;
  }

  .info-header-nav {
    gap: 12px;
    font-size: 0.86rem;
  }

  .hero {
    padding-bottom: 64px;
  }

  .waitlist-card {
    padding: 26px 20px;
  }

  .waitlist-input-row {
    grid-template-columns: 1fr;
  }
}
