/* Liens ordinaires, icônes SVG locales; aucun chargement externe. */
footer .footer-socials{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:8px;flex:0 0 auto;color:var(--ink,#282722)}
footer .footer-socials a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;color:inherit;text-decoration:none;background:transparent;border:0}
footer .footer-socials svg{display:block;flex:none;width:24px;height:24px}
footer .footer-socials a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
@media(max-width:800px){footer{row-gap:12px}footer>.footer-socials{flex-basis:100%}}
