/* Theme: kyojuro-rengoku (Flame Hashira)
 * Mood: warm + sharp (martial determination, fire)
 * Reference palette: red→yellow flame gradient
 */
/* Each character site only ever serves one character, so we apply tokens
   at :root unconditionally. This guarantees override against the default
   tokens.css regardless of cascade ordering. */
:root, :root[data-theme="kyojuro-rengoku"] {
  --color-bg: #14110e;
  --color-surface: #1c1814;
  --color-surface-alt: #261f17;
  --color-ink: #fdf6e3;
  --color-muted: #c9a76a;
  --color-accent: #c8102e;          /* flame red */
  --color-accent-secondary: #f7c948; /* flame yellow */
  --color-accent-soft: rgba(247, 201, 72, 0.18);
  --color-fan-panel: #251a13;
  --color-fan-panel-border: #5a3a1f;
  --color-link: var(--color-accent-secondary);

  --font-display: "Cormorant Garamond", "Trajan Pro", ui-serif, Georgia, serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;

  --radius-sm: 2px;     /* sharp */
  --radius-md: 4px;
  --radius-lg: 8px;

  --duration-base: 140ms; /* snappy, decisive */
  --easing-base: cubic-bezier(0.4, 0.0, 0.2, 1);

  --hero-bg-overlay: linear-gradient(135deg, rgba(200,16,46,0.45) 0%, rgba(247,201,72,0.25) 50%, rgba(20,17,14,0.85) 100%);

  --mood: warm-sharp;
}
