.container {
  gap: 0; /* Spacing will be implemented through sections padding for better scroll-to-anchor */
}

section:not(#hero) {
  padding-top: var(--spacing-container);
}
