:root {
  --bg: #f6f6f2;
  --hero-bg: #f6f6f2;
  --hero-eye-bg: #fafaf7;
  --ink: #050505;
  --soft-ink: #242420;
  --muted: #77776f;
  --quiet: #b8b8af;
  --line: rgba(5, 5, 5, 0.16);
  --hairline: rgba(5, 5, 5, 0.1);
  --field: rgba(255, 255, 255, 0.54);
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --mark-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --eye-cycle: 16.8s;
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --cursor-x: 50vw;
  --cursor-y: 22vh;
  --tilt-x: 0px;
  --tilt-y: 0px;
  --cue-opacity: 1;
  --copy-size: clamp(1.4rem, 1.95vw, 1.75rem);
  --model-size: clamp(1rem, 1.39vw, 1.25rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(246, 246, 242, 0) 34rem),
    var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricprecision;
  transition: background 900ms var(--ease), color 900ms var(--ease);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(5, 5, 5, 0.011) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, 0.008) 1px, transparent 1px);
  background-size: 100% 92px, 92px 100%;
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 900ms var(--ease);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 255, 255, 0.9), transparent 22rem),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.58), transparent 32rem);
  content: "";
  opacity: 0.82;
  pointer-events: none;
  transition:
    background 900ms var(--ease),
    opacity 900ms var(--ease);
}

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

button,
input {
  font: inherit;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
}

.slide-deck {
  position: relative;
  min-height: 413.3vh;
  min-height: 413.3dvh;
}

.hero {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
  padding: clamp(78px, 10vh, 118px) clamp(20px, 5vw, 92px) 62px;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 255, 255, 0.9), transparent 22rem),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.58), transparent 32rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(246, 246, 242, 0) 42%),
    linear-gradient(rgba(5, 5, 5, 0.011) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, 0.008) 1px, transparent 1px),
    var(--hero-bg);
  background-size: auto, auto, auto, 100% 92px, 92px 100%, auto;
  border-radius: 0 0 clamp(22px, 3vw, 38px) clamp(22px, 3vw, 38px);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.035);
  text-align: center;
}

.hero-composition {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(760px, 100%);
  transform: translateY(clamp(-54px, -4.6vh, -30px));
}

.hero-mark {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: auto;
  margin: 0;
  color: #000;
  font-family: var(--mark-mono);
  font-size: clamp(19.2rem, 24.3vw, 21.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  text-rendering: geometricprecision;
  transform-origin: center 58%;
  transform: translate3d(var(--tilt-x), var(--tilt-y), 0);
  transition: transform 650ms var(--ease);
}

@media (min-width: 1000px) {
  .hero-composition {
    width: min(900px, 100%);
  }

  .hero-mark {
    font-size: clamp(21rem, 27vw, 24rem);
  }
}

.digit {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.live-eye {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 0.39em;
  height: 0.39em;
  overflow: visible;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.eye-rig {
  transform-box: fill-box;
  transform-origin: center;
  animation: eye-rig var(--eye-cycle) var(--ease) infinite;
}

.zero-dot-cover {
  fill: var(--hero-eye-bg);
  transition: fill 900ms var(--ease);
}

.pupil {
  transform-box: fill-box;
  transform-origin: center;
  animation: eye-look var(--eye-cycle) var(--ease) infinite;
}

.pupil circle {
  fill: #000;
}

.hero-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.28ch;
  width: max-content;
  max-width: 100%;
  margin: 22px 0 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--copy-size);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.typewriter-token {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.35em;
  height: 1.46em;
  margin-inline: 0.34ch;
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.055);
  color: #050505;
  font-family: var(--mono);
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.typewriter-word {
  display: inline-block;
  text-align: center;
  white-space: pre;
}

.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 0.98em;
  margin-left: 0.09ch;
  background: currentColor;
  animation: cursor-blink 950ms steps(2, start) infinite;
}

.model-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  width: 514px;
  max-width: 100%;
  margin: 30px 0 0;
  color: #939393;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--model-size);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  transform: translate3d(calc(var(--tilt-x) * -0.32), calc(var(--tilt-y) * -0.28), 0);
  transition: transform 700ms var(--ease);
}

.model-strip span {
  display: block;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(9px);
  transition:
    opacity 760ms var(--ease),
    filter 760ms var(--ease),
    transform 760ms var(--ease);
  transition-delay: calc(160ms + (var(--model-index) * 72ms));
}

.model-strip.is-visible span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.model-strip span:not(:last-child)::after {
  content: none;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vh, 42px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #939393;
  font-size: clamp(0.78rem, 0.92vw, 0.88rem);
  font-weight: 500;
  line-height: 1.2;
  opacity: var(--cue-opacity);
  translate: -50% 0;
  white-space: nowrap;
}

.scroll-cue-icon {
  width: 14px;
  height: 22px;
  color: currentColor;
  flex: 0 0 auto;
  overflow: visible;
}

.scroll-cue-track,
.scroll-cue-thumb {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.scroll-cue-thumb {
  fill: currentColor;
  stroke: none;
  transform-origin: center;
  animation: scroll-cue-thumb 1500ms var(--ease) infinite;
}

.waitlist-section {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: clamp(78px, 9vh, 116px) clamp(20px, 5vw, 92px) clamp(42px, 6vw, 82px);
  background: #fff;
}

.process-section {
  --process-progress: 0.05;
  --process-shift: 0px;
  --process-exit: 0;
  position: fixed;
  inset: 0;
  z-index: 2;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.process-panel {
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(20px, 5vw, 92px);
  background: #fff;
  border-radius: 0 0 clamp(22px, 3vw, 38px) clamp(22px, 3vw, 38px);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.028);
  transform: translateY(calc(var(--process-exit) * -180vh));
  transition: transform 90ms linear;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.82fr);
  gap: clamp(38px, 6vw, 86px);
  width: min(1080px, 100%);
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.process-list {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding-right: 2px;
}

.process-track {
  display: grid;
  gap: clamp(15px, 2.1vh, 22px);
  transform: translate3d(0, var(--process-shift), 0);
  transition: transform 240ms var(--ease);
  will-change: transform;
}

.process-mobile-intro {
  display: none;
}

.process-code-card {
  display: grid;
  grid-template-columns: 3.8ch minmax(0, 1fr);
  gap: clamp(14px, 1.7vw, 24px);
  min-height: clamp(132px, 18vh, 172px);
  align-content: start;
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.026);
  color: #454545;
  font-family: var(--mono);
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 32px);
  opacity: 0.52;
  transform: translateY(0);
  transition:
    background 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.process-code-card.is-active {
  background: rgba(5, 5, 5, 0.045);
  opacity: 1;
}

.process-code-card h3,
.process-code-card p {
  margin: 0;
  letter-spacing: 0;
}

.process-code-card h3 {
  color: #3f3f3f;
  font-size: clamp(1rem, 1.65vw, 1.34rem);
  font-weight: 800;
  line-height: 1.15;
}

.process-code-card p {
  max-width: 42em;
  margin-top: clamp(9px, 1vw, 12px);
  font-size: clamp(0.88rem, 1.32vw, 1.08rem);
  font-weight: 600;
  line-height: 1.45;
}

.process-number {
  color: #b4b4b4;
  font-size: clamp(0.84rem, 1.18vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.process-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
}

.process-side-inner {
  width: min(410px, 100%);
}

.process-side h2 {
  margin: 0;
  color: #050505;
  font-size: var(--copy-size);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: left;
}

.process-progress {
  width: 100%;
  height: 8px;
  margin-top: clamp(28px, 5vh, 58px);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.08);
  overflow: hidden;
}

.process-progress-fill {
  display: block;
  width: calc(var(--process-progress) * 100%);
  height: 100%;
  border-radius: inherit;
  background: #242424;
  transform-origin: left center;
  transition: width 120ms linear;
}

.process-progress-label {
  margin: 12px 0 0;
  color: #9a9a9a;
  font-family: var(--mono);
  font-size: clamp(0.75rem, 0.92vw, 0.86rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.waitlist-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  width: min(960px, 100%);
  min-height: 360px;
  text-align: left;
}

.waitlist-copy {
  padding-top: 0;
}

.section-kicker {
  margin: 0 0 16px;
  color: #939393;
  font-size: var(--model-size);
  font-weight: 500;
  line-height: 1.2;
}

.waitlist-panel h2 {
  margin: 0;
  max-width: 370px;
  font-size: var(--copy-size);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.waitlist-or {
  display: block;
  margin: clamp(30px, 5vh, 48px) 0 clamp(30px, 5vh, 48px);
  color: #939393;
  font-size: var(--model-size);
  font-weight: 500;
  line-height: 1.2;
}

.waitlist-form {
  display: grid;
  gap: clamp(18px, 2.6vw, 30px);
  width: 100%;
  margin: 0;
  text-align: left;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.waitlist-form-wrap {
  width: 100%;
  max-width: 462px;
  justify-self: end;
}

.waitlist-form label {
  display: grid;
  gap: 9px;
  position: relative;
}

.waitlist-form label::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(5, 5, 5, 0.42), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.16);
  transform-origin: center;
  transition:
    opacity 300ms ease,
    transform 450ms var(--ease);
}

.waitlist-form label:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.waitlist-form label > span {
  color: #939393;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--model-size);
  font-weight: 500;
  line-height: 1.2;
  transition: color 180ms ease;
}

.waitlist-form input {
  width: 100%;
  height: clamp(44px, 4.8vw, 56px);
  border: 0;
  border-bottom: 1px solid var(--hairline);
  border-radius: 0;
  background: transparent;
  color: #070707;
  outline: none;
  padding: 0 0 clamp(10px, 1.3vw, 14px);
  font-size: var(--copy-size);
  font-weight: 700;
  line-height: 1.2;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.waitlist-form input,
.waitlist-form button {
  transform: translateZ(0);
}

.waitlist-form input::placeholder {
  color: rgba(5, 5, 5, 0.18);
}

.waitlist-form input:focus {
  border-bottom-color: #050505;
}

.waitlist-form input[aria-invalid="true"] {
  border-bottom-color: rgba(180, 38, 38, 0.72);
}

.waitlist-form label:focus-within span {
  color: #050505;
}

.waitlist-form button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: clamp(124px, 10.6vw, 154px);
  height: clamp(38px, 3.9vw, 46px);
  margin-top: clamp(2px, 0.7vw, 6px);
  border: 0;
  border-radius: 999px;
  background: #242424;
  color: #fff;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  padding: 0 30px 0 22px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.button-arrow {
  width: 32px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  transition: transform 220ms var(--ease);
}

.waitlist-form button:hover {
  background: #050505;
}

.waitlist-form button:hover .button-arrow {
  transform: translateX(6px);
}

.waitlist-form.is-submitting button {
  cursor: progress;
  opacity: 0.72;
}

.waitlist-form-status {
  min-height: 1.2em;
  margin: -6px 0 0;
  color: #939393;
  font-family: var(--mono);
  font-size: clamp(0.68rem, 0.8vw, 0.78rem);
  font-weight: 700;
  line-height: 1.2;
}

.waitlist-form-status.is-error {
  color: rgba(180, 38, 38, 0.82);
}

.waitlist-form-status.is-success {
  color: #050505;
}

.not-found-page {
  overflow: hidden;
}

.not-found-shell {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  padding: clamp(54px, 9vh, 96px) clamp(20px, 5vw, 92px);
  text-align: center;
}

.not-found-composition {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(900px, 100%);
  transform: translateY(clamp(-28px, -3vh, -14px));
}

.error-mark {
  font-size: clamp(15.5rem, 25vw, 24rem);
}

.error-eye {
  width: 0.4em;
  height: 0.4em;
}

.not-found-copy {
  margin: 14px 0 0;
  color: #050505;
  font-size: var(--copy-size);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.not-found-link {
  display: inline-flex;
  margin-top: clamp(26px, 4vh, 42px);
  color: #939393;
  font-size: var(--model-size);
  font-weight: 500;
  line-height: 1.2;
  transition: color 180ms ease;
}

.not-found-link:hover {
  color: #050505;
}

.reveal-item {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 1100ms var(--ease),
    filter 1100ms var(--ease),
    transform 1100ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.is-visible > .reveal-item,
.reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

@keyframes eye-rig {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  8% {
    transform: translate(1px, 0) rotate(0.4deg);
  }
  15% {
    transform: translate(-4px, 2px) rotate(-2deg);
  }
  23% {
    transform: translate(-5px, 2px) rotate(-1.4deg);
  }
  30% {
    transform: translate(-2px, 1px) rotate(-0.8deg);
  }
  38% {
    transform: translate(1px, 0) rotate(0.3deg);
  }
  46% {
    transform: translate(3px, -1px) rotate(1.4deg);
  }
  54% {
    transform: translate(4px, -1px) rotate(1deg);
  }
  62% {
    transform: translate(0, 1px) rotate(0deg);
  }
  70% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  79% {
    transform: translate(1px, 0) rotate(0.5deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0.2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes eye-look {
  0% {
    transform: translate(0, 0) scale(1);
  }
  7% {
    transform: translate(4px, 0) scale(1);
  }
  14% {
    transform: translate(-16px, 7px) scale(1);
  }
  22% {
    transform: translate(-18px, 6px) scale(1);
  }
  30% {
    transform: translate(-8px, 4px) scale(1);
  }
  38% {
    transform: translate(3px, 1px) scale(1);
  }
  46% {
    transform: translate(15px, -5px) scale(1);
  }
  53% {
    transform: translate(16px, -4px) scale(1);
  }
  58.8% {
    transform: translate(12px, -3px) scale(1);
  }
  60%,
  61% {
    transform: translate(12px, -3px) scaleY(0.12);
  }
  62.2% {
    transform: translate(2px, 2px) scale(1);
  }
  70% {
    transform: translate(-5px, 3px) scale(1);
  }
  78% {
    transform: translate(7px, 1px) scale(1);
  }
  88% {
    transform: translate(10px, 2px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes cursor-blink {
  0%,
  46% {
    opacity: 1;
  }
  47%,
  100% {
    opacity: 0;
  }
}

@keyframes scroll-cue-thumb {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }
  46% {
    transform: translateY(6px);
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .scroll-cue {
    left: 50%;
    translate: -50% 0;
  }

  .hero-copy {
    width: 100%;
    flex-wrap: wrap;
    white-space: normal;
  }

  .model-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(390px, 100%);
  }

  .process-panel {
    padding: 14px 18px 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    height: calc(100dvh - 14px);
  }

  .process-side {
    order: -1;
    justify-content: flex-start;
  }

  .process-side-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .process-side h2 {
    display: none;
  }

  .process-progress {
    flex: 1 1 auto;
    margin-top: 0;
  }

  .process-progress-label {
    flex: 0 0 9ch;
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
  }

  .process-mobile-intro {
    display: block;
    padding: 18px 0 8px;
  }

  .process-mobile-intro h2 {
    margin: 0;
    color: #050505;
    font-size: var(--copy-size);
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: 0;
    text-align: center;
  }

  .process-code-card {
    grid-template-columns: 3.5ch minmax(0, 1fr);
    min-height: 138px;
  }
}

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

  .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 700px) {
  :root {
    --copy-size: clamp(0.95rem, 4.08vw, 1.08rem);
    --model-size: clamp(0.94rem, 4.5vw, 1.12rem);
  }

  .page-shell {
    padding: 0;
  }

  .slide-deck {
    min-height: 439.3vh;
    min-height: 439.3dvh;
  }

  .hero {
    height: 100vh;
    height: 100dvh;
    padding: 48px 18px 48px;
  }

  .hero-composition {
    width: min(350px, 100%);
    transform: none;
  }

  .hero-mark {
    font-size: clamp(8.75rem, 44vw, 10.8rem);
  }

  .not-found-shell {
    padding: 48px 18px;
  }

  .not-found-composition {
    width: min(350px, 100%);
    transform: none;
  }

  .error-mark {
    font-size: clamp(8.9rem, 45vw, 11rem);
  }

  .live-eye {
    width: 0.45em;
    height: 0.45em;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0;
    gap: 0.24ch;
    font-size: clamp(0.95rem, 4.08vw, 1.08rem);
  }

  .model-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
    width: min(290px, 100%);
    max-width: 100%;
    margin: 24px 0 0;
    font-size: clamp(0.94rem, 4.5vw, 1.12rem);
  }

  .process-panel {
    align-items: stretch;
    padding: 14px 14px 0;
  }

  .process-grid {
    height: calc(100dvh - 14px);
    gap: 22px;
  }

  .process-list {
    padding-right: 0;
  }

  .process-track {
    gap: 12px;
  }

  .process-code-card {
    gap: 14px;
    min-height: 150px;
    padding: 18px 15px;
  }

  .process-code-card h3 {
    font-size: clamp(1rem, 5vw, 1.24rem);
  }

  .process-code-card p {
    font-size: clamp(0.9rem, 4.2vw, 1.02rem);
    line-height: 1.42;
  }

  .process-number {
    font-size: clamp(0.84rem, 3.8vw, 0.98rem);
  }

  .scroll-cue {
    left: 50%;
    bottom: 22px;
    font-size: 0.78rem;
    translate: -50% 0;
  }

  .waitlist-section {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 82px 18px 48px;
  }

  .waitlist-panel {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
  }

  .waitlist-copy {
    padding-top: 0;
  }

  .section-kicker {
    margin-bottom: 14px;
  }

  .waitlist-panel h2 {
    max-width: 330px;
    font-size: var(--copy-size);
    line-height: 1.16;
  }

  .waitlist-form {
    gap: 22px;
  }

  .waitlist-form-wrap {
    max-width: none;
    justify-self: stretch;
  }

  .waitlist-form input {
    height: 46px;
    padding-bottom: 12px;
    font-size: var(--copy-size);
  }

  .waitlist-form button {
    width: 104px;
    height: 38px;
  }

  .button-arrow {
    width: 25px;
    height: 16px;
    stroke-width: 3.4;
  }
}

@media (max-width: 700px) and (max-height: 700px) {
  :root {
    --copy-size: clamp(0.88rem, 3.8vw, 1rem);
    --model-size: clamp(0.82rem, 3.6vw, 0.98rem);
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .hero-copy {
    margin-top: 16px;
  }

  .model-strip {
    margin-top: 18px;
  }

  .scroll-cue {
    bottom: 16px;
  }

  .waitlist-section {
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 24px;
  }

  .process-panel {
    padding: 10px 12px 0;
  }

  .process-grid {
    height: calc(100dvh - 10px);
    gap: 10px;
  }

  .process-mobile-intro h2 {
    font-size: clamp(0.82rem, 3.4vw, 0.96rem);
    line-height: 1.32;
  }

  .process-progress {
    height: 6px;
    margin-top: 0;
  }

  .process-progress-label {
    margin-top: 0;
    font-size: 0.68rem;
  }

  .process-code-card {
    min-height: 122px;
    padding: 14px 12px;
  }

  .process-code-card p {
    margin-top: 7px;
    font-size: clamp(0.78rem, 3.35vw, 0.9rem);
  }

  .waitlist-panel {
    gap: 24px;
  }

  .section-kicker {
    margin-bottom: 10px;
  }

  .waitlist-form {
    gap: 13px;
  }

  .waitlist-form label {
    gap: 5px;
  }

  .waitlist-form input {
    height: 36px;
    padding-bottom: 8px;
  }

  .waitlist-form button {
    height: 34px;
  }
}

@media (max-width: 420px) {
  .page-shell {
    padding: 0;
  }

}
