/* Global JSONPress guard for standard and theme-specific Hero sections. */
[class*="hero"] h1 {
    font-size: clamp(1.9rem, 3vw, 3rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

@media (max-width: 768px) {
    [class*="hero"] h1 {
        font-size: clamp(1.7rem, 6.5vw, 2rem) !important;
        line-height: 1.14 !important;
    }
}
