/**
 * Homepage responsive spacing — uses design tokens.
 */

@media (max-width: 1023px) {
  .home-philosophy,
  .home-science,
  .home-why,
  .home-collection,
  .home-founder,
  .home-testimonials {
    padding-top: var(--e47-space-section-y, 5rem);
    padding-bottom: var(--e47-space-section-y, 5rem);
  }
}

@media (max-width: 767px) {
  .home-philosophy,
  .home-science,
  .home-why,
  .home-collection,
  .home-founder,
  .home-testimonials {
    padding-top: var(--e47-space-section-y, 3.5rem);
    padding-bottom: var(--e47-space-section-y, 3.5rem);
  }

  .home-collection__view-all {
    white-space: normal;
  }
}
