/* Shared site footer — injected on every page */
.site-footer {
  margin-top: 64px;
  border-top: 1px solid #e5e7eb;
  background: #fafafa;
  color: #6b7280;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 28px;
}

.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}

.site-footer__brand {
  max-width: 320px;
}

.site-footer__name {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d2042d;
  margin: 0 0 6px;
}

.site-footer__tag {
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0;
  color: #6b7280;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}

.site-footer__col-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.35;
}

.site-footer__links a:hover {
  color: #d2042d;
  text-decoration: underline;
}

.site-footer__bottom {
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.45;
}

.site-footer__bottom a {
  color: #4b5563;
  text-decoration: none;
}

.site-footer__bottom a:hover {
  color: #d2042d;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .site-footer__inner {
    padding: 28px 20px 24px;
  }

  .site-footer__top {
    gap: 24px;
  }

  .site-footer__nav {
    width: 100%;
    gap: 20px 32px;
  }
}
