body {
  --swiper-theme-color: #fff;
  --swiper-navigation-sides-offset: 2vw;
  --swiper-pagination-bottom: 2vw;
  --swiper-navigation-size: 1.8vw;
  --swiper-pagination-bullet-size: .55vw;
  --swiper-pagination-bullet-horizontal-gap: .3vw;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
}

body:has(.main .top) header:not(.home-scrolled) {
  background-color: transparent;
}

body:has(.main .top) header.home-scrolled {
  background-color: #0b3311;
}

.main {
  padding-bottom: 0;
}

.main .top .content {
  position: relative;
  min-height: 100vh;
  background: #0b3311;
  overflow: hidden;
}

.main .content .video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #0b3311;
  overflow: hidden;
}

.main .content .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main .content {
  position: relative;
}

.main .content .text {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.main .content .text .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  max-width: 900px;
  width: 100%;
}

.main .content .text .wrapper h3 {
  margin: 0;
  font-size: 1.15vw;
  padding: 0 1.56vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.main .content .text .wrapper h1 {
  margin: 0;
  margin-top: 2vw;
  font-size: 4.69vw;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-weight: 400;
}

.area .img-wrap {
  width: 100%;
  height: 44.06vw;
}

.area .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area .text-wrap {
  position: absolute;
  inset: 0;
  padding: 0 1.875vw;
  background-color: rgba(0, 0, 0, .2);
}

.area .text-wrap .title {
  position: absolute;
  bottom: 5vw;
  left: 6vw;
  color: #fff;
  font-size: 2.5vw;
  width: 30vw;
  line-height: 1;
  font-family: var(--font-serif);
  text-transform: uppercase;
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
}

.swiper-pagination-bullet:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  .main .top .content {
    min-height: 100svh;
    height: 100svh;
  }

  .main .content .video {
    min-height: 100svh;
    height: 100svh;
  }

  .main .content .text .wrapper {
    padding: 0 2.08vw;
  }

  .main .content .text .wrapper h3 {
    font-size: 4vw;
  }

  .main .content .text .wrapper h1 {
    margin-top: 6vw;
    font-size: 8.275vw;
  }

  .top {
    margin-bottom: 16vw;
  }

  .area {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .area .img-wrap {
    height: 70.7863vw;
  }

  .area .text-wrap .title {
    font-size: 6vw;
    width: 50vw;
  }

  body {
    --swiper-navigation-sides-offset: 5vw;
    --swiper-pagination-bottom: 2vw;
    --swiper-navigation-size: 6vw;
    --swiper-pagination-bullet-size: 2vw;
    --swiper-pagination-bullet-horizontal-gap: .8vw;
  }
}