body { overflow-x: hidden; }

@media (max-width: 520px) {
  h1 { font-size: clamp(42px, 11.5vw, 56px); }
}
