@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --coral: #e04f5f;
  --coral-dark: #8e2230;
  --coral-pale: #ffe6ea;
  --ink: #111111;
  --ink-soft: #4a4540;
  --canvas: #f8f8f5;
  --surface: #fffbf5;
  --surface-strong: #f4ebdd;
  --positive: #236a4b;
  --focus: #0b57d0;
  --content: 73.75rem;
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --section-space: clamp(5rem, 10vw, 9rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  padding: 0.8rem 1rem;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--ink);
  pointer-events: none;
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, var(--content));
  min-height: 6.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem var(--gutter);
  transform: translateX(-50%);
  animation: header-arrive 600ms var(--ease-out) 80ms both;
}

.brand {
  display: inline-flex;
  align-items: center;
  background: var(--coral);
  isolation: isolate;
}

.brand img {
  display: block;
  width: 10rem;
  height: auto;
  aspect-ratio: 1200 / 520;
  pointer-events: none;
  filter: contrast(125%);
  mix-blend-mode: multiply;
  transform: rotate(var(--brand-scroll-tilt, 0deg));
  transition: transform 90ms linear;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.site-nav a:not(:hover, :focus-visible) {
  text-decoration-color: transparent;
}

.site-nav .nav-cta {
  min-height: 2.8rem;
  padding: 0.68rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 0.75rem;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}

.hero {
  display: grid;
  min-height: 48rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
  padding: clamp(8.5rem, 14vw, 11.5rem) var(--gutter) clamp(5rem, 9vw, 8rem);
  background: var(--coral);
}

.hero > * {
  width: 100%;
  min-width: 0;
  max-width: calc(var(--content) / 2);
}

.hero-copy {
  justify-self: end;
}

.hero-copy > * {
  animation: hero-copy-arrive 680ms var(--ease-out) both;
}

.hero-copy > :nth-child(1) {
  animation-delay: 120ms;
}

.hero-copy > :nth-child(2) {
  animation-delay: 190ms;
}

.hero-copy > :nth-child(3) {
  animation-delay: 260ms;
}

.hero-copy > :nth-child(4) {
  animation-delay: 330ms;
}

.hero-copy > :nth-child(5) {
  animation-delay: 400ms;
}

.launch-kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.launch-kicker span {
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--surface);
  animation: status-pulse 2.8s ease-in-out 900ms infinite;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.3rem, 6.8vw, 6rem);
  font-weight: 780;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 760;
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 740;
  letter-spacing: -0.025em;
}

.hero-summary {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 560;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 1.8rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 0.75rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

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

.button:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 100ms;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-dark:hover {
  background: #2b2826;
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
}

.status-note {
  max-width: 36rem;
  margin: 2rem 0 0;
  font-size: 0.9rem;
  font-weight: 650;
}

.launch-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  justify-self: start;
  padding: 2rem 0 3.5rem;
  transform: translate3d(0, var(--hero-shift, 0), 0);
  will-change: transform;
}

.launch-visual::before {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: -1.25rem;
  width: clamp(3.5rem, 8vw, 5.5rem);
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--coral-pale);
  content: "";
  transform: translate3d(0, var(--orbit-shift, 0), 0);
  will-change: transform;
}

.app-tile {
  position: relative;
  display: grid;
  width: 100%;
  max-width: min(34rem, 78vw);
  aspect-ratio: 1;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  isolation: isolate;
  transform: translate3d(var(--tile-pointer-x, 0), var(--tile-pointer-y, 0), 0)
    rotate(calc(var(--hero-tilt, 0deg) + var(--tile-pointer-tilt, 0deg)));
  transition: transform 140ms linear;
  will-change: transform;
}

.app-tile::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 1.1rem 1.1rem 0 var(--ink);
  content: "";
  transform: rotate(2.4deg);
  animation: tile-arrive 700ms var(--ease-out) both;
  transition: transform 350ms var(--ease-out);
}

.launch-visual:hover .app-tile::before {
  transform: rotate(0.7deg) translateY(-0.35rem);
}

.app-tile img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 31rem);
  height: auto;
  aspect-ratio: 1200 / 520;
  object-fit: contain;
  pointer-events: none;
  image-rendering: auto;
  animation: hero-mark-drift 5.4s ease-in-out 1.1s infinite;
}

.play-prism-badge {
  position: absolute;
  z-index: 2;
  bottom: 1.35rem;
  left: clamp(-0.65rem, 1vw, 0.5rem);
  pointer-events: none;
  transform: translate3d(0, var(--prism-shift, 0), 0);
  will-change: transform;
}

.play-prism-badge span {
  display: grid;
  width: clamp(3.6rem, 6vw, 4.8rem);
  aspect-ratio: 1;
  place-items: center;
  padding: clamp(0.72rem, 1.4vw, 0.95rem);
  border: 2px solid var(--ink);
  border-radius: 0.9rem;
  background: var(--surface);
  box-shadow: 0.4rem 0.4rem 0 var(--ink);
  animation: prism-float 4.2s ease-in-out 1.1s infinite;
}

.play-prism-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.launch-plate {
  position: absolute;
  right: clamp(-0.5rem, 2vw, 1.5rem);
  bottom: 0.5rem;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1.1rem;
  border: 2px solid var(--ink);
  border-radius: 0.75rem;
  background: var(--surface);
  box-shadow: 0.45rem 0.45rem 0 var(--ink);
  line-height: 1.25;
  transform: translate3d(0, var(--plate-shift, 0), 0);
  will-change: transform;
  animation: plate-reveal 620ms var(--ease-out) 420ms both;
}

.launch-plate span:last-child {
  display: grid;
}

.launch-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px var(--coral-pale);
  animation: launch-dot-pulse 2.8s ease-in-out 1.2s infinite;
}

.intro {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.75fr);
  gap: clamp(3rem, 9vw, 8rem);
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
}

.section-heading > p,
.journey-heading > p:first-child,
.waitlist-copy > p:first-child {
  margin: 0 0 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.section-heading h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.intro-copy {
  align-self: end;
  max-width: 38rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.intro-lead {
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 690;
  line-height: 1.35;
}

.principles {
  overflow: clip;
  padding: 0 var(--gutter);
  background: var(--ink);
  color: #fff;
}

.principle-row {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(16rem, 0.85fr) minmax(20rem, 1.15fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: baseline;
  margin: 0 auto;
  padding: clamp(2.3rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.principle-row:last-child {
  border-bottom: 0;
}

.principle-row h3,
.principle-row p {
  margin-bottom: 0;
}

.principle-row p {
  max-width: 46rem;
  color: #dedbd7;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.accessibility-demo {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(19rem, 0.82fr) minmax(27rem, 1.18fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
  background: #fff;
}

.accessibility-copy > p:first-child {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.accessibility-copy h2 {
  max-width: 11ch;
  margin-bottom: 1.5rem;
}

.accessibility-copy > p:not(:first-child, .accessibility-note) {
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.accessibility-features {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.24);
  list-style: none;
}

.accessibility-features li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.24);
}

.accessibility-features li > span:first-child {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.accessibility-note {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.accessibility-playground {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--surface);
}

.accessibility-toggle {
  display: grid;
  width: 100%;
  min-height: 7.5rem;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: var(--coral);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: background-color 260ms var(--ease-out), color 260ms var(--ease-out);
}

.accessibility-orb {
  position: relative;
  display: grid;
  width: 5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  transition: background-color 260ms var(--ease-out), color 260ms var(--ease-out), transform 300ms var(--ease-out);
  animation: accessibility-breathe 2.8s ease-in-out infinite;
}

.accessibility-orb svg {
  position: relative;
  z-index: 1;
  width: 3.15rem;
  height: 3.15rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.accessibility-orbit {
  position: absolute;
  inset: -0.45rem;
  border: 2px dashed currentColor;
  border-radius: 50%;
  opacity: 0.72;
  animation: accessibility-orbit 7s linear infinite;
}

.accessibility-orbit::after {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  width: 0.72rem;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #63d69b;
  content: "";
  transform: translateY(-50%);
}

.accessibility-toggle-copy {
  display: grid;
  gap: 0.15rem;
}

.accessibility-toggle-copy strong {
  font-size: 1.15rem;
}

.accessibility-toggle-copy > span {
  font-size: 0.9rem;
}

.accessibility-switch {
  display: flex;
  width: 3.5rem;
  height: 2rem;
  align-items: center;
  padding: 0.2rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
}

.accessibility-switch span {
  width: 1.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  transform: translateX(1.45rem);
  transition: transform 260ms var(--ease-out), background-color 260ms var(--ease-out);
}

.accessibility-demo[data-demo-active="false"] .accessibility-toggle {
  background: var(--surface-strong);
}

.accessibility-demo[data-demo-active="false"] .accessibility-orb {
  background: #d3cec7;
  color: var(--ink-soft);
  transform: scale(0.9);
  animation: none;
}

.accessibility-demo[data-demo-active="false"] .accessibility-orbit {
  opacity: 0;
  animation-play-state: paused;
}

.accessibility-demo[data-demo-active="false"] .accessibility-switch span {
  background: var(--ink-soft);
  transform: translateX(0);
}

.assistant-preview {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  transition: opacity 240ms var(--ease-out), filter 240ms var(--ease-out);
}

.accessibility-demo[data-demo-active="false"] .assistant-preview {
  opacity: 0.55;
  filter: grayscale(0.6);
}

.assistant-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.assistant-status {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--coral-pale);
  color: var(--coral-dark);
  font-size: 0.78rem;
}

.assistant-copy {
  min-height: 7.8rem;
  margin: 2rem 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 730;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.assistant-copy.is-changing {
  animation: language-update 320ms var(--ease-out) both;
}

.language-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.language-picker button {
  min-height: 2.75rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 740;
  transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.language-picker button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.language-picker button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.language-picker button:disabled,
.voice-demo-button:disabled {
  cursor: not-allowed;
}

.voice-demo-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  background: var(--coral);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition: background-color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.voice-demo-button:hover:not(:disabled) {
  background: #f16b79;
  transform: translateY(-2px);
}

.voice-demo-button svg {
  width: 1.45rem;
  height: 1.45rem;
  overflow: visible;
}

.voice-demo-button svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.voice-demo-button svg path:not(:first-child) {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.voice-demo-button[data-speaking="true"] svg {
  animation: voice-pulse 820ms ease-in-out infinite;
}

.journey {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 10vw, 9rem);
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
}

.journey-heading {
  position: sticky;
  top: 4rem;
  align-self: start;
}

.journey-heading h2 {
  max-width: 10ch;
}

.journey-heading > p:last-child {
  max-width: 34rem;
  color: var(--ink-soft);
}

.journey-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  padding: 2.2rem 0 2.8rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.25);
  overflow: hidden;
}

.journey-steps li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(var(--scroll-line, 0));
  transform-origin: left center;
}

.journey-steps li:first-child {
  padding-top: 0;
}

.journey-steps h3 {
  margin-bottom: 0.8rem;
}

.journey-steps p {
  max-width: 42rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.step-number {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--surface-strong);
  font-size: 1.05rem;
  font-weight: 800;
  transition: background-color 180ms ease;
}

.motion-ready .scroll-reactive {
  transform: translate3d(var(--scroll-x, 0), var(--scroll-y, 0), 0) rotate(var(--scroll-tilt, 0deg));
}

.motion-ready .scroll-reactive.is-near-viewport {
  will-change: transform;
}

.motion-ready .journey-steps li.scroll-reactive .step-number {
  background: var(--coral-pale);
  box-shadow: 0.3rem 0.3rem 0 var(--ink);
  transform: translate3d(0, var(--step-y, 0), 0) rotate(var(--step-tilt, 0deg));
}

.search-guide {
  padding: 0 var(--gutter) var(--section-space);
}

.search-guide-card {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 0.8fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: end;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--coral-pale);
  box-shadow: 0.65rem 0.65rem 0 var(--ink);
}

.search-guide-card > div:first-child > p,
.quick-answers-heading > p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.search-guide-card h2 {
  max-width: 13ch;
  margin: 0;
}

.search-guide-card > div:last-child > p {
  max-width: 34rem;
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.search-guide-card .button {
  margin-top: 1rem;
}

.button-light {
  border: 1px solid var(--ink);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0.28rem 0.28rem 0 var(--ink);
}

.button-light:hover {
  box-shadow: 0.12rem 0.12rem 0 var(--ink);
  transform: translate(0.16rem, 0.16rem);
}

.quick-answers {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(18rem, 0.72fr) minmax(24rem, 1.28fr);
  gap: clamp(3rem, 9vw, 8rem);
  margin: 0 auto;
  padding: 0 var(--gutter) var(--section-space);
}

.quick-answers-heading h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.quick-answers-list {
  border-top: 1px solid rgba(17, 17, 17, 0.28);
}

.quick-answers-list details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.28);
}

.quick-answers-list summary {
  position: relative;
  padding: 1.45rem 3rem 1.45rem 0;
  cursor: pointer;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
  list-style: none;
}

.quick-answers-list summary::-webkit-details-marker {
  display: none;
}

.quick-answers-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  content: "+";
  font-size: 1.6rem;
  font-weight: 500;
  transform: translateY(-50%);
  transition: transform 240ms var(--ease-out);
}

.quick-answers-list details[open] summary::after {
  content: "–";
  transform: translateY(-50%) rotate(180deg);
}

.quick-answers-list details p {
  max-width: 42rem;
  margin: -0.35rem 0 1.45rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.quick-answers-list details[open] p {
  animation: answer-reveal 300ms var(--ease-out) both;
}

.guide-body {
  background: var(--surface);
}

.guide-hero {
  padding: clamp(9rem, 16vw, 12rem) var(--gutter) clamp(4rem, 8vw, 7rem);
  background: var(--coral);
}

.guide-hero-inner,
.guide-article,
.guide-cta {
  width: min(100%, 52rem);
  margin: 0 auto;
}

.guide-hero-inner {
  transform: translate3d(0, var(--guide-shift, 0), 0) rotate(var(--guide-tilt, 0deg));
  will-change: transform;
}

.guide-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.guide-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
}

.guide-hero p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.guide-article {
  padding: var(--section-space) var(--gutter);
}

.guide-article section + section {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-top: clamp(3rem, 7vw, 5rem);
  border-top: 1px solid rgba(17, 17, 17, 0.25);
}

.guide-article h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.guide-article p,
.guide-article li {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.guide-article strong {
  color: var(--ink);
}

.guide-article ul {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.guide-note {
  padding: 1.5rem;
  border-left: 0.35rem solid var(--coral);
  background: var(--coral-pale);
}

.guide-note p:last-child {
  margin-bottom: 0;
}

.guide-cta-wrap {
  padding: 0 var(--gutter) var(--section-space);
}

.guide-cta {
  padding: clamp(2.5rem, 6vw, 4rem);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--coral);
  box-shadow: 0.65rem 0.65rem 0 var(--ink);
}

.guide-cta h2 {
  max-width: 13ch;
}

.support {
  position: relative;
  z-index: 1;
  padding: var(--section-space) var(--gutter);
  border-block: 2px solid var(--ink);
  background: #fff;
}

.support-inner {
  max-width: var(--content);
  margin: 0 auto;
}

.support-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 1.28fr);
  column-gap: clamp(3rem, 10vw, 9rem);
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.support-heading > p:first-child {
  grid-column: 1 / -1;
  margin: 0 0 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.support-heading h2 {
  max-width: 10ch;
  margin: 0;
}

.support-heading > p:last-child {
  max-width: 39rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.support-rail {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  border-block: 1px solid rgba(17, 17, 17, 0.45);
}

.support-logo-float {
  position: relative;
  grid-column: span 3;
  min-width: 0;
}

.support-logo-float::after {
  position: absolute;
  z-index: 0;
  bottom: 0.8rem;
  left: 50%;
  width: 2.8rem;
  height: 0.24rem;
  border-radius: 999px;
  background: var(--coral);
  content: "";
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--support-x, 0)), var(--support-y, 0), 0)
    rotate(var(--support-tilt, 0deg));
  transition: transform 120ms linear;
}

.support-logo-float-wide {
  grid-column: span 4;
}

.support-logo-float-compact {
  grid-column: span 2;
}

.support-logo-float + .support-logo-float {
  border-left: 1px solid rgba(17, 17, 17, 0.22);
}

.support-trigger {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 11rem;
  padding: 1.7rem clamp(1rem, 2.2vw, 1.8rem);
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background-color 220ms ease-out, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.support-image-stage {
  display: grid;
  width: 100%;
  min-height: 7.5rem;
  place-items: center;
  transform: translate3d(var(--support-logo-x, 0), var(--support-logo-y, 0), 0)
    rotate(var(--support-logo-tilt, 0deg)) scale(var(--support-scale, 1));
  transition: transform 100ms linear;
}

.support-image-stage img {
  display: block;
  width: 100%;
  max-width: 17rem;
  max-height: 7.4rem;
  object-fit: contain;
  transition: filter 260ms ease-out;
}

.support-image-stage-stacked {
  align-content: center;
  gap: 0.35rem;
}

.support-image-stage-stacked img {
  max-height: 6rem;
}

.support-logo-caption {
  max-width: 17rem;
  color: var(--ink);
  font-size: clamp(0.68rem, 0.75vw, 0.78rem);
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.support-logo-float-wide .support-image-stage img {
  max-width: 24rem;
}

.support-logo-float-compact .support-image-stage img {
  max-width: 13rem;
}

.support-note {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: calc(100% - 0.35rem);
  display: grid;
  width: max-content;
  max-width: min(18rem, calc(100vw - 2 * var(--gutter)));
  gap: 0.1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--ink);
  border-radius: 0.75rem;
  background: var(--ink);
  box-shadow: 0.28rem 0.28rem 0 var(--coral);
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 0.65rem, 0) scale(0.96);
  transform-origin: center bottom;
  transition: opacity 180ms ease-out, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.support-note::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.45rem);
  width: 0;
  height: 0;
  border: 0.45rem solid transparent;
  border-top-color: var(--ink);
  content: "";
}

.support-note strong {
  font-size: 0.95rem;
}

.support-trigger:hover,
.support-trigger:focus-visible,
.support-logo-float[data-open="true"] .support-trigger {
  background: rgba(224, 79, 95, 0.07);
  --support-scale: 1.035;
}

.support-trigger:hover .support-image-stage img,
.support-trigger:focus-visible .support-image-stage img,
.support-logo-float[data-open="true"] .support-image-stage img {
  filter: saturate(1.08) contrast(1.03);
}

.support-trigger:hover .support-note,
.support-trigger:focus-visible .support-note,
.support-logo-float[data-open="true"] .support-note {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.support-trigger:focus-visible {
  z-index: 6;
  outline: 3px solid var(--coral);
  outline-offset: -3px;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--content)) / 2 + var(--gutter)));
  background: var(--coral);
}

.waitlist-copy h2 {
  max-width: 11ch;
}

.waitlist-copy > p:last-child {
  max-width: 38rem;
  font-size: 1.05rem;
}

.waitlist-form {
  align-self: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0.7rem 0.7rem 0 var(--ink);
}

.store-launch {
  display: grid;
  max-width: var(--content);
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.8fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: center;
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
  overflow: clip;
}

.store-launch-copy > p:first-child {
  margin: 0 0 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
}

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

.store-launch-copy > p:last-child {
  max-width: 39rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.play-store-stage {
  position: relative;
  display: grid;
  min-height: 24rem;
  place-items: center;
}

.play-store-stage::before,
.play-store-stage::after {
  position: absolute;
  border: 2px solid var(--ink);
  content: "";
}

.play-store-stage::before {
  top: 8%;
  right: 2%;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral-pale);
  transform: translate3d(0, var(--store-orbit, 0), 0) rotate(var(--store-spin, 0deg));
  transition: transform 100ms linear;
}

.play-store-stage::after {
  bottom: 8%;
  left: 1%;
  width: 3.2rem;
  aspect-ratio: 1;
  background: var(--coral);
  transform: translate3d(0, var(--store-orbit-reverse, 0), 0)
    rotate(calc(12deg - var(--store-spin, 0deg)));
  transition: transform 100ms linear;
}

.play-store-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 27rem);
  gap: 1.2rem;
  padding: clamp(2rem, 5vw, 3.2rem);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0.85rem 0.85rem 0 var(--ink);
  transform: translate3d(0, var(--store-shift, 0), 0) rotate(-4deg);
  transition: transform 500ms var(--ease-out);
  will-change: transform;
}

.play-store-stage:hover .play-store-card {
  transform: translate3d(0, calc(var(--store-shift, 0) - 0.3rem), 0) rotate(-2deg);
}

.play-store-overline {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.play-store-card img {
  width: min(100%, 17rem);
  height: auto;
}

.play-store-status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(17, 17, 17, 0.3);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 680;
}

.play-store-status > span {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
}

.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 760;
}

.form-field input {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 0.65rem;
  background: #fff;
  color: var(--ink);
  transition:
    border-color 180ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.form-field input:focus {
  box-shadow: 0 0 0 4px var(--coral-pale);
  transform: translateY(-1px);
}

.form-field input::placeholder {
  color: #605b57;
  opacity: 1;
}

.form-field input[aria-invalid="true"] {
  border-color: #a31924;
  box-shadow: 0 0 0 2px #a31924;
}

.field-help,
.field-error {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
}

.field-help {
  color: var(--ink-soft);
}

.field-error {
  color: #8f1721;
  font-weight: 700;
}

.consent {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.75rem;
  align-items: start;
  margin: 1.3rem 0 1.5rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  cursor: pointer;
}

.consent input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.08rem 0 0;
  accent-color: var(--ink);
  transition: transform 140ms var(--ease-out);
}

.consent input:checked {
  transform: scale(1.08);
}

.form-submit {
  width: 100%;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 1.5em;
  margin: 1rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: var(--positive);
}

.form-status[data-state="error"] {
  color: #8f1721;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.honeypot input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.site-footer {
  display: grid;
  max-width: var(--content);
  grid-template-columns: 1fr 1.2fr auto;
  gap: 2rem;
  align-items: end;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  font-size: 0.9rem;
}

.site-footer img {
  display: block;
  width: 8rem;
  height: auto;
  aspect-ratio: 1200 / 520;
  pointer-events: none;
  filter: contrast(125%);
  mix-blend-mode: multiply;
}

.site-footer p {
  margin: 0.5rem 0 0;
}

.thanks-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: var(--gutter);
  background: var(--coral);
}

.thanks-panel {
  width: min(100%, 42rem);
  padding: clamp(2rem, 6vw, 4rem);
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0.7rem 0.7rem 0 var(--ink);
}

.thanks-panel img {
  display: block;
  width: 11rem;
  height: auto;
  aspect-ratio: 1200 / 520;
  margin-bottom: 2.5rem;
  pointer-events: none;
  filter: contrast(125%);
  mix-blend-mode: multiply;
}

.thanks-panel h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 8vw, 5.4rem);
}

.thanks-panel p {
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.thanks-panel .button {
  margin-top: 1.25rem;
}

@keyframes accessibility-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes accessibility-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@keyframes language-update {
  from {
    opacity: 0.35;
    transform: translateY(0.45rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes voice-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

@keyframes tile-arrive {
  from {
    opacity: 0;
    transform: rotate(5deg) translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: rotate(2.4deg) translateY(0);
  }
}

@keyframes header-arrive {
  from {
    opacity: 0.75;
    transform: translate3d(-50%, -1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes hero-copy-arrive {
  from {
    opacity: 0.65;
    transform: translate3d(0, 1.25rem, 0);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes plate-reveal {
  from {
    opacity: 0.6;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes answer-reveal {
  from {
    opacity: 0.45;
    transform: translate3d(0, -0.45rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-mark-drift {
  0%,
  100% {
    transform: translate3d(0, -0.22rem, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 0.22rem, 0) scale(1.012);
  }
}

@keyframes prism-float {
  0%,
  100% {
    transform: translate3d(0, -0.2rem, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(0, 0.28rem, 0) rotate(-4deg);
  }
}

@keyframes status-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.72);
  }
}

@keyframes launch-dot-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px var(--coral-pale);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px var(--coral-pale);
    transform: scale(0.86);
  }
}

@media (max-width: 64rem) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.75fr);
    gap: 3rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1.5fr;
  }

  .site-footer > p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 51.25rem) {
  .site-header {
    min-height: 5.5rem;
  }

  .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .intro,
  .accessibility-demo,
  .journey,
  .search-guide-card,
  .quick-answers,
  .support-heading,
  .waitlist,
  .store-launch {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 8rem;
  }

  .hero-copy,
  .launch-visual {
    justify-self: center;
    max-width: min(100%, 42rem);
  }

  .launch-visual {
    padding-right: 1rem;
  }

  .intro,
  .accessibility-demo,
  .journey,
  .search-guide-card,
  .quick-answers,
  .store-launch {
    gap: 3rem;
  }

  .play-store-stage {
    min-height: 20rem;
  }

  .principle-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .journey-heading {
    position: static;
  }

  .quick-answers {
    gap: 2.5rem;
  }

  .accessibility-copy h2 {
    max-width: 13ch;
  }

  .accessibility-playground {
    width: min(100%, 42rem);
    justify-self: center;
  }

  .support-heading {
    gap: 1.5rem;
  }

  .support-heading > p:first-child {
    margin-bottom: 0;
  }

  .support-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-logo-float,
  .support-logo-float-wide,
  .support-logo-float-compact {
    grid-column: span 1;
  }

  .support-logo-float:nth-child(odd) {
    border-left: 0;
  }

  .support-logo-float:nth-child(n + 3) {
    border-top: 1px solid rgba(17, 17, 17, 0.22);
  }
}

@media (max-width: 40rem) {
  :root {
    --gutter: clamp(1.4rem, 6vw, 1.8rem);
    --section-space: clamp(5.5rem, 18vw, 6.75rem);
  }

  body {
    line-height: 1.65;
  }

  .site-header {
    min-height: 6rem;
    gap: 1rem;
    padding-top: max(1rem, env(safe-area-inset-top));
    padding-right: max(var(--gutter), env(safe-area-inset-right));
    padding-left: max(var(--gutter), env(safe-area-inset-left));
  }

  .brand img {
    width: 7.4rem;
  }

  .launch-visual::before {
    left: 0;
  }

  .site-nav .nav-cta {
    min-height: 3rem;
    padding-inline: 0.85rem;
    font-size: 0.88rem;
  }

  h1 {
    margin-bottom: 1.8rem;
    font-size: clamp(2.75rem, 11.8vw, 3.2rem);
    letter-spacing: -0.035em;
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(2.2rem, 10.5vw, 2.8rem);
    letter-spacing: -0.03em;
    line-height: 1.08;
  }

  h3 {
    line-height: 1.15;
  }

  .hero {
    gap: 5rem;
    padding-top: calc(7.5rem + env(safe-area-inset-top));
    padding-bottom: 6.25rem;
  }

  .launch-kicker {
    margin-bottom: 1.75rem;
  }

  .hero-summary {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.35rem;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    text-align: center;
  }

  .status-note {
    margin-top: 1.4rem;
  }

  .launch-visual {
    width: min(100%, 22rem);
    padding: 1rem 0 3rem;
  }

  .launch-plate {
    right: 0;
    min-height: 4rem;
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
  }

  .section-heading > p,
  .journey-heading > p:first-child,
  .waitlist-copy > p:first-child,
  .search-guide-card > div:first-child > p,
  .quick-answers-heading > p,
  .store-launch-copy > p:first-child,
  .support-heading > p:first-child,
  .accessibility-copy > p:first-child {
    margin-bottom: 1.35rem;
  }

  .intro,
  .quick-answers,
  .journey,
  .accessibility-demo,
  .store-launch {
    gap: 3.75rem;
  }

  .intro-copy,
  .quick-answers-list details p,
  .journey-steps p,
  .support-heading > p:last-child,
  .waitlist-copy > p:last-child,
  .store-launch-copy > p:last-child {
    line-height: 1.65;
  }

  .intro-copy p + p {
    margin-top: 1.5rem;
  }

  .principle-row {
    gap: 1.35rem;
    padding-block: 3rem;
  }

  .principle-row p {
    line-height: 1.6;
  }

  .search-guide-card {
    gap: 2.75rem;
    padding: 2.25rem 1.6rem;
  }

  .quick-answers-list summary {
    padding-block: 1.7rem;
    line-height: 1.35;
  }

  .quick-answers-list details p {
    margin-bottom: 1.75rem;
  }

  .accessibility-demo {
    padding-inline: var(--gutter);
  }

  .accessibility-features li {
    gap: 0.9rem;
    padding-block: 1.3rem;
  }

  .accessibility-toggle {
    min-height: 6.7rem;
    gap: 0.8rem;
    padding: 1rem;
  }

  .accessibility-orb {
    width: 4rem;
  }

  .accessibility-orb svg {
    width: 2.5rem;
    height: 2.5rem;
  }

  .accessibility-switch {
    width: 3.15rem;
  }

  .accessibility-switch span {
    transform: translateX(1.1rem);
  }

  .assistant-copy {
    min-height: 8.4rem;
    margin-block: 2.25rem;
    font-size: clamp(1.35rem, 7vw, 1.75rem);
    line-height: 1.28;
  }

  .language-picker button {
    flex: 1 1 auto;
  }

  .voice-demo-button {
    width: 100%;
  }

  .play-prism-badge {
    bottom: 2.4rem;
    left: 0.15rem;
  }

  .journey-steps li {
    grid-template-columns: 2.8rem 1fr;
    gap: 1rem;
    padding-block: 2.75rem 3.1rem;
  }

  .step-number {
    width: 2.7rem;
    height: 2.7rem;
  }

  .waitlist {
    padding-inline: var(--gutter);
  }

  .waitlist-form {
    padding: 1.75rem 1.4rem;
    box-shadow: 0.4rem 0.4rem 0 var(--ink);
  }

  .form-field input {
    min-height: 3.75rem;
  }

  .consent {
    gap: 0.9rem;
    margin-block: 1.65rem 1.8rem;
    line-height: 1.55;
  }

  .support-heading {
    margin-bottom: 4.5rem;
  }

  .support-trigger {
    min-height: 12rem;
    padding-block: 2rem;
  }

  .play-store-stage {
    min-height: 21rem;
  }

  .play-store-card {
    gap: 1.4rem;
    padding: 2.25rem 1.75rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 2.75rem;
    padding-top: 4.5rem;
    padding-bottom: max(4.5rem, env(safe-area-inset-bottom));
    line-height: 1.65;
  }

  .play-store-card {
    width: calc(100% - 1.2rem);
    transform: translate3d(0, var(--store-shift, 0), 0) rotate(-2.5deg);
  }

  .play-store-stage:hover .play-store-card {
    transform: translate3d(0, var(--store-shift, 0), 0) rotate(-1deg);
  }

  .site-footer > p:last-child {
    grid-column: auto;
  }

  .support {
    padding-inline: var(--gutter);
  }

  .support-rail {
    grid-template-columns: 1fr;
  }

  .support-logo-float + .support-logo-float {
    border-top: 1px solid rgba(17, 17, 17, 0.22);
    border-left: 0;
  }

  .support-note {
    top: 0.6rem;
    bottom: auto;
    transform: translate3d(-50%, -0.45rem, 0) scale(0.96);
    transform-origin: center top;
  }

  .support-trigger:hover .support-note,
  .support-trigger:focus-visible .support-note,
  .support-logo-float[data-open="true"] .support-note {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .support-image-stage img,
  .support-logo-float-wide .support-image-stage img,
  .support-logo-float-compact .support-image-stage img {
    max-width: min(20rem, 86%);
  }
}

@media (max-width: 22rem) {
  :root {
    --gutter: 1.25rem;
  }

  .search-guide-card {
    padding-inline: 1.25rem;
  }

  .search-guide-card > * {
    min-width: 0;
  }

  .search-guide-card h2 {
    font-size: clamp(1.95rem, 10vw, 2.1rem);
    overflow-wrap: anywhere;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .app-tile,
  .app-tile::before,
  .app-tile img,
  .launch-visual:hover .app-tile,
  .launch-visual:hover .app-tile::before,
  .button:hover,
  .play-store-card,
  .play-store-stage:hover .play-store-card,
  .play-prism-badge,
  .play-prism-badge span,
  .launch-kicker span,
  .launch-dot {
    transform: none;
    animation: none;
  }

  .site-header,
  .hero-copy > *,
  .launch-plate,
  .quick-answers-list details[open] p,
  .assistant-copy,
  .accessibility-orb,
  .accessibility-orbit,
  .voice-demo-button svg {
    opacity: 1;
    transform: none;
    animation: none;
    clip-path: none;
    filter: none;
  }

  .motion-ready .scroll-reactive,
  .motion-ready .journey-steps li.scroll-reactive .step-number,
  .support-logo-float,
  .support-logo-float::after,
  .support-image-stage,
  .support-trigger,
  .support-image-stage img,
  .guide-hero-inner,
  .brand img,
  .accessibility-orb,
  .play-store-stage::before,
  .play-store-stage::after {
    transform: none;
  }

  .support-logo-float::after {
    transform: translateX(-50%);
  }

  .journey-steps li::after {
    transform: scaleX(1);
  }

  .scroll-progress,
  .launch-visual::before {
    display: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --ink-soft: #211f1d;
  }

  .principle-row p {
    color: #fff;
  }
}
