/* Keep Home compact and stable across browser zoom levels. */
body.grandex-home,
body.grandex-home main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body.grandex-home main > section:not(:first-child):not([hidden]) {
  padding-top: clamp(4rem, 6vw, 7rem) !important;
  padding-bottom: clamp(4rem, 6vw, 7rem) !important;
}

@media (max-width: 767px) {
  body.grandex-home main > section:not(:first-child):not([hidden]) {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  body.grandex-home main > section:first-child {
    min-height: 100svh;
  }
}
