/* Homepage final heading hierarchy.
   Loaded after the legacy bundle so older section rules cannot override it. */
body[data-page="home"] .capability-section {
  padding-block: 58px 72px;
}

body[data-page="home"] .capability-section .section-heading {
  margin-bottom: 32px;
}

body[data-page="home"] .capability-section .section-heading h2 {
  max-width: none;
  font-size: clamp(29px, 2.35vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.022em;
}

body[data-page="home"] .capability-section .section-heading > p:last-child {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 1081px) {
  body[data-page="home"] .capability-section .section-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section {
    padding-block: 44px 54px;
  }

  body[data-page="home"] .capability-section .section-heading {
    margin-bottom: 24px;
  }

  body[data-page="home"] .capability-section .section-heading h2 {
    font-size: clamp(24px, 6.4vw, 28px);
    line-height: 1.2;
    white-space: normal;
  }

  body[data-page="home"] .capability-section .section-heading > p:last-child {
    margin-top: 10px;
    font-size: 13px;
  }
}
