/* Shared vertical rhythm for homepage content sections. The growth scroll
   scene keeps its own height and sticky positioning. */
#creates-home { --creates-home-section-space: 48px; }
#creates-home :is(.chp-services, .chp-publishers, .chp-partners, .chp-why, .creates-leaderboard, .creates-recent-posts, .creates-faq-section) {
  padding-block: var(--creates-home-section-space);
  margin-block: 0;
}
@media (max-width: 900px) {
  #creates-home { --creates-home-section-space: 40px; }
}
@media (max-width: 600px) {
  #creates-home { --creates-home-section-space: 32px; }
}
