/* ==========================================================================
   WHAT IS MONEY? · 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.

   This leaf's plates are the odd ones on the site: not house SVG but three
   PHOTOGRAPHIC engravings, the minter, the goldsmith and the merchant from
   Jan and Caspar Luyken's hundred trades of 1694, seated on the kit's
   painted field inside its hairline frame and its registration ring. Two
   consequences for the fit contract, both deliberate:

   1 · NO --plate-read-min. A photographic plate has no read register to
       hold: its detail is the burin's own grain, not type, so the 13px floor
       has nothing to measure and the stamp/reading distinction does not
       apply. The plate is always legible AS a plate; the fold-out is where
       the grain is read. (--plate-floor is therefore undefined on these
       three figures by design; nothing in the seating consumes it.)

   2 · --plate-fit-h: 68vh, NOT the kit's 80. The Cantillon plates carry
       their caption inside the SVG, so their figure is the plate plus a
       44px fold-out row and 80vh lands the whole object at 85 to 88vh.
       These three carry a caption, a credit line and the row beneath the
       image, about 155 to 200px of apparatus that costs PIXELS, not vh, so
       80vh put the figure at 98.3vh (the merchant at 103.2) and cut the
       "unfold the plate" press off the bottom of the screen at the
       creator's register, for a plate whose whole detail argument lives in
       the fold-out. 68vh seats image, caption, credit and press together
       inside one screen with the folio bar cleared. Measured, 1512 x 860:

         minter     520 x 585   68.0vh plate   86.3vh figure
         goldsmith  535 x 585   68.0vh plate   86.3vh figure
         merchant   501 x 585   68.0vh plate   91.3vh figure (a five-line
                                caption, the leaf's longest)

       The wide desk stops trading: at 2560 x 1440 all three reach 871 to
       880px, their 55rem cap, at 66 to 71vh of plate.
   ========================================================================== */

@layer page {

.plate-fig--fit { --plate-fit-h: 68vh; }

#fig-minter    { --plate-vb-w: 1800; --plate-vb-h: 2023; }
#fig-goldsmith { --plate-vb-w: 1800; --plate-vb-h: 1968; }
#fig-merchant  { --plate-vb-w: 1800; --plate-vb-h: 2102; }

} /* @layer page */
