h1 { hyphens: none; overflow-wrap: normal; word-break: normal; }
@media (max-width: 620px) {
  h1 { font-size: clamp(2.2rem, 9.5vw, 3rem); }
}
