
*{margin:0;padding:0;box-sizing:border-box}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
body{font-family:Poppins,system-ui,-apple-system,sans-serif;color:#1e1942;background:#fff;line-height:1.6;
font-size:16px;-webkit-font-smoothing:antialiased}
.w{max-width:560px;margin:0 auto;padding:0 22px}
h1,h2,h3{font-weight:800;line-height:1.16;letter-spacing:-.4px}
.kick{color:#d81b60;font-weight:600;font-size:13px;letter-spacing:.02em;margin-bottom:6px}
.mark{color:#f04d92}

/* header: white bar, logo + navy phone pill (as on the landers) */
.hdr{background:#fff;display:flex;align-items:center;justify-content:space-between;
padding:12px 20px;position:relative;z-index:5}
/* NB: neither of these may be scoped to .hdr — the footer uses the same lockup.
   Scoping the `small` here is what rendered "evolveTherapeutic Fostering"; scoping
   the parent (the same bug, missed the first time) silently dropped the footer
   wordmark to 13px/400, i.e. body text. Both are unscoped now; the footer only
   restates the two colours it needs on a dark ground. */
.logo{font-size:27px;font-weight:800;color:#f04d92;letter-spacing:-.5px;line-height:1}
.logo small{display:block;font-size:8.5px;letter-spacing:.14em;color:#1e1942;
text-transform:uppercase;font-weight:600;margin-top:2px}
.foot .logo{color:#ff9ec9}
.foot .logo small{color:#cbb8f2}
.hcall{background:#1e1942;color:#fff;font-size:13.5px;font-weight:600;
text-decoration:none;padding:11px 16px;border-radius:999px;white-space:nowrap}

/* the one CTA: pink gradient pill with an inset white ring + glow */
.cta{display:block;width:100%;background:linear-gradient(120deg,#d81b60,#c9175a);
color:#fff;text-align:center;font-family:inherit;font-weight:800;font-size:17px;
letter-spacing:.3px;padding:20px 12px;border-radius:999px;border:none;cursor:pointer;
box-shadow:inset 0 0 0 2.5px rgba(255,255,255,.85),0 10px 30px rgba(216,27,96,.35)}
.cta.ghost{background:transparent;color:#fff;box-shadow:inset 0 0 0 1.6px rgba(203,184,242,.7)}
.cta.lav{background:#cbb8f2;color:#1e1942;box-shadow:none}

/* scoop hero: photo with a quarter-ellipse scooped into the navy band */
.heroimg{position:relative;line-height:0}
.heroimg img{width:100%;height:340px;object-fit:cover;object-position:center 30%;display:block}
.scoop{position:absolute;left:0;bottom:-1px;width:100%;height:64px;background:radial-gradient(ellipse 75% 100% at 18% 100%,#1e1942 99.4%,rgba(30,25,66,0) 100%)} /* scoop drawn as a gradient, no clip-path: clipped layers lagged on scroll, 13 Sep 2026 */
.heroband{background:#1e1942;color:#fff;padding:6px 0 42px}
.heroband h1{font-size:clamp(36px,9.6vw,46px);line-height:1.1}
.heroband p{font-size:17px;color:#d9d3f2;margin:12px 0 22px;max-width:430px}

/* money transparency card */
.moneycard{background:#1e1942;color:#fff;border-radius:22px;padding:26px 24px;
box-shadow:0 18px 50px rgba(30,25,66,.25)}
.moneycard .fig{font-size:40px;font-weight:800;color:#ff9ec9;letter-spacing:-1px;line-height:1.08}
.moneycard .lbl{font-size:17px;font-weight:600;margin:2px 0 10px}
.moneycard p{font-size:14.5px;color:#d9d3f2;line-height:1.55}
.moneycard .writ{margin-top:16px;padding-top:14px;border-top:1px solid rgba(203,184,242,.28);
font-size:14.5px;color:#fff}

/* numbered chip spine on purple */
.spine{background:#3d2a6e;color:#fff;padding:40px 0 44px}
.spine h2{color:#fff}
.spine .sub{color:#cbb8f2;font-size:15.5px;margin:4px 0 26px}
.item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}
.chipn{flex:none;width:52px;height:52px;border-radius:14px;display:flex;
align-items:center;justify-content:center;font-size:24px;font-weight:800}
.item b{display:block;font-size:16px;text-transform:uppercase;letter-spacing:.3px;
line-height:1.25;margin-bottom:3px}
.item p{font-size:14.5px;color:#e5defc;line-height:1.5}

/* white tab-step cards (pink foot) */
.tabcard{width:104px;height:126px;background:#fff;border-radius:14px;
box-shadow:0 10px 26px rgba(30,25,66,.14);position:relative;display:flex;
align-items:center;justify-content:center;margin-bottom:14px;overflow:hidden}
.tabcard span{font-size:44px;font-weight:800;color:#1e1942;margin-top:-16px}
.tabcard::after{content:"";position:absolute;left:0;right:0;bottom:0;height:26%;background:#f04d92}
.stepcard b{font-size:18px;font-weight:800}
.stepcard p{font-size:15px;color:#5a5f78;margin-top:4px}

/* editorial pull quote */
.quote{background:#faf8ff;padding:46px 0 40px;text-align:center}
.quote .qm{font-size:120px;font-weight:800;color:#e3daf6;line-height:.4;
display:block;margin-bottom:16px}
.quote blockquote{font-size:22px;font-weight:600;line-height:1.45;letter-spacing:-.2px;
max-width:460px;margin:0 auto}
.quote .att{margin-top:16px;font-size:14px}
.quote .att b{display:block}
.quote .att span{color:#5a5f78}

/* proof row + ofsted badge */
.proof{padding:28px 0;display:flex;gap:16px;align-items:center;justify-content:center;
flex-wrap:wrap}
.ofsted{background:#1e1942;color:#fff;font-weight:800;font-size:14px;padding:10px 16px;border-radius:8px}
.stat{font-size:14.5px;color:#5a5f78;max-width:260px}
.stat b{color:#1e1942;font-size:22px;font-weight:800}

/* multi-colour swatch divider */
.swatch{display:flex;height:14px}
.swatch div{flex:1}

/* ===== scroll-reveal =====
   Content is visible by default. The `js` class is set by an inline script in
   <head>, so the hidden state only ever applies when JS is running — if the script
   fails the page is simply static, never blank. Reduced-motion wins over both. */
.js .rv{opacity:0;transform:translateY(28px);
transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);
transition-delay:var(--d,0ms);will-change:opacity,transform} /* scroll-reveal ON, bold preview variant, 14 Sep 2026 */
.js .rv.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
 .js .rv,.js .rv.in{opacity:1 !important;transform:none !important;transition:none !important}
}

/* dark footer */
.foot{background:#14102b;color:#b9b3d6;font-size:13px;padding:30px 0 36px}
.foot a{color:#ff9ec9}
.foot .flinks{display:flex;flex-wrap:wrap;gap:14px;margin:12px 0}

/* desktop navigation — the live site and every competitor runs a full nav plus a
   distinct enquire CTA; the first cut of these directions shipped a 2-link header,
   which is why they read as landing pages rather than a homepage. Hidden below 900px
   (mobile keeps the compact logo + phone bar). */
.nav{display:none}
.hdr .hactions{display:flex;align-items:center;gap:10px}
.henq{background:linear-gradient(120deg,#d81b60,#c9175a);color:#fff;font-size:13.5px;
font-weight:800;padding:11px 18px;border-radius:999px;white-space:nowrap;
box-shadow:inset 0 0 0 2px rgba(255,255,255,.8)}

/* Below 1180 the inline nav doesn't fit, so it becomes a disclosure panel. CSS-only
   (a hidden checkbox) so it can't break with JS off. Without this the six nav
   destinations were unreachable on every phone, tablet and sub-1180 laptop. */
.navtog{position:absolute;opacity:0;pointer-events:none}
.navbtn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;
font-size:14px;font-weight:800;color:#1e1942;padding:11px 14px;border-radius:999px;
box-shadow:inset 0 0 0 1.6px rgba(30,25,66,.22);white-space:nowrap;min-height:44px}
.navbtn .bars{display:inline-block;width:16px;height:2px;background:#1e1942;
position:relative}
.navbtn .bars::before,.navbtn .bars::after{content:"";position:absolute;left:0;
width:16px;height:2px;background:#1e1942}
.navbtn .bars::before{top:-5px} .navbtn .bars::after{top:5px}
.navpanel{display:none;width:100%;background:#fff;padding:6px 20px 18px;
border-top:1px solid rgba(30,25,66,.1)}
.navpanel a{display:block;padding:14px 2px;font-size:16px;font-weight:600;
color:#1e1942;border-bottom:1px solid rgba(30,25,66,.08)}
.navtog:checked ~ .navpanel{display:block}
.navtog:focus-visible ~ .hactions .navbtn{outline:3px solid #d81b60;outline-offset:2px}
.hdr{flex-wrap:wrap}

@media(min-width:1180px){
 .navbtn,.navpanel{display:none !important}
 .nav{display:flex;align-items:center;gap:16px;margin-left:auto;margin-right:16px}
 .nav a{font-size:14px;font-weight:600;color:#1e1942;white-space:nowrap}
 .nav a:hover{color:#d81b60}
}
/* the phone pill is the first thing to go — the number is in the footer and on
   every CTA path, and it costs ~150px of header width */
.hcall{display:none}
@media(min-width:1440px){
 .hcall{display:inline-block}
 .nav{gap:22px;margin-right:22px}
 .nav a{font-size:15px}
}

@media(min-width:900px){
 /* 1250px content inside a 1440px viewport = 95px gutters. Measured category
    consensus: Fostering People, Fosterplus and (within 10px) Barnardo's all land
    here, and the card maths resolve exactly — 4-up (1250-3*30)/4 = 290px,
    3-up (1250-2*30)/3 = 396.7px. See EVOLVE-DESIGN-SPEC.md section 1. */
 /* 1250px content capped, with a 48px minimum gutter that never collapses.
    The previous `max-width:1290px;padding:0 20px` was full-bleed below 1290, so at
    1280 and 1366 — the two commonest laptop widths — content ran 20px from the
    viewport edge. At 1440 this still yields the target 95px gutter. */
 .w{width:min(1250px,calc(100% - 96px));max-width:none;margin:0 auto;padding:0}
 body{font-size:17px}
 .hdr{padding:18px 24px}
 .heroband h1{font-size:58px}
 .heroband p{font-size:20px;max-width:640px}
}

/* ===== BOLD: full-width colour-blocked bands ===== */
.b{padding:52px 0}
.bnavy{background:#1e1942;color:#fff}
.bpurple{background:#3d2a6e;color:#fff}
/* Pink band deepened. The old light stop (#f04d92) put every piece of small white
   text on it between 3.03:1 and 3.94:1 — all failing AA. #c2185b -> #d81b60 measures
   5.87:1 and 4.95:1 and still reads unmistakably pink. */
.bpink{background:linear-gradient(135deg,#c2185b 0%,#d81b60 100%);color:#fff}
.bpaper{background:#faf8ff;color:#1e1942}
.bnavy .kick,.bpurple .kick{color:#cbb8f2}
.bpink .kick{color:#ffe6f0}

.big{font-weight:800;font-size:clamp(40px,11.5vw,64px);line-height:1.02;letter-spacing:-1.4px}
.big2{font-weight:800;font-size:clamp(28px,8vw,40px);line-height:1.08;letter-spacing:-.6px}
/* The missing mid-scale step. Fosterplus jumps 45 to 22 (2.05x) and its card
   headings are either a shout or a whisper; C had the same hole between 54 and 18. */
.big3{font-weight:800;font-size:clamp(22px,5.4vw,32px);line-height:1.18;letter-spacing:-.3px}

/* four-card intent router, straddling the hero band.
   Fosterplus pulls this row up with a negative margin so it sits partly in the hero
   colour and partly in the band below — that single rule is what makes their hero
   read as composed rather than stacked. */
.router{background:#faf8ff;padding-bottom:52px}
.router .w{display:grid;grid-template-columns:1fr;gap:18px;margin-top:-64px;
position:relative;z-index:3}
.rcard{background:#fff;border-radius:20px 20px 0 20px;padding:26px 24px 22px;
box-shadow:0 12px 16px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03)}
.rcard b{display:block;font-size:19px;font-weight:800;line-height:1.2;color:#1e1942;
margin-bottom:8px}
.rcard p{font-size:14.5px;color:#5a5f78;line-height:1.5;margin-bottom:14px}
.rcard .rgo{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;
color:#d81b60}

/* bold photographic hero: cinematic full-bleed + navy scrim, text to the floor */
/* min-height, not height: at 390px the hero content is 128px taller than a fixed
   560px box, so the headline was being clipped off the top and running under the
   white header at 1.00:1 contrast. */
.bhero{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;
min-height:560px;background:#1e1942}
.bhero .ph{position:absolute;inset:0}
.bhero .ph img{width:100%;height:100%;object-fit:cover;object-position:center 62%}
/* Two-axis scrim. A vertical gradient alone couldn't rescue the pink accent word
   over the bright sunset sky (measured 1.91:1 against a 3:1 floor). The second,
   horizontal layer darkens the left side where the copy sits and fades out by 68%,
   so the photograph stays open on the right where nothing is set over it. */
.bhero .scrim{position:absolute;inset:0;z-index:1;background:
linear-gradient(90deg,rgba(30,25,66,.93) 0%,rgba(30,25,66,.80) 42%,
rgba(30,25,66,.10) 68%,rgba(30,25,66,0) 100%),
linear-gradient(180deg,rgba(30,25,66,.45) 0%,rgba(30,25,66,.62) 48%,
rgba(30,25,66,.95) 100%)}
.bhero .hero-in{position:relative;z-index:2;padding-top:56px;padding-bottom:40px}
.bhero .kick{color:#ffd7ea}
.bhero h1{color:#fff;margin-bottom:14px}
/* Full-chroma pink over the photograph measured 1.23:1 at its worst, with 48% of
   the accent word below the 3:1 large-text floor. The light tint clears it. */
.bhero h1 .mark{color:#ff9ec9}
.bhero .hsub{font-size:18px;color:#fff;max-width:30ch;margin-bottom:24px}
/* Below 900 the copy spans the full width, so the left-weighted horizontal layer
   above buys nothing — the accent word came out at 2.80:1 against a 3:1 floor.
   Mobile gets a stronger vertical-only scrim instead. */
@media(max-width:899px){
 .bhero .scrim{background:linear-gradient(180deg,rgba(30,25,66,.74) 0%,
 rgba(30,25,66,.88) 45%,rgba(30,25,66,.97) 100%)}
}
.bhero .doors .cta{margin-bottom:12px}
.bhero .htrust{margin-top:20px;font-size:13px;color:#cdc3ee}

/* stat rail — proof up front, oversized figures.
   Three NUMERIC stats only, centred. The fourth cell used to be "FOSTival", a word
   masquerading as a statistic at a different size; it broke the row's logic and is
   now a chip underneath instead. */
.statrail .grid{display:grid;grid-template-columns:1fr;gap:30px 18px;margin-top:26px;
text-align:center}
.statc{min-width:0}
.statc .fig{display:block;font-weight:800;font-size:clamp(40px,13vw,72px);line-height:1;
letter-spacing:-1.5px;color:#fff}
/* #ffe1ef measured 4.19-4.49:1 on the pink band — under AA at 13.5px. */
.statc .lbl{display:block;margin-top:8px;font-size:13.5px;font-weight:600;color:#fff;line-height:1.35}
.statrail .extra{margin-top:30px;text-align:center}
.statrail .extra span{display:inline-block;font-size:14px;font-weight:600;color:#fff;
padding:9px 18px;border-radius:999px;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.55)}

/* money band (paper) — dark card: big numeral, then descriptor, then caption.
   The figure is a single unwrappable token, so it can never break across lines. */
.money .moneycard{margin-top:22px}
.mfig .num{display:block;font-weight:800;font-size:clamp(60px,17vw,96px);line-height:.95;
letter-spacing:-2.5px;color:#ff9ec9;white-space:nowrap}
.mfig .per{display:block;font-size:20px;font-weight:600;color:#fff;margin-top:6px}
.mfig .cap{display:block;font-size:14px;color:#cbb8f2;margin-top:4px}
.money .moneycard p{font-size:16px;color:#d9d3f2;line-height:1.6;margin-top:22px}

/* journey band (navy) — recolour the step text so it reads on dark */
.journey .jsub{color:#d9d3f2;font-size:16px;margin:6px 0 4px;max-width:42ch}
.journey .jsteps{margin-top:26px}
/* At 390px the three steps ran together — step 1's paragraph and step 2's card
   both sat at the same y, with more space inside a step than between them. */
.journey .stepcard{margin-bottom:36px}
.journey .stepcard:last-child{margin-bottom:0}
.journey .stepcard b{color:#fff}
.journey .stepcard p{color:#cfc8ea}

/* transfer band (pink) */
.transfer p{font-size:17px;max-width:44ch;margin:12px 0 24px}

/* independent band (purple) — copy + bounded photo (never full-bleed) */
.indep h2{margin-bottom:20px}   /* headline was sitting flush on the paragraph */
.indep p{color:#e5defc;margin-bottom:14px;font-size:16px;max-width:62ch}
.indep .proofrow{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:8px}
.indep .istat{font-size:14px;color:#e5defc;max-width:34ch}
.indep .istat b{color:#fff;font-size:20px;font-weight:800}
.indep .indep-photo{margin-top:26px;max-width:440px;border-radius:20px;overflow:hidden;
box-shadow:0 18px 46px rgba(0,0,0,.32)}
.indep .indep-photo img{width:100%;height:100%;object-fit:cover}

/* independent band: the Ofsted pill and the 85% stat used to be vertically centred
   against a 3-line paragraph, so they read as unrelated debris. Top-align both and
   give the stat its own line. */
.indep .proofrow{align-items:flex-start}
.indep .istat b{display:block;line-height:1.1;margin-bottom:2px}

/* founders' message (paper) — client-supplied copy, to-do #17.
   Two columns: the pull-quote holds the left, the message runs down the right. */
.founders .fpull{font-size:26px;font-weight:800;line-height:1.28;letter-spacing:-.4px;
color:#3d2a6e;border-left:4px solid #f04d92;padding-left:22px;margin:20px 0 26px}
.founders p{font-size:16.5px;color:#5a5f78;line-height:1.65;margin-bottom:14px;max-width:62ch}
.founders .fatt{margin-top:22px;font-size:15px;color:#1e1942}
.founders .fatt b{display:block;font-weight:800}
.founders .fatt span{color:#5a5f78;font-size:14px}
.founders .fmore{display:inline-block;margin-top:18px;font-size:15px;font-weight:800;
color:#d81b60}

/* close band (navy) */
.close2{text-align:center}
.close2 .areastrip{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:26px}
.close2 .achip{font-size:13px;font-weight:600;color:#efe9ff;padding:7px 14px;border-radius:999px;
box-shadow:inset 0 0 0 1.4px rgba(203,184,242,.5)}
.close2 h1{color:#fff}
.close2 p{color:#d9d3f2;max-width:32ch;margin:12px auto 22px}
.close2 .cta{max-width:420px;margin:0 auto 12px}

@media(min-width:900px){
 /* Blue Sky's rhythm rule, copied verbatim: one gap between every band, never
    doubled. 120px is the category norm; C was running 88. */
 .b{padding:120px 0}
 .quote{padding:120px 0}   /* was 46/40 — the one band breaking the rhythm */
 .quote blockquote{font-size:30px;max-width:660px;line-height:1.38}
 .router .w{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:-100px}
 .router{padding-bottom:120px}
 .rcard{padding:30px 28px 26px;min-height:248px;display:flex;flex-direction:column}
 .rcard p{flex:1;margin-bottom:18px}
 .big{font-size:clamp(58px,7vw,86px)}
 .big2{font-size:clamp(34px,4.4vw,54px)}
 .bhero{height:660px}
 .bhero .hero-in{padding-bottom:64px}
 .bhero .hsub{font-size:22px;max-width:34ch}
 .bhero .doors{display:flex;gap:16px;max-width:640px}
 .bhero .doors .cta{flex:1;margin-bottom:0}
 .statrail .grid{grid-template-columns:repeat(3,1fr);gap:30px}
 .statc .fig{font-size:clamp(52px,5vw,84px)}

 /* Money card, two columns with fixed floors. The numeral block gets exactly the
    width it needs; the copy gets a real measure. Baselines aligned at the top so
    the numeral and the first line of copy start together. */
 /* The band keeps the page spine (content x 95->1345 at 1440); the CARD is what's
    capped. Narrowing `.w` here indented the whole band 125px off every other band. */
 .money .moneycard{display:grid;grid-template-columns:minmax(300px,auto) minmax(360px,1fr);
 column-gap:64px;align-items:start;padding:52px 56px;max-width:1040px}
 .money .writ{max-width:65ch}
 .mfig{grid-row:1;grid-column:1}
 /* copy sits optically centred against the numeral block, not pinned to its top */
 .money .moneycard p{grid-row:1;grid-column:2;margin-top:0;max-width:none;
 align-self:center}
 .money .moneycard .writ{grid-row:2;grid-column:1/3;margin-top:36px}
 .journey .jsteps{display:grid;grid-template-columns:repeat(3,1fr);column-gap:34px}
 .journey .stepcard{margin-bottom:0}
 .spine .w{display:grid;grid-template-columns:repeat(3,1fr);column-gap:34px;row-gap:38px}
 .spine h2,.spine .sub{grid-column:1/-1;text-align:center}
 .spine .item{flex-direction:column;gap:14px;margin-bottom:0}
 /* Titles run to one or two lines ("Therapeutic support without the waiting" wraps),
    which pushed that cell's body ~22px below its neighbours. Reserve two lines so
    every body in a row starts on the same baseline. */
 .spine .item b{min-height:2.5em}
 .transfer .cta{display:inline-block;width:auto;min-width:300px}
 .founders .w{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);
 column-gap:64px;align-items:start}
 .founders .fhead{grid-column:1}
 .founders .fbody{grid-column:2}
 .founders .fpull{margin-top:24px;font-size:30px}
 .close2 p{max-width:46ch}
 .close2 .ctarow{display:flex;gap:16px;justify-content:center;max-width:720px;margin:0 auto}
 .close2 .ctarow .cta{flex:1;margin:0;max-width:none}
 .indep .w{display:grid;grid-template-columns:1.15fr .85fr;column-gap:48px;align-items:center}
 .indep .indep-photo{margin-top:0}
 .transfer .w{max-width:820px;text-align:center}
 .transfer p{margin-left:auto;margin-right:auto}
 .transfer .cta{max-width:420px;margin-left:auto;margin-right:auto}
}

/* preview-only banner: a reviewer must never mistake this for the live site */
.prevbar{background:#14102b;color:#ffd7ea;font-size:12.5px;font-weight:600;
text-align:center;padding:8px 14px;letter-spacing:.02em}

/* ===== interior pages ===== */
/* ⚠ Interior pages are mostly running text, and a 68ch column left-pinned inside the
   1250px container leaves half the viewport empty on the right ("everything feels very
   shifted to the left" — Henry, 2026-08-02). So the hero is centred and every text block
   below centres its own column; only the grids span the full band. */
.phero{background:#1e1942;color:#fff;padding:44px 0 46px;position:relative;
text-align:center}
.phero .kick{color:#cbb8f2}
.phero h1{font-size:clamp(30px,7.6vw,44px);line-height:1.08;letter-spacing:-1px;
max-width:22ch;margin-left:auto;margin-right:auto}
.phero .plede{color:#d9d3f2;font-size:17px;margin:14px auto 0;max-width:56ch}
.crumb{font-size:13px;color:#cbb8f2;margin-bottom:10px}
.crumb a{color:#cbb8f2}
.crumb a:hover{color:#fff}

.band{padding:44px 0}
.band.paper{background:#faf8ff}
.prose{max-width:none}
/* the reading measure applies to running TEXT only — grids, galleries, team cards and the
   enquiry form span the full content width, which is how the original is laid out */
.prose>p,.prose>ul,.prose>ol,.prose>blockquote,.prose>h2,.prose>h3{
max-width:68ch;margin-left:auto;margin-right:auto}
.cols{display:grid;grid-template-columns:1fr;gap:26px;margin:26px 0}
.cols .colitem>*:first-child{margin-top:0}
.cols .colitem p,.cols .colitem li{max-width:none}
/* section headings centre, like the Bold homepage's band headings and the closing CTA */
.prose>h2{text-align:center}
.prose h2{font-size:clamp(23px,5.2vw,32px);letter-spacing:-.3px;margin:0 0 14px}
.prose h3{font-size:clamp(19px,4.2vw,23px);margin:0 0 10px}
.band+.band .prose h2,.prose *+h2{margin-top:34px}
.prose *+h3{margin-top:26px}
.prose p{margin-bottom:16px;color:#5a5f78;font-size:16.5px;line-height:1.68}
.prose p,.prose li,.prose h2,.prose h3{overflow-wrap:break-word}
.paper .prose p{color:#4a4f68}
.prose strong{color:#1e1942}
.prose a{color:#d81b60;font-weight:600;text-decoration:underline;text-underline-offset:2px}
/* auto side-margins keep lists in the same centred column as the text around them —
   `0 0 18px 0` here silently un-centred every list while the paragraphs centred */
.prose ul,.prose ol{margin:0 auto 18px;padding-left:0;list-style:none}
.prose ol{counter-reset:li}
.prose li{position:relative;padding-left:30px;margin-bottom:10px;color:#5a5f78;
font-size:16.5px;line-height:1.6}
.prose ul li::before{content:"";position:absolute;left:6px;top:11px;width:9px;height:9px;
border-radius:50%;background:#f04d92}
.prose ol li{counter-increment:li}
.prose ol li::before{content:counter(li);position:absolute;left:0;top:0;
font-weight:800;color:#d81b60;font-size:15px}
.prose figure{margin:22px auto;max-width:860px}
/* ⚠ content images NEVER upscale and NEVER crop — the blanket 16:9 crop sliced a charity
   logo mid-word and cut a poster in half (design review, /our-community/ + /fostival/).
   Only figures explicitly tagged .photo (curated photography) get the wide crop. */
.prose figure img{border-radius:16px;display:block;margin:0 auto;width:auto;
max-width:100%;height:auto}
.prose figure.photo img{width:100%;aspect-ratio:16/9;object-fit:cover}
/* slim mid-page CTA strip */
.midcta{background:#1e1942;color:#fff;padding:26px 0}
.midcta .w{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}
.midcta p{font-size:16.5px;font-weight:600;color:#e5defc;margin:0}
.midcta .mrow{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
@media(min-width:900px){.midcta .w{flex-direction:row;justify-content:space-between;
text-align:left}}

/* hero CTA buttons on the condensed pages — the base .cta is block/full-width, which
   stretched these into two stacked 1250px bars; they must be shoulder-to-shoulder pills */
.phero .hbtns{margin-top:24px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.phero .hbtns .cta{width:auto;flex:0 1 auto;min-width:230px;padding-left:34px;
padding-right:34px}

/* interior visual richness — the pages read "boring" as plain white text bands.
   Kickers, accent bars, and a navy band variant give them the homepage's rhythm. */
.prose .kick{display:block;text-align:center;font-size:12.5px;font-weight:800;
letter-spacing:.16em;text-transform:uppercase;color:#d81b60;margin:0 0 10px}
.cols .colitem>h3::before{content:"";display:block;width:28px;height:4px;
border-radius:2px;background:#f04d92;margin-bottom:10px}
.band.navy{background:#1e1942}
.band.navy .prose h2,.band.navy .prose h3{color:#fff}
.band.navy .prose .kick{color:#ff9ec9}
.band.navy .prose p,.band.navy .prose li{color:#d9d3f2}
.band.navy .prose li::before{background:#ff9ec9}
.band.navy .statbox{background:rgba(255,255,255,.06);
box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.14)}
.band.navy .prose blockquote{color:#fff}
.band.navy .prose strong{color:#ff9ec9}

/* numbered process steps as cards — a narrow <ol> read as a phone layout on desktop */
.steps{display:grid;grid-template-columns:1fr;gap:16px;margin:26px 0}
.step{background:#fff;border-radius:18px 18px 0 18px;padding:22px 24px;
box-shadow:0 12px 16px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.03)}
.step .n{display:inline-flex;width:34px;height:34px;border-radius:50%;
background:#d81b60;color:#fff;font-weight:800;font-size:16px;
align-items:center;justify-content:center;margin-bottom:10px}
.step h3{font-size:17.5px;margin:0 0 8px}
.step p{margin:0;font-size:15px;line-height:1.6;color:#5a5f78}

/* two or more consecutive testimonials become a card grid, not a stack */
.qgrid{display:grid;grid-template-columns:1fr;gap:18px;margin:24px 0}
.qgrid blockquote{margin:0;background:#fff;border-radius:16px;padding:20px 22px;
border-left:4px solid #f04d92;font-size:16.5px;font-weight:600;line-height:1.5;
color:#3d2a6e;box-shadow:0 12px 16px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.03)}

/* split band: text beside a photo, the same shape as the Bold homepage's founders and
   independence sections. A photo dropped in on its own line reads as an accident
   ("a very large random image" — Henry); beside its copy it reads as designed. */
.split{display:grid;grid-template-columns:1fr;gap:24px;margin:8px auto 26px;
align-items:center}
.split figure{margin:0;max-width:none}
.split img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;display:block}
.split .stext>*:first-child{margin-top:0}
/* team grid on the condensed pages: unify the mixed colour/B&W headshots, and let a
   4-person row fill the band instead of orphaning one card on row two */
.people.bw img{filter:grayscale(1)}
@media(min-width:1100px){.people.p4{grid-template-columns:repeat(4,1fr);gap:24px 20px}}
.prose figcaption{font-size:13.5px;color:#5a5f78;margin-top:8px}
.prose blockquote cite{display:block;margin-top:10px;font-style:normal;font-weight:600;
font-size:13.5px;color:#5a5f78;letter-spacing:.01em}
.qgrid blockquote cite{color:#d81b60}
.band.navy .prose blockquote cite{color:#cbb8f2}
.prose blockquote{margin:24px auto;padding:2px 0 2px 22px;border-left:4px solid #f04d92;
font-size:19px;font-weight:600;line-height:1.45;color:#3d2a6e}
/* the inline CTA shrink-wraps and centres — display:table is the no-flexbox way to do both */
.prose .inlinecta{display:table;margin:6px auto 18px;font-weight:800;color:#d81b60}
.prose video,.prose iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:16px;
display:block;margin:22px 0;background:#1e1942}

.faq{margin:22px auto;max-width:780px;border-top:1px solid rgba(30,25,66,.12)}
.faq details{border-bottom:1px solid rgba(30,25,66,.12)}
.faq summary{cursor:pointer;list-style:none;padding:17px 34px 17px 0;font-weight:800;
font-size:16.5px;color:#1e1942;position:relative;line-height:1.4}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:6px;top:24px;width:9px;height:9px;
border-right:2px solid #d81b60;border-bottom:2px solid #d81b60;transform:rotate(45deg);
transition:transform .15s}
.faq details[open] summary::after{transform:rotate(-135deg);top:26px}
.faq details>div{padding:0 0 18px;color:#5a5f78;font-size:16.5px;line-height:1.65}
.faq summary:focus-visible{outline:3px solid #d81b60;outline-offset:2px}

/* gallery + stat rail on interior pages */
.gal{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin:24px 0}
.gal figure{margin:0}
.gal img{border-radius:14px;aspect-ratio:4/3;object-fit:cover;width:100%}
.gal figcaption{font-size:13.5px;font-weight:600;color:#1e1942;margin-top:8px;line-height:1.35}
.gal figcaption span{display:block;font-weight:400;font-size:12.5px;color:#5a5f78;margin-top:2px}
.stats{display:grid;grid-template-columns:1fr;gap:22px;margin:26px 0}
.statbox{background:#1e1942;color:#fff;border-radius:18px;padding:24px 26px}
.statbox .v{display:block;font-size:clamp(34px,9vw,52px);font-weight:800;color:#ff9ec9;
line-height:1;letter-spacing:-1.5px}
.statbox .l{display:block;margin-top:8px;font-size:15px;color:#e5defc;line-height:1.4}

/* team cards — 3-up, photo on top, teaser + "Read more", matching the live page's shape */
.people{display:grid;grid-template-columns:1fr;gap:20px;margin:26px 0}
.person{background:#fff;border-radius:18px 18px 0 18px;overflow:hidden;display:flex;
flex-direction:column;box-shadow:0 12px 16px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.03)}
.person img{aspect-ratio:1/1;object-fit:cover;object-position:center 22%;width:100%}
.person .pbody{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.person b{display:block;font-size:18px;font-weight:800;color:#1e1942;line-height:1.25}
.person .role{font-size:13px;color:#d81b60;font-weight:600;margin-top:3px;line-height:1.35}
.person p{font-size:14.5px;color:#5a5f78;line-height:1.55;margin-top:10px}
/* teaser clamped to three lines, exactly like the live card */
.person .teaser{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
overflow:hidden}
.person details.bio{margin-top:auto;padding-top:10px}
.person details.bio summary{cursor:pointer;list-style:none;font-size:13.5px;font-weight:800;
color:#d81b60;min-height:26px;display:inline-flex;align-items:center;gap:6px}
.person details.bio summary::-webkit-details-marker{display:none}
.person details.bio summary::after{content:"";width:7px;height:7px;border-right:2px solid;
border-bottom:2px solid;transform:rotate(45deg);margin-top:-3px}
.person details.bio[open] summary::after{transform:rotate(-135deg);margin-top:2px}
.person details.bio[open] summary{margin-bottom:4px}
.person details.bio p:first-of-type{margin-top:6px}
/* once expanded the full bio starts with the teaser text, so hide the clamped copy */
.person:has(details.bio[open]) .teaser{display:none}
.person details.bio summary:focus-visible{outline:3px solid #d81b60;outline-offset:2px}

/* closing CTA band */
.pcta{background:linear-gradient(135deg,#c2185b 0%,#d81b60 100%);color:#fff;
padding:46px 0;text-align:center}
.pcta h2{font-size:clamp(26px,6.4vw,38px);letter-spacing:-.6px}
.pcta p{margin:12px auto 22px;max-width:44ch;color:#ffe6f0;font-size:16.5px}
.pcta .row{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:0 auto}
.pcta .pnum{margin-top:16px;font-size:15px;color:#fff}
.pcta .pnum a{font-weight:800;text-decoration:underline}

/* ===== news listing ===== */
.filters{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}
.filters button{font-family:inherit;font-size:13.5px;font-weight:600;color:#1e1942;
background:#fff;border:0;cursor:pointer;padding:10px 16px;border-radius:999px;
box-shadow:inset 0 0 0 1.5px rgba(30,25,66,.18);min-height:44px}
.filters button[aria-pressed="true"]{background:#1e1942;color:#fff;box-shadow:none}
.cards{display:grid;grid-template-columns:1fr;gap:24px}
.card{background:#fff;border-radius:18px 18px 0 18px;overflow:hidden;
box-shadow:0 12px 16px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.03);
display:flex;flex-direction:column}
.card .thumb{aspect-ratio:16/10;object-fit:cover;width:100%;background:#faf8ff}
.card a.thumb.tile{display:flex;align-items:center;justify-content:center;padding:18px;
text-align:center}
.card a.thumb.tile span{font-size:19px;font-weight:800;letter-spacing:-.3px;line-height:1.2}
.card .body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.card .date{font-size:12.5px;font-weight:600;color:#d81b60;letter-spacing:.02em}
.card b{display:block;font-size:18px;font-weight:800;line-height:1.28;color:#1e1942;
margin:6px 0 8px}
.card p{font-size:14.5px;color:#5a5f78;line-height:1.55;flex:1}
.card .go{margin-top:14px;font-size:14px;font-weight:800;color:#d81b60}
.card .chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.card .chips span{font-size:11.5px;font-weight:600;color:#5a5f78;padding:4px 9px;
border-radius:999px;box-shadow:inset 0 0 0 1.2px rgba(90,95,120,.28)}
.nonews{padding:26px 0;color:#5a5f78}
.morewrap{margin-top:30px;text-align:center}
.morebtn{font-family:inherit;font-size:15px;font-weight:800;color:#1e1942;background:#fff;
border:0;cursor:pointer;padding:15px 28px;border-radius:999px;min-height:48px;
box-shadow:inset 0 0 0 1.8px rgba(30,25,66,.2)}
.morebtn:hover{color:#d81b60}
.card[hidden]{display:none}

/* event posts: Date & Time / Price / Location, which live outside the post body */
.evmeta{margin:0 0 24px;background:#faf8ff;border-radius:16px;padding:18px 22px;
box-shadow:inset 0 0 0 1.5px rgba(30,25,66,.09)}
.evmeta>div{display:flex;gap:10px;padding:7px 0;flex-wrap:wrap}
.evmeta>div+div{border-top:1px solid rgba(30,25,66,.08)}
.evmeta dt{font-weight:800;color:#1e1942;font-size:14.5px;min-width:104px}
.evmeta dd{margin:0;color:#5a5f78;font-size:15.5px;flex:1;min-width:200px}

/* related posts at the foot of an article */
.related h2{font-size:clamp(21px,4.6vw,28px);margin-bottom:20px}
.related .cards{gap:20px}
.related .card b{font-size:16.5px}
.related .card .thumb{aspect-ratio:16/9}

/* ===== post pages ===== */
.pmeta{font-size:14px;color:#cbb8f2;margin-top:14px}
.pmeta span{color:#fff;font-weight:600}
.backlink{display:inline-block;margin-top:30px;font-weight:800;color:#d81b60}

@media(min-width:600px){
 .people{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:900px){
 .phero{padding:64px 0 70px}
 .phero h1{font-size:clamp(40px,4.6vw,60px)}
 .band{padding:72px 0}
 .prose p,.prose li{font-size:17.5px}
 /* auto-fit so 3 stats fill one row instead of orphaning the third box */
 .stats{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px}
 .cols{gap:40px;align-items:start}
 .split{grid-template-columns:1.05fr .95fr;gap:56px}
 .split.rev .simg{order:-1}
 .split img{aspect-ratio:1/1;max-height:520px}
 /* ⚠ Use the width on desktop. One centred column stacked top-to-bottom is a PHONE
    layout ("feels much more mobile optimised than desktop" — Henry). Reading paragraphs
    keep their measure; everything list-shaped spreads into columns. */
 .steps{grid-template-columns:repeat(3,1fr);gap:22px}
 .qgrid{grid-template-columns:1fr 1fr;gap:22px}
 .faq{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:0 48px;
 border-top:1px solid rgba(30,25,66,.12);align-items:start}
 .prose>ul{display:grid;grid-template-columns:1fr 1fr;gap:0 48px;max-width:none}
 .cols-2{grid-template-columns:1fr 1fr}
 .cols-3{grid-template-columns:repeat(3,1fr)}
 .cols-4{grid-template-columns:repeat(4,1fr)}
 .people{grid-template-columns:repeat(3,1fr);gap:30px 26px}
 .cards{grid-template-columns:repeat(3,1fr);gap:30px}
 .pcta{padding:88px 0}
 .pcta .row{flex-direction:row;max-width:640px}
 .pcta .row .cta{flex:1}
}

/* grouped nav (interior + home) */
.nav .ngroup{position:relative}
.nav .ntop{font-size:14px;font-weight:600;color:#1e1942;cursor:default;white-space:nowrap;
display:inline-flex;align-items:center;gap:5px;padding:8px 0}
.nav .ntop::after{content:"";width:5px;height:5px;border-right:1.6px solid #5a5f78;
border-bottom:1.6px solid #5a5f78;transform:rotate(45deg);margin-top:-3px}
/* ⚠ Right-align the last two groups. A hidden dropdown still occupies layout
   (visibility:hidden, not display:none), so the left-aligned "Contact" panel pushed
   scrollWidth to 1285 at a 1280 viewport — a horizontal scrollbar on EVERY page, from a
   menu nobody had opened. */
.nav .ngroup:last-child .ndrop,.nav .ngroup:nth-last-child(2) .ndrop{left:auto;right:-14px}
.nav .ndrop{position:absolute;top:100%;left:-14px;min-width:250px;background:#fff;
border-radius:14px;padding:10px 0;box-shadow:0 18px 46px rgba(30,25,66,.18);
opacity:0;visibility:hidden;transform:translateY(6px);transition:.14s;z-index:20}
.nav .ngroup:hover .ndrop,.nav .ngroup:focus-within .ndrop{opacity:1;visibility:visible;
transform:none}
.nav .ndrop a{display:block;padding:10px 20px;font-size:14.5px;font-weight:600;color:#1e1942}
.nav .ndrop a:hover{color:#d81b60;background:#faf8ff}
.navpanel .pgroup{padding:6px 0}
.navpanel .pgroup b{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;
text-transform:uppercase;color:#d81b60;padding:12px 2px 4px}

/* inline enquiry form — replaces the live site's popup-only form */
.efwrap{background:#1e1942;color:#fff;border-radius:22px;padding:28px 24px;
margin:30px auto;max-width:820px;box-shadow:0 18px 50px rgba(30,25,66,.22)}
.efwrap h2{color:#fff;font-size:clamp(22px,5vw,28px);margin-bottom:8px}
/* ⚠ The navy card's text colours are marked important. This card renders inside page
   context it can't predict (`.prose p`, `.paper .prose p`, mirrored-page stylesheets) and
   has lost the cascade to two of them already — the blurb rendered body-copy grey on navy
   and was near-invisible. Same defence as chrome.css uses for the header pills. */
.efwrap .efblurb{color:#d9d3f2 !important;font-size:15.5px;margin-bottom:20px;
line-height:1.55}
.ef label{display:block;font-size:13.5px;font-weight:600;color:#e5defc;margin-bottom:14px}
.ef input,.ef select,.ef textarea{display:block;width:100%;margin-top:6px;font-family:inherit;
font-size:16px;color:#1e1942;background:#fff;border:0;border-radius:12px;padding:13px 14px;
box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.25);min-height:48px}
.ef textarea{min-height:96px;resize:vertical}
.ef input:focus-visible,.ef select:focus-visible,.ef textarea:focus-visible{outline:3px solid #f04d92;
outline-offset:2px}
.ef .efhoney{position:absolute;left:-9999px;width:1px;height:1px;min-height:0;padding:0}
.ef .efcheck{display:flex;gap:11px;align-items:flex-start;font-weight:400;font-size:14px;
color:#d9d3f2;line-height:1.5;margin:4px 0 20px}
.ef .efcheck input{width:22px;height:22px;min-height:22px;margin:0;flex:none}
.ef .efcheck span{flex:1}
.ef button{margin-top:2px}
.efwrap .efnote{font-size:13.5px;color:#cbb8f2 !important;margin-top:14px;line-height:1.5}
.efwrap .efnote a{color:#ff9ec9 !important;font-weight:800}
.efmsg{margin-top:12px;font-size:15px;font-weight:600;min-height:0}
.efmsg.ok{color:#b8f2c8} .efmsg.bad{color:#ffb0c8}
.ef label.invalid input,.ef label.invalid select,.ef label.invalid textarea{
box-shadow:inset 0 0 0 2px #ff7aa5}
@media(min-width:760px){
 .efwrap{padding:36px 34px}
 .efrow{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
}
