/* footer.desktop.css: desktop-only (min-width: 1024px). Load with media="(min-width: 1024px)". */
.footer-grid {
  /* Deterministic desktop spread: controlled by runtime var from footer view. */
  grid-template-columns: repeat(var(--footer-active-columns, 4), minmax(0, 1fr));
  gap: var(--space-10);
}
