/* ==========================================================================
   toolkithero.css: companion to js/toolkithero.js (the instrument ring).
   The scene renders on the existing fixed #canvas; no layout of its own.

   Solo flag: pages.js paints a faint treemap overlay (#mapbg) above the
   canvas on the projects page. The ring is designed to sit under it (dark,
   fogged, calm), but if the two visuals read as doubled, the main thread
   can set data-tkhero-solo on <body> to hide the parcels. pages.js keeps
   its cheap 2D painter running either way; nothing else changes.
   ========================================================================== */
body[data-page="projects"][data-tkhero-solo] #mapbg{display:none}
