:root{
  /* Soft, warm elevations — no harsh drop shadows */
  --shadow-xs:0 1px 2px rgba(42,33,26,.04);
  --shadow-sm:0 2px 6px rgba(42,33,26,.06),0 1px 2px rgba(42,33,26,.04);
  --shadow-md:0 8px 24px rgba(42,33,26,.08),0 2px 6px rgba(42,33,26,.05);
  --shadow-lg:0 20px 48px rgba(42,33,26,.12),0 6px 12px rgba(42,33,26,.06);
  --shadow-xl:0 32px 72px rgba(42,33,26,.16),0 10px 20px rgba(42,33,26,.08);
  --shadow-inner:inset 0 1px 2px rgba(42,33,26,.06);
  --shadow-focus:0 0 0 3px var(--focus-ring);
}
