.site-footer{margin:0 3%;padding:42px 0 28px;border-top:1px solid var(--line)}
.footer-main{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(160px,.7fr));gap:40px;align-items:start;padding-bottom:36px}
.footer-logo{display:inline-flex}
.footer-logo img{width:72px;height:76px;object-fit:contain}
.footer-brand p{max-width:320px;margin:16px 0 0;color:var(--muted);font-size:13px;line-height:1.8}
.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}
.social-links a{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#edf1f5;color:var(--navy)}
.social-links a:is(:hover,:focus-visible){background-color:var(--red);color:#fff}
.social-links svg{width:16px;height:16px;fill:currentColor}
.footer-socials{margin:0 0 28px}
.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:10px;padding-top:10px}
.footer-nav strong,.footer-contact strong{margin-bottom:6px;font-size:12px;letter-spacing:.4px}
.footer-nav a,.footer-contact a,.footer-contact span{color:var(--muted);font-size:13px;line-height:1.6}
.footer-nav a:is(:hover,:focus-visible),.footer-contact a:is(:hover,:focus-visible){color:var(--red)}
.footer-contact a,.footer-contact span{display:inline-flex;align-items:flex-start;gap:8px}
.footer-contact .fa-solid{font-size:13px;width:14px;text-align:center}
.footer-bar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;letter-spacing:.4px;line-height:1.7}
.foot-separator{margin:0 8px}
@media(max-width:800px){
  .site-footer{margin:0 1%}
  .footer-main{grid-template-columns:1fr 1fr;gap:28px}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:450px){
  .footer-main{grid-template-columns:1fr;padding-bottom:28px}
  .footer-bar{padding-top:18px}
}
