/* Revision 40: maximize gallery artwork and keep the home title clear of the portrait. */
#modal:has(.page-sheet) .modal-info,
.teaching-modal .modal-info {
  display: none !important;
}

#modal:has(.page-sheet) .modal-stage .page-sheet > img,
.teaching-modal .modal-stage .page-sheet > img {
  max-height: 78vh;
}

@media (min-width: 801px) {
  .hero-copy h1 {
    width: min(650px, 50vw);
    font-size: clamp(54px, 6.2vw, 96px);
    line-height: .92;
  }
}

@media (max-width: 800px) {
  #modal:has(.page-sheet) .modal-stage .page-sheet > img,
  .teaching-modal .modal-stage .page-sheet > img {
    max-height: 74vh;
  }
}
