/* FOOTER */
.footer{border-top:1px solid rgba(255,255,255,.08);padding:1rem 0;background:#151310;color:#f3eee6}
.footer-inner{max-width:1080px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-logo{display:inline-flex;align-items:center;gap:7px;font-family:var(--fd);font-size:15px;font-weight:800;letter-spacing:-.3px;line-height:1;color:#f3eee6}
.footer-logo .brand-mark{width:18px;height:18px;flex-basis:18px;filter:invert(1) brightness(.96);mix-blend-mode:screen}
.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}
.footer-nav-link{font-size:12px;color:#a9a197;transition:color .15s}
.footer-nav-link:hover{color:#f3eee6}
.footer-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.footer-contact{font-size:12px;color:#a9a197;text-decoration:none}
.footer-contact:hover{color:#f3eee6}
.footer-copy{font-size:12px;color:#746d65}
