/* Final homepage type scale: content-led, not display-led. */
.home-hero h1 { font-size: clamp(3rem, 5vw, 5rem); }
.section h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.service h2 { max-width: 16ch; font-size: clamp(2rem, 2.8vw, 3.25rem); }

@media (max-width: 700px) {
  .home-hero h1 { font-size: clamp(2.45rem, 11vw, 3rem); overflow-wrap: normal; word-break: normal; }
  .section h2 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .service h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
}
