/* ===========================================================================
   Dina's Fine Arts — Elevation tokens
   ---------------------------------------------------------------------------
   The system is mostly flat. Depth comes from warm color contrast between the
   cream canvas and earthy accent surfaces — not from heavy shadows. Only a
   single faint shadow exists for rare hover-elevated states.
   =========================================================================== */

:root {
  --shadow-none: none;
  --shadow-hairline: inset 0 0 0 1px var(--hairline);
  --shadow-soft: 0 1px 2px rgba(33, 31, 26, 0.04), 0 8px 24px rgba(33, 31, 26, 0.06);
  --shadow-lift: 0 2px 6px rgba(33, 31, 26, 0.06), 0 18px 40px rgba(33, 31, 26, 0.10);
}
