/* Huruf Localization Sync V1.0.30 — GLOBAL mobile scrolling only.
   No typography, direction, layout, spacing, color or translation changes. */
@media (max-width:1199px) and (pointer:coarse) {
  html:not(.huruf-profile-gate-open),
  html:not(.huruf-profile-gate-open) body:not(.locked):not(.huruf-profile-gate-open) {
    touch-action: pan-y pinch-zoom !important;
    overscroll-behavior-y: auto !important;
  }

  .growhub-menu-wrapper:not(.growhub-body-visible),
  .canva-growhub-wrapper:not(.active),
  #huruf-profile-gate:not(.open) {
    pointer-events: none !important;
  }

  .growhub-menu-wrapper.growhub-body-visible,
  .canva-growhub-wrapper.active,
  #huruf-profile-gate.open {
    pointer-events: auto !important;
  }
}
