@font-face {
  font-family: Space;
  src: url("/assets/space.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080a10;
  --panel: #10131d;
  --hi: #f1f3fb;
  --mid: #a2a9bd;
  --muted: #858ea8;
  --blue: #728aff;
  --border: #252b3b;
  --display: Space, Arial, sans-serif;
  --body: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--hi);
  font: 16px / 1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid #aabbff;
  outline-offset: 5px;
}
::selection {
  background: #465ba5;
  color: white;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(52px, 6.3vw, 92px);
}
h2 {
  font-size: clamp(36px, 4vw, 60px);
}
h1 span,
h2 span {
  color: #939db9;
}
h3 {
  font-size: 27px;
}
p {
  color: var(--mid);
}
img {
  max-width: 100%;
  height: auto;
}
button {
  color: inherit;
}
button[hidden],
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1220px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 116px;
}
.section-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 25px;
  letter-spacing: .03em;
}
.small-label {
  font-size: 13px;
  color: #b9c0d3;
}
.step-number {
  font-size: 12px;
  font-family: var(--body);
  font-variant-numeric: tabular-nums;
  color: var(--blue);
  letter-spacing: .07em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 14px 21px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: background .18s, transform .18s;
  border: 1px solid transparent;
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.primary {
  background: #7890ff;
  color: #0b1126;
  border-color: #99aaff;
  box-shadow: inset 0 1px #ffffff26;
}
.primary:hover {
  background: #9daeff;
  transform: translateY(-2px);
}
.secondary {
  border-color: #48506a;
  background: #171c2a;
}
.secondary:hover {
  background: #242c40;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 14px;
  color: #d9def0;
}
.text-link:hover,
.text-button:hover {
  color: #aabdff;
}
.text-button {
  padding: 8px 0;
  background: none;
  border: none;
  color: #c0c9e1;
  font-size: 13px;
  text-align: left;
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  background: #e7ecff;
  color: #080a10;
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #080a10ed;
  border-bottom: 1px solid #202534;
  backdrop-filter: blur(18px);
}
.nav-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 500 22px var(--display);
  letter-spacing: -.04em;
}
.brand img {
  width: 37px;
}
.brand strong {
  font-weight: 700;
}
.nav nav {
  display: flex;
  gap: 30px;
}
.nav nav a {
  font-size: 13px;
  color: #b6bdd0;
  transition: color .18s;
}
.nav nav a:hover {
  color: white;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav .button {
  font-size: 12px;
  padding: 11px 16px;
  gap: 20px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px;
  font-size: 12px;
}
.hero {
  min-height: 795px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  padding-block: 78px 88px;
  gap: 20px;
}
.launch-note {
  font-size: 12px;
  color: #b4bfdc;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.line-dot {
  width: 22px;
  height: 2px;
  background: var(--blue);
}
.hero h1 {
  font-size: clamp(56px, 6.05vw, 89px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.hero-description {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.hero-note {
  font-size: 11px;
  color: #8f9ab6;
  margin-top: 21px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  isolation: isolate;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 0 -20px 10%;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 40%, #354a931f, transparent 68%);
}
.mark-stage {
  position: relative;
  height: 450px;
  display: grid;
  place-items: center;
}
.mark-stage img {
  width: 410px;
  height: 410px;
  object-fit: contain;
  opacity: 0.82;
}
.mark-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
}
.mark-stage.ready canvas {
  opacity: 1;
}
.mark-stage.ready img {
  opacity: 0;
}
.hero-moment {
  position: relative;
  margin: -25px 10px 0 20px;
  padding: 22px 25px;
  border: 1px solid #3c4764;
  border-radius: 12px;
  background: linear-gradient(120deg, #151c2c, #0f131dcc);
  box-shadow: 0 24px 80px #0005;
}
.message-person {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #d4dbef;
}
.message-person img {
  width: 25px;
  height: 25px;
}
.message-person .message-meta {
  margin-left: auto;
}
.hero-moment > p {
  font: 400 20px / 1.4 var(--display);
  color: #ebefff;
  margin: 18px 0;
}
.moment-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  color: #9baaca;
}
.current-line {
  width: 24px;
  height: 2px;
  background: var(--blue);
}
.visual-caption {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #939fba;
  margin-top: 25px;
}
.recognition {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 60px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 54px;
}
.recognition .section-label {
  padding-top: 8px;
}
.recognition-lines p {
  font: 400 clamp(20px, 2.25vw, 31px) / 1.8 var(--display);
  color: #e0e4ef;
  letter-spacing: -.03em;
}
.recognition-lines em {
  color: #8892af;
  font-style: normal;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 65px;
  margin-bottom: 52px;
}
.section-heading > p {
  max-width: 345px;
  font-size: 14px;
  line-height: 1.8;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: center;
}
.experience {
  min-width: 0;
  background: linear-gradient(145deg, #141925, #0d111a);
  border: 1px solid #343e56;
  border-radius: 16px;
  padding: 25px 28px 18px;
  box-shadow: 0 28px 60px #0003;
}
.experience-top,
.quiet-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.demo-label {
  font-size: 10px;
  color: #a3aec8;
  white-space: nowrap;
}
.scenario-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--border);
  padding: 24px 0 14px;
}
.scenario-tabs button {
  border: 1px solid transparent;
  background: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  color: #a4aec5;
}
.scenario-tabs button[aria-pressed="true"] {
  background: #263352;
  border-color: #45598d;
  color: #eef2ff;
}
.demo-thread {
  padding-top: 28px;
}
.message-meta {
  font-size: 10px;
  color: #909fbe;
  font-variant-numeric: tabular-nums;
}
.thread-input {
  margin-left: 17%;
  border: 1px solid #34415b;
  background: #202c45;
  border-radius: 12px 12px 3px 12px;
  padding: 15px 18px;
}
.thread-input p {
  font-size: 15px;
  color: #edf1ff;
  margin-top: 5px;
}
.thread-route {
  height: 44px;
  padding-left: 40px;
  overflow: hidden;
}
.thread-route span {
  display: block;
  height: 100%;
  width: 1px;
  background: linear-gradient(#576da4, #849aff);
}
.thread-output {
  padding: 18px;
  background: #161e2e;
  border: 1px solid #3c4d71;
  border-radius: 3px 12px 12px 12px;
  transition: opacity .4s, transform .4s;
}
.thread-output > p {
  color: #eff2fc;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
  font-family: var(--display);
}
.message-controls {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.message-controls button {
  border: 1px solid #526897;
  background: #2a3d62;
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 15px;
}
.message-controls span {
  font-size: 10px;
  color: #b2bfdb;
}
.demo-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.demo-controls .message-meta {
  font-size: 9px;
}
.experience.playing .thread-output {
  opacity: 0;
  transform: translateY(10px);
}
.experience.playing .thread-route span {
  animation: thread-pass 1.4s ease both;
}
.experience.paused * {
  animation-play-state: paused !important;
}
@keyframes thread-pass {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.experience-aside h3 {
  font-size: 38px;
  margin: 22px 0;
  line-height: 1.15;
}
.experience-aside > p {
  font-size: 14px;
  margin-bottom: 24px;
}
.experience-aside .preview-note {
  font-size: 10px;
  margin-top: 28px;
  max-width: 310px;
}
.preview-note {
  font-size: 12px;
  color: #9da7bf;
  line-height: 1.8;
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.pillar {
  border-top: 1px solid #42506d;
  padding-top: 20px;
}
.pillar h3 {
  font-size: 30px;
  margin: 25px 0 15px;
}
.pillar > .small-label {
  color: #9db0ec;
  font-size: 12px;
}
.pillar > p {
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.8;
  min-height: 105px;
}
.pillar-example {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: #cad3ea;
  font: 400 17px / 1.5 var(--display);
}
.quiet-section {
  padding-block: 112px;
  border-block: 1px solid var(--border);
  background: #0c1019;
}
.quiet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.quiet-grid > div > p:not(.section-label) {
  font-size: 15px;
  margin-top: 25px;
  max-width: 420px;
}
.quiet-grid .text-link {
  margin-top: 30px;
}
.quiet-demo {
  padding: 28px;
  border: 1px solid #35405b;
  border-radius: 14px;
  background: #131a28;
}
.clock {
  display: flex;
  flex-direction: column;
  margin: 36px 0 28px;
}
.clock > span:first-child {
  font: 400 68px / 1.2 var(--display);
  letter-spacing: -.06em;
  font-variant-numeric: tabular-nums;
}
.clock > span:last-child {
  color: #a9b9e2;
  font-size: 14px;
  margin-top: 7px;
}
.quiet-demo label {
  font-size: 11px;
  color: #aebbd7;
}
.quiet-demo input[type="range"] {
  width: 100%;
  accent-color: #8ca2ff;
  margin: 20px 0 8px;
  cursor: pointer;
  min-height: 25px;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8e9dbc;
}
.quiet-demo > p {
  border-top: 1px solid #2f3b52;
  padding-top: 22px;
  margin-top: 25px;
  font-size: 11px;
  min-height: 64px;
}
.founder-section {
  padding-block: 125px;
}
.founder-section h2 {
  max-width: 900px;
  font-size: clamp(40px, 4.7vw, 68px);
}
.founder-copy {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
  align-items: end;
  margin-top: 40px;
}
.founder-copy p {
  max-width: 630px;
  font-size: 16px;
}
.availability {
  margin-top: 40px;
  border-top: 1px solid #3b4864;
}
.availability-row {
  display: grid;
  grid-template-columns: 1.1fr .65fr 1.4fr;
  gap: 30px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
}
.availability-row h3 {
  font-size: 20px;
  letter-spacing: -.02em;
  padding-top: 3px;
}
.availability-row p {
  font-size: 13px;
}
.status {
  font-size: 10px;
  display: inline-flex;
  width: fit-content;
  background: #1b2030;
  border: 1px solid #303a52;
  border-radius: 20px;
  padding: 4px 10px;
  color: #abb6d0;
  white-space: nowrap;
}
.status.pilot {
  background: #17233b;
  border-color: #394d77;
  color: #b6c9ff;
}
.update-link {
  margin-top: 25px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
}
.faq-list details {
  border-bottom: 1px solid var(--border);
}
.faq-list summary {
  font-size: 15px;
  list-style: none;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 22px;
  color: #8fa6dc;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 14px;
  padding: 0 25px 25px 0;
  line-height: 1.8;
}
.endcap {
  text-align: center;
  padding-block: 80px 110px;
}
.endcap > img {
  width: 75px;
}
.endcap h2 {
  font-size: clamp(48px, 6vw, 80px);
  margin: 25px 0 20px;
}
.endcap p {
  margin-bottom: 30px;
  font-size: 15px;
}
.endcap small {
  display: block;
  margin-top: 18px;
  font-size: 11px;
  color: #8e9ab6;
}
footer {
  border-top: 1px solid var(--border);
  background: #06080d;
  overflow: hidden;
}
.footer-top {
  padding-block: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.footer-top p {
  font-size: 14px;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  font-size: 12px;
  color: #a2aecb;
}
.footer-links a:hover,
.footer-bottom a:hover {
  color: white;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 25px;
  border-top: 1px solid #1d2638;
  font-size: 10px;
  color: #929eb7;
  gap: 20px;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.footer-word {
  width: 100%;
  text-align: center;
  font: 500 clamp(60px, 18vw, 290px) / 1.02 var(--display);
  letter-spacing: -.08em;
  color: #141b2c;
  padding-right: .06em;
  user-select: none;
}
.footer-word span {
  color: #425b9b;
}
.page-top {
  padding-top: 95px;
  padding-bottom: 75px;
}
.page-top h1 {
  font-size: clamp(48px, 6vw, 86px);
}
.page-intro {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 28px;
}
.narrow-demo {
  max-width: 760px;
}
.narrow-demo > .preview-note {
  margin-top: 20px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.editorial-grid h2 {
  font-size: 34px;
  margin: 24px 0;
}
.editorial-grid p {
  font-size: 14px;
}
.story {
  max-width: 760px;
  padding-bottom: 100px;
}
.story p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.9;
}
.story .story-lead {
  font-size: 25px;
  color: #d9dfef;
  line-height: 1.6;
}
.story h2 {
  margin: 65px 0 25px;
  font-size: 42px;
}
.story a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.feature-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding-bottom: 70px;
}
.feature-detail h2 {
  font-size: 36px;
  margin: 25px 0;
}
.feature-detail p {
  font-size: 14px;
}
.feature-detail blockquote {
  margin: 30px 0;
  padding: 22px 0;
  border-block: 1px solid var(--border);
  font-family: var(--display);
  color: #cbd5ee;
  font-size: 20px;
}
.feature-detail .quiet-demo {
  margin-top: 25px;
  padding: 18px;
}
.feature-detail .quiet-top {
  display: none;
}
.feature-detail .clock {
  margin: 0 0 15px;
}
.feature-detail .clock > span:first-child {
  font-size: 42px;
}
.access-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  padding-block: 100px 140px;
  align-items: start;
}
.access-layout h1 {
  font-size: clamp(54px, 6vw, 80px);
}
.access-layout .page-intro {
  font-size: 16px;
  max-width: 440px;
}
.access-expectations {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
.access-expectations p {
  font-size: 13px;
}
.access-expectations b {
  color: #d4ddf0;
  font-weight: 500;
}
.form-panel {
  background: #111724;
  border: 1px solid #35405b;
  border-radius: 14px;
  padding: 35px;
}
.form-panel > img {
  width: 44px;
}
.form-panel h2 {
  font-size: 29px;
  margin: 10px 0 30px;
}
.access-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.access-form > label {
  font-size: 13px;
  color: #c1cce5;
}
.access-form input[type="email"],
.access-form textarea,
.access-form select {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border-radius: 7px;
  border: 1px solid #465475;
  background: #0b101b;
  color: #f1f4fc;
  resize: vertical;
  font-size: 15px;
}
.access-form input::placeholder {
  color: #8895b3;
}
.access-form .check-label {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 11px;
  line-height: 1.8;
  margin: 10px 0 15px;
  color: #b3bfd9;
}
.check-label input {
  accent-color: #8ea5ff;
  min-width: 16px;
  min-height: 16px;
  margin-top: 3px;
}
.check-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.access-form small {
  font-size: 10px;
  color: #98a6c2;
  line-height: 1.8;
}
.form-status {
  font-size: 13px;
  color: #c1d0ff;
  min-height: 24px;
}
.form-status.error {
  color: #ffc0b5;
}
.trap {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden;
}
.inline-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
.receipt {
  padding-block: 100px 130px;
  max-width: 850px;
}
.receipt > img {
  width: 80px;
  margin-bottom: 35px;
}
.receipt h1 {
  font-size: 76px;
}
.updates {
  padding-bottom: 80px;
}
.updates article {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 55px;
  border-top: 1px solid var(--border);
  padding: 45px 0;
}
.updates time {
  font-size: 12px;
  color: #98a7c8;
}
.updates h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.updates p {
  font-size: 15px;
  max-width: 700px;
  margin-bottom: 20px;
}
.noscript-note {
  padding: 25px;
  text-align: center;
  color: #c4d0eb;
  background: #17233b;
}
.legal h2 {
  font-size: 30px;
}
.legal p {
  font-size: 15px;
}
.reveal {
  opacity: 1;
}
.motion-ready .reveal {
  transition: opacity .65s ease, transform .65s ease;
}
.motion-ready .reveal:not(.seen) {
  opacity: 0;
  transform: translateY(18px);
}
@media (min-width: 1600px) {
  .hero {
    min-height: 840px;
  }
  .mark-stage {
    height: 500px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav nav {
    gap: 18px;
  }
  .nav-inner {
    gap: 20px;
  }
  .hero h1 {
    font-size: 67px;
  }
  .hero {
    min-height: 720px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 18px;
  }
  .hero-moment {
    margin-left: 0;
    padding: 20px;
  }
  .mark-stage {
    height: 340px;
  }
  .mark-stage img {
    width: 330px;
    height: 330px;
  }
  .experience-grid {
    gap: 45px;
  }
  .experience-aside h3 {
    font-size: 31px;
  }
  .quiet-grid {
    gap: 50px;
  }
  .access-layout {
    gap: 50px;
  }
  .feature-detail {
    grid-template-columns: 1fr;
  }
  .feature-detail article {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px 60px;
    padding: 35px 0;
    border-top: 1px solid var(--border);
  }
  .feature-detail .step-number {
    grid-column: 1 / -1;
  }
  .feature-detail h2 {
    margin: 0;
  }
  .feature-detail blockquote,
  .feature-detail .quiet-demo {
    grid-column: 2;
  }
  .feature-detail p {
    font-size: 16px;
  }
  .recognition {
    gap: 35px;
  }
  .pillar-grid {
    gap: 25px;
  }
  .pillar h3 {
    font-size: 25px;
  }
  .availability-row {
    grid-template-columns: 1fr .7fr 1.1fr;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .nav-inner {
    height: 74px;
    gap: 10px;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 28px;
  }
  .nav-actions {
    gap: 8px;
  }
  .nav .button {
    padding: 9px 11px;
    gap: 10px;
    font-size: 11px;
  }
  .nav .button span {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    padding: 22px;
    background: #101622;
    border-bottom: 1px solid #364564;
    flex-direction: column;
    gap: 0;
  }
  .nav nav.open {
    display: flex;
  }
  .nav nav a {
    padding: 12px;
    font-size: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 42px 55px;
    gap: 5px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(52px, 10.9vw, 76px);
  }
  .launch-note {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 470px;
    margin-top: 23px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 24px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 17px;
    gap: 22px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 18px;
  }
  .hero-visual {
    min-height: 325px;
    margin-top: 5px;
  }
  .mark-stage {
    height: 250px;
  }
  .mark-stage img {
    width: 280px;
    height: 280px;
  }
  .hero-moment {
    margin: -22px 10px 0;
    padding: 16px 18px;
  }
  .hero-moment > p {
    font-size: 17px;
    margin: 13px 0;
  }
  .visual-caption {
    font-size: 9px;
    margin-top: 16px;
  }
  .hero-visual:before {
    inset: 0;
  }
  .recognition {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 35px;
  }
  .recognition .section-label {
    margin: 0;
  }
  .recognition-lines p {
    font-size: 21px;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 22px;
    max-width: 470px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .experience {
    padding: 18px 16px 12px;
    border-radius: 12px;
  }
  .small-label {
    font-size: 11px;
  }
  .demo-label {
    font-size: 9px;
  }
  .scenario-tabs {
    padding-top: 18px;
    gap: 2px;
  }
  .scenario-tabs button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .thread-input {
    margin-left: 12%;
    padding: 12px;
  }
  .thread-input p {
    font-size: 13px;
  }
  .thread-output {
    padding: 15px;
  }
  .thread-output > p {
    font-size: 17px;
  }
  .message-meta {
    font-size: 9px;
  }
  .demo-controls {
    gap: 10px;
    flex-wrap: wrap;
  }
  .demo-controls .message-meta {
    font-size: 9px;
  }
  .experience-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .experience-aside > .step-number {
    grid-column: 1 / -1;
  }
  .experience-aside h3 {
    font-size: 25px;
    margin: 15px 0;
  }
  .experience-aside > p {
    font-size: 12px;
    align-self: center;
    margin: 0;
  }
  .experience-aside .text-link {
    grid-column: 1 / -1;
    margin-top: 15px;
  }
  .experience-aside .preview-note {
    grid-column: 1 / -1;
    max-width: none;
    margin-top: 18px;
  }
  .pillar-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pillar h3 {
    font-size: 30px;
    margin-top: 17px;
  }
  .pillar > p {
    min-height: 0;
    max-width: 500px;
  }
  .pillar-example {
    margin-top: 18px;
    padding-top: 16px;
  }
  .quiet-section {
    padding-block: 65px;
  }
  .quiet-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .quiet-grid h2 {
    font-size: 43px;
  }
  .quiet-grid > div > p:not(.section-label) {
    font-size: 14px;
  }
  .quiet-demo {
    padding: 24px;
  }
  .clock > span:first-child {
    font-size: 58px;
  }
  .founder-section h2 {
    font-size: 42px;
  }
  .founder-copy {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 25px;
  }
  .founder-copy p {
    font-size: 14px;
  }
  .availability-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-block: 22px;
  }
  .availability-row p {
    grid-column: 1 / -1;
    font-size: 13px;
  }
  .availability-row h3 {
    font-size: 19px;
  }
  .status {
    font-size: 9px;
    padding: 4px 8px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-section h2 {
    font-size: 40px;
  }
  .faq-list summary {
    font-size: 14px;
    min-height: 60px;
  }
  .faq-list details p {
    font-size: 13px;
  }
  .endcap {
    padding-block: 60px 75px;
  }
  .endcap h2 {
    font-size: 48px;
  }
  .endcap p {
    font-size: 13px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-block: 35px;
  }
  .footer-top > p {
    font-size: 12px;
    text-align: right;
  }
  .footer-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    font-size: 11px;
    gap: 15px 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 9px;
    gap: 15px;
  }
  .footer-word {
    font-size: 18vw;
    padding-block: 10px;
  }
  .page-top {
    padding-block: 60px 45px;
  }
  .page-top h1 {
    font-size: 46px;
  }
  .page-intro {
    font-size: 16px;
    margin-top: 24px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .editorial-grid article {
    border-top: 1px solid var(--border);
    padding-top: 25px;
  }
  .editorial-grid h2 {
    margin: 15px 0;
  }
  .story {
    padding-bottom: 50px;
  }
  .story p {
    font-size: 15px;
  }
  .story .story-lead {
    font-size: 21px;
  }
  .story h2 {
    font-size: 34px;
    margin-top: 45px;
  }
  .feature-detail article {
    display: block;
  }
  .feature-detail h2 {
    margin: 20px 0;
    font-size: 35px;
  }
  .feature-detail p {
    font-size: 14px;
  }
  .access-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 55px 75px;
  }
  .access-layout h1 {
    font-size: 56px;
  }
  .access-expectations {
    margin-top: 25px;
    gap: 15px;
  }
  .form-panel {
    padding: 25px 22px;
  }
  .form-panel h2 {
    font-size: 27px;
  }
  .inline-actions {
    gap: 22px;
    flex-wrap: wrap;
  }
  .receipt {
    padding-block: 65px 90px;
  }
  .receipt h1 {
    font-size: 48px;
  }
  .updates article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 30px;
  }
  .updates h2 {
    font-size: 30px;
  }
  .legal h2 {
    font-size: 28px;
  }
  .legal p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .nav .button {
    font-size: 10px;
  }
  .brand {
    font-size: 18px;
    gap: 5px;
  }
  .brand img {
    width: 23px;
  }
  .menu-toggle {
    padding: 8px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .experience-top {
    align-items: start;
  }
  .demo-label {
    white-space: normal;
    max-width: 70px;
    text-align: right;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .motion-ready .reveal:not(.seen) {
    opacity: 1;
    transform: none;
  }
  .primary:hover {
    transform: none;
  }
}

.brand img {
  transform: scale(1.7);
  margin-right: 4px;
}
.message-person img {
  transform: scale(1.7);
}

.mark-stage {
  overflow: hidden;
}
.mark-stage > img {
  transform: scale(1.8);
}
