:root{
/* ---- Core: sampled from the 1H Promotions newsletter ---- */
--hc-yellow:#FFD402;--hc-yellow-deep:#F2C000;--hc-yellow-soft:#FFE97A;--hc-yellow-wash:#FFF7CC;
--hc-black:#0E0E0E;--hc-ink:#161616;--hc-ink-2:#2B2B2B;
--hc-white:#FFFFFF;--hc-cream:#FFFDF1;--hc-cream-2:#F8F3E2;

/* ---- Supporting accents (max one per layout) ---- */
--hc-coral:#E85F45;--hc-terracotta:#C1462C;--hc-amber:#F59B1C;--hc-pink:#F3A5A0;

/* ---- Neutrals: structural only, never decorative ---- */
--hc-grey-900:#1D1D1D;--hc-grey-600:#5A5A5A;--hc-grey-400:#9A9A9A;--hc-grey-200:#E3E1D8;

/* ---- Semantic aliases ---- */
--text-body:var(--hc-ink);--text-muted:var(--hc-grey-600);--text-inverse:var(--hc-white);
--text-accent:var(--hc-terracotta);--text-on-yellow:var(--hc-black);--text-on-black:var(--hc-white);
--surface-page:var(--hc-cream);--surface-paper:var(--hc-white);--surface-block:var(--hc-black);
--surface-brand:var(--hc-yellow);--surface-quiet:var(--hc-cream-2);--surface-card:var(--hc-white);
--rule-strong:var(--hc-black);--rule-brand:var(--hc-yellow);--rule-quiet:var(--hc-grey-200);
--link:var(--hc-terracotta);--link-hover:var(--hc-black);
--focus-ring:var(--hc-coral);
}
/* Inverted scope: drop on any black block so children inherit correct text colours */
.hc-on-dark{--text-body:var(--hc-white);--text-muted:#B9B9B9;--text-accent:var(--hc-yellow);--rule-strong:var(--hc-yellow);--link:var(--hc-yellow);--link-hover:var(--hc-white);color:var(--text-body)}
