/* Final header logo fix: prevents horizontal/vertical clipping */
.site-header,
.nav-container,
.header-inner,
.brand,
.logo-link {
  overflow: visible !important;
}

.nav-container,
.header-inner {
  min-height: 96px !important;
  align-items: center !important;
}

.brand,
.logo-link {
  min-width: 310px !important;
  max-width: none !important;
  padding: 8px 0 !important;
}

.brand-logo,
.logo {
  width: 275px !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  .nav-container,
  .header-inner {
    min-height: 84px !important;
  }

  .brand,
  .logo-link {
    min-width: 230px !important;
  }

  .brand-logo,
  .logo {
    width: 220px !important;
  }
}

@media (max-width: 720px) {
  .nav-container,
  .header-inner {
    min-height: 78px !important;
  }

  .brand,
  .logo-link {
    min-width: 190px !important;
  }

  .brand-logo,
  .logo {
    width: 185px !important;
  }
}
