/* =========================================================================
   Iori · Spacing
   Soft 4px base grid. Generous whitespace — 「留白即奢华」(whitespace is luxury).
   Sections breathe; never cramped.
   ========================================================================= */
:root {
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* ---- Layout ---- */
  --container-max: 1280px;  /* max-w-7xl */
  --container-pad: 32px;    /* desktop gutter (20px on mobile) */
  --container-pad-mobile: 20px;

  --section-gap:  56px;     /* vertical rhythm between sections */
  --card-pad:     24px;     /* default card padding */
  --card-pad-lg:  32px;     /* roomy card padding */
}
