/* ── About page hero ── */
.about-hero { padding-bottom: 48px; }

.about-hero-lede {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 540px;
}

/* ── Active nav link on about page ── */
.nav-links a[aria-current="page"] {
  color: var(--moss);
  font-weight: 600;
}

/* ── Homepage trainers teaser ── */
.trainers-teaser-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  gap: 20px;
}

.trainers-teaser-desc {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink-soft);
}
