/* Additions to the approved kv-index-hero design; no global theme overrides. */
.kv-index-hero__in { min-width: 0; }
.kv-index-hero h1, .kv-index-hero__in > p { overflow-wrap: anywhere; }
.kv-index-hero .catalog-hero__facts { margin-top: var(--space-5); }
.kv-index-hero .catalog-hero__facts .kv-factbar { margin-bottom: 0; }
.kv-index-hero .catalog-hero__facts .kv-factbar > span,
.kv-index-hero .catalog-hero__facts .kv-factbar > a { color: #fff; }
.kv-index-hero .catalog-hero__facts .kv-factbar > .kv-factbar__free { color: rgb(255 255 255 / 78%); }
/* Project photography varies in brightness; keep its text readable throughout. */
.kv-zhk-page .kv-index-hero::after {
  background: linear-gradient(90deg, rgb(18 16 15 / 88%), rgb(18 16 15 / 72%) 70%, rgb(18 16 15 / 35%));
}
.kv-zhk-page .kv-index-hero .catalog-hero__facts { max-width: 780px; }
@media (max-width: 699px) {
  .kv-zhk-page .kv-index-hero::after {
    background: linear-gradient(90deg, rgb(18 16 15 / 88%), rgb(18 16 15 / 72%));
  }
}
