/* Reuse the transparent lettering as an alpha mask. The footer's own
   background remains visible between and below the letters on mobile. */
.site-footer .footer-wordmark {
  height: auto;
  aspect-ratio: 6;
  background: #fffaf2;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask: url('../img/sunnywags/sunny-wags-wordmark-transparent-v1.webp') center / 82% auto no-repeat;
  mask: url('../img/sunnywags/sunny-wags-wordmark-transparent-v1.webp') center / 82% auto no-repeat;
}
