/* --- FOOTER LA POLACA --- */
.lpc-site-footer,
.lpc-elementor-footer {
  width: 100%;
  margin-top: clamp(80px, 10vw, 150px);
  border-top: 1px solid rgba(17,17,17,.16);
  background: var(--lpc-color-background, #fff);
  color: #1a1a1a;
  font-family: var(--lpc-font-text);
}

body.home .lpc-site-footer,
body.home .lpc-elementor-footer {
  margin-top: 0;
}

.lpc-elementor-footer {
  overflow: clip;
}

.lpc-elementor-footer a {
  color: #1a1a1a !important;
  text-decoration: none;
}

.lpc-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.4fr);
  gap: clamp(56px, 8vw, 120px);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(24px, 5vw, 72px);
}

.lpc-site-footer__newsletter {
  max-width: 440px;
}

.lpc-site-footer__eyebrow,
.lpc-site-footer__column h3 {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpc-site-footer__title {
  max-width: 360px;
  margin: 0 0 34px;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  font-weight: 400 !important;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.lpc-site-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  border-bottom: 1px solid rgba(17,17,17,.55);
}

.lpc-site-footer__form input {
  min-height: 44px;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  padding: 0 14px 0 0 !important;
  color: var(--lpc-color-text, #111);
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: .04em;
  box-shadow: none !important;
  outline: 0;
}

.lpc-site-footer__form input::placeholder {
  color: rgba(17,17,17,.46);
}

.lpc-site-footer__form button {
  min-height: 44px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--lpc-color-text, #111) !important;
  padding: 0 0 0 18px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpc-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px);
}

.lpc-site-footer__column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.lpc-site-footer__column a {
  width: fit-content;
  color: #1a1a1a !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none !important;
}

.lpc-site-footer__column a:hover,
.lpc-site-footer__form button:hover {
  opacity: .56;
}

.lpc-site-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(17,17,17,.12);
  padding: 18px clamp(24px, 5vw, 72px);
  color: rgba(17,17,17,.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lpc-site-footer__bottom span:nth-child(2) {
  text-align: center;
}

.lpc-site-footer__bottom span:last-child {
  text-align: right;
}

.lpc-site-footer__bottom a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.lpc-site-footer .lpc-site-footer__title {
  max-width: 360px;
  margin: 0 0 34px;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  font-weight: 400 !important;
  line-height: 1.08;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lpc-site-footer .lpc-site-footer__eyebrow,
.lpc-site-footer .lpc-site-footer__column h3 {
  margin: 0 0 22px;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.lpc-site-footer .lpc-site-footer__column a {
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
