/* V22.7 — comprehensive display-font clipping correction only.
   No content, imagery, spacing system, colors, navigation, forms, or page structure changed.
   The previous V22.6 override was too conservative at 1.05 and did not cover every
   Instrument Serif heading. This cache-busted stylesheet gives all display headings
   enough vertical line-box room so glyphs render fully in Chrome/Edge. */

/* Main display headings throughout the site */
.page-hero h1,
.section-title,
.home-display,
.home-page .cg19-partner-copy h2,
.home-page .cg19-partner-note strong,
.home-page .fit-section h2,
.home-page .buybox-teaser h2,
.featured-property-copy h2,
.walkthrough-head h2,
.projects-preview-section h2,
.section-line-heading h2,
.media-section h2,
.contact-band h2,
.split-copy h2,
.path-card h2,
.contact-card h2,
.contact-form-heading,
.legal-page h1,
.legal-content h2,
.audience-grid article h2,
.audience-intro h2,
.audience-dark h3,
.talk h2,
.testimonial-hero h1,
.testimonials-section h3,
.project-category-grid h2,
.featured-project-copy h3,
.sell-photo-subhead,
.photo-service-grid h3,
.team-card h3,
.zip-panel h3 {
  line-height: 1.18 !important;
  overflow: visible !important;
}

/* Smaller serif labels/titles that were also using very tight font metrics */
.proof-item strong,
.partner-note strong,
.criteria-item strong,
.stat strong,
.buybox-grid strong,
.reel-card strong,
.project-preview-grid h3,
.media-card h3,
.how-grid h3,
.benefit-card h3,
.audience-card h3,
.step h3,
.footer-quote,
.partner-promise {
  line-height: 1.2 !important;
  overflow: visible !important;
}

/* Preserve the deliberately roomier body-font card headings from V22.4. */
.home-page .fit-grid-four .fit-card h3 {
  line-height: 1.5 !important;
}
