/* Section image overrides — written by /admin/content.php. Empty by default
   (heroes fall back to their build-time images). */
:root {
}
/* No global background pattern — the tiled "A" motif was retired in favour of
   the animated "A for Accelerate" workflow motif rendered per text-section
   (components/sections/accel-motif). Admin → Appearance can re-enable a motif. */
:root{ --mesh-image: none !important; }
.dark{ --mesh-image: none !important; }
/* Pages hidden from the nav (Admin → Site content → Navigation). Default hides
   Products — the company sells services/solutions, not products. Hides the nav
   item, the homepage Products teaser ([data-nav]), and every link to the page
   (footer/hero/CTAs) so nothing dangles. */
[data-nav="products"]{ display:none !important; }
a[href$="/products"],a[href*="/products/"]{ display:none !important; }
/* Homepage band alternation, in VISIBLE order — regenerated by admin/content.php
   (write_content_css) so hiding a panel never breaks the white/grey rhythm.
   Default config hides Products, leaving:
   partner→social→why→whatwedo→cases→showcase→solutions→faq. */
section[data-band="partner"]{ background-color: rgb(var(--surface)); }
section[data-band="social"]{ background-color: rgb(var(--surface-2)); }
section[data-band="why"]{ background-color: rgb(var(--surface)); }
section[data-band="whatwedo"]{ background-color: rgb(var(--surface-2)); }
section[data-band="cases"]{ background-color: rgb(var(--surface)); }
section[data-band="showcase"]{ background-color: rgb(var(--surface-2)); }
section[data-band="solutions"]{ background-color: rgb(var(--surface)); }
section[data-band="faq"]{ background-color: rgb(var(--surface-2)); }
