/* Footer partagé — mêmes dimensions, couleurs et liens sur toutes les pages. */
.site-footer,
.creations-page .site-footer,
body.project-sf .site-footer {
  position: relative !important;
  min-height: 0 !important;
  padding: 16px 0 18px !important;
  border: 0 !important;
  border-top: 1px solid rgba(230, 169, 36, .42) !important;
  color: #f7f2e8 !important;
  background: #11110f !important;
}

.site-footer::before,
.creations-page .site-footer::before,
body.project-sf .site-footer::before {
  content: none !important;
  display: none !important;
}

.site-footer .footer-row,
.creations-page .site-footer .footer-row,
body.project-sf .site-footer .footer-row {
  display: flex !important;
  width: min(1080px, calc(100% - 40px)) !important;
  margin-inline: auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px 24px !important;
  flex-wrap: wrap !important;
}

.site-footer .footer-copy,
.site-footer .footer-links a,
.creations-page .site-footer .footer-copy,
.creations-page .site-footer .footer-links a,
body.project-sf .site-footer .footer-copy,
body.project-sf .site-footer .footer-links a {
  color: rgba(247, 242, 232, .78) !important;
}

.site-footer .footer-copy {
  font-family: var(--font-mono) !important;
  font-size: 7px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.site-footer .footer-links {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
}

.site-footer .footer-links a {
  font-family: var(--font-clean) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
  text-decoration: none !important;
  transition: color 180ms ease !important;
}

.site-footer .footer-links a:is(:hover, :focus-visible) {
  color: #e6a924 !important;
}

@media (max-width: 620px) {
  .site-footer,
  .creations-page .site-footer,
  body.project-sf .site-footer {
    padding: 14px 0 16px !important;
  }

  .site-footer .footer-row,
  .creations-page .site-footer .footer-row,
  body.project-sf .site-footer .footer-row {
    width: calc(100% - 32px) !important;
  }
}
