/* K. Hutton homepage hero — full viewport product photo */
.khutton-site.page-home .page-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}

.khutton-site.page-home .page-main {
  overflow: visible;
}
.section-home.section-hero,
.section-home .section-hero__bg,
.section-home .section-hero__content {
  min-height: 100vh;
  min-height: 100svh;
  max-height: none;
}

.section-home.section-hero {
  width: 100%;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.section-home .section-hero__bg {
  position: absolute;
  inset: 0;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #2a1810;
}

.section-home .section-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

.section-home .section-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.section-home .section-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(18, 10, 8, 0.42) 0%,
    rgba(18, 10, 8, 0.08) 42%,
    rgba(18, 10, 8, 0.38) 100%
  );
  pointer-events: none;
}

.section-home .section-hero__content {
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(80px, 11vh, 132px) 15px 0;
  text-align: center;
  z-index: 2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.section-home .section-hero__title {
  font-family: "Cormorant", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(64px, 8.2vw, 124px) !important;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin-bottom: 18px;
}

.section-home .section-hero__subtitle {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.75vw, 28px) !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.55;
  opacity: 0.92;
}

.section-about__media .img-animate img {
  object-fit: cover;
  object-position: center 12%;
}

@media (max-width: 767px) {
  .section-home.section-hero,
  .section-home .section-hero__bg,
  .section-home .section-hero__content,
  .section-home .section-hero__bg picture,
  .section-home .section-hero__bg img {
    min-height: 100vh;
    min-height: 100svh;
  }

  .section-home .section-hero__bg img {
    object-position: center 38%;
  }

  .section-home .section-hero__content {
    padding-top: 72px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-home .section-hero__title {
    font-size: clamp(48px, 13vw, 72px) !important;
    max-width: none;
  }

  .section-home .section-hero__subtitle {
    font-size: 13px !important;
    letter-spacing: 0.18em;
  }
}

/* Product slider — Dolly live behavior: scale to slide width, no height cap */
.page-home .section-slider {
  height: 10.41667vw;
  min-height: 110px;
  background: transparent;
  overflow: visible;
  z-index: 3;
}

.page-home .section-slider .slider-first-screen,
.page-home .section-slider .swiper-container {
  overflow: visible;
}

.page-home .section-slider .slider-first-screen {
  transform: translateY(-50%);
  transform-origin: center center;
}

.page-home .section-slider .section-slider-item {
  padding: 10px;
}

.page-home .section-slider .section-slider-item img,
.page-home .section-slider .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.khutton-site.page-home .section-about {
  position: relative;
  z-index: 1;
}
