/**
 * Početna stranica — mobilni hero layout (≤1199px), bez fullPage.js
 */
@media screen and (max-width: 1199.98px) {
  :root {
    --bw-header-h: 5rem;
  }

  body.home-page .main-header {
    height: var(--bw-header-h) !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  body.home-page.scroll-up .main-header,
  body.home-page.scroll-down .main-header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  #bluewash.banner-sec,
  #bluewash .home-banner,
  #bluewash .home-banner-swiper,
  #bluewash .home-banner-swiper .swiper-wrapper,
  #bluewash .home-banner-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-inline: 0 !important;
    left: auto !important;
    overflow: hidden;
  }

  #bluewash.banner-sec {
    min-height: 100dvh;
    min-height: 100svh;
    height: 100dvh;
    height: 100svh;
  }

  #bluewash.banner-sec .home-banner,
  #bluewash .home-banner,
  #bluewash .home-banner-swiper {
    min-height: 100dvh;
    min-height: 100svh;
    height: 100dvh !important;
    height: 100svh !important;
  }

  #bluewash .home-banner-swiper video,
  #bluewash .home-banner-swiper .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  #bluewash .mouse_wheel img.mouse_wheel__wordmark {
    width: auto !important;
    max-width: min(11.5rem, 82vw) !important;
    height: 1.25rem !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .home-banner-swiper .title-main {
    bottom: clamp(6.25rem, 24vw, 8.5rem) !important;
    font-size: clamp(1.65rem, 7.5vw, 2.5rem) !important;
    line-height: 1.08 !important;
    padding-inline: 1rem;
  }

  #bluewash .mouse_wheel {
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    overflow: visible;
    z-index: 12;
    padding-bottom: 0.25rem;
  }

  #bluewash .mouse_wheel a.d-xl-none {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
}
