


.section-label,
.people-group-label,
.featured-members-heading {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--label-color);
  margin-bottom: 0.75rem;
  display: block;
}

/* ── Section title (serif display heading) ── */
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--primary);
  line-height: 1.18;
  margin-bottom: 0.75rem;
  letter-spacing: -0.8px;
}

.section-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--muted);
}

/* ── Sub-headings ── */
.sub-heading {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 1.5rem;
}

.sub-heading::after {
  display: none;
}

/* ── Title helpers ── */
.title-serif {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--primary);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.title-serif-md {
  font-family: var(--font-serif);
  font-size: 1.35rem;
}

/* ── Body text size helpers ── */
.text-muted-sm  { font-size: 0.85rem; }

.text-xs-muted {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

.text-sm-gray {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.text-body-sm {
  font-size: 0.9rem;
  line-height: 1.8;
}

.text-label-xs { font-size: 0.65rem; }

.text-white-bold {
  color: var(--white);
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.text-secondary { color: var(--accent); }
.text-border    { color: var(--border-solid); }

/* ── List helpers ── */
.list-spaced {
  padding-left: 1.5rem;
  line-height: 2.2;
}
