/* Fluid hero typography — scales proportionally on all mobile screen sizes */
@media (max-width: 639px) {
  h1.font-display {
    font-size: clamp(1.4rem, 7vw, 1.875rem);
  }
}
