.hns-product-archive-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #16120f;
  color: #fff;
}

@supports (min-height: 100svh) {
  .hns-product-archive-hero {
    min-height: 100svh;
  }
}

.hns-product-archive-hero *,
.hns-product-archive-hero *::before,
.hns-product-archive-hero *::after {
  box-sizing: border-box;
}

.hns-product-archive-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.38) 68%);
  content: "";
  pointer-events: none;
}

.hns-product-archive-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.hns-product-archive-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-product-archive-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: clamp(112px, 13vh, 170px) 20px clamp(82px, 10vh, 130px);
  text-align: center;
}

.hns-product-archive-hero__copy {
  width: min(920px, 100%);
  margin: 0 auto;
}

.hns-product-archive-hero__heading.hns-page-heading {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--hns-font-display);
  font-size: clamp(26px, 2.1vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-product-archive-hero__subheading {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--hns-font-display);
  font-size: clamp(14px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-product-archive-hero__description {
  max-width: 880px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--hns-fs-body, 14px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.hns-product-archive-hero__description > :last-child {
  margin-bottom: 0;
}

.hns-product-archive-hero__description p {
  margin: 0 0 10px;
}

.hns-product-archive-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
  margin-top: 28px;
}

.hns-product-archive-hero__button.hns-ui-button {
  min-width: 150px;
  min-height: 38px;
  padding-right: 18px;
  padding-left: 18px;
}

.hns-product-archive-hero--element {
  min-height: 560px;
}

@media (max-width: 767px) {
  .hns-product-archive-hero__content {
    padding: 102px 18px 76px;
  }

  .hns-product-archive-hero__copy {
    width: min(420px, 100%);
  }

  .hns-product-archive-hero__heading.hns-page-heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.12;
  }

  .hns-product-archive-hero__subheading {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.3;
  }

  .hns-product-archive-hero__description {
    font-size: var(--hns-fs-body-sm, 13px);
    line-height: 1.5;
  }

  .hns-product-archive-hero__actions {
    gap: 12px;
    margin-top: 24px;
  }

  .hns-product-archive-hero__button.hns-ui-button {
    width: min(260px, 100%);
  }
}
