/* One palette for every page.

   The sub-pages were authored against the design system's --twf-* tokens
   (bronze #8B6B46, verdigris #5C9B8B), which read browner and cooler than
   the homepage's gold. Rather than rename ~200 references, this file
   re-points the token NAMES at the homepage's values, so the design-system
   components (Plaque, Button) keep working and every page renders identically.

   Load AFTER tokens/colors.css. */

:root{
/* homepage source of truth */
--ink:#08080A;--ink-2:#0C0C0E;--wall:#EFE9DD;--wall-2:#E8E1D3;--wall-3:#E0D8C7;
--gold:#D4A93C;--gold-warm:#E4C57A;--gold-deep:#8C6B2F;--gold-line:rgba(212,169,60,0.5);
--paper:#F1EDE4;--dim:rgba(241,237,228,0.56);--faint:rgba(241,237,228,0.3);--rule:rgba(241,237,228,0.12);

/* architecture */
--twf-black-director:#08080A;
--twf-black-studio:#0C0C0E;
--twf-graphite:#16161A;
--twf-border-steel:rgba(241,237,228,0.14);

/* the single accent — bronze becomes gold */
--twf-bronze:#D4A93C;
--twf-bronze-warm:#E4C57A;
--twf-bronze-deep:#8C6B2F;

/* verdigris retired; informational text now reads in gold like the homepage */
--twf-verdigris:#D4A93C;
--twf-verdigris-deep:#8C6B2F;

/* neutrals */
--twf-white-cinema:#F1EDE4;
--twf-silver-soft:rgba(241,237,228,0.56);
--twf-grey-muted:rgba(241,237,228,0.34);
}
