/* Basesul v87 — rodapé único, organizado por tarefas e canais. */
footer.site-footer .footer-directory-v87 {
  display: grid;
  grid-template-columns: .75fr .72fr 1fr 1.18fr 1.18fr;
  gap: clamp(24px, 3.2vw, 52px);
  padding: 52px 0 54px;
}

footer.site-footer .footer-directory-v87 .footer-column {
  min-width: 0;
}

footer.site-footer .footer-directory-v87 .footer-column h3 {
  min-height: 27px;
  margin-bottom: 12px;
}

footer.site-footer .footer-directory-v87 .footer-column a {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

footer.site-footer .footer-directory-v87 .footer-channel-copy {
  max-width: 225px;
}

footer.site-footer .footer-office-v87 {
  display: grid;
  grid-template-columns: .55fr 1.5fr .8fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

footer.site-footer .footer-office-v87 h3,
footer.site-footer .footer-office-v87 p {
  margin-top: 0;
}

footer.site-footer .footer-office-v87 .footer-map {
  justify-self: end;
}

footer.site-footer .footer-bottom-v87 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
  padding: 25px 0 28px;
}

footer.site-footer .footer-bottom-v87 > :last-child {
  justify-self: end;
  text-align: right;
}

footer.site-footer .footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

footer.site-footer .footer-legal a,
footer.site-footer .footer-legal button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

footer.site-footer .footer-legal a:hover,
footer.site-footer .footer-legal a:focus-visible,
footer.site-footer .footer-legal button:hover,
footer.site-footer .footer-legal button:focus-visible {
  color: #fff;
}

@media (max-width: 1180px) {
  footer.site-footer .footer-directory-v87 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 42px;
  }
}

@media (max-width: 760px) {
  footer.site-footer .footer-directory-v87 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding: 44px 0 46px;
  }

  footer.site-footer .footer-office-v87,
  footer.site-footer .footer-bottom-v87 {
    grid-template-columns: 1fr;
  }

  footer.site-footer .footer-office-v87 .footer-map,
  footer.site-footer .footer-bottom-v87 > :last-child {
    justify-self: start;
    text-align: left;
  }

  footer.site-footer .footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  footer.site-footer .footer-directory-v87 {
    grid-template-columns: 1fr;
  }
}
