/* The original umlaut pair has its own space, separate from the footer copy. */
.site-footer {
  padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
}

.site-footer .footer-brand-signature {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 78px;
}

.site-footer .footer-brand-signature img {
  display: block;
  width: clamp(180px, 18vw, 260px);
  max-width: 260px;
  height: auto;
}

@media (max-width: 780px) {
  .site-footer .footer-brand-signature {
    padding: 10px 0 50px;
  }

  .site-footer .footer-brand-signature img {
    width: 150px;
    max-width: 150px;
  }
}
