/* TGC Logo Legibility v7 — Phase 13: no aspect distortion, no filters. */
.logo-mark-img {
  width: 112px !important;
  min-width: 112px !important;
  height: auto !important;
  aspect-ratio: 560 / 180;
  object-fit: contain !important;
  filter: none !important;
}
.logo {
  gap: 14px !important;
}
@media (max-width: 768px) {
  .logo-mark-img {
    width: 84px !important;
    min-width: 84px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
  }
}
@media (max-width: 390px) {
  .logo-mark-img {
    width: 84px !important;
    min-width: 84px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
  }
}
