/* 全站品牌 Logo：导航栏 + 页脚 */
header.navbar .logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
}

header.navbar .logo-img {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

header.navbar .logo-text {
  font-family: var(--nav-display) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

header.navbar.navbar--overlay .logo-text {
  color: rgba(255, 255, 255, 0.9);
}

header.navbar.navbar--overlay.scrolled .logo-text {
  color: #111;
}

/* 页脚：列宽由「联鸿 Lianhong」文字决定，Logo 铺满该宽度 */
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
  gap: 12px;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
}

.footer-brand-img {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.footer-brand .footer-logo {
  margin-bottom: 0;
  display: inline-block !important;
  width: max-content;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  header.navbar .logo-text {
    display: none;
  }

  header.navbar .logo-img {
    height: 48px;
    max-width: 184px;
  }
}

@media (max-width: 860px) {
  header.navbar .logo-img {
    height: 44px;
    max-width: 168px;
  }
}
