.page-home {
  background-color: var(--cream-soft);
}

.swiper {
  --swiper-pagination-color: #876439;
}

.home-hero {
  position: relative;
  display: flex;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
}
.home-hero__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-carousel {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.home-slide {
  position: relative;
  height: 100%;
}
.home-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-slide__content {
  position: absolute;
  top: 9.375vw;
  left: 4.7916666667vw;
  z-index: 2;
  width: min(46%, 680px);
  height: 100%;
  pointer-events: none;
}
.home-slide__brand {
  height: clamp(28px, 2.6041666667vw, 50px);
  width: auto;
}
.home-slide__headline {
  height: 20.8333333333vw;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(54px, 3.75vw, 72px);
}
.home-slide__headline-l2 {
  display: flex;
  align-items: baseline;
  padding: 0;
}
.home-slide__desc {
  margin-top: 1.8229166667vw;
  color: #575757;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
}
.home-slide__desc span {
  line-height: 1.875vw;
}

.home-hero-nav {
  position: relative;
  z-index: 5;
  flex: 0 0 clamp(307px, 24.0104166667vw, 461px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 clamp(27px, 2.0833333333vw, 40px);
  background-color: #b79267;
  background-image: url("../images/home/side_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "FZLTHJW--GB1-0", sans-serif;
}
.home-hero-nav__label {
  margin-bottom: 20px;
  color: #eccb9e;
  font-size: clamp(26px, 1.875vw, 36px);
  font-family: "Poppins-Light", sans-serif;
}
.home-hero-nav__title {
  margin: 0;
  color: #eccb9e;
  font-size: clamp(54px, 3.125vw, 60px);
}
.home-hero-nav__list {
  display: flex;
  flex-direction: column;
}
.home-hero-nav__item {
  position: relative;
  display: grid;
  padding: clamp(33px, 2.6041666667vw, 50px) 0;
  border-bottom: 1px solid rgba(237, 240, 235, 0.5019607843);
  color: inherit;
  transition: padding-left 0.35s ease;
}
.home-hero-nav__item:last-child {
  border-bottom: 0;
}
.home-hero-nav__item:hover, .home-hero-nav__item:focus-visible {
  padding-left: 12px;
}
.home-hero-nav__item:hover .home-hero-nav__arrow, .home-hero-nav__item:focus-visible .home-hero-nav__arrow {
  opacity: 1;
  transform: translate(0, -50%);
}
.home-hero-nav__name {
  color: #ffffff;
  font-size: clamp(14px, 1.09375vw, 21px);
  transition: color 0.35s ease;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
}
.home-hero-nav__name span {
  margin: 0 0.28em;
}
.home-hero-nav__en {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
  font-family: "Poppins-ExtraLight ", sans-serif;
}
.home-hero-nav__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  opacity: 0;
  transform: translate(-12px, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-services {
  padding: clamp(40px, 3.125vw, 60px) 11% clamp(130px, 8.3333333333vw, 160px);
  background: url("../images/home/service_bg.png") no-repeat;
  background-size: cover;
}
.home-services__head {
  margin-bottom: clamp(50px, 3.6458333333vw, 70px);
  text-align: center;
}
.home-services__head-title {
  font-size: clamp(54px, 3.75vw, 72px);
  font-family: "FZLTHJW--GB1-0", sans-serif;
}
.home-services__head-subtitle {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  font-family: "Poppins-Light", sans-serif;
  color: #876439;
  line-height: 1.25vw;
}
.home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(47px, 3.4895833333vw, 67px);
  max-width: 1560px;
  margin: 0 auto;
}

.home-service-card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fbf4ea;
  color: inherit;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.home-service-card:hover, .home-service-card:focus-visible {
  box-shadow: 0 0 17px 6px rgba(177, 123, 71, 0.2);
  transform: translateY(-4px);
}
.home-service-card:hover .home-service-card__body, .home-service-card:focus-visible .home-service-card__body {
  background: #ffffff;
}
.home-service-card__image {
  display: block;
  width: 100%;
  height: auto;
}
.home-service-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  aspect-ratio: 300/160;
  padding: clamp(20px, 1.5625vw, 30px) clamp(8px, 0.9375vw, 18px) clamp(10px, 0.9375vw, 18px);
  background: #fbf4ea;
  text-align: center;
  transition: background 0.35s ease;
}
.home-service-card__title {
  color: #9f7c57;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(24px, 1.5625vw, 30px);
}
.home-service-card__en {
  color: #9f7c57;
  font-family: "Poppins-Light", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
.home-service-card__desc {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
  color: #696969;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.8333333333vw, 16px);
  line-height: 1.25vw;
}
.home-service-card__badge {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 2;
  width: 15%;
  max-width: 60px;
  height: auto;
  transform: translate(-50%, -60%);
}
