.site-footer {
  background: #1f1f1f;
  color: #f7f5f2;
  padding: 50px 0 20px;
}

.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.site-footer h3 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer li {
  color: #d7d2cb;
  line-height: 1.6;
}

.site-footer ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.site-footer a {
  color: #f2efe9;
}

.site-footer a:hover {
  color: var(--accent);
}

.socials {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2a2a2a;
  font-weight: 600;
}

.footer-note {
  font-size: 0.85rem;
  color: #bdb7af;
}

.footer-bottom {
  margin-top: 32px;
  text-align: center;
  font-size: 0.85rem;
  color: #bdb7af;
}
