/* ==========================================================================
   Smooth scroll utility.
   Only index.html and amazon/index.html originally had `scroll-behavior:
   smooth` on the universal selector — kept as an opt-in utility so
   work.html / privacy pages behave exactly as before.
   ========================================================================== */
* {
  scroll-behavior: smooth;
}
