/* Page-level layout glue — most composition lives in components.css per section. */

.magma-main { display: block; }

.magma-img { width: 100%; height: auto; display: block; }

/* No page-wide overflow-x guard: it would create a scroll container that breaks
   the masthead's position:sticky and desyncs window-scroll-based JS (header
   progress, entrance animation, sticky ticket bar). The hero's own
   overflow:hidden already contains its decorative prints, which is the only
   thing that could bleed horizontally. */
