/**
 * Harvest palette: Honey
 *
 * NAME PER CLICKUP, which is this project's source of truth: the Sprint 03 list
 * (901219436301) describes the five styles as Wheat, Basil, Tomato, Honey, Plum.
 *
 * NOTE FOR DESIGN — the design source (design/store-theme/03-harvest-food/) ships a
 * "SEA SALT" swatch (teal, #2E7D80) as its fifth style, with a full 49-page artboard
 * set, and has no Honey swatch or artboards at all. (This read '"Honey" swatch (teal)
 * … and has no Honey swatch' — a botched rename that made the sentence negate itself
 * and hid which palette the teal belongs to. Twice now someone has read the design
 * source, concluded Sea Salt is correct, and swapped the palette; both times it was
 * reverted. The evidence is real, the decision is the user's, and it is already made.)
 * ClickUp wins on the NAME; the values below are therefore PROVISIONAL warm-amber
 * tones chosen to sit apart from Wheat's #C08A2D, and they need design sign-off (or a
 * Honey artboard set) before the palette sweep reaches this style. They are not
 * copied from an artboard and are not presented as final.
 */
[data-hrv-palette="honey"] {
  --hrv-bg: #FDF5E4;
  --hrv-surface: #FFFFFF;
  --hrv-text: #241C10;
  --hrv-accent: #A86B18;
  /* DERIVED, NOT SOURCED — honey is the one palette with no artboard behind it. The
     comps ship Wheat, Basil, Tomato, Plum and "Sea Salt" (#F0F5F5 / #2E7D80), and
     honey (#FDF5E4 / #A86B18) is none of them, so there is no authoritative ac2 or
     band to transcribe. These keep the old derivation that the other four palettes
     have now replaced with real values (M2-3). This is a DECLARED gap, consistent
     with the standing "Honey hexes provisional" deferral — do not read these two
     lines as design-sourced. */
  --hrv-accent-2: color-mix(in oklab, var(--hrv-accent) 80%, var(--hrv-text));
  --hrv-band: var(--hrv-text);
}
