.kh-interviews-route .cards {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.3vw, 1.2rem);
}

.kh-interviews-route .card,
.kh-interviews-route .card a,
.kh-interviews-route .card img,
.kh-interviews-route .card:nth-child(2),
.kh-interviews-route .card:nth-child(3),
.kh-interviews-route .card:nth-child(2) a,
.kh-interviews-route .card:nth-child(3) a,
.kh-interviews-route .card:nth-child(2) img,
.kh-interviews-route .card:nth-child(3) img {
  min-height: clamp(320px, 36vw, 470px);
}

.kh-interviews-route .card {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  min-width: 0 !important;
  flex: 1 1 0;
  background: linear-gradient(160deg, color-mix(in srgb, var(--card) 84%, #ffffff 16%) 0%, color-mix(in srgb, var(--bg) 88%, #ffffff 12%) 100%);
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.kh-interviews-route .card a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  min-height: inherit;
  height: 100%;
}

.kh-interviews-route .card a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 14, 20, 0) 40%, rgba(7, 14, 20, 0.86) 92%);
}

.kh-interviews-route .card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.kh-interviews-route .card a {
  aspect-ratio: var(--kh-interview-image-ratio, 16 / 10);
}

.kh-interviews-route .card-copy {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 1.4rem !important;
  transform: translateX(-50%) !important;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center !important;
  text-align: center;
  width: calc(100% - 2.2rem) !important;
  max-width: calc(100% - 2.2rem) !important;
  min-width: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  pointer-events: none;
}

.kh-interviews-route .card-copy h2,
.kh-interviews-route .card-copy p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}

.kh-interviews-route .meta {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e5d7bf;
}

@media (min-width: 901px) {
  .kh-interviews-route .cards {
    gap: clamp(1rem, 1.4vw, 1.6rem);
  }

  .kh-interviews-route .card,
  .kh-interviews-route .card a {
    min-height: clamp(360px, 24vw, 520px);
  }

  .kh-interviews-route .card a {
    aspect-ratio: 16 / 10;
  }

  .kh-interviews-route .card img {
    aspect-ratio: 16 / 10;
    object-position: center;
  }
}

@media (max-width: 900px) {
  .kh-interviews-route .cards {
    grid-template-columns: 1fr;
  }
}
