/* ── Site Footer ── */
.site-footer {
  background-color: #ffffff;
  padding: 70px var(--space-md) 50px;
  border-top: 1px solid #eef2f7;
}

.site-footer__inner {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.site-footer__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #475569;
  margin-bottom: 0.75rem;
}

.site-footer__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.site-footer__phone {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #475569;
  margin-bottom: 1.25rem;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.site-footer__link {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-footer__link:hover {
  color: #64748b;
}

.site-footer__bottom {
  margin-top: 2rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #94a3b8;
}

@media (min-width: 48rem) {
  .site-footer {
    padding: 70px var(--space-lg) 50px;
  }
}
