.section-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.75rem;
}

.section-heading .eyebrow {
  display: inline-block;
  color: var(--gold-deep);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: var(--teal-deep);
  line-height: 1.35;
}

.section-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
