/* Prevent horizontal drift only — vertical scroll stays native */
html,
body {
  overflow-x: hidden;
}
