@font-face {
  font-family: DM;
  src: url('./dm-sans.ttf') format('truetype');
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #000;
  --surface: #101212;
  --text: #edf3ef;
  --muted: #969f9a;
  --mint: #91f5c2;
  --mascot: #b3e7cf;
  --line: #282d2b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: DM, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 5px;
}
svg {
  color: var(--mascot);
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.wrap {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 14px;
  background: var(--mint);
  color: #000;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 64px));
  margin: auto;
  gap: 24px;
}
.brand {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.brand svg {
  width: 43px;
  height: 43px;
}
.mobile-menu {
  display: none;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #c3ccc7;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--mint);
}
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: #05130c;
  border-radius: 100px;
  min-height: 52px;
  padding: 14px 27px;
  font-size: 14px;
  font-weight: 650;
}
.button:hover {
  background: #b3e7cf;
}
.chapter {
  padding: 105px 0;
  min-height: 740px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero {
  padding: 45px 0 75px;
  min-height: calc(100svh - 128px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 15px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #c3ccc7;
  margin: 0 0 26px;
}
.availability span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
h1 {
  font-size: clamp(48px, 5.15vw, 74px);
  line-height: 1.04;
  font-weight: 530;
  letter-spacing: -3.8px;
  margin: 0 0 27px;
}
.intro {
  max-width: 410px;
  color: #c3ccc7;
  font-size: 17px;
  line-height: 1.65;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 29px;
}
.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.text-link span {
  font-size: 20px;
}
.quiet {
  color: var(--muted);
  font-size: 11px;
  margin-top: 20px;
}
.hero-art {
  height: 580px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -69px;
  bottom: 0;
  z-index: 3;
  transform: rotate(-13deg);
}
.phone {
  width: 270px;
  height: 550px;
  border: 5px solid #282b2a;
  outline: 1px solid #454947;
  border-radius: 43px;
  background: #0b0b0b;
  padding: 15px 15px 10px;
  position: relative;
  box-shadow: 18px 32px 65px #0008;
  flex-shrink: 0;
  overflow: hidden;
}
.hero-phone {
  transform: rotate(7deg);
  margin-left: 64px;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px;
  font-size: 10px;
  height: 27px;
  position: relative;
}
.island {
  width: 71px;
  height: 20px;
  background: #000;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.app-header {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  margin-top: 20px;
}
.avatar {
  border: 1px solid #434a45;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  background: #202521;
}
.app-header small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.crew-icon {
  margin-left: auto;
  color: var(--mint);
}
.phone-greeting {
  margin-top: 60px;
  text-align: center;
}
.phone-greeting svg {
  width: 104px;
  height: 104px;
}
.phone-greeting h3 {
  font-size: 17px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin: 7px 0 0;
}
.sample-prompt {
  margin-top: 59px;
  display: inline-block;
  font-size: 9px;
  border: 1px solid #343b36;
  border-radius: 20px;
  padding: 10px;
}
.composer {
  background: #171717;
  border: 1px solid #353a37;
  border-radius: 20px;
  font-size: 10px;
  color: #b7c2bc;
  padding: 13px 11px;
  margin-top: 10px;
  line-height: 1.6;
}
.composer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  font-size: 17px;
}
.send {
  background: #4e7361;
  color: #000;
  padding: 0 8px;
  border-radius: 9px;
}
.home-indicator {
  width: 90px;
  height: 3px;
  background: #ddd;
  border-radius: 3px;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
}
.scene-caption {
  font-size: 10px;
  color: var(--muted);
  display: block;
}
.hero-caption {
  position: absolute;
  right: 35px;
  bottom: -20px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
.section-copy {
  max-width: 450px;
}
.section-copy h2,
.faq-layout h2 {
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 500;
  letter-spacing: -2.5px;
  line-height: 1.06;
  margin: 0 0 26px;
}
.section-copy > p {
  font-size: 18px;
  line-height: 1.7;
  color: #c3ccc7;
  margin: 0 0 20px;
}
.section-copy > p.secondary-copy {
  font-size: 14px;
  color: var(--muted);
  max-width: 345px;
  line-height: 1.8;
}
.scene {
  min-width: 0;
}
.conversation-scene,
.record-scene {
  grid-column: 1;
  grid-row: 1;
}
.conversation-scene + .section-copy {
  grid-column: 2;
}
.chapter:has(.conversation-scene) .section-copy,
.chapter:has(.record-scene) .section-copy {
  grid-column: 2;
  grid-row: 1;
}
.conversation {
  max-width: 380px;
  margin: auto;
}
.conversation > .scene-caption {
  margin-bottom: 30px;
}
.message {
  font-size: 16px;
  line-height: 1.65;
}
.message.user {
  background: #202522;
  border-radius: 22px 22px 5px 22px;
  padding: 18px 22px;
  margin-left: 28px;
}
.message.reply {
  padding: 0 5px 0 10px;
  color: #c3ccc7;
}
.message.short {
  margin: 27px 0 0 auto;
  width: fit-content;
}
.speaker {
  display: flex;
  align-items: center;
  margin: 19px 0 6px;
  font-size: 12px;
  gap: 5px;
}
.speaker svg {
  width: 30px;
  height: 30px;
}
.speaker strong {
  font-weight: 500;
}
.conversation-bottom {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.crew-illustration {
  height: 255px;
  position: relative;
}
.crew-illustration svg {
  position: absolute;
}
.crew-one {
  width: 250px;
  height: 250px;
  left: 80px;
  bottom: 0;
}
.crew-two {
  width: 170px;
  height: 170px;
  left: -10px;
  bottom: 0;
  color: #c4e3b3;
  transform: rotate(-18deg);
}
.crew-three {
  width: 140px;
  height: 140px;
  right: -10px;
  bottom: 0;
  color: #b3d9e7;
  transform: rotate(16deg);
}
.brief {
  background: #171717;
  border-radius: 18px;
  padding: 25px;
  position: relative;
  margin-top: -5px;
}
.brief-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}
.brief-heading span {
  font-size: 10px;
  color: var(--mint);
}
.brief p {
  font-size: 15px;
  line-height: 1.65;
  color: #c3ccc7;
}
.record-link {
  font-size: 11px;
  color: var(--muted);
}
.scene-caption.centered {
  text-align: center;
  margin-top: 20px;
}
.record {
  border: 1px solid #343b36;
  background: #101212;
  border-radius: 24px;
  padding: 28px;
  max-width: 410px;
  margin: auto;
}
.record-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  gap: 14px;
  color: #c3ccc7;
}
.pill {
  border: 1px solid #3f5147;
  border-radius: 20px;
  padding: 5px 9px;
  white-space: nowrap;
  font-size: 9px;
  color: #b3e7cf;
}
.record-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 31px 0;
}
.record-title svg {
  width: 58px;
  height: 58px;
}
.record-title h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 500;
}
.record-title div > span {
  font-size: 12px;
  color: var(--muted);
}
.decision {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 13px;
  color: var(--muted);
}
.decision strong {
  font-size: 31px;
  color: var(--text);
  font-weight: 450;
}
.record > p {
  font-size: 15px;
  line-height: 1.7;
  color: #c3ccc7;
  margin: 22px 0 30px;
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 52px;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] summary > span {
  transform: rotate(45deg);
}
.record-detail {
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.record-detail summary {
  color: var(--mint);
  padding-top: 10px;
}
.record-detail p {
  font-size: 13px;
  line-height: 1.7;
  color: #c3ccc7;
}
.control-panel {
  max-width: 420px;
  border-radius: 24px;
  background: #171717;
  margin: auto;
  padding: 30px;
}
.record-top h3 {
  font-size: 21px;
  font-weight: 500;
  color: var(--text);
  margin: 0;
}
.agent-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 36px 0;
}
.agent-row svg {
  width: 60px;
  height: 60px;
}
.agent-row strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.agent-row div span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  margin-left: auto;
}
.status-dot.stopped {
  background: var(--muted);
}
.stop-button {
  width: 100%;
  padding: 15px;
  border: 1px solid #73605c;
  color: #efbeb3;
  background: transparent;
  border-radius: 12px;
  font-size: 13px;
}
.stop-button:disabled {
  color: var(--muted);
  border-color: var(--line);
  cursor: default;
}
.demo-explanation {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 17px 0 0;
}
.reset-button {
  background: none;
  border: 0;
  color: var(--mint);
  padding: 16px 0 0;
  font-size: 12px;
}
.faq-layout {
  padding-block: 100px 110px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.faq-layout h2 {
  font-size: 38px;
  letter-spacing: -1.5px;
}
.faq-layout > div > p {
  color: var(--muted);
  font-size: 14px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  padding: 21px 0;
  font-size: 15px;
}
.faq-list summary > span {
  color: var(--muted);
  font-size: 22px;
}
.faq-list details p {
  font-size: 14px;
  color: #c3ccc7;
  line-height: 1.8;
  padding-bottom: 15px;
}
.final-cta {
  background: var(--mint);
  color: #05130c;
  overflow: hidden;
}
.final-cta a:focus-visible {
  outline-color: #05130c;
}
.final-inner {
  position: relative;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 0;
}
.final-inner > p {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.final-inner h2 {
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4px;
  margin: 10px 0 30px;
  position: relative;
  z-index: 1;
}
.button.dark {
  background: #05130c;
  color: #edf3ef;
  position: relative;
  z-index: 1;
}
.final-inner p.closing-small {
  font-size: 11px;
  margin-top: 18px;
}
.closing-blob {
  --mascot-outline: #05130c;
  position: absolute;
  right: -70px;
  bottom: -65px;
  width: 520px;
  height: 520px;
  color: #b3e7cf;
  transform: rotate(-14deg);
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 38px;
}
footer .brand {
  font-size: 20px;
}
footer p,
footer > a:last-child {
  font-size: 11px;
  color: var(--muted);
}
.in-view .animated-blob {
  animation: greet 2.5s ease-in-out 1;
}
.in-view .crew-two {
  animation-delay: 0.15s;
}
.in-view .crew-three {
  animation-delay: 0.3s;
}
@keyframes greet {
  0%,
  100% {
    translate: 0 0;
  }
  35% {
    translate: 0 -13px;
    rotate: 5deg;
  }
  65% {
    translate: 0 2px;
    rotate: -3deg;
  }
}
@media (min-width: 1500px) {
  .hero-art {
    height: 650px;
  }
  .hero-phone {
    scale: 1.08;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .split {
    gap: 50px;
  }
  .hero-grid {
    grid-template-columns: 1.1fr 1fr;
  }
  h1 {
    font-size: 54px;
    letter-spacing: -2.7px;
  }
  .hero-art {
    scale: 0.88;
    transform-origin: center;
  }
  .hero-blob {
    left: -50px;
  }
  .actions {
    gap: 17px;
  }
  .chapter {
    min-height: 680px;
  }
  .crew-one {
    left: 45px;
  }
  .crew-three {
    right: -25px;
  }
  .faq-layout {
    gap: 50px;
  }
  .closing-blob {
    right: -130px;
    width: 470px;
  }
  .final-inner h2 {
    font-size: 70px;
  }
}
/* Stack before the desktop columns become cramped, then scale for phone reading. */
@media (max-width: 900px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: min(520px, calc(100% - 40px));
  }
  .site-header {
    height: 72px;
    width: min(520px, calc(100% - 40px));
    gap: 16px;
    position: relative;
    z-index: 10;
  }
  .brand {
    font-size: 23px;
  }
  .brand svg {
    width: 35px;
    height: 35px;
  }
  .site-header .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    min-height: 44px;
    padding-inline: 12px;
    gap: 12px;
    font-size: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
  }
  .mobile-menu nav {
    position: absolute;
    top: 64px;
    right: 0;
    width: 200px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 16px 32px #0008;
  }
  .mobile-menu nav a {
    padding-inline: 16px;
    font-size: 14px;
  }
  .site-header nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .chapter {
    padding: 80px 0;
    min-height: 0;
  }
  .hero {
    min-height: calc(100svh - 72px);
    padding: 20px 0 64px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .hero-copy {
    display: contents;
  }
  .hero-grid {
    text-align: center;
  }
  .availability {
    font-size: 12px;
    margin-bottom: 14px;
    justify-content: center;
    order: 0;
  }
  h1 {
    font-size: clamp(34px, 9.7vw, 52px);
    letter-spacing: -1.8px;
    line-height: 1.08;
    margin-bottom: 0;
    order: 1;
  }
  .intro {
    font-size: 16px;
    line-height: 1.6;
    max-width: 300px;
    margin: 8px auto 0;
    order: 3;
  }
  .actions {
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    order: 4;
  }
  .button {
    min-height: 48px;
    font-size: 14px;
    padding: 13px 21px;
  }
  .text-link {
    min-height: 44px;
    font-size: 13px;
  }
  .quiet {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .hero-art {
    scale: 1;
    height: 390px;
    margin-top: 16px;
    order: 2;
    width: 100%;
    max-width: 360px;
    align-self: center;
  }
  .hero-phone {
    scale: 0.66;
    margin-left: 46px;
    transform: rotate(5deg);
  }
  .hero-blob {
    width: 240px;
    height: 240px;
    left: -24px;
    bottom: 4px;
  }
  .hero-caption {
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  .split {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .section-copy {
    max-width: none;
  }
  .section-copy h2 {
    font-size: clamp(32px, 8.6vw, 42px);
    letter-spacing: -1.3px;
    margin-bottom: 18px;
  }
  .section-copy > p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
  }
  .section-copy > p.secondary-copy {
    font-size: 14px;
    line-height: 1.6;
    max-width: none;
  }
  .scene {
    width: 100%;
  }
  .scene-caption {
    font-size: 12px;
    line-height: 1.5;
  }
  .conversation {
    max-width: none;
  }
  .conversation > .scene-caption {
    margin-bottom: 20px;
  }
  .message {
    font-size: 15px;
    line-height: 1.6;
  }
  .message.user {
    padding: 14px 18px;
    margin-left: 18px;
  }
  .message.short {
    margin-left: auto;
  }
  .conversation-bottom {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 24px;
    padding-top: 16px;
  }
  .crew-illustration {
    height: 170px;
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .crew-one {
    width: 190px;
    height: 190px;
    left: calc(50% - 95px);
  }
  .crew-two {
    left: 0;
    width: 130px;
    height: 130px;
  }
  .crew-three {
    right: 0;
    width: 115px;
    height: 115px;
  }
  .brief {
    padding: 20px;
  }
  .brief-heading {
    font-size: 14px;
  }
  .brief-heading span,
  .record-link {
    font-size: 12px;
    line-height: 1.6;
  }
  .record {
    max-width: none;
    padding: 20px;
  }
  .record-top {
    font-size: 12px;
    gap: 8px;
  }
  .pill {
    font-size: 10px;
  }
  .record-title {
    margin: 22px 0;
  }
  .record > p {
    margin: 18px 0 20px;
  }
  .control-panel {
    max-width: none;
    padding: 20px;
  }
  .agent-row {
    margin: 24px 0;
    gap: 8px;
  }
  .agent-row div span,
  .demo-explanation {
    font-size: 12px;
  }
  .reset-button {
    min-height: 44px;
  }
  .faq-layout {
    display: block;
    padding-block: 80px;
  }
  .faq-layout h2 {
    font-size: 34px;
  }
  .faq-list {
    margin-top: 24px;
  }
  .faq-list summary {
    font-size: 15px;
    line-height: 1.5;
    padding: 18px 0;
  }
  .final-inner {
    min-height: 0;
    padding: 40px 0 170px;
    justify-content: flex-start;
  }
  .final-inner > p {
    font-size: 13px;
  }
  .final-inner h2 {
    font-size: clamp(36px, 10vw, 52px);
    letter-spacing: -1.8px;
    line-height: 1.08;
    margin-bottom: 24px;
  }
  .final-inner p.closing-small {
    font-size: 12px;
  }
  .closing-blob {
    width: 210px;
    height: 210px;
    right: -10px;
    bottom: -30px;
  }
  footer {
    flex-wrap: wrap;
    padding-block: 24px;
    gap: 12px;
  }
  footer p {
    order: 3;
    flex-basis: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
  }
  footer > a:last-child {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Clip empty rotated SVG bounds without clipping the visible characters. */
.hero,
.crew-illustration {
  overflow: clip;
}
