/**
 * HELkom Subpage Hero Styles
 */

.smort-helkom-subpage-hero {
  width: 100%;
  padding: 0.85rem 0 1.1rem;
  padding-top: 0;
  margin-top: 1rem;
}

.smort-helkom-subpage-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.smort-helkom-subpage-hero__card {
  position: relative;
  min-height: 20rem;
  border-radius: var(--border-raduis-smort);
  overflow: hidden;
  background-color: #243125;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.smort-helkom-subpage-hero__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.smort-helkom-subpage-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.smort-helkom-subpage-hero__card--left .smort-helkom-subpage-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(5, 13, 7, 0.7) 0%,
    rgba(5, 13, 7, 0.14) 100%
  );
}

.smort-helkom-subpage-hero__card--right .smort-helkom-subpage-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(5, 13, 7, 0.7) 0%,
    rgba(5, 13, 7, 0.14) 100%
  );
}

.smort-helkom-subpage-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}

.smort-helkom-subpage-hero__content--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1.05rem 0.9rem 0.9rem;
}

.smort-helkom-subpage-hero__content-bottom {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.smort-helkom-subpage-hero__content--right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 0.22rem;
  padding: 0.9rem 1rem 3rem;
}

.smort-helkom-subpage-hero__content--no-metrics {
  justify-content: center;
  padding-bottom: 0.9rem;
}

.smort-helkom-subpage-hero__kicker {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(255, 255, 255, 0.9);
}

.smort-helkom-subpage-hero__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--h2-sm-height);
  letter-spacing: 0;
}

.smort-helkom-subpage-hero__card--left .smort-helkom-subpage-hero__title {
  font-size: var(--h2-sm-size);
}

.smort-helkom-subpage-hero__title--right {
  font-size: var(--h3-sm-size);
  line-height: var(--h3-sm-height);
}

.smort-helkom-subpage-hero__text {
  margin: 0;
  max-width: 34ch;
  font-size: 18px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.9);
  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.smort-helkom-subpage-hero__cta-icon {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #4a5f43;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.smort-helkom-subpage-hero__metrics {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.35rem;
  z-index: 3;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  padding-bottom: 0;

  @media (max-width: 980px) {
    bottom: 1rem;
  }
}

.smort-helkom-subpage-hero__metrics.is-auto-scrolling {
  scroll-snap-type: none;
}

.smort-helkom-subpage-hero__quote {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 0.85rem;
  z-index: 3;
  margin: 0;
  padding: 1.6rem 3rem 1.5rem 3rem;
  quotes: "\201C" "\201D";
  border-radius: var(--border-raduis-smort);
  background: rgba(59, 79, 52, 0.92);
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
}

.smort-helkom-subpage-hero__quote::before,
.smort-helkom-subpage-hero__quote::after {
  position: absolute;
  color: rgba(255, 255, 255, 0.46);
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
}

.smort-helkom-subpage-hero__quote::before {
  content: open-quote;
  top: 0.35rem;
  left: 0.9rem;
}

.smort-helkom-subpage-hero__quote::after {
  content: close-quote;
  right: 0.9rem;
  bottom: 0.2rem;
  display: none;
}

.smort-helkom-subpage-hero__quote p {
  margin: 0;
}

.smort-helkom-subpage-hero__quote-author {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.smort-helkom-subpage-hero__metric {
  min-height: 2.1rem;
  min-width: 7.5rem;
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.15;
  background: rgba(59, 79, 52, 0.86);
}

.smort-helkom-subpage-hero__metric:hover {
  color: #ffffff;
  background: rgba(82, 108, 72, 0.94);
}

.smort-helkom-subpage-hero__metrics::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@media (min-width: 980px) {
  .smort-helkom-subpage-hero__grid {
    grid-template-columns: 1.45fr 0.95fr;
    gap: 1rem;
  }

  .smort-helkom-subpage-hero__card {
    min-height: 35rem;
  }

  .smort-helkom-subpage-hero__content--left {
    padding: 2.5rem 2rem;
  }

  .smort-helkom-subpage-hero__content--right {
    padding: 3rem 2rem 3.3rem;
  }

  .smort-helkom-subpage-hero__content--no-metrics {
    padding-bottom: 3rem;
  }

  .smort-helkom-subpage-hero__card--left .smort-helkom-subpage-hero__title {
    font-size: var(--h1-lg-size);
    line-height: var(--h1-lg-height);
  }

  .smort-helkom-subpage-hero__text {
    max-width: 33ch;
    font-size: 18px;
  }

  .smort-helkom-subpage-hero__metrics {
    left: 0.45rem;
    right: 0.45rem;
    bottom: 4rem;
  }

  .smort-helkom-subpage-hero__quote {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .smort-helkom-subpage-hero__title--right {
    font-size: var(--h3-lg-size);
    line-height: var(--h3-lg-height);
  }
}

@media (max-width: 767px) {
  .smort-helkom-subpage-hero__card {
    min-height: 20rem;
  }

  .smort-helkom-subpage-hero__content--right {
    padding-bottom: 3.05rem;
  }

  .smort-helkom-subpage-hero__quote {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 1.2rem 1.4rem 1.1rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .smort-helkom-subpage-hero__quote::before,
  .smort-helkom-subpage-hero__quote::after {
    font-size: 2.75rem;
  }

  .smort-helkom-subpage-hero__quote::before {
    top: 0.3rem;
    left: 0.55rem;
  }

  .smort-helkom-subpage-hero__quote::after {
    right: 0.55rem;
    bottom: 0.1rem;
  }

  .smort-helkom-subpage-hero__metric {
    min-width: 6.8rem;
  }
}
