/* ============================================================================
   BLOOM MINISTRIES — bloom-main.css · v2 "THE DAWN BUILD"
   Build 2026-08-19 · replaces bloom-main.css v1 in place (same filename,
   same enqueue — functions.php cache-busts on filemtime).

   WHAT THIS IS
   The main-site design system, rebuilt on the Faith-v3 architecture with a
   LOCKED organizational palette: rose + brass on ink and parchment. No
   liturgical rotation — the org wears one signature, always.

   COMPATIBILITY CONTRACT
   Every class used across the 66-page build (v1 bm-*) keeps working.
   Verified against the full class inventory extracted from all five WXR
   batches on 2026-08-19: 88 classes used, 88 defined here. New v3-grade
   components (bm-threshold, bm-numbers, bm-doors, bm-split, bm-quotesec,
   bm-process, bm-decl, bm-ctasec, bm-crisisbox) are additive — no v1 name
   was repurposed.

   THE RULES (inherited from Faith v3, the hard way)
   1. Components use CONTRAST TOKENS (--bm-txt etc.), never hardcoded white.
      .bm-light flips the whole system in one rule.
   2. Sections paint themselves. No rule here depends on a plugin, a body
      class, or an inline attribute to stay legible.
   3. Tokens are namespaced --bm-* because this file loads on every non-Faith
      path, including subsites with their own systems (.brs-, .br-, .bd-).
   4. Reduced motion is a complete mode, not a gesture.

   LOAD ORDER: this file only, for main-site pages. bloom-effects.js remains
   compatible if enqueued sitewide (bloom-main.js defers to it when present,
   and is fully self-sufficient when it is not). bloom-effects.css adds
   nothing to main pages but is harmless — leave it to the subsites that
   reference it.
   ============================================================================ */


/* ===== 0. TOKENS — THE LOCKED BLOOM SIGNATURE ============================ */
:root{
  /* fields */
  --bm-ink:#0B0A0F;            /* near-black, warm violet undertone       */
  --bm-stone:#14121C;          /* raised dark surface                     */
  --bm-stone-2:#1D1A28;        /* highest dark surface                    */
  --bm-parchment:#F7F3EC;      /* the warm light field                    */
  --bm-blush:#FCE8EE;          /* legacy light-rose field (kept, v1 pages)*/
  /* the signature */
  --bm-rose:#E8B7C8;           /* the living accent — on dark             */
  --bm-rose-bright:#F2CDDA;    /* hover state of the accent               */
  --bm-rose-deep:#8E3452;      /* the accent as text on light (6.9:1)     */
  --bm-brass:#C9A227;          /* the institutional metal — on dark       */
  --bm-brass-deep:#7A5F12;     /* brass as text on light (5.5:1)          */
  --bm-crimson:#93283A;        /* reserved: crisis + urgency only         */
  --bm-alert:#C0392F;          /* quick exit / hard urgency               */
  --bm-pink:var(--bm-rose);    /* v1 alias */
  --bm-gold:var(--bm-brass);   /* v1 alias */
  --bm-ivory:var(--bm-parchment); /* v1 alias */
  --bm-dark:var(--bm-ink);     /* v1 alias */
  --bm-dark-2:var(--bm-stone); /* v1 alias */
  /* contrast tokens — flip once on .bm-light; components use ONLY these */
  --bm-txt:#fff;
  --bm-txt-mid:rgba(255,255,255,.74);
  --bm-txt-low:rgba(255,255,255,.5);
  --bm-hair:rgba(255,255,255,.10);
  --bm-panel:rgba(255,255,255,.03);
  --bm-acc:var(--bm-rose);      /* accent used AS TEXT                    */
  --bm-acc2:var(--bm-brass);    /* secondary accent as text               */
  --bm-em:var(--bm-rose);       /* italic emphasis                        */
  /* type + motion */
  --bm-serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --bm-sans:"Inter",-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;
  --bm-ease:cubic-bezier(.22,.61,.36,1);
  --bm-ease-out:cubic-bezier(.16,1,.3,1);
  --bm-ink-fixed:#1A1820;       /* ink-on-light, for legacy -ink classes  */
}

/* One rule flips the whole system. Any component built from the tokens is
   automatically legible on parchment; nothing needs a per-component patch. */
.bm-light{
  background-color:var(--bm-parchment);
  --bm-txt:#1A1820;
  --bm-txt-mid:#45424F;
  --bm-txt-low:#615E6B;
  --bm-hair:rgba(26,24,32,.13);
  --bm-panel:#ffffff;
  --bm-acc:var(--bm-rose-deep);
  --bm-acc2:var(--bm-brass-deep);
  --bm-em:var(--bm-rose-deep);
}

/* ===== 1. PRIMITIVES ===================================================== */
.bm-eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--bm-sans);
  font-size:.68rem;font-weight:700;letter-spacing:.38em;text-transform:uppercase;
  color:var(--bm-acc2);margin-bottom:18px}
.bm-eyebrow::after{content:"";width:32px;height:1px;background:currentColor;opacity:.55}
.bm-eyebrow-pink{color:var(--bm-acc)}
.bm-eyebrow-crimson{color:var(--bm-crimson)}

.bm-h1{font-family:var(--bm-serif);font-weight:900;margin:0 0 12px;
  font-size:clamp(2.6rem,6.6vw,5.2rem);line-height:1.0;letter-spacing:-.03em;color:var(--bm-txt)}
.bm-h1-ink{color:var(--bm-ink-fixed)}
.bm-h2{font-family:var(--bm-serif);font-weight:900;margin:0 0 12px;
  font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.06;letter-spacing:-.02em;color:var(--bm-txt)}
.bm-h2-ink{color:var(--bm-ink-fixed)}
.bm-h3{font-family:var(--bm-serif);font-weight:800;font-size:1.32rem;color:var(--bm-txt);margin:0 0 8px}
.bm-h3-ink{color:var(--bm-ink-fixed)}
.bm-em{font-style:italic;font-weight:500;color:var(--bm-em)}
.bm-em-gold{font-style:italic;font-weight:500;color:var(--bm-acc2)}
.bm-h1 em,.bm-h2 em{font-style:italic;font-weight:500;color:var(--bm-em)}

.bm-lede{font-family:var(--bm-sans);font-size:1.08rem;line-height:1.85;
  color:var(--bm-txt-mid);max-width:660px}
.bm-lede-ink{color:#45424F}
.bm-lede-center{margin-left:auto;margin-right:auto}
.bm-p{font-family:var(--bm-sans);font-size:1.02rem;line-height:1.9;color:var(--bm-txt-mid);margin:0 0 20px}
.bm-p strong{color:var(--bm-txt);font-weight:600}
.bm-p-ink{color:#45424F}
.bm-p-ink strong{color:var(--bm-ink-fixed)}
.bm-p a{color:var(--bm-acc);text-decoration:underline;text-underline-offset:3px}
.bm-p a:hover{color:var(--bm-acc2)}
.bm-p-ink a{color:var(--bm-rose-deep)}
.bm-small{font-family:var(--bm-sans);font-size:.84rem;line-height:1.7;color:var(--bm-txt-low)}
.bm-small-ink{color:#615E6B}

.bm-rule{width:64px;height:3px;margin:18px 0 24px;border-radius:2px;
  background:linear-gradient(90deg,var(--bm-rose),var(--bm-brass))}
.bm-rule-gold{background:linear-gradient(90deg,var(--bm-brass),var(--bm-crimson))}
.bm-center .bm-rule,.bm-hero .bm-rule,.bm-cta .bm-rule,.bm-ctasec .bm-rule,
.bm-threshold .bm-rule,[align="center"] .bm-rule{margin-left:auto;margin-right:auto}
.bm-center{text-align:center}
.bm-band{position:relative}
.bm-divider{height:1px;background:var(--bm-hair);margin:44px 0}
.bm-divider-ink{background:rgba(26,24,32,.12)}

/* Buttons — Flatsome [button] inside bm sections, plus native .bm-btn */
.bm-btn{position:relative;display:inline-flex;align-items:center;gap:11px;
  padding:17px 38px;border-radius:100px;font-family:var(--bm-sans);font-size:.82rem;
  font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;
  cursor:pointer;border:0;
  transition:transform .35s var(--bm-ease-out),box-shadow .35s var(--bm-ease),background .5s,color .3s}
.bm-btn-primary{background:linear-gradient(90deg,var(--bm-crimson),#B24A63);color:#fff;
  box-shadow:0 16px 42px -14px rgba(232,183,200,.45)}
.bm-btn-primary:hover{color:#fff;transform:translateY(-3px);
  box-shadow:0 22px 52px -14px rgba(232,183,200,.6)}
.bm-btn-ghost{display:inline-flex;background:transparent;color:var(--bm-txt);
  border:1px solid color-mix(in srgb,var(--bm-txt) 28%,transparent);
  padding:16px 37px;border-radius:100px;font-family:var(--bm-sans);font-size:.82rem;
  font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;
  transition:all .35s var(--bm-ease)}
.bm-btn-ghost:hover{border-color:var(--bm-acc);color:var(--bm-acc)}
.bm-arrow{transition:transform .35s var(--bm-ease);font-style:normal}
.bm-btn:hover .bm-arrow{transform:translateX(5px)}

.bm-hero .button.primary,.bm-cta .button.primary,.bm-give .button.primary,
.bm-band .button.primary,.bm-threshold .button.primary,.bm-ctasec .button.primary{
  background:linear-gradient(90deg,var(--bm-crimson),#B24A63);border:0;border-radius:100px;
  font-family:var(--bm-sans);font-weight:700;letter-spacing:.04em;
  box-shadow:0 14px 34px -12px rgba(232,183,200,.4);
  transition:transform .35s var(--bm-ease),box-shadow .35s}
.bm-hero .button.primary:hover,.bm-cta .button.primary:hover,.bm-give .button.primary:hover,
.bm-band .button.primary:hover,.bm-threshold .button.primary:hover,.bm-ctasec .button.primary:hover{
  transform:translateY(-3px);box-shadow:0 20px 46px -12px rgba(232,183,200,.55)}
.bm-hero .button.is-outline,.bm-cta .button.is-outline,.bm-band .button.is-outline,
.bm-threshold .button.is-outline,.bm-ctasec .button.is-outline{border-radius:100px}
.bm-crisis .button.primary{background:#fff;color:var(--bm-crimson)!important;
  box-shadow:0 12px 30px -12px rgba(0,0,0,.4)}

/* Status chip — used on ecosystem doors */
.bm-chip{display:inline-flex;align-items:center;gap:8px;padding:5px 13px;border-radius:100px;
  font-family:var(--bm-sans);font-size:.62rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;border:1px solid var(--bm-hair);color:var(--bm-txt-low)}
.bm-chip-live{border-color:color-mix(in srgb,var(--bm-brass) 55%,transparent);color:var(--bm-acc2)}
.bm-chip-build{border-color:color-mix(in srgb,var(--bm-rose) 55%,transparent);color:var(--bm-acc)}

/* Focus + selection — the details that read as care */
.bm-btn:focus-visible,.bm-btn-ghost:focus-visible,.bm-door:focus-visible,
.bm-triage:focus-visible,.bm-eco:focus-visible,.bm-card a:focus-visible,
.bm-give-tab:focus-visible,.bm-quickexit:focus-visible,.bm-amount:focus-visible,
.bm-fund:focus-visible{outline:2px solid var(--bm-rose);outline-offset:3px}
::selection{background:var(--bm-rose);color:var(--bm-ink)}

/* ===== 2. GRAIN · REVEALS · MOTION ======================================= */
/* Film grain, only on pages carrying the new threshold hero. :has() in its
   own rule on purpose — engines without it simply skip the grain. */
body:has(.bm-threshold)::after{content:"";position:fixed;inset:0;z-index:9998;
  pointer-events:none;opacity:.14;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
body.logged-in:has(.bm-threshold)::after{top:32px}

/* v1 reveal system (JS-attached) — kept */
.bm-reveal{opacity:0;transform:translateY(28px);
  transition:opacity .85s var(--bm-ease),transform .85s var(--bm-ease)}
.bm-reveal.bm-in{opacity:1;transform:none}
/* v2 reveal system (markup-declared, staggered) */
.bm-rv{opacity:0;transform:translateY(32px);
  transition:opacity .9s var(--bm-ease),transform .9s var(--bm-ease)}
.bm-rv.bm-in{opacity:1;transform:none}
.bm-d1{transition-delay:.09s}.bm-d2{transition-delay:.18s}.bm-d3{transition-delay:.27s}

/* ===== 3. bm-threshold — THE DAWN HERO =================================== */
/* Near-black field. A slow bloom of rose-gold light rises behind the words
   as they arrive. One light shaft. Nothing else moves.                     */
.bm-threshold{position:relative;overflow:hidden;text-align:center;
  background-color:var(--bm-ink)}
.bm-threshold::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(62% 48% at 50% 108%,color-mix(in srgb,var(--bm-rose) 26%,transparent),transparent 70%),
    radial-gradient(46% 34% at 50% 96%,color-mix(in srgb,var(--bm-brass) 14%,transparent),transparent 72%),
    radial-gradient(90% 70% at 50% -20%,rgba(29,26,40,.9),transparent 60%);
  opacity:0;animation:bmDawn 2.6s var(--bm-ease) .2s forwards}
@keyframes bmDawn{
  0%{opacity:0;transform:translateY(6%)}
  100%{opacity:1;transform:translateY(0)}
}
.bm-threshold::after{content:"";position:absolute;top:-30%;left:50%;width:46vw;height:170%;
  transform:translateX(-50%) rotate(8deg);pointer-events:none;
  background:linear-gradient(180deg,color-mix(in srgb,var(--bm-rose-bright) 16%,transparent),transparent 62%);
  filter:blur(56px);opacity:0;animation:bmShaft 3s var(--bm-ease) .9s forwards}
@keyframes bmShaft{to{opacity:.6}}
.bm-threshold .row,.bm-threshold .col{position:relative;z-index:2}
.bm-threshold .bm-h1{font-size:clamp(2.9rem,7.6vw,6.6rem);line-height:.97;letter-spacing:-.035em}
.bm-threshold .bm-lede{margin-left:auto;margin-right:auto}
/* Word-by-word arrival. JS wraps words in .bm-w and sets --i per word.
   Until JS runs, nothing is hidden — no flash of missing headline. */
.bm-threshold .bm-h1 .bm-w{display:inline-block;opacity:0;filter:blur(6px);
  transform:translateY(.35em);
  animation:bmWord .9s var(--bm-ease-out) calc(.35s + var(--i,0)*.13s) forwards}
@keyframes bmWord{to{opacity:1;filter:blur(0);transform:none}}
.bm-threshold .bm-lede,.bm-threshold .bm-eyebrow{opacity:0;animation:bmSoft 1.1s var(--bm-ease) 1.15s forwards}
.bm-threshold .bm-rule{opacity:0;transform:scaleX(0);transform-origin:center;
  animation:bmRule .8s var(--bm-ease) 1.05s forwards}
@keyframes bmRule{to{opacity:1;transform:scaleX(1)}}
.bm-threshold-actions,.bm-threshold .bm-hero-actions{opacity:0;
  animation:bmSoft 1s var(--bm-ease) 1.5s forwards}
@keyframes bmSoft{to{opacity:1}}
/* Left-aligned variant — interior pages whose hero copy sits left. */
.bm-threshold-left{text-align:left}
.bm-threshold-left .bm-lede{margin-left:0;margin-right:0}
.bm-threshold-left .bm-rule{margin-left:0!important;margin-right:0!important}
/* The still variant — Crisis Support. Fully lit, zero animation, by design. */
.bm-threshold-still,.bm-threshold-still::before,.bm-threshold-still::after{animation:none!important}
.bm-threshold-still::before{opacity:1;
  background:radial-gradient(70% 55% at 50% 112%,color-mix(in srgb,var(--bm-crimson) 30%,transparent),transparent 70%)}
.bm-threshold-still::after{opacity:0}
.bm-threshold-still .bm-h1 .bm-w,.bm-threshold-still .bm-h1,.bm-threshold-still .bm-lede,
.bm-threshold-still .bm-eyebrow,.bm-threshold-still .bm-rule,
.bm-threshold-still .bm-threshold-actions{opacity:1!important;transform:none!important;
  filter:none!important;animation:none!important}
/* Scroll cue */
.bm-cue{position:relative;z-index:2;padding:44px 0 30px;font-family:var(--bm-sans);
  font-size:.6rem;letter-spacing:.34em;text-transform:uppercase;color:var(--bm-txt-low);
  display:flex;flex-direction:column;align-items:center;gap:12px}
.bm-cue span{display:block;width:1px;height:44px;
  background:linear-gradient(180deg,var(--bm-rose),transparent);animation:bmDrop 2.4s var(--bm-ease) infinite}
@keyframes bmDrop{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}
 55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@media(max-height:760px){.bm-cue{display:none}}

/* ===== 4. LIVING NUMBERS ================================================= */
/* v2 grid — the receipts, rendered like an instrument panel */
.bm-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--bm-hair);border:1px solid var(--bm-hair);border-radius:18px;overflow:hidden}
@media(max-width:820px){.bm-numbers{grid-template-columns:repeat(2,1fr)}}
.bm-num{background:var(--bm-ink);padding:44px 26px;text-align:center;transition:background .5s}
.bm-num:hover{background:var(--bm-stone-2)}
.bm-num-v{font-family:var(--bm-serif);font-weight:900;line-height:1;color:var(--bm-acc);
  font-size:clamp(2.4rem,4.6vw,3.7rem)}
.bm-num-l{margin-top:13px;font-family:var(--bm-sans);font-size:.68rem;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;color:var(--bm-txt-low);line-height:1.65}
.bm-num:empty,.bm-num-v:empty{display:none}
/* v1 counter + stat row — elevated, names kept */
.bm-counter{text-align:center}
.bm-counter-num{display:block;font-family:var(--bm-serif);font-weight:900;
  font-size:clamp(4rem,13vw,9rem);line-height:1;color:var(--bm-acc2);
  text-shadow:0 0 70px color-mix(in srgb,var(--bm-brass) 30%,transparent)}
.bm-counter-label{display:block;margin-top:14px;font-family:var(--bm-sans);font-size:.86rem;
  font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bm-txt-mid)}
.bm-counter-sub{margin-top:20px;font-family:var(--bm-serif);font-style:italic;
  font-size:1.16rem;line-height:1.7;color:var(--bm-txt-low);max-width:620px;
  margin-left:auto;margin-right:auto}
.bm-stats{display:flex;flex-wrap:wrap;gap:18px}
.bm-stat{flex:1;min-width:170px;padding:26px 22px;border-radius:12px;
  border:1px solid var(--bm-hair);background:var(--bm-panel)}
.bm-stat-light{background:#fff;border-color:rgba(26,24,32,.08);
  box-shadow:0 10px 30px -18px rgba(26,24,32,.18)}
.bm-stat-num{display:block;font-family:var(--bm-serif);font-weight:900;font-size:2.4rem;
  line-height:1;color:var(--bm-acc2);margin-bottom:8px}
.bm-stat-light .bm-stat-num{color:var(--bm-rose-deep)}
.bm-stat-label{font-family:var(--bm-sans);font-size:.86rem;line-height:1.6;color:var(--bm-txt-mid)}
.bm-stat-light .bm-stat-label{color:#5A5762}

/* ===== 5. DOORS · TRIAGE · ECOSYSTEM ==================================== */
/* v2 doors — the card grid with the light-sweep signature */
.bm-doors{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  align-items:stretch}
.bm-doors-3{grid-template-columns:repeat(3,1fr)}
.bm-doors-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:900px){.bm-doors-3,.bm-doors-2{grid-template-columns:1fr}}
.bm-door{position:relative;display:flex;flex-direction:column;height:100%;
  padding:34px 26px 30px;border-radius:16px;text-decoration:none;overflow:hidden;
  border:1px solid var(--bm-hair);
  background:linear-gradient(180deg,color-mix(in srgb,var(--bm-txt) 4%,transparent),transparent);
  transition:transform .5s var(--bm-ease),border-color .5s}
.bm-door::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--bm-rose),var(--bm-brass));
  transform:scaleX(0);transform-origin:left;transition:transform .5s var(--bm-ease)}
.bm-door:hover{transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--bm-rose) 45%,transparent)}
.bm-door:hover::before{transform:scaleX(1)}
.bm-door-n{display:block;font-family:var(--bm-serif);font-style:italic;font-size:.85rem;
  color:var(--bm-acc2);letter-spacing:.18em;margin-bottom:14px}
.bm-door h3{font-family:var(--bm-serif);font-size:1.32rem;font-weight:800;margin:0 0 10px;color:var(--bm-txt)}
.bm-door p{font-family:var(--bm-sans);font-size:.92rem;line-height:1.72;
  color:var(--bm-txt-mid);margin:0 0 16px;flex:1 1 auto}
.bm-door-go{font-family:var(--bm-sans);font-size:.72rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--bm-acc);margin-top:auto;padding-top:4px}
.bm-door-urgent{border-color:rgba(192,57,47,.5);
  background:linear-gradient(180deg,rgba(147,40,58,.16),rgba(147,40,58,.03))}
.bm-door-urgent::before{background:var(--bm-alert)}
.bm-door-urgent:hover{border-color:var(--bm-alert)}
.bm-door-urgent .bm-door-go{color:#FF9E94}
.bm-light .bm-door{background:var(--bm-panel);box-shadow:0 12px 34px -22px rgba(26,24,32,.3)}

/* v1 triage + ecosystem cards — same physics, elevated glow, names kept */
.bm-triage{display:flex;flex-direction:column;height:100%;padding:34px 30px;border-radius:16px;
  text-decoration:none;position:relative;overflow:hidden;border:1px solid var(--bm-hair);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  transition:transform .45s var(--bm-ease),border-color .45s,box-shadow .45s}
.bm-triage::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--bm-rose),var(--bm-brass));
  transform:scaleX(0);transform-origin:left;transition:transform .5s var(--bm-ease)}
.bm-triage:hover{transform:translateY(-8px);border-color:color-mix(in srgb,var(--bm-rose) 55%,transparent);
  box-shadow:0 26px 50px -20px rgba(232,183,200,.3)}
.bm-triage:hover::before{transform:scaleX(1)}
.bm-triage-urgent{border-color:rgba(192,57,47,.45);
  background:linear-gradient(180deg,rgba(192,57,47,.14),rgba(192,57,47,.03))}
.bm-triage-urgent::before{background:var(--bm-alert)}
.bm-triage-urgent:hover{border-color:var(--bm-alert);box-shadow:0 26px 50px -20px rgba(192,57,47,.45)}
.bm-triage-icon{font-size:1.9rem;display:block;margin-bottom:14px}
.bm-triage-h{font-family:var(--bm-serif);font-weight:800;font-size:1.42rem;color:var(--bm-txt);margin:0 0 10px}
.bm-triage-p{font-family:var(--bm-sans);font-size:.95rem;line-height:1.8;color:var(--bm-txt-mid);
  margin:0 0 16px;flex:1 1 auto}
.bm-triage-go{font-family:var(--bm-sans);font-size:.82rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--bm-acc2);margin-top:auto}
.bm-triage:hover .bm-triage-go{color:var(--bm-acc)}
.bm-triage-urgent .bm-triage-go{color:#FF9E94}

.bm-eco{display:flex;flex-direction:column;height:100%;padding:30px 26px;border-radius:14px;
  text-decoration:none;position:relative;overflow:hidden;border:1px solid var(--bm-hair);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  transition:transform .45s var(--bm-ease),border-color .45s,box-shadow .45s}
.bm-eco::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--bm-rose),var(--bm-brass));
  transform:scaleX(0);transform-origin:left;transition:transform .5s var(--bm-ease)}
.bm-eco:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--bm-rose) 50%,transparent);
  box-shadow:0 22px 44px -18px rgba(232,183,200,.28)}
.bm-eco:hover::before{transform:scaleX(1)}
.bm-eco-root{border-color:color-mix(in srgb,var(--bm-brass) 55%,transparent);
  background:linear-gradient(180deg,rgba(201,162,39,.1),rgba(201,162,39,.02))}
.bm-eco-root:hover{border-color:var(--bm-brass);box-shadow:0 22px 44px -18px rgba(201,162,39,.4)}
.bm-eco-badge{display:inline-block;align-self:flex-start;margin-bottom:12px;padding:5px 12px;
  border-radius:100px;border:1px solid color-mix(in srgb,var(--bm-brass) 50%,transparent);
  font-family:var(--bm-sans);font-size:.66rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--bm-acc2)}
.bm-eco-icon{font-size:1.7rem;display:block;margin-bottom:12px}
.bm-eco-h{font-family:var(--bm-serif);font-weight:800;font-size:1.26rem;color:var(--bm-txt);margin:0 0 8px}
.bm-eco-p{font-family:var(--bm-sans);font-size:.93rem;line-height:1.75;color:var(--bm-txt-mid);
  margin:0 0 14px;flex:1 1 auto}
.bm-eco-go{font-family:var(--bm-sans);font-size:.8rem;font-weight:700;letter-spacing:.08em;
  color:var(--bm-acc2);margin-top:auto}
.bm-eco:hover .bm-eco-go{color:var(--bm-acc)}
.bm-eco-soon{opacity:.72}
.bm-eco-soon .bm-eco-go{color:var(--bm-txt-low)}

/* ===== 6. SPLIT · DECLARATION · FULL-BLEED QUOTE ========================= */
.bm-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.bm-split-wide{grid-template-columns:1.15fr .85fr}
.bm-split-flip>.bm-split-media{order:2}
@media(max-width:900px){.bm-split,.bm-split-wide{grid-template-columns:1fr;gap:36px}
  .bm-split-flip>.bm-split-media{order:0}}
.bm-split-media{position:relative;aspect-ratio:4/5;border-radius:20px;overflow:hidden;
  border:1px solid var(--bm-hair);background-size:cover;background-position:center;
  background-color:var(--bm-stone-2);
  background-image:radial-gradient(circle at 50% 28%,color-mix(in srgb,var(--bm-rose) 24%,transparent),transparent 62%);
  display:flex;align-items:center;justify-content:center}
.bm-split-media-wide{aspect-ratio:16/10}
.bm-ph{font-family:var(--bm-sans);font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;
  color:var(--bm-txt-low);text-align:center;line-height:2;padding:0 28px}

.bm-decl{padding:32px 36px;border-radius:0 16px 16px 0;margin:28px 0;
  border-left:3px solid var(--bm-rose);
  background:color-mix(in srgb,var(--bm-rose) 8%,transparent)}
.bm-decl-art{font-family:var(--bm-sans);font-size:.68rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--bm-acc);margin:0 0 12px}
.bm-decl-t{font-family:var(--bm-serif);font-size:1.18rem;line-height:1.75;color:var(--bm-txt);margin:0}
.bm-decl-t em{color:var(--bm-em)}
.bm-light .bm-decl{background:var(--bm-panel);border-left-color:var(--bm-rose-deep);
  box-shadow:0 12px 34px -24px rgba(26,24,32,.3)}
.bm-light .bm-decl-art{color:var(--bm-rose-deep)}

.bm-quotesec{position:relative;text-align:center;overflow:hidden;background-color:var(--bm-ink)}
.bm-quotesec::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 55% at 50% 50%,color-mix(in srgb,var(--bm-rose) 13%,transparent),transparent 70%)}
.bm-quotesec .row,.bm-quotesec .col{position:relative;z-index:2}
.bm-quote-t{max-width:900px;margin:0 auto;font-family:var(--bm-serif);
  font-weight:500;font-style:italic;font-size:clamp(1.6rem,3.6vw,2.7rem);line-height:1.42;color:var(--bm-txt)}
.bm-quote-c{margin-top:26px;font-family:var(--bm-sans);font-size:.72rem;
  font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--bm-acc2)}
/* v1 inline pull quote — kept */
.bm-quote{border-left:3px solid var(--bm-brass);padding:24px 28px;margin:30px 0;
  background:color-mix(in srgb,var(--bm-brass) 6%,transparent);border-radius:0 12px 12px 0;
  font-family:var(--bm-serif);font-style:italic;font-size:1.24rem;line-height:1.7;
  color:var(--bm-txt)}
.bm-quote-light{background:var(--bm-blush);color:var(--bm-rose-deep);border-left-color:var(--bm-rose-deep)}
.bm-quote cite{display:block;margin-top:12px;font-family:var(--bm-sans);font-style:normal;
  font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bm-acc2)}
.bm-quote-light cite{color:var(--bm-rose-deep)}

/* ===== 7. PROCESS (v2) · STEPS (v1, elevated) ============================ */
.bm-process{counter-reset:bmstep;margin-top:34px}
.bm-pstep{position:relative;padding:30px 0 30px 84px;border-bottom:1px solid var(--bm-hair)}
.bm-pstep:last-child{border-bottom:0}
.bm-pstep::before{counter-increment:bmstep;content:counter(bmstep,decimal-leading-zero);
  position:absolute;left:0;top:28px;width:54px;height:54px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:1px solid color-mix(in srgb,var(--bm-rose) 48%,transparent);
  font-family:var(--bm-serif);font-weight:900;font-size:1.1rem;color:var(--bm-acc);
  background:color-mix(in srgb,var(--bm-rose) 7%,transparent)}
.bm-pstep h3{font-family:var(--bm-serif);font-weight:800;font-size:1.24rem;margin:0 0 9px;color:var(--bm-txt)}
.bm-pstep p{font-family:var(--bm-sans);font-size:.98rem;line-height:1.82;color:var(--bm-txt-mid);margin:0}
@media(max-width:560px){.bm-pstep{padding-left:66px}
  .bm-pstep::before{width:44px;height:44px;font-size:.95rem}}

.bm-steps{display:flex;flex-direction:column;gap:14px;margin-top:26px}
.bm-step{display:flex;gap:20px;align-items:flex-start;padding:24px 26px;border-radius:12px;
  border:1px solid var(--bm-hair);
  transition:transform .4s var(--bm-ease),border-color .4s,background .4s}
.bm-step:hover{transform:translateX(8px);border-color:color-mix(in srgb,var(--bm-rose) 50%,transparent);
  background:color-mix(in srgb,var(--bm-rose) 5%,transparent)}
.bm-step-light{border-color:rgba(26,24,32,.1);background:#fff}
.bm-step-light:hover{border-color:rgba(142,52,82,.4);background:var(--bm-blush)}
.bm-step-n{font-family:var(--bm-serif);font-weight:900;font-size:1.6rem;color:var(--bm-acc2);
  line-height:1;min-width:46px}
.bm-step-light .bm-step-n{color:var(--bm-rose-deep)}
.bm-step-body h4{font-family:var(--bm-serif);font-weight:800;font-size:1.1rem;color:var(--bm-txt);margin:0 0 6px}
.bm-step-light .bm-step-body h4{color:var(--bm-ink-fixed)}
.bm-step-body p{font-family:var(--bm-sans);font-size:.95rem;line-height:1.8;color:var(--bm-txt-mid);margin:0}
.bm-step-light .bm-step-body p{color:#45424F}

/* ===== 8. CRISIS SURFACES — deliberately still, maximum contrast ========= */
.bm-crisis{background:linear-gradient(135deg,#7D1F2B,#A82B31)!important;position:relative}
.bm-crisis .bm-h2{color:#fff}
.bm-crisis-p{font-family:var(--bm-sans);font-size:1.06rem;line-height:1.8;color:rgba(255,255,255,.92);
  max-width:620px}
.bm-crisis-list{list-style:none;margin:22px 0 0;padding:0}
.bm-crisis-list li{font-family:var(--bm-sans);font-size:1rem;line-height:1.6;color:#fff;
  padding:12px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.bm-crisis-list li:last-child{border-bottom:0}
.bm-crisis-list strong{display:block;font-size:1.1rem;font-weight:800;margin-bottom:2px}
.bm-crisis-list a{color:#FFD9D4;text-decoration:underline;text-underline-offset:3px}
.bm-crisisbox{padding:28px 30px;border-radius:16px;margin:0 0 32px;border:2px solid var(--bm-crimson);
  background:linear-gradient(180deg,rgba(147,40,58,.2),rgba(147,40,58,.06))}
.bm-crisisbox-lead{font-family:var(--bm-sans);font-size:1rem;line-height:1.8;font-weight:600;
  color:var(--bm-txt);margin:0 0 20px}
.bm-light .bm-crisisbox{background:linear-gradient(180deg,rgba(147,40,58,.08),rgba(147,40,58,.02))}

/* ===== 9. CARDS · FUNDS · AMOUNTS · GIVE TOGGLE ========================== */
.bm-card{height:100%;padding:28px 24px;border-radius:14px;border:1px solid var(--bm-hair);
  background:var(--bm-panel);transition:transform .4s var(--bm-ease),border-color .4s}
.bm-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--bm-brass) 45%,transparent)}
.bm-card-light{background:#fff;border-color:rgba(26,24,32,.08);
  box-shadow:0 10px 30px -18px rgba(26,24,32,.18)}
.bm-card-icon{font-size:1.55rem;display:block;margin-bottom:10px}
.bm-card-h{font-family:var(--bm-serif);font-weight:800;font-size:1.16rem;color:var(--bm-txt);margin:0 0 8px}
.bm-card-light .bm-card-h{color:var(--bm-ink-fixed)}
.bm-card-p{font-family:var(--bm-sans);font-size:.93rem;line-height:1.8;color:var(--bm-txt-mid);margin:0 0 12px}
.bm-card-light .bm-card-p{color:#45424F}
.bm-card-link{font-family:var(--bm-sans);font-size:.85rem;font-weight:700;color:var(--bm-acc2);text-decoration:none}
.bm-card-link:hover{color:var(--bm-acc)}
.bm-card-light .bm-card-link{color:var(--bm-rose-deep)}

.bm-give-toggle{display:inline-flex;padding:6px;border-radius:100px;margin-bottom:32px;
  border:1px solid color-mix(in srgb,var(--bm-brass) 35%,transparent);background:var(--bm-panel)}
.bm-give-tab{appearance:none;border:0;cursor:pointer;background:transparent;
  font-family:var(--bm-sans);font-size:.92rem;font-weight:700;letter-spacing:.04em;
  color:var(--bm-txt-mid);padding:13px 30px;border-radius:100px;
  transition:background .35s var(--bm-ease),color .35s}
.bm-give-tab[aria-selected="true"]{background:linear-gradient(90deg,var(--bm-crimson),#B24A63);color:#fff;
  box-shadow:0 10px 26px -12px rgba(147,40,58,.7)}
.bm-give-panel[hidden]{display:none}
.bm-give-note{font-family:var(--bm-sans);font-size:.9rem;line-height:1.7;color:var(--bm-acc2);margin:0 0 22px}
.bm-amounts{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 26px}
.bm-amount{flex:1;min-width:120px;padding:22px 16px;border-radius:12px;text-align:center;
  text-decoration:none;border:1px solid color-mix(in srgb,var(--bm-txt) 14%,transparent);
  background:var(--bm-panel);
  transition:transform .35s var(--bm-ease),border-color .35s,background .35s}
.bm-amount:hover{transform:translateY(-4px);border-color:var(--bm-brass);
  background:color-mix(in srgb,var(--bm-brass) 8%,transparent)}
.bm-amount-n{display:block;font-family:var(--bm-serif);font-weight:900;font-size:1.7rem;
  color:var(--bm-txt);line-height:1}
.bm-amount-note{display:block;margin-top:8px;font-family:var(--bm-sans);font-size:.78rem;
  line-height:1.5;color:var(--bm-txt-low)}
.bm-fund{display:flex;flex-direction:column;height:100%;padding:28px 24px;border-radius:14px;
  text-decoration:none;border:1px solid var(--bm-hair);background:var(--bm-panel);
  transition:transform .4s var(--bm-ease),border-color .4s}
.bm-fund:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--bm-brass) 50%,transparent)}
.bm-fund-label{font-family:var(--bm-sans);font-size:.68rem;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--bm-acc)}
.bm-fund-h{font-family:var(--bm-serif);font-weight:800;font-size:1.18rem;color:var(--bm-txt);margin:8px 0 8px}
.bm-fund-p{font-family:var(--bm-sans);font-size:.9rem;line-height:1.75;color:var(--bm-txt-mid);margin:0;flex:1 1 auto}

/* ===== 10. FORMS · FAQ · LISTS =========================================== */
.bm-form-shell{padding:30px 28px;border-radius:14px;
  border:1px solid color-mix(in srgb,var(--bm-rose) 30%,transparent);
  background:linear-gradient(180deg,color-mix(in srgb,var(--bm-rose) 7%,transparent),color-mix(in srgb,var(--bm-rose) 2%,transparent))}
.bm-form-shell-light{border-color:rgba(26,24,32,.1);background:#fff;
  box-shadow:0 10px 30px -18px rgba(26,24,32,.2)}
.bm-form-shell .ff-btn-submit,.bm-form-shell-light .ff-btn-submit{border-radius:100px!important;
  background:linear-gradient(90deg,var(--bm-crimson),#B24A63)!important;border:0!important;
  font-family:var(--bm-sans)!important;font-weight:700!important;letter-spacing:.08em;
  text-transform:uppercase;padding:15px 32px!important}
.bm-form-shell .ff-el-form-control{border-radius:11px!important}

.bm-faq .accordion-title{font-family:var(--bm-serif)!important;font-weight:700;
  border-color:var(--bm-hair)!important;color:var(--bm-txt)!important;
  padding-top:18px!important;padding-bottom:18px!important}
.bm-faq .accordion-title:hover,.bm-faq .accordion-title.active{color:var(--bm-acc)!important}
.bm-faq .accordion-inner{border-color:var(--bm-hair)!important}
.bm-faq-light .accordion-title{color:var(--bm-ink-fixed)!important;border-color:rgba(26,24,32,.1)!important}
.bm-faq-light .accordion-title:hover,.bm-faq-light .accordion-title.active{color:var(--bm-rose-deep)!important}

.bm-checklist{list-style:none;margin:20px 0 0;padding:0}
.bm-checklist li{position:relative;padding:0 0 14px 30px;font-family:var(--bm-sans);
  font-size:.98rem;line-height:1.8;color:var(--bm-txt-mid)}
.bm-checklist li::before{content:"";position:absolute;left:0;top:11px;width:9px;height:9px;
  border-radius:50%;background:var(--bm-brass);
  box-shadow:0 0 10px color-mix(in srgb,var(--bm-brass) 55%,transparent)}
.bm-checklist-ink li{color:#45424F}
.bm-checklist-ink li::before{background:var(--bm-rose-deep);box-shadow:none}
.bm-nolist{list-style:none;margin:20px 0 0;padding:0}
.bm-nolist li{position:relative;padding:0 0 14px 30px;font-family:var(--bm-sans);
  font-size:.98rem;line-height:1.8;color:var(--bm-txt-low)}
.bm-nolist li::before{content:"\00d7";position:absolute;left:2px;top:0;
  font-size:1.2rem;color:color-mix(in srgb,var(--bm-txt) 35%,transparent)}

/* ===== 11. HERO (v1, elevated) — names kept ============================== */
.bm-hero{position:relative;overflow:hidden;background-color:var(--bm-ink)}
.bm-hero::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(760px 440px at var(--bm-mx,50%) var(--bm-my,30%),color-mix(in srgb,var(--bm-rose) 15%,transparent),transparent 60%),
    radial-gradient(920px 540px at 50% 118%,color-mix(in srgb,var(--bm-brass) 9%,transparent),transparent 62%);
  transition:background .18s var(--bm-ease)}
.bm-hero > .row{position:relative;z-index:2}
.bm-hero .bm-h1{opacity:0;transform:translateY(26px);animation:bmRise 1s var(--bm-ease) .15s forwards}
.bm-hero .bm-lede{opacity:0;transform:translateY(18px);animation:bmRise 1s var(--bm-ease) .38s forwards}
.bm-hero .bm-eyebrow{opacity:0;animation:bmFade 1.2s ease .05s forwards}
.bm-hero-actions{opacity:0;transform:translateY(14px);animation:bmRise 1s var(--bm-ease) .58s forwards}
@keyframes bmRise{to{opacity:1;transform:translateY(0)}}
@keyframes bmFade{to{opacity:1}}
.bm-hero-still::before{background:radial-gradient(900px 520px at 50% 20%,rgba(192,57,47,.14),transparent 62%)}
.bm-hero-still .bm-h1,.bm-hero-still .bm-lede,.bm-hero-still .bm-eyebrow,
.bm-hero-still .bm-hero-actions{opacity:1;transform:none;animation:none}

/* ===== 12. STICKY GIVE BAR · QUICK EXIT ================================== */
.bm-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9990;transform:translateY(105%);
  transition:transform .45s var(--bm-ease);
  background:rgba(11,10,15,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:1px solid color-mix(in srgb,var(--bm-brass) 35%,transparent);padding:14px 20px}
.bm-sticky.bm-sticky-on{transform:translateY(0)}
/* The bar is one quiet line, not a panel. Every box below is sized explicitly:
   a flex child inherits `align-items:stretch` from its own container, which is
   what grew these buttons to 78px tall inside a 147px bar. */
/* EVERY selector below is `.bm-sticky <child>` = (0,2,0) on purpose. Flatsome
   styles bare `button` at (0,1,0) and loads after this file, so a single-class
   rule loses the tie. Measured on the live site: the close button was picking
   up Flatsome's `min-height:40px` AND a 16px bottom margin — the margin alone
   was the difference between a 66px bar and an 81px one. */
.bm-sticky .bm-sticky-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:22px;flex-wrap:nowrap}
.bm-sticky .bm-sticky-text{font-family:var(--bm-sans);font-size:.875rem;line-height:1.4;
  color:rgba(255,255,255,.85);margin:0;flex:1 1 auto;min-width:0}
.bm-sticky .bm-sticky-text strong{color:var(--bm-brass);font-weight:700}
/* The second sentence is the first thing to go when the bar gets tight —
   the number is the argument, the rest is elaboration. */
.bm-sticky .bm-sticky-sub{color:rgba(255,255,255,.7)}
@media (max-width:1180px){ .bm-sticky .bm-sticky-sub{display:none} }
.bm-sticky .bm-sticky-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin:0}
.bm-sticky .bm-sticky-btn{display:inline-flex;align-items:center;justify-content:center;
  height:42px;min-height:0;margin:0;padding:0 22px;white-space:nowrap;box-sizing:border-box;
  font-family:var(--bm-sans);font-size:.82rem;font-weight:700;line-height:1;
  letter-spacing:.03em;text-decoration:none;border-radius:100px;border:1px solid transparent;
  background:linear-gradient(90deg,var(--bm-crimson),#B24A63);color:#fff;
  box-shadow:0 8px 20px -10px rgba(147,40,58,.7);
  transition:transform .3s var(--bm-ease),box-shadow .3s var(--bm-ease)}
.bm-sticky .bm-sticky-btn:hover{transform:translateY(-2px);color:#fff;
  box-shadow:0 12px 26px -10px rgba(147,40,58,.85)}
.bm-sticky .bm-sticky-btn-alt{background:none;border-color:rgba(255,255,255,.32);
  color:rgba(255,255,255,.88);box-shadow:none}
.bm-sticky .bm-sticky-btn-alt:hover{border-color:var(--bm-rose);color:#fff;box-shadow:none}
.bm-sticky .bm-sticky-close{appearance:none;display:inline-flex;align-items:center;
  justify-content:center;box-sizing:border-box;
  width:34px;height:34px;min-height:0;min-width:0;margin:0;padding:0;flex:0 0 auto;
  border-radius:50%;cursor:pointer;background:transparent;
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.5);font-size:1rem;line-height:1}
.bm-sticky .bm-sticky-close:hover{color:#fff;border-color:rgba(255,255,255,.45)}
/* Quick Exit is fixed bottom-left and the bar is fixed bottom-full-width, so
   when the bar comes up it sits on top of the message. The JS mirrors the
   bar's state onto <html>; Quick Exit steps above it. Nothing may ever cover
   this control — it is the one on the page somebody may need in a hurry. */
html.bloom-sticky-open .bm-quickexit{bottom:82px}
@media (max-width:849px){ html.bloom-sticky-open .bm-quickexit{bottom:auto;top:12px} }

.bm-quickexit{position:fixed;left:18px;bottom:18px;z-index:9995;
  display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:100px;
  background:var(--bm-alert);color:#fff!important;text-decoration:none;
  font-family:var(--bm-sans);font-size:.84rem;font-weight:800;letter-spacing:.04em;
  box-shadow:0 10px 28px -10px rgba(0,0,0,.6);transition:transform .3s var(--bm-ease)}
.bm-quickexit:hover{transform:translateY(-3px)}

/* ===== 13. CTA CLOSE (v2) + v1 alias ===================================== */
.bm-ctasec,.bm-cta{position:relative;overflow:hidden;
  background:linear-gradient(180deg,var(--bm-ink),color-mix(in srgb,var(--bm-rose-deep) 30%,var(--bm-ink)))}
.bm-ctasec::before,.bm-cta::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(55% 60% at 50% 115%,color-mix(in srgb,var(--bm-rose) 24%,transparent),transparent 68%)}
.bm-ctasec .row,.bm-ctasec .col,.bm-cta .row,.bm-cta .col{position:relative;z-index:2}
.bm-ctasec .bm-h2{font-size:clamp(2.2rem,5.4vw,4.4rem);line-height:.99}
.bm-ctasec .bm-lede{margin:0 auto 36px}
.bm-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}

/* ===== 14. SECTION PAINTING — the Flatsome integration =================== */
/* Every section class this system knows about paints its own field, so a
   page stays legible even if an inline bg_color is removed. Inline colors,
   when present, still win (Flatsome paints them on .section-bg above this). */
.section.bm-threshold,.section.bm-quotesec,.section.bm-ctasec,
.bm-threshold,.bm-quotesec,.bm-ctasec{background-color:var(--bm-ink);position:relative}
.section.bm-hero,.section.bm-cta,.bm-hero,.bm-cta{background-color:var(--bm-ink)}
.section.bm-band,.section.bm-cards,.section.bm-steps-wrap,.section.bm-stats-wrap,
.section.bm-faq,.section.bm-feed,.section.bm-funds,.section.bm-give,
.section.bm-eco-grid,.section.bm-triage-grid,.section.bm-related,
.bm-cards,.bm-steps-wrap,.bm-stats-wrap,.bm-feed,.bm-funds,.bm-give,
.bm-eco-grid,.bm-triage-grid,.bm-related{background-color:var(--bm-ink)}
.section.bm-prose,.bm-prose{background-color:var(--bm-parchment)}
/* .bm-light must also cancel any gradient a component set with the `background`
   shorthand (bm-cta, bm-ctasec, bm-crisis). Setting only background-color leaves
   the gradient image painted on top and the flip looks like it did nothing. */
.section.bm-light.bm-light,.bm-light.bm-light{
  background-color:var(--bm-parchment);background-image:none}
/* Sections that declare .bm-light get transparent theme wrappers */
.section[class*="bm-"] .ux-text,.section[class*="bm-"] .section-content,
.section[class*="bm-"] .col-inner{background:transparent}
/* .bm-prose is a LIGHT field — flip its tokens like .bm-light so any
   token-driven component inside it stays legible without -ink classes. */
.bm-prose{
  --bm-txt:#1A1820;--bm-txt-mid:#45424F;--bm-txt-low:#615E6B;
  --bm-hair:rgba(26,24,32,.13);--bm-panel:#ffffff;
  --bm-acc:var(--bm-rose-deep);--bm-acc2:var(--bm-brass-deep);--bm-em:var(--bm-rose-deep)}

/* ===== 14b. TOKEN COLOURS, RE-ASSERTED PER SECTION ======================
   THE BLOCK WHOSE ABSENCE PRODUCED THE INVISIBLE TEXT ON FAITH.
   Flatsome styles `.entry-content p`, `.entry-content h2` and `.entry-content a`
   at specificity (0,1,1). A single-class `.bm-p` is (0,1,0) and LOSES —
   regardless of load order, so the plugin's priority-20 enqueue does not save
   it. The theme's body colour then reappears mid-page: near-black copy on an
   ink field, which is exactly what "so many things looked horrible" looked
   like. Anchoring to the section class lifts every token-driven colour to
   (0,2,0) and wins cleanly, with no !important anywhere.
   This depends on NOTHING but the section classes written into the page
   markup — no body class, no plugin, nothing that can go missing. */
.section[class*="bm-"] .bm-h1,   .section[class*="bm-"] .bm-h2,
.section[class*="bm-"] .bm-h3,   .section[class*="bm-"] .bm-p strong,
.section[class*="bm-"] .bm-decl-t,   .section[class*="bm-"] .bm-quote-t,
.section[class*="bm-"] .bm-card-h,   .section[class*="bm-"] .bm-eco-h,
.section[class*="bm-"] .bm-fund-h,   .section[class*="bm-"] .bm-triage-h,
.section[class*="bm-"] .bm-crisisbox-lead{color:var(--bm-txt)}
.section[class*="bm-"] .bm-p,    .section[class*="bm-"] .bm-lede,
.section[class*="bm-"] .bm-card-p,   .section[class*="bm-"] .bm-eco-p,
.section[class*="bm-"] .bm-fund-p,   .section[class*="bm-"] .bm-triage-p,
.section[class*="bm-"] .bm-crisis-p, .section[class*="bm-"] .bm-step-body,
.section[class*="bm-"] .bm-checklist,.section[class*="bm-"] .bm-give-note{color:var(--bm-txt-mid)}
.section[class*="bm-"] .bm-num-l,    .section[class*="bm-"] .bm-ph,
.section[class*="bm-"] .bm-small,    .section[class*="bm-"] .bm-counter-label,
.section[class*="bm-"] .bm-stat-label,.section[class*="bm-"] .bm-fund-label,
.section[class*="bm-"] .bm-amount-note,.section[class*="bm-"] .bm-counter-sub{color:var(--bm-txt-low)}
.section[class*="bm-"] .bm-eyebrow,  .section[class*="bm-"] .bm-num-v,
.section[class*="bm-"] .bm-door-go,  .section[class*="bm-"] .bm-door-n,
.section[class*="bm-"] .bm-card-link,.section[class*="bm-"] .bm-eco-go,
.section[class*="bm-"] .bm-triage-go,.section[class*="bm-"] .bm-quote-c,
.section[class*="bm-"] .bm-counter-num,.section[class*="bm-"] .bm-stat-num,
.section[class*="bm-"] .bm-step-n,   .section[class*="bm-"] .bm-decl-art,
.section[class*="bm-"] .bm-p a{color:var(--bm-acc)}
.section[class*="bm-"] .bm-em,       .section[class*="bm-"] .bm-h1 em,
.section[class*="bm-"] .bm-h2 em,    .section[class*="bm-"] .bm-decl-t em{color:var(--bm-em)}
/* The explicit light-field variants keep their fixed values at (0,2,0) too,
   so a parchment section never inherits an ink-field colour. */
.section[class*="bm-"] .bm-h1-ink,.section[class*="bm-"] .bm-h2-ink,
.section[class*="bm-"] .bm-h3-ink{color:var(--bm-ink-fixed)}
.section[class*="bm-"] .bm-p-ink,.section[class*="bm-"] .bm-lede-ink{color:#45424F}
.section[class*="bm-"] .bm-small-ink{color:#615E6B}
.section[class*="bm-"] .bm-checklist-ink{color:#45424F}
/* A bare <a> in a parchment field (legal links, inline references) otherwise
   keeps Flatsome's link colour, which measured 3.28:1 on #F7F3EC — a fail.
   Anchored at (0,2,1) so `.entry-content a` cannot take it back. */
.section.bm-light a:not(.bm-btn):not(.button):not(.bm-card-link):not(.bm-door-go):not(.bm-eco-go):not(.bm-triage-go),
.section.bm-prose a:not(.bm-btn):not(.button):not(.bm-card-link):not(.bm-door-go):not(.bm-eco-go):not(.bm-triage-go){
  color:var(--bm-rose-deep);text-decoration:underline;text-underline-offset:3px}
.section.bm-light a:not(.bm-btn):not(.button):hover,
.section.bm-prose a:not(.bm-btn):not(.button):hover{color:var(--bm-crimson)}
/* Parchment fields flip the eyebrow to deep rose, per the library. */
.bm-light .bm-eyebrow,.section.bm-light .bm-eyebrow,
.bm-prose .bm-eyebrow,.section.bm-prose .bm-eyebrow{color:var(--bm-rose-deep)}
/* Flatsome underlines every in-content link; a button label is not a link. */
.section[class*="bm-"] a.bm-btn,.section[class*="bm-"] a.bm-door,
.section[class*="bm-"] a.bm-card,.section[class*="bm-"] a.bm-eco,
.section[class*="bm-"] a.bm-triage{text-decoration:none}

/* No blog furniture on main-site pages (ports the Faith fix). */
body.page #content .post-sidebar,body.page #content #secondary,
body.page #content .page-sidebar,body.page #content .sidebar-inner{display:none!important}
body.page #content .large-9,body.page #content .post-item-inner{
  width:100%!important;max-width:100%!important;flex-basis:100%!important}

/* ===== 15. MOTION RESPECT — complete, not a gesture ====================== */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .bm-reveal,.bm-rv{opacity:1!important;transform:none!important}
  .bm-threshold::before{opacity:1!important;transform:none!important}
  .bm-threshold::after{opacity:.6!important}
  .bm-threshold .bm-h1 .bm-w,.bm-threshold .bm-lede,.bm-threshold .bm-eyebrow,
  .bm-threshold .bm-rule,.bm-threshold-actions,
  .bm-hero .bm-h1,.bm-hero .bm-lede,.bm-hero .bm-eyebrow,.bm-hero-actions{
    opacity:1!important;transform:none!important;filter:none!important}
  .bm-cue{display:none}
  .bm-door:hover,.bm-triage:hover,.bm-eco:hover,.bm-card:hover,.bm-step:hover,
  .bm-amount:hover,.bm-fund:hover,.bm-btn:hover{transform:none!important}
  .bm-sticky{transition:none}
}
html.bloom-reduced-motion .bm-reveal,html.bloom-reduced-motion .bm-rv{
  opacity:1;transform:none;transition:none}

/* ===== 16. MOBILE ======================================================== */
@media (max-width: 849px){
  .bm-stats{flex-direction:column}
  .bm-step{gap:14px;padding:20px 18px}
  .bm-amount{min-width:calc(50% - 6px)}
  .bm-sticky{padding:10px 14px}
  .bm-sticky .bm-sticky-inner{flex-direction:column;align-items:stretch;gap:10px}
  .bm-sticky .bm-sticky-text{font-size:.82rem;line-height:1.35}
  .bm-sticky .bm-sticky-actions{width:100%}
  .bm-sticky .bm-sticky-btn{flex:1 1 0;height:40px;padding:0 12px;font-size:.76rem}
  .bm-quickexit{left:12px;bottom:12px;padding:10px 16px;font-size:.78rem}
  .bm-quote{padding:18px 20px;font-size:1.08rem}
  .bm-threshold .bm-h1{font-size:clamp(2.5rem,11vw,3.6rem)}
}

/* ===== 17. PRINT ========================================================= */
@media print{
  .bm-sticky,.bm-quickexit,.bm-cue{display:none!important}
  body::after{content:none!important}
}
