/* WO29926 — readable contrast on ministry lanes (harness + human wince pass).
   Layered after visual-polish; preserves jawdrop aesthetic. */

/* ── Creation Portal homepage (light proclamation column) ── */
body.dancz-creation-portal-home .cp-kicker {
  color: rgba(22, 18, 10, 0.78) !important;
}

body.dancz-creation-portal-home .cp-headline span {
  color: #1a1510 !important;
}

body.dancz-creation-portal-home .cp-lede {
  color: rgba(22, 18, 10, 0.82) !important;
}

body.dancz-creation-portal-home .cp-honesty-note {
  color: rgba(22, 18, 10, 0.72) !important;
}

body.dancz-creation-portal-home .cp-cta-ghost {
  color: #1f1810 !important;
  border-color: rgba(26, 18, 4, 0.32) !important;
  background: rgba(255, 252, 240, 0.92) !important;
  box-shadow: 0 2px 12px rgba(26, 18, 4, 0.08);
}

body.dancz-creation-portal-home .cp-cta-ghost:hover {
  color: #0f0c08 !important;
  border-color: rgba(200, 148, 42, 0.55) !important;
  background: rgba(255, 248, 228, 0.98) !important;
}

body.dancz-creation-portal-home .cp-node {
  color: #fff8e8 !important;
  font-weight: 800;
  text-shadow:
    0 0 12px rgba(0, 0, 0, 0.75),
    0 1px 2px rgba(0, 0, 0, 0.9);
}

body.dancz-creation-portal-home .cp-steward .cp-cta-ghost,
body.dancz-creation-portal-home .cp-steward .cp-steward-enter {
  color: #f5f0e4 !important;
  border-color: rgba(255, 247, 217, 0.28) !important;
  background: rgba(8, 12, 20, 0.42) !important;
}

/* ── Beta / Discord / RuachDavid lanes ── */
.dm-beta-home {
  --bh-muted: rgba(232, 242, 255, 0.88);
}

.dm-beta-home .dm-bh-subtitle,
.dm-beta-home .dm-bh-honesty,
.dm-beta-home .dm-bh-kicker {
  color: rgba(240, 248, 255, 0.92) !important;
}

.dm-beta-home .dm-bh-btn-secondary,
.dm-beta-home .dm-bh-btn-ghost {
  color: #f0f6ff !important;
  border-color: rgba(141, 231, 237, 0.45) !important;
}

.rv-kicker,
.rv-boot-line,
.rv-proclamation .rv-lede,
.rv-console .rv-steward-kicker {
  color: rgba(232, 248, 255, 0.9) !important;
}

.rv-cta-ghost,
.rv-console .cp-cta-ghost {
  color: #f2f8ff !important;
  border-color: rgba(118, 212, 255, 0.42) !important;
}

.rmo-page .rmo-kicker,
.rmo-page .rmo-lede {
  color: rgba(240, 235, 255, 0.9) !important;
}

/* Discord beta lane */
.dm-discord-home .dm-db-kicker,
.dm-discord-home .dm-db-lede,
.dm-discord-home .dm-db-hero h1 + p {
  color: rgba(235, 245, 255, 0.9) !important;
}

/* ── Portal shell + Bible / chronology CTAs ── */
body.dancz-portal-site .ps-btn-primary,
body.dancz-portal-site .ps-btn,
body.dancz-portal-site .dm-hub-action-primary,
body.dancz-portal-site .dm-hub-action:not(.dm-hub-action-primary) {
  color: #1a1204 !important;
}

body.dancz-portal-site .ps-btn-ghost,
body.dancz-portal-site .dm-hub-action:not(.dm-hub-action-primary) {
  color: #f5f0e4 !important;
  border-color: rgba(240, 200, 90, 0.38) !important;
}

body.dancz-portal-site .ps-route-lede,
body.dancz-portal-site .ps-route-kicker,
body.dancz-portal-site .dm-hub-lede {
  color: rgba(232, 240, 255, 0.9) !important;
}

/* RuachDavid support lane */
.rv-support-home .rvs-kicker,
.rv-support-home .rvs-lede,
.rv-support-home .rvs-email {
  color: rgba(240, 248, 255, 0.92) !important;
}

@media (max-width: 720px) {
  body.dancz-creation-portal-home .cp-header-nav a {
    color: rgba(22, 18, 10, 0.88) !important;
  }

  body.dancz-creation-portal-home .cp-header-nav a.is-active {
    color: #1a1510 !important;
    background: rgba(245, 213, 107, 0.35);
  }
}
