/* A white navigation bar and an unobstructed, naturally lit slideshow. */
/* Two 4:3 frames on desktop; one 4:3 frame on smaller screens.
   Give percentage-height images a definite frame, regardless of source ratio. */
.home-daylight .swiper.swiper2 {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
}

.home-daylight .swiper2 .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.home-daylight .swiper2 .image-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-daylight .swiper1-pagination.swiper1pagination {
  position: static;
  transform: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  padding: 4px 16px;
  margin: 0;
  gap: 0;
  order: 0;
  background: transparent;
}

.home-daylight .swiper1-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 44px;
  margin: 0;
}

.home-daylight .swiper1-pagination .swiper-pagination-bullet::before {
  width: 8px;
  height: 8px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #aaa;
}

.home-daylight .swiper1-pagination .swiper-pagination-bullet-active::before {
  background: #191919;
}

.home-daylight .swiper1 .hero-image-portrait {
  object-fit: contain;
  background: #fff;
}

.home-daylight .site-header {
  position: relative;
  margin: 0;
  padding: 24px clamp(24px, 3.125vw, 80px);
  align-items: center;
  gap: 32px;
  background: #fff;
  color: #191919;
}

.home-daylight .site-header__logo {
  position: static;
  flex: none;
  width: clamp(114px, 11.5vw, 220px);
}

.home-daylight .site-header__logo-image {
  filter: brightness(0);
}

.home-daylight .site-header > .global-nav {
  width: auto;
  padding: 0;
}

.home-daylight .site-header .global-nav__item,
.home-daylight .site-header .global-nav__link,
.home-daylight .site-header .global-nav__actions,
.home-daylight .site-header .nav--contact,
.home-daylight .site-header .hamburger--text,
.home-daylight .site-header .text--menu,
.home-daylight .site-header .text--close {
  color: #191919;
  text-shadow: none;
}

.home-daylight .site-header .nav--contact {
  border-color: #191919;
}

.home-daylight .site-header .global-nav__actions .language-switcher {
  color: #191919;
  background: #fff;
  border-color: #737373;
}

.home-daylight .site-header .global-nav__actions .language-switcher button:hover {
  background: #ededed;
}

.home-daylight .top_hero--section {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  margin-bottom: clamp(40px, 5vw, 96px);
  overflow: visible;
}

.home-daylight .swiper.swiper1 {
  order: 0;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  height: clamp(360px, 65svh, 800px);
  min-height: 0;
}

.home-daylight .swiper.swiper1::after {
  content: none;
  background: none;
}

.home-daylight .top_hero--section .image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.home-daylight .top_hero--copy {
  order: 1;
  position: static;
  width: 100%;
  padding: clamp(32px, 4vw, 64px) 7.6923%;
  background: transparent;
  text-shadow: none;
}

.home-daylight .top_hero--copy--title,
.home-daylight .top_hero--copy--sub_title,
.home-daylight .top_hero--copy--text {
  color: #191919;
}

@media (max-width: 991px) {
  .home-daylight .swiper.swiper2 {
    aspect-ratio: 4 / 3;
  }

  .home-daylight .site-header {
    min-height: 88px;
    padding: 18px 24px;
  }

  .home-daylight .site-header > .global-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 90px 24px 32px;
  }

  .home-daylight .site-header .hamburger {
    position: absolute;
    top: 26px;
    right: 24px;
  }

  .home-daylight .site-header .hamburger--line {
    background-color: #191919;
  }

  .home-daylight .swiper.swiper1 {
    height: clamp(280px, 52svh, 580px);
  }
}
