footer {
  background: var(--warm-brown);
  border-top: 1px solid rgba(200, 149, 58, 0.15);
  padding: 3rem 2rem;
  text-align: center;
}

.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 237, 224, 0.4);
  margin-bottom: 2rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.footer-links a {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 237, 224, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

.footer-copy {
  font-size: 0.68rem;
  color: rgba(245, 237, 224, 0.25);
}

.footer-version {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: rgba(245, 237, 224, 0.15);
  font-family: monospace;
}
