/*
Theme Name: TriggerTech
Theme URI: https://www.triggertech.com/
Author: iSTORM
Author URI: https://istorm.ca/
Description: WooCommerce storefront theme for TriggerTech — precision firearm triggers. A WordPress Full Site Editing (FSE) block theme built section-by-section from Figma designs. See CLAUDE.md, system.md, and design.md at the repo root.
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 8.0
Version: 0.2.57
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: triggertech
Tags: full-site-editing, block-patterns, woocommerce, custom-colors, custom-menu
*/

/* =========================================================================
   Global guards only. All section/component styling lives in
   assets/css/patterns/*.css (system.md §2, §7). Do NOT add section styling
   here — this file is enqueued globally on the frontend and editor.
   ========================================================================= */

/* Template-root blocks own their vertical spacing; zero core's margins so
   full-bleed sections butt together. The `body` prefix is needed to outrank
   global-styles emitted later in the cascade (system.md §7). */
body .wp-site-blocks > * {
	margin-block: 0;
}

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