/* ---- footer ---- */
footer{background:var(--sand);padding:3.5rem 0 2.5rem;text-align:center}
.footer-logo{width:min(320px,72vw);height:auto;margin:0 auto 1.5rem}
footer .contact{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;font-size:.9rem;color:var(--muted);margin-bottom:1.5rem}
footer .contact a:hover{color:var(--sea)}
footer .fine{font-size:.78rem;color:var(--muted);letter-spacing:.04em}
footer .fine a{text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s,color .2s}
footer .fine a:hover{color:var(--sea);text-decoration-color:currentColor}
