/* =============================================================
   150 — asset bindings (BRAND v2)
   The brand world is photography-free: no human imagery anywhere
   (client direction). Sections compose the three official patterns
   (Circular Systems / Cellular Continuity / Human Connection),
   the Green Shade Gradient, and the orb mark instead.
   This file now carries only non-human generated assets; abstract
   sage replacements are regenerated via the ChatGPT pipeline.
   ============================================================= */


/* ---- quiet slide 2 texture (Membership) — deep forest gradient panel ---- */
.qgate::before{
  background:
    linear-gradient(118deg, rgba(190,197,168,.2) 0%, rgba(0,0,0,0) 46%),
    linear-gradient(160deg,#4A5340 0%,#38422F 48%,#2D382A 100%);
  opacity:.94;
}
/* outcome labels sit ON the forest panel — light text */
.qgate .inst--gate > text:not(:first-of-type){ fill:#EFEEE6; paint-order:stroke; stroke:rgba(20,26,18,.55); stroke-width:2.6px }

/* ---- howapply backdrop (Membership) — green shade gradient ---- */
.howapply::before{
  background:
    linear-gradient(118deg, rgba(190,197,168,.16) 0%, rgba(0,0,0,0) 40%),
    radial-gradient(120% 100% at 78% 110%, rgba(9,12,8,.55), transparent 60%),
    linear-gradient(150deg,#414B39 0%,#333D2D 52%,#242D22 100%);
  opacity:1; mix-blend-mode:normal;
}
