/* Global section headings — matches home / About Us style */

.fo-section-head,
.home-section-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.fo-section-head--center,
.home-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.fo-section-head__eyebrow,
.home-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
}

.fo-section-head__eyebrow::before,
.home-section-head__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #aa8a39;
  border-radius: 2px;
}

.fo-section-head--center .fo-section-head__eyebrow::before,
.home-section-head--center .home-section-head__eyebrow::before {
  display: none;
}

.fo-section-head__title,
.home-section-head__title {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.fo-section-head__title span,
.home-section-head__title span {
  color: #c9a84c;
}

.fo-section-head__text,
.home-section-head__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

/* Legacy sec-head upgrade sitewide */
.content-section .sec-head,
.services__list .sec-head {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: none;
}

.content-section .sec-head span,
.services__list .sec-head span {
  color: #c9a84c;
}
