footer {
  padding: 3rem 2rem;
  text-align: center;
  background: var(--band);
  color: rgba(251,250,247,0.5);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
footer a { color: rgba(251,250,247,0.7); text-decoration: none; margin: 0 1rem; transition: color 0.3s; }
footer a:hover { color: var(--stone-2); }
.footer-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 1rem; }
.footer-brand img { height: 30px; width: auto; object-fit: contain; filter: brightness(0) invert(1) opacity(0.9); }
.footer-brand span { font-family: 'Marcellus', serif; font-size: 1.1rem; color: rgba(251,250,247,0.8); }
