.site-footer {
  margin-top: 3.5rem;
  background:
    linear-gradient(180deg, rgba(47, 86, 120, 0.06), rgba(47, 86, 120, 0.12)),
    #f5f0e8;
  border-top: 1px solid rgba(47, 86, 120, 0.14);
}

.site-footer__grid {
  display: grid;
  gap: 1.8rem;
  padding: 2.4rem 0 2rem;
}

.site-footer__brand {
  max-width: 28rem;
}

.site-footer__logo {
  width: auto;
  height: 56px;
}

.site-footer h3 {
  margin-bottom: 0.9rem;
  font-size: 1rem;
  color: var(--heading);
}

.site-footer a,
.site-footer p {
  color: var(--text-secondary);
}

.site-footer .stack a + a {
  margin-top: 0.55rem;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer__social a {
  font-weight: 700;
  color: var(--brand-primary);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0 1.2rem;
  border-top: 1px solid rgba(47, 86, 120, 0.12);
}

.site-footer__bottom .meta-line a {
  color: var(--text-secondary);
}
