/* ============================================================
   Pinwheel — Design System stylesheet
   Frozen homepage is the reference implementation.
   Tokens, components, and rules documented in /docs.
   ============================================================ */

/* Local fonts (self-contained, no CDN) */
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/poppins-500.woff2') format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/poppins-600.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/inter-400.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/inter-500.woff2') format('woff2')}

:root{
  --violet:#775EF7; --violet-600:#5f46e6; --accent:#9484ff;
  --bg:#080c14; --surface:#111826;
  --text:#fff; --muted:rgba(255,255,255,.58); --muted-2:rgba(255,255,255,.4);
  --line:rgba(255,255,255,.08);
  --pill:100px;
  --display:clamp(3rem,6.6vw,5.9rem); --h2:clamp(1.9rem,3.4vw,2.75rem);
  --body:1.0625rem; --eyebrow:.75rem; --maxw:1160px; --gutter:clamp(1.25rem,4vw,2.5rem);
  --section-y:clamp(5rem,9vw,7.5rem);
  --gap-label:.95rem; --gap-intro:1.15rem;
  --ease:cubic-bezier(.2,.65,.25,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:var(--body);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3{font-family:Poppins,sans-serif;margin:0;font-weight:500;letter-spacing:-.03em;line-height:1.08;text-wrap:balance}
p{margin:0;text-wrap:pretty}a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gutter)}
.accent{color:var(--accent)}
.eyebrow{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}

/* CTA system — filled buttons carry no icon; text links use one weight-matched arrow */
.btn{display:inline-flex;align-items:center;font-family:Poppins;font-weight:600;font-size:.98rem;padding:.92em 1.8em;border-radius:var(--pill);border:1px solid transparent;cursor:pointer;transition:background .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}
.btn-primary{background:var(--violet);color:#fff}
.btn-primary:hover{background:var(--violet-600);transform:translateY(-1px);box-shadow:0 10px 26px -14px rgba(119,94,247,.6)}
.btn:active{transform:translateY(0)}
.link{font-family:Poppins;font-weight:600;font-size:.98rem;color:var(--text);display:inline-flex;gap:.45em;align-items:center;transition:color .2s var(--ease)}
.link .arw{transition:transform .2s var(--ease)}
.link:hover{color:var(--accent)}.link:hover .arw{transform:translateX(3px)}

header{position:sticky;top:0;z-index:50;background:rgba(8,12,20,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:80px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:Poppins;font-weight:600;font-size:1.3rem;letter-spacing:-.02em;color:#fff;transition:opacity .2s var(--ease)}
.brand:hover{opacity:.78}
.brand svg{width:25px;height:25px;display:block}
.nav-links{display:flex;gap:2.2rem;font-family:Poppins;font-weight:500;font-size:.96rem}
.nav-links a{color:var(--muted);transition:color .2s var(--ease)}
.nav-links a:hover,.nav-links a.active{color:#fff}
.menu-btn{display:none;background:none;border:0;cursor:pointer;padding:.4rem}.menu-btn span{display:block;width:22px;height:2px;background:#fff;margin:5px 0}

/* HERO — left-set on the shared axis, effortless */
.hero{position:relative;overflow:hidden;min-height:clamp(560px,calc(100dvh - 80px),860px);display:flex;align-items:center;padding:clamp(3rem,7vw,5.5rem) 0;border-bottom:1px solid var(--line)}
.hero .wrap{width:100%}
.hero .in{max-width:1040px;position:relative;z-index:1}
.hero .eyebrow{margin-bottom:1.6rem}
.hero h1{font-size:var(--display);letter-spacing:-.045em;line-height:1.0;max-width:16ch}
.hero .sub{color:var(--muted);font-size:clamp(1.14rem,1.6vw,1.42rem);max-width:38ch;margin-top:1.4rem;line-height:1.5}
.hero .row{display:flex;gap:1.6rem;align-items:center;margin-top:2rem;flex-wrap:wrap}

.section{padding:var(--section-y) 0;border-bottom:1px solid var(--line)}
.lead{max-width:720px;margin-bottom:clamp(2.6rem,5vw,3.6rem)}
.lead h2{font-size:var(--h2);line-height:1.1;margin-top:var(--gap-label)}
.lead p{color:var(--muted);margin-top:var(--gap-intro);font-size:1.12rem;max-width:52ch;line-height:1.55}

/* one 3-column component, used by both "who we help" and "what we do" */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,3.5vw,3rem)}
.item{border-top:1px solid var(--line);padding-top:1.5rem}
.item h3{font-size:1.3rem;letter-spacing:-.02em;margin-bottom:.55rem}
.item p{color:var(--muted);font-size:.98rem;line-height:1.55}
.svc-foot{margin-top:clamp(2.4rem,4vw,3rem)}

.trust .mrow{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 clamp(3rem,5vw,4rem)}
.trust .m{padding:1.4rem 1rem;text-align:center}
.trust .m + .m{border-left:1px solid var(--line)}
.trust .num{font-family:Poppins;font-weight:600;font-size:clamp(2.6rem,5.4vw,3.9rem);letter-spacing:-.04em;line-height:1}
.trust .num span{color:var(--accent)}
.trust .d{color:var(--muted);font-size:.94rem;margin-top:.55rem}
.logos{text-align:center;margin-bottom:clamp(2.6rem,5vw,3.6rem)}
.logos p{font-family:Poppins;font-weight:500;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:1.6rem}
.logo-row{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,5vw,3.5rem);align-items:center;justify-content:center}
.logo-row span{font-family:Poppins;font-weight:600;font-size:1.2rem;color:var(--muted);opacity:.5;letter-spacing:-.02em;transition:opacity .2s var(--ease)}
.logo-row span:hover{opacity:.8}
.quote{max-width:760px;margin:0 auto;text-align:center}
.quote p{font-family:Poppins;font-weight:500;font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.4;letter-spacing:-.02em;text-wrap:balance}
.quote .by{color:var(--muted);margin-top:1.5rem;font-family:Poppins;font-weight:500;font-size:.94rem;letter-spacing:.01em}
.ph{display:inline-block;font-size:.58rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);border:1px dashed var(--line);border-radius:6px;padding:.15em .5em;margin-left:.4em;vertical-align:middle}

.cta{padding:clamp(6rem,11vw,9rem) 0;text-align:center}
.cta h2{font-size:clamp(2.2rem,4vw,3.3rem);letter-spacing:-.03em;line-height:1.06;max-width:17ch;margin:0 auto}
.cta p{color:var(--muted);margin:1.3rem auto 0;max-width:44ch;line-height:1.55}
.cta .btn{margin-top:2.3rem}

footer{padding:3.4rem 0 2.6rem;border-top:1px solid var(--line)}
.foot{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:center}
.foot-links{display:flex;gap:2.2rem;font-family:Poppins;font-weight:500;font-size:.95rem}
.foot-links a{color:var(--muted);transition:color .2s var(--ease)}.foot-links a:hover{color:#fff}
.foot-base{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.6rem;padding-top:1.5rem;border-top:1px solid var(--line);color:var(--muted-2);font-size:.85rem;font-family:Poppins;font-weight:500}

/* motion — quiet and consistent */
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
.js .reveal.in{opacity:1;transform:none}
.js .stagger>.reveal:nth-child(2){transition-delay:.08s}
.js .stagger>.reveal:nth-child(3){transition-delay:.16s}
@keyframes heroIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.js .hero .in>*{opacity:0;animation:heroIn .8s var(--ease) forwards}
.js .hero .in>.eyebrow{animation-delay:.04s}
.js .hero .in>h1{animation-delay:.12s}
.js .hero .in>.sub{animation-delay:.22s}
.js .hero .in>.row{animation-delay:.32s}

@media(max-width:820px){
  .grid3,.trust .mrow{grid-template-columns:1fr;gap:0}
  .item{margin-top:1.5rem}
  .trust .m + .m{border-left:0;border-top:1px solid var(--line)}
  .nav-links,.nav .btn{display:none}.menu-btn{display:block}
  .nav[data-open="true"] .nav-links{display:flex;position:absolute;top:80px;left:0;right:0;flex-direction:column;background:var(--surface);padding:1.25rem var(--gutter);gap:1.1rem;border-bottom:1px solid var(--line)}
  .foot-links{flex-wrap:wrap;gap:.8rem 1.5rem}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.js .reveal,.js .hero .in>*{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.btn,.link .arw,.brand,.nav-links a{transition:none!important}}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}

/* ============================================================
   SYSTEM EXTENSIONS — additive, no change to homepage rendering
   ============================================================ */

/* nav action wrapper (was an inline style on the homepage) */
.nav-actions{display:flex;align-items:center;gap:1.1rem}

/* narrow lead modifier (was an inline max-width on the homepage) */
.lead--narrow{max-width:640px}

/* Interior page header — shorter variant of .hero for sub-pages
   (About, Services, Contact, Insights). Left-set on the shared axis,
   no viewport min-height. Use this on every page except the homepage. */
.page-hero{position:relative;overflow:hidden;padding:clamp(4.5rem,9vw,7rem) 0 clamp(3rem,6vw,4.5rem);border-bottom:1px solid var(--line)}
.page-hero .in{max-width:900px}
.page-hero h1{font-family:Poppins;font-weight:500;font-size:clamp(2.4rem,5vw,3.8rem);letter-spacing:-.04em;line-height:1.02;margin-top:var(--gap-label);max-width:18ch}
.page-hero .sub{color:var(--muted);font-size:clamp(1.1rem,1.5vw,1.32rem);max-width:52ch;margin-top:1.4rem;line-height:1.5}
.page-hero .row{display:flex;gap:1.6rem;align-items:center;margin-top:2rem;flex-wrap:wrap}

/* ---- Interior service-page layouts (AEO + future service pages) ----
   Additive only. Compose from tokens; no homepage or token changes.
   These give service pages a functional rhythm distinct from the
   homepage's stacked full-width sections. */

/* Editorial two-column page header: headline left, summary + teaser list right.
   Pair with .page-hero. Shorter vertical space than the base .page-hero. */
.page-hero.svc-hero{padding-block:clamp(3.5rem,7vw,5.25rem) clamp(2.5rem,5vw,3.5rem)}
.hero-grid{display:grid;grid-template-columns:1.4fr .85fr;gap:clamp(2.25rem,5vw,4.5rem);align-items:start}
.hero-aside{padding-top:.9rem}
.hero-aside .stmt{font-family:Poppins;font-weight:500;font-size:1.12rem;line-height:1.45;letter-spacing:-.015em;color:var(--text);text-wrap:balance;max-width:24ch}
.hero-aside .mini-list{list-style:none;margin:1.55rem 0 0;padding:0;display:flex;flex-direction:column}
.hero-aside .mini-list li{font-family:Poppins;font-weight:500;font-size:.92rem;color:var(--muted);border-top:1px solid var(--line);padding:.62rem 0}
@media(max-width:820px){.hero-grid{grid-template-columns:1fr;gap:2rem;align-items:start}.hero-grid .hero-main{max-width:none}}

/* Two-column problem / context: lead left, supporting prose right. */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:start}
.split .lead{margin-bottom:0}
.split .split-body p{color:var(--muted);font-size:1.05rem;line-height:1.65}
.split .split-body p + p{margin-top:1.1rem}
.split .split-body .link{margin-top:1.6rem}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:1.75rem}}

/* Left-rail capability list: sticky heading left, hairline row list right. */
.caps{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2.5rem,6vw,5rem);align-items:start}
.caps .lead{margin-bottom:0}
.cap-list{display:flex;flex-direction:column}
.cap-list .cap{display:grid;grid-template-columns:1fr 1.3fr;gap:.2rem 2.25rem;align-items:baseline;border-top:1px solid var(--line);padding:1.05rem 0}
.cap-list .cap:last-child{border-bottom:1px solid var(--line)}
.cap-list .cap h3{font-size:1.05rem;letter-spacing:-.01em;line-height:1.3}
.cap-list .cap p{color:var(--muted);font-size:.92rem;line-height:1.5}
@media(min-width:1041px){.caps .lead{position:sticky;top:104px}}
@media(max-width:1040px){.caps{grid-template-columns:1fr;gap:1.9rem}}
@media(max-width:820px){.cap-list .cap{grid-template-columns:1fr;gap:.35rem;align-items:start}}

/* Vertical numbered process: hairline-separated steps threaded by a single
   quiet spine, with an accent index sitting as a node on it. The spine is the
   page's one deliberate visual moment — structural, not decorative. */
.process{display:flex;flex-direction:column;max-width:860px}
.process .step{position:relative;display:grid;grid-template-columns:2.75rem 1fr;gap:1.25rem;border-top:1px solid var(--line);padding:1.6rem 0}
.process .step .no{justify-self:center;align-self:start;position:relative;z-index:1;background:var(--bg);padding:.12rem 0 .5rem;font-family:Poppins;font-weight:600;font-size:1.05rem;color:var(--accent);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}
.process .step::before{content:"";position:absolute;left:1.375rem;transform:translateX(-50%);top:0;bottom:0;width:1px;background:var(--line);z-index:0}
.process .step:first-child::before{top:2.25rem}
.process .step:last-child::before{bottom:calc(100% - 2.25rem)}
.process .step h3{font-size:1.2rem;letter-spacing:-.02em;margin-bottom:.4rem}
.process .step p{color:var(--muted);font-size:.98rem;line-height:1.55;max-width:58ch}
@media(max-width:820px){.process .step{grid-template-columns:2.25rem 1fr;gap:1rem}.process .step::before{left:1.125rem}}

/* ---- Contact page: two-column form + assurance panel ---- */
.contact{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2.75rem,6vw,5.5rem);align-items:start}
@media(max-width:820px){.contact{grid-template-columns:1fr;gap:2.75rem}}

/* Form — editorial underline fields: no box, no card radius, on-system hairlines */
.form .field{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.7rem}
.form label{font-family:Poppins;font-weight:500;font-size:.82rem;letter-spacing:.02em;color:var(--muted)}
.form label .opt{color:var(--muted-2);font-weight:500}
.form input,.form textarea{width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:1.04rem;line-height:1.6;padding:.5rem 0;transition:border-color .2s var(--ease)}
.form input::placeholder,.form textarea::placeholder{color:var(--muted-2)}
.form input:focus,.form textarea:focus{border-bottom-color:var(--accent)}
.form textarea{resize:vertical;min-height:132px}
.form .btn{margin-top:.9rem}
.form .fineprint{margin-top:1.3rem;color:rgba(255,255,255,.5);font-size:.86rem;line-height:1.55;max-width:48ch}
.form .hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Assurance panel — subtle trust list beside the form (borderless, hairline-separated) */
.assure .eyebrow{display:block;margin-bottom:1.35rem}
.assure-list{display:flex;flex-direction:column}
.assure-item{border-top:1px solid var(--line);padding:1.25rem 0}
.assure-item:last-child{border-bottom:1px solid var(--line)}
.assure-item h3{font-family:Poppins;font-weight:600;font-size:1rem;letter-spacing:-.01em;margin-bottom:.35rem}
.assure-item p{color:var(--muted);font-size:.92rem;line-height:1.5}

/* ---- Services overview: operating-model flow diagram ----
   A restrained vertical relationship diagram (not decorative): three nodes
   threaded by a hairline connector ending in a small accent marker. Shows how
   the disciplines feed one another. Token-only; no card, no new radius. */
.flow{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.flow-node .fname{font-family:Poppins;font-weight:500;font-size:clamp(1.3rem,2.6vw,1.75rem);letter-spacing:-.025em;line-height:1.12}
.flow-node .frole{color:var(--muted);font-size:.98rem;line-height:1.5;margin-top:.5rem}
.flow-conn{display:flex;flex-direction:column;align-items:center;margin:1.15rem 0}
.flow-conn::before{content:"";width:1px;height:2rem;background:var(--line)}
.flow-conn::after{content:"";margin-top:3px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--accent)}
.flow-note{text-align:center;color:var(--muted-2);font-size:.95rem;max-width:54ch;margin:clamp(2.2rem,4vw,3rem) auto 0;line-height:1.55}

/* ---- Insights: editorial publication index ----
   A reading surface, not a SaaS blog: text-forward, hairline-separated, no
   cards/badges/pills. Category labels and metadata are quiet type, not chips.
   Slightly warmer measure + line-height on excerpts for a "reading library" feel. */

/* understated topic taxonomy — a quiet browse row, never pills */
.topics{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem 1.4rem}
.topics .t-label{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2)}
.topics a{font-family:Poppins;font-weight:500;font-size:.95rem;color:var(--muted);transition:color .2s var(--ease)}
.topics a:hover{color:#fff}
/* topic filter chips — buttons; mirrors the .work-filter active treatment */
.topics button{background:none;border:0;padding:0;cursor:pointer;font-family:Poppins;font-weight:500;font-size:.95rem;color:var(--muted);transition:color .2s var(--ease)}
.topics button:hover{color:#fff}
.topics button.active{color:#fff;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:1px;text-underline-offset:5px}
.posts a.post[hidden]{display:none}
.posts-empty{color:var(--muted);font-size:1rem;padding-top:1.8rem}

/* featured article — the flagship, given editorial scale */
.feature{max-width:820px}
.feature .cat{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.feature h2{font-size:clamp(1.9rem,3.6vw,2.8rem);letter-spacing:-.03em;line-height:1.08;margin-top:1rem;max-width:20ch}
.feature .ex{color:var(--muted);font-size:1.16rem;line-height:1.72;margin-top:1.3rem;max-width:60ch}
.feature .f-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.8rem;padding-top:1.3rem;border-top:1px solid var(--line);max-width:60ch}
.feature .meta{font-family:Poppins;font-weight:500;font-size:.86rem;color:var(--muted-2)}

/* article list — a restrained two-column reading grid, not cards */
.posts{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(2.5rem,5vw,4.5rem)}
a.post{display:block;border-top:1px solid var(--line);padding:1.8rem 0}
a.post .cat{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);transition:color .2s var(--ease)}
a.post h3{font-size:1.22rem;letter-spacing:-.02em;line-height:1.25;margin-top:.7rem;transition:color .2s var(--ease)}
a.post .ex{color:var(--muted);font-size:.98rem;line-height:1.6;margin-top:.6rem}
a.post .meta{display:block;font-family:Poppins;font-weight:500;font-size:.82rem;color:var(--muted-2);margin-top:.9rem}
a.post:hover h3,a.post:hover .cat{color:var(--accent)}
@media(max-width:820px){.posts{grid-template-columns:1fr}}

/* ---- Work: a curated, anonymized track record ----
   Not a portfolio of cards — hairline-separated executive summaries with the
   outcome metrics set prominently to the right, closer to a fund's record than
   an agency grid. Token-only; no card radius, no badges. */

/* the list sits closer to the hero than a standard section — track-record density */
.work-index{padding-top:clamp(2.5rem,5vw,4rem)}

/* understated, interactive filter row (component retained; not used on the current hub) */
.work-filter{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem 1.5rem;margin-bottom:clamp(1.6rem,3vw,2.4rem)}
.work-filter .fl-label{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2)}
.work-filter button{background:none;border:0;padding:0;cursor:pointer;font-family:Poppins;font-weight:500;font-size:.95rem;color:var(--muted);transition:color .2s var(--ease)}
.work-filter button:hover{color:#fff}
.work-filter button.active{color:#fff;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:1px;text-underline-offset:5px}

/* the engagement list */
.work-list{display:flex;flex-direction:column}
a.engagement{display:grid;grid-template-columns:1.55fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:start;border-top:1px solid var(--line);padding:clamp(2rem,4vw,2.9rem) 0}
.work-list a.engagement:first-child{border-top:0;padding-top:0}
a.engagement:last-child{border-bottom:1px solid var(--line)}
.eng-meta{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.eng-main h3{font-size:clamp(1.35rem,2.2vw,1.72rem);letter-spacing:-.02em;line-height:1.16;margin-top:.7rem;transition:color .2s var(--ease)}
a.engagement:hover .eng-main h3{color:var(--accent)}
.eng-sum{color:var(--muted);font-size:1.02rem;line-height:1.6;margin-top:.8rem;max-width:54ch}
.eng-svc{margin-top:1.15rem;font-family:Poppins;font-weight:500;font-size:.85rem;color:var(--muted-2);letter-spacing:.01em}
.eng-more{display:inline-flex;align-items:center;gap:.45em;margin-top:1.25rem;font-family:Poppins;font-weight:600;font-size:.95rem;color:var(--text);transition:color .2s var(--ease)}
.eng-more .arw{transition:transform .2s var(--ease)}
a.engagement:hover .eng-more{color:var(--accent)}
a.engagement:hover .eng-more .arw{transform:translateX(3px)}
/* outcome metrics, set right — one accent glyph per figure, matching the system */
.eng-metrics{display:flex;flex-direction:column;gap:1.35rem;padding-top:.35rem}
.eng-m .num{font-family:Poppins;font-weight:600;font-size:clamp(1.9rem,3vw,2.5rem);letter-spacing:-.04em;line-height:1;color:var(--text)}
.eng-m .num span{color:var(--accent)}
.eng-m .d{color:var(--muted);font-size:.9rem;margin-top:.45rem;line-height:1.4;max-width:26ch}
.work-empty{color:var(--muted);font-size:1.02rem;padding-top:1.9rem}
@media(max-width:820px){
  a.engagement{grid-template-columns:1fr;gap:1.6rem}
  .eng-metrics{flex-direction:row;flex-wrap:wrap;gap:1.5rem 2.5rem}
}

/* ---- Single engagement page — a dark executive briefing (continues Work) ----
   Metrics are the hero; charts and a representative AI-answer carry the results.
   Everything else reuses the system (page-hero, .trust metrics, .split, .caps,
   .grid3, .engagement). Additive, token-only. */
.eng-facts{margin-top:1.5rem;font-family:Poppins;font-weight:500;font-size:.92rem;color:var(--muted-2);letter-spacing:.01em;line-height:1.7;max-width:62ch}
/* metrics band closes the hero — the visual focus of the page */
.eng-hero-metrics{margin-top:clamp(2.2rem,5vw,3.2rem);border-top:1px solid var(--line);padding-top:clamp(2rem,4vw,2.6rem)}
.eng-hero-metrics .mrow{margin-bottom:0}
/* results reading column + supporting copy */
/* Results composition: the chart is the full-width centerpiece; the supporting
   copy, caption, and AI panel all share one reading column beneath it — two
   intentional widths (feature vs reading) instead of three arbitrary ones. */
.eng-body{max-width:930px}
.eng-body > :first-child{margin-top:0}
.eng-body p{color:var(--muted);font-size:1.05rem;line-height:1.7;margin-top:1.5rem;max-width:44rem}
/* results — chart figure (the centerpiece, full width of the section) */
.eng-figure{margin:clamp(1.9rem,4vw,2.6rem) 0 0}
.eng-figure svg,.eng-figure img{display:block;width:100%;height:auto}
.eng-figure figcaption{margin-top:1.1rem;font-size:.9rem;color:var(--muted-2);line-height:1.5;max-width:44rem}
.eng-figure figcaption .fig-label{display:block;font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}
.eng-figure figcaption .fig-credit{opacity:.8}
.eng-figure figcaption .fig-credit a{color:inherit;text-decoration:underline;text-decoration-color:rgba(148,132,255,.4);text-underline-offset:2px}
/* results — a representative AI answer (illustrative, not a screenshot); joins the reading column */
.ai-answer{margin:clamp(1.9rem,4vw,2.6rem) 0 0;border:1px solid var(--line);background:var(--surface);padding:clamp(1.4rem,3vw,1.9rem);max-width:44rem}
.ai-answer .aa-label{font-family:Poppins;font-weight:600;font-size:var(--eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2)}
.ai-answer .aa-body{font-size:1.08rem;line-height:1.62;color:var(--text);margin-top:.9rem}
.ai-answer mark{background:none;color:var(--accent);font-weight:500;text-decoration:underline;text-decoration-color:rgba(148,132,255,.45);text-underline-offset:3px}
.ai-answer figcaption{margin-top:1.1rem;font-size:.88rem;color:var(--muted-2);line-height:1.5}

/* Founder section (used on index-founder.html and the About page) */
.founder .fgrid{display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:start}
.founder .lead{margin-bottom:0}
.people{display:flex;flex-direction:column;gap:1.6rem;padding-top:.4rem}
.person{display:flex;align-items:center;gap:1rem}
.person .av{width:60px;height:60px;border-radius:50%;flex:none;display:grid;place-items:center;color:var(--muted-2);background:var(--surface);border:1px solid var(--line)}
.person .av svg{width:24px;height:24px}
.person .who-l{display:flex;flex-direction:column;gap:.15rem}
.person .nm{font-family:Poppins;font-weight:600;font-size:1.02rem;line-height:1.2}
.person .rl{color:var(--muted);font-size:.9rem}
.founder .cred{margin-top:1.7rem;padding-top:1.5rem;border-top:1px solid var(--line);color:var(--muted-2);font-size:.95rem;max-width:44ch;line-height:1.5}
@media(max-width:820px){.founder .fgrid{grid-template-columns:1fr;gap:2.5rem}.people{padding-top:0}}

/* ============================================================
   ARTICLE — long-form reading surface (deliberate light-first)
   The one place the site goes light: a warm "research library"
   reading environment between the dark nav and the dark footer.
   Reusable components — every Insights article inherits these.
   ============================================================ */
.article{
  --paper:#faf7f0;        /* warm off-white — book paper */
  --ink:#211d16;          /* warm near-black */
  --ink-soft:#5c554b;     /* muted warm (captions, meta) */
  --ink-line:rgba(33,29,22,.14);
  --ink-accent:#5b43e0;   /* violet, tuned for contrast on paper */
}

/* editorial sticky nav (article pages only) — transparent over the dark cover,
   then lifts into a quiet warm bar over the reading surface. `.lifted` is
   toggled by the article's scroll script as the cover passes the nav. */
body.reading header{background:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background .35s var(--ease),border-color .35s var(--ease)}
body.reading header.lifted{background:rgba(250,247,240,.82);-webkit-backdrop-filter:blur(20px) saturate(1.05);backdrop-filter:blur(20px) saturate(1.05);border-bottom-color:rgba(33,29,22,.08)}
/* condense slightly while reading — quieter still */
body.reading header .nav{transition:height .35s var(--ease)}
body.reading header.lifted .nav{height:70px}
body.reading header.lifted .brand{color:#211d16}
body.reading header.lifted .nav-links a{color:#5c554b}
body.reading header.lifted .nav-links a:hover,body.reading header.lifted .nav-links a.active{color:#211d16}
body.reading header.lifted .menu-btn span{background:#211d16}
/* understated CTA — outlined, never a filled marketing button */
body.reading .nav .btn-primary{background:transparent;color:#fff;border-color:rgba(255,255,255,.3);box-shadow:none}
body.reading .nav .btn-primary:hover{background:transparent;color:#fff;border-color:rgba(255,255,255,.6);transform:none;box-shadow:none}
body.reading header.lifted .btn-primary{color:#211d16;border-color:rgba(33,29,22,.28);padding:.8em 1.55em}
body.reading header.lifted .btn-primary:hover{color:#211d16;border-color:rgba(33,29,22,.55)}
/* mobile dropdown on the lifted (light) nav */
body.reading header.lifted .nav[data-open="true"] .nav-links{background:#faf7f0;border-bottom-color:rgba(33,29,22,.1)}
body.reading header.lifted .nav[data-open="true"] .nav-links a{color:#211d16}

/* Dark header — site-consistent; then we step into the warm body */
.article-head{background:var(--bg);border-bottom:1px solid var(--line);padding:clamp(2.6rem,6vw,4.2rem) 0 clamp(2.4rem,5vw,3.4rem)}
.article-head .col{max-width:724px;margin:0 auto;padding-inline:var(--gutter)}
.article-head a.eyebrow{display:inline-block;margin-bottom:1.3rem;transition:color .2s var(--ease)}
.article-head a.eyebrow:hover{color:#fff}
.article-head h1{font-family:Poppins;font-weight:500;font-size:clamp(2.05rem,4.4vw,3.2rem);letter-spacing:-.035em;line-height:1.07}
.article-head .dek{color:var(--muted);font-size:clamp(1.14rem,1.8vw,1.4rem);line-height:1.5;margin-top:1.3rem;max-width:48ch}
.article-head .a-meta{margin-top:1.8rem;font-family:Poppins;font-weight:500;font-size:.9rem;color:var(--muted-2);letter-spacing:.02em}

/* Warm reading body */
.article-body{background:var(--paper);color:var(--ink)}
.prose{max-width:724px;margin:0 auto;padding:clamp(2.8rem,6vw,4.4rem) var(--gutter) clamp(3rem,6vw,4.5rem)}
.prose > * + *{margin-top:1.35rem}
/* keep the text measure comfortable; let blocks (compare, figures, callouts) breathe wider */
.prose > p,.prose > .lede,.prose > ul,.prose > ol{max-width:680px}
.prose p{font-size:1.15rem;line-height:1.78}
.prose .lede{font-family:Poppins;font-weight:500;font-size:clamp(1.24rem,2vw,1.42rem);line-height:1.5;letter-spacing:-.012em;color:var(--ink)}
.prose h2{font-family:Poppins;font-weight:500;font-size:clamp(1.5rem,2.6vw,1.9rem);letter-spacing:-.022em;line-height:1.16;margin-top:clamp(2.5rem,4.2vw,3.2rem)}
/* consistent editorial rhythm: a short rule leads every major section */
.prose h2::before{content:"";display:block;width:56px;height:1px;background:var(--ink-line);margin-bottom:clamp(1.5rem,2.6vw,1.9rem)}
.prose h3{font-family:Poppins;font-weight:600;font-size:1.18rem;letter-spacing:-.01em;margin-top:2.2rem}
.prose a{color:var(--ink);text-decoration:underline;text-decoration-color:rgba(91,67,224,.4);text-underline-offset:2px;text-decoration-thickness:1px;transition:color .2s var(--ease),text-decoration-color .2s var(--ease)}
.prose a:hover{color:var(--ink-accent);text-decoration-color:var(--ink-accent)}
.prose strong{font-weight:600;color:var(--ink)}
.prose em{font-style:italic}
.prose ul,.prose ol{padding-left:1.35rem}
.prose li{font-size:1.15rem;line-height:1.72;margin-top:.55rem}
.prose li::marker{color:var(--ink-soft)}

/* section divider — a short centered rule */
.prose .rule{border:0;height:1px;background:var(--ink-line);width:56px;margin:clamp(2.8rem,5vw,3.6rem) 0}

/* "In this article" summary box — understated, near the top */
.article-toc{border:0;border-top:1px solid var(--ink-line);border-bottom:1px solid var(--ink-line);padding:1.5rem 0}
.article-toc .k{font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}
.article-toc ul{list-style:none;padding:0;margin:.95rem 0 0}
.article-toc li{font-family:Poppins;font-weight:500;font-size:.98rem;color:var(--ink);margin-top:.55rem;line-height:1.4}
.article-toc li::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--ink-accent);opacity:.6;margin-right:.7rem;vertical-align:middle}
/* auto-generated TOC links keep the original plain-text look (override .prose a underline); gentle hover since they're now anchors */
.article-toc a{color:inherit;text-decoration:none}
.article-toc a:hover{color:var(--ink-accent)}

/* pull quote */
.pull{margin:clamp(3rem,6vw,4.2rem) 0;padding-left:1.7rem;border-left:3px solid var(--ink-accent)}
.pull p{font-family:Poppins;font-weight:500;font-size:clamp(1.5rem,2.9vw,2.05rem);line-height:1.3;letter-spacing:-.022em;color:var(--ink);text-wrap:balance}

/* callout / key idea */
.callout{background:rgba(91,67,224,.05);border:1px solid rgba(91,67,224,.16);padding:1.3rem 1.5rem}
.callout .k{display:block;font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-accent);margin-bottom:.55rem}
.callout p{font-size:1.04rem;line-height:1.66}

/* comparison block — two panels divided by a hairline */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--ink-line);border:1px solid var(--ink-line)}
.compare .col{background:var(--paper);padding:1.4rem 1.5rem}
.compare .k{display:block;font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.7rem}
.compare p{font-size:1.02rem;line-height:1.62}
@media(max-width:640px){.compare{grid-template-columns:1fr}}

/* figure + simple pipeline diagram */
.prose figure{margin:clamp(2.4rem,5vw,3.2rem) 0}
.pipe{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem .7rem;padding:1.6rem 1.2rem;border:1px solid var(--ink-line)}
.pipe .st{font-family:Poppins;font-weight:600;font-size:.95rem;letter-spacing:-.01em;color:var(--ink)}
.pipe .ar{color:var(--ink-accent);font-size:.95rem}
.prose figcaption{font-size:.86rem;color:var(--ink-soft);margin-top:.9rem;line-height:1.5;text-align:center}

/* code / preformatted (available to the system, restrained) */
.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:rgba(33,29,22,.06);padding:.12em .38em;border-radius:4px}
.prose pre{background:rgba(33,29,22,.05);border:1px solid var(--ink-line);padding:1.1rem 1.3rem;overflow-x:auto;font-size:.92rem;line-height:1.6}
.prose pre code{background:none;padding:0}

/* Continue reading — closes the article warmly (no marketing CTA) */
.article-more{background:var(--paper);border-top:1px solid var(--ink-line)}
.article-more .col{max-width:680px;margin:0 auto;padding:clamp(2.6rem,5vw,3.6rem) var(--gutter)}
.article-more .k{font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}
.article-more .r-list{margin-top:1.4rem}
a.r-item{display:block;border-top:1px solid var(--ink-line);padding:1.15rem 0}
a.r-item:last-child{border-bottom:1px solid var(--ink-line)}
a.r-item .rc{font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);transition:color .2s var(--ease)}
a.r-item h3{font-family:Poppins;font-weight:500;font-size:1.2rem;letter-spacing:-.02em;color:var(--ink);margin-top:.45rem;transition:color .2s var(--ease)}
a.r-item .rm{display:block;font-family:Poppins;font-weight:500;font-size:.82rem;color:var(--ink-soft);margin-top:.55rem}
a.r-item:hover h3,a.r-item:hover .rc{color:var(--ink-accent)}

/* ── Review scaffolding marker ──────────────────────────────────────────────
   Flags illustrative / sample content during internal + partner review so no
   placeholder metric reads as a real client claim. Remove these .samplebar
   elements (markup only) once real case studies replace the illustrative ones. */
.samplebar{display:flex;align-items:center;gap:.75rem .9rem;flex-wrap:wrap;border:1px dashed rgba(148,132,255,.45);background:rgba(119,94,247,.06);padding:.8rem 1.05rem;margin:0 0 clamp(1.6rem,3vw,2.4rem)}
.samplebar .tag{flex:none;font-family:Poppins;font-weight:600;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(148,132,255,.5);border-radius:var(--pill);padding:.26rem .68rem}
.samplebar p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}

/* Contact form — inline validation errors (Statamic Forms; shown only on failed submit) */
.field-error{display:block;margin-top:.5rem;font-family:Poppins;font-weight:500;font-size:.82rem;color:#ff8a80}

/* Figure component — image + optional caption/credit; Content / Wide / Full display widths.
   Inherits .prose figure (margin) + .prose figcaption (centered, soft). Wide/Full break out
   of the 724px column; article-body clips so full-bleed never adds a horizontal scrollbar. */
.article-body{overflow-x:clip}
.fig img{display:block;width:100%;height:auto}
.fig figcaption .fig-label{display:block;font-family:Poppins;font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-accent);margin-bottom:.4rem}
.fig figcaption .fig-credit{opacity:.8}
.fig figcaption .fig-credit a{color:inherit;text-decoration:underline;text-decoration-color:rgba(91,67,224,.4);text-underline-offset:2px}
.fig--wide{width:min(1040px,92vw);margin-left:50%;transform:translateX(-50%)}
.fig--full{width:100vw;margin-left:50%;transform:translateX(-50%)}
@media(max-width:640px){.fig--wide,.fig--full{width:auto;margin-left:0;transform:none}}
