/* Dark theme — the only theme. Scoped to body.theme-dark to keep the
   variable structure intact in case a light theme is ever added back. */

body.theme-dark {
  --bg: #1c1a18;
  --bg-alt: #26221e;
  --header-bg: rgba(28, 26, 24, 0.92);
  --text: #e8d9bf;
  --text-muted: #a89678;
  --accent: #b87333;
  --accent-strong: #d68a3e;
  --border: rgba(232, 217, 191, 0.15);
  --shadow: rgba(0, 0, 0, 0.5);
  --wood-overlay: 0.25;
  --logo-filter: invert(1) sepia(0.2) saturate(0.4) brightness(1.05);
  --hero-veil: rgba(28, 26, 24, 0.35);
}
