/* ==========================================================================
   DEFLATION, THE BOGEYMAN · the leaf's own sheet
   --------------------------------------------------------------------------
   Loads after edition.css and writes only into the `page` layer. It carries
   the seating data for this leaf's three plates and nothing else: the plates
   themselves are byte-identical to the live site, seating and wells only.
   ========================================================================== */

@layer page {

/* Three landscape plates on one aspect (800 x 640), so the leaf strikes to
   one board at every register: an unusually even set, and the composition
   leans on it. --plate-read-min is the smallest READ text in viewBox units,
   excluding the plate's own PLATE N furniture label (12.5 in all three) and
   the faint annotation tier beneath 12 (source credits, legend swatch rows,
   axis sub-lines), which house-brand allows below the floor. */
#fig-plate-1, #svg-plate-1 { --plate-vb-w: 800; --plate-vb-h: 640; }
#fig-plate-2, #svg-plate-2 { --plate-vb-w: 800; --plate-vb-h: 640; }
#fig-plate-3, #svg-plate-3 { --plate-vb-w: 800; --plate-vb-h: 640; }
#fig-plate-1 { --plate-read-min: 14.5; }
#fig-plate-2 { --plate-read-min: 12.5; }
#fig-plate-3 { --plate-read-min: 12.5; }

} /* @layer page */
