/* =========================================================================
   SMG SIMPLE-PAGE KIT  ·  /assets/smg-page.css
   For non-guide pages that are a narrow centered column (legal, work-with-us,
   welcome, tip-line). Load AFTER /assets/smg.css. Gives them the editorial
   ground + lets the shared masthead nav / footer span full viewport width
   even though the page body is a 680px column. Body copy stays each page's own.
   ========================================================================= */
body { background: var(--cream); color: var(--ink); }
.nav, .footbar { width: 100vw; margin-left: calc(50% - 50vw); }
.nav-in, .footbar-in { max-width: 680px; }
