.site-footer {
  padding-block: var(--space-4);
  border-top: 1px solid var(--color-border);
  background: var(--color-paper-muted);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-slate-700);
  font-size: var(--fs-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__brand img {
  height: 22px;
  width: auto;
}

.site-footer__note {
  font-size: var(--fs-small);
  color: var(--color-slate-300);
}
