pub const A4_WIDTH_PT: f32 = 595.276;
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.
PageStyle