.featured-brands{padding-block:clamp(32px,4vw,56px);background:var(--paper);overflow:hidden}
.featured-brands__heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}
.featured-brands__heading h2{margin:0;font-size:clamp(24px,2.8vw,36px);letter-spacing:-.03em}
.featured-brands__viewport{overflow:hidden;background:var(--ink);border-block:2px solid var(--accent);box-shadow:inset 0 2px 10px rgba(0,0,0,0.3)}
.featured-brands__track{display:flex;width:max-content;animation:featured-brands-slide 28s linear infinite;animation-play-state:paused}
.featured-brands.is-visible .featured-brands__track{animation-play-state:running}
.featured-brands:hover .featured-brands__track,.featured-brands:focus-within .featured-brands__track{animation-play-state:paused}
.featured-brands__group{display:flex;flex:none;align-items:center}
.featured-brands__item{width:clamp(160px,16vw,220px);min-height:92px;padding:18px 28px;display:flex;align-items:center;justify-content:center;color:#fff;border-right:1px solid #ffffff1a;text-decoration:none;transition:opacity 0.2s ease, transform 0.2s ease}
.featured-brands__item:hover{opacity:0.85;transform:scale(1.05);text-decoration:none}
.featured-brands__item:focus-visible{outline:2px solid var(--accent);outline-offset:-4px}
.featured-brands__logo{display:block;max-width:130px;max-height:44px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:0.82;transition:opacity 0.2s ease, filter 0.2s ease}
.featured-brands__item:hover .featured-brands__logo{opacity:1;filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(244,81,42,0.6))}
@keyframes featured-brands-slide{to{transform:translateX(-50%)}}
@media screen and (max-width:600px){
  .featured-brands{padding-block:24px}
  .featured-brands__item{width:140px;min-height:76px;padding:12px 18px}
  .featured-brands__logo{max-width:96px;max-height:34px}
}
@media (prefers-reduced-motion:reduce){
  .featured-brands__track{animation:none!important}
  .featured-brands__viewport{overflow-x:auto}
  .featured-brands__group[aria-hidden="true"]{display:none}
}
