/* ==========================================================
   DESGUACES VINAGRE · FOOTER
   Namespace: dv-seinto-
========================================================== */

.dv-seinto-footer {
  --dv-footer-text: #181818;
  --dv-footer-muted: #737373;
  --dv-footer-border: #e7e7e7;
  --dv-footer-soft: #f6f6f6;
  --dv-footer-white: #fff;
  --dv-footer-container: 1560px;
  --dv-footer-gutter: 20px;
  --dv-footer-radius: 15px;
  --dv-footer-transition: 160ms ease;

  width: 100%;
  background: var(--dv-footer-white);
  color: var(--dv-footer-text);
  font-family: "Carlito", sans-serif;
}

.dv-seinto-footer,
.dv-seinto-footer *,
.dv-seinto-footer *::before,
.dv-seinto-footer *::after {
  box-sizing: border-box;
}


/* ==========================================================
   CONTENEDORES · 1560 PX
========================================================== */

.dv-seinto-footer__contactbar-inner,
.dv-seinto-footer__container,
.dv-seinto-footer__bottom-inner {
  width: calc(100% - (var(--dv-footer-gutter) * 2));
  max-width: var(--dv-footer-container);
  margin-inline: auto;
}


/* ==========================================================
   CONTACT BAR
========================================================== */

.dv-seinto-footer__contactbar {
  width: 100%;
  background: var(--dv-footer-text);
  color: var(--dv-footer-white);
}

.dv-seinto-footer__contactbar-inner {
  min-height: 112px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.dv-seinto-footer__contactbar-intro {
  min-width: 0;
  max-width: 410px;
}

.dv-seinto-footer__contactbar-label {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 500;
}

.dv-seinto-footer__contactbar-title {
  display: block;
  color: var(--dv-footer-white);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.dv-seinto-footer__contactbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}


/* ==========================================================
   CONTACTO RÁPIDO
========================================================== */

.dv-seinto-footer__quick {
  min-height: 62px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--dv-footer-radius);
  background: rgba(255, 255, 255, .055);
  color: var(--dv-footer-white);
  text-decoration: none;
  transition:
    background-color var(--dv-footer-transition),
    border-color var(--dv-footer-transition),
    transform var(--dv-footer-transition);
}

.dv-seinto-footer__quick:hover {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .1);
  color: var(--dv-footer-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.dv-seinto-footer__quick-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dv-footer-white);
  color: var(--dv-footer-text);
}

.dv-seinto-footer__quick-icon svg,
.dv-seinto-footer__address-icon svg,
.dv-seinto-footer__schedule-icon svg,
.dv-seinto-footer__social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-footer__quick-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.dv-seinto-footer__quick-label {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 500;
}

.dv-seinto-footer__quick-content strong {
  color: var(--dv-footer-white);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}


/* ==========================================================
   MAIN
========================================================== */

.dv-seinto-footer__main {
  width: 100%;
  background: var(--dv-footer-white);
  border-bottom: 1px solid var(--dv-footer-border);
}

.dv-seinto-footer__container {
  padding: 56px 0 52px;
}

.dv-seinto-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(280px, 1.4fr)
    repeat(3, minmax(150px, .8fr));
  gap: 60px;
}


/* ==========================================================
   MARCA
========================================================== */

.dv-seinto-footer__brand {
  max-width: 360px;
}

.dv-seinto-footer__brand-name {
  display: block;
  margin-bottom: 12px;
  color: var(--dv-footer-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.dv-seinto-footer__brand-description {
  margin: 0;
  color: var(--dv-footer-muted);
  font-size: 15px;
  line-height: 1.55;
}


/* ==========================================================
   DIRECCIÓN / HORARIO
========================================================== */

.dv-seinto-footer__address,
.dv-seinto-footer__schedule {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: flex-start;
  color: var(--dv-footer-muted);
  font-size: 14px;
  line-height: 1.45;
}

.dv-seinto-footer__schedule {
  margin-top: 12px;
}

.dv-seinto-footer__address-icon,
.dv-seinto-footer__schedule-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dv-footer-text);
}


/* ==========================================================
   COLUMNAS / LINKS
========================================================== */

.dv-seinto-footer__title {
  margin: 0 0 18px;
  color: var(--dv-footer-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.dv-seinto-footer__links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.dv-seinto-footer__links li {
  margin: 0;
  padding: 0;
}

.dv-seinto-footer__links a {
  display: inline-flex;
  color: var(--dv-footer-muted);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition:
    color 150ms ease,
    transform 150ms ease;
}

.dv-seinto-footer__links a:hover {
  color: var(--dv-footer-text);
  text-decoration: none;
  transform: translateX(2px);
}


/* ==========================================================
   REDES SOCIALES
========================================================== */

.dv-seinto-footer__socials {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dv-seinto-footer__social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dv-footer-border);
  border-radius: 50%;
  background: var(--dv-footer-white);
  color: var(--dv-footer-text);
  transition:
    background-color var(--dv-footer-transition),
    border-color var(--dv-footer-transition),
    color var(--dv-footer-transition),
    transform var(--dv-footer-transition);
}

.dv-seinto-footer__social:hover {
  border-color: var(--dv-footer-text);
  background: var(--dv-footer-text);
  color: var(--dv-footer-white);
  transform: translateY(-2px);
}

.dv-seinto-footer__social svg {
  stroke-width: 1.8;
}

.dv-seinto-footer__social:first-child svg {
  fill: currentColor;
  stroke: none;
}


/* ==========================================================
   BOTTOM
========================================================== */

.dv-seinto-footer__bottom {
  width: 100%;
  background: var(--dv-footer-soft);
}

.dv-seinto-footer__bottom-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dv-seinto-footer__copyright,
.dv-seinto-footer__developer {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.4;
}

.dv-seinto-footer__developer a {
  color: var(--dv-footer-text);
  font-weight: 700;
  text-decoration: none;
}

.dv-seinto-footer__developer a:hover {
  text-decoration: underline;
}


/* ==========================================================
   ACCESIBILIDAD
========================================================== */

.dv-seinto-footer a:focus-visible {
  outline: 2px solid var(--dv-footer-text);
  outline-offset: 3px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {
  .dv-seinto-footer {
    --dv-footer-gutter: 16px;
  }

  .dv-seinto-footer__contactbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .dv-seinto-footer__contactbar-intro {
    max-width: none;
  }

  .dv-seinto-footer__contactbar-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .dv-seinto-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 32px;
  }

  .dv-seinto-footer__brand {
    max-width: none;
    grid-column: 1 / -1;
  }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {
  .dv-seinto-footer {
    --dv-footer-gutter: 12px;
  }

  .dv-seinto-footer__contactbar-inner {
    padding: 24px 0;
  }

  .dv-seinto-footer__contactbar-title {
    font-size: 19px;
  }

  .dv-seinto-footer__contactbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dv-seinto-footer__quick {
    min-height: 60px;
    padding: 7px 12px;
  }

  .dv-seinto-footer__quick:last-child {
    grid-column: 1 / -1;
  }

  .dv-seinto-footer__container {
    padding: 42px 0;
  }

  .dv-seinto-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .dv-seinto-footer__brand {
    grid-column: 1 / -1;
  }

  .dv-seinto-footer__bottom-inner {
    min-height: 0;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}


/* ==========================================================
   MOBILE PEQUEÑO
========================================================== */

@media (max-width: 480px) {
  .dv-seinto-footer__contactbar-actions,
  .dv-seinto-footer__grid {
    grid-template-columns: 1fr;
  }

  .dv-seinto-footer__quick:last-child,
  .dv-seinto-footer__brand {
    grid-column: auto;
  }

  .dv-seinto-footer__grid {
    gap: 32px;
  }

  .dv-seinto-footer__brand-description {
    max-width: 330px;
  }
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {
  .dv-seinto-footer__quick,
  .dv-seinto-footer__links a,
  .dv-seinto-footer__social {
    transition: none;
  }
}