/* footer.desktop.css — surcharge >= 1024px */
.site-footer__top {
  grid-template-columns: 1.2fr 2fr;
  gap: var(--space-8);
}

.site-footer__cols {
  grid-template-columns: repeat(4, 1fr);
}

.site-footer__bottom {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
