/* themes/sunset/theme.css — Warm Light, Terracotta · Coral · Gold */

body.theme-sunset {
  --bg-page: #fff3ea;
  --bg-card: #ffffff;
  --bg-navbar: #ffffff;
  --bg-hero: #fff8f0;
  --bg-footer: #fceede;
  --bg-section-label: #fae8da;
  --text-primary: #2b1810;
  --text-secondary: #7a4030;
  --text-muted: #c09080;
  --text-logo: #2b1810;
  --accent: #e85d04;
  --accent-2: #9b2335;
  --border-color: #eac9bc;
  --border-card: #f2ddd3;
  --shadow-card:
    0 2px 8px rgba(232, 93, 4, 0.09), 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-card-hover:
    0 8px 24px rgba(232, 93, 4, 0.2), 0 2px 6px rgba(0, 0, 0, 0.08);
  --badge-bg: #fde8d8;
  --badge-color: #c24b00;
  --pill-bg: #fde8d8;
  --pill-color: #c24b00;
  --cat-pill-bg: #fde8d8;
  --cat-pill-color: #7a4030;
  --cat-pill-active-bg: #e85d04;
  --cat-pill-active-color: #ffffff;
  --dropdown-bg: #ffffff;
  --dropdown-text: #2b1810;
  --dropdown-hover: #fff3ea;
  --theme-btn-bg: #fde8d8;
  --theme-btn-color: #c24b00;
  --hero-eyebrow: #e85d04;
  --hero-accent: #9b2335;
  --hero-tag-bg: #fde8d8;
  --hero-tag-color: #c24b00;
  --section-icon-color: #e85d04;
  --font-family: 'Lora', Georgia, serif;
  --card-radius: 14px;
  --card-border-width: 1px;
  --card-border-style: solid;
}

.swatch-sunset {
  background: linear-gradient(135deg, #e85d04 50%, #9b2335 50%);
}
