/* ============================================================
   Via Nutria — Effects: shadows, motion, textures
   Warm, soft shadows tinted toward bordeau (never neutral grey).
   Calm, gentle motion — no bounce.
   ============================================================ */
:root{
  --shadow-xs:0 1px 2px rgba(69,31,46,.06);
  --shadow-sm:0 2px 8px rgba(69,31,46,.07);
  --shadow-md:0 8px 24px rgba(69,31,46,.09);
  --shadow-lg:0 20px 48px rgba(69,31,46,.12);
  --shadow-focus:0 0 0 3px rgba(204,39,60,.28);

  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --dur-fast:140ms; /* @kind other */
  --dur-base:240ms; /* @kind other */
  --dur-slow:420ms; /* @kind other */

  /* Warm linen texture ground (real brand asset) */
  --texture-lin:url("../assets/textures/fond-lin-clair.jpg"); /* @kind other */
}
