@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/geist-mono-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  color-scheme: light;
  --charcoal: #13120e;
  --forest: #173b32;
  --forest-deep: #0c281f;
  --paper: #f5f0e6;
  --card: #fffcf7;
  --ink: #211f1a;
  --muted: #6e6a60;
  --ochre: #c08531;
  --ochre-dark: #b97927;
  --ochre-light: #e0ad4f;
  --mint: #8fe5b5;
  --line: #d9d4c7;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--forest-deep);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.home {
  background: var(--ochre);
}

a {
  color: var(--ochre-dark);
  text-underline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
}

em {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--card);
  background: var(--charcoal);
  border-radius: 10px;
  transform: translateY(-150%);
}

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

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin-inline: auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 241, 0.32);
}

body:not(.home) .site-header {
  border-color: var(--line);
}

.site-header a {
  text-decoration: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--card);
  background: var(--forest);
  border-radius: 50%;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.brand-name {
  color: var(--card);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

body:not(.home) .brand-name {
  color: var(--ink);
}

.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a {
  color: var(--card);
}

body:not(.home) .site-header nav a {
  color: var(--ink);
}

.status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 250, 241, 0.8);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:not(.home) .status {
  color: var(--muted);
}

.status::before,
.listening i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(143, 229, 181, 0.14);
  content: "";
}

.home-main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 690px;
  margin-inline: auto;
  padding: 64px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  color: var(--card);
}

.eyebrow {
  margin-bottom: 24px;
  color: inherit;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 14px;
  font-weight: 800;
}

.hero-copy h1 {
  margin-bottom: 30px;
  color: var(--card);
  font-size: clamp(4.1rem, 7.2vw, 7.2rem);
  letter-spacing: -0.072em;
  line-height: 0.79;
}

.hero-copy h1 em {
  display: inline-block;
  color: var(--paper);
}

.lede {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 250, 241, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  background: var(--ochre-light);
  border: 1px solid rgba(19, 18, 14, 0.28);
  border-radius: 15px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease-out, background 0.18s ease-out;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 1.1rem;
  transition: transform 0.2s ease-out;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.free-note {
  margin: 18px 0 0;
  color: rgba(255, 250, 241, 0.65);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
}

.object-stage {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--forest);
  border: 1px solid rgba(255, 250, 241, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(12, 40, 31, 0.14),
    0 38px 80px rgba(76, 24, 15, 0.28);
}

.axis {
  position: absolute;
  z-index: 0;
  background: rgba(255, 250, 241, 0.25);
}

.axis.horizontal {
  width: 100%;
  height: 1px;
}

.axis.vertical {
  width: 1px;
  height: 100%;
}

.mascot-plaque {
  width: 66%;
  aspect-ratio: 1;
  z-index: 2;
  display: grid;
  place-items: center;
  animation: mascot-breathe 4s ease-in-out infinite;
}

.mascot {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  filter: drop-shadow(0 18px 18px rgba(5, 24, 18, 0.35));
}

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

.object-label {
  position: absolute;
  z-index: 3;
  color: rgba(255, 250, 241, 0.6);
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.09em;
  line-height: 1.45;
}

.object-label strong {
  color: var(--paper);
  font-weight: 600;
}

.object-label.top-left { top: 10%; left: 11%; }
.object-label.top-right { top: 10%; right: 11%; text-align: right; }
.object-label.bottom-left { bottom: 10%; left: 11%; }
.object-label.bottom-right { right: 11%; bottom: 10%; text-align: right; }

.ticker {
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 12px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  overflow: hidden;
  color: var(--forest-deep);
  background: var(--ochre-light);
  border-block: 1px solid rgba(12, 40, 31, 0.35);
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.ticker b {
  font-size: 0.7rem;
}

.follow-demo,
.how,
.pricing,
.privacy-statement {
  padding: clamp(84px, 10vw, 150px) max(24px, calc((100vw - 1240px) / 2));
}

.follow-demo,
.how {
  background: var(--paper);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 80px;
  align-items: end;
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--ochre);
}

.section-intro h2,
.pricing-heading h2,
.privacy-statement h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(3.6rem, 6vw, 6.5rem);
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.section-intro h2 em,
.pricing-heading h2 em {
  color: var(--ochre);
}

.section-intro > p:last-child {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.prompter-shell {
  margin-top: 68px;
  overflow: hidden;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(23, 59, 50, 0.1);
}

.prompter-toolbar {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prompter-toolbar > :first-child {
  margin-right: auto;
}

.listening {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  font-weight: 700;
}

.prompter-copy {
  min-height: 350px;
  padding: clamp(42px, 7vw, 86px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.22em;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.prompter-copy .spoken {
  color: var(--ink);
}

.prompter-copy .current {
  color: var(--forest);
  background: linear-gradient(transparent 80%, rgba(224, 173, 79, 0.5) 80%);
}

.prompter-copy .upcoming {
  color: #c5c0b5;
}

.transcript-strip {
  padding: 15px 18px;
  color: rgba(242, 237, 224, 0.72);
  background: var(--charcoal);
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transcript-strip span {
  margin-right: 15px;
  color: var(--ochre-light);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.how {
  padding-top: 0;
}

.steps {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  min-height: 430px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.step-meta {
  display: flex;
  justify-content: space-between;
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.step-card h3 {
  max-width: 310px;
  margin: 75px 0 17px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.35rem;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.step-card p {
  max-width: 340px;
  color: inherit;
  font-size: 0.86rem;
  line-height: 1.7;
  opacity: 0.78;
}

.ochre-card { color: var(--charcoal); background: var(--ochre); border-color: var(--ochre); }
.green-card { color: var(--card); background: var(--forest); border-color: var(--forest); }
.paper-card { color: var(--ink); background: var(--card); }

.script-glyph,
.wave-glyph,
.mirror-glyph {
  position: absolute;
  right: 28px;
  bottom: 25px;
}

.script-glyph {
  width: 96px;
  display: grid;
  gap: 8px;
}

.script-glyph i {
  height: 2px;
  display: block;
  background: currentColor;
  opacity: 0.62;
}

.script-glyph i:nth-child(2) { width: 72%; }
.script-glyph i:nth-child(3) { width: 88%; }
.script-glyph i:nth-child(4) { width: 55%; }

.wave-glyph {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.wave-glyph i {
  width: 8px;
  display: block;
  background: var(--ochre-light);
  border-radius: 7px;
}

.wave-glyph i:nth-child(1),
.wave-glyph i:nth-child(5) { height: 22px; }
.wave-glyph i:nth-child(2),
.wave-glyph i:nth-child(4) { height: 48px; }
.wave-glyph i:nth-child(3) { height: 70px; }

.mirror-glyph {
  width: 92px;
  height: 62px;
  border: 2px solid var(--ochre);
  border-radius: 4px;
}

.mirror-glyph::before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background: var(--ochre);
  content: "";
}

.mirror-glyph i::before,
.mirror-glyph i::after {
  position: absolute;
  top: 19px;
  color: var(--ochre);
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  content: "Aa";
}

.mirror-glyph i::before { left: 10px; }
.mirror-glyph i::after { right: 10px; transform: scaleX(-1); }

.pricing {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 8vw, 110px);
  color: var(--card);
  background: var(--charcoal);
}

.pricing-heading {
  align-self: center;
}

.pricing-heading .eyebrow {
  color: var(--ochre-light);
}

.pricing-heading h2 {
  color: var(--card);
}

.pricing-heading h2 em {
  color: var(--ochre-light);
}

.pricing-heading > p:last-child {
  max-width: 440px;
  margin: 30px 0 0;
  color: rgba(242, 237, 224, 0.65);
  line-height: 1.8;
}

.plans {
  display: grid;
  gap: 14px;
}

.plan {
  padding: clamp(24px, 4vw, 38px);
  color: var(--ink);
  background: var(--card);
  border: 1px solid rgba(242, 237, 224, 0.18);
  border-radius: 22px;
}

.pro-plan {
  color: var(--charcoal);
  background: var(--ochre-light);
  border-color: var(--ochre-light);
}

.plan-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-name {
  font-weight: 800;
}

.plan-kicker {
  color: var(--muted);
}

.pro-plan .plan-kicker {
  color: rgba(19, 18, 14, 0.6);
}

.price {
  margin: 26px 0 22px;
  display: flex;
  align-items: end;
  gap: 14px;
}

.price strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.8;
}

.price span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.pro-plan .price span {
  color: rgba(19, 18, 14, 0.62);
}

.plan ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  font-size: 0.82rem;
}

.plan li::before {
  margin-right: 9px;
  color: var(--ochre-dark);
  content: "✓";
}

.pro-plan li::before {
  color: var(--forest);
}

.plan-note {
  margin: 20px 0 0;
  color: rgba(19, 18, 14, 0.58);
  font-size: 0.67rem;
}

.privacy-statement {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 90px;
  color: var(--paper);
  background: var(--forest-deep);
}

.privacy-statement .eyebrow {
  color: var(--ochre-light);
}

.privacy-statement h2 {
  color: var(--paper);
}

.privacy-statement h2 em {
  color: var(--mint);
}

.privacy-copy {
  align-self: end;
}

.privacy-copy p {
  margin-bottom: 28px;
  color: rgba(243, 238, 227, 0.67);
  line-height: 1.8;
}

.text-link.light {
  color: var(--paper);
}

.legal-main {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
  padding: 54px 0 100px;
}

.legal-main .card {
  padding: clamp(28px, 6vw, 64px);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: none;
}

.legal .eyebrow {
  color: var(--ochre);
}

.legal h1 {
  margin: 0.05em 0 0.25em;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.1rem, 8vw, 5.7rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.legal h2 {
  margin: 2.7rem 0 0.65rem;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.75rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.legal h3 {
  margin: 1.5rem 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
}

.legal p,
.legal li {
  color: #4c4942;
}

.legal ul {
  padding-left: 1.25rem;
}

.updated {
  margin-bottom: 2rem;
  color: var(--muted) !important;
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 38px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(243, 238, 227, 0.72);
  background: var(--forest-deep);
  border-top: 1px solid rgba(243, 238, 227, 0.15);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer strong {
  color: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.04em;
  text-transform: none;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 20px;
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .product-hero { grid-template-columns: 1fr; padding-top: 48px; }
  .object-stage { width: min(650px, 100%); justify-self: center; }
  .section-intro,
  .privacy-statement,
  .pricing { grid-template-columns: 1fr; gap: 48px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 350px; }
}

@media (max-width: 580px) {
  .site-header,
  .product-hero { width: min(100% - 28px, 1240px); }
  .site-header { min-height: 74px; }
  .status { font-size: 0.56rem; }
  .hero-copy h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-hero { min-height: 0; padding: 50px 0 54px; gap: 46px; }
  .object-label { display: none; }
  .ticker { justify-content: flex-start; }
  .section-intro h2,
  .pricing-heading h2,
  .privacy-statement h2 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .follow-demo,
  .pricing,
  .privacy-statement { padding-block: 82px; }
  .how { padding-bottom: 82px; }
  .prompter-shell { margin-top: 48px; border-radius: 18px; }
  .prompter-toolbar > span:not(:first-child) { display: none; }
  .prompter-copy { min-height: 300px; padding: 38px 24px; }
  .steps { margin-top: 52px; }
  .price { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr auto; row-gap: 10px; }
  .site-footer > span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mascot-plaque { animation: none; }
  .button,
  .text-link span { transition: none; }
}
