/* Keep page titles consistent with the compact project title scale. */
main h1 {
    font-size: clamp(1.65rem, 3vw, 2.55rem) !important;
    line-height: 1.08;
    letter-spacing: -.035em;
}

/* Dialog and form-card headings belong to the component, not the page level. */
main .card-heading h1 {
    font-size: 1.5rem !important;
}

/* Prominent section headings must stay below the page title in the hierarchy. */
main .section-heading h2,
main .home-section-heading h2,
main .growth-copy h2,
main .home-faq h2,
main .home-final-cta h2 {
    font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
    line-height: 1.1;
    letter-spacing: -.03em;
}
