/* Compact, homepage-only brand directory; all nine destinations retained. */
.shop-brands{background:#fff;padding-top:1.5rem;padding-bottom:1.5rem}
.shop-brands .section-heading{margin-bottom:1rem;gap:1rem;flex-direction:row;align-items:center}
.shop-brands .section-heading h2{font-size:1.85rem;line-height:1.15}
.shop-brands .eyebrow{display:none}
.shop-brands .section-heading>a{font-size:.875rem;min-height:44px;flex-shrink:0}
.shop-brand-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:0;border:1px solid #e3e6e8;border-radius:6px;overflow:visible}
.shop-brand-tile{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:84px;padding:15px 12px;box-sizing:border-box;background:#fff;border:0;border-right:1px solid #eceeef;color:var(--ink);transition:background-color .18s ease;}
.shop-brand-tile:first-child{border-radius:6px 0 0 6px}
.shop-brand-tile:last-child{border-right:0;border-radius:0 6px 6px 0}
.shop-brand-tile img{display:block;width:100%;max-width:112px;height:48px;object-fit:contain}
.shop-brand-apt img,.shop-brand-tamco img,.shop-brand-ir img{height:54px}
.shop-brand-tile:hover{background:#fffbea;text-decoration:none}
.shop-brand-tile:after{content:"";position:absolute;bottom:0;left:18%;right:18%;height:3px;background:var(--yellow);opacity:0;transition:opacity .18s ease}
.shop-brand-tile:hover:after,.shop-brand-tile:focus-visible:after{opacity:1}
.shop-brand-tile:focus-visible{outline:3px solid #175c99;outline-offset:3px;z-index:1}
.shop-brand-arrow{display:none}
@media(max-width:900px){
 .shop-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .shop-brand-tile{min-height:78px;border-bottom:1px solid #eceeef;border-radius:0!important}
 .shop-brand-tile:nth-child(3n){border-right:0}
 .shop-brand-tile:nth-last-child(-n+3){border-bottom:0}
 .shop-brand-tile:first-child{border-top-left-radius:6px!important}
 .shop-brand-tile:nth-child(3){border-top-right-radius:6px!important}
 .shop-brand-tile:nth-child(7){border-bottom-left-radius:6px!important}
 .shop-brand-tile:last-child{border-bottom-right-radius:6px!important}
 .shop-brand-tile img{max-width:105px;height:45px}
 .shop-brand-apt img,.shop-brand-tamco img,.shop-brand-ir img{height:49px}
}
@media(max-width:600px){
 .shop-brands{padding-top:1.15rem;padding-bottom:1.25rem}
 .shop-brands .section-heading{margin-bottom:.75rem;gap:.5rem}
 .shop-brands .section-heading h2{font-size:1.6rem}
 .shop-brands .section-heading>a{font-size:.78rem;gap:.3rem}
 .shop-brand-tile{min-height:76px;padding:12px 10px}
 .shop-brand-tile img{height:42px}
 .shop-brand-apt img,.shop-brand-tamco img,.shop-brand-ir img{height:48px}
}
@media(prefers-reduced-motion:reduce){.shop-brand-tile,.shop-brand-tile:after{transition:none}}
