.hns-hnsofa-customers {
  --hns-hnsofa-customers-bg: #191919;
  --hns-hnsofa-customers-text: #f7f1e4;
  --hns-hnsofa-customers-muted: rgba(247, 241, 228, 0.5);
  --hns-hnsofa-customers-soft: rgba(247, 241, 228, 0.72);
  --hns-hnsofa-customers-gold: #d9c577;
  --hns-hnsofa-customers-watermark: rgba(217, 197, 119, 0.055);
  --hns-hnsofa-customers-top: 118px;
  --hns-hnsofa-customers-bottom: 88px;
  --hns-hnsofa-customers-heading-gap: 34px;
  --hns-hnsofa-customers-gap: 40px;
  --hns-hnsofa-customers-media-ratio: 0.8 / 1;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--hns-hnsofa-customers-bg);
  color: var(--hns-hnsofa-customers-text);
}

.hns-hnsofa-customers *,
.hns-hnsofa-customers *::before,
.hns-hnsofa-customers *::after {
  box-sizing: border-box;
}

.hns-hnsofa-customers::before,
.hns-hnsofa-customers::after {
  position: absolute;
  z-index: 0;
  color: var(--hns-hnsofa-customers-watermark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(130px, 16vw, 290px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
  text-transform: uppercase;
}

.hns-hnsofa-customers::before {
  top: 34px;
  right: -168px;
  content: "HNSOFA";
}

.hns-hnsofa-customers::after {
  bottom: -42px;
  left: -178px;
  content: "HNSOFA";
}

.hns-hnsofa-customers__inner {
  position: relative;
  z-index: 1;
  padding-top: var(--hns-hnsofa-customers-top);
  padding-bottom: var(--hns-hnsofa-customers-bottom);
}

.hns-hnsofa-customers--element .hns-hnsofa-customers__inner {
  width: 100%;
  max-width: none;
}

.hns-hnsofa-customers__heading.hns-page-heading {
  margin: 0 0 var(--hns-hnsofa-customers-heading-gap);
  color: var(--hns-hnsofa-customers-text);
  font-family: var(--hns-font-display, "Playfair Display", Georgia, "Times New Roman", serif);
  font-size: var(--hns-fs-section-heading, clamp(28px, 2.4vw, 40px));
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.hns-hnsofa-customers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hns-hnsofa-customers-gap);
  margin: 0 auto;
}

.hns-hnsofa-customers__card {
  min-width: 0;
  margin: 0;
  color: var(--hns-hnsofa-customers-text);
  font-family: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  text-align: left;
}

.hns-hnsofa-customers__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--hns-hnsofa-customers-media-ratio);
  margin: 0 0 14px;
  overflow: hidden;
  background: #2e2d2a;
  color: inherit;
  text-decoration: none;
}

.hns-hnsofa-customers__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-hnsofa-customers__play.hns-ui-play {
  --hns-play-size: 58px;
  --hns-play-ring-offset: 7px;
}

.hns-hnsofa-customers__label {
  margin: 0 0 8px;
  color: var(--hns-hnsofa-customers-muted);
  font-family: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  font-size: var(--hns-fs-caption-xs, 10px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-hnsofa-customers__name {
  margin: 0 0 8px;
  color: var(--hns-hnsofa-customers-text);
  font-family: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  font-size: var(--hns-fs-body-sm, 13px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.hns-hnsofa-customers__quote {
  margin: 0;
  color: var(--hns-hnsofa-customers-soft);
  font-family: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  font-size: var(--hns-fs-caption, 11px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.hns-hnsofa-customers__actions {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 849px) {
  .hns-hnsofa-customers {
    --hns-hnsofa-customers-top: 72px;
    --hns-hnsofa-customers-bottom: 64px;
    --hns-hnsofa-customers-heading-gap: 28px;
    --hns-hnsofa-customers-gap: 28px;
  }

  .hns-hnsofa-customers::before,
  .hns-hnsofa-customers::after {
    font-size: clamp(100px, 28vw, 180px);
  }

  .hns-hnsofa-customers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .hns-hnsofa-customers {
    --hns-hnsofa-customers-top: 52px;
    --hns-hnsofa-customers-bottom: 52px;
    --hns-hnsofa-customers-heading-gap: 22px;
  }

  .hns-hnsofa-customers__heading.hns-page-heading {
    font-size: var(--hns-fs-section-heading, 24px);
  }

  .hns-hnsofa-customers__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hns-hnsofa-customers__media {
    aspect-ratio: 16 / 11;
  }

  .hns-hnsofa-customers__play.hns-ui-play {
    --hns-play-size: 52px;
  }
}
