/* Footer público canónico (Home / Vilma end-foot). Fuente única. */
.end-band,
.th-end {
  background: #1F3B2E !important;
  background-color: #1F3B2E !important;
  color: #F4EFE6;
}

.end-band--photo {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  border-top: 1px solid rgba(244, 239, 230, .22);
  background: #1F3B2E !important;
  background-color: #1F3B2E !important;
}

.end-foot {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0 32px;
  text-align: left;
}

.end-foot-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px 48px;
  align-items: start;
}

.end-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F4EFE6;
  font-family: var(--serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 22px;
  letter-spacing: .03em;
  text-decoration: none;
}

.end-brand img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.end-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.end-col span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, .62);
}

.end-col a {
  font-size: 14px;
  color: rgba(244, 239, 230, .88);
  text-decoration: none;
}

.end-col a:hover {
  color: #F4EFE6;
}

.end-copy {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 239, 230, .16);
  font-size: 12px;
  color: rgba(244, 239, 230, .58);
}

/* Footer de producción + redes laterales: ocultos. El banner de cookies de footer.php sigue visible. */
footer.footer,
.social-sidebar {
  display: none !important;
}

@media (max-width: 900px) {
  .end-foot {
    width: calc(100% - 32px);
  }
  .end-foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
  .end-foot-top .end-brand {
    grid-column: 1 / -1;
  }
}
