/* Revision 41: move the Home title to the left and keep the right portrait clear. */
@media (min-width: 801px) {
  .hero-copy h1 {
    margin-left: 0;
    margin-right: auto;
    width: min(620px, 44vw);
    font-size: clamp(50px, 5.6vw, 88px);
  }
}
