.footer-links{display:flex;align-items:center;justify-content:center;gap:1.1rem;margin-top:.6rem}.footer-links a{color:var(--accent-gold);font-size:.8rem;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(196,148,68,.4);transition:border-color .16s ease,opacity .16s ease}.footer-links a:hover{border-bottom-color:var(--accent-gold);opacity:.85}@media (max-width:700px){.footer-links{justify-content:center;flex-wrap:wrap;gap:.55rem 1rem;margin-top:.35rem;padding:0 1rem}.footer-links a{font-size:.72rem;line-height:1.4}}@media (max-width:420px){.footer-links{flex-wrap:nowrap;gap:.5rem;margin-top:.3rem;padding:0 .75rem}.footer-links a{font-size:.58rem}}