/* Desktop lettering follows a wider path; the glyphs keep their natural shape. */
.reference-home .ref-arched-name--desktop {
  display: none !important;
}

@media (min-width: 1001px) {
  .reference-home .ref-masthead {
    width: min(1360px, 72vw, max(920px, calc((100svh - 380px) * 1.6)));
  }

  .reference-home .ref-arched-name--mobile {
    display: none !important;
  }

  .reference-home .ref-arched-name--desktop {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none;
  }

  .reference-home .ref-arched-name--desktop text {
    font-size: 220px;
    letter-spacing: 9.5px;
  }
}

@media (min-width: 1001px) and (max-height: 800px) {
  .reference-home .ref-masthead {
    width: min(820px, 72vw);
  }
}
