/* Route-scoped area bundle: Kickstarter / launch / supporter pages */
body.dm-area-kickstarter {
  --primary: #8d3557;
  --primary-dark: #2b1220;
  --primary-mid: #bf5a78;
  --primary-light: #d9849a;
  --gold: #d79a3b;
  --gold-light: #f0c66d;
  --gold-dark: #8f5f16;
  --gold-pale: #f7e2b0;
  --cream: #fff1e4;
  --cream-dark: #f2dcc8;
  --cream-deep: #e3c3a8;
  --white: #fff8f2;
  --text: #311718;
  --text-muted: #6f5050;
  --text-light: #947170;
  background: linear-gradient(180deg, #fff8f2 0%, #fff1e4 100%);
}

body.dm-area-kickstarter .main-header-bar,
body.dm-area-kickstarter .ast-primary-header-bar {
  background: linear-gradient(135deg, #2b1220 0%, #552236 46%, #8d3557 100%) !important;
  border-bottom-color: rgba(240, 198, 109, 0.58) !important;
}

body.dm-area-kickstarter .dm-hero {
  background: linear-gradient(140deg, #2b1220 0%, #8d3557 56%, #bf5a78 100%);
}

body.dm-area-kickstarter .dm-hero::before {
  background:
    radial-gradient(ellipse 84% 62% at 50% -10%, rgba(255, 222, 165, 0.18) 0%, transparent 72%),
    radial-gradient(circle at 12% 74%, rgba(240, 198, 109, 0.16) 0%, transparent 34%),
    radial-gradient(circle at 84% 22%, rgba(255, 248, 242, 0.10) 0%, transparent 32%);
}

body.dm-area-kickstarter .dm-quick-bar {
  background: #341521;
}

body.dm-area-kickstarter .dm-btn-primary,
body.dm-area-kickstarter .menu-item-give > a,
body.dm-area-kickstarter .main-header-menu .menu-item-give > a {
  box-shadow: 0 10px 24px rgba(141, 53, 87, 0.24) !important;
}

body.dm-area-kickstarter .dm-story-card,
body.dm-area-kickstarter .dm-consumer-action-card,
body.dm-area-kickstarter .dm-note-panel {
  box-shadow: 0 24px 60px rgba(98, 28, 48, 0.12);
}

body.dm-area-kickstarter .dm-eyebrow,
body.dm-area-kickstarter .dm-brand-area,
body.dm-area-kickstarter .dm-footer-area-note {
  color: #bf5a78;
}

body.dm-area-kickstarter .dm-section-title em,
body.dm-area-kickstarter .dm-story-card a:not(.dm-btn-outline),
body.dm-area-kickstarter .dm-card-link {
  color: #8d3557;
}

body.dm-area-kickstarter .dm-quick-link,
body.dm-area-kickstarter .dm-consumer-action-card,
body.dm-area-kickstarter .dm-pillar-card,
body.dm-area-kickstarter .dm-story-card,
body.dm-area-kickstarter .dm-note-panel {
  border-color: rgba(141, 53, 87, 0.12);
}

body.dm-area-kickstarter .dm-note-panel {
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.98) 0%, rgba(255, 241, 228, 0.98) 100%);
}
