/* ==========================================================================
   Component: page hero (.cm-page-hero)
   The light, two-column hero used on service/content pages (copy + a visual).
   Distinct from the homepage's full-bleed brand-surface hero. The two-column
   layout is the shared .cm-split cm-split--center utility — compose those in
   the markup; this file only adds the hero's padding + typography.
   ========================================================================== */

.cm-page-hero {
  padding-block: 88px 96px;
}

.cm-page-hero__title {
  font-size: clamp(40px, 5.2vw, 62px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1px;
  text-wrap: balance;
  margin: 20px 0 24px;
}

.cm-page-hero__lead {
  font-size: 19px;
  line-height: 1.6;
  color: var(--cm-muted);
  max-width: 52ch;
  text-wrap: pretty;
}

.cm-page-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.cm-page-hero__visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
