:root{
/* ── Ink (exact values from the source file) ─────────────────── */
--ink-900:#020a0a;--ink-800:#1a1a1a;--ink-780:#1e1e1e;--ink-760:#221f1f;
--ink-740:#231f20;--ink-720:#2b2523;--ink-700:#2c1e15;--ink-000:#000;
/* ── Brand green ─────────────────────────────────────────────── */
--green-700:#006838;--green-400:#00ce6f;
/* ── Olive / field ──────────────────────────────────────────── */
--olive-800:#47632d;--olive-600:#5b763a;--olive-500:#7c943b;--olive-400:#afb84f;--olive-200:#dce39d;
/* ── Fruit ──────────────────────────────────────────────────── */
--apricot-500:#e58136;--plum-700:#633555;--plum-600:#52395f;--red-600:#ad0906;
/* ── Sky / ice ──────────────────────────────────────────────── */
--sky-300:#abd1dd;--sky-200:#c5eaf6;--sky-100:#cfe9ff;--ice-050:#f4feff;
/* ── Cream / neutral ────────────────────────────────────────── */
--butter-100:#f6eec5;--cream-100:#f3f2e9;--stone-300:#cececb;--sand-400:#b3b0a1;
--grey-200:#d9d9d9;--grey-100:#e6e6e6;--grey-050:#f5f5f5;--off-white:#f8f8f8;--white:#fff;
/* ── Alpha ──────────────────────────────────────────────────── */
--grey-200-58:rgba(217,217,217,.58);--white-18:rgba(255,255,255,.18);--grey-050-10:rgba(245,245,245,.1);

/* ── Semantic aliases ───────────────────────────────────────── */
--text-body:var(--ink-000);
--text-heading:var(--ink-700);
--text-heading-alt:var(--ink-800);
--text-display-plum:var(--plum-700);
--text-quote-plum:var(--plum-600);
--text-muted:var(--sand-400);
--text-eyebrow:var(--olive-600);
--text-price:var(--apricot-500);
--text-on-dark:var(--off-white);
--text-inverse:var(--white);

--surface-page:var(--white);
--surface-card:var(--white);
--surface-card-cream:var(--cream-100);
--surface-card-stat:var(--off-white);
--surface-plate:var(--white);
--surface-plate-ghost:var(--grey-200-58);
--surface-glass:var(--white-18);
--surface-nav:var(--grey-050-10);
--surface-slot:var(--grey-200);

--control-primary-bg:var(--olive-400);
--control-primary-fg:var(--ink-000);
--control-explore-bg:var(--white);
--control-explore-fg:var(--ink-000);
--control-round-bg:var(--ink-700);
--control-round-fg:var(--grey-100);
--control-check-bg:var(--olive-500);
--control-check-fg:var(--grey-100);
--control-toggle-bg:var(--grey-200);

--border-hairline:var(--grey-100);

/* ── Gradients, transcribed verbatim ── @kind color ─────────── */
--grad-sky:linear-gradient(180deg,#f4feff 0%,#c5eaf6 100%); /* @kind color */
--grad-sky-invert:linear-gradient(180deg,#cfe9ff 0%,#f4feff 100%); /* @kind color */
--grad-butter:linear-gradient(180deg,#f6eec5 0%,#f4feff 100%); /* @kind color */
--grad-olive:linear-gradient(167.825deg,#dce39d 11.27%,#47632d 108.6%); /* @kind color */
--grad-green:linear-gradient(1.166deg,#006838 14.46%,#00ce6f 97.88%); /* @kind color */
}
