/* BHJ — About · Technology Ecosystem partner logos.
   Loaded after about.css. Logos come from the records' cover images; wide
   wordmarks are held by max-width and compact marks by max-height, so the
   ten brands read at a similar weight. Muted at rest, full colour on hover. */

.page-about .logo-cell--img{display:flex;align-items:center;justify-content:center;
  min-height:7.5rem;padding:1.5rem 1.75rem}
.page-about .logo-cell--img img{display:block;width:auto;height:auto;
  max-width:min(100%,10.5rem);max-height:4rem;object-fit:contain;
  filter:grayscale(1);opacity:.72;transition:filter .4s,opacity .4s,transform .4s}
.page-about .logo-cell--img:hover img{filter:none;opacity:1;transform:scale(1.04)}

@media (hover:none){
  .page-about .logo-cell--img img{filter:none;opacity:1}
}
@media (max-width:40rem){
  .page-about .logo-cell--img{min-height:5.5rem;padding:1rem 1.25rem}
  .page-about .logo-cell--img img{max-height:3rem}
}
@media (prefers-reduced-motion:reduce){
  .page-about .logo-cell--img img{transition:none}
  .page-about .logo-cell--img:hover img{transform:none}
}
