/*
Theme Name:        Sewer Clean Pros GP
Theme URI:         https://sewercleanpros.com
Author:            Right Now Marketing Group LLC
Author URI:        https://rightnowmarketinggroup.com
Description:       GeneratePress child theme migration of the custom "Sewer Clean Pro" theme for sewercleanpros.com. Structural migration only — see AUDIT.md / HANDOFF.md in the project repo for the full mapping from the original theme.
Template:          generatepress
Version:           1.0.0
Requires at least: 6.5
Tested up to:      6.9
Requires PHP:      7.4
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       sewer-clean-gp
*/

/* ==========================================================================
   Brand tokens carried over 1:1 from the original sewer-clean theme
   (source: current-theme/sewer-clean/style.css lines 20-37)
   ========================================================================== */
:root {
	--sc-primary:       #1a3f6f;
	--sc-primary-dark:  #112a4a;
	--sc-accent:        #c0392b;
	--sc-accent-dark:   #962d22;
	--sc-secondary:     #2563eb;
	--sc-text:          #111827;
	--sc-muted:         #6b7280;
	--sc-border:        #e5e7eb;
	--sc-surface:       #f9fafb;
	--sc-light:         #f3f4f6;
	--sc-white:         #ffffff;
	--sc-dark:          #1f2937;
	--sc-radius:        6px;
	--sc-radius-lg:     10px;
	--sc-shadow:        0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);
	--sc-shadow-md:     0 4px 12px rgba(0,0,0,.1);
	--sc-shadow-lg:     0 10px 30px rgba(0,0,0,.12);
	--sc-max-w:         1200px;
}

/*
 * These tokens are kept here ONLY as a reference/fallback for any markup not
 * yet re-pointed at GP Customizer (Colors/Typography/Spacing panels) or
 * GenerateBlocks global styles. As Phase 2 patterns are rebuilt in
 * GenerateBlocks, prefer GB's own color/spacing controls (wired to these same
 * hex values) over referencing these CSS vars directly, so the site stays
 * editable from the GB/GP UI rather than requiring code edits.
 */
