.footer{padding:52px 22px 18px;background:#171717;color:#ddd;font-family:"DM Sans",Arial,sans-serif}
.footer-grid{max-width:1480px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:38px}
.footer .flogo{display:block;width:122px}
.footer .flogo img{width:100%;height:auto;object-fit:contain;filter:brightness(0) invert(1)}
.footer p{max-width:350px;margin:14px 0 0;color:#aaa;font-size:12px;line-height:1.7}
.footer h3{margin:5px 0 16px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
.footer a{display:block;margin:9px 0;color:#aaa;text-decoration:none;font-size:12px}
.footer a:hover{color:#fff}
.footer-socials{display:flex;align-items:center;gap:9px;margin:18px 0 17px}
.footer .footer-socials a{width:38px;height:38px;margin:0;border:1px solid #444;border-radius:50%;display:grid;place-items:center;color:#f2f2f2;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}
.footer .footer-socials a:hover{border-color:#fff;background:#fff;color:#171717;transform:translateY(-2px)}
.footer-socials svg{width:18px;height:18px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.footer-socials .footer-social-fill{fill:currentColor;stroke:none}
.footer .copy{position:relative;max-width:1480px;margin:42px auto 0;padding-top:17px;border-top:1px solid #333;display:flex;align-items:center;justify-content:flex-start;color:#777;font-size:10px}
.footer .site-credit{position:absolute;left:50%;transform:translateX(-50%);color:#999;letter-spacing:.04em;white-space:nowrap}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-socials{margin-top:16px}.footer .copy{display:grid;justify-items:center;gap:8px;text-align:center}.footer .site-credit{position:static;transform:none}}
