.nd-home-hero {
  position: relative;
  min-height: clamp(620px, 76svh, 860px);
  overflow: hidden;
  color: #fff;
  background: #3d3b38;
}

.nd-home-hero__media,
.nd-home-hero__picture,
.nd-home-hero__picture img,
.nd-home-hero__picture svg,
.nd-home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nd-home-hero__picture img,
.nd-home-hero__picture svg {
  display: block;
  object-fit: cover;
  object-position: center;
}

.nd-home-hero__shade {
  background: linear-gradient(90deg, rgb(7 7 7 / 68%) 0%, rgb(7 7 7 / 30%) 48%, rgb(7 7 7 / 7%) 76%);
}

.nd-home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding-block: clamp(72px, 10vw, 132px);
}

.nd-home-hero__eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.nd-home-hero__title {
  max-width: 760px;
  margin: 0;
  font-family: var(--sort-title-font);
  font-size: clamp(48px, 6.3vw, 102px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.nd-home-hero__description {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

@media (max-width: 959px) {
  .nd-home-hero {
    min-height: clamp(700px, calc(100svh - 104px), 820px);
  }

  .nd-home-hero__picture img,
  .nd-home-hero__picture svg {
    object-position: center;
  }

  .nd-home-hero__shade {
    background: linear-gradient(180deg, rgb(8 8 8 / 2%) 22%, rgb(8 8 8 / 25%) 55%, rgb(8 8 8 / 82%) 100%);
  }

  .nd-home-hero__content {
    justify-content: flex-end;
    padding-block: 48px;
  }

  .nd-home-hero__title {
    max-width: 360px;
    font-size: clamp(46px, 13vw, 64px);
    line-height: 0.98;
  }

  .nd-home-hero__description {
    max-width: 370px;
    margin-top: 18px;
    font-size: 15px;
  }

}

@media (min-width: 700px) and (max-width: 959px) {
  .nd-home-hero {
    min-height: 620px;
  }

  .nd-home-hero__content {
    padding-block: 54px;
  }

  .nd-home-hero__title {
    max-width: 620px;
    font-size: 68px;
  }

}

@media (min-width: 1800px) and (min-aspect-ratio: 2 / 1) {
  .nd-home-hero__picture img,
  .nd-home-hero__picture svg {
    object-position: center 12%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-home-hero__picture img,
  .nd-home-hero__picture svg { transform: none; }
}
