:root {
  --ink: #fffaf1;
  --muted: rgba(255, 250, 241, 0.7);
  --paper: #081613;
  --white: #fffaf1;
  --soft: #11231e;
  --line: rgba(255, 250, 241, 0.16);
  --green: #6ff1dc;
  --green-dark: #073d35;
  --brown-dark: #382815;
  --gold: #b9812d;
  --red: #8f3f33;
  --blue: #315a7f;
  --hero-image: url("assets/aa-photo-hero.webp?v=20260612-photo1");
  --bridge-image: url("assets/accessibility-language-bridge.png?v=20260607-audio");
  --bg-purpose: url("assets/aa-photo-hero.webp?v=20260612-photo1");
  --bg-access: url("assets/aa-photo-access-gap.webp?v=20260612-photo1");
  --bg-cost: url("assets/aa-photo-production.webp?v=20260612-photo1");
  --bg-service: url("assets/aa-photo-production.webp?v=20260612-photo1");
  --bg-private: url("assets/aa-photo-production.webp?v=20260612-photo1");
  --bg-languages: url("assets/aa-photo-languages.webp?v=20260612-photo1");
  --bg-samples: url("assets/aa-photo-samples.webp?v=20260612-photo1");
  --bg-cta: url("assets/aa-photo-samples.webp?v=20260612-photo1");
  --bg-contact: url("assets/aa-photo-hero.webp?v=20260612-photo1");
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #241a08;
  backdrop-filter: blur(12px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: #fffaf1;
  font-size: 0.98rem;
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    transparent url("assets/accessible-audio-logo-round.svg?v=20260624-logo1") center / cover no-repeat;
}

.nav-links {
  gap: clamp(16px, 2.4vw, 34px);
  color: #fffaf1;
  font-size: 0.9rem;
  font-weight: 760;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: #6ff1dc;
}

.home-page .site-header {
  background: rgba(36, 26, 8, 0.9);
  box-shadow: 0 12px 34px rgba(2, 12, 10, 0.22);
}

.motion-ready .brand-mark {
  box-shadow: 0 0 0 4px rgba(111, 241, 220, 0.08), 0 8px 22px rgba(0, 0, 0, 0.28);
}

.motion-ready .nav-links a {
  position: relative;
  padding-block: 8px;
  transition: color 180ms ease, transform 180ms ease;
}

.motion-ready .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.motion-ready .nav-links a:hover {
  transform: translateY(-1px);
}

.motion-ready .nav-links a:hover::after,
.motion-ready .nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  padding: clamp(44px, 8vw, 96px) clamp(20px, 5vw, 72px);
  color: #fffaf1;
  background: #241a08;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(36, 26, 8, 0.96) 0%, rgba(36, 26, 8, 0.86) 34%, rgba(36, 26, 8, 0.42) 62%, rgba(36, 26, 8, 0.08) 100%),
    var(--hero-image) right center / cover;
}

.home-page .hero-media {
  --hero-depth: 0px;
  inset: -14px;
  transform: translate3d(0, var(--hero-depth), 0) scale(1.025);
  transform-origin: center top;
  will-change: transform;
}

.home-page .hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 241, 0.1);
  border-radius: 24px;
  box-shadow: inset 0 0 80px rgba(7, 61, 53, 0.08);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
}

.hero .eyebrow {
  color: #6ff1dc;
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.hero-kicker-row .eyebrow {
  margin-bottom: 0;
}

.hero-signal {
  height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.hero-signal i {
  width: 2px;
  height: 100%;
  display: block;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(111, 241, 220, 0.48);
  transform: scaleY(0.32);
  animation: signal-pulse 1.35s ease-in-out infinite alternate;
}

.hero-signal i:nth-child(2),
.hero-signal i:nth-child(6) {
  animation-delay: -0.9s;
}

.hero-signal i:nth-child(3),
.hero-signal i:nth-child(5) {
  animation-delay: -0.45s;
}

.hero-signal i:nth-child(4) {
  animation-delay: -1.15s;
}

.hero h1 {
  color: #f4efe6;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 7.8ch;
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 7vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.1vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-lead {
  max-width: 38rem;
  margin-bottom: 28px;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(1.12rem, 1.75vw, 1.45rem);
  font-weight: 670;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 820;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.motion-ready .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    border-color 180ms ease, color 180ms ease;
}

.motion-ready .button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, 0.24), transparent 72%);
  transform: translateX(-125%);
  transition: transform 420ms ease;
}

.motion-ready .button:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transform: translateY(-3px);
}

.motion-ready .button:hover::after {
  transform: translateX(125%);
}

.motion-ready .button:active {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
}

.motion-ready .button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.button-primary {
  color: #052c27;
  border-color: var(--green);
  background: var(--green);
}

.button-primary:hover {
  color: #fffaf1;
  background: #0f7d6c;
}

.button-secondary {
  color: #fffaf1;
  border-color: rgba(111, 241, 220, 0.36);
  background: rgba(7, 61, 53, 0.58);
}

.button-secondary:hover {
  border-color: rgba(111, 241, 220, 0.72);
  background: rgba(15, 125, 108, 0.72);
}

.intro-strip,
.section,
.cta-section,
.site-footer {
  padding-inline: clamp(20px, 5vw, 72px);
}

.intro-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 96px);
  padding-block: clamp(46px, 7vw, 84px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.home-page .intro-strip {
  z-index: 2;
  margin-top: -28px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -22px 54px rgba(2, 12, 10, 0.28);
}

.intro-strip::before,
.gap-section::before,
.cost-section::before,
.split-section::before,
.private-section::before,
.languages::before,
.samples::before,
.library-intro::before,
.cta-section::before,
.contact-grid::before {
  content: "";
  /* faded section backgrounds */
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.68;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.94) 28%, rgba(0, 0, 0, 0.48) 54%, transparent 78%);
  mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.94) 28%, rgba(0, 0, 0, 0.48) 54%, transparent 78%);
}

.intro-strip::before {
  background-image: var(--bg-purpose);
}

.intro-strip > *,
.gap-section > *,
.cost-section > *,
.split-section > *,
.private-section > *,
.languages > *,
.samples > *,
.library-intro > *,
.cta-section > *,
.contact-grid > * {
  position: relative;
  z-index: 1;
}

.intro-strip h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.intro-copy {
  max-width: 760px;
}

.intro-copy p,
.section-copy p:not(.section-kicker),
.contact-note p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.section {
  padding-block: clamp(58px, 8vw, 110px);
  scroll-margin-top: 88px;
}

.faq-section {
  background: var(--paper);
}

.faq-section > .section-copy {
  max-width: 720px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-card {
  min-height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.faq-card h3 {
  max-width: 32ch;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1.16rem;
  line-height: 1.25;
}

.faq-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.faq-section .section-actions {
  margin-top: 30px;
}

.gap-section,
.cost-section,
.split-section,
.private-section,
.languages,
.samples,
.library-intro,
.cta-section,
.contact-grid {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.split-section,
.gap-section,
.cost-section,
.languages,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}

.section-copy {
  max-width: 720px;
}

.feature-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.gap-section {
  background: var(--brown-dark);
  color: #efe7dc;
}

.gap-section::before {
  background-image: var(--bg-access);
  opacity: 0.72;
}

.gap-section .section-kicker {
  color: #6ff1dc;
}

.gap-section .section-copy p:not(.section-kicker) {
  color: rgba(239, 231, 220, 0.76);
}

.cost-section {
  background: #12372f;
  color: #fff;
}

.cost-section::before {
  background-image: var(--bg-cost);
  opacity: 0.62;
}

.cost-section .section-kicker {
  color: #f0c263;
}

.cost-section .section-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.stat-grid,
.cost-list {
  display: grid;
  gap: 12px;
}

.stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-grid p,
.cost-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 61, 53, 0.62);
}

.home-page .stat-grid p,
.home-page .cost-list p,
.home-page .language-list li {
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(2, 12, 10, 0.16);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cost-list p {
  border-color: rgba(111, 241, 220, 0.18);
  background: rgba(5, 44, 39, 0.58);
}

.stat-grid strong,
.stat-grid span,
.cost-list strong,
.cost-list span {
  display: block;
}

.stat-grid strong {
  color: #6ff1dc;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
}

.cost-list strong {
  color: #fff;
  font-size: 1rem;
}

.stat-grid span,
.cost-list span {
  margin-top: 8px;
  line-height: 1.5;
}

.stat-grid span {
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.92rem;
}

.cost-list span {
  color: rgba(255, 255, 255, 0.76);
}

.feature-list p,
.technical-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list strong,
.feature-list span,
.technical-list strong,
.technical-list span {
  display: block;
}

.feature-list strong,
.technical-list strong {
  color: #fffaf1;
}

.feature-list span,
.technical-list span {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  background: #10231e;
}

.split-section::before {
  background-image: var(--bg-service);
  opacity: 0.52;
}

.private-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  background: var(--green-dark);
  color: #fff;
}

.private-section::before {
  background-image: var(--bg-private);
  opacity: 0.6;
}

.private-section .section-kicker {
  color: #f0c263;
}

.private-section .section-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.technical-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.technical-list p {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.technical-list strong {
  color: #fff;
}

.technical-list span {
  color: rgba(255, 255, 255, 0.74);
}

.languages {
  background: var(--brown-dark);
  color: #efe7dc;
}

.languages::before {
  background-image: var(--bg-languages);
  opacity: 0.68;
}

.languages .section-kicker {
  color: #6ff1dc;
}

.languages .section-copy p:not(.section-kicker) {
  color: rgba(239, 231, 220, 0.76);
}

.language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.language-list li {
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  background: rgba(7, 61, 53, 0.62);
  font-size: 0.92rem;
  font-weight: 820;
}

.section-actions {
  margin-top: 28px;
}

.library-preview,
.book-index {
  display: grid;
  gap: 12px;
}

.library-preview {
  max-width: 720px;
  margin-top: 28px;
}

.library-preview div,
.book-index a {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.library-preview div:last-child,
.book-index a:last-child {
  border-bottom: 1px solid var(--line);
}

.library-preview strong,
.book-index strong {
  font-size: 1.05rem;
}

.library-preview span,
.book-index span {
  color: var(--muted);
  line-height: 1.5;
}

.book-index a {
  color: var(--ink);
  text-decoration: none;
}

.book-index a:hover strong {
  color: var(--green);
}

.samples {
  background: var(--paper);
}

.samples::before {
  background-image: var(--bg-samples);
  opacity: 0.42;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.video-grid-single {
  width: calc((100% - 32px) / 3);
  max-width: 100%;
  grid-template-columns: 1fr;
}

.video-card {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  background: #111;
  cursor: pointer;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.78));
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-card:hover img {
  transform: scale(1.04);
}

.video-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.video-card > span:not(.play-badge) {
  position: relative;
  z-index: 2;
  padding: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.video-card strong {
  color: #f0c263;
}

.play-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(240, 194, 99, 0.94);
}

.play-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #052c27;
}

.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border: 0;
  border-radius: 6px;
  background: #111;
}

.voice-samples-hero h1 {
  max-width: 12ch;
}

.voice-sample-section {
  background: var(--paper);
}

.voice-sample-intro {
  max-width: 760px;
}

.voice-provider-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.voice-provider-button,
.voice-card-actions button {
  min-height: 44px;
  border: 1px solid rgba(111, 241, 220, 0.38);
  border-radius: 5px;
  padding: 10px 16px;
  color: var(--ink);
  background: rgba(7, 61, 53, 0.72);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.voice-provider-button:hover,
.voice-provider-button.is-selected,
.voice-card-actions .voice-play:hover {
  color: #fffaf1;
  border-color: #0f7d6c;
  background: #0f7d6c;
}

.voice-provider-button:focus-visible,
.voice-card-actions button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.voice-tier-list {
  display: grid;
  gap: clamp(38px, 6vw, 72px);
}

.voice-panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(111, 241, 220, 0.22);
}

.voice-panel-heading h3 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.voice-panel-heading p {
  margin: 0;
}

.voice-price {
  display: grid;
  flex: 0 0 auto;
  min-width: 116px;
  padding: 14px 18px;
  border: 1px solid rgba(240, 194, 99, 0.34);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(240, 194, 99, 0.08);
  text-align: right;
  box-shadow: 0 14px 30px rgba(2, 12, 10, 0.18);
}

.voice-price strong {
  color: var(--gold);
  font-size: 1.45rem;
}

.voice-price span {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

@media (max-width: 620px) {
  .voice-panel-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .voice-price {
    align-content: center;
    grid-template-columns: auto 1fr;
    gap: 8px;
    text-align: left;
  }

  .voice-price span {
    align-self: center;
  }
}

.voice-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.voice-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
}

.voice-card-actions {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.voice-card-actions button {
  width: 100%;
  min-width: 0;
  padding-inline: 4px;
  font-size: 0.9rem;
}

.voice-card-actions button:disabled {
  cursor: not-allowed;
  color: rgba(255, 250, 241, 0.58);
  border-color: rgba(255, 250, 241, 0.14);
  background: rgba(255, 250, 241, 0.06);
  opacity: 1;
}

.library-hero {
  min-height: calc(74svh - 72px);
  display: grid;
  align-content: center;
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 72px);
  color: #fffaf1;
  background:
    linear-gradient(90deg, rgba(36, 26, 8, 0.96), rgba(36, 26, 8, 0.74), rgba(36, 26, 8, 0.2)),
    var(--bg-samples) center / cover;
}

.library-hero h1 {
  max-width: 10ch;
}

.library-hero .eyebrow {
  color: #6ff1dc;
}

.library-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  background: #10231e;
}

.library-intro::before {
  background-image: var(--bg-languages);
  opacity: 0.38;
}

.audiobook-section {
  background: var(--paper);
}

.audiobook-section-alt {
  background: #11231e;
}

.book-heading {
  max-width: 760px;
}

.book-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.cta-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: clamp(48px, 7vw, 84px);
  border-top: 1px solid var(--line);
  background: var(--green-dark);
  color: #fff;
}

.home-page .cta-section {
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -22px 54px rgba(2, 12, 10, 0.24);
}

.motion-ready .motion-hero-item {
  opacity: 0;
  animation: hero-rise 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--motion-order, 0) * 85ms);
}

.motion-ready main > .reveal-section {
  border-radius: clamp(20px, 2.5vw, 30px) clamp(20px, 2.5vw, 30px) 0 0;
  box-shadow: 0 -20px 52px rgba(2, 12, 10, 0.18);
}

.motion-ready .reveal-section {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.motion-ready .reveal-section.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .faq-card,
.motion-ready .video-card,
.motion-ready .voice-card,
.motion-ready .book-index a,
.motion-ready .contact-form {
  transform: translateY(0);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

@media (hover: hover) {
  .home-page .stat-grid p:hover,
  .home-page .cost-list p:hover,
  .home-page .language-list li:hover {
    border-color: rgba(111, 241, 220, 0.42);
    box-shadow: 0 22px 42px rgba(2, 12, 10, 0.26);
    transform: translateY(-4px);
  }

  .motion-ready .faq-card:hover,
  .motion-ready .video-card:hover,
  .motion-ready .voice-card:hover,
  .motion-ready .book-index a:hover,
  .motion-ready .contact-form:hover {
    border-color: rgba(111, 241, 220, 0.42);
    box-shadow: 0 24px 48px rgba(2, 12, 10, 0.26);
    transform: translateY(-5px);
  }
}

@media (min-width: 901px) {
  .motion-ready .library-hero.motion-hero,
  .motion-ready .contact-hero.motion-hero {
    background-position-y: center, calc(50% + var(--hero-depth, 0px));
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes signal-pulse {
  from {
    opacity: 0.5;
    transform: scaleY(0.28);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.cta-section::before {
  background-image: var(--bg-cta);
  opacity: 0.6;
}

.cta-section .section-kicker {
  color: #f0c263;
}

.cta-section h2 {
  max-width: 16ch;
  margin-bottom: 0;
}

.cta-section .button-primary {
  color: #241a08;
  border-color: #f0c263;
  background: #f0c263;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-block: 26px;
  color: rgba(255, 255, 255, 0.82);
  background: #052c27;
}

.site-footer p {
  margin-bottom: 0;
  font-weight: 820;
}

.contact-hero {
  min-height: calc(72svh - 72px);
  display: grid;
  align-content: center;
  padding: clamp(54px, 8vw, 100px) clamp(20px, 5vw, 72px);
  color: #fffaf1;
  background:
    linear-gradient(90deg, rgba(36, 26, 8, 0.96), rgba(36, 26, 8, 0.78), rgba(7, 61, 53, 0.34)),
    var(--bg-contact) center / cover;
}

.contact-hero .eyebrow {
  color: #6ff1dc;
}

.contact-hero h1 {
  max-width: 12ch;
  color: #f4efe6;
  font-size: clamp(3rem, 6.6vw, 6rem);
}

.contact-hero .hero-lead {
  color: rgba(255, 250, 241, 0.78);
}

.contact-hero .button {
  width: fit-content;
}

.contact-grid {
  background: var(--green-dark);
  color: #fffaf1;
}

.contact-grid::before {
  background-image: var(--bg-contact);
  opacity: 0.46;
}

.contact-grid .contact-note .section-kicker {
  color: #6ff1dc;
}

.contact-grid h2 {
  color: #f4efe6;
}

.contact-grid .contact-note p {
  color: rgba(255, 250, 241, 0.76);
}

.contact-note {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(8, 22, 19, 0.9);
  box-shadow: 0 28px 70px rgba(2, 12, 10, 0.34);
}

.contact-form-heading p:last-child {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.72);
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #fffaf1;
  font-weight: 760;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(111, 241, 220, 0.28);
  border-radius: 6px;
  padding: 13px 14px;
  color: #fffaf1;
  background: rgba(17, 35, 30, 0.94);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.55;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid #f0c263;
  outline-offset: 2px;
  border-color: transparent;
}

.contact-form .button {
  width: fit-content;
  border: 0;
}

.contact-form .button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.contact-captcha {
  min-height: 78px;
}

.contact-status {
  min-height: 1.5em;
  margin: 0;
  color: rgba(255, 250, 241, 0.78);
}

.contact-status.error {
  color: #ffb6aa;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 12px;
    min-height: auto;
    padding: 14px 16px;
  }

  .brand {
    max-width: none;
    align-items: center;
  }

  .nav-links {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    gap: 8px 16px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 680px;
    align-items: end;
    padding: 44px 20px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(36, 26, 8, 0.1), rgba(36, 26, 8, 0.7) 46%, rgba(36, 26, 8, 0.96) 100%),
      var(--hero-image) 58% top / cover;
  }

  .home-page .hero::after {
    inset: 10px;
    border-radius: 18px;
  }

  .hero-content {
    width: 100%;
    max-width: calc(100vw - 40px);
    padding-top: 260px;
  }

  .hero-actions {
    display: grid;
  }

  .intro-strip,
  .split-section,
  .gap-section,
  .cost-section,
  .private-section,
  .languages,
  .library-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .video-grid-single {
    width: 100%;
    max-width: none;
  }

  .video-card {
    min-height: 210px;
  }

  .cta-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero {
    min-height: 640px;
    align-content: end;
    background:
      linear-gradient(180deg, rgba(36, 26, 8, 0.12), rgba(36, 26, 8, 0.76) 48%, rgba(7, 61, 53, 0.98)),
      var(--bg-contact) 58% top / cover;
  }

  .library-hero {
    min-height: 640px;
    align-content: end;
    background:
      linear-gradient(180deg, rgba(36, 26, 8, 0.1), rgba(36, 26, 8, 0.76) 48%, rgba(36, 26, 8, 0.98)),
      var(--bg-samples) 58% top / cover;
  }

  .intro-strip::before,
  .gap-section::before,
  .cost-section::before,
  .split-section::before,
  .private-section::before,
  .languages::before,
  .samples::before,
  .library-intro::before,
  .cta-section::before,
  .contact-grid::before {
    background-size: 720px auto;
    background-position: 70% center;
    opacity: 0.3;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.32) 52%, transparent 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.32) 52%, transparent 100%);
  }
}

@media (max-width: 520px) {
  .nav-links {
    grid-template-columns: repeat(2, max-content);
  }

  .hero-content {
    width: min(330px, calc(100vw - 40px));
    max-width: min(330px, calc(100vw - 40px));
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .hero-lead,
  .intro-copy p,
  .section-copy p:not(.section-kicker),
  .contact-note p {
    font-size: 0.98rem;
    overflow-wrap: break-word;
  }

  .button {
    width: 100%;
  }

  .language-list {
    display: grid;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .home-page .intro-strip,
  .home-page .cta-section {
    border-radius: 22px 22px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-media {
    transform: scale(1.025);
    will-change: auto;
  }

  .motion-ready .hero-signal i {
    animation: none;
    opacity: 0.75;
    transform: scaleY(0.55);
  }

  .motion-ready .motion-hero-item,
  .motion-ready .reveal-section,
  .motion-ready .reveal-section.is-visible,
  .motion-ready .faq-card,
  .motion-ready .video-card,
  .motion-ready .voice-card,
  .motion-ready .book-index a,
  .motion-ready .contact-form {
    opacity: 1;
    animation: none;
    transform: none;
    transition: none;
  }

  .motion-ready .button,
  .motion-ready .nav-links a,
  .motion-ready .nav-links a::after,
  .home-page .stat-grid p,
  .home-page .cost-list p,
  .home-page .language-list li {
    transition: none;
  }

  .motion-ready .button::after {
    display: none;
  }
}
