/* Revision 38: keep the home title clear of the right-side portrait. */
@media (min-width: 801px) {
  .hero-copy h1 {
    width: min(820px, 62vw);
    font-size: clamp(64px, 8.2vw, 132px);
    line-height: .9;
    letter-spacing: -.055em;
  }
}
