/*
Theme Name: Brookstreet Mattress Sale
Theme URI: https://www.brookstreethotel.com/
Author: iSTORM
Author URI: https://istorm.ca/
Description: WordPress Full Site Editing theme with WooCommerce for the Brookstreet Hotel clearance mattress sale — a marketing landing page plus storefront, built from a Claude Design project as block patterns. See CLAUDE.md, system.md, and design.md.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brookstreet-mattress
Tags: full-site-editing, block-patterns, e-commerce, custom-colors, custom-logo
*/

/* ==========================================================================
   Global CSS only. Everything else lives in per-pattern CSS files
   (assets/css/patterns/) and assets/css/woocommerce.css. See system.md §7.
   ========================================================================== */

/* Template-root sections butt together — each section owns its vertical spacing
   (system.md §7). The `body` prefix outranks late global styles. */
body .wp-site-blocks > * {
	margin-block: 0;
}

/* Mobile overflow-x guard (system.md §15). */
@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}
}
