footer, .site-footer {
  padding: 48px 32px;
  background: #080f1c;
  color: #fff;
  text-align: center;
}
.footer-logo { margin-bottom: 8px; }
.footer-logo img { height: 32px !important; width: auto; margin: 0 auto; }
.footer-tagline { margin-bottom: 28px; color: rgba(255,255,255,.4); font-size: .78rem; letter-spacing: .07em; }
.footer-links { display: flex; justify-content: center; gap: 28px; margin: 0 0 28px; padding: 0; list-style: none; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.56); font-size: .8rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold-light); }
.footer-divider { margin: 0 0 20px; border: 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-copy { color: rgba(255,255,255,.3); font-size: .74rem; }
