/* ==========================================================================
   CRUMB — composition only.

   Crumb has no design system of its own. Every colour, stock, texture, type role,
   evidence mark, focus treatment, and responsive rule lives in the universal
   `docket.css`; this file may only place things. It declares no custom property and
   no colour value, and `crumb-composition.test.ts` fails if one appears.
   ========================================================================== */

.crumb-screen { display: grid; gap: clamp(.9rem, 2vw, 1.6rem); }
