/* ==========================================================================
   ES INDEX — Spanish Home Page Specific Overrides
   Compensates for longer Spanish title text wrapping on desktop.
   Source: es/index.html inline Block 3 (lines 288-298 pre-standardization).
   ========================================================================== */

@media (min-width: 1024px) {
    .ito-hero {
        padding-top: calc(var(--navbar-height) + var(--disclaimer-height) + 5px);
    }

    .ito-hero-title {
        font-size: clamp(36px, 4.2vw, 48px);
    }
}
