
:root{
  --navy:#0b263b;--navy-2:#12364f;--ink:#162a3a;--muted:#536574;--green:#08772f;
  --green-dark:#006b29;--blue:#0b83b7;--paper:#ffffff;--cream:#f7f5ef;--pale:#f3f7f5;
  --line:#dce4e2;--line-dark:rgba(255,255,255,.16);--shadow:0 18px 45px rgba(15,39,55,.10);
  --serif:"Iowan Old Style","Baskerville","Times New Roman",serif;
  --sans:Inter,"Segoe UI",Arial,sans-serif;
  --mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;
  --max:1380px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.58;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:16px;top:-60px;z-index:999;background:var(--navy);color:#fff;padding:10px 16px;border-radius:4px}.skip-link:focus{top:12px}.container{width:min(calc(100% - 64px),var(--max));margin:auto}.eyebrow{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--green);margin-bottom:14px}.section-title{font-family:var(--serif);font-size:clamp(2rem,3.25vw,3.6rem);line-height:1.04;font-weight:500;letter-spacing:-.025em;margin:0;color:var(--navy)}.section-lead{font-size:1.05rem;color:var(--muted);max-width:760px}.section{padding:82px 0}.section.compact{padding:56px 0}.section.tint{background:var(--cream)}.section.pale{background:var(--pale)}.rule{width:46px;height:3px;background:var(--green);margin:20px 0 18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:11px 20px;border-radius:4px;border:1px solid transparent;text-decoration:none;font-size:.91rem;font-weight:700;transition:.2s ease}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.button.secondary{border-color:#8ca3a0;background:rgba(255,255,255,.88);color:var(--navy)}.button.secondary:hover{border-color:var(--green);color:var(--green)}.text-link{color:var(--green);font-weight:700;text-decoration:none}.text-link:hover{text-decoration:underline}.status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #c8d8d3;border-radius:999px;padding:6px 11px;font-size:.76rem;font-weight:700;color:var(--green);background:#fff}.status-pill:before{content:"";width:7px;height:7px;background:var(--green);border-radius:50%}
.site-header{height:76px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;backdrop-filter:blur(14px)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{height:49px;width:auto}.nav-links{display:flex;align-items:center;gap:30px;font-size:.92rem}.nav-links a{text-decoration:none;color:#24394b;position:relative;padding:27px 0}.nav-links a:not(.button):after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--green);transition:.2s}.nav-links a:hover:after,.nav-links a[aria-current="page"]:after{right:0}.nav-links .button{color:#fff;padding:10px 19px;min-height:42px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:4px;width:44px;height:44px;color:var(--navy);font-size:1.2rem}.mobile-nav{display:none}
.home-hero{min-height:610px;position:relative;overflow:hidden;background:#edf2ef}.home-hero .hero-image{position:absolute;inset:0;background:url('../images/hero-field.webp') 64% 50%/cover no-repeat}.home-hero .hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.74) 47%,rgba(255,255,255,.10) 68%,rgba(255,255,255,0) 100%)}.home-hero .hero-content{position:relative;z-index:2;padding:76px 0 54px;max-width:650px}.home-hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(3.4rem,5.2vw,5.45rem);letter-spacing:-.035em;line-height:.96;margin:0;color:var(--navy)}.home-hero p{font-size:1.07rem;color:#314759;max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 20px}.assurance{display:flex;align-items:flex-start;gap:12px;font-size:.84rem;font-weight:600;color:#304b4b;max-width:520px}.assurance svg{flex:0 0 21px;margin-top:1px;color:var(--green)}
.theme-section{padding:36px 0 18px}.theme-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}.theme-card{border:1px solid var(--line);background:#fff;min-width:0;transition:.22s ease;display:flex;flex-direction:column}.theme-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b9cbc7}.theme-card img{width:100%;height:auto;aspect-ratio:1.48/1;object-fit:cover;object-position:center;display:block}.theme-card .body{padding:13px 14px 16px;display:flex;flex-direction:column;flex:1}.theme-card .num{font-size:.68rem;color:#6c7a84;margin-bottom:6px}.theme-card h3{font-family:var(--serif);font-size:1.23rem;line-height:1.05;margin:0 0 9px;color:var(--navy);font-weight:500}.theme-card p{font-size:.78rem;line-height:1.44;color:#4f606b;margin:0 0 12px}.theme-card .text-link{font-size:.76rem;margin-top:auto}
.scrutiny-grid{display:grid;grid-template-columns:1.12fr repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scrutiny-intro,.principle{padding:32px 24px;border-right:1px solid var(--line)}.principle:last-child{border-right:0}.scrutiny-intro{padding-left:max(32px,calc((100vw - var(--max))/2 + 32px))}.principle svg{width:38px;height:38px;color:var(--green);margin-bottom:14px}.principle h3{font-size:.88rem;margin:0 0 7px}.principle p,.scrutiny-intro p{font-size:.76rem;line-height:1.45;color:var(--muted);margin:0}.scrutiny-intro .eyebrow{margin-bottom:8px}.scrutiny-intro .text-link{font-size:.76rem;display:inline-block;margin-top:16px}
.status-band{background:#f3f6f5;border-bottom:1px solid var(--line)}.status-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr)}.status-intro,.status-item{padding:30px 26px;border-right:1px solid var(--line)}.status-intro{padding-left:max(32px,calc((100vw - var(--max))/2 + 32px))}.status-item:last-child{border-right:0}.status-intro h2{font-family:var(--serif);font-weight:500;color:var(--navy);font-size:1.4rem;line-height:1.03;margin:0 0 14px}.status-item{display:grid;grid-template-columns:38px 1fr;gap:12px}.status-icon{width:34px;height:34px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-weight:700}.status-item:nth-child(3) .status-icon{border-color:var(--blue);color:var(--blue)}.status-item h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--green);margin:0 0 7px}.status-item:nth-child(3) h3{color:var(--blue)}.status-item p{font-size:.76rem;color:var(--muted);line-height:1.45;margin:0}
.workspace-wrap{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start}.workspace-copy{padding-top:18px}.workspace{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;overflow:hidden}.workspace-toolbar{display:flex;gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line);background:#fff}.select-faux{border:1px solid var(--line);padding:8px 12px;border-radius:4px;color:#4c5e6c;font-size:.78rem;min-width:130px}.workspace-body{display:grid;grid-template-columns:1fr 295px;min-height:360px}.map-panel{position:relative;background:url('../images/platform-latam.webp') center/cover}.map-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,34,50,.08),rgba(7,34,50,.24))}.map-marker{position:absolute;z-index:2;width:28px;height:28px;border-radius:50%;background:var(--green);border:3px solid #fff;color:#fff;font-weight:700;font-size:.7rem;display:grid;place-items:center;box-shadow:0 4px 15px rgba(0,0,0,.25)}.marker-1{left:27%;top:34%}.marker-2{left:60%;top:48%;background:var(--blue)}.marker-3{left:73%;top:25%}.evidence-panel{padding:18px;border-left:1px solid var(--line);background:#fbfcfc}.evidence-panel h3{font-family:var(--serif);font-size:1.5rem;font-weight:500;color:var(--navy);margin:0 0 10px}.source-row{padding:12px 0;border-top:1px solid var(--line);font-size:.78rem}.source-row strong{display:block;color:var(--navy)}.source-row span{color:var(--muted)}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.audience-card{border:1px solid var(--line);padding:26px;background:#fff}.audience-card h3{font-family:var(--serif);font-size:1.55rem;color:var(--navy);font-weight:500;margin:0 0 10px}.audience-card p{color:var(--muted);font-size:.91rem}.audience-card ul{padding-left:18px;color:#405463;font-size:.85rem}.audience-card li+li{margin-top:7px}
.page-hero{min-height:430px;position:relative;overflow:hidden;background:#eaf0ec}.page-hero .image{position:absolute;inset:0;background-size:cover;background-position:center}.page-hero .image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 33%,rgba(255,255,255,.72) 55%,rgba(255,255,255,0) 77%)}.page-hero .content{position:relative;z-index:2;padding:78px 0 58px;max-width:670px}.page-hero h1{font-family:var(--serif);font-size:clamp(3.1rem,4.8vw,5.1rem);font-weight:500;line-height:.98;letter-spacing:-.03em;color:var(--navy);margin:0}.page-hero p{max-width:580px;font-size:1.04rem;color:#405363}.hero-platform .image{background-image:url('../images/platform-latam.webp');background-position:70% 50%}.hero-who .image{background-image:url('../images/accountability-review.webp');background-position:72% 52%}.hero-standards .image{background-image:url('../images/standards-africa.webp');background-position:70% 50%}.hero-status .image{background-image:url('../images/results-sids.webp');background-position:74% 50%}.hero-funders .image{background-image:url('../images/institutions-sids.webp');background-position:72% 50%}.hero-privacy{background:var(--cream);min-height:auto}.hero-privacy .content{padding:72px 0 46px}
.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.info-card{border:1px solid var(--line);padding:28px;background:#fff}.info-card.dark{background:var(--navy);color:#fff;border:0}.info-card h3{font-family:var(--serif);font-size:1.55rem;line-height:1.12;font-weight:500;margin:0 0 10px;color:var(--navy)}.info-card.dark h3{color:#fff}.info-card p{color:var(--muted);margin:0}.info-card.dark p{color:#c9d5dc}.number{font-family:var(--mono);font-size:.75rem;color:var(--green);font-weight:700;margin-bottom:10px}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);margin-top:34px}.process-step{padding:25px 22px;border-right:1px solid var(--line);position:relative}.process-step:last-child{border-right:0}.process-step .number{font-size:.7rem}.process-step h3{font-family:var(--serif);font-weight:500;color:var(--navy);font-size:1.3rem;margin:0 0 8px}.process-step p{font-size:.81rem;color:var(--muted);margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.quote-panel{border-left:4px solid var(--green);padding:8px 0 8px 22px;font-family:var(--serif);font-size:1.55rem;line-height:1.28;color:var(--navy)}.boundary-list{list-style:none;padding:0;margin:25px 0 0}.boundary-list li{padding:15px 0 15px 30px;border-top:1px solid var(--line);position:relative}.boundary-list li:before{content:"";position:absolute;left:2px;top:23px;width:12px;height:2px;background:var(--green)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-top:32px}.metric{padding:25px;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric strong{font-family:var(--serif);font-size:2.5rem;color:var(--navy);font-weight:500;display:block}.metric span{font-size:.78rem;color:var(--muted)}.policy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.policy-item{border:1px solid var(--line);padding:16px 18px;background:#fff;font-size:.88rem}.status-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.stage{border-top:4px solid var(--green);padding:24px;border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.stage:nth-child(2){border-top-color:var(--blue)}.stage:nth-child(3){border-top-color:var(--navy)}.stage h3{font-family:var(--serif);font-size:1.65rem;color:var(--navy);font-weight:500;margin:0 0 12px}.stage ul{padding-left:18px;color:var(--muted);font-size:.9rem}.milestones{counter-reset:milestone;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:32px}.milestone{border:1px solid var(--line);padding:24px}.milestone:before{counter-increment:milestone;content:"M" counter(milestone);display:block;font-family:var(--mono);color:var(--green);font-weight:700;font-size:.75rem;margin-bottom:16px}.profile{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:start}.career-list{border-top:1px solid var(--line)}.career-row{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.career-row strong{color:var(--navy)}.privacy-copy{max-width:820px}.privacy-copy h2{font-family:var(--serif);font-weight:500;color:var(--navy);margin-top:40px}.privacy-copy p{color:var(--muted)}
.cta-section{background:var(--navy);color:#fff}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-row h2{font-family:var(--serif);font-size:clamp(2.2rem,3vw,3.4rem);font-weight:500;line-height:1.05;margin:0}.cta-row p{color:#c6d2d8;max-width:650px}.site-footer{background:#071c2b;color:#dbe4e8;padding:54px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px}.footer-brand img{height:56px;width:auto;opacity:.97}.footer-brand p{max-width:460px;color:#aebdc5;font-size:.9rem}.footer-links h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#89c49d;margin:0 0 14px}.footer-links a{display:block;text-decoration:none;color:#d5dfe3;font-size:.88rem;margin:9px 0}.footer-bottom{border-top:1px solid var(--line-dark);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;gap:24px;color:#8fa1aa;font-size:.75rem}
.modal-backdrop{position:fixed;inset:0;background:rgba(3,18,29,.72);display:none;align-items:center;justify-content:center;z-index:300;padding:22px}.modal-backdrop.open{display:flex}.modal{width:min(690px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 25px 80px rgba(0,0,0,.3)}.modal-head{padding:22px 26px;border-bottom:1px solid var(--line);display:flex;align-items:start;justify-content:space-between}.modal-head h2{font-family:var(--serif);font-weight:500;font-size:2rem;color:var(--navy);margin:0}.modal-close{border:0;background:transparent;font-size:1.6rem;color:var(--muted)}.modal-body{padding:24px 26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field.full{grid-column:1/-1}.field label{display:block;font-size:.78rem;font-weight:700;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #b9c7c8;border-radius:4px;padding:11px 12px;background:#fff}.field textarea{min-height:118px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(11,131,183,.18);border-color:var(--blue)}.form-note{font-size:.75rem;color:var(--muted)}.form-status{margin-top:14px;font-size:.83rem;font-weight:700}.honeypot{position:absolute;left:-9999px}.reveal{opacity:0;transform:translateY(12px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1180px){.theme-grid{grid-template-columns:repeat(3,1fr)}.scrutiny-grid{grid-template-columns:repeat(3,1fr)}.scrutiny-intro{grid-column:1/-1;padding-left:32px;border-bottom:1px solid var(--line)}.status-grid{grid-template-columns:1fr 1fr}.status-intro{grid-column:1/-1;padding-left:32px}.status-item{border-top:1px solid var(--line)}.process{grid-template-columns:repeat(3,1fr)}.process-step:nth-child(3){border-right:0}.process-step:nth-child(n+4){border-top:1px solid var(--line)}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(n+3){border-top:1px solid var(--line)}}
@media(max-width:1150px){.nav-links{gap:20px;font-size:.86rem}.nav-links a{white-space:nowrap}}
@media(max-width:1000px){.nav-links{display:none}.menu-toggle{display:block}}
@media(max-width:1000px) and (min-width:901px){.mobile-nav.open{display:block;position:fixed;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:12px 20px 22px;z-index:99;box-shadow:0 14px 30px rgba(0,0,0,.08)}.mobile-nav a{display:block;text-decoration:none;padding:12px 4px;border-bottom:1px solid var(--line)}.mobile-nav .button{margin-top:14px;color:#fff}}
@media(max-width:900px){.container{width:min(calc(100% - 40px),var(--max))}.nav-links{display:none}.menu-toggle{display:block}.mobile-nav.open{display:block;position:fixed;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:12px 20px 22px;z-index:99;box-shadow:0 14px 30px rgba(0,0,0,.08)}.mobile-nav a{display:block;text-decoration:none;padding:12px 4px;border-bottom:1px solid var(--line)}.mobile-nav .button{margin-top:14px;color:#fff}.home-hero{min-height:700px}.home-hero .hero-image{background-position:66% 50%}.home-hero .hero-image:after{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 46%,rgba(255,255,255,.28) 75%,rgba(255,255,255,.08) 100%)}.home-hero .hero-content{padding-top:60px;max-width:680px}.workspace-wrap{grid-template-columns:1fr}.workspace-body{grid-template-columns:1fr}.evidence-panel{border-left:0;border-top:1px solid var(--line)}.audience-grid,.cards-3,.status-columns{grid-template-columns:1fr 1fr}.two-col,.profile{grid-template-columns:1fr}.milestones{grid-template-columns:1fr 1fr}.page-hero .image:after{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 51%,rgba(255,255,255,.24) 82%,rgba(255,255,255,.05) 100%)}.page-hero{min-height:570px}.page-hero .content{padding-top:60px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cta-row{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.container{width:min(calc(100% - 30px),var(--max))}.site-header,.nav{height:68px}.brand img{height:42px}.mobile-nav.open{top:68px}.section{padding:60px 0}.home-hero{min-height:720px}.home-hero h1{font-size:3.25rem}.theme-grid{grid-template-columns:1fr 1fr}.scrutiny-grid{grid-template-columns:1fr}.scrutiny-intro,.principle{border-right:0;border-bottom:1px solid var(--line);padding:25px 20px}.status-grid{grid-template-columns:1fr}.status-item,.status-intro{border-right:0}.status-item{padding:24px 20px}.process{grid-template-columns:1fr}.process-step{border-right:0;border-bottom:1px solid var(--line)}.process-step:nth-child(n+4){border-top:0}.audience-grid,.cards-2,.cards-3,.status-columns,.milestones,.policy-grid{grid-template-columns:1fr}.metrics{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.workspace-toolbar{overflow:auto}.workspace-body{min-height:520px}.map-panel{min-height:310px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.page-hero h1{font-size:3.25rem}.career-row{grid-template-columns:1fr;gap:4px}.theme-card h3{font-size:1.08rem}.theme-card p{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.theme-card{transition:none}}


/* v2.1 visual refinements: controlled hero crops and interactive workflow demonstration */
@media(min-width:901px){
  .home-hero{min-height:600px;background:#fff}
  .home-hero .hero-image{inset:0 0 0 34%;background-position:52% 50%;background-size:cover}
  .home-hero .hero-image:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 13%,rgba(255,255,255,.72) 28%,rgba(255,255,255,.18) 45%,rgba(255,255,255,0) 61%)}
  .home-hero .hero-content{max-width:600px;padding:72px 0 50px}
  .home-hero h1{font-size:clamp(3.6rem,4.9vw,5.25rem)}

  .page-hero{min-height:520px;background:#fff}
  .page-hero .image{inset:0 0 0 44%;background-size:cover;background-position:center}
  .page-hero .image:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 9%,rgba(255,255,255,.52) 24%,rgba(255,255,255,.10) 42%,rgba(255,255,255,0) 58%)}
  .page-hero .content{padding:78px 0 66px;max-width:610px}
  .page-hero h1{font-size:clamp(3rem,4.25vw,4.65rem)}
  .hero-platform .image{background-position:52% 54%}
  .hero-who .image{background-position:52% 50%}
  .hero-standards .image{background-position:50% 52%}
  .hero-status .image{background-position:50% 53%}
  .hero-funders .image{background-position:50% 50%}
}

/* Keep full-width bands composed and compact instead of visually stretched. */
.scrutiny-grid,.status-grid{max-width:var(--max);margin-left:auto;margin-right:auto}
.scrutiny-grid{border-left:1px solid var(--line);border-right:1px solid var(--line);grid-template-columns:1.15fr repeat(5,1fr)}
.scrutiny-intro{padding-left:24px}
.scrutiny-intro,.principle{min-height:188px;padding-top:26px;padding-bottom:26px}
.status-band{padding:0 32px}
.status-grid{border-left:1px solid var(--line);border-right:1px solid var(--line)}
.status-intro{padding-left:26px}
.status-intro,.status-item{min-height:148px;padding-top:25px;padding-bottom:25px}

.signal-explorer-section{background:#fbfaf6;border-top:1px solid #ece8de;border-bottom:1px solid #e5e1d7}
.signal-explorer-intro{max-width:820px;margin-bottom:30px}
.signal-explorer{border:1px solid #d7ddd9;background:#fff;box-shadow:0 18px 55px rgba(15,39,55,.07);border-radius:7px;overflow:hidden}
.signal-explorer-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 20px;background:#f2efe7;border-bottom:1px solid #d9ddd9}
.signal-explorer-kicker{font-family:var(--mono);font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;color:#82631f}
.signal-explorer-head strong{display:block;color:var(--navy);font-size:.93rem;line-height:1.25}
.signal-explorer-mode{font-family:var(--mono);font-size:.68rem;color:#5c6870;border:1px solid #c9cfcc;background:#fff;padding:6px 10px;border-radius:3px;white-space:nowrap}
.signal-explorer-body{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.9fr)}
.signal-matrix-panel{padding:25px 25px 22px;border-right:1px solid #dfe4e1}
.signal-matrix-note{font-size:.82rem;color:var(--muted);margin-bottom:18px}.signal-matrix-note span{color:#8b959a}
.signal-matrix-scroll{overflow-x:auto;padding:2px 2px 7px}
.signal-matrix{min-width:590px;display:grid;grid-template-columns:118px repeat(4,minmax(95px,1fr));gap:7px;align-items:stretch}
.signal-col{font-family:var(--mono);font-size:.67rem;color:#5c6971;text-align:center;padding:3px 0 6px}
.signal-row{font-size:.8rem;color:#344856;display:flex;align-items:center;font-weight:600}
.signal-cell,.signal-empty{min-height:43px;border-radius:4px;display:grid;place-items:center;text-align:center;font-size:.76rem}
.signal-cell{border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;position:relative}
.signal-cell:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(19,43,56,.10)}
.signal-cell:focus-visible{outline:3px solid rgba(11,131,183,.25);outline-offset:2px}
.signal-cell[aria-pressed="true"]{border-color:var(--navy);box-shadow:inset 0 0 0 1px var(--navy),0 6px 18px rgba(19,43,56,.12)}
.signal-standard{background:#e9e5da;color:#665937}.signal-monitor{background:#cfc09c;color:#4a3c1d}.signal-review{background:#dbae54;color:#342707;font-weight:700}.signal-empty{background:#f0ede5;color:#aaa397}
.signal-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:17px;color:#647079;font-size:.72rem}.signal-legend span{display:flex;gap:7px;align-items:center}.signal-swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.signal-swatch.standard{background:#e9e5da}.signal-swatch.monitor{background:#cfc09c}.signal-swatch.review{background:#dbae54}
.signal-detail{background:#f5f2ea;padding:25px 26px;display:flex;flex-direction:column;min-height:100%}
.signal-badge{align-self:flex-start;font-family:var(--mono);font-size:.65rem;letter-spacing:.07em;text-transform:uppercase;padding:5px 9px;border-radius:3px;margin-bottom:12px}
.signal-badge.standard{background:#e9e5da;color:#665937}.signal-badge.monitor{background:#cfc09c;color:#4a3c1d}.signal-badge.review{background:#dbae54;color:#342707}
.signal-detail h3{font-family:var(--serif);font-size:1.65rem;line-height:1.08;font-weight:500;color:var(--navy);margin:0 0 4px}.signal-meta{color:#586873;font-size:.79rem;margin-bottom:18px}.signal-label{font-family:var(--mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:#856520;margin:0 0 4px}.signal-detail-copy{font-size:.85rem;color:#334957;line-height:1.55;margin:0 0 14px}.signal-trace{border-top:1px solid #d8ddd9;margin-top:auto;padding-top:14px}.signal-trace-title{font-size:.72rem;font-weight:800;color:var(--navy);margin-bottom:8px}.signal-source{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-top:1px solid rgba(82,100,112,.14);font-size:.72rem}.signal-source:first-of-type{border-top:0}.signal-source strong{color:#334957}.signal-source span{color:#78838a;text-align:right}
.signal-explainer{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:25px}.signal-explainer strong{display:block;color:var(--navy);font-size:.84rem;margin-bottom:5px}.signal-explainer span{color:var(--muted);font-size:.8rem;line-height:1.5}.signal-explorer-link{display:inline-block;margin-top:22px}

@media(max-width:1180px){
 .scrutiny-grid,.status-grid{max-width:calc(100% - 48px)}
 .scrutiny-grid{grid-template-columns:repeat(3,1fr)}
 .scrutiny-intro{grid-column:1/-1;min-height:auto;padding-left:24px}
 .status-band{padding:0 24px}
 .signal-explorer-body{grid-template-columns:1fr}
 .signal-matrix-panel{border-right:0;border-bottom:1px solid #dfe4e1}
}
@media(max-width:900px){
 .scrutiny-grid,.status-grid{max-width:calc(100% - 40px)}
 .status-band{padding:0}
 .page-hero .image{inset:0}
 .signal-explainer{grid-template-columns:1fr;gap:14px}
}
@media(max-width:620px){
 .scrutiny-grid,.status-grid{max-width:calc(100% - 30px)}
 .signal-explorer-head{align-items:flex-start;flex-direction:column}
 .signal-matrix-panel,.signal-detail{padding:20px 18px}
 .signal-explorer-mode{white-space:normal}
}

/* v2.2 density, editorial image cards, and page-flow refinements */
:focus-visible{outline:3px solid rgba(11,131,183,.28);outline-offset:3px}
.section{padding:68px 0}
.section.compact{padding:48px 0}
.cards-2,.cards-3{margin-top:26px}
.two-col{gap:42px}
.process{margin-top:26px}
.process-step{padding:20px 18px}
.process-step h3{font-size:1.22rem}
.process-step p{line-height:1.48}
.metrics{margin-top:26px}
.metric{padding:20px 22px}
.metric strong{font-size:2.2rem;line-height:1.05;margin-bottom:7px}

/* Platform page: remove the dead zones between consecutive narrative sections. */
body[data-page="platform"] .platform-journey{padding:56px 0 46px}
body[data-page="platform"] .platform-roles{padding:50px 0 54px}
body[data-page="platform"] .platform-counterparty{padding:58px 0}
body[data-page="platform"] .platform-live{padding:58px 0 54px}
body[data-page="platform"] .platform-boundary{padding:54px 0}
.platform-counterparty-grid{align-items:center}
.platform-context-map{min-height:350px}
.platform-counterparty .boundary-list{margin-top:20px}
.platform-counterparty .boundary-list li{padding-top:12px;padding-bottom:12px}
.platform-boundary-grid{align-items:center}
.platform-boundary .boundary-list{margin-top:0}
.platform-live .section-lead{max-width:860px}

/* Standards safeguards: photographic, compact and editorial rather than icon-led. */
.safeguards-section{padding:62px 0}
.safeguards-layout{display:grid;grid-template-columns:minmax(245px,.72fr) minmax(0,2.28fr);gap:36px;align-items:start}
.safeguards-intro{position:sticky;top:104px;padding-right:10px}
.safeguards-intro .section-title{font-size:clamp(2.25rem,3vw,3.3rem)}
.safeguards-intro .section-lead{font-size:.94rem;margin-top:18px;max-width:360px}
.safeguard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.safeguard-card{border:1px solid var(--line);background:#fff;min-width:0;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.safeguard-card:hover{border-color:#b9cbc7;box-shadow:0 12px 30px rgba(15,39,55,.08);transform:translateY(-2px)}
.safeguard-image{height:126px;position:relative;overflow:hidden;background:#edf1ef}
.safeguard-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,38,59,0) 52%,rgba(11,38,59,.28) 100%)}
.safeguard-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.safeguard-card:hover .safeguard-image img{transform:scale(1.025)}
.safeguard-image span{position:absolute;z-index:2;left:12px;bottom:10px;background:rgba(255,255,255,.93);color:var(--green);font-family:var(--mono);font-size:.64rem;font-weight:700;padding:4px 7px;border-radius:2px}
.safeguard-body{padding:16px 17px 18px}
.safeguard-body h3{font-family:var(--serif);font-size:1.3rem;line-height:1.08;font-weight:500;color:var(--navy);margin:0 0 8px}
.safeguard-body p{font-size:.79rem;line-height:1.48;color:var(--muted);margin:0}

/* General content rhythm: keep long institutional pages moving without feeling compressed. */
body[data-page="standards"] main>.section:not(.safeguards-section){padding-top:60px;padding-bottom:60px}
body[data-page="standards"] .policy-grid{margin-top:20px}
body[data-page="standards"] .policy-item{padding:13px 16px}

@media(max-width:1180px){
  .safeguards-layout{grid-template-columns:1fr;gap:24px}
  .safeguards-intro{position:static;max-width:760px;padding-right:0}
  .safeguard-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .section{padding:58px 0}
  .safeguard-grid{grid-template-columns:repeat(2,1fr)}
  .platform-context-map{min-height:310px}
  body[data-page="platform"] .platform-journey,
  body[data-page="platform"] .platform-roles,
  body[data-page="platform"] .platform-counterparty,
  body[data-page="platform"] .platform-live,
  body[data-page="platform"] .platform-boundary{padding:50px 0}
}
@media(max-width:620px){
  .section{padding:50px 0}
  .safeguards-section{padding:50px 0}
  .safeguard-grid{grid-template-columns:1fr;gap:12px}
  .safeguard-card{display:grid;grid-template-columns:122px 1fr;min-height:130px}
  .safeguard-image{height:100%;min-height:130px}
  .safeguard-body{padding:15px 15px 16px}
  .safeguard-body h3{font-size:1.18rem}
  .process{margin-top:22px}
  .process-step{padding:18px}
  .metric{padding:18px}
}
@media(prefers-reduced-motion:reduce){
  .safeguard-card,.safeguard-image img{transition:none}
}

/* v2.3 supplied imagery, compact editorial media, and page-specific rhythm */
.section-heading-media{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:42px;align-items:center;margin-bottom:26px}
.section-heading-copy .eyebrow{margin-bottom:12px}
.section-heading-copy .section-title{max-width:850px}
.compact-lead{font-size:.94rem;line-height:1.52;max-width:720px;margin:16px 0 0}
.editorial-figure{margin:0;border:1px solid var(--line);background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(15,39,55,.07)}
.editorial-figure img{width:100%;height:100%;object-fit:cover}
.editorial-figure figcaption{padding:9px 12px;border-top:1px solid var(--line);font-size:.69rem;line-height:1.35;color:#65747e;background:#fbfcfb}
.editorial-figure--compact{justify-self:end;width:min(100%,310px)}
.editorial-figure--compact img{aspect-ratio:1.35/1;object-position:center}
.editorial-figure--wide{justify-self:end;width:min(100%,430px)}
.editorial-figure--wide img{aspect-ratio:1.7/1;object-position:38% 45%}

/* Platform role cards become more legible visual waypoints without turning the page into a gallery. */
.platform-roles .cards-3{gap:14px}
.role-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.role-card-media{height:112px;overflow:hidden;background:#edf1ef;border-bottom:1px solid var(--line)}
.role-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.role-card:nth-child(1) .role-card-media img{object-position:center 48%}
.role-card:nth-child(2) .role-card-media img{object-position:center}
.role-card:nth-child(3) .role-card-media img{object-position:32% 42%}
.role-card>.number,.role-card>h3,.role-card>p{margin-left:20px;margin-right:20px}
.role-card>.number{margin-top:17px}
.role-card>p{margin-bottom:20px}
.role-card:hover .role-card-media img{transform:scale(1.02)}

/* Standards: smaller cards, deliberate crops, and no oversized icon feeling. */
.safeguards-section{padding:54px 0}
.safeguards-layout{gap:30px}
.safeguard-grid{gap:12px}
.safeguard-image{height:112px}
.safeguard-body{padding:14px 15px 16px}
.safeguard-body h3{font-size:1.22rem}
.safeguard-body p{font-size:.77rem}
.safeguard-traceability .safeguard-image img{object-position:center 48%}
.safeguard-human-review .safeguard-image img{object-position:36% 42%}
.safeguard-proportionality .safeguard-image img{object-position:center 58%}
.safeguard-right-reply .safeguard-image img{object-position:center 45%}
.safeguard-version-control .safeguard-image img{object-position:center}
.safeguard-independence .safeguard-image img{object-position:center 47%}

/* Funders independence is intentionally small and grounded rather than a decorative full-width image. */
.independence-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(185px,.44fr) minmax(0,1fr);gap:30px;align-items:center}
.independence-figure{width:min(100%,250px);justify-self:center;box-shadow:none}
.independence-figure img{aspect-ratio:1/1;object-position:center}
.independence-grid .quote-panel{margin:0}

/* Page-specific density: reduce dead zones while preserving editorial breathing room. */
body[data-page="platform"] .platform-journey{padding:48px 0 40px}
body[data-page="platform"] .platform-roles{padding:44px 0 48px}
body[data-page="platform"] .platform-counterparty{padding:50px 0}
body[data-page="platform"] .platform-live{padding:50px 0 46px}
body[data-page="platform"] .platform-boundary{padding:46px 0}
body[data-page="who"] main>.section,
body[data-page="status"] main>.section,
body[data-page="funders"] main>.section{padding-top:56px;padding-bottom:56px}
body[data-page="standards"] main>.section:not(.safeguards-section){padding-top:54px;padding-bottom:54px}

@media(max-width:1180px){
  .section-heading-media{grid-template-columns:minmax(0,1fr) minmax(230px,.48fr);gap:28px}
  .independence-grid{grid-template-columns:1fr 220px;align-items:start}
  .independence-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:900px){
  .section-heading-media{grid-template-columns:1fr;gap:20px;margin-bottom:22px}
  .editorial-figure--compact,.editorial-figure--wide{justify-self:start;width:min(100%,560px)}
  .editorial-figure--compact img{aspect-ratio:1.75/1}
  .independence-grid{grid-template-columns:minmax(0,1fr) 190px;gap:24px}
  .role-card-media{height:128px}
}
@media(max-width:620px){
  .section-heading-media{margin-bottom:18px}
  .editorial-figure--compact,.editorial-figure--wide{width:100%}
  .editorial-figure figcaption{font-size:.66rem}
  .independence-grid{grid-template-columns:1fr}
  .independence-figure{justify-self:start;width:180px}
  .independence-grid>div:last-child{grid-column:auto}
  .role-card-media{height:104px}
  .safeguard-image{min-height:116px;height:100%}
}
@media(prefers-reduced-motion:reduce){.role-card-media img{transition:none}}


/* v2.5: denser editorial rhythm, explicit interactive guidance, and controlled full-bleed heroes */
:root{--section-space:52px;--section-space-tight:42px}
.section{padding:var(--section-space) 0}
.section.compact{padding:var(--section-space-tight) 0}
.section-lead{margin-top:14px;margin-bottom:0;line-height:1.52}
.eyebrow{margin-bottom:10px}
.rule{margin:15px 0 14px}
.cards-2,.cards-3,.status-columns,.milestones,.audience-grid{margin-top:22px}
.info-card{padding:22px 23px}
.two-col{gap:36px}
.policy-grid{margin-top:18px;gap:10px}
.policy-item{padding:12px 15px}
.quote-panel{font-size:1.38rem;padding-left:18px}
.cta-section{padding:50px 0}
.site-footer{padding-top:44px}

/* Heroes intentionally bleed to the viewport's right edge. The text stays on the content grid. */
@media(min-width:901px){
  .home-hero{min-height:535px;background:#fff}
  .home-hero .hero-image{inset:0 0 0 31%;background-position:54% 51%;background-size:cover}
  .home-hero .hero-image:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 10%,rgba(255,255,255,.68) 27%,rgba(255,255,255,.15) 44%,rgba(255,255,255,0) 59%)}
  .home-hero .hero-content{max-width:590px;padding:56px 0 40px}
  .home-hero h1{font-size:clamp(3.45rem,4.55vw,4.9rem)}
  .home-hero p{font-size:1rem;line-height:1.5}
  .hero-actions{margin:22px 0 16px}

  .page-hero{min-height:445px;background:#fff}
  .page-hero .image{inset:0 0 0 41%;right:0;background-size:cover}
  .page-hero .image:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 10%,rgba(255,255,255,.60) 26%,rgba(255,255,255,.12) 45%,rgba(255,255,255,0) 60%)}
  .page-hero .content{max-width:585px;padding:58px 0 48px}
  .page-hero h1{font-size:clamp(2.9rem,4vw,4.25rem);line-height:.99}
  .page-hero p{font-size:.98rem;line-height:1.5;margin-bottom:0}
  .hero-platform .image{background-position:50% 55%}
  .hero-who .image{background-position:52% 50%}
  .hero-standards .image{background-position:51% 54%}
  .hero-status .image{background-position:50% 54%}
  .hero-funders .image{background-position:52% 50%}
}

/* Compact, sticky in-page navigation for longer pages. */
.page-jump{position:sticky;top:76px;z-index:84;background:rgba(255,255,255,.96);border-top:1px solid var(--line);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.page-jump-inner{min-height:44px;display:flex;align-items:center;gap:22px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.page-jump-inner::-webkit-scrollbar{display:none}
.page-jump-inner>span{font-family:var(--mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#7b898f;font-weight:700;padding-right:4px}
.page-jump a{font-size:.76rem;font-weight:650;color:#52636e;text-decoration:none;padding:11px 0 9px;border-bottom:2px solid transparent}
.page-jump a:hover,.page-jump a[aria-current="location"]{color:var(--green);border-bottom-color:var(--green)}
section[id]{scroll-margin-top:134px}

/* Homepage compact rhythm. */
.theme-section{padding:28px 0 14px}
.theme-grid{margin-top:14px;gap:10px}
.theme-card .body{padding:11px 12px 13px}
.theme-card h3{font-size:1.16rem;margin-bottom:7px}
.theme-card p{margin-bottom:9px;line-height:1.38}
.scrutiny-intro,.principle{min-height:158px;padding-top:21px;padding-bottom:20px}
.scrutiny-intro{padding-left:22px}
.principle svg{width:31px;height:31px;margin-bottom:10px}
.status-intro,.status-item{min-height:126px;padding-top:20px;padding-bottom:20px}
.status-intro h2{font-size:1.25rem;margin-bottom:10px}
.status-item{grid-template-columns:32px 1fr;gap:10px}
.status-icon{width:30px;height:30px}
.signal-explorer-section{padding:48px 0}
.signal-explorer-intro{max-width:900px;margin-bottom:18px}

/* Make the interaction self-explanatory before users reach the matrix. */
.signal-action-cue{display:flex;align-items:center;gap:13px;margin-top:17px;padding:12px 15px;border-left:3px solid #b68422;background:#f4efe2;color:#3f4f58;max-width:830px}
.signal-action-icon{width:28px;height:28px;flex:0 0 28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d7c9a7;color:#82631f;font-size:1rem;font-weight:800}
.signal-action-cue strong{display:block;color:var(--navy);font-size:.8rem;margin-bottom:1px}
.signal-action-cue span:not(.signal-action-icon){font-size:.77rem;line-height:1.42;color:#5c6870}
.signal-explorer-head{padding:12px 17px}
.signal-explorer-mode{background:#fffaf0;color:#70551c;border-color:#d9c99f;font-weight:700}
.signal-matrix-panel{padding:18px 20px 17px}
.signal-matrix-note{margin-bottom:12px;font-size:.78rem}
.signal-matrix-note strong{color:var(--navy)}
.signal-cell,.signal-empty{min-height:39px}
.signal-cell{cursor:pointer}
.signal-cell[aria-pressed="true"]:after{content:"Selected";position:absolute;top:-9px;right:5px;background:var(--navy);color:#fff;font-family:var(--mono);font-size:.52rem;letter-spacing:.04em;padding:2px 5px;border-radius:2px}
.signal-legend{margin-top:12px}
.signal-detail{padding:19px 21px}
.signal-detail h3{font-size:1.48rem}
.signal-meta{margin-bottom:13px}
.signal-detail-copy{margin-bottom:10px}
.signal-trace{padding-top:10px}
.signal-source{padding:6px 0}
.signal-explainer{margin-top:17px;gap:22px}
.signal-explorer-link{margin-top:16px}

/* Long-page density: preserve hierarchy, remove slide-like dead zones. */
body[data-page="platform"] .platform-journey{padding:40px 0 34px}
body[data-page="platform"] .platform-roles{padding:38px 0 42px}
body[data-page="platform"] .platform-counterparty{padding:42px 0}
body[data-page="platform"] .platform-live{padding:42px 0 38px}
body[data-page="platform"] .platform-boundary{padding:40px 0}
body[data-page="platform"] .process{margin-top:20px}
body[data-page="platform"] .process-step{padding:17px 16px}
body[data-page="platform"] .platform-context-map{min-height:300px}
body[data-page="platform"] .metrics{margin-top:20px}
body[data-page="platform"] .metric{padding:17px 19px}
body[data-page="platform"] .boundary-list{margin-top:16px}

body[data-page="standards"] main>.section:not(.safeguards-section),
body[data-page="who"] main>.section,
body[data-page="status"] main>.section,
body[data-page="funders"] main>.section{padding-top:44px;padding-bottom:44px}
.safeguards-section{padding:44px 0}
.safeguards-layout{gap:26px}
.safeguard-grid{gap:10px}
.safeguard-image{height:104px}
.safeguard-body{padding:13px 14px 14px}
.safeguard-card:hover{transform:none;box-shadow:none}
.safeguard-card:hover .safeguard-image img{transform:none}
.section-heading-media{gap:30px;margin-bottom:20px}
.compact-lead{margin-top:12px}
.status-columns{gap:14px}
.stage{padding:19px 20px}
.stage h3{font-size:1.48rem;margin-bottom:9px}
.stage ul{margin-top:8px;margin-bottom:10px}
.milestones{gap:10px}
.milestone{padding:19px}
.independence-grid{gap:24px}
.role-card-media{height:104px}
.role-card>.number{margin-top:14px}
.role-card>p{margin-bottom:16px}
.role-card:hover .role-card-media img{transform:none}

@media(max-width:900px){
  .page-jump{top:76px}
  .page-jump-inner{gap:18px}
  section[id]{scroll-margin-top:132px}
  .section{padding:48px 0}
  .home-hero{min-height:620px}
  .home-hero .hero-content{padding-top:48px}
  .page-hero{min-height:505px}
  .page-hero .content{padding:48px 0 38px}
  .signal-action-cue{max-width:100%}
  body[data-page="platform"] .platform-journey,
  body[data-page="platform"] .platform-roles,
  body[data-page="platform"] .platform-counterparty,
  body[data-page="platform"] .platform-live,
  body[data-page="platform"] .platform-boundary,
  body[data-page="standards"] main>.section:not(.safeguards-section),
  body[data-page="who"] main>.section,
  body[data-page="status"] main>.section,
  body[data-page="funders"] main>.section{padding:42px 0}
}
@media(max-width:620px){
  .page-jump{top:68px}
  .page-jump-inner{min-height:42px;gap:16px}
  section[id]{scroll-margin-top:120px}
  .section{padding:42px 0}
  .home-hero{min-height:650px}
  .page-hero{min-height:520px}
  .theme-section{padding-top:24px}
  .signal-explorer-section{padding:40px 0}
  .signal-action-cue{align-items:flex-start;padding:11px 12px}
  .signal-action-icon{width:25px;height:25px;flex-basis:25px}
  .signal-matrix-panel,.signal-detail{padding:17px 15px}
  .safeguards-section{padding:40px 0}
}


/* v2.6: editorial/SEO pass, tighter safeguard introduction, and clearer terminology */
.taxonomy-note{max-width:900px;margin:16px 0 4px;padding:12px 15px;border-left:3px solid var(--green);background:#f5f8f6;color:#455966;font-size:.83rem;line-height:1.52}
.taxonomy-note strong{color:var(--navy)}

/* The standards introduction now acts as a compact editorial header above the photographic grid. */
.safeguards-layout{display:block}
.safeguards-intro{position:static;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:44px;align-items:end;padding:0;margin:0 0 22px}
.safeguards-heading .eyebrow{margin-bottom:9px}
.safeguards-intro .section-title{font-size:clamp(2.15rem,2.7vw,3.05rem);max-width:620px}
.safeguards-intro .section-lead{font-size:.93rem;line-height:1.55;margin:0 0 3px;max-width:680px}
.safeguard-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.safeguard-body{min-height:108px}
.safeguard-body p{font-size:.78rem;line-height:1.5}

/* Slightly more efficient reading density after the editorial copy pass. */
body[data-page="standards"] #analytical-states .cards-3{margin-top:18px}
body[data-page="standards"] #authority .cards-2{margin-top:18px}
body[data-page="standards"] #disclosure .section-lead{max-width:900px}
body[data-page="who"] .info-card p,body[data-page="funders"] .info-card p{line-height:1.5}

@media(max-width:900px){
  .safeguards-intro{grid-template-columns:1fr;gap:12px;margin-bottom:20px}
  .safeguards-intro .section-lead{max-width:760px}
  .safeguard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .taxonomy-note{margin-top:13px;padding:10px 12px}
  .safeguard-grid{grid-template-columns:1fr}
  .safeguard-body{min-height:0}
}

/* v2.7: curated documentary imagery and image-specific art direction */
/* Generated photographs are intentionally treated as editorial assets rather than used raw. */
.hero-standards .image{
  background-image:url('../images/standards-hero-east-africa.webp');
  filter:saturate(.76) contrast(.95) brightness(.985);
}
.page-hero .image:before,
.safeguard-image:before,
.role-card-media--verification:before,
.independence-figure:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:url('../images/editorial-grain.png') repeat;
  opacity:.025;
  mix-blend-mode:soft-light;
}

/* The Standards hero uses the generated negative space as part of the composition. */
@media(min-width:901px){
  body[data-page="standards"] .hero-standards .image{
    inset:0;
    background-position:center center;
    background-size:cover;
  }
  body[data-page="standards"] .hero-standards .image:after{
    background:linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.97) 25%,
      rgba(255,255,255,.83) 38%,
      rgba(255,255,255,.43) 51%,
      rgba(255,255,255,.08) 65%,
      rgba(11,38,59,.025) 100%);
  }
}

/* Safeguards are one editorial family: muted, quiet and evidence-led. */
.safeguard-image{height:126px}
.safeguard-image img{
  filter:saturate(.74) contrast(.96) brightness(.985);
}
.safeguard-image:after{
  z-index:1;
  background:linear-gradient(180deg,rgba(11,38,59,.025) 35%,rgba(11,38,59,.20) 100%);
}
.safeguard-image span{z-index:3}
.safeguard-human-review .safeguard-image img{object-position:50% 39%}
.safeguard-proportionality .safeguard-image img{object-position:50% 68%}
.safeguard-right-reply .safeguard-image img{object-position:50% 20%}
.safeguard-version-control .safeguard-image img{object-position:50% 52%}
.safeguard-independence .safeguard-image img{object-position:50% 51%}

/* Implementation retains more natural color; financial and procurement verification sit between field and governance. */
.theme-card:nth-child(1) img{
  filter:saturate(.90) contrast(.97) brightness(.99);
}
.theme-card:nth-child(3) img{
  filter:saturate(.82) contrast(.97) brightness(.985);
}
.theme-card img{transition:filter .25s ease,transform .22s ease}
.theme-card:hover img{filter:saturate(.96) contrast(.99) brightness(1)}

.role-card-media--verification{position:relative}
.role-card-media--verification img{
  filter:saturate(.82) contrast(.97) brightness(.985);
  object-position:50% 48% !important;
}

/* Independence is shown as institutional separation and process rather than symbolic security imagery. */
.independence-figure{
  width:min(100%,340px);
  position:relative;
}
.independence-figure img{
  aspect-ratio:3/2;
  object-fit:cover;
  object-position:70% 50%;
  filter:saturate(.68) contrast(.96) brightness(.99);
}
.independence-figure:after{
  content:"";
  position:absolute;
  inset:0 0 31px;
  z-index:1;
  pointer-events:none;
  background:rgba(11,38,59,.035);
}
.independence-figure figcaption{position:relative;z-index:2}

/* Reduce the high-gloss AI look without flattening field context. */
.editorial-figure img{filter:saturate(.86) contrast(.97) brightness(.99)}
.editorial-figure.independence-figure img{filter:saturate(.68) contrast(.96) brightness(.99)}

@media(max-width:900px){
  body[data-page="standards"] .hero-standards .image{
    background-position:66% 50%;
    filter:saturate(.78) contrast(.96) brightness(.99);
  }
  .safeguard-image{height:122px}
  .independence-figure{width:min(100%,360px)}
}
@media(max-width:620px){
  .safeguard-image{height:100%;min-height:120px}
  .safeguard-human-review .safeguard-image img{object-position:50% 43%}
  .safeguard-right-reply .safeguard-image img{object-position:48% 26%}
  .independence-figure{width:100%}
}


/* v2.7.1: crop and composition fixes after review */
/* Standards hero now uses the calmer East Africa composition with headroom and less pseudo notebook detail. */
@media(min-width:901px){
  body[data-page="standards"] .hero-standards .image{
    background-position:56% 16%;
  }
}

/* Platform role cards: slightly taller media and raised focus to keep heads intact. */
body[data-page="platform"] .role-card-media{height:122px}
body[data-page="platform"] .role-card:nth-child(1) .role-card-media img{object-position:center 42%}
body[data-page="platform"] .role-card:nth-child(2) .role-card-media img,
body[data-page="platform"] .role-card-media--verification img{object-position:50% 21% !important}
body[data-page="platform"] .role-card:nth-child(3) .role-card-media img{object-position:34% 24%}

/* Proportionality card: show more of the hands and less of the notebook pseudo text. */
.safeguard-proportionality .safeguard-image img{object-position:50% 24%}

@media(max-width:900px){
  body[data-page="platform"] .role-card-media{height:118px}
  body[data-page="standards"] .hero-standards .image{background-position:64% 28%}
}


/* v2.7.2: Standards hero composition correction.
   The photograph is treated as a dedicated right-hand editorial field rather than
   covering the entire hero. This reduces vertical cropping and preserves full heads. */
@media(min-width:901px){
  body[data-page="standards"] .hero-standards{
    background:#f4f4f1;
  }
  body[data-page="standards"] .hero-standards .image{
    left:38%;
    right:0;
    top:0;
    bottom:0;
    background-size:cover;
    background-position:50% 34%;
    filter:saturate(.74) contrast(.95) brightness(.99);
  }
  body[data-page="standards"] .hero-standards .image:after{
    background:linear-gradient(90deg,
      rgba(244,244,241,.98) 0%,
      rgba(244,244,241,.76) 12%,
      rgba(244,244,241,.33) 25%,
      rgba(244,244,241,.08) 40%,
      rgba(11,38,59,.02) 100%);
  }
  body[data-page="standards"] .hero-standards .content{
    max-width:650px;
  }
}
@media(min-width:1400px){
  body[data-page="standards"] .hero-standards .image{
    left:40%;
    background-position:50% 36%;
  }
}


/* v2.8.2: Standards hero moved upward again after review to fully clear the head crop. */


/* v2.9.1: restore compact homepage evidence cards.
   Explicit height:auto prevents intrinsic HTML height attributes from stretching card images vertically. */
body[data-page="home"] .theme-grid{align-items:stretch}
body[data-page="home"] .theme-card{height:100%}
body[data-page="home"] .theme-card>img{
  width:100%;
  height:auto !important;
  aspect-ratio:1.48 / 1;
  object-fit:cover;
  display:block;
}
body[data-page="home"] .theme-card .body{min-height:0}


/* v2.9.3 responsive and technical fixes */
[id]{scroll-margin-top:96px}
@media(max-width:620px){.home-hero h1{font-size:2.7rem}.home-hero h1 br{display:none}}
