
/* Golf Gear Lab Platform 3.2 — shared brand and image consistency */
.site-header .brand img,
.home-header .home-brand img,
.ggl-header img,
.brand-logo img{
  width:auto!important;
  height:64px!important;
  max-width:235px!important;
  object-fit:contain!important;
}
.site-header .brand{min-width:235px!important}
.site-header .nav{min-height:92px!important;height:auto!important}
.card-media{aspect-ratio:4/3!important;padding:10px!important;background:radial-gradient(circle at 50% 42%,#164b3d 0,#071713 62%,#030a08 100%)!important}
.card-media img{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center!important;border-radius:10px}
.card-grid .card:nth-child(n+4) .card-media img{object-fit:cover!important}
.home-brand img{width:auto!important;height:72px!important;max-width:270px!important}
.footer-logo,.ggl-footer img{object-fit:contain}
@media(max-width:900px){
  .site-header .brand img,.home-header .home-brand img{height:54px!important;max-width:205px!important}
  .site-header .brand{min-width:auto!important}
}
