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

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

.kph__media,
.kph__image,
.kph__overlay,
.kph__content {
  position: absolute;
  inset: 0;
}

.kph__media {
  z-index: 0;
}

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

.kph__overlay {
  z-index: 1;
  background: #3a0915;
  opacity: .3;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.kph__fade {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
  height: 256px;
  background: linear-gradient(to top, var(--kph-fade-color) 0%, rgba(248, 244, 239, .2) 48%, rgba(248, 244, 239, 0) 100%);
  pointer-events: none;
}

.kph__content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  pointer-events: none;
}

.kph__copy {
  width: 100%;
  max-width: 896px;
  margin-top: 96px;
  pointer-events: auto;
}

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

.kph__title {
  max-width: 896px;
  margin: 0 auto 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.05;
  letter-spacing: -.025em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .16);
}

.kph__description {
  width: 100%;
  max-width: 672px;
  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.625;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .18);
}

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

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

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

  .kph__content {
    padding: 0 20px;
  }

  .kph__copy {
    margin-top: 72px;
  }

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

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

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

  .kph__fade {
    height: 180px;
  }
}
