/* Arte y Fiesta — retail footer (from Template Referencia) */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@550;650&display=swap");

.ayf-site-footer {
  margin-top: 0;
  padding: 3.25rem 0 1.35rem;
  background: #170f1d !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 0 !important;
}

.ayf-site-footer .ayf-footer-wrap {
  width: min(100% - 1.5rem, 1320px);
  margin-inline: auto;
}

.ayf-footer-grid {
  display: grid;
  gap: 2rem;
}

.ayf-footer-brand img {
  display: block;
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 0.9rem;
}

.ayf-footer-brand p {
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.5;
}

.ayf-footer-grid h4 {
  margin: 0 0 0.85rem !important;
  font-family: "Fredoka", "Nunito", system-ui, sans-serif !important;
  font-weight: 550 !important;
  font-size: 1.1rem !important;
  color: #fff !important;
}

.ayf-footer-grid a {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  font-weight: 500;
}

.ayf-footer-grid a:hover {
  color: #fff !important;
}

.ayf-footer-bottom {
  margin-top: 2.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.45) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.ayf-footer-bottom p {
  margin: 0 !important;
  color: inherit !important;
}

.ayf-footer-credit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  color: rgba(255, 255, 255, 0.5) !important;
}

.ayf-footer-credit a {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
}

.ayf-footer-credit a:hover {
  color: #fff !important;
}

.ayf-footer-celebro img {
  display: block;
  width: 50px;
  height: auto;
  opacity: 0.9;
}

@media (min-width: 640px) {
  .ayf-footer-grid {
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    gap: 1.75rem;
  }
}

@media (min-width: 900px) {
  .ayf-site-footer {
    padding: 3.75rem 0 1.5rem;
  }

  .ayf-footer-brand img {
    width: 160px;
  }
}
