/* Performance-focused mobile tweaks (safe; desktop unchanged) */
@media (max-width: 768px) {
  /* Disable hero canvas effect on mobile to reduce main-thread work */
  #pipeFlowCanvas { display: none !important; }

  /* Reduce fixed/overlay elements on mobile */
  .eu-quality-badge { display: none !important; }
  .back-to-top { display: none !important; }

  /* Optional: slightly reduce hero image height if needed */
  /* #hero-image { height: 420px !important; } */
}
