footer{grid-template-columns:160px minmax(0,1fr) auto;align-items:start;gap:clamp(20px,4vw,52px);font-size:.9rem;line-height:1.5;letter-spacing:0;text-transform:none}
footer img{display:block;width:160px;height:auto;filter:brightness(0) invert(1)}
footer .footer-company p{margin:0 0 9px;color:#fff}
footer address{font-style:normal;color:rgba(255,255,255,.78)}
footer .footer-company a{display:inline-block;margin-top:12px;color:#fff;text-decoration:underline;text-underline-offset:3px}
footer .footer-company a:hover,footer .footer-company a:focus-visible{color:var(--acid)}
footer .footer-end{display:grid;gap:9px;justify-items:end;text-align:right}
footer .footer-end p{margin:0}
@media(max-width:980px){footer{grid-template-columns:140px 1fr}footer img{width:140px}footer .footer-end{grid-column:2;justify-items:start;text-align:left}}
@media(max-width:580px){footer{grid-template-columns:1fr;gap:18px}footer .footer-end{grid-column:1}}
