/* Eight full-width Chinese glyphs need a different measure than the original
   English headline. Keep the same cap on wide screens and scale by the actual
   phrase length everywhere else so no character is clipped. */
.hero__title {
  --display: min(180px, 100cqi / 8.7);
}
