/* ============================================================
 * io-kenos-child v1.2 — Niche Presets
 * ------------------------------------------------------------
 * Body-class overrides for --wdz-primary and --wdz-accent.
 * Body class comes from inc/body-classes.php, sourced from the
 * wdz-toolkit plugin's wdz_biz('type') setting:
 *
 *   party rental  →  body.wdz-niche-party-rental
 *   tent rental   →  body.wdz-niche-tent-rental
 *   dumpster      →  body.wdz-niche-dumpster
 *   plumber       →  body.wdz-niche-plumber
 *
 * Color values are spec v1.2.0 first-draft. We hold the right
 * to refine these per real client palettes during build —
 * because a one-block override here propagates everywhere via
 * var(--wdz-primary) / var(--wdz-accent) references.
 * ============================================================ */

body.wdz-niche-party-rental {
	--wdz-primary: #6B46C1; /* deep purple */
	--wdz-accent:  #F59E0B; /* warm amber */
}

body.wdz-niche-tent-rental {
	--wdz-primary: #064E3B; /* forest green */
	--wdz-accent:  #D97706; /* burnt orange */
}

body.wdz-niche-dumpster {
	--wdz-primary: #1E3A8A; /* industrial navy */
	--wdz-accent:  #DC2626; /* signal red */
}

body.wdz-niche-plumber {
	--wdz-primary: #0E7490; /* deep cyan */
	--wdz-accent:  #EAB308; /* utility yellow */
}
