/* v16 — site-wide headline restraint
   Bring remaining page/section headlines into the same scale established on the homepage. */

/* Primary page heroes */
.pb-service-hero-copy h1,
.pb-food-hero h1,
.pb-people-hero-copy h1,
.pb-space-hero h1,
.pb-concert-hero h1,
.pb-secondary-hero h1,
.pb-services-hero h1,
.pb-about-hero h1,
.pb-contact-hero h1,
.pb-thanks h1,
.pb-work-hero h1 {
  font-size: clamp(2.65rem, 5.4vw, 5.55rem) !important;
  line-height: .94 !important;
  letter-spacing: -.045em !important;
}

/* Supporting editorial headlines */
.pb-service-intro-grid h2,
.pb-service-process-grid h2,
.pb-concert-book h2,
.pb-people-gallery-head h2,
.pb-people-proof h2,
.pb-space-cap h2,
.pb-people-to-artists h2,
.pb-food-story h2,
.pb-secondary-intro h2,
.pb-about-story h2,
.pb-about-work h2,
.pb-contact-form-grid > div > h2,
.pb-contact-next h2 {
  font-size: clamp(2rem, 3.9vw, 3.75rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
}

/* Keep Work page slightly wider but no longer billboard-sized. */
.pb-work-hero h1 {
  font-size: clamp(2.75rem, 4.65vw, 4.75rem) !important;
  max-width: 900px !important;
}

/* Fine-art pages use the global h1 rather than specialty hero classes. */
body:not(.pb-home-v2) main > section:first-child h1,
body:not(.pb-home-v2) main > .container:first-child h1 {
  max-width: 900px;
}

@media (max-width: 759px) {
  .pb-service-hero-copy h1,
  .pb-food-hero h1,
  .pb-people-hero-copy h1,
  .pb-space-hero h1,
  .pb-concert-hero h1,
  .pb-secondary-hero h1,
  .pb-services-hero h1,
  .pb-about-hero h1,
  .pb-contact-hero h1,
  .pb-thanks h1,
  .pb-work-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.8rem) !important;
    line-height: .96 !important;
  }

  .pb-service-intro-grid h2,
  .pb-service-process-grid h2,
  .pb-concert-book h2,
  .pb-people-gallery-head h2,
  .pb-people-proof h2,
  .pb-space-cap h2,
  .pb-people-to-artists h2,
  .pb-food-story h2,
  .pb-secondary-intro h2,
  .pb-about-story h2,
  .pb-about-work h2,
  .pb-contact-form-grid > div > h2,
  .pb-contact-next h2 {
    font-size: clamp(1.95rem, 8.5vw, 3.1rem) !important;
  }
}
