:root {
  color-scheme: light;
  --paper: #f4efe6;
  --paper-deep: #ece3d6;
  --ink: #1c1813;
  --muted: #655c51;
  --line: rgba(55, 43, 32, 0.14);
  --line-strong: rgba(55, 43, 32, 0.28);
  --accent: #2c241d;
  --shadow: 0 26px 60px rgba(48, 36, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(130, 109, 84, 0.09), transparent 28%),
    radial-gradient(circle at bottom right, rgba(119, 92, 62, 0.08), transparent 32%),
    linear-gradient(180deg, #f7f2ea 0%, #f1eadf 100%);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(
      0deg,
      rgba(61, 49, 35, 0.018) 0,
      rgba(61, 49, 35, 0.018) 1px,
      transparent 1px,
      transparent 11px
    );
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8), transparent 16%),
    radial-gradient(circle at 80% 18%, rgba(116, 91, 66, 0.14), transparent 20%),
    radial-gradient(circle at 70% 78%, rgba(0, 0, 0, 0.04), transparent 24%);
}

.page-shell {
  position: relative;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.hero {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: 64px;
  padding: 48px 18px 48px 6px;
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.hero-context,
.hero-product,
.hero-support,
.hero-trust,
.hero-anchor {
  margin: 0;
}

.hero-context {
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 250, 244, 0.74);
  backdrop-filter: blur(8px);
}

.hero-heading-group {
  margin-top: 28px;
}

.hero-product {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(28, 24, 19, 0.82);
  letter-spacing: 0.01em;
}

h1 {
  margin: 18px 0 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.9rem, 7vw, 6.25rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-support {
  margin-top: 28px;
  max-width: 560px;
  font-size: 1.17rem;
  line-height: 1.55;
  color: rgba(28, 24, 19, 0.78);
}

.hero-trust {
  margin-top: 26px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--accent);
  color: #f8f1e7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 20px 40px rgba(44, 36, 29, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(44, 36, 29, 0.22);
  background: #201a15;
}

.hero-meta {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
}

.hero-trust,
.hero-anchor {
  font-size: 0.95rem;
  color: rgba(28, 24, 19, 0.72);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-frame {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 0.9;
}

.paper-stack,
.paper-sheet {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(241, 232, 220, 0.94));
  border: 1px solid rgba(86, 67, 46, 0.12);
  box-shadow: var(--shadow);
}

.paper-back {
  transform: rotate(-7deg) translate(-18px, 10px);
  opacity: 0.42;
}

.paper-mid {
  transform: rotate(5deg) translate(20px, -6px);
  opacity: 0.58;
}

.paper-sheet {
  overflow: hidden;
  padding: 26px;
}

.paper-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.85), transparent 18%),
    repeating-linear-gradient(
      0deg,
      rgba(68, 52, 35, 0.024) 0,
      rgba(68, 52, 35, 0.024) 1px,
      transparent 1px,
      transparent 12px
    );
  opacity: 0.55;
  pointer-events: none;
}

.paper-header,
.photo-board {
  position: relative;
  z-index: 1;
}

.paper-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.paper-mark {
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(28, 24, 19, 0.62);
}

.paper-line {
  flex: 1;
  height: 1px;
  background: rgba(28, 24, 19, 0.14);
}

.photo-board {
  margin-top: 34px;
  height: calc(100% - 68px);
  min-height: 420px;
  border-radius: 22px;
  border: 1px solid rgba(28, 24, 19, 0.08);
  overflow: hidden;
}

.photo-board img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 26%;
  display: block;
}

@media (max-width: 1080px) {
  .page-shell {
    width: min(100% - 32px, 980px);
    padding: 30px 0 44px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 18px 0 24px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 420px;
    order: 2;
  }

  .studio-frame {
    width: min(100%, 560px);
    aspect-ratio: 1.08;
  }

  .photo-board {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: calc(100% - 24px);
    padding: 18px 0 30px;
  }

  .hero {
    gap: 22px;
  }

  .hero-context {
    font-size: 0.76rem;
    padding: 8px 12px;
  }

  .hero-heading-group {
    margin-top: 22px;
  }

  h1 {
    margin-top: 14px;
    font-size: clamp(2.8rem, 13vw, 4rem);
    line-height: 0.92;
  }

  .hero-product {
    font-size: 0.94rem;
    max-width: 280px;
  }

  .hero-support {
    margin-top: 22px;
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-trust {
    margin-top: 20px;
  }

  .hero-actions {
    margin-top: 16px;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-meta {
    margin-top: 30px;
    gap: 10px;
  }

  .hero-trust,
  .hero-anchor {
    font-size: 0.92rem;
  }

  .hero-visual {
    min-height: 300px;
  }

  .studio-frame {
    aspect-ratio: 1;
  }

  .paper-sheet {
    padding: 18px;
    border-radius: 24px;
  }

  .paper-back {
    transform: rotate(-5deg) translate(-8px, 8px);
  }

  .paper-mid {
    transform: rotate(4deg) translate(12px, -4px);
  }

  .photo-board {
    margin-top: 20px;
    min-height: 240px;
  }
}

/* ===== Экран 2 — «Для кого БАЗА и с каким запросом сюда приходят» ===== */

.section-shell {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.audience-problem {
  padding: 88px 18px 96px;
}

.ap-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ap-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ap-quote {
  margin: 40px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  font-style: italic;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: -0.005em;
}

.ap-quote-sub {
  margin: 10px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.ap-cards {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.ap-card {
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.9), rgba(241, 232, 220, 0.72));
  box-shadow: 0 14px 30px rgba(48, 36, 24, 0.06);
}

.ap-card-icon {
  width: 34px;
  height: 34px;
  stroke: var(--ink);
  stroke-width: 1.3;
  fill: none;
  opacity: 0.65;
}

.ap-card-body {
  margin-top: 16px;
}

.ap-card-title {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--ink);
}

.ap-card-text {
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.ap-pause {
  margin: 40px 0 0;
  padding: 22px 28px;
  border-radius: 18px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(28, 24, 19, 0.82);
  text-align: left;
}

.ap-bridge {
  margin: 44px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* ===== Экран 3 — «Что это за программа и как она устроена» ===== */

.program {
  padding: 88px 18px 96px;
}

.pr-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.pr-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.pr-meta {
  margin: 22px 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pr-chip {
  padding: 8px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.86rem;
  color: var(--muted);
  background: rgba(255, 250, 244, 0.6);
}

.pr-list {
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  text-align: left;
}

.pr-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
}

.pr-row-num {
  margin-top: 0.15em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--muted);
  min-width: 2.2ch;
}

.pr-row-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pr-row-topic {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--ink);
}

.pr-row-result {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--muted);
}

.pr-mechanics {
  margin: 44px 0 0;
  padding: 20px 26px;
  border-radius: 18px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(28, 24, 19, 0.82);
}

.pr-bridge {
  margin: 40px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* ===== Экран 4 — «Что меняется у тебя по ходу БАЗЫ» ===== */

.transformation {
  padding: 88px 18px 96px;
}

.tf-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.tf-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.tf-frame {
  margin: 18px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.tf-path {
  position: relative;
  margin: 64px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 22px;
}

/* линия-путь — сама растягивается по высоте ряда слов через align-self:end,
   поэтому всегда садится на ту же нижнюю кромку, что и точки-узлы у слов,
   независимо от того, сколько строк занимает какое-либо слово */
.tf-track {
  grid-row: 1;
  grid-column: 1 / -1;
  align-self: end;
  height: 1px;
  margin: 0 12.5% 12.5px;
  background: var(--line-strong);
}

.tf-word {
  grid-row: 1;
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: 0.01em;
  color: var(--ink);
}

.tf-word::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--accent);
}

.tf-quote {
  grid-row: 2;
  margin: 0;
  padding: 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.42;
  color: var(--muted);
}

.word-1 { grid-column: 1; }
.word-2 { grid-column: 2; }
.word-3 { grid-column: 3; }
.word-4 { grid-column: 4; }

/* стрелка-направление — псевдоэлемент САМОГО слова-4 (та же надёжная
   система координат, что у его точки-узла ::after), а не отдельный
   элемент, завязанный на высоту всего контейнера */
.word-4::before {
  content: "→";
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: 14px;
  color: var(--muted);
  opacity: 0.6;
  font-size: 0.95rem;
  font-family: "Instrument Sans", sans-serif;
}

.quote-1 { grid-column: 1; }
.quote-2 { grid-column: 2; }
.quote-3 { grid-column: 3; }
.quote-4 { grid-column: 4; }

.tf-bridge {
  margin: 52px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* ===== Экран 5 — «Почему Светлане можно доверять» ===== */

.trust-author {
  padding: 88px 18px 96px;
}

.tr-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tr-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.tr-facts {
  margin: 30px 0 0;
  font-size: 1rem;
  color: var(--ink);
  font-weight: 600;
}

.tr-detail {
  margin: 14px auto 0;
  max-width: 480px;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(28, 24, 19, 0.78);
  text-wrap: balance;
}

/* Мини-портфолио из 4 работ, три ряда разной формы (не сетка
   одинаковых карточек): girlBird — единственная и главная сверху;
   forest+flowers — второй ряд, второстепенные, одного "тира";
   boat — отдельным широким рядом снизу. Радиус 5px — как у печатной
   репродукции, не у интерфейсного элемента (та же логика, что и в
   версии с 2 работами). */
.tr-works {
  margin: 52px auto 0;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tr-work {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.tr-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tr-hero-row {
  display: flex;
  justify-content: center;
}

.tr-work-hero {
  width: 62%;
  aspect-ratio: 3 / 4;
}

.tr-pair-row {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.tr-work-forest {
  flex: 1;
  aspect-ratio: 4 / 5;
}

.tr-work-flowers {
  flex: 1;
  aspect-ratio: 5 / 4;
}

.tr-boat-row {
  display: flex;
  justify-content: center;
}

.tr-work-boat {
  width: 84%;
  aspect-ratio: 3 / 2;
}

/* Утверждённый кроп: убирает видимую обстановку студии по краям кадра */
.tr-work-boat img {
  object-position: 44% 48%;
  transform: scale(1.12);
}

.tr-works-caption {
  margin: 14px 0 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.tr-quote-block {
  position: relative;
  margin: 52px auto 0;
  max-width: 620px;
  padding: 8px 0 8px 34px;
  border-left: 2px solid var(--accent);
  text-align: left;
}

.tr-quote-mark {
  position: absolute;
  left: -6px;
  top: -34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--line-strong);
  user-select: none;
  pointer-events: none;
}

.tr-quote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.28;
  color: var(--ink);
}

.tr-bridge {
  margin: 52px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* ===== Экран 5 — компактная desktop-композиция 4 работ =====
   Действует ТОЛЬКО от 641px и выше — mobile-раскладка (базовые
   .tr-hero-row/.tr-pair-row/.tr-boat-row правила + их override в
   @media max-width:640px ниже) не затронута этим блоком вообще.
   girlBird — единственная работа слева, растянута на высоту двух
   рядов справа (forest+flowers сверху, boat снизу). Плюс точечно
   сокращён верхний отступ экрана 5 для более собранного стыка 4→5 —
   это правило .trust-author, не общий/глобальный класс, другие
   секции не затронуты. */
@media (min-width: 641px) {
  .trust-author {
    padding-top: 48px;
  }

  .tr-works {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 22px;
    row-gap: 14px;
    max-width: 700px;
  }

  .tr-hero-row {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .tr-work-hero {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .tr-pair-row {
    grid-column: 2;
    grid-row: 1;
  }

  .tr-work-forest,
  .tr-work-flowers {
    aspect-ratio: 1 / 1;
  }

  .tr-boat-row {
    grid-column: 2;
    grid-row: 2;
  }

  .tr-work-boat {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 768px) {
  .transformation {
    padding: 64px 16px 72px;
  }

  .tf-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .tf-path {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .tf-path::before,
  .tf-path::after {
    display: none;
  }

  .tf-word,
  .tf-quote {
    grid-column: 1;
    grid-row: auto;
  }

  .tf-word {
    padding-bottom: 0;
    margin-top: 30px;
  }

  .tf-word::after {
    content: "↓";
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 0;
    border: none;
    background: none;
    color: var(--muted);
    opacity: 0.6;
    font-size: 1rem;
    font-family: "Instrument Sans", sans-serif;
  }

  .word-1 {
    margin-top: 0;
  }

  .tf-quote {
    margin-top: 10px;
  }

  .word-1 { order: 1; }
  .quote-1 { order: 2; }
  .word-2 { order: 3; }
  .quote-2 { order: 4; }
  .word-3 { order: 5; }
  .quote-3 { order: 6; }
  .word-4 { order: 7; }
  .quote-4 { order: 8; }

  .word-4::after {
    content: "";
    margin: 0;
  }

  .word-4::before {
    display: none;
  }

  .tf-track {
    display: none;
  }
}

@media (max-width: 1080px) {
  .section-shell {
    width: min(100% - 32px, 980px);
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: calc(100% - 24px);
  }

  .audience-problem {
    padding: 64px 16px 72px;
  }

  .ap-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .ap-quote {
    font-size: clamp(1.25rem, 6vw, 1.5rem);
    margin-top: 32px;
  }

  .ap-cards {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 10px;
  }

  /* Компактная строчная карточка на мобиле: иконка слева, заголовок+
     текст справа (не иконка над текстом, как на десктопе) — заметно
     короче по высоте без уменьшения кегля. */
  .ap-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .ap-card-icon {
    flex-shrink: 0;
    margin-top: 2px;
    width: 26px;
    height: 26px;
  }

  .ap-card-body {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .ap-card-title {
    line-height: 1.25;
  }

  .ap-card-text {
    margin: 0;
    line-height: 1.45;
  }

  .ap-pause {
    margin-top: 28px;
    padding: 18px 20px;
    font-size: 0.92rem;
  }

  .ap-bridge {
    margin-top: 32px;
  }

  .program {
    padding: 64px 16px 72px;
  }

  .pr-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .pr-meta {
    margin-top: 18px;
  }

  .pr-chip {
    font-size: 0.8rem;
    padding: 7px 13px;
  }

  .pr-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
    gap: 0;
  }

  .pr-row {
    padding: 15px 2px;
  }

  .pr-row-topic {
    font-size: 1rem;
  }

  .pr-row-result {
    font-size: 0.88rem;
  }

  .pr-mechanics {
    margin-top: 30px;
    padding: 16px 18px;
    font-size: 0.92rem;
  }

  .pr-bridge {
    margin-top: 30px;
  }

  .tf-bridge {
    margin-top: 36px;
  }

  .trust-author {
    padding: 64px 16px 72px;
  }

  .tr-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .tr-facts {
    margin-top: 24px;
    font-size: 0.92rem;
  }

  .tr-detail {
    font-size: 0.96rem;
    max-width: 100%;
  }

  .tr-works {
    margin-top: 36px;
    max-width: 320px;
    gap: 14px;
  }

  .tr-work-hero {
    width: 72%;
  }

  .tr-pair-row {
    gap: 12px;
  }

  .tr-boat-row .tr-work-boat {
    width: 84%;
  }

  .tr-works-caption {
    font-size: 0.82rem;
  }

  .tr-quote-block {
    margin-top: 40px;
    padding-left: 22px;
  }

  .tr-quote-mark {
    font-size: 4rem;
    top: -26px;
    left: -4px;
  }

  .tr-quote {
    font-size: clamp(1.35rem, 6vw, 1.6rem);
  }

  .tr-bridge {
    margin-top: 36px;
  }
}

/* ===== Экран 6 — «Что говорят её ученицы» (редакционная подача, без карточек) ===== */

.testimonials {
  padding: 88px 18px 96px;
}

.ts-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.ts-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ts-source {
  margin: 16px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.ts-voices {
  margin: 64px auto 0;
  max-width: 700px;
  text-align: left;
}

.ts-voice {
  padding: 36px 0;
}

.ts-voice + .ts-voice {
  border-top: 1px solid var(--line);
}

.ts-quote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: rgba(28, 24, 19, 0.86);
  text-wrap: balance;
}

.ts-voice-lead .ts-quote {
  font-size: clamp(1.55rem, 2.9vw, 1.95rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 34ch;
}

.ts-voice-support .ts-quote {
  font-size: 1.1rem;
  line-height: 1.62;
}

.ts-bridge {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

@media (max-width: 640px) {
  .testimonials {
    padding: 64px 16px 72px;
  }

  .ts-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .ts-source {
    margin-top: 14px;
    font-size: 0.86rem;
  }

  .ts-voices {
    margin-top: 44px;
  }

  .ts-voice {
    padding: 28px 0;
  }

  .ts-voice-lead .ts-quote {
    font-size: clamp(1.35rem, 6.5vw, 1.6rem);
    max-width: none;
  }

  .ts-voice-support .ts-quote {
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .ts-bridge {
    margin-top: 6px;
  }
}

/* ===== Экран 7 — «Условия набора в ближайший поток» =====
   Финальный экран решения — сознательный bookend с Hero (короткая
   строка hero-anchor + hero-cta там, та же пара факты+действие здесь,
   развёрнуто и весомее). Большая цена — единственный крупный акцент +
   компактный список условий с hairline-разделителями + CTA той же
   пилюли, что в Hero (одна и та же роль действия на сайте). */
.offer-conditions {
  padding: 88px 18px 96px;
}

.oc-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.oc-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.oc-price {
  margin: 40px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.oc-format {
  margin: 14px 0 0;
  font-size: 0.96rem;
  color: var(--muted);
}

.oc-terms {
  margin: 48px auto 0;
  max-width: 520px;
  text-align: left;
}

.oc-term {
  padding: 16px 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(28, 24, 19, 0.84);
  text-wrap: balance;
}

.oc-term + .oc-term {
  border-top: 1px solid var(--line);
}

.oc-actions {
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  background: var(--accent);
  color: #f8f1e7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 20px 40px rgba(44, 36, 29, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.oc-cta:hover,
.oc-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(44, 36, 29, 0.22);
  background: #201a15;
}

.oc-note {
  margin: 18px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.oc-bridge {
  margin: 52px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

@media (max-width: 640px) {
  .offer-conditions {
    padding: 64px 16px 72px;
  }

  .oc-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .oc-price {
    margin-top: 30px;
    font-size: clamp(2.4rem, 12vw, 3.2rem);
  }

  .oc-format {
    font-size: 0.9rem;
  }

  .oc-terms {
    margin-top: 36px;
  }

  .oc-term {
    padding: 14px 0;
    font-size: 0.95rem;
  }

  .oc-actions {
    margin-top: 36px;
  }

  .oc-cta {
    width: 100%;
  }

  .oc-bridge {
    margin-top: 36px;
  }
}

/* ===== Экран 8 — «Ответы на частые вопросы» + финальный CTA (последний экран) =====
   9 вопросов через нативный <details>/<summary> — без JS, без новых
   декоративных активов, решает задачу "не превращать в стену текста":
   все вопросы видны сразу, ответ раскрывается по клику. Hairline-
   разделители переиспользуют уже сквозной приём (экраны 6/7). CTA —
   та же кнопка-пилюля, что в Hero/экране 7, БЕЗ повтора цены/дат/
   гарантии — только строка-приглашение, не второй продающий экран. */
.faq-final-cta {
  padding: 88px 18px 110px;
}

.faq-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.faq-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.faq-list {
  margin: 52px 0 0;
  text-align: left;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 34px 20px 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  border-radius: 4px;
  outline: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Мягкое halo вместо жёсткого браузерного прямоугольника — та же
   rgba-палитра, что уже в var(--shadow). Срабатывает только при
   клавиатурной навигации (:focus-visible), не при клике мышью —
   доступность сохранена. */
.faq-item summary:focus-visible {
  border-radius: 10px;
  box-shadow:
    0 0 0 2px rgba(44, 36, 29, 0.32),
    0 10px 24px rgba(48, 36, 24, 0.14);
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--muted);
  transition: transform 200ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  margin: 0 0 22px;
  padding-right: 34px;
  font-size: 0.96rem;
  line-height: 1.58;
  color: rgba(28, 24, 19, 0.82);
}

.faq-final {
  margin: 64px 0 0;
}

.faq-final-lead {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  color: var(--ink);
}

.faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #f8f1e7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 20px 40px rgba(44, 36, 29, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.faq-cta:hover,
.faq-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(44, 36, 29, 0.22);
  background: #201a15;
}

@media (max-width: 640px) {
  .faq-final-cta {
    padding: 64px 16px 80px;
  }

  .faq-h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .faq-list {
    margin-top: 36px;
  }

  .faq-item summary {
    padding: 16px 30px 16px 0;
    font-size: 0.96rem;
  }

  .faq-item summary::after {
    top: 14px;
    font-size: 1.4rem;
  }

  .faq-answer {
    padding-right: 22px;
    font-size: 0.92rem;
    margin-bottom: 18px;
  }

  .faq-final {
    margin-top: 44px;
  }

  .faq-cta {
    width: 100%;
  }
}