Option 2 (larger canvas — NOT applied here): the `size:` directive only accepts sizes the theme has declared via @size. Gaia ships only 16:9 (1280x720) and 4:3 (960x720). To get a 1920x1080 canvas you must register a custom theme via marp.config.mjs / --theme containing @size fhd 1920px 1080px; and then set `size: fhd`. Inline <style> blocks cannot declare theme metadata, so this can't be demoed in a single file.