/* GOGPL layout refinement - 2026-08-07
   Loaded AFTER style.css. New filename bypasses the LiteSpeed static cache.
   Purpose: .section-head capped the whole block (eyebrow + h2 + intro p) at
   640px inside a 1160px container. Line-length limits belong on prose, not
   on headings. Heading is freed; paragraph keeps a readable measure.
   Revert: delete this file and its <link> in layouts/app.blade.php. */
.section-head{max-width:none}
.section-head p{max-width:760px}
.page-hero p{max-width:820px}
