/* BROV — страница «О нас». Дополняет /css/style.css, ничего в нём не переопределяет. */

/* ---------- Заголовок страницы (Сажа) ---------- */
.about-hero { padding-block: clamp(40px, 8vw, 72px) clamp(24px, 5vw, 40px); }
.about-hero .eyebrow { margin-bottom: 12px; }
.about-hero h1 {
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em;
  line-height: 0.98; font-size: clamp(2rem, 8vw, 3.75rem); margin: 0 0 20px;
  max-width: 16ch;
}
.about-hero .lead { max-width: 40ch; color: var(--brov-cream); margin-bottom: 24px; }
.about-hero .badges { margin-top: 8px; }

/* ---------- Статья (Сливки) ---------- */
.article { background: var(--brov-cream); color: var(--brov-soot); padding-block: var(--section-y); }
.article__body { max-width: 680px; margin-inline: auto; }
.article__body > * + * { margin-top: 20px; }
.article__body p { font-size: 1.0625rem; line-height: 1.65; }
.article__body h2 {
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em;
  font-size: clamp(1.375rem, 4.5vw, 1.875rem);
  margin-top: clamp(40px, 7vw, 64px) !important;
  padding-top: clamp(40px, 7vw, 64px);
  border-top: 1px solid #E3DCCB;
}
.article__body h2:first-of-type { border-top: none; padding-top: 0; margin-top: 20px !important; }

.pull-quote {
  border-left: 4px solid var(--brov-signal);
  padding: 4px 0 4px 20px;
  font-style: italic;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.pull-quote p { margin: 0; }
.pull-quote p + p { margin-top: 2px; }

/* ---------- Фигуры и подписи ---------- */
.article__figure { margin-top: clamp(28px, 5vw, 44px); }
.article__figure img, .article__figure video { border-radius: 16px; display: block; width: 100%; }
.article__figure figcaption {
  margin-top: 10px; font-size: 0.875rem; color: #57534C; text-align: center;
}
.article__figure--wide { margin-inline: calc(50% - 50vw); max-width: none; }
.article__figure--wide .article__figure-inner { max-width: 900px; margin-inline: auto; padding-inline: var(--gutter); }

/* Врезка тизера — переиспользуем 9:16-плеер со страницы серии */
.article .ep-video__player { margin-inline: auto; }

/* ---------- Финал: маркировка + ссылки (Сажа) ---------- */
.about-close { padding-block: var(--section-y); }
.about-close .badges { margin-bottom: 24px; }
.about-close .footnote { margin-top: 20px; }
.about-close .credit { margin-top: 20px; font-size: 0.875rem; color: var(--brov-smoke); }

@media (min-width: 768px) {
  .article__body { font-size: 1.125rem; }
}
