/* Keep every supplied brand mark aligned in one clear row on wide screens. */
.brand-strip{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:14px;align-items:center}
.brand-strip .brand-image{width:100%;min-width:0;max-width:none;height:58px}
.brand-link{transition:transform .2s ease}
.brand-link:hover{transform:translateY(-3px)}
@media(max-width:700px){.brand-strip{display:flex;gap:30px;min-width:950px}.brand-strip .brand-image{width:auto;min-width:120px;max-width:160px;height:52px}}
