/* Footer brand column only; preserve existing navigation and typography. */
.site-footer .footer-brand .footer-social{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px}
.site-footer .footer-brand .footer-social a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;margin:0;padding:0;border:1px solid #34463c;border-radius:12px;background:#14231a;color:#9fe6bc;line-height:1;text-decoration:none;transition:background-color .18s,color .18s,border-color .18s}
.site-footer .footer-brand .footer-social svg{display:block;width:22px;height:22px;flex:none}
.site-footer .footer-brand .footer-social a:hover{color:#08120c;background:#67e6ab;border-color:#67e6ab}
.site-footer .footer-brand .footer-social a:focus-visible{outline:2px solid #a6f3cc;outline-offset:4px}
@media(prefers-reduced-motion:reduce){.site-footer .footer-brand .footer-social a{transition:none}}
