/* Hyva-only tweaks for the homepage RevSlider.
   On Hyva (Tailwind v4 preflight) the Fugaz One headline on the Mammut slide
   ends up squashing the third "M" because tailwind's box-sizing/border resets
   give the layer container slightly less effective width. Fugaz One renders
   identically on Luma, where preflight isn't applied.

   We loosen the aggressive negative letter-spacing on the two Mammut text
   layers (slide 56 layers 5 and 11) so the glyphs no longer overlap. */
#slider-11-slide-56-layer-5,
#slider-11-slide-56-layer-11,
.Mammut_h1 {
    letter-spacing: -10px !important;
}

@media (max-width: 1024px) {
    #slider-11-slide-56-layer-5,
    #slider-11-slide-56-layer-11,
    .Mammut_h1 {
        letter-spacing: -8px !important;
    }
}
@media (max-width: 640px) {
    #slider-11-slide-56-layer-5,
    #slider-11-slide-56-layer-11,
    .Mammut_h1 {
        letter-spacing: -4px !important;
    }
}
