/* Let the surname headline read as a statement, not one word per line. */
@media (min-width:901px) {
  .surname-archive h2 { max-width:12ch !important; font-size:clamp(58px,4.7vw,74px) !important; line-height:.94 !important; }
}
