@layer tokens {
  /* ===================================================
     Light Theme – The Gnostic Key
     Version: 1.2 – Synced with dark theme for parity
     =================================================== */

  [data-theme="light"] {
    /* ✦ Base Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f0f0f0;
    --bg-wash: rgba(255, 255, 255, 0.90);
    --bg-color: var(--bg-primary);

    --text-primary: #1a1a1a;
    --text-accent: #b07d04; /* deeper, richer gold */
    --strong-text: #4b3b1f;
    --text-secondary: #4a4a4a;
    --text-muted: #666;

    /* ✦ Accent Tokens */
    --gold-accent: #b78e4c;
    --purple-accent: #8b6fc1;
    --vault-accent: #5a4b91;
    --highlight: #6e3fa0;
    --accent-page: var(--text-accent);

    /* ✦ Shadows & Symbolism */
    --shadow-glow: rgba(181, 139, 15, 0.4);
    --glyph-color: var(--text-accent);

    /* ✦ Cards & Actions */
    --card-action-bg: var(--text-accent);
    --card-action-text: var(--bg-primary);
    --card-action-hover: var(--highlight);

    /* ✦ Sections */
    --section-bg-top: #f5f5f5;
    --section-bg-bottom: #e8e8e8;
    --section-border: #cccccc;
    --section-title-color: #1a1a1a;
    --section-subtitle-color: var(--text-secondary);

    --blockquote-text: #333;
    --cite-color: #666;
    --welcome-text: #3c2f1f;
    --door-callout-color: #444;

    /* ✦ Inputs & Forms */
    --input-bg: #f7f5f0;
    --input-bg-focus: #fffdf9;
    --input-border: var(--section-border);
    --input-focus: var(--text-accent);
    --input-placeholder: #b49e7a;
    --input-text: var(--text-primary);

    /* ✦ Footer / Overlay */
    --footer-opacity: 0.92;
    --overlay-bg-gradient: linear-gradient(
      to right,
      rgba(176, 125, 4, 0.12),
      rgba(110, 63, 160, 0.12)
    );

    /* ✦ Global Opacity */
    --bg-opacity: 0.30;
  }
}
