/* ===== KINELIO CORE R11.5.3 — MULTILINGUAL HERO TYPOGRAPHY FIT ===== */
.home-hero-copy { min-width: 0; }
.home-hero-copy h1 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
@media (min-width: 901px) {
  .home-hero-copy h1 {
    /* JS only shrinks from the design-system size when a translation needs it. */
    max-width: 690px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy h1[data-kinelio-hero-fit="ready"] {
    transition: font-size 80ms linear;
  }
}
/* ===== END KINELIO CORE R11.5.3 ===== */
