@media (max-width:640px){.brand-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.brand-info-sidebar{position:static;margin-bottom:2rem}.brand-description{font-size:.875rem}}@media (min-width:641px) and (max-width:1024px){.brand-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.brand-info-sidebar{position:sticky;top:2rem}.brand-description{font-size:1rem}}@media (min-width:1025px){.brand-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.brand-info-sidebar{position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.brand-description{font-size:1rem;line-height:1.75}}.brand-card{transition:transform .2s ease-in-out}.brand-card:hover{transform:translateY(-2px)}.brand-logo-container{aspect-ratio:1;position:relative;overflow:hidden;border-radius:.75rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.1) 63%);background-size:200% 100%;animation:shimmer 1.5s infinite}