.hns-customer-stories {
  width: 100%;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: var(--hns-fs-body, 14px);
  text-align: center;
}

.hns-customer-stories *,
.hns-customer-stories *::before,
.hns-customer-stories *::after {
  box-sizing: border-box;
}

.hns-customer-stories__top {
  margin-bottom: 58px;
}

.hns-customer-stories__title {
  margin: 0 0 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hns-fs-section-heading, clamp(28px, 2.4vw, 40px));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.hns-customer-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  text-align: left;
}

.hns-customer-stories__card {
  min-width: 0;
}

.hns-customer-stories__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 0.82 / 1;
  overflow: hidden;
  background: #302f2b;
  color: inherit;
}

.hns-customer-stories__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.hns-customer-stories__image--empty {
  background: linear-gradient(135deg, #2d2b27, #5a5144);
}

.hns-customer-stories__media:hover .hns-customer-stories__image,
.hns-customer-stories__media:focus-visible .hns-customer-stories__image {
  filter: brightness(1.05);
  transform: scale(1.035);
}

.hns-customer-stories__label {
  margin: 16px 0 8px;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: var(--hns-fs-body-sm, 13px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-customer-stories__card-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: var(--hns-fs-card-title, 18px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.hns-customer-stories__card-title a {
  color: inherit;
  text-decoration: none;
}

.hns-customer-stories__card-title a:hover,
.hns-customer-stories__card-title a:focus-visible {
  color: #e7d590;
}

.hns-customer-stories__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--hns-fs-body-lg, 15px);
  font-weight: 400;
  line-height: 1.5;
}

.hns-customer-stories__bottom {
  margin-top: 34px;
}

@media (max-width: 849px) {
  .hns-home-customer-stories-section .hns-customer-stories {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hns-customer-stories__top {
    margin-bottom: 34px;
  }

  .hns-customer-stories__title {
    margin-bottom: 22px;
    font-size: var(--hns-fs-section-heading-sm, clamp(22px, 2vw, 34px));
  }

  .hns-customer-stories__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hns-customer-stories__media {
    aspect-ratio: 16 / 11;
  }

  .hns-customer-stories__card-title {
    font-size: var(--hns-fs-card-title-sm, 16px);
  }

  .hns-customer-stories__excerpt {
    font-size: var(--hns-fs-body, 14px);
  }
}

@media (max-width: 549px) {
  .hns-customer-stories__title {
    font-size: 22px;
  }
}
