/* Finney's global footer */
body.finneys-site #main-footer,
body.finneys-site #footer-bottom,
body.finneys-site .et-l--footer,
body.finneys-site footer.et-l--footer {
  display: none !important;
}

body.finneys-site footer.finneys-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.6);
  padding: 5rem 3rem 2.5rem;
  width: 100%;
  margin: 0;
}

body.finneys-site footer.finneys-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

body.finneys-site footer.finneys-footer .footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

body.finneys-site footer.finneys-footer .footer-logo-img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
  display: block;
}

body.finneys-site footer.finneys-footer .footer-logo-text {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}

body.finneys-site footer.finneys-footer .footer-logo-text span {
  color: var(--red);
}

body.finneys-site footer.finneys-footer .footer-tagline {
  font-size: 0.85rem;
  line-height: 1.6;
  font-weight: 300;
  max-width: 240px;
}

body.finneys-site footer.finneys-footer .footer-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}

body.finneys-site footer.finneys-footer .footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}

body.finneys-site footer.finneys-footer .footer-col ul li a {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s;
}

body.finneys-site footer.finneys-footer .footer-col ul li a:hover {
  color: #fff;
}

body.finneys-site footer.finneys-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

body.finneys-site footer.finneys-footer .footer-bottom p {
  font-size: 0.78rem;
  margin: 0;
}

body.finneys-site footer.finneys-footer .footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

body.finneys-site footer.finneys-footer .footer-links a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s;
}

body.finneys-site footer.finneys-footer .footer-links a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  body.finneys-site footer.finneys-footer {
    padding: 4rem 1.5rem 2rem;
  }

  body.finneys-site footer.finneys-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 560px) {
  body.finneys-site footer.finneys-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.finneys-site footer.finneys-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
