/* Shared localization overflow guard; English and frozen Chinese do not load it. */
html[data-localization-static] .vision-hero > *,
html[data-localization-static] .hero-copy {
  min-inline-size: 0;
}
html[data-localization-static] .hero-copy h1 {
  max-inline-size: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}
