
/* ===================================================================== */
/*  therapistsupport.org — the /for/ stage doors, in the house style.    */
/*  P2 door 3, option 3C "The Ledger" — THE LIGHT PAGE (16 Aug 2026).   */
/*  User verdict on the dark-band pass (d04f304c): CHANGE. So: white/    */
/*  paper top to bottom, no dark band on this page. Quiet small kicker,  */
/*  HUGE ink Bricolage headline, the "In short" answer as calm unboxed   */
/*  text, one dim standfirst, plain pine text links. Three text colors   */
/*  on the whole page: ink, dim, pine (links/CTAs). NO gold type; the    */
/*  single accent moment is the relational tile's soft gold WASH with    */
/*  ink text, in the ledger. Nothing boxed unless it needs a box — the   */
/*  ledger keeps its card because it is an instrument; everything else   */
/*  sits on hairline dividers with generous air between sections.        */
/*  Scope: body.bcf. Tokens and element rules come from css/house.css    */
/*  (.bc2 on the same body); chrome keeps css/house-chrome.css.          */
/*  This page is the TEMPLATE the other three doors copy.                */
/*  Linked and guarded by _dev/family_for.py.                            */
/* ===================================================================== */

/* --- the shell -------------------------------------------------------- */
body.bcf main{display:block}
body.bcf .fd-wrap{max-width:1080px;margin:0 auto;padding:46px var(--pad) 8px}
/* sections separated by a hairline and air, not by boxes */
body.bcf .pk-sec{border-top:1px solid var(--hair);padding-top:46px;
  margin:0 0 92px;scroll-margin-top:86px}
@media(max-width:760px){body.bcf .pk-sec{padding-top:32px;margin:0 0 64px}}
body.bcf .pk-k{font-family:var(--mn);font-size:11px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--dim);margin:0 0 10px}
body.bcf .pk-h{font-size:31px;max-width:30ch;margin:0 0 14px;
  color:var(--ink)}
@media(max-width:760px){body.bcf .pk-h{font-size:24px}}
body.bcf .pk-h3{font-size:20px;line-height:1.18;margin:44px 0 10px;
  color:var(--ink);scroll-margin-top:86px}
body.bcf .pk-d{margin:0 0 26px;max-width:66ch;color:var(--dim)}
body.bcf .pk-fine{font-size:13.5px;color:var(--dim);margin:22px 0 0;
  max-width:74ch}
body.bcf .pk-fine b{color:var(--ink)}

/* --- the hero: light, on the paper — no band at all -------------------- */
body.bcf .pk-hero{background:transparent;color:var(--ink);border:0;
  border-radius:0;padding:26px 0 0;margin:0 0 78px}
@media(max-width:760px){body.bcf .pk-hero{padding:8px 0 0;margin:0 0 54px}}
body.bcf .pk-hero .hk{font-family:var(--mn);font-size:11px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--dim);
  margin:0 0 24px}
body.bcf .pk-hero h1{font-size:clamp(38px,5.8vw,72px);line-height:1.02;
  color:var(--ink);margin:0 0 28px;max-width:20ch;letter-spacing:-.025em}
body.bcf .pk-hero .hl{font-size:18px;line-height:1.65;color:var(--dim);
  margin:0 0 24px;max-width:64ch}
body.bcf .pk-hero .hl b{color:var(--ink);font-weight:600}
body.bcf .pk-hero .hl a{color:var(--pine)}
body.bcf .pk-hero .hpriv{font-family:var(--mn);font-size:11px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--dim);
  margin:0 0 30px}
/* the jump row: one quiet line of plain pine text links, not chips */
body.bcf .pk-hero .hj{display:flex;flex-wrap:wrap;gap:8px 26px;margin:0;
  font-size:14.5px}
body.bcf .pk-hero .hj a{display:inline;font-family:var(--body);
  font-size:14.5px;letter-spacing:0;text-transform:none;border:0;
  border-radius:0;padding:0;background:transparent;color:var(--pine);
  text-decoration:underline;text-underline-offset:3px;
  text-decoration-color:rgba(38,96,76,.35)}
body.bcf .pk-hero .hj a:hover{background:transparent;
  text-decoration-color:var(--pine)}

/* the In-short answer (_dev/pixel_concepts.py): calm unboxed text, not
   a card — no ground, no border, just a quiet run under the headline. */
body.bcf .pk-hero .tsshort{background:transparent;border:0;border-radius:0;
  padding:0;margin:0 0 26px;max-width:60ch;color:var(--ink)}
body.bcf .tsshort .tsk{font-family:var(--mn);font-size:10.5px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--dim);
  margin:0 0 8px}
body.bcf .tsshort q{quotes:none;display:block;font-family:var(--disp);
  font-weight:800;font-size:21px;letter-spacing:-.02em;line-height:1.25;
  color:var(--ink);margin:0 0 8px}
body.bcf .tsshort .tsa{font-size:19px;line-height:1.55;color:var(--dim);
  margin:0 0 8px}
body.bcf .tsshort .tsfig{font-family:var(--figs);font-weight:600;
  font-style:italic;font-size:17.5px;color:var(--ink)}

/* --- the ledger: the centerpiece keeps its card — it is an instrument -- */
/* display:block is load-bearing: house.css's .bc2 .lg is the LOGO lockup
   (inline-flex); this rule outranks it and takes the box back. */
body.bcf .lg{display:block;background:var(--card);border:1px solid var(--hair);
  border-radius:14px;padding:26px 26px 24px;margin:0 0 24px}
@media(max-width:760px){body.bcf .lg{padding:18px 16px 16px}}
body.bcf .lg-in{display:grid;gap:14px;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:8px}
body.bcf .lg-in label{display:block;font-family:var(--mn);font-size:10.5px;
  letter-spacing:.13em;text-transform:uppercase;color:var(--dim);
  margin-bottom:5px}
body.bcf .lg-in input{width:100%;box-sizing:border-box;
  font-family:var(--figs);font-weight:800;font-size:20px;padding:8px 10px;
  background:#fff;border:1px solid var(--hair);border-radius:6px;
  color:var(--ink)}
body.bcf .lg-in input:focus{outline:none;border-color:var(--pine);
  box-shadow:0 0 0 3px var(--wash)}
body.bcf .lg-read{font-size:14.5px;color:var(--dim);margin:16px 0 8px}
body.bcf .lg-read b{font-family:var(--figs);font-weight:800;font-size:23px;
  color:var(--ink);font-variant-numeric:tabular-nums;margin-right:4px}
body.bcf .lg-bar{position:relative;height:32px;background:var(--sink);
  border-radius:6px;overflow:hidden;margin:0 0 4px;border:0}
body.bcf .lg-bar i{display:block;height:100%;background:var(--pine);
  width:0;transition:width .25s}
body.bcf .lg-mk{position:relative;height:26px;margin-bottom:6px}
body.bcf .lg-mk span{position:absolute;top:0;font-family:var(--mn);
  font-size:10px;color:var(--dim);white-space:nowrap;
  transform:translateX(-50%);padding-top:3px}
body.bcf .lg-mk span::before{content:"";position:absolute;left:50%;top:-4px;
  width:2px;height:5px;background:var(--ink)}
/* 3A's tiles are the EXPANDED state: nothing shows until a figure is
   typed, so the empty state is one quiet bar rather than four dashes. */
body.bcf .lg-g{display:none}
body.bcf .lg-g.open{display:grid;gap:12px;margin:12px 0 0}
@media(min-width:640px){body.bcf .lg-g.open{
  grid-template-columns:repeat(4,1fr)}}
body.bcf .lg-g div{background:var(--card);border:1px solid var(--hair);
  border-radius:var(--rs);padding:12px 14px}
body.bcf .lg-g .k{font-family:var(--mn);font-size:9.5px;letter-spacing:.13em;
  text-transform:uppercase;color:var(--dim);display:block}
body.bcf .lg-g .v{display:block;font-family:var(--figs);font-weight:800;
  font-size:23px;color:var(--ink);line-height:1.1;margin:3px 0 2px;
  font-variant-numeric:tabular-nums}
body.bcf .lg-g .s{display:block;font-size:11.5px;color:var(--dim);
  line-height:1.35}
/* THE page's one accent moment: the requirement people miss, as a soft
   gold wash under ink text — never gold type. */
body.bcf .lg-g.req div.hot{background:#FFF3D3;border-color:#EBDCA9}
body.bcf .lg-g.req div.hot .k,body.bcf .lg-g.req div.hot .v,
body.bcf .lg-g.req div.hot .s{color:var(--ink)}
body.bcf .lg-g div.done{background:var(--wash);border-color:var(--wash)}
body.bcf .lg-note{font-size:13px;color:var(--dim);margin:16px 0 0;
  max-width:74ch}
body.bcf .lg-note b{color:var(--ink)}

/* --- the requirements panel: a hairline-set aside, not a card ---------- */
body.bcf .pk-call{background:transparent;border:0;border-radius:0;
  border-top:1px solid var(--hair);padding:26px 0 0;margin:44px 0 0}
body.bcf .pk-call h3{font-family:var(--mn);font-size:11px;
  letter-spacing:.15em;text-transform:uppercase;color:var(--dim);
  margin:0 0 10px;font-weight:500}
body.bcf .pk-call p{font-size:16px;line-height:1.62;color:var(--dim);
  margin:0 0 12px;max-width:66ch}
body.bcf .pk-call p:last-child{margin:0}
body.bcf .pk-call p b{color:var(--ink)}
body.bcf .pk-call p a{color:var(--pine);text-decoration:underline}

/* --- the questions: hairline entries, directly below the bar ----------- */
body.bcf .ask{background:transparent;border:0;border-radius:0;
  border-top:1px solid var(--hair);padding:24px 0 4px;margin:0 0 26px}
body.bcf .ask q{display:block;font-family:var(--figs);font-size:20px;
  font-weight:600;line-height:1.35;color:var(--ink);quotes:none}
body.bcf .ask .an{font-family:var(--disp);font-weight:800;font-size:15.5px;
  margin:10px 0 6px;color:var(--ink)}
body.bcf .ask p{font-size:15px;color:var(--dim);margin:0 0 10px;
  max-width:68ch}
body.bcf .ask a{font-family:var(--body);font-size:14px;letter-spacing:0;
  text-transform:none;color:var(--pine);text-decoration:underline;
  text-underline-offset:3px}

/* --- the four start doors: hairline entries, the question is the link -- */
body.bcf .start{display:grid;gap:0 44px;margin:10px 0 0}
@media(min-width:640px){body.bcf .start{grid-template-columns:1fr 1fr}}
body.bcf .start a{display:block;background:transparent;border:0;
  border-top:1px solid var(--hair);border-radius:0;padding:20px 0 22px;
  text-decoration:none;color:var(--ink)}
body.bcf .start .q{display:block;font-family:var(--disp);font-weight:800;
  font-size:19px;line-height:1.25;margin-bottom:6px;color:var(--pine)}
body.bcf .start a:hover .q{text-decoration:underline;
  text-underline-offset:3px}
body.bcf .start .s{display:block;font-size:14px;color:var(--dim);
  line-height:1.5}

/* --- the shelf: hairline rows, the annotations get room to breathe ----- */
body.bcf .shelf{display:grid;gap:0 44px}
@media(min-width:860px){body.bcf .shelf{grid-template-columns:1fr 1fr}}
body.bcf .shelf a.card{display:block;background:transparent;border:0;
  border-top:1px solid var(--hair);border-radius:0;padding:16px 0 18px;
  color:var(--ink);text-decoration:none}
body.bcf .shelf .t{font-family:var(--disp);font-weight:800;font-size:16.5px;
  line-height:1.3;margin-bottom:6px;display:block;color:var(--pine)}
body.bcf .shelf a.card:hover .t{text-decoration:underline;
  text-underline-offset:3px}
body.bcf .shelf .n{font-size:14px;color:var(--dim);line-height:1.6;
  display:block}

/* --- sources: a hairline block, not a card ----------------------------- */
body.bcf .pk-src{background:transparent;border:0;border-radius:0;
  border-top:1px solid var(--hair);padding:24px 0 0;margin:0 0 16px}
body.bcf .pk-src h3{font-family:var(--mn);font-size:11px;
  letter-spacing:.13em;text-transform:uppercase;color:var(--dim);
  margin:0 0 11px;font-weight:500}
body.bcf .pk-src ol{margin:0;padding:0 0 0 20px}
body.bcf .pk-src li{font-size:14px;line-height:1.55;color:var(--dim);
  margin:0 0 8px}
body.bcf .pk-src li:last-child{margin:0}
body.bcf .pk-src li::marker{font-family:var(--mn);font-size:11px;
  color:var(--pine)}
body.bcf .pk-src a{color:var(--pine)}

/* --- provenance (_dev/pixel_concepts.py, outside the wrap) ------------- */
body.bcf .tsfoot{max-width:1080px;margin:0 auto;padding:0 var(--pad) 44px}
body.bcf .tsdepth{background:transparent;border:0;border-radius:0;
  border-top:1px solid var(--hair);padding:20px 0 0}
body.bcf .tsbadge{display:inline-block;font-family:var(--mn);font-size:9.5px;
  letter-spacing:.12em;text-transform:uppercase;background:transparent;
  color:var(--dim);border:1px solid var(--hair);padding:3px 8px;
  border-radius:3px}
body.bcf .tswhat{font-size:13px;color:var(--dim);margin:10px 0 0;
  max-width:64ch}

/* --- utilities --------------------------------------------------------- */
body.bcf .sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
