.site-footer{display:grid;grid-template-columns:minmax(190px,.55fr) minmax(0,2fr);gap:7vw;min-height:0;padding:62px 4.5vw 70px}.footer-intro{display:flex;flex-direction:column;gap:24px}.footer-intro p{max-width:280px}.footer-brands h2{margin:0 0 24px;font:700 1rem 'Manrope';letter-spacing:.02em}.footer-brands>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px 24px}.footer-brands a{color:#a7a99f;font-size:.76rem;line-height:1.35;transition:color .2s}.footer-brands a:hover{color:#fff}.brand-empty{max-width:720px;margin:0 auto}.brand-empty p{max-width:620px;margin:14px auto 24px;color:var(--muted);line-height:1.7}
@media(max-width:1050px){.footer-brands>div{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.site-footer{grid-template-columns:1fr}.footer-brands>div{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:430px){.footer-brands>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
