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

:root {
  --canvas:       #FAF8F4;
  --canvas-soft:  #F2EDE4;
  --canvas-dark:  #1E1510;
  --ink:          #1C1814;
  --ink-soft:     #3D3428;
  --ink-muted:    #7A6E62;
  --accent:       #8B5E3C;
  --accent-soft:  #C4956A;
  --accent-pale:  #EDD9C4;
  --hairline:     #DDD5C8;
  --on-accent:    #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  background: var(--canvas);
  color: var(--ink-soft);
  font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;   /* длинные слова не выдавливают контейнер */
}

/* медиа никогда не шире своего блока */
img, picture, svg, video { max-width: 100%; }

/* grid/flex-дети могут сжиматься уже своего контента — иначе колонки распирают вёрстку */
.hero__inner > *,
.offer__layout > *,
.author__grid > *,
.steps__grid > *,
.testimonials__grid > * { min-width: 0; }

/* ─── LAYOUT ─── */
.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
.container--wide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── TRUST BAR ─── */
.trust-bar {
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--hairline);
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0.2px;
}

/* ─── HERO ─── */
.hero {
  padding: 56px 0 48px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hero__text {
  text-align: center;
  padding: 0 0 48px;   /* боковой отступ уже даёт .container--wide */
}

.hero__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero__title {
  font-family: 'PT Serif', Georgia, serif;
  font-size: clamp(28px, 8.5vw, 72px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 28px;
  overflow-wrap: break-word;
}

.hero__title span { color: var(--accent); }

.hero__subtitle {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 480px;
  margin: 0 auto 36px;
}

.hero__signal {
  max-width: 240px;
  margin: 4px auto 32px;
}

@media (min-width: 960px) {
  .hero__signal { margin-left: 0; }
}

.hero__photo-wrap {
  display: none;   /* фото только на десктопе (≥960px) */
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--canvas-soft);
  overflow: hidden;
  position: relative;
}

.hero__photo-wrap picture {
  display: block;
  position: absolute;
  inset: 0;
}

.hero__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% 25%;
  display: block;
}

@media (min-width: 640px) {
  .hero__photo-wrap {
    aspect-ratio: 16 / 9;
  }
  .hero__photo-wrap img {
    object-position: 59% 20%;
  }
}

@media (min-width: 960px) {
  .hero {
    padding: 0;
  }
  .hero__inner {
    grid-template-columns: 1fr 420px;
    gap: 0;
    align-items: stretch;
  }
  .hero__text {
    text-align: left;
    padding: 80px 56px 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__subtitle {
    margin-left: 0;
  }
  .hero__photo-wrap {
    display: block;
    aspect-ratio: unset;
    padding: 80px 0;
    box-sizing: border-box;
    background: var(--canvas);
  }
  .hero__photo-wrap picture {
    inset: 80px 0;
    overflow: hidden;
    border-radius: 6px;
  }
  .hero__photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 59% 15%;
    display: block;
  }
}

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--on-accent);
  text-decoration: none;
  text-decoration-color: transparent;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  max-width: 420px;
  line-height: 1.3;
  text-align: center;
}
.btn-primary b { white-space: nowrap; }   /* «390 руб.» не рвём, но фразу — можно */
.btn-primary:hover {
  background: var(--accent-soft);
  color: var(--on-accent);
  text-decoration: none;
  text-decoration-color: transparent;
}

@media (min-width: 960px) {
  .hero__text .btn-primary { width: auto; white-space: nowrap; }
}

.btn-note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-muted);
}

/* ─── SECTIONS ─── */
section { padding: clamp(64px, 10vw, 120px) 0; }

.section-title {
  font-family: 'PT Serif', Georgia, serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 36px;
}

/* ─── SIGNATURE: ЛИНИЯ ТИШИНЫ ───
   Тонкая линия = практика. Короткий сегмент = голос, остальное = тишина.
   Сквозной элемент бренда: разделитель, hero, ступени, аудио. */
.silence-line {
  --voice: 9%;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.silence-line__track {
  position: relative;
  height: 2px;
  background: var(--hairline);
  border-radius: 2px;
}

.silence-line__voice {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--voice);
  background: var(--accent);
  border-radius: 2px;
}

/* дышащая точка на стыке голоса и тишины — только в кульминации (--live) */
.silence-line--live .silence-line__voice::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 var(--accent-soft);
  animation: pulse-dot 4s ease-in-out infinite;
}

.silence-line__labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.silence-line__labels b,
.silence-line__labels span { white-space: nowrap; }

.silence-line__labels b { color: var(--accent); font-weight: 600; }

/* тёмные секции */
.silence-line--dark .silence-line__track { background: rgba(255,255,255,0.1); }
.silence-line--dark .silence-line__voice,
.silence-line--dark .silence-line__voice::after { background: var(--accent-soft); }
.silence-line--dark .silence-line__labels { color: rgba(240,234,224,0.5); }
.silence-line--dark .silence-line__labels b { color: var(--accent-soft); }

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(196,149,106,0.5); }
  50%      { box-shadow: 0 0 0 7px rgba(196,149,106,0); }
}

/* разделитель-сигнатура: короткая линия, где ~12% = голос, остальное = тишина */
.divider {
  width: 72px;
  height: 2px;
  margin: 0 auto 48px;
  border-radius: 2px;
  background:
    linear-gradient(to right, var(--accent-soft) 0 12%, transparent 12% 100%),
    rgba(255,255,255,0.12);
}

/* ─── AUDIO PREVIEW ─── */
.audio-section {
  background: var(--canvas-dark);
  padding: clamp(72px, 12vw, 128px) 0;
  text-align: center;
}

.audio-section .section-title {
  color: #F0EAE0;
}

@keyframes breathe {
  0%   { transform: scale(1);   opacity: 0.5; }
  50%  { transform: scale(1.7); opacity: 0;   }
  100% { transform: scale(1);   opacity: 0.5; }
}

.chamber {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 480px;
  margin: 0 auto;
}

/* живая волна: тонкие штрихи звука над тишиной */
.chamber__wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 44px;
  width: 100%;
  max-width: 320px;
}

.chamber__wave span {
  width: 3px;
  height: 5px;
  border-radius: 2px;
  background: var(--accent-soft);
  opacity: 0.4;
  transition: height 0.4s ease, opacity 0.4s ease;
}

/* анимируем волну только во время воспроизведения */
.chamber:has(.audio-play-btn.is-playing) .chamber__wave span {
  animation: wave var(--dur, 1.4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  opacity: 0.85;
}

@keyframes wave {
  0%, 100% { height: 5px; }
  50%      { height: var(--peak, 22px); }
}

.chamber__ratio {
  max-width: 320px;
  margin: 4px auto 0;
}

.audio-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent-soft);
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.2s;
  position: relative;
}
.audio-play-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--accent-soft);
  opacity: 0;
}
.audio-play-btn.is-playing::after {
  animation: breathe 4s ease-in-out infinite;
}
.audio-play-btn:hover { background: var(--accent); transform: scale(1.05); }
.audio-play-btn svg { fill: white; margin-left: 3px; width: 20px; height: 22px; }
.audio-play-btn.is-playing svg { margin-left: 0; }

.audio-info {
  width: 100%;
  text-align: center;
}

.audio-title {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-style: italic;
  color: #F0EAE0;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.audio-duration {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.audio-bar {
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 1px;
  position: relative;
  overflow: visible;
  cursor: pointer;
  transition: height 0.2s;
}
.audio-bar:hover { height: 4px; }

.audio-bar__progress {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0%;
  background: var(--accent-soft);
  border-radius: 1px;
  transition: width 0.1s linear;
}

.audio-caption {
  margin-top: 32px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(255,255,255,0.38);
  text-align: center;
  letter-spacing: 0.02em;
}

.audio-headphone-hint {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.22);
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── HEADPHONE POPUP ─── */
.headphone-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28,24,20,0.80);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 24px;
}
.headphone-overlay[hidden] { display: none; }

.headphone-popup {
  background: var(--canvas);
  border-radius: 6px;
  padding: 40px 32px 32px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 12px 48px rgba(0,0,0,0.36);
}
.headphone-popup__title {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.35;
}
.headphone-popup__text {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 28px;
  line-height: 1.65;
}
.headphone-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.headphone-popup__btn-yes {
  display: block;
  width: 100%;
  background: var(--accent);
  color: var(--on-accent);
  border: none;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.headphone-popup__btn-yes:hover { background: var(--accent-soft); }
.headphone-popup__btn-no {
  background: none;
  border: none;
  color: var(--ink-muted);
  font-size: 13px;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
  padding: 4px;
  text-decoration: underline;
  text-decoration-color: var(--hairline);
  text-underline-offset: 3px;
}
.headphone-popup__btn-no:hover { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .headphone-popup { transition: none; }
}

/* ─── PAIN ─── */
.pain { background: var(--canvas-soft); }

.pain__list { list-style: none; }

.pain__list li {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid var(--hairline);
  position: relative;
}

.pain__list li::before {
  content: '—';
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--accent-soft);
  font-size: 14px;
}

.pain__bridge {
  margin-top: 40px;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  color: var(--ink-soft);
  padding-left: 24px;
  border-left: 2px solid var(--accent-soft);
}

/* ─── RIVER DIVIDER ─── */
.river-divider {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.river-divider__photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
  position: relative;
}

.river-divider__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

@media (min-width: 640px) {
  .river-divider__photo {
    aspect-ratio: 21 / 9;
  }
  .river-divider__photo img {
    object-position: center 15%;
  }
}

@media (min-width: 960px) {
  .river-divider__photo {
    aspect-ratio: unset;
    height: 500px;
  }
  .river-divider__photo img {
    object-position: center 10%;
  }
}

.river-divider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 24px 44px;
  background: linear-gradient(to top, rgba(20, 14, 8, 0.75) 0%, transparent 100%);
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: clamp(18px, 2.8vw, 26px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  letter-spacing: 0.01em;
}

/* ─── AUTHOR ─── */
.author__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

@media (min-width: 640px) {
  .author__grid {
    grid-template-columns: 240px 1fr;
    align-items: start;
    gap: 56px;
  }
}

@media (min-width: 960px) {
  .author__grid {
    grid-template-columns: 280px 1fr;
    gap: 72px;
  }
}

.author__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: var(--canvas-soft);
  border-radius: 4px;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
}

.author__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 8%;
  display: block;
}

@media (min-width: 640px) {
  .author__photo {
    max-width: unset;
    margin: 0;
  }
}

.author__name {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 4px;
}

.author__meta {
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.author__text p {
  font-size: 18px;
  line-height: 1.78;
  color: var(--ink-soft);
  margin-bottom: 16px;
}

/* ─── MECHANISM ─── */
.mechanism__text {
  font-size: 18px;
  line-height: 1.78;
  color: var(--ink-soft);
}

.mechanism__text p { margin-bottom: 20px; }

.mechanism__callout {
  margin-top: 40px;
  font-family: 'PT Serif', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
  text-align: center;
  padding: 40px 0 0;
  border-top: 1px solid var(--hairline);
}

/* ─── STEPS ─── */
.steps { background: var(--canvas-soft); border-top: 1px solid var(--hairline); }

.steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 48px;
}

@media (min-width: 640px) {
  .steps__grid { grid-template-columns: repeat(3, 1fr); }
}

.step-card {
  padding: 32px 32px 32px 0;
  border-top: 2px solid var(--accent-pale);
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .step-card + .step-card {
    padding-left: 32px;
    border-left: 1px solid var(--hairline);
  }
}

.step-card__number {
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 20px;
}

.step-card__title {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.step-card__text {
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-muted);
  flex: 1;
}

.step-card__silence {
  margin-top: 28px;
}

.steps__note {
  margin-top: 48px;
  font-size: 15px;
  color: var(--ink-muted);
  text-align: center;
}

/* ─── TESTIMONIALS ─── */
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 12px;
}

@media (min-width: 640px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 48px;
  }
}

.testimonial-card {
  padding: 36px 0;
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
}

.testimonial-card__text {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-soft);
  margin-bottom: 14px;
  flex: 1;
}

.testimonial-card__attr {
  font-size: 13px;
  color: var(--ink-muted);
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ─── OFFER ─── */
.offer { background: var(--canvas-dark); }
.offer > .container { max-width: 900px; padding-left: 12px; padding-right: 12px; }

.offer .section-title { color: #F0EAE0; }

.offer__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 640px) {
  .offer__layout {
    grid-template-columns: 1fr 1.8fr;
    gap: 40px;
  }
}

.offer__compare {
  font-size: 14px;
  color: rgba(240,234,224,0.55);
  margin-bottom: 0;
}

.offer__compare s { color: rgba(240,234,224,0.35); }

.offer__pricing {
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.offer__price-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 8px 0 4px;
}

.offer__price {
  font-family: 'PT Serif', serif;
  font-size: 56px;
  font-weight: 700;
  color: #F0EAE0;
  line-height: 1;
}

.offer__price-unit {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(240,234,224,0.45);
}

.offer__price-note {
  font-size: 13px;
  color: rgba(240,234,224,0.5);
  margin-bottom: 0;
}

.offer__includes {
  list-style: none;
  margin-bottom: 0;
}

.offer__includes li {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(240,234,224,0.65);
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.offer__includes li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--accent-soft);
}

.offer__promise {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(240,234,224,0.45);
}

.offer__form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 32px 28px;
}

.offer__payment {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}

.offer__email {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  color: #F0EAE0;
  outline: none;
  transition: border-color 0.2s;
}
.offer__email:focus { border-color: var(--accent-soft); }
.offer__email::placeholder { color: rgba(240,234,224,0.3); }

.offer__methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.offer__method { cursor: pointer; }

.offer__method input[type="radio"] { display: none; }

.offer__method span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  color: rgba(240,234,224,0.45);
  background: transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  user-select: none;
}

.offer__method input[type="radio"]:checked + span {
  border-color: var(--accent-soft);
  color: var(--accent-soft);
  background: rgba(196, 149, 106, 0.1);
}

.offer__method:hover span {
  border-color: rgba(196, 149, 106, 0.4);
  color: rgba(240,234,224,0.7);
}

.offer__fee-note {
  font-size: 12px;
  color: rgba(240,234,224,0.4);
  line-height: 1.5;
}

.offer__form-card .btn-primary {
  width: 100%;
  max-width: 100%;
}

.offer__guarantee {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(240,234,224,0.48);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.offer__guarantee a {
  color: rgba(240,234,224,0.65);
  text-decoration-color: rgba(240,234,224,0.25);
}

.offer .btn-note {
  color: rgba(240,234,224,0.5);
}

/* ─── LINKS ─── */
a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent-pale);
  text-underline-offset: 3px;
  transition: color 0.15s, text-decoration-color 0.15s;
}
a:hover {
  color: var(--accent-soft);
  text-decoration-color: var(--accent-soft);
}

/* ─── FAQ ─── */
.faq__list { margin-top: 36px; }

.faq__item {
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline);
}

.faq__item:first-child { border-top: 1px solid var(--hairline); }

.faq__q {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.faq__a {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-muted);
}

/* ─── FOOTER ─── */
footer {
  background: var(--canvas-dark);
  padding: 48px 0;
  text-align: center;
}

footer p {
  font-size: 13px;
  color: rgba(240,234,224,0.55);
  line-height: 1.7;
}

footer p + p { margin-top: 16px; }

/* ─── SOCIAL ICONS ─── */
.social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  opacity: 0.65;
  transition: opacity 0.2s;
  text-decoration: none;
}

.social-link:hover {
  opacity: 0.85;
  text-decoration: none;
  color: inherit;
  text-decoration-color: transparent;
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: #F0EAE0;
  display: block;
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-primary, .audio-play-btn { transition: none; }
  .audio-bar__progress { transition: none; }
  .audio-play-btn.is-playing::after,
  .chamber__wave span,
  .silence-line__voice::after { animation: none; }
}
