.hns-made-to-measure-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  background: #191918;
  color: #fffcf5;
}

.hns-made-to-measure-slider *,
.hns-made-to-measure-slider *::before,
.hns-made-to-measure-slider *::after {
  box-sizing: border-box;
}

.hns-made-to-measure-slider__cta {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 64px) 0 clamp(26px, 3.2vw, 38px);
  text-align: center;
}

.hns-made-to-measure-slider__heading {
  margin-bottom: 10px;
  color: #fffcf5;
  text-align: center;
  text-transform: none;
}

.hns-made-to-measure-slider__subheading {
  margin: 0 0 14px;
  color: #d8c66f;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.hns-made-to-measure-slider__cta-button,
.hns-made-to-measure-slider__slide-button {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 198, 111, 0.72);
  background: transparent;
  color: #eadb90 !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hns-made-to-measure-slider__cta-button {
  padding: 0 18px;
}

.hns-made-to-measure-slider__slide-button {
  min-width: 95px;
  min-height: 34px;
  padding: 0 14px;
}

.hns-made-to-measure-slider__cta-button:hover,
.hns-made-to-measure-slider__cta-button:focus-visible,
.hns-made-to-measure-slider__slide-button:hover,
.hns-made-to-measure-slider__slide-button:focus-visible {
  border-color: #eadb90;
  background: rgba(234, 219, 144, 0.12);
  color: #fff3b4 !important;
}

.hns-made-to-measure-slider__swiper {
  position: relative;
  width: 100%;
}

.hns-made-to-measure-slider__slide {
  position: relative;
  height: clamp(330px, 45vw, 620px);
  overflow: hidden;
  background: #2b2a27;
}

.hns-made-to-measure-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1100ms ease;
}

.hns-made-to-measure-slider__slide.swiper-slide-active img {
  transform: scale(1);
}

.hns-made-to-measure-slider__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(25, 25, 24, 0.58), rgba(25, 25, 24, 0.08) 44%, rgba(25, 25, 24, 0.18)),
    linear-gradient(180deg, rgba(25, 25, 24, 0.06), rgba(25, 25, 24, 0.24));
  pointer-events: none;
}

.hns-made-to-measure-slider__content {
  position: absolute;
  z-index: 2;
  bottom: clamp(70px, 11vw, 142px);
  left: clamp(42px, 14vw, 180px);
  width: min(330px, calc(100% - 84px));
  color: #fffcf5;
}

.hns-made-to-measure-slider__content h3 {
  margin: 0 0 8px;
  color: #fffcf5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.hns-made-to-measure-slider__content p {
  margin: 0 0 14px;
  color: rgba(255, 252, 245, 0.72);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.hns-made-to-measure-slider__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 252, 245, 0.56);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 180ms ease;
  cursor: pointer;
}

.hns-made-to-measure-slider__arrow:hover,
.hns-made-to-measure-slider__arrow:focus-visible {
  color: #eadb90;
}

.hns-made-to-measure-slider__arrow--prev {
  left: clamp(28px, 8vw, 110px);
}

.hns-made-to-measure-slider__arrow--next {
  right: clamp(28px, 8vw, 110px);
}

.hns-made-to-measure-slider__dots {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hns-made-to-measure-slider__dots .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 10px;
  margin: 0 !important;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}

.hns-made-to-measure-slider__dots .swiper-pagination-bullet::before {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 252, 245, 0.55);
  content: "";
  transition: background 180ms ease, transform 180ms ease;
}

.hns-made-to-measure-slider__dots .swiper-pagination-bullet-active::before {
  background: #eadb90;
  transform: scaleY(2);
}

@media (max-width: 849px) {
  .hns-made-to-measure-slider__content {
    bottom: 72px;
    left: 34px;
  }

  .hns-made-to-measure-slider__arrow--prev {
    left: 12px;
  }

  .hns-made-to-measure-slider__arrow--next {
    right: 12px;
  }
}

@media (max-width: 549px) {
  .hns-made-to-measure-slider__cta {
    padding-top: 34px;
  }

  .hns-made-to-measure-slider__slide {
    height: 360px;
  }

  .hns-made-to-measure-slider__content {
    bottom: 58px;
    left: 22px;
    width: calc(100% - 44px);
  }

  .hns-made-to-measure-slider__content p {
    max-width: 280px;
  }
}
