/*
 * Last mobile LCP lock: Nitro/critical bundles may merge older .mobile-hero-brand-logo rules after <head>.
 * This block loads after deferred CSS so the hero logo always beats ~322×96 text candidates on narrow viewports.
 */
@media (max-width: 991px) {
  html body.home .mobile-hero-system .hero-slider ul.slides li.hero-slide--mobile-brand img.mobile-hero-brand-logo {
    max-width: min(94vw, 360px) !important;
    width: 360px !important;
    max-height: none !important;
    height: auto !important;
    aspect-ratio: 360 / 128 !important;
    object-fit: contain !important;
    display: block !important;
  }
}
