/* Footer social links only: no embeds or third-party requests. */
footer .limova-social{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px}
footer .limova-social a{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;color:#e9dfcd;background:rgba(248,244,234,.035);border:1px solid rgba(233,223,205,.32);border-radius:50%;text-decoration:none;transition:background-color .18s,color .18s,border-color .18s,transform .18s}
footer .limova-social a svg{display:block;width:22px;height:22px;flex:none}
footer .limova-social a:hover{color:#0c2d25;background:#e9dfcd;border-color:#e9dfcd;transform:translateY(-2px)}
footer .limova-social a:focus-visible{outline:3px solid #e9dfcd;outline-offset:4px}
@media(prefers-reduced-motion:reduce){footer .limova-social a{transition:none}footer .limova-social a:hover{transform:none}}
