/* Calm, readable home-page message that replaces the former oversized slogan. */
.hero h1 {
  font-size: clamp(1.5rem, 2vw, 2.25rem) !important;
  line-height: 1.2;
  max-width: 760px;
}

.hero .lead:empty {
  display: none;
}
