/* Keep the source design readable at narrow mobile widths and browser zoom. */
@media (max-width: 767px) {
  .h1-smaller { overflow-wrap: anywhere; }
  .h1-smaller strong { font-size: clamp(1.75rem, 7vw, 2.75rem); }
}
