/* nafsak-footer-brand-fix — footer logo: square PNG with horizontal artwork inside */
.footer-brand {
  display: inline-block;
  line-height: 0;
}

.footer-brand img {
  display: block;
  width: auto;
  /* ~9rem canvas ≈ 116×44px visible logo (matches navbar ~110px width) */
  height: 9rem;
  max-width: none;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .footer-brand img {
    height: 7.5rem;
  }
}
