/* Depth in this system comes from OVERLAP and ROTATION, not from shadow.
   Shadows exist only to lift a pasted-in plate off the page, as in a
   physical paste-up. Never a soft UI shadow under a card. */
:root{
--shadow-none:none;
--shadow-plate:0 10px 24px -10px rgba(13,12,12,.38);
--shadow-plate-lifted:0 22px 46px -16px rgba(13,12,12,.46);
--shadow-chip:0 1px 0 rgba(13,12,12,.18);

/* Paste-up rotations. Use one per composition, never a uniform tilt. */
--tilt-hair:-1.2deg; /* @kind other */
--tilt-sm:-2.4deg; /* @kind other */
--tilt-md:3.6deg; /* @kind other */
--tilt-lg:-5.5deg; /* @kind other */
--tilt-xl:7.5deg; /* @kind other */
}
