/* ============================================================================
   themes.css — variable overrides ONLY.

   §3.2: a theme that needs a new DOM node or a layout change is a failed
   design and goes back to the drawing board. Nothing below may be anything
   other than a custom-property assignment.

   Theme A (apothecary) is not here — it is the default value set in tokens.css.
   Deleting a theme after the decision is made (§3.3) means deleting one block.
   ========================================================================= */

/* --- B · festive 金红礼盒 —— 节庆、礼品感最强；中秋期间默认 --------------- */
[data-theme="festive"] {
  --font-display: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --c-bg: #17100F;
  --c-bg-alt: #1F1614;
  --c-surface: #241A18;
  --c-surface-alt: #2C201D;
  --c-surface-inset: #1B1311;

  --c-ink: #F3E9DA;
  --c-ink-soft: #D3C4AE;
  --c-ink-faint: #B3A48D;
  --c-hero-ink: #F3E9DA;

  --c-accent: #9E2342;
  --c-accent-hover: #B93253;
  --c-accent-text: #E8929F;
  --c-accent-ink: #FFF3E2;
  --c-accent-soft: #33191F;
  --c-accent-line: #592C36;

  /* On this ground the text-safe gold is a lightened one — #D4AF37 stays
     decoration only, per §3.7. */
  --c-gold: #D4AF37;
  --c-gold-ink: #EBCF7E;
  --c-gold-soft: #2E2517;
  --c-on-gold: #17100F;
  --c-price: #EBCF7E;            /* on this ground gold reads; crimson does not */

  --c-line: #3A2C27;
  --c-line-strong: #574238;
  --c-focus: #EBCF7E;
  --c-scrim: rgb(0 0 0 / 0.7);

  --c-ok: #6FBF8B;
  --c-warn-bg: #2E2416;
  --c-warn-ink: #EBCF7E;
  --c-warn-line: #6B5525;
  --c-danger: #F08A87;
  --c-disabled-bg: #2A211E;
  --c-disabled-ink: #8B8078;

  --c-header-bg: #17100F;
  --c-header-ink: #F3E9DA;
  --c-topbar-bg: #9E2342;
  --c-topbar-ink: #FFF3E2;
  --c-footer-bg: #100B0A;
  --c-footer-ink: #E8DCC7;
  --c-footer-ink-soft: #A99C87;

  --c-cat-mooncake: #D4AF37;
  --c-cat-soup: #C08A52;
  --c-cat-tea: #9DBE6A;
  --c-cat-spice: #DE9A4E;
  --c-cat-grain: #79B4BB;

  --c-label-bg: #241A18;
  --c-label-ink: #F3E9DA;
  --c-label-line: #4A3830;

  --c-seal-bg: #D4AF37;
  --c-seal-ink: #17100F;
  --c-seal-line: #EBCF7E;
  --seal-radius: 999px;                /* B 主题：金底黑字圆章 (§3.5) */

  --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.4);
  --shadow: 0 2px 8px rgb(0 0 0 / 0.45), 0 12px 32px rgb(0 0 0 / 0.35);
  --shadow-lg: 0 18px 56px rgb(0 0 0 / 0.6);
  --hero-overlay: linear-gradient(180deg, rgb(23 16 15 / 0.35), rgb(23 16 15 / 0.8));
}

/* --- C · editorial 现代克制 —— B2B 批发与英文客群 ------------------------ */
[data-theme="editorial"] {
  --font-display: "Plus Jakarta Sans", "Noto Sans SC", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: "Plus Jakarta Sans", "Noto Sans SC", "PingFang SC", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fw-display: 800;
  --ls-display: -0.015em;

  --c-bg: #FFFFFF;
  --c-bg-alt: #F5F5F3;
  --c-surface: #FFFFFF;
  --c-surface-alt: #F7F7F5;
  --c-surface-inset: #EFEFEC;

  --c-ink: #14110E;
  --c-ink-soft: #4A4741;
  --c-ink-faint: #666158;
  --c-hero-ink: #FFFFFF;

  --c-accent: #24402F;
  --c-accent-hover: #17301F;
  --c-accent-text: #24402F;
  --c-accent-ink: #FFFFFF;
  --c-accent-soft: #E7EDE8;
  --c-accent-line: #B9CCC0;

  --c-gold: #B08D3C;
  --c-gold-ink: #7A6019;
  --c-gold-soft: #F5EFE0;
  --c-on-gold: #14110E;
  --c-price: #24402F;

  --c-line: #E2E2DE;
  --c-line-strong: #C4C4BE;
  --c-focus: #24402F;
  --c-scrim: rgb(20 17 14 / 0.5);

  --c-ok: #22694A;
  --c-warn-bg: #FCF4E2;
  --c-warn-ink: #6F5313;
  --c-warn-line: #DFC580;
  --c-danger: #9A2820;
  --c-disabled-bg: #EDEDEA;
  --c-disabled-ink: #74716B;

  --c-header-bg: #FFFFFF;
  --c-header-ink: #14110E;
  --c-topbar-bg: #24402F;
  --c-topbar-ink: #F2F6F3;
  --c-footer-bg: #14110E;
  --c-footer-ink: #EDECE8;
  --c-footer-ink-soft: #9E9A92;

  --c-cat-mooncake: #24402F;
  --c-cat-soup: #6B5136;
  --c-cat-tea: #4C6B33;
  --c-cat-spice: #8E5722;
  --c-cat-grain: #2C5A60;

  --c-label-bg: #F7F7F5;
  --c-label-ink: #14110E;
  --c-label-line: #DCDCD6;

  --c-seal-bg: #24402F;
  --c-seal-ink: #FFFFFF;
  --c-seal-line: #24402F;
  --seal-radius: 2px;                  /* C 主题：墨绿方形色块标签 (§3.5) */

  --radius-sm: 2px;
  --radius: 4px;
  --radius-lg: 6px;
  --shadow-sm: 0 1px 2px rgb(20 17 14 / 0.06);
  --shadow: 0 1px 3px rgb(20 17 14 / 0.08), 0 6px 20px rgb(20 17 14 / 0.06);
  --shadow-lg: 0 12px 44px rgb(20 17 14 / 0.14);
  --hero-overlay: linear-gradient(180deg, rgb(20 17 14 / 0.05), rgb(20 17 14 / 0.3));
}
