/* Version 151 — Three Rivers uses the finished Marysville layout with a balanced local title. */
body.three-rivers-page .mobil-page-hero h1 {
  width: min(100%, 1100px);
  max-width: 1100px !important;
  font-size: clamp(3.1rem, 6.4vw, 5.75rem) !important;
  line-height: .94 !important;
  letter-spacing: .012em !important;
  white-space: normal !important;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 760px) {
  body.three-rivers-page .mobil-page-hero h1 {
    width: min(100%, 15ch);
    max-width: 15ch !important;
    font-size: clamp(2.5rem, 11.6vw, 3.5rem) !important;
    line-height: .96 !important;
  }
}

@media (max-width: 360px) {
  body.three-rivers-page .mobil-page-hero h1 {
    font-size: 2.4rem !important;
  }
}
