/* CustodyProviders.com V8.3 — compact institutional typography
   Loaded last to normalize oversized headings without changing document semantics. */

html body main h1,
html body .hero h1,
html body .hero-copy h1,
html body .content-card h1,
html body .ca-hero h1 {
  font-size: clamp(36px, 3.45vw, 52px) !important;
  line-height: 1.07 !important;
  letter-spacing: -0.035em !important;
}

/* Homepage may retain slightly more visual authority than subpages. */
html body #home-title,
html body .hero:not(.hero-subpage) > .container h1,
html body .hero:not(.hero-subpage) .hero-shell h1 {
  font-size: clamp(42px, 4.25vw, 64px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

/* Subpages, provider profiles and database/research pages. */
html body .hero-subpage h1,
html body .provider-hero h1,
html body .research-hero h1,
html body .database-hero h1 {
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 1.08 !important;
}

/* Section hierarchy: compact, readable, still clearly differentiated. */
html body main h2,
html body .section-head h2,
html body .content-card h2,
html body .cta-panel h2 {
  font-size: clamp(27px, 2.35vw, 36px) !important;
  line-height: 1.13 !important;
  letter-spacing: -0.025em !important;
}

html body main h3,
html body .content-card h3,
html body .sidebar-card h3,
html body .provider-card h3,
html body .hero-card h3 {
  font-size: clamp(20px, 1.55vw, 25px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

html body main h4 {
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.25 !important;
}

/* Small screens: avoid giant multi-line headings and excessive vertical scrolling. */
@media (max-width: 760px) {
  html body main h1,
  html body .hero h1,
  html body .hero-copy h1,
  html body .hero-subpage h1,
  html body .provider-hero h1,
  html body .content-card h1,
  html body .ca-hero h1 {
    font-size: clamp(30px, 8.2vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }

  html body #home-title,
  html body .hero:not(.hero-subpage) .hero-shell h1 {
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.06 !important;
  }

  html body main h2,
  html body .section-head h2,
  html body .content-card h2,
  html body .cta-panel h2 {
    font-size: clamp(24px, 6.7vw, 30px) !important;
    line-height: 1.14 !important;
  }

  html body main h3,
  html body .content-card h3,
  html body .sidebar-card h3,
  html body .provider-card h3,
  html body .hero-card h3 {
    font-size: clamp(19px, 5.3vw, 23px) !important;
  }
}

@media (max-width: 390px) {
  html body main h1,
  html body .hero h1,
  html body .hero-copy h1,
  html body .hero-subpage h1,
  html body .provider-hero h1 {
    font-size: 29px !important;
  }

  html body #home-title {
    font-size: 33px !important;
  }
}
