.homepage-layout {
  display: flex;
  flex-direction: column;
}

.homepage-layout > [data-homepage-section] {
  width: 100%;
}

.homepage-layout > :first-child[data-homepage-section]:not(.hero) {
  margin-top: clamp(0.85rem, 1.8vw, 1.6rem);
}

.homepage-layout > .is-home-section-first:not(.hero) {
  margin-top: clamp(0.85rem, 1.8vw, 1.6rem);
}

.homepage-layout > [data-homepage-section][hidden] {
  display: none !important;
}
