/*
Theme Name: LSP Child
Theme URI: https://localsites.pro
Description: Safe customization layer for the LSP Theme 1 (lsp-1). UI, layout, typography, performance and footprint-reduction overrides only. Never modifies the base theme. Pairs with the LSP Engine plugin for niche/schema/automation logic.
Author: Local Sites Pro Customization Layer
Template: lsp-1
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lsp-child
*/

/* ==========================================================================
   LSP Child Theme — overrides layer
   --------------------------------------------------------------------------
   This file is intentionally empty at Phase 0 so that activating the child
   theme produces a PIXEL-IDENTICAL result to the base theme.

   How styling currently loads (important):
   - The base theme enqueues its MAIN stylesheet via get_stylesheet_uri()
     (see lsp-1/functions.php). When this child theme is active,
     get_stylesheet_uri() resolves to THIS file — which means the parent's
     own style.css would stop loading.
   - functions.php in this child re-enqueues the parent style.css at
     priority 9 so the base styles are preserved. THIS file then loads after
     it (handle 'sm-starter-style', enqueued by the base), so any rules added
     here will correctly win the cascade.

   Add child overrides BELOW this banner in later phases. Keep them minimal;
   compiled Tailwind output is handled separately via assets/dist (Phase 1).
   ========================================================================== */
