/* Night theme — the magazine's spine. Cover, contents, Dream Index, and the
   gothic Halloween tales. Dark-mode literary journal, candle-lit reading.
   Values here mirror the :root defaults declared in base.css. */

[data-theme="night"] {
  --night:        #0a0908;
  --hush:         #14110f;
  --night-card:   #1a1612;
  --bone:         #e8dcc4;
  --bone-dim:     #c9b994;
  --whisper:      #8a7d5f;
  --rule:         #3a3128;
  --candle:       #d4a04a;
  --candle-dim:   #b88534;
  --ember:        #8b3a1f;
  --candle-flame: #ffb74a;
  --candle-glow:  rgba(255, 183, 74, 0.40);
  --candle-wax:   #efe2c4;

  /* Night uses warm radial blooms that lift the body off pure black. Normal
     blend (not multiply) — the gold should add light, not subtract. */
  --vignette-1:    rgba(212, 160, 74, 0.07);
  --vignette-2:    rgba(212, 160, 74, 0.05);
  --vignette-edge: rgba(10, 9, 8, 0.55);
  --vignette-blend: normal;
  --grain-opacity:  0.40;
  --grain-blend:    normal;
}
