/* Architess — rodapé unificado. Referência visual: página Blog. */
.site-footer {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-top: 80px !important;
  padding: 60px 0 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  background: #000 !important;
}
.site-footer *, .site-footer *::before, .site-footer *::after {
  box-sizing: border-box;
}
.site-footer .ft-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px,4.2vw,56px);
}
.site-footer .ft-in {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  padding: 0 !important;
}
.site-footer .ft-copy {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: rgba(232,229,214,.5) !important;
}
.site-footer .ft-copy img {
  display: block !important;
  width: 120px !important;
  height: auto !important;
  max-width: none !important;
  opacity: .5 !important;
  filter: brightness(0) saturate(100%) invert(63%) sepia(57%) saturate(500%) hue-rotate(95deg) brightness(103%) contrast(95%) !important;
}
.site-footer .ft-made {
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
  color: rgba(64,242,127,.6) !important;
}
.site-footer .ft-links {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.site-footer .ft-links a {
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: rgba(232,229,214,.4) !important;
  text-decoration: none !important;
  transition: color .2s !important;
}
.site-footer .ft-links a:hover,
.site-footer .ft-links a:focus-visible {
  color: #E8E5D6 !important;
}
@media (max-width: 900px) {
  .site-footer .ft-in {
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .site-footer .ft-copy {
    justify-content: center !important;
  }
  .site-footer .ft-links {
    justify-content: center !important;
  }
}
@media (max-width: 520px) {
  .site-footer {
    margin-top: 64px !important;
    padding: 48px 0 !important;
  }
  .site-footer .ft-copy {
    flex-direction: column !important;
  }
}
