/* ===========================
   FOOTER STYLES - Planner Maison
   ===========================
   Footer global minimalista: navegación legal centrada
   sobre fila inferior con copyright.
   ========================= */

.site-footer {
  background: #f5eee2;
  border-top: 1px solid rgba(111, 78, 55, 0.12);
  padding: 32px 20px 24px;
  margin-top: 72px;
  color: #6f6257;
}

.site-footer__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.site-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 22px;
}

.site-footer__nav a {
  color: #6b4a2f;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__nav a:hover {
  color: #2f241b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__bottom {
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(111, 78, 55, 0.1);
  padding-top: 18px;
}

.site-footer__bottom p {
  margin: 0;
  color: #85796f;
  font-size: 0.84rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 48px;
    padding: 28px 16px 22px;
  }
  .site-footer__nav {
    gap: 8px 14px;
  }
  .site-footer__nav a {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__nav a {
    transition: none;
  }
}
