.kianix-lookbook-hero {
  --klh-overlay-color: #3a0915;
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  margin-top: 84px;
  overflow: hidden;
  background: #3a0915;
  isolation: isolate;
}

.kianix-lookbook-hero,
.kianix-lookbook-hero * {
  box-sizing: border-box;
}

.klh__media,
.klh__media img,
.klh__overlay,
.klh__content {
  position: absolute;
  inset: 0;
}

.klh__media {
  z-index: 0;
}

.klh__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
}

.klh__overlay {
  z-index: 1;
  background: linear-gradient(to top, var(--klh-overlay-color) 0%, rgba(58, 9, 21, 0) 78%);
  opacity: .3;
  pointer-events: none;
}

.klh__content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 24px 0;
  text-align: center;
  pointer-events: none;
}

.klh__copy {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

.klh__eyebrow {
  margin: 0 0 24px;
  color: #fffdf9;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .25em;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .18);
}

.klh__title {
  margin: 0 0 32px;
  color: #fffdf9;
  font-family: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .16);
}

.klh__description {
  width: 100%;
  max-width: 576px;
  margin: 0 auto 48px;
  color: #f8f4ef;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .18);
}

.klh__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 16px 32px;
  background: #fffdf9;
  color: #3a0915;
  border: 0;
  border-radius: 0;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.klh__button:hover,
.klh__button:focus {
  background: #fff;
  color: #4a0f1e;
  text-decoration: none;
  transform: translateY(-1px);
}

.klh__button:focus-visible {
  outline: 2px solid #b08d57;
  outline-offset: 4px;
}

.klh__button-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: block;
}

html[dir="rtl"] .klh__button-icon,
body.rtl .klh__button-icon,
.rtl .klh__button-icon {
  transform: scaleX(-1);
}

@media (max-width: 1024px) {
  .kianix-lookbook-hero {
    margin-top: 68px;
  }

  .klh__title {
    font-size: clamp(2.4rem, 7vw, 3.75rem);
  }
}

@media (max-width: 767px) {
  .kianix-lookbook-hero {
    height: 78vh;
    min-height: 560px;
  }

  .klh__content {
    padding: 82px 20px 0;
  }

  .klh__eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  .klh__title {
    margin-bottom: 24px;
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .klh__description {
    margin-bottom: 36px;
    font-size: 17px;
  }

  .klh__button {
    width: auto;
    max-width: 100%;
    min-height: 50px;
    padding: 15px 24px;
    gap: 12px;
    font-size: 11px;
  }
}
