/**
 * Shared section headings — load after `css/styles.css` for :root tokens.
 */

.section-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--brand-teal);
}

.section-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1115;
}

.section-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted-text);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .section-heading {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .section-heading {
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    font-size: 26px;
  }

  .section-heading br {
    display: none;
  }

  .section-eyebrow {
    font-size: 12px;
  }

  .section-subtitle {
    font-size: 14px;
  }
}
