@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-cyrillic-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-cyrillic-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-cyrillic-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-cyrillic-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-cyrillic-500i.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-latin-500i.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --page: 880px;
  --gutter: 20px;
  --section: 104px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --gap: 16px;
  --gap-l: 24px;
  --fs-xs: 0.75rem;
  --fs-s: 0.8125rem;
  --fs-m: 0.9375rem;
  --fs-body: 1rem;
  --fs-l: 1.125rem;
  --fs-title: clamp(1.5rem, 2.4vw, 1.85rem);
  --fs-display: clamp(2rem, 4.2vw, 2.65rem);
  --lh-tight: 1.18;
  --lh-title: 1.28;
  --lh-body: 1.55;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --font: "Manrope", "Segoe UI", sans-serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --r-s: 6px;
  --r-m: 10px;
  --r-l: 14px;
  --r-full: 999px;
  --r-glass: 250px;
  --t-fast: 180ms;
  --t: 340ms;
  --t-slow: 680ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 72px;
  --green: #b7e37a;
  --green-deep: #8fbf55;
  --green-ink: #14210f;
  --apricot: #e4a56b;
  --apricot-deep: #c4844a;
  --bg-0: #0e100e;
  --bg-1: #151815;
  --bg-2: #1b1f1b;
  --bg-3: #232823;
  --fg: #e7ebe3;
  --fg-muted: #8c9387;
  --fg-faint: #5c6358;
  --line: color-mix(in oklab, var(--fg) 9%, transparent);
  --line-strong: color-mix(in oklab, var(--fg) 14%, transparent);
  --glass: color-mix(in oklab, var(--bg-1) 58%, transparent);
  --glass-line: color-mix(in oklab, var(--fg) 11%, transparent);
  --shadow: 0 18px 40px color-mix(in oklab, #000 28%, transparent);
  --focus: 0 0 0 2px var(--bg-0), 0 0 0 4px var(--green);
}

[data-theme="light"] {
  color-scheme: light;
  --green: #b6e07a;
  --green-deep: #6fa63d;
  --green-ink: #14210f;
  --apricot: #c4844a;
  --apricot-deep: #a56b38;
  --bg-0: #f3f0e7;
  --bg-1: #ebe6da;
  --bg-2: #e3ddd0;
  --bg-3: #d9d2c4;
  --fg: #1a1d18;
  --fg-muted: #5f6758;
  --fg-faint: #8a9184;
  --line: color-mix(in oklab, var(--fg) 10%, transparent);
  --line-strong: color-mix(in oklab, var(--fg) 16%, transparent);
  --glass: color-mix(in oklab, var(--bg-0) 52%, transparent);
  --glass-line: color-mix(in oklab, var(--fg) 10%, transparent);
  --shadow: 0 16px 36px color-mix(in oklab, #1a1d18 10%, transparent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg-0);
  color: var(--fg);
  font-family: var(--font);
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body {
  position: relative;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("../assets/noise.svg");
}

[data-theme="light"] body::before {
  opacity: 0.05;
  mix-blend-mode: multiply;
}

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

button,
input,
a {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.skip {
  position: absolute;
  z-index: 120;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip:focus {
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  left: var(--space-4);
  top: var(--space-4);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--r-s);
  background: var(--green);
  color: var(--green-ink);
  overflow: visible;
  white-space: nowrap;
}

.page {
  width: min(var(--page), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: var(--space-4);
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.header-bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: var(--space-5);
  max-width: calc(100% - 24px);
  padding: 10px 10px 10px 16px;
  border-radius: var(--r-glass);
  border: 1px solid transparent;
  background: transparent;
  transform: translateZ(0);
  transition:
    background var(--t) var(--ease),
    border-color var(--t) var(--ease),
    box-shadow var(--t) var(--ease),
    padding var(--t) var(--ease),
    gap var(--t) var(--ease),
    backdrop-filter var(--t) var(--ease);
}

.header-bar.is-compact {
  gap: var(--space-4);
  padding: 6px 8px 6px 12px;
  background: var(--glass);
  border-color: var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex: 0 0 auto;
}

.logo-mark {
  width: 28px;
  height: 28px;
  color: var(--green);
  transition: width var(--t) var(--ease), height var(--t) var(--ease);
}

.header-bar.is-compact .logo-mark {
  width: 22px;
  height: 22px;
}

.logo-word {
  font-size: var(--fs-s);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.16em;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.nav a {
  padding: var(--space-2) var(--space-3);
  border-radius: var(--r-full);
  color: var(--fg-muted);
  font-size: var(--fs-s);
  font-weight: var(--fw-medium);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}

.nav a:hover,
.nav a.is-active {
  color: var(--fg);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.theme-toggle,
.menu-toggle {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--r-full);
  color: var(--fg-muted);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease), transform var(--t) var(--ease);
}

.theme-toggle:hover,
.menu-toggle:hover {
  color: var(--fg);
  background: color-mix(in oklab, var(--fg) 6%, transparent);
}

.theme-toggle:hover,
.menu-toggle:hover,
.btn:hover,
.ability:hover,
.plan:hover,
.ph:hover,
.shot:hover {
  transform: scale(1.03);
}

.theme-toggle svg,
.menu-toggle svg {
  width: 16px;
  height: 16px;
}

.icon-sun {
  display: none;
}

[data-theme="light"] .icon-moon {
  display: none;
}

[data-theme="light"] .icon-sun {
  display: block;
}

.menu-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 40px;
  padding: 0 var(--space-4);
  border-radius: var(--r-full);
  font-size: var(--fs-s);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform var(--t) var(--ease), background var(--t) var(--ease), color var(--t) var(--ease), border-color var(--t) var(--ease);
}

.btn-primary {
  background: var(--green);
  color: var(--green-ink);
}

.btn-primary:hover {
  background: color-mix(in oklab, var(--green) 84%, white);
}

.btn-ghost {
  background: color-mix(in oklab, var(--fg) 6%, transparent);
  color: var(--fg);
}

.btn-ghost:hover {
  background: color-mix(in oklab, var(--fg) 10%, transparent);
}

.btn-line {
  border: 1px solid var(--line-strong);
  color: var(--fg);
}

.btn-line:hover {
  border-color: color-mix(in oklab, var(--green) 55%, var(--line-strong));
}

.btn-lg {
  min-height: 48px;
  padding: 0 var(--space-6);
  font-size: var(--fs-m);
}

main {
  padding-top: 108px;
}

#shots,
#craft,
#stories,
#pricing,
#voices,
#faq {
  scroll-margin-top: 120px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: var(--space-8);
}

.app-icon {
  width: 76px;
  height: 76px;
  color: var(--green);
  margin-bottom: var(--space-7);
  border-radius: 18px;
  background:
    radial-gradient(120% 80% at 30% 20%, color-mix(in oklab, var(--green) 18%, transparent), transparent 46%),
    linear-gradient(180deg, var(--bg-3), var(--bg-1));
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px color-mix(in oklab, var(--green) 10%, transparent);
}

.app-icon svg {
  width: 42px;
  height: 42px;
}

.hero h1 {
  margin: 0 0 var(--space-5);
  max-width: 16ch;
  font-family: var(--display);
  font-size: var(--fs-display);
  font-weight: 500;
  line-height: var(--lh-tight);
  letter-spacing: -0.02em;
}

.hero h1 em {
  font-style: italic;
  color: color-mix(in oklab, var(--fg) 88%, var(--green));
}

.lead {
  margin: 0 auto var(--space-6);
  max-width: 42rem;
  color: var(--fg-muted);
  font-size: var(--fs-l);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.legal {
  margin: 0;
  max-width: 28rem;
  color: var(--fg-faint);
  font-size: var(--fs-xs);
}

.legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  margin-top: var(--space-7);
}

.faces {
  display: flex;
  align-items: center;
}

.faces img {
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border-radius: var(--r-full);
  object-fit: cover;
  border: 2px solid var(--bg-0);
}

.faces img:first-child {
  margin-left: 0;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--apricot);
  font-size: var(--fs-s);
  font-weight: var(--fw-semibold);
}

.stars svg {
  width: 13px;
  height: 13px;
}

.stars-row {
  display: flex;
  gap: 2px;
}

.rating p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-xs);
}

.ph {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  min-height: 40px;
  padding: 0 var(--space-3) 0 var(--space-2);
  border-radius: var(--r-full);
  border: 1px solid var(--line);
  background: color-mix(in oklab, var(--bg-1) 80%, transparent);
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}

.ph-mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--apricot);
  color: var(--green-ink);
  font-size: 11px;
  font-weight: var(--fw-semibold);
}

.ph-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.ph-copy small {
  color: var(--fg-faint);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ph-copy b {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
}

.shots {
  padding: var(--space-4) 0 var(--section);
  overflow: hidden;
}

.marquee {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.marquee + .marquee {
  margin-top: var(--gap);
}

.marquee-track {
  display: flex;
  gap: var(--gap);
  width: max-content;
  animation: marquee-x 48s linear infinite;
}

.marquee.is-reverse .marquee-track {
  animation-direction: reverse;
}

.shots:hover .marquee-track,
.voices:hover .voices-track {
  animation-play-state: paused;
}

.shot {
  width: 186px;
  height: 248px;
  border-radius: var(--r-m);
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--bg-2);
  transition: transform var(--t) var(--ease);
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee-x {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.abilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  padding-bottom: var(--section);
}

.ability {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
  padding: var(--space-5);
  border-radius: var(--r-m);
  background: var(--bg-1);
  border: 1px solid var(--line);
  text-align: left;
  transition: transform var(--t) var(--ease), background var(--t) var(--ease), border-color var(--t) var(--ease);
}

.ability:hover {
  background: var(--bg-2);
  border-color: var(--line-strong);
}

.ability svg {
  width: 22px;
  height: 22px;
  color: var(--green);
}

.ability:nth-child(even) svg {
  color: var(--apricot);
}

.ability div {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.ability h2 {
  margin: 0;
  font-size: var(--fs-l);
  font-weight: var(--fw-medium);
  line-height: var(--lh-title);
  letter-spacing: -0.02em;
}

.ability p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-s);
}

.stories {
  padding-bottom: var(--space-8);
}

.story {
  position: sticky;
  top: 88px;
  min-height: calc(100svh - 120px);
  display: flex;
  align-items: center;
  background: var(--bg-0);
  padding: var(--space-6) 0;
  box-shadow: 0 -40px 50px color-mix(in oklab, var(--bg-0) 88%, transparent);
}

.story-card {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: var(--space-7);
  align-items: center;
  width: 100%;
  transform-origin: center top;
  will-change: transform, opacity;
}

.story-copy h2 {
  margin: 0 0 var(--space-4);
  font-family: var(--display);
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: var(--lh-title);
  letter-spacing: -0.02em;
}

.story-copy p {
  margin: 0 0 var(--space-5);
  color: var(--fg-muted);
  font-size: var(--fs-m);
}

.story-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-l);
  background: var(--bg-2);
  aspect-ratio: 3 / 4;
  max-height: 68vh;
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing {
  padding: var(--section) 0;
}

.section-copy {
  max-width: 38rem;
  margin-bottom: var(--space-7);
}

.section-copy h2 {
  margin: 0 0 var(--space-4);
  font-family: var(--display);
  font-size: var(--fs-title);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.section-copy p {
  margin: 0;
  color: var(--fg-muted);
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.plan {
  padding: var(--space-5);
  border-radius: var(--r-m);
  background: var(--bg-1);
  border: 1px solid var(--line);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease), background var(--t) var(--ease);
}

.plan.is-featured {
  background: color-mix(in oklab, var(--green) 8%, var(--bg-1));
  border-color: color-mix(in oklab, var(--green) 28%, var(--line));
}

.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.plan-kicker {
  color: var(--apricot);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
}

.carrot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-l);
  font-weight: var(--fw-semibold);
}

.carrot svg {
  width: 16px;
  height: 16px;
  color: var(--apricot);
}

.plan .price {
  margin: 0;
  font-family: var(--font);
  font-size: 1.85rem;
  font-weight: var(--fw-medium);
  letter-spacing: -0.03em;
}

.plan .price small {
  margin-left: 4px;
  color: var(--fg-muted);
  font-family: var(--font);
  font-size: var(--fs-s);
  font-weight: var(--fw-medium);
}

.plan p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-s);
}

.trial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
}

.trial .btn {
  flex: 0 0 auto;
}

.trial p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-m);
}

.trial strong {
  color: var(--fg);
  font-weight: var(--fw-semibold);
}

.voices {
  height: 560px;
  overflow: hidden;
  padding: var(--space-4) 0 var(--section);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
  mask-image: linear-gradient(#0000, #000 8%, #000 92%, #0000);
}

.voices-col {
  overflow: hidden;
}

.voices-track {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  animation: marquee-y 42s linear infinite;
}

.voices-col:nth-child(even) .voices-track {
  animation-direction: reverse;
  animation-duration: 48s;
}

@keyframes marquee-y {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.review {
  padding: var(--space-4);
  border-radius: var(--r-m);
  background: var(--bg-1);
  border: 1px solid var(--line);
}

.review-head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.review-head img {
  width: 36px;
  height: 36px;
  border-radius: var(--r-full);
  object-fit: cover;
}

.review-head b {
  display: block;
  font-size: var(--fs-s);
  font-weight: var(--fw-semibold);
}

.review-head .stars-row {
  color: var(--apricot);
  margin-top: 2px;
}

.review-head .stars-row svg {
  width: 10px;
  height: 10px;
}

.review p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-s);
}

.faq {
  padding-bottom: var(--section);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  text-align: left;
  font-size: var(--fs-l);
  font-weight: var(--fw-medium);
}

.faq-item button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--fg-muted);
  transition: transform var(--t) var(--ease);
}

.faq-item.is-open button svg {
  transform: rotate(45deg);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t) var(--ease);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-panel p {
  overflow: hidden;
  margin: 0 0 var(--space-5);
  max-width: 42rem;
  color: var(--fg-muted);
}

.site-footer {
  padding: var(--space-7) 0 var(--space-8);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-5);
  align-items: end;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer-brand p {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--fs-s);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  color: var(--fg-muted);
  font-size: var(--fs-s);
}

.footer-links a:hover {
  color: var(--fg);
}

.tiny {
  margin-top: var(--space-5);
  color: var(--fg-faint);
  font-size: var(--fs-xs);
}

.dialog {
  width: min(420px, calc(100% - 32px));
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: var(--bg-1);
  color: var(--fg);
  box-shadow: var(--shadow);
}

.dialog::backdrop {
  background: color-mix(in oklab, #050605 62%, transparent);
  backdrop-filter: blur(8px);
}

.dialog h2 {
  margin: 0 0 var(--space-3);
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 500;
}

.dialog p {
  margin: 0 0 var(--space-5);
  color: var(--fg-muted);
}

.dialog-actions {
  display: flex;
  gap: var(--space-3);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: var(--r-full);
  color: var(--fg-muted);
}

.dialog-close svg {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}

.dialog {
  position: relative;
}

@media (max-width: 820px) {
  .abilities,
  .plans,
  .voices {
    grid-template-columns: repeat(2, 1fr);
  }

  .voices {
    height: 520px;
  }

  .story-card {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .story-visual {
    max-height: 52vh;
    order: -1;
  }
}

@media (max-width: 760px) {
  :root {
    --section: 80px;
    --gutter: 16px;
  }

  .menu-toggle {
    display: grid;
  }

  .header-bar {
    width: calc(100% - 24px);
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav {
    display: none;
    width: 100%;
    order: 5;
    flex-direction: column;
    align-items: stretch;
    padding: 4px 8px 10px;
  }

  .header-bar.is-open {
    border-radius: 28px;
    background: color-mix(in oklab, var(--bg-1) 88%, transparent);
    border-color: var(--glass-line);
    backdrop-filter: blur(18px) saturate(1.25);
  }

  .header-bar.is-open .nav {
    display: flex;
  }

  .hero h1 {
    max-width: none;
  }

  .trial,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .shot {
    width: 148px;
    height: 198px;
  }
}

@media (max-width: 520px) {
  .abilities {
    grid-template-columns: 1fr 1fr;
  }

  .plans,
  .voices {
    grid-template-columns: 1fr 1fr;
  }

  .proof {
    flex-direction: column;
  }

  .rating {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .marquee-track,
  .voices-track {
    animation: none !important;
  }
}
