/* ClinicaMOB v262 — page-title scale correction.
   User-requested ~20% reduction to desktop page/hero titles only.
   Body copy, buttons, section headings, layout, mobile, forms, scripts and SEO unchanged. */
@media (min-width: 901px){
  /* General page titles: 80% of v260 ceiling. */
  body.cm-fixed-target.cm-v255-final main h1{
    font-size:clamp(1.88rem,2.28vw,2.44rem)!important;
    line-height:1.04!important;
  }

  /* Homepage keeps strongest hierarchy, reduced 20%. */
  body.cm-fixed-home.cm-v255-final main h1,
  body.cm-fixed-home.cm-v255-final .cm-hero-copy h1{
    font-size:clamp(2.12rem,2.60vw,2.68rem)!important;
    line-height:1.01!important;
  }

  /* Start Search / Find Space hero. */
  body.cm-v219-search-page.cm-v255-final main h1,
  body.cm-v219-search-page.cm-v255-final .cm-v219-search-hero h1{
    font-size:clamp(1.76rem,2.12vw,2.20rem)!important;
    line-height:1.03!important;
  }

  /* Market, specialty, resource, hospital and general page heroes. */
  body.cm-v219-market-page.cm-v255-final main h1,
  body.cm-v219-specialty-page.cm-v255-final main h1,
  body.cm-v219-resource-page.cm-v255-final main h1,
  body.cm-v219-hospital-page.cm-v255-final main h1,
  body.cm-v219-general.cm-v255-final main .page-hero h1,
  body.cm-v219-general.cm-v255-final main .soft h1{
    font-size:clamp(1.80rem,2.12vw,2.20rem)!important;
    line-height:1.03!important;
  }

  /* Paid-search landing titles. */
  body.cm-google-lp.cm-v255-final main h1{
    font-size:clamp(1.88rem,2.28vw,2.40rem)!important;
    line-height:1.03!important;
  }
}
