/* Hearth Story — warm stone + sage, inviting not kitschy */
:root {
  --paper: #E6E4E0;
  --paper-tint: #DAD7D1;
  --raised: #F3F1ED;
  --ink: #2A2420;
  --ink-soft: #564C44;
  --ink-faint: #83786E;
  --line: #D0CBC3;
  --line-strong: #B8B1A6;
  --clay: #5C7A5E;
  --clay-deep: #456048;
  --clay-wash: #DCE6DD;
  --gold: #6B5E4E;
  --font-display: "Lora", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --btn-radius: 10px;
  --radius: 16px;
  --radius-sm: 12px;
}

body.theme-hearth-story {
  background-image:
    radial-gradient(ellipse at 12% 0%, rgba(92, 122, 94, .1), transparent 48%),
    radial-gradient(ellipse at 88% 4%, rgba(107, 94, 78, .08), transparent 42%),
    linear-gradient(180deg, rgba(243, 241, 237, .65) 0%, transparent 30%);
}

body.theme-hearth-story .site-header {
  background: rgba(230, 228, 224, .9);
}

body.theme-hearth-story .hearth-hero-media {
  border: 1px solid var(--line);
}

body.theme-hearth-story .path-card {
  background: var(--raised);
}

body.theme-hearth-story .about-band {
  background: #3D3630;
}
