/* Keep the oversized footer sign-off visible at every viewport width. */
.footer-word {
  max-width: 100%;
  margin-top: 48px;
  padding-bottom: 34px;
  transform: none;
  font-size: clamp(22px, 7.3vw, 108px);
  line-height: 1.08;
  letter-spacing: -.075em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .footer-word {
    margin-top: 32px;
    padding-bottom: 26px;
    font-size: 7.1vw;
  }
}
