footer {
  background: var(--shadow); border-top: 1px solid rgba(201,146,42,0.1);
  padding: 2.5rem 2rem; text-align: center;
}
.footer-logo {
  font-family: 'Cinzel', serif; font-size: 1.2rem;
  color: var(--gold); margin-bottom: 0.75rem;
}
.footer-links {
  display: flex; justify-content: center; gap: 2rem;
  margin: 1rem 0; flex-wrap: wrap;
}
.footer-links a {
  color: rgba(201,146,42,0.75); text-decoration: none;
  font-family: 'Cinzel', serif; font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold); }
.footer-copy {
  color: rgba(244,233,208,0.2); font-size: 0.8rem; margin-top: 1rem;
}
