/* Keep the Ukrainian home-page hero on the same type scale and two-line rhythm as English. */
html[lang="uk"] .home-hero h1 {
  max-width: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.25rem, 4.15vw, 3.55rem);
  font-weight: 300;
  letter-spacing: .09em;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 720px) {
  html[lang="uk"] .home-hero h1 {
    font-size: 2.1rem;
    letter-spacing: .05em;
    line-height: 1.22;
    white-space: normal;
  }
}
