@font-face {
  font-family: InterVariable;
  src: url("/assets/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f6f5f0;
  --white: #fffefa;
  --ink: #242922;
  --muted: #666b61;
  --accent: #b7482d;
  --line: rgba(36, 41, 34, 0.15);
  --sage: #e8ece2;
  --radius: 18px;
  --gap: 64px;
  --font-sans: InterVariable, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
p,
h1,
h2,
h3,
dl,
dd,
ol {
  margin: 0;
}
p {
  text-wrap: pretty;
  line-height: 1.65;
}
h1,
h2,
h3 {
  font-weight: 500;
  text-wrap: balance;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(64px, 7vw, 100px);
  max-width: 12ch;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  max-width: 24ch;
}
h3 {
  font-size: 23px;
  letter-spacing: -0.03em;
}
img {
  display: block;
  max-width: 100%;
}
button {
  border: 0;
}
::selection {
  background: #efbf94;
  color: var(--ink);
}
.site-shell {
  isolation: isolate;
}
.container {
  width: min(100% - 96px, 1240px);
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  flex-shrink: 0;
}
.brand img {
  width: 200px;
  height: auto;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.desktop-nav a:hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  font-size: 14px;
}
.header-contact:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.menu-toggle {
  display: none;
  background: none;
  width: 48px;
  height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.menu-toggle span {
  height: 1px;
  width: 23px;
  background: var(--ink);
}
.mobile-nav {
  padding-block: 0 24px;
}
.mobile-nav:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav a {
  padding: 12px 0;
}
.hero {
  padding-block: 72px 88px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: center;
}
.hero-copy {
  min-width: 0;
  padding-block: 24px;
}
.accent-word {
  color: var(--accent);
}
.hero-description {
  font-size: 19px;
  max-width: 38ch;
  margin-block: 25px 32px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px 18px;
  min-height: 56px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.button-primary {
  color: var(--white);
  background: var(--ink);
}
.button-primary:hover {
  background: #3e4739;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  border-bottom: 1px solid transparent;
}
.text-link:hover {
  border-color: var(--ink);
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
}
.voice-art {
  min-width: 0;
  height: 526px;
  position: relative;
  background: #ecebdf;
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(85, 86, 67, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 86, 67, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 25%,
    black 80%,
    transparent
  );
}
.art-topline,
.art-bottomline {
  position: absolute;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  color: #676d5b;
}
.art-topline {
  top: 26px;
}
.art-topline > span:last-child {
  font:
    10px ui-monospace,
    monospace;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.art-bottomline {
  bottom: 28px;
  justify-content: center;
  gap: 12px;
}
.wave-field {
  position: absolute;
  inset: 70px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transform: rotate(-19deg);
}
.wave-field i {
  width: 6px;
  flex: 1 0 3px;
  max-width: 8px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #d9a363, #b85031 52%, #e0b990);
  height: var(--height);
  opacity: var(--opacity);
  animation: breathe 6s ease-in-out infinite;
  animation-delay: var(--delay);
}
.hello-orbit {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: rgba(250, 248, 237, 0.9);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  transform: rotate(-9deg);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 70px rgba(80, 50, 15, 0.1);
  font-size: 47px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.hello-period {
  color: var(--accent);
}
.sound-bars {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
}
.sound-bars i {
  width: 2px;
  background: #6e7861;
  border-radius: 2px;
  height: 8px;
}
.sound-bars i:nth-child(2),
.sound-bars i:nth-child(4) {
  height: 15px;
}
.sound-bars i:nth-child(3) {
  height: 20px;
}
.principles {
  border-block: 1px solid var(--line);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-block: 28px;
}
.principle-grid p {
  font-size: 13px;
  text-align: center;
  color: #60665a;
}
.principle-grid p + p {
  border-left: 1px solid var(--line);
}
.section-heading {
  margin-bottom: 48px;
}
.section-heading > p:last-child {
  max-width: 55ch;
  color: var(--muted);
  margin-top: 20px;
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: end;
}
.split-heading > p:last-child {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  padding-bottom: 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.feature-grid > div {
  min-width: 0;
}
.feature-grid dt {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.feature-number {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--accent);
  margin-bottom: 30px;
  font-variant-numeric: tabular-nums;
}
.feature-grid dd {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 15px;
}
.feature-grid .feature-audience {
  font-size: 12px;
  color: var(--ink);
  margin-top: 26px;
}
.conversation-section {
  background: var(--sage);
}
.conversation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: center;
}
.conversation-intro > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 42ch;
  margin-top: 24px;
}
.scenario-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  max-width: 380px;
}
.scenario-tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 18px 14px;
  background: none;
  border-bottom: 1px solid rgba(36, 41, 34, 0.16);
  font-size: 14px;
  border-radius: 5px;
}
.scenario-tabs button[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.6);
  border-bottom-color: transparent;
}
.scenario-tabs button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.scenario-tabs button span {
  opacity: 0;
}
.scenario-tabs button[aria-selected="true"] span {
  opacity: 1;
}
.conversation-intro .example-disclaimer {
  font-size: 12px;
  max-width: 47ch;
}
.conversation-preview {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 15px 55px rgba(36, 41, 34, 0.04);
  outline: 1px solid rgba(36, 41, 34, 0.04);
  min-width: 0;
  overflow: hidden;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.preview-kind {
  color: var(--muted);
  text-align: right;
}
.transcript {
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  min-height: 383px;
}
.utterance {
  max-width: 90%;
  font-size: 14px;
}
.utterance > p:last-child {
  line-height: 1.6;
}
.speaker {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
}
.agent-utterance {
  align-self: flex-end;
  background: #f1f1e9;
  padding: 13px 16px;
  border-radius: 12px;
  max-width: 92%;
}
.agent-utterance .speaker {
  color: #637554;
}
.takeaway {
  margin: 0 28px 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.takeaway-label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 7px;
}
.takeaway p:last-child {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  padding: 0;
  list-style: none;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  min-width: 0;
}
.step-number {
  font-size: 12px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  margin-bottom: 35px;
}
.steps h3 {
  margin-bottom: 14px;
}
.steps li > p:last-child {
  font-size: 14px;
  color: var(--muted);
  max-width: 35ch;
}
.pilot-section {
  background: #e8b58f;
  padding-block: 80px;
}
.pilot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: start;
}
.pilot-grid h2 {
  font-size: clamp(35px, 4vw, 53px);
}
.pilot-intro {
  color: #554c3d;
  max-width: 42ch;
  margin-top: 28px;
}
.pilot-grid > div > .pilot-note {
  font-size: 14px;
  color: #554c3d;
  max-width: 44ch;
  margin-top: 24px;
}
.pilot-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-left: 15px;
  min-width: 0;
}
.pilot-details > p:first-child {
  max-width: 42ch;
  color: #554c3d;
}
.button-outline {
  border: 1px solid rgba(36, 41, 34, 0.7);
  background: transparent;
}
.button-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}
.contact-address {
  font-size: 14px;
  border-bottom: 1px solid rgba(36, 41, 34, 0.4);
  padding-bottom: 3px;
  overflow-wrap: anywhere;
}
.contact-address:hover {
  border-bottom-color: var(--ink);
}
.pilot-details .pilot-note {
  font-size: 12px;
  color: #655748;
  max-width: 42ch;
}
.feedback-form {
  display: grid;
  gap: 22px;
  width: 100%;
  min-width: 0;
}
.feedback-form[hidden] {
  display: none;
}
.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.form-field label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.form-field label span {
  font-weight: 400;
  color: #554c3d;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 41, 34, 0.45);
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -1px;
}
.form-select {
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
  min-width: 0;
}
.form-select select {
  grid-column: 1 / -1;
  grid-row: 1;
  appearance: none;
  padding-right: 38px;
  cursor: pointer;
}
.form-select svg {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  pointer-events: none;
}
.form-hint,
.form-privacy,
.email-fallback {
  font-size: 14px;
  line-height: 1.65;
  color: #554c3d;
}
.form-privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-privacy a:hover {
  text-decoration-thickness: 2px;
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.form-actions {
  display: flex;
  align-items: center;
}
.feedback-form :disabled {
  cursor: wait;
  opacity: 0.65;
}
.form-status {
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.65;
  padding: 14px 16px;
  border: 1px solid rgba(36, 41, 34, 0.35);
  border-radius: 7px;
  background: rgba(255, 254, 250, 0.65);
}
.form-status:empty {
  display: none;
}
.form-error {
  color: #7a241c;
  border-color: rgba(122, 36, 28, 0.55);
}
.form-error:focus-visible {
  outline: 2px solid #7a241c;
  outline-offset: 3px;
}
.email-fallback {
  width: 100%;
  border-top: 1px solid rgba(36, 41, 34, 0.25);
  padding-top: 22px;
  overflow-wrap: anywhere;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
.faq-grid h2 {
  font-size: 40px;
  max-width: 13ch;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 23px;
  font-size: 14px;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-weight: 400;
  font-size: 22px;
  flex-shrink: 0;
}
details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 14px;
  color: var(--muted);
  max-width: 55ch;
  padding-bottom: 24px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 38px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-brand img {
  width: 174px;
  height: auto;
}
.footer-brand p,
.footer-links {
  font-size: 12px;
  color: var(--muted);
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.legal-content {
  max-width: 72ch;
  padding-block: 72px 112px;
}
.legal-content h1 {
  font-size: 56px;
  max-width: none;
  margin-bottom: 18px;
}
.legal-content h2 {
  font-size: 25px;
  margin-block: 35px 12px;
  letter-spacing: -0.035em;
}
.legal-content p {
  margin-block: 12px;
  color: var(--muted);
}
.legal-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content .button {
  margin-top: 30px;
  text-decoration: none;
}
.error-page {
  min-height: 70svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.error-page h1 {
  font-size: 64px;
  max-width: 15ch;
}
.error-page p {
  color: var(--muted);
  max-width: 45ch;
}
@keyframes breathe {
  0%,
  100% {
    transform: scaleY(0.97);
  }
  50% {
    transform: scaleY(1.03);
  }
}
.hero-note,
.feature-grid .feature-audience,
.conversation-intro .example-disclaimer,
.takeaway p:last-child,
.pilot-details .pilot-note,
.footer-brand p,
.footer-links {
  font-size: 14px;
}
.principle-grid p,
.preview-heading,
.speaker,
.takeaway-label {
  font-size: 14px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 90px 100px;
  }
  .voice-art {
    height: 570px;
  }
}
@media (max-width: 1100px) {
  :root {
    --gap: 40px;
  }
  .container {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-actions {
    gap: 16px;
  }
  .voice-art {
    height: 470px;
  }
  .art-topline {
    font-size: 10px;
    left: 18px;
    right: 18px;
  }
  .art-topline > span:last-child {
    display: none;
  }
  .desktop-nav {
    gap: 20px;
  }
  .feature-grid dt {
    font-size: 18px;
  }
  .transcript {
    min-height: 410px;
    padding: 24px;
  }
  .preview-heading {
    padding: 22px 24px;
  }
  .takeaway {
    margin: 0 24px 24px;
  }
}
@media (max-width: 850px) {
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .header-inner {
    height: 82px;
  }
  .hero-grid,
  .conversation-grid,
  .split-heading,
  .pilot-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-block: 40px 52px;
  }
  .hero-grid {
    gap: 40px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: 76px;
    max-width: 15ch;
  }
  .hero h1 br {
    display: none;
  }
  .hero-description {
    max-width: 46ch;
  }
  .voice-art {
    height: 430px;
  }
  .wave-field {
    inset: 30px 40px;
    gap: 8px;
  }
  .art-topline {
    left: 28px;
    right: 28px;
    font-size: 12px;
  }
  .art-topline > span:last-child {
    display: initial;
  }
  .principle-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .principle-grid p:nth-child(3) {
    border-left: 0;
  }
  .section {
    padding-block: 76px;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .split-heading {
    gap: 24px;
  }
  .feature-grid,
  .steps {
    gap: 28px;
  }
  .feature-grid dt {
    font-size: 18px;
  }
  .feature-grid dd,
  .steps li > p:last-child {
    font-size: 14px;
  }
  .feature-number {
    margin-bottom: 18px;
  }
  .conversation-intro > p:not(.eyebrow) {
    max-width: 52ch;
  }
  .scenario-tabs {
    max-width: none;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding-block: 5px;
  }
  .scenario-tabs button {
    flex: 1 0 auto;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    font-size: 13px;
  }
  .scenario-tabs button span {
    display: none;
  }
  .conversation-preview {
    max-width: none;
  }
  .transcript {
    min-height: 310px;
  }
  .utterance {
    font-size: 15px;
  }
  .conversation-intro .example-disclaimer {
    max-width: none;
  }
  .pilot-details {
    padding: 0;
  }
  .pilot-grid h2 br {
    display: none;
  }
  .pilot-details > p:first-child {
    max-width: 55ch;
  }
  .faq-grid h2 {
    max-width: none;
  }
  .footer-inner {
    align-items: flex-start;
  }
  .footer-links {
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 600px) {
  :root {
    --gap: 32px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .brand img {
    width: 180px;
  }
  .hero h1 {
    font-size: 64px;
    max-width: 10ch;
  }
  .hero h1 br {
    display: initial;
  }
  .eyebrow {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 18px;
    margin-block: 23px 27px;
    max-width: 33ch;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .button,
  .text-link {
    font-size: 16px;
  }
  .button {
    min-height: 56px;
  }
  .hero-note {
    font-size: 16px;
    max-width: 30ch;
    margin-top: 14px;
  }
  .voice-art {
    height: 360px;
  }
  .wave-field {
    inset: 65px 4px;
    gap: 4px;
  }
  .wave-field i {
    min-width: 3px;
  }
  .hello-orbit {
    width: 150px;
    height: 150px;
    font-size: 40px;
  }
  .art-topline,
  .art-bottomline {
    left: 20px;
    right: 20px;
    font-size: 12px;
  }
  .art-topline > span:last-child {
    display: none;
  }
  .principle-grid {
    gap: 20px 16px;
    padding-block: 25px;
  }
  .principle-grid p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    max-width: 19ch;
    padding-right: 4px;
  }
  .principle-grid p:nth-child(2n) {
    padding-left: 16px;
  }
  .section {
    padding-block: 64px;
  }
  h2 {
    font-size: 36px;
    max-width: 18ch;
  }
  .section-heading > p:last-child,
  .split-heading > p:last-child {
    font-size: 16px;
  }
  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feature-grid {
    padding-top: 28px;
  }
  .feature-grid > div + div {
    border-top: 1px solid var(--line);
    padding-top: 28px;
  }
  .feature-grid dt {
    font-size: 21px;
  }
  .feature-grid dd,
  .feature-grid .feature-audience,
  .feature-number {
    font-size: 16px;
  }
  .feature-number {
    margin-bottom: 14px;
  }
  .feature-grid dd {
    margin-top: 12px;
  }
  .feature-grid .feature-audience {
    margin-top: 16px;
  }
  .scenario-tabs {
    gap: 7px;
  }
  .scenario-tabs button {
    font-size: 16px;
    padding: 14px 11px;
  }
  .conversation-intro .example-disclaimer {
    font-size: 16px;
  }
  .preview-heading {
    font-size: 16px;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
  }
  .preview-kind {
    font-size: 16px;
  }
  .transcript {
    padding: 22px 20px;
    min-height: 0;
    gap: 22px;
  }
  .utterance {
    font-size: 16px;
    max-width: 95%;
  }
  .speaker {
    font-size: 16px;
  }
  .agent-utterance {
    padding: 15px;
    max-width: 95%;
  }
  .takeaway {
    margin: 0 20px 24px;
  }
  .takeaway-label,
  .takeaway p:last-child {
    font-size: 16px;
  }
  .step-number,
  .steps li > p:last-child {
    font-size: 16px;
  }
  .step-number {
    margin-bottom: 22px;
  }
  .steps h3 {
    font-size: 24px;
  }
  .pilot-section {
    padding-block: 60px;
  }
  .pilot-grid h2 {
    font-size: 39px;
  }
  .pilot-details > p:first-child,
  .pilot-details .pilot-note,
  .contact-address,
  .pilot-grid > div > .pilot-note,
  .form-field label,
  .form-hint,
  .form-privacy,
  .form-status,
  .email-fallback {
    font-size: 16px;
  }
  .faq-grid h2 {
    font-size: 36px;
  }
  .faq-list summary,
  .faq-list details > p {
    font-size: 16px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 28px;
  }
  .footer-links {
    align-items: flex-start;
    gap: 18px;
  }
  .footer-brand p,
  .footer-links {
    font-size: 16px;
  }
  .legal-content {
    padding-block: 45px 65px;
  }
  .legal-content h1 {
    font-size: 44px;
  }
  .legal-content h2 {
    font-size: 25px;
  }
  .error-page h1 {
    font-size: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .wave-field i {
    animation: none;
  }
}
