@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");

:root{--blue:#2c56c1;--blue-dark:#15317d;--sky:#dbe9ff;--lime:#d9f45b;--coral:#ff765f;--ink:#111a2e;--muted:#58647b;--paper:#fbfaf5;--white:#fff;--line:#dce1eb;--radius:1.35rem;--shadow:0 18px 50px rgba(21,49,125,.11);--text:1rem}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:var(--text)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;line-height:1.62}
body[data-contrast="high"]{--paper:#fff;--ink:#000;--muted:#202020;--blue:#0038b8;--line:#555}
body[data-motion="reduced"] *,@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
a{color:inherit;text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}
img{display:block;max-width:100%}
button,input,select{font:inherit}
:focus-visible{outline:3px solid var(--coral);outline-offset:3px}
.skip{position:fixed;z-index:100;left:1rem;top:-5rem;background:var(--ink);color:#fff;padding:.8rem 1rem;border-radius:.6rem}.skip:focus{top:1rem}
.wrap{width:min(1160px,calc(100% - 2rem));margin-inline:auto}
.narrow{width:min(760px,calc(100% - 2rem));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,245,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,225,235,.7)}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}
.brand img{width:176px;height:auto}.nav-links{display:flex;align-items:center;gap:1.25rem;font-weight:600}.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--blue)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:.6rem .9rem;font-weight:700}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:999px;padding:.82rem 1.2rem;background:var(--blue);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}
.button:hover{background:var(--blue-dark)}.button.alt{background:transparent;color:var(--ink);border:1px solid var(--ink)}.button.light{background:#fff;color:var(--blue-dark)}.button.small{padding:.55rem .9rem;font-size:.9rem}
.hero{position:relative;overflow:hidden;padding:clamp(4rem,9vw,7.5rem) 0 4.5rem;background:linear-gradient(140deg,#f4f7ff 0%,var(--paper) 58%,#f2f8d7 100%)}
.hero:after{content:"";position:absolute;width:28rem;height:28rem;border:5rem solid var(--sky);border-radius:50%;right:-14rem;top:-10rem;opacity:.7}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.35fr .65fr;gap:3rem;align-items:end}
.eyebrow{margin:0 0 .9rem;color:var(--blue);font-weight:800;letter-spacing:.09em;text-transform:uppercase;font-size:.78rem}
h1,h2,h3{font-family:"Manrope",system-ui,sans-serif;line-height:1.08;letter-spacing:-.035em;margin:0 0 .8rem}h1{font-size:clamp(2.65rem,7vw,5.8rem);max-width:13ch}h2{font-size:clamp(2rem,4.5vw,3.65rem);max-width:16ch}h3{font-size:1.35rem}
.lead{font-size:clamp(1.1rem,2vw,1.35rem);max-width:62ch;color:var(--muted);margin:0 0 1.7rem}.actions{display:flex;flex-wrap:wrap;gap:.8rem}
.hero-note{background:var(--blue);color:#fff;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transform:rotate(2deg)}.hero-note strong{display:block;font-family:"Manrope";font-size:2rem;line-height:1.15}.hero-note span{color:#dbe9ff}
.section{padding:clamp(4rem,8vw,7rem) 0}.section.blue{background:var(--blue);color:#fff}.section.soft{background:#f0f4ff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.section-head p{max-width:46ch;color:var(--muted)}.blue .section-head p,.blue .eyebrow{color:#dbe9ff}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}
.card{display:flex;flex-direction:column;min-height:220px;padding:1.45rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 0 rgba(17,26,46,.03)}.card p{color:var(--muted);margin:.25rem 0 1.2rem}.card a:last-child{margin-top:auto;font-weight:700;color:var(--blue)}.card .tag{align-self:flex-start}
.project-card{position:relative;overflow:hidden;min-height:310px}.project-card:before{content:"";width:8rem;height:8rem;border-radius:50%;background:var(--accent,var(--sky));position:absolute;right:-2rem;top:-2rem}.project-card>*{position:relative}.project-card .number{font-family:"Manrope";font-weight:800;color:var(--blue);font-size:.8rem}
.tag{display:inline-flex;border-radius:999px;background:var(--sky);color:var(--blue-dark);padding:.35rem .65rem;font-size:.78rem;font-weight:700}
.band{padding:2rem;border-radius:calc(var(--radius) + .4rem);background:var(--lime);color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:2rem}.band h2{font-size:clamp(1.8rem,4vw,3rem)}
.statement{font-family:"Manrope";font-size:clamp(2rem,5vw,4.4rem);line-height:1.1;letter-spacing:-.04em;max-width:18ch}
.page-hero{padding:clamp(3.5rem,7vw,6rem) 0 3rem;background:#f0f4ff}.page-hero h1{font-size:clamp(2.5rem,6vw,5rem)}.breadcrumbs{font-size:.9rem;margin-bottom:1.5rem;color:var(--muted)}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.fact{background:#fff;padding:1.5rem}.fact span{display:block;color:var(--muted);font-size:.85rem;margin-bottom:.5rem}.fact strong{font-family:"Manrope";font-size:1.2rem}
.prose h2{margin-top:2.5rem;font-size:clamp(1.7rem,4vw,2.6rem)}.prose p,.prose li{color:var(--muted)}.prose blockquote{margin:2rem 0;padding:1.5rem;border-left:5px solid var(--blue);background:#f0f4ff;font-size:1.25rem}
.finder-tools{display:grid;grid-template-columns:1fr 220px;gap:.8rem;margin:2rem 0}.field label{display:block;font-weight:700;margin-bottom:.35rem}.field input,.field select{width:100%;min-height:52px;border:1px solid #aeb7ca;border-radius:.8rem;background:#fff;padding:.7rem .9rem}.result-count{font-weight:700;margin-bottom:1rem}.juba-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.juba{background:#fff;border:1px solid var(--line);padding:1.25rem;border-radius:1rem}.juba h3{margin:.5rem 0}.juba p{margin:.2rem 0;color:var(--muted)}.juba-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem;font-weight:700;color:var(--blue)}
.prefs{display:flex;flex-wrap:wrap;gap:.6rem}.pref{background:#fff;border:1px solid var(--line);padding:.65rem .85rem;border-radius:.7rem;cursor:pointer}
.site-footer{background:var(--ink);color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.site-footer img{width:180px;filter:brightness(0) invert(1)}.site-footer a{color:#fff}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.45rem 0}.fine{color:#b8c0d0;font-size:.86rem;margin-top:2rem}
@media(max-width:900px){.grid.four{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.nav-links{position:fixed;inset:74px 0 auto 0;background:var(--paper);padding:1.5rem;display:none;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-toggle{display:block}.nav-links .button{text-align:center}.hero-grid{grid-template-columns:1fr}.hero-note{max-width:420px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap,.narrow{width:min(100% - 1.25rem,1160px)}.grid,.grid.two,.grid.four,.juba-list,.facts,.footer-grid{grid-template-columns:1fr}.finder-tools{grid-template-columns:1fr}.section-head,.band{align-items:flex-start;flex-direction:column}.hero{padding-top:3.4rem}.brand img{width:145px}.card{min-height:0}.project-card{min-height:250px}}
