Token-driven diagram engine. Each diagram's markup is brand-agnostic; a client's brand is a
swappable token file. The two columns below are the same diagrams — the only difference
between a left page and its right counterpart is one line: okta.css → northwind.css.
engine/tokens/<brand>.css — colors, fonts, hero mark, radii) and the shared
style pack (engine/packs/okta-marketing.css — component classes that only ever
read var(--token)). The pack hard-codes no brand value, so pointing a page at a
different token file re-skins it completely. any-source-of-truth.html and
any-source-of-truth.northwind.html have byte-identical diagram markup — verified by diff.