/* Pied de page canonique — aligné sur web/src/components/Footer.tsx */
.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  border-top: 2px solid #1b1f2e;
  background: #0f1220;
  color: #d8d2c4;
}

.site-footer-motif {
  height: 1rem;
  opacity: 0.4;
  background-image: url('/assets/amazigh/motif-19.svg');
  background-repeat: repeat-x;
  background-size: 56px 18px;
  filter: invert(1);
}

.site-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
}

@media (min-width: 640px) {
  .site-footer-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.site-footer-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
}

.site-footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}

.site-footer-brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fbf8f1;
}

.site-footer-brand-tag {
  display: block;
  margin-top: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5e7f82;
}

.site-footer-blurb {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #cfc9bc;
}

.site-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.site-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fbf8f1;
  text-decoration: none;
}

.site-social a:hover {
  border-color: #5e7f82;
  background: rgba(255, 255, 255, 0.08);
}

.site-social img {
  width: 24px;
  height: 24px;
  display: block;
}

.site-footer h3 {
  margin: 0 0 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5e7f82;
}

.site-footer h3.site-footer-subhead {
  margin-top: 1.5rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 0.625rem;
}

.site-footer a {
  color: #cfc9bc;
  text-decoration: none;
  font-size: 0.875rem;
}

.site-footer a:hover {
  color: #fbf8f1;
}

.site-footer-contact li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.site-footer-icon {
  margin-top: 0.125rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #5e7f82;
}

.site-footer-phone {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.site-footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.1);
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #128c7e;
}

.site-footer-wa:hover {
  background: rgba(37, 211, 102, 0.2);
  color: #128c7e;
}

.site-footer-legal {
  font-size: 0.75rem;
  line-height: 1.625;
  color: #cfc9bc;
}

.site-footer-copy {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.75rem;
  color: #9a9488;
}

@media (min-width: 640px) {
  .site-footer-copy {
    text-align: left;
  }
}
