:root{
/* ---- Brand palette (Brand Guideline 1.0, pp.8-13) ---- */
--vt-sandstone:#c3bcb2;      /* Pantone Warm Gray 1 U */
--vt-tower-tan:#aa7a5b;      /* Pantone 7573 U */
--vt-smoked-oak:#30251b;     /* Pantone 7582 U */
--vt-sky:#778aa3;            /* Pantone 7681 U */
--vt-eucalyptus:#203119;     /* Pantone 343 U */

/* ---- Extended neutrals (tints/shades derived from the palette) ---- */
--vt-bone:#f5f2ed;
--vt-paper:#fbfaf7;
--vt-sandstone-15:#f2f0ed;
--vt-sandstone-30:#e7e4df;
--vt-sandstone-60:#d7d2cb;
--vt-oak-70:#5a4c3e;
--vt-oak-45:#8b8075;
--vt-eucalyptus-dark:#16210f;
--vt-eucalyptus-70:#4a5a41;
--vt-tan-20:#f0e6de;
--vt-sky-20:#e2e6ec;

/* ---- Semantic surfaces ---- */
--surface-page:var(--vt-paper);
--surface-raised:#ffffff;
--surface-card:var(--vt-bone);
--surface-sunken:var(--vt-sandstone-15);
--surface-inverse:var(--vt-eucalyptus);
--surface-inverse-deep:var(--vt-eucalyptus-dark);
--surface-oak:var(--vt-smoked-oak);
--surface-scrim:rgba(22,33,15,.62);

/* ---- Semantic text ---- */
--text-heading:var(--vt-eucalyptus);
--text-body:var(--vt-smoked-oak);
--text-muted:var(--vt-oak-45);
--text-on-dark:var(--vt-bone);
--text-on-dark-muted:rgba(245,242,235,.68);
--text-accent:var(--vt-tower-tan);
--text-link:var(--vt-eucalyptus);
--text-link-hover:var(--vt-tower-tan);

/* ---- Lines & accents ---- */
--border-hairline:rgba(48,37,27,.16);
--border-strong:rgba(48,37,27,.42);
--border-on-dark:rgba(245,242,235,.28);
--accent:var(--vt-tower-tan);
--accent-quiet:var(--vt-sky);
--focus-ring:var(--vt-tower-tan);

/* ---- Status (derived; the brand defines no semantic set) ---- */
--status-positive:#4a5a41;
--status-notice:var(--vt-tower-tan);
--status-info:var(--vt-sky);
--status-critical:#8c3f2c;
}
