/* ════════════════════════════════
   HIRO NINJA — Shared Base Styles
════════════════════════════════ */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Smooth scroll */
html { scroll-behavior: smooth; }
