/*
Theme Name: Megapolis Roofing
Theme URI: https://megapolisroofing.ca
Author: Lucid Bubble
Author URI: https://lucidbubble.com
Description: Custom ACF-driven WordPress theme for Megapolis Roofing — residential roofing in Toronto & the GTA. Faithful conversion of the approved static mockup. Requires Advanced Custom Fields Pro.
Version: 1.0.4
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megapolis
*/

/*
  The real page CSS lives in assets/site.css, assets/inner.css and
  assets/mega-pages.css (all enqueued from functions.php). This file
  only carries the WordPress theme header plus small compatibility fixes
  for the body.page class that WordPress adds on Page post types.
*/

/* WordPress adds the "page" class to <body> on Page templates; the source
   design also uses a bare .page selector pattern in places. Neutralise the
   collision so the body still lays out normally. */
body.page { display:block; min-height:0; }
body > .page { /* scope guard for any source .page wrapper */ }
