.site-footer {
  margin-top: 6rem;
  padding: 2rem 1.5rem;

  background: rgba(236, 228, 214, 0.9);
  border-top: 1px solid rgba(0,0,0,0.08);

  font-size: 0.9rem;
  color: #2e2a26;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

/* Rechtliches Menü */
.footer-legal ul {
  list-style: none;
  display: flex;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
}

.footer-legal a {
  text-decoration: none;
  color: #2e2a26;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #6a5a46;
}

/* Copyright */
.footer-copy {
  font-size: 0.85rem;
  opacity: 0.85;
}
