/* Approved lime/ivory campaign wordmark; preserve its full aspect ratio. */
.fp-nav__brand img,
.fp-footer__inner > img,
.fp-footer__wordmark,
.fp-world__center > img,
.fp-gift-card__top > img {
  display: block;
  object-fit: contain;
  height: auto;
  aspect-ratio: 3 / 1;
  mix-blend-mode: lighten;
  /* Fade only the outer presentation margin into each dark host surface. */
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent), linear-gradient(transparent, #000 10%, #000 90%, transparent);
  mask-composite: intersect;
}
.fp-nav__brand { width: 14rem; }
.fp-nav__brand img { max-width: 100%; }
.fp-footer__inner > img,
.fp-footer__wordmark { width: 13rem; opacity: 1; flex-shrink: 0; }
.fp-footer__brand { display: flex; align-items: center; gap: .75rem; max-width: 100%; }
.fp-footer__brand .fp-footer__signature { display: block; width: 40px; height: 40px; flex: 0 0 40px; }
.fp-world__center > img { width: 100%; flex-shrink: 0; filter: none; }
.fp-world__center small { margin-top: .35rem; }
@media (max-width: 1200px) {
  .fp-nav__brand { width: 11.5rem; }
}
@media (max-width: 780px) {
  .fp-nav__brand { width: 11rem; }
  .fp-footer__inner > img, .fp-footer__wordmark { width: 13rem; }
}
