/* ============================================================
   ELEVATION & MOTION — Saudi Film Commission
   Shadows are soft, warm-tinted and restrained — closer to a
   printed annual report than a glossy SaaS dashboard.
   Motion is calm and cinematic: ease-out, no bounce.
   ============================================================ */

:root {
  /* ---- Shadows (warm ink-tinted, low opacity) ------------ */
  --shadow-xs:  0 1px 2px rgba(0, 26, 35, 0.05);
  --shadow-sm:  0 2px 6px rgba(0, 26, 35, 0.06);
  --shadow-md:  0 8px 24px rgba(0, 26, 35, 0.08);
  --shadow-lg:  0 20px 48px rgba(0, 26, 35, 0.12);
  --shadow-xl:  0 32px 80px rgba(0, 26, 35, 0.16);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.6);

  /* ---- Focus ring ---------------------------------------- */
  --ring: 0 0 0 3px var(--focus-ring);

  /* ---- Overlay / scrim gradients ------------------------- */
  --scrim-bottom: linear-gradient(to top, rgba(0,26,35,0.85) 0%, rgba(0,26,35,0.0) 65%); /* @kind other */
  --scrim-cinema: linear-gradient(180deg, rgba(0,26,35,0) 40%, rgba(0,26,35,0.78) 100%); /* @kind other */

  /* ---- Motion -------------------------------------------- */
  --ease-out:   cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */  /* primary — calm cinematic */
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */

  --dur-fast:   140ms; /* @kind other */
  --dur-base:   240ms; /* @kind other */
  --dur-slow:   420ms; /* @kind other */
  --dur-cinema: 720ms; /* @kind other */
}
