/*
 Theme Name:   IHC GeneratePress Child 2026
 Theme URI:    https://innovativehomeconcepts.com
 Description:  2026 redesign child theme for Innovative Home Concepts. Carries forward 100% of the schema/AEO/llms.txt/meta logic from ihc-child-theme via verbatim functions.php; replaces only the visual layer with the v3 design system (navy/gold/cream, Montserrat + DM Mono, editorial typography, hero ken burns + before/after wipe). Activate ONLY on dev/local until cutover. Production stays on ihc-child-theme until Phase 6.
 Author:       Innovative Home Concepts
 Author URI:   https://innovativehomeconcepts.com
 Template:     generatepress
 Version:      2026.1.0-dev
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ihc-generatepress-child-2026
*/

/* =========================================================================
   IHC v3 Design System — Tokens
   Source: docs/design/homepage-mockup-v3.html
   ========================================================================= */
:root {
    --ihc-navy:        #0F1C33;
    --ihc-navy-deep:   #050B17;
    --ihc-navy-soft:   #1A2A47;
    --ihc-gold:        #D4A017;
    --ihc-gold-bright: #E8B528;
    --ihc-gold-soft:   #B8881A;
    --ihc-cream:       #FAF6EC;
    --ihc-cream-warm:  #EFEAD9;
    --ihc-paper:       #FFFFFF;
    --ihc-char:        #131312;
    --ihc-text-soft:   rgba(15, 28, 51, 0.72);
    --ihc-text-muted:  rgba(15, 28, 51, 0.55);
    --ihc-rule:        rgba(15, 28, 51, 0.10);
    --ihc-rule-strong: rgba(15, 28, 51, 0.20);
    --ihc-display:     'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --ihc-body:        'Montserrat', -apple-system, sans-serif;
    --ihc-mono:        'DM Mono', 'Courier New', monospace;
}

/* =========================================================================
   Phase 2 work-in-progress.
   Real component CSS will be added section-by-section as archetype templates
   are built. See docs/migration/MIGRATION-PLAN.md Section 8 for slot specs.
   ========================================================================= */
