.hns-showroom-hero {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

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

.hns-showroom-hero__intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 24px 30px;
  text-align: center;
}

.hns-showroom-hero__heading.hns-page-heading {
  margin: 0 0 46px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-showroom-hero__brand {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.hns-showroom-hero__logo {
  display: block;
  width: min(172px, 42vw);
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.hns-showroom-hero__tagline {
  display: block;
  width: min(336px, 58vw);
  height: auto;
  object-fit: contain;
}

.hns-showroom-hero__intro p {
  max-width: 1020px;
  margin: 0 auto;
  color: rgba(247, 241, 228, 0.72);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.hns-showroom-hero__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #1d1d1d;
  line-height: 0;
}

.hns-showroom-hero__media[data-hns-showroom-hero-video] {
  cursor: pointer;
}

.hns-showroom-hero__media:focus-visible {
  outline: 2px solid rgba(226, 197, 103, 0.92);
  outline-offset: -6px;
}

.hns-showroom-hero__media picture,
.hns-showroom-hero__media img,
.hns-showroom-hero__media iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-showroom-hero__media picture {
  aspect-ratio: 16 / 9;
}

.hns-showroom-hero__media img {
  object-fit: cover;
  object-position: center;
}

.hns-showroom-hero__media iframe {
  position: absolute;
  inset: 0;
  border: 0;
  background: #000;
}

.hns-showroom-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.38);
  transition: background 240ms ease;
}

.hns-showroom-hero__media:hover .hns-showroom-hero__shade,
.hns-showroom-hero__media:focus-visible .hns-showroom-hero__shade {
  background: rgba(0, 0, 0, 0.28);
}

.hns-showroom-hero__play {
  --hns-play-size: 70px;
}

.hns-showroom-hero__media.is-loaded {
  cursor: default;
}

.hns-showroom-hero__media.is-loaded .hns-showroom-hero__shade,
.hns-showroom-hero__media.is-loaded .hns-showroom-hero__play {
  display: none;
}

@media (max-width: 767px) {
  .hns-showroom-hero__intro {
    padding: 72px 20px 24px;
  }

  .hns-showroom-hero__heading.hns-page-heading {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .hns-showroom-hero__brand {
    min-height: 92px;
    margin-bottom: 30px;
  }

  .hns-showroom-hero__logo {
    width: min(138px, 46vw);
    margin-bottom: 12px;
  }

  .hns-showroom-hero__tagline {
    width: min(260px, 74vw);
  }

  .hns-showroom-hero__intro p {
    max-width: 340px;
    font-size: 12px;
    line-height: 1.5;
  }

  .hns-showroom-hero__media {
    width: 100%;
    margin: 0;
  }

  .hns-showroom-hero__play {
    --hns-play-size: 52px;
    --hns-play-ring-offset: 7px;
  }
}
