/*
 * client.css — per-client CSS overrides. EMPTY ON main (baseline) BY DESIGN.
 *
 * This is the ONE place a client branch may add CSS. It is enqueued AFTER the
 * child theme's style.css (see functions.php), so anything here wins the cascade
 * without touching shared files.
 *
 * WHY: if clients edited style.css directly, every `main -> client/<name>` merge
 * would conflict. Keeping this file empty on main means baseline improvements to
 * style.css merge cleanly forever, while each client's overrides live only here.
 *
 * HOW (on a client branch, e.g. client/priyanka):
 *   - Recolour hooks: the child theme's colours are Astra palette vars
 *     (--k-crimson, --k-saffron, --k-surface, ...). Most rebrands are one
 *     `set-brand-base.php` call; fine-tuning goes here.
 *   - Add rules, never delete baseline ones — override by re-declaring.
 *
 * Bump the theme Version: header in style.css after editing this file too, or the
 * browser will serve a cached copy (this file is versioned by the theme version).
 */
