/* Homepage horizontal scroll fix — overrides cached bundle until next full deploy */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

.content-bleed-band {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
}

main {
  overflow-x: clip;
  max-width: 100%;
}
