/*
Theme Name: Halo Desk — Concept Round (scoped)
Theme URI: https://halo-desk.com
Description: Bricks child theme for the Halo Desk strategy-selection concept round. Implements the SCOPED layered-token architecture: structure (format.css) + locked round tokens (round-tokens.css) + per-concept token files scoped under a body.concept-XX class. No shared Bricks global classes — every concept-varying value is a CSS custom property resolved under its concept body-class, so editing one concept cannot bleed into another. See outputs/concepts/README for the full mechanism.
Author: Starfish (BUILD stage spike)
Template: bricks
Version: 0.1
Text Domain: halodesk-concepts
*/

/* This file is the WordPress child-theme manifest only.
   The actual cascade is enqueued in functions.php in this order:
     1. format.css        — structure only (no colour/font/size literals)
     2. round-tokens.css  — :root locks identical across ALL concepts this round
     3. concept-c1.css    — body.concept-c1 { --vars } (+ scoped role tweaks)
     4. concept-c2.css    — body.concept-c2 { --vars }
   Import order = cascade order. Each concept file is self-scoped, so loading
   all of them is safe: only the matching body class activates a block. */
