/* Shared public-page title scale. Keep document/email print typography separate. */
@media screen {
  body h1,
  body .intro .card > h2,
  body .service-category > h2,
  body .booking-copy > h2,
  body .dropoff-header > h2,
  body .faq-group > h2,
  body .project-access__intro > h1 {
    font-size: clamp(32px, 3.2vw, 45px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.015em !important;
  }
}
