:root{
/* base palette — brand sheet 03 */
--ink:#1A1A18;            /* Pantone Black 6 C */
--paper:#F8F5F0;          /* uncoated warm white */
--gold:#A98B4A;           /* antique gold, Pantone 4525 C */
--gold-deep:#8A6E32;      /* deep gold, Pantone 4505 C */
--slate:#5C5850;          /* body copy on paper */

/* derived neutrals — mixes of ink/paper only, no new hues */
--ink-90:#2A2A26;
--ink-70:#3D3C37;
--paper-tint:#EFEAE1;     /* section bands on paper */
--paper-tint-2:#E4DDD1;   /* hairlines, disabled fields */
--gold-tint:#EFE6D2;      /* pale gold wash, large flat fields only */

/* semantic — surfaces */
--surface-paper:var(--paper);
--surface-band:var(--paper-tint);
--surface-ink:var(--ink);
--surface-gold:var(--gold);
--surface-card:var(--paper);
--surface-card-ink:var(--ink-90);

/* semantic — text */
--text-display:var(--ink);
--text-body:var(--slate);
--text-strong:var(--ink);
--text-muted:#807A70;
--text-eyebrow:var(--gold-deep);         /* on paper */
--text-eyebrow-on-ink:var(--gold);       /* on ink */
--text-on-ink:var(--paper);
--text-on-gold:var(--ink);
--text-link:var(--gold-deep);
--text-link-hover:var(--ink);

/* semantic — lines & accents */
--rule:var(--paper-tint-2);
--rule-strong:#C9C0B1;
--rule-on-ink:#3A3934;
--accent:var(--gold);
--accent-press:var(--gold-deep);
--focus-ring:var(--gold-deep);

/* semantic — states. no colour outside the five. */
--state-disabled-fg:#A6A096;
--state-disabled-bg:var(--paper-tint-2);
}
[data-theme="ink"]{
--surface-card:var(--surface-card-ink);
--text-display:var(--paper);
--text-body:#CFC9BE;
--text-strong:var(--paper);
--text-muted:#948E83;
--text-eyebrow:var(--gold);
--rule:var(--rule-on-ink);
--rule-strong:#4A4943;
--text-link:var(--gold);
--text-link-hover:var(--paper);
}
