Decoded raster image data shared between every page that places
the same source image. Held by Arc so a single PNG referenced
from multiple #image(...) directives shares one buffer end-to-end.
Result of laying out a [mos_core::Document]: a PageGraph plus
any warnings the engine emitted. Mirrors mos_eval::LowerResult so
the CLI can render diagnostics uniformly.
Page geometry resolved from #set page(...). width_pt/height_pt
describe the full media box; margin_pt is symmetric on all four
sides for MVP 1.5 (per-side margins are deferred).
Body text style resolved from #set text(...). leading applies
to body paragraphs only; headings keep their own multiplier so a
#set text(leading: 2.0) doesn’t balloon section titles.
A4 page width in PDF points (1pt = 1/72 inch). Kept as a public
constant so external callers can still read the default; the layout
engine now consults PageStyle instead of these directly.