@font-face {
  font-family: Halli;
  src: url('/site/halli-sans.ttf') format('truetype');
  font-display: swap;
  font-weight: 100 900;
}
:root {
  --bg: #090c0b;
  --surface: #111815;
  --ink: #f1f1e8;
  --muted: #a2ada7;
  --line: #2c3731;
  --accent: #b9ddbc;
  --dark: #14231a;
  color-scheme: dark;
  font-family: Halli, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
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;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
button:disabled {
  opacity: 0.4;
  cursor: default;
}
button {
  color: inherit;
}
[hidden] {
  display: none !important;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-size: 21px;
  font-weight: 780;
  letter-spacing: 0.28em;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.wordmark > span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 13px;
}
.site-header nav > a {
  white-space: nowrap;
}
.site-header nav > a:not(.nav-cta) {
  color: #c4cec7;
}
.site-header nav > a:hover,
.site-header nav > a[aria-current='page'] {
  color: var(--ink);
}
.nav-sign-in {
  margin-left: 24px;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #66766b;
  padding: 13px 17px;
  border-radius: 6px;
}
.nav-cta:hover {
  background: var(--surface);
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  background: var(--ink);
  color: var(--bg);
  padding: 14px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--accent);
  margin: 0 0 25px;
  display: block;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 520;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(56px, 6.4vw, 92px);
  line-height: 1.04;
  margin-bottom: 27px;
}
h1 > span {
  color: var(--accent);
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  margin-bottom: 24px;
}
h3 {
  font-size: 29px;
  line-height: 1.15;
  margin-bottom: 16px;
}
p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 22px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  min-height: 710px;
  padding-block: 75px 85px;
  gap: 40px;
}
.hero-description {
  max-width: 505px;
  font-size: 18px;
  line-height: 1.65;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  border: 1px solid var(--accent);
  border-radius: 7px;
  padding: 16px 21px;
  background: var(--accent);
  color: var(--dark);
  font-size: 14px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  min-height: 53px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #cee8ce;
}
.button-secondary {
  background: transparent;
  color: var(--ink);
  border-color: #435147;
}
.button-secondary:hover {
  background: #1c2720;
}
.hero .button-row {
  margin-top: 32px;
}
.fine-print {
  font-size: 11px;
  line-height: 1.7;
  color: #919e95;
  display: block;
  margin-top: 18px;
}
.hero-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.orb {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 100%;
}
.orb canvas {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.orb.is-ready canvas {
  opacity: 1;
}
.orb.is-ready .orb-fallback {
  opacity: 0;
}
.orb-fallback {
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 75%, #ffa9fc 0%, transparent 43%),
    radial-gradient(circle at 24% 20%, #f6ff81 0%, transparent 40%),
    conic-gradient(from 20deg, #173930, #75dbea, #7466ce, #e695d8, #eb5347, #dded71, #173930);
  box-shadow: inset -16px -20px 32px #0008;
  transition: opacity 0.3s;
}
.orb-hero {
  max-width: 450px;
  margin-top: -45px;
  margin-bottom: -35px;
}
.spoken-example {
  text-align: center;
  max-width: 380px;
}
.spoken-example .eyebrow {
  font-size: 9px;
  margin-bottom: 15px;
  color: #83938a;
}
.spoken-example p {
  font-size: 20px;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -0.025em;
}
.soundline {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  height: 24px;
  margin-top: 20px;
}
.soundline i {
  display: block;
  width: 2px;
  background: var(--accent);
  border-radius: 5px;
  height: 7px;
}
.soundline i:nth-child(2n) {
  height: 16px;
}
.soundline i:nth-child(3n) {
  height: 24px;
}
.soundline i:nth-child(5n) {
  height: 11px;
}
.principles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 27px;
  border-block: 1px solid var(--line);
  color: #b3bdb6;
  font-size: 12px;
}
.principles > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section {
  padding-block: 115px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  align-items: end;
  margin-bottom: 32px;
}
.section-intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 20px;
}
.section-intro p:not(.eyebrow) {
  max-width: 400px;
  margin-bottom: 26px;
}
.use-case-row {
  display: grid;
  grid-template-columns: 80px 1fr 60px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 35px 5px 30px;
  gap: 24px;
  transition: background 0.2s;
}
.use-case-row:last-child {
  border-bottom: 1px solid var(--line);
}
.use-case-row:hover {
  background: #121b15;
}
.row-number {
  font-size: 12px;
  color: #83938a;
  letter-spacing: 0.13em;
  padding-top: 3px;
}
.use-case-row .eyebrow {
  font-size: 9px;
  margin-bottom: 10px;
}
.use-case-row h3 {
  font-size: 34px;
  margin-bottom: 12px;
}
.use-case-row p {
  max-width: 630px;
  margin-bottom: 0;
  font-size: 14px;
}
.row-arrow {
  font-size: 27px;
  color: var(--accent);
  text-align: right;
}
.feature-band {
  background: #142019;
  padding-block: 95px;
  border-block: 1px solid #293e2f;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.split > div > p {
  max-width: 440px;
}
.text-link {
  font-size: 13px;
  color: var(--accent);
  display: inline-flex;
  gap: 25px;
  align-items: center;
  padding-block: 12px;
}
.text-link:hover {
  text-decoration: underline;
}
.connection-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #465749;
  border-radius: 10px;
  overflow: hidden;
}
.app-mark {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 20px;
  border-bottom: 1px solid #35483a;
}
.app-mark:nth-child(odd) {
  border-right: 1px solid #35483a;
}
.app-mark > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #829582;
  border-radius: 7px;
  font-size: 14px;
  color: var(--accent);
}
.app-mark strong {
  font-size: 13px;
  font-weight: 500;
}
.connection-preview > p {
  grid-column: 1/-1;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 20px;
}
.continuity-preview {
  background: var(--surface);
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.continuity-preview > .eyebrow {
  margin-bottom: 0;
}
.small-orb {
  height: 160px;
  display: flex;
  justify-content: center;
}
.orb-small {
  width: 200px;
  height: 200px;
  margin-top: -15px;
}
.continuity-preview h3 {
  font-size: 32px;
}
.recap-line {
  padding-block: 18px;
  border-top: 1px solid #354237;
}
.recap-line > span {
  display: block;
  color: #82928a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.recap-line > strong {
  font-size: 14px;
  font-weight: 450;
  line-height: 1.6;
  color: #d9e2db;
}
.muted {
  color: var(--muted);
}
.trust-strip {
  border-block: 1px solid var(--line);
  padding-block: 65px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.trust-strip h2 {
  font-size: 36px;
  margin: 0;
}
.trust-strip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trust-strip li {
  font-size: 13px;
  line-height: 1.65;
  padding: 12px 0 12px 25px;
  position: relative;
}
.trust-strip li:before {
  content: '↗';
  color: var(--accent);
  position: absolute;
  left: 0;
}
.closing {
  text-align: center;
  padding-block: 125px;
}
.closing h2 {
  font-size: 64px;
  margin-bottom: 20px;
}
.closing > .eyebrow {
  margin-bottom: 25px;
}
.closing > .button {
  margin-top: 8px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 55px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-top > div > span {
  font-size: 11px;
  text-transform: uppercase;
  color: #b7c4ba;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
}
.footer-top > div > a:not(.wordmark),
.footer-top button {
  font-size: 12px;
  color: #93a297;
}
.footer-top button {
  border: 0;
  padding: 0;
  background: none;
}
.footer-top p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 25px;
  border-top: 1px solid var(--line);
  color: #85968a;
  font-size: 10px;
}
.footer-bottom p {
  font-size: 10px;
  margin: 0;
}
.page-heading {
  text-align: center;
  padding-block: 85px 65px;
}
.page-heading h1 {
  font-size: clamp(45px, 5.8vw, 76px);
}
.page-heading p:not(.eyebrow) {
  max-width: 660px;
  margin-inline: auto;
}
.page-heading > .button {
  margin-top: 10px;
}
.page-heading-small {
  max-width: 880px;
}
.page-heading-small h1 {
  font-size: 54px;
}
.tour {
  border: 1px solid #3a4b40;
  border-radius: 12px;
  overflow: hidden;
  background: #101712;
}
.tour-page-heading {
  padding-block: 42px 26px;
}
.tour-page-heading .eyebrow {
  margin-bottom: 14px;
}
.tour-page-heading h1 {
  font-size: 58px;
  margin-bottom: 18px;
}
.tour-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #35453a;
}
.tour-tabs button {
  display: flex;
  gap: 14px;
  text-align: left;
  align-items: center;
  min-height: 85px;
  border: 0;
  border-right: 1px solid #35453a;
  background: transparent;
  padding: 18px 23px;
  font-size: 12px;
  color: #98aa9e;
}
.tour-tabs button:last-child {
  border-right: 0;
}
.tour-tabs button > span {
  font-size: 10px;
  color: var(--accent);
}
.tour-tabs button[aria-selected='true'] {
  background: #24382a;
  color: #e8f2e9;
  box-shadow: inset 0 -2px var(--accent);
}
.tour-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 540px;
}
.tour-preview {
  background: #0b100d;
  border-right: 1px solid #35453a;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.tour-description {
  padding: 65px 50px;
  align-self: center;
}
.tour-description h2 {
  font-size: 40px;
}
.demo-note {
  display: block;
  font-size: 11px;
  line-height: 1.7;
  color: #8fa194;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #35453a;
}
.tour-voice {
  width: 100%;
  text-align: center;
}
.orb-tour {
  height: 330px;
  width: 330px;
  max-width: 100%;
  margin: -25px auto -10px;
}
.sample-quote {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-align: center;
  max-width: 410px;
  margin-inline: auto;
}
.voice-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--accent);
  font-size: 11px;
  padding-block: 15px;
}
.tour-controls {
  border-top: 1px solid #35453a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  gap: 20px;
}
.tour-controls > span {
  font-size: 11px;
  color: #9cad9f;
}
.tour-controls > div {
  display: flex;
  gap: 10px;
}
.tour-controls .button {
  padding: 11px 18px;
  min-height: 40px;
  font-size: 12px;
}
.tour-context,
.tour-recap {
  width: 100%;
  max-width: 410px;
}
.tour-context h3 {
  font-size: 36px;
}
.permission-example {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-block: 18px;
  border-top: 1px solid #304336;
}
.permission-example > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.permission-example strong {
  font-size: 13px;
  font-weight: 500;
}
.permission-example > div > span {
  font-size: 11px;
  color: var(--muted);
}
.permission-status {
  font-size: 9px;
  background: #203b29;
  color: var(--accent);
  padding: 6px 8px;
  border-radius: 20px;
  margin-left: auto;
}
.app-letter {
  height: 40px;
  width: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #708171;
  border-radius: 9px;
  color: var(--accent);
  font-size: 17px;
  flex-shrink: 0;
}
.tour-context > .muted {
  font-size: 11px;
}
.tour-context > .sample-quote {
  font-size: 20px;
  margin-top: 25px;
}
.tour-camera {
  width: 100%;
  max-width: 420px;
}
.viewfinder {
  height: 320px;
  border: 1px solid #536251;
  border-radius: 14px;
  position: relative;
  display: grid;
  place-items: center;
  background: #203026;
  overflow: hidden;
  margin-bottom: 30px;
}
.diagram-page {
  background: #d8d6bb;
  color: #273a28;
  transform: rotate(-9deg);
  height: 245px;
  width: 185px;
  padding: 24px;
  box-shadow: 10px 12px 0 #0002;
}
.diagram-page > span {
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
}
.diagram-page > i {
  display: block;
  height: 3px;
  background: #939c7b;
  margin-top: 15px;
}
.diagram-page > i:nth-child(3) {
  width: 70%;
}
.diagram-page > div {
  margin-top: 30px;
  border-top: 1px solid #92997c;
  padding-top: 15px;
  font-size: 11px;
}
.viewfinder-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #10170ee6;
  color: #d8e5d5;
  font-size: 9px;
}
.memory-example {
  margin-block: 20px;
  padding: 17px;
  border-radius: 8px;
  background: #1e2c22;
  border: 1px solid #425747;
}
.memory-example > span {
  font-size: 11px;
  color: var(--accent);
}
.memory-example p {
  font-size: 14px;
  color: var(--ink);
  margin: 10px 0;
}
.memory-example small {
  font-size: 10px;
  color: var(--muted);
}
.hero-use-case {
  min-height: 620px;
}
.hero-use-case h1 {
  font-size: 72px;
  max-width: 620px;
}
.hero-use-case .sample-quote {
  font-size: 24px;
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 35px;
}
.three-columns h2 {
  font-size: 30px;
  margin-top: 28px;
}
.three-columns p {
  font-size: 14px;
}
.boundary-note {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  max-width: 880px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.app-grid article {
  background: var(--bg);
  padding: 35px;
}
.app-grid h2 {
  font-size: 24px;
  margin: 25px 0 12px;
  letter-spacing: -0.03em;
}
.app-grid p {
  font-size: 13px;
  min-height: 45px;
}
.tag {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.steps {
  list-style: none;
  padding: 0;
}
.steps li {
  display: flex;
  gap: 40px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.steps li > span {
  font-size: 11px;
  color: var(--accent);
}
.steps h3 {
  font-size: 25px;
  margin: 0 0 12px;
}
.steps p {
  font-size: 14px;
  max-width: 650px;
  margin: 0;
}
.form-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 100px 115px;
  align-items: start;
}
.form-intro {
  padding-top: 30px;
}
.form-intro h1 {
  font-size: 60px;
  line-height: 1.1;
}
.plain-list {
  padding: 0;
  list-style: none;
  margin: 28px 0;
}
.plain-list li {
  font-size: 14px;
  color: #bfccc2;
  padding-block: 9px;
  line-height: 1.6;
}
.plain-list li:before {
  content: '✓';
  color: var(--accent);
  padding-right: 12px;
}
.form-surface {
  background: var(--surface);
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.form-surface h2 {
  font-size: 27px;
  margin-bottom: 28px;
}
.public-form > label {
  display: block;
  font-size: 12px;
  margin-bottom: 22px;
  color: #d0dbd2;
}
.optional {
  font-size: 10px;
  color: #94a398;
  margin-left: 6px;
}
input:not([type='checkbox']),
textarea,
select {
  display: block;
  width: 100%;
  background: #0a100c;
  border: 1px solid #4b5a4f;
  color: var(--ink);
  border-radius: 6px;
  padding: 13px 14px;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}
input::placeholder,
textarea::placeholder {
  color: #7f9085;
}
textarea {
  resize: vertical;
  min-height: 130px;
}
.check-label {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.7;
  color: var(--muted);
  font-size: 12px;
}
.check-label input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
  margin: 2px 0 0;
  flex-shrink: 0;
}
.form-privacy {
  font-size: 11px;
  margin-top: 25px;
}
.form-privacy a,
.prose a,
.centred a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.public-form > .button {
  width: 100%;
}
.public-form [data-form-status] {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--accent);
}
.public-form [data-form-status][data-error='true'] {
  color: #f2a5a5;
}
.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.thank-you {
  text-align: center;
  max-width: 750px;
  min-height: 650px;
  padding-block: 100px;
}
.thank-you h1 {
  font-size: 60px;
}
.thank-you .button-row {
  justify-content: center;
  margin-top: 30px;
}
.success-mark {
  width: 54px;
  height: 54px;
  border: 1px solid #526952;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  margin: 0 auto 30px;
}
.pricing-panel {
  max-width: 630px;
  margin: 0 auto 35px;
  border: 1px solid #59715d;
  border-radius: 12px;
  padding: 45px;
  background: var(--surface);
}
.pricing-panel h2 {
  font-size: 44px;
}
.pricing-panel > .button {
  width: 100%;
  margin-top: 10px;
}
.centred {
  text-align: center;
  font-size: 12px;
  margin-bottom: 90px;
}
.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 90px;
  align-items: start;
  padding-bottom: 100px;
}
.article-nav {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.article-nav > .eyebrow {
  margin-bottom: 0;
}
.article-nav > a {
  font-size: 12px;
  color: #9dad9f;
  line-height: 1.5;
}
.article-nav > a:hover {
  color: var(--accent);
}
.prose {
  max-width: 760px;
}
.prose > section {
  margin-bottom: 42px;
  scroll-margin-top: 25px;
}
.prose h2 {
  font-size: 27px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.prose p,
.prose li {
  font-size: 14px;
  line-height: 1.85;
}
.prose details {
  border-top: 1px solid var(--line);
  padding-block: 25px;
  scroll-margin-top: 25px;
}
.prose summary {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.5;
}
.prose details > p:first-of-type {
  margin-top: 20px;
}
.prose details p:last-child {
  margin-bottom: 0;
}
.article-end {
  display: flex;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 12px;
  color: var(--accent);
  flex-wrap: wrap;
}
.consent-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 30;
  background: #19261e;
  border: 1px solid #6b806e;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 15px 60px #0008;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.consent-banner strong {
  font-size: 14px;
}
.consent-banner p {
  font-size: 12px;
  margin-bottom: 0;
  max-width: 580px;
}
.consent-banner a {
  text-decoration: underline;
}
.consent-banner .button {
  font-size: 12px;
  padding: 12px;
  min-height: 43px;
}
dialog {
  background: #152119;
  border: 1px solid #536e5b;
  color: var(--ink);
  border-radius: 12px;
  padding: 30px;
  max-width: 540px;
  width: calc(100% - 36px);
  max-height: calc(100dvh - 40px);
}
dialog::backdrop {
  background: #000b;
}
dialog p {
  font-size: 12px;
}
dialog > .check-label {
  padding-block: 17px;
  border-top: 1px solid #3a5040;
}
dialog > a {
  display: block;
  margin-top: 23px;
  font-size: 11px;
  color: var(--accent);
  text-decoration: underline;
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.dialog-heading h2 {
  font-size: 26px;
}
.dialog-heading button {
  background: none;
  border: 0;
  font-size: 28px;
  padding: 0 5px;
  line-height: 1;
}
.dialog-heading ~ .button-row {
  margin-top: 25px;
}
@media (min-width: 1550px) {
  .wrap {
    width: min(1320px, calc(100% - 140px));
  }
  .hero {
    min-height: 770px;
  }
  h1 {
    font-size: 104px;
  }
  .hero-description {
    font-size: 20px;
  }
  .orb-hero {
    max-width: 510px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .nav-sign-in {
    margin-left: 5px;
  }
  .nav-cta {
    gap: 13px;
    padding: 12px;
  }
  .hero {
    gap: 20px;
    min-height: 630px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-description {
    font-size: 16px;
  }
  .orb-hero {
    margin-top: -20px;
    margin-bottom: -10px;
  }
  .split {
    gap: 55px;
  }
  .section {
    padding-block: 85px;
  }
  .section-intro {
    gap: 40px;
  }
  .form-page {
    gap: 45px;
  }
  .form-intro h1 {
    font-size: 48px;
  }
  .tour-description {
    padding: 40px 30px;
  }
  .tour-tabs button {
    padding: 18px 15px;
    font-size: 11px;
    gap: 10px;
  }
  .article-layout {
    gap: 50px;
    grid-template-columns: 210px 1fr;
  }
  .connection-preview {
    grid-template-columns: 1fr 1fr;
  }
  .app-mark {
    padding: 21px 14px;
    gap: 10px;
  }
  .app-mark strong {
    font-size: 11px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    position: relative;
  }
  .wordmark {
    font-size: 18px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 17px;
    background: none;
    border: 1px solid #415045;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 12px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 79px;
    left: -20px;
    right: -20px;
    background: #111b14;
    border-bottom: 1px solid #3c5142;
    padding: 25px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    z-index: 20;
    font-size: 14px;
  }
  .site-header nav.is-open,
  .site-header nav[data-open='true'],
  .site-header nav[aria-hidden='false'] {
    display: flex;
  }
  .site-header:has(.menu-toggle[aria-expanded='true']) nav {
    display: flex;
  }
  .site-header nav > a {
    padding: 15px;
    margin: 0;
  }
  .site-header .nav-cta {
    margin-top: 12px;
    justify-content: space-between;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 48px 30px;
    min-height: 0;
  }
  .hero-copy {
    position: relative;
    z-index: 1;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(50px, 11vw, 74px);
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 440px;
  }
  .hero .button-row {
    margin-top: 25px;
    gap: 8px;
  }
  .hero .button-row .button {
    padding-inline: 12px;
    gap: 12px;
  }
  .button {
    font-size: 12px;
    padding: 15px 17px;
    gap: 20px;
    min-height: 50px;
  }
  .hero .fine-print {
    font-size: 10px;
  }
  .hero-scene {
    padding-top: 10px;
  }
  .orb-hero {
    width: 300px;
    max-width: 100%;
    margin: -25px 0 -24px;
  }
  .spoken-example .eyebrow {
    font-size: 8px;
  }
  .spoken-example p {
    font-size: 17px;
  }
  .soundline {
    margin-top: 0;
  }
  .principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 10px;
    font-size: 10px;
    padding-block: 24px;
  }
  .principles svg {
    width: 16px;
    height: 16px;
  }
  .principles > span {
    gap: 8px;
  }
  .section {
    padding-block: 65px;
  }
  .section-intro {
    display: block;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 37px;
    line-height: 1.12;
  }
  .section-intro p:not(.eyebrow) {
    font-size: 14px;
  }
  .use-case-row {
    grid-template-columns: 26px 1fr 20px;
    gap: 10px;
    padding-block: 25px;
  }
  .use-case-row .eyebrow {
    font-size: 8px;
  }
  .use-case-row h3 {
    font-size: 26px;
  }
  .use-case-row p {
    font-size: 13px;
  }
  .row-arrow {
    font-size: 20px;
  }
  .row-number {
    font-size: 9px;
  }
  .feature-band {
    padding-block: 60px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .split > div > p {
    font-size: 14px;
  }
  .app-mark {
    padding: 24px 15px;
  }
  .app-mark strong {
    font-size: 12px;
  }
  .connection-preview > p {
    font-size: 10px;
  }
  .continuity-preview {
    padding: 25px;
  }
  .continuity-preview h3 {
    font-size: 30px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 40px;
  }
  .trust-strip h2 {
    font-size: 32px;
  }
  .trust-strip li {
    font-size: 12px;
  }
  .closing {
    padding-block: 75px;
  }
  .closing h2 {
    font-size: 46px;
  }
  .closing p {
    font-size: 14px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
    padding-bottom: 35px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 25px;
  }
  .footer-top > div:last-child > span {
    grid-column: 1/-1;
  }
  .footer-top > div:last-child button {
    text-align: left;
  }
  .footer-top > div > a:not(.wordmark),
  .footer-top button {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 35px;
  }
  .page-heading {
    padding-block: 55px 35px;
  }
  .page-heading h1,
  .page-heading-small h1 {
    font-size: 43px;
  }
  .page-heading p:not(.eyebrow) {
    font-size: 14px;
  }
  .tour-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .tour-tabs button {
    min-height: 67px;
    border-bottom: 1px solid #35453a;
    gap: 9px;
    padding: 15px 12px;
  }
  .tour-tabs button:nth-child(even) {
    border-right: 0;
  }
  .tour-tabs button:nth-child(n + 3) {
    border-bottom: 0;
  }
  .tour-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .tour-preview {
    border-right: 0;
    border-bottom: 1px solid #35453a;
    min-height: 380px;
    padding: 25px 20px;
  }
  .tour-description {
    padding: 30px 25px;
    min-height: 315px;
  }
  .tour-description h2 {
    font-size: 31px;
  }
  .tour-description p {
    font-size: 14px;
  }
  .demo-note {
    font-size: 10px;
    margin-top: 20px;
    padding-top: 15px;
  }
  .orb-tour {
    height: 260px;
    width: 260px;
    margin: -28px auto -15px;
  }
  .sample-quote {
    font-size: 20px;
  }
  .tour-controls {
    flex-wrap: wrap;
    padding: 20px;
    gap: 15px;
  }
  .tour-controls > div {
    width: 100%;
    justify-content: space-between;
  }
  .tour-controls > span {
    font-size: 10px;
  }
  .tour-context h3 {
    font-size: 31px;
  }
  .viewfinder {
    height: 290px;
  }
  .tour-recap h3 {
    font-size: 29px;
  }
  .hero-use-case .sample-quote {
    font-size: 20px;
  }
  .three-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .three-columns article {
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
  .three-columns h2 {
    font-size: 28px;
    margin-top: 18px;
  }
  .boundary-note {
    margin-top: 30px;
    font-size: 11px;
  }
  .app-grid {
    grid-template-columns: 1fr 1fr;
  }
  .app-grid article {
    padding: 24px 17px;
  }
  .app-grid h2 {
    font-size: 19px;
  }
  .app-grid p {
    font-size: 12px;
    min-height: 60px;
  }
  .tag {
    font-size: 8px;
  }
  .steps li {
    gap: 25px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    font-size: 13px;
  }
  .form-page {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 35px 65px;
  }
  .form-intro {
    padding-top: 10px;
  }
  .form-intro h1 {
    font-size: 39px;
  }
  .form-intro .plain-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    margin-block: 20px;
  }
  .form-intro .plain-list li {
    font-size: 11px;
    padding: 0;
  }
  .form-intro p {
    font-size: 14px;
  }
  .form-intro .fine-print {
    font-size: 11px;
  }
  .form-surface {
    padding: 25px 22px;
  }
  .form-surface h2 {
    font-size: 25px;
  }
  .public-form .button {
    font-size: 14px;
  }
  input:not([type='checkbox']),
  textarea,
  select {
    font-size: 16px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .pricing-panel {
    width: calc(100% - 40px);
    padding: 28px;
  }
  .pricing-panel h2 {
    font-size: 38px;
  }
  .pricing-panel .plain-list li {
    font-size: 12px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .article-nav {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--line);
  }
  .article-nav .eyebrow {
    grid-column: 1/-1;
  }
  .article-nav > a {
    font-size: 11px;
  }
  .prose h2 {
    font-size: 25px;
  }
  .prose p {
    font-size: 13px;
  }
  .prose summary {
    font-size: 17px;
  }
  .thank-you {
    padding-block: 65px;
    min-height: 550px;
  }
  .thank-you h1 {
    font-size: 44px;
  }
  .thank-you p {
    font-size: 14px;
  }
  .thank-you .fine-print {
    font-size: 11px;
  }
  .consent-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    flex-direction: column;
    gap: 17px;
    align-items: stretch;
  }
  .consent-banner .button-row {
    gap: 8px;
  }
  .consent-banner .button {
    flex: 1;
    font-size: 10px;
    padding: 11px 8px;
  }
  dialog {
    padding: 25px;
  }
  .dialog-heading h2 {
    font-size: 24px;
  }
  dialog .button {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
