/* TGC LOGO NAVBAR V14 — sizing deferred to Phase 13 logo lock (foundation).
   Do not pin a height that fights the 560×180 wordmark aspect. */
.logo-mark-img {
  width: 112px !important;
  min-width: 112px !important;
  height: auto !important;
  aspect-ratio: 560 / 180;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  display: block !important;
  filter: none !important;
}

.logo {
  gap: 14px !important;
}

.nav .logo-text {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .logo-mark-img {
    width: 84px !important;
    min-width: 84px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
  }

  .logo {
    gap: 10px !important;
  }

  .logo-name {
    font-size: 13.5px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .logo-mark-img {
    width: 84px !important;
    min-width: 84px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
  }

  .logo-name {
    font-size: 12.5px !important;
  }
}
