:root{
  --yes-purple:#393185;--yes-purple-dark:#25205f;--yes-purple-soft:#eeeefa;
  --yes-yellow:#ffed00;--yes-yellow-soft:#fffbd1;--yes-green:#61a375;--yes-green-dark:#3f7952;--yes-green-soft:#eef7f0;
  --ink:#17182b;--ink-soft:#4f5368;--muted:#737789;--line:#e8e9f0;--surface:#fff;--surface-soft:#f7f8fb;
  --shadow-sm:0 8px 24px rgba(30,27,72,.07);--shadow-md:0 22px 56px rgba(30,27,72,.11);--shadow-lg:0 36px 90px rgba(30,27,72,.15);
  --radius-sm:12px;--radius:20px;--radius-lg:30px;--container:1240px;--header-height:86px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(100% - 32px,var(--container));max-width:var(--container)}
h1,h2,h3,h4,h5,h6{margin:0;color:var(--ink);font-weight:750;line-height:1.14;letter-spacing:-.025em}p{margin:0 0 1rem;color:var(--ink-soft)}
.skip-link{position:fixed;left:18px;top:-80px;z-index:9999;background:#fff;color:var(--ink);padding:12px 18px;border-radius:10px;box-shadow:var(--shadow-md)}.skip-link:focus{top:18px}
.section{padding:88px 0}.section-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;color:var(--yes-purple);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.section-kicker i{display:block;width:22px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--yes-purple),var(--yes-green))}.section-kicker.light{color:#fff}.section-kicker.light i{background:var(--yes-yellow)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading>div{max-width:720px}.section-heading h2{font-size:clamp(1.85rem,3vw,2.65rem)}.section-heading p{max-width:650px;margin:.8rem 0 0;font-size:1rem}.section-heading.compact{margin-bottom:24px}.section-heading.compact h2{font-size:clamp(1.65rem,2.5vw,2.15rem)}.section-heading.centered{justify-content:center;text-align:center}.section-heading.centered>div{max-width:700px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--yes-purple);font-size:.9rem;font-weight:750;white-space:nowrap}.text-link i{transition:transform .2s ease}.text-link:hover i{transform:translateX(4px)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:.7rem 1.15rem;border-radius:11px;border:1px solid transparent;font-size:.9rem;font-weight:750;line-height:1.2;box-shadow:none}.btn-brand{background:var(--yes-purple);border-color:var(--yes-purple);color:#fff}.btn-brand:hover,.btn-brand:focus{background:var(--yes-purple-dark);border-color:var(--yes-purple-dark);color:#fff;transform:translateY(-1px)}.btn-outline-brand{border-color:rgba(57,49,133,.28);color:var(--yes-purple);background:#fff}.btn-outline-brand:hover{background:var(--yes-purple-soft);color:var(--yes-purple)}.btn-quiet{background:#fff;border-color:var(--line);color:var(--ink)}.btn-quiet:hover{background:var(--surface-soft);color:var(--yes-purple);border-color:#dcddea}.btn-light{color:var(--yes-purple);background:#fff}.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.45)}
.form-control,.form-select{border:1px solid #dddfea;border-radius:11px;min-height:48px;padding:.72rem .9rem;color:var(--ink);box-shadow:none}.form-control:focus,.form-select:focus{border-color:rgba(57,49,133,.55);box-shadow:0 0 0 4px rgba(57,49,133,.09)}.form-label{font-size:.82rem;font-weight:750;color:#393c4f}
/* Header */
.site-header{position:sticky;top:0;z-index:1040;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(232,233,240,.88);backdrop-filter:blur(16px);transition:box-shadow .2s ease}.site-header.is-scrolled{box-shadow:0 10px 28px rgba(30,27,72,.08)}.header-accent{height:3px;display:grid;grid-template-columns:1fr 1fr 1fr}.header-accent i:nth-child(1){background:var(--yes-purple)}.header-accent i:nth-child(2){background:var(--yes-yellow)}.header-accent i:nth-child(3){background:var(--yes-green)}
.site-header .navbar{min-height:var(--header-height);padding:0}.site-nav-container{display:flex;align-items:center;gap:18px}.navbar-brand{display:flex;align-items:center;margin:0;padding:7px 0}.brand-logo{display:block;width:112px;height:69px;object-fit:contain}.desktop-navigation{flex:1;justify-content:center;min-width:0}.desktop-navigation .navbar-nav{align-items:center;flex-direction:row;gap:2px}.desktop-navigation .nav-link{position:relative;padding:11px 9px!important;color:#303246;font-size:.84rem;font-weight:680;white-space:nowrap;border-radius:9px}.desktop-navigation .nav-link:hover,.desktop-navigation .nav-link.active{color:var(--yes-purple);background:var(--yes-purple-soft)}.desktop-navigation .dropdown-menu{border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:var(--shadow-md);min-width:230px}.desktop-navigation .dropdown-item{border-radius:9px;padding:9px 11px;font-size:.86rem}.desktop-navigation .dropdown-item:hover{background:var(--yes-purple-soft);color:var(--yes-purple)}.header-actions{align-items:center;gap:9px;flex:0 0 auto}.language-switch{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;font-size:.78rem;font-weight:800;color:var(--yes-purple)}.navbar-toggler{width:44px;height:44px;border:1px solid var(--line);border-radius:11px;color:var(--yes-purple);padding:0;font-size:1.5rem;box-shadow:none!important}.mobile-navigation{width:min(89vw,390px)!important}.mobile-navigation .offcanvas-header{border-bottom:1px solid var(--line);padding:18px}.mobile-navigation .brand-logo{width:94px;height:auto}.mobile-navigation .offcanvas-body{padding:20px}.mobile-navigation .nav-link{padding:12px 4px;border-bottom:1px solid var(--line);font-weight:700}.mobile-navigation .dropdown-menu{position:static!important;transform:none!important;border:0;padding:0 0 8px 15px;box-shadow:none}.mobile-navigation .dropdown-item{padding:8px 5px;color:var(--ink-soft)}.mobile-nav-actions{display:grid;gap:9px;margin-top:24px}
/* Home hero */
.home-hero{padding:34px 0 24px;background:radial-gradient(circle at 3% 25%,rgba(57,49,133,.07),transparent 28%),radial-gradient(circle at 94% 12%,rgba(97,163,117,.08),transparent 30%)}.home-hero-shell{display:grid;grid-template-columns:minmax(0,.93fr) minmax(420px,1.07fr);min-height:610px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;overflow:hidden;box-shadow:var(--shadow-lg)}.home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px 56px}.home-hero-copy h1{max-width:660px;font-size:clamp(2.25rem,4.1vw,3.7rem);line-height:1.05}.home-hero-copy>p{max-width:620px;margin:22px 0 0;font-size:1.05rem;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:29px}.hero-impact{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:46px;padding-top:24px;border-top:1px solid var(--line)}.hero-impact div{display:flex;flex-direction:column}.hero-impact strong{font-size:1.35rem;color:var(--yes-purple);line-height:1.1}.hero-impact span{margin-top:5px;color:var(--muted);font-size:.72rem;font-weight:650;line-height:1.3}.home-hero-visual{position:relative;min-height:560px;background:#edeef5;padding:20px}.hero-image-wrap{position:relative;width:100%;height:100%;min-height:570px;border-radius:24px;overflow:hidden}.hero-image-wrap>img{width:100%;height:100%;object-fit:cover;display:block}.hero-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,rgba(15,16,35,.5))}.hero-shape{position:absolute;z-index:1;display:block}.hero-shape-purple{left:-42px;top:54px;width:100px;height:210px;border-radius:0 80px 80px 0;background:var(--yes-purple)}.hero-shape-yellow{right:-28px;top:38px;width:115px;height:115px;border-radius:60% 0 60% 60%;background:var(--yes-yellow)}.hero-shape-green{right:34px;bottom:20px;width:120px;height:82px;border-radius:90px 90px 16px 90px;background:var(--yes-green)}.hero-project-note{position:absolute;z-index:3;left:44px;right:44px;bottom:46px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 18px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-md);backdrop-filter:blur(8px)}.hero-project-note span{font-size:.68rem;font-weight:800;color:var(--yes-green-dark);text-transform:uppercase;letter-spacing:.09em}.hero-project-note strong{font-size:.95rem;line-height:1.35}.hero-project-note i{grid-column:2;grid-row:1/3;color:var(--yes-purple);font-size:1.2rem}.hero-project-note.is-static{grid-template-columns:1fr}.hero-project-note.is-static strong{font-size:1.1rem}
.home-intro-strip{padding:20px 0 12px}.intro-strip-grid{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:12px}.intro-strip-grid>div,.intro-strip-grid>a{border:1px solid var(--line);border-radius:16px;background:#fff;padding:20px}.intro-strip-grid>div span{display:block;margin-bottom:7px;color:var(--yes-green-dark);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.intro-strip-grid>div strong{display:block;font-size:1rem;line-height:1.45}.intro-strip-grid>a{display:flex;align-items:center;gap:13px;transition:.2s ease}.intro-strip-grid>a:hover{border-color:rgba(57,49,133,.25);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.intro-strip-grid>a>i{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:var(--yes-purple-soft);color:var(--yes-purple);font-size:1.1rem}.intro-strip-grid>a span{display:flex;flex-direction:column}.intro-strip-grid>a strong{font-size:.88rem}.intro-strip-grid>a small{margin-top:3px;color:var(--muted);font-size:.72rem;line-height:1.35}
/* Project cards */
.home-projects{padding-top:80px}.project-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:.25s ease}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:transparent}.project-card.is-featured{grid-column:span 2;grid-row:span 2}.project-card-media{position:relative;height:190px;overflow:hidden;background:var(--surface-soft)}.project-card.is-featured .project-card-media{height:330px}.project-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.project-card:hover .project-card-media img{transform:scale(1.035)}.project-card-media>span{position:absolute;left:14px;top:14px;padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.92);color:var(--yes-purple);font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.project-card-copy{display:flex;flex:1;flex-direction:column;padding:19px}.project-card-copy h3{font-size:1.06rem;line-height:1.3}.project-card.is-featured h3{font-size:1.5rem}.project-card-copy p{display:-webkit-box;margin:10px 0 16px;font-size:.84rem;line-height:1.55;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.project-card-copy .card-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;color:var(--yes-purple);font-size:.8rem;font-weight:750}
/* News and events */
.home-content-band{background:linear-gradient(180deg,#fafafe,#fff)}.home-news-events{padding-top:80px}.news-events-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.home-news-column,.home-events-column{min-width:0}.news-stack,.event-list{border-top:1px solid var(--line)}.news-row{position:relative;display:grid;grid-template-columns:1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.news-row.is-primary{grid-template-columns:175px 1fr auto;padding:22px 0}.news-row-image{width:175px;height:116px;border-radius:13px;overflow:hidden}.news-row-image img{width:100%;height:100%;object-fit:cover}.news-row time{display:block;margin-bottom:5px;color:var(--yes-green-dark);font-size:.67rem;font-weight:800;letter-spacing:.05em}.news-row h3{font-size:1rem;line-height:1.37}.news-row.is-primary h3{font-size:1.18rem}.news-row p{display:-webkit-box;margin:8px 0 0;font-size:.82rem;line-height:1.5;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.row-arrow{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:10px;color:var(--yes-purple)}.news-row:hover .row-arrow{background:var(--yes-purple);color:#fff}.event-list{padding-top:6px}.event-row{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.event-date{display:grid;place-items:center;align-content:center;width:58px;height:64px;border-radius:12px;background:var(--yes-purple-soft);color:var(--yes-purple)}.event-date strong{font-size:1.25rem;line-height:1}.event-date span{margin-top:4px;font-size:.59rem;font-weight:850}.event-row h3{font-size:.95rem;line-height:1.35}.event-row p{display:flex;align-items:center;gap:5px;margin:5px 0 0;color:var(--muted);font-size:.74rem;line-height:1.35}.event-row>i{color:var(--yes-purple)}
/* Opportunities */
.home-opportunities{padding-top:28px}.opportunity-shell{display:grid;grid-template-columns:.78fr 1.22fr;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,var(--yes-purple),#5047a6 70%,#6157b6);box-shadow:var(--shadow-md)}.opportunity-copy{padding:48px}.opportunity-copy h2{color:#fff;font-size:clamp(1.8rem,3vw,2.55rem)}.opportunity-copy p{max-width:520px;margin:16px 0 24px;color:rgba(255,255,255,.78)}.opportunity-list{display:grid;align-content:center;padding:30px 34px;background:rgba(13,11,45,.17)}.opportunity-list a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:20px 5px;border-bottom:1px solid rgba(255,255,255,.17);color:#fff}.opportunity-list a:last-child{border-bottom:0}.opportunity-list span{display:flex;flex-direction:column}.opportunity-list small{margin-bottom:5px;color:var(--yes-yellow);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.opportunity-list strong{font-size:.96rem;line-height:1.4}.opportunity-list a:hover i{transform:translate(3px,-3px)}.opportunity-list i{transition:.2s ease}
/* Partners */
.home-partners{padding-bottom:104px}.partner-marquee{position:relative;overflow:hidden;margin-top:30px;padding:12px 0;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.partner-track{display:flex;width:max-content;gap:14px;will-change:transform}.partner-marquee.is-ready .partner-track{animation:partner-scroll var(--partner-duration,45s) linear infinite}.partner-marquee:hover .partner-track{animation-play-state:paused}.partner-logo{display:flex;align-items:center;justify-content:center;width:190px;height:110px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(30,27,72,.04)}.partner-logo img{max-width:145px;max-height:68px;object-fit:contain;filter:grayscale(20%);transition:.2s ease}.partner-logo:hover img{filter:none;transform:scale(1.03)}.partner-logo span{font-size:.82rem;font-weight:750;text-align:center}.partner-link-row{display:flex;justify-content:center;margin-top:24px}@keyframes partner-scroll{to{transform:translateX(var(--partner-distance,-50%))}}
/* Archive */
.archive-hero,.page-title-section,.contact-hero{position:relative;padding:58px 0 46px;background:linear-gradient(150deg,#f7f7fc,#fff 70%);border-bottom:1px solid var(--line)}.breadcrumb-nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:30px;color:var(--muted);font-size:.74rem}.breadcrumb-nav a:hover{color:var(--yes-purple)}.breadcrumb-nav i{font-size:.62rem}.archive-hero-grid,.page-title-grid{display:grid;grid-template-columns:1fr 190px;align-items:center;gap:40px}.archive-hero-grid>div:first-child,.page-title-grid>div:first-child{max-width:840px}.archive-hero h1,.page-title-section h1,.contact-hero h1{font-size:clamp(2rem,4vw,3.25rem)}.archive-hero p,.page-title-section p,.contact-hero p{max-width:760px;margin:16px 0 0;font-size:1.02rem}.archive-hero-mark{position:relative;height:142px}.archive-hero-mark span{position:absolute;border-radius:18px}.mark-purple{left:5px;top:20px;width:73px;height:92px;background:var(--yes-purple);transform:rotate(-8deg)}.mark-yellow{left:61px;top:8px;width:69px;height:104px;background:var(--yes-yellow);transform:rotate(4deg)}.mark-green{left:115px;top:23px;width:70px;height:90px;background:var(--yes-green);transform:rotate(-3deg)}.archive-hero-mark strong{position:absolute;z-index:2;left:23px;top:46px;color:#fff;font-size:2rem;letter-spacing:.32em}.archive-intro{max-width:900px;margin:35px 0 0;padding-top:30px;border-top:1px solid var(--line)}.archive-section{padding-top:54px}.archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px}.archive-search{display:flex;align-items:center;gap:8px;width:min(100%,520px);padding:5px 5px 5px 14px;border:1px solid var(--line);border-radius:13px;background:#fff}.archive-search>i{color:var(--muted)}.archive-search input{flex:1;min-width:0;border:0;outline:0;background:transparent}.filter-tabs{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.filter-tabs a{padding:8px 12px;border-radius:8px;color:var(--muted);font-size:.78rem;font-weight:750}.filter-tabs a.active{background:#fff;color:var(--yes-purple);box-shadow:0 3px 10px rgba(30,27,72,.08)}
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-list-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.24s ease}.project-list-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:transparent}.project-list-image{position:relative;height:220px;overflow:hidden}.project-list-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.project-list-card:hover img{transform:scale(1.035)}.project-list-image span{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:8px;background:rgba(255,255,255,.94);color:var(--yes-purple);font-size:.65rem;font-weight:800;text-transform:uppercase}.project-list-copy{display:flex;flex:1;flex-direction:column;padding:20px}.project-list-copy h2{font-size:1.15rem}.project-list-copy p{display:-webkit-box;margin:10px 0 18px;font-size:.85rem;line-height:1.55;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.project-list-copy>span{display:flex;align-items:center;justify-content:space-between;margin-top:auto;color:var(--yes-purple);font-size:.8rem;font-weight:750}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.23s ease}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.news-card-image{height:210px;overflow:hidden;background:var(--surface-soft)}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.news-card:hover img{transform:scale(1.035)}.news-card-copy{display:flex;flex:1;flex-direction:column;padding:20px}.news-card time{color:var(--yes-green-dark);font-size:.68rem;font-weight:800}.news-card h2{margin:7px 0 9px;font-size:1.08rem;line-height:1.35}.news-card p{display:-webkit-box;font-size:.83rem;line-height:1.55;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.news-card .text-link{margin-top:auto}
.events-list{display:grid;gap:12px}.event-list-card{display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:20px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s ease}.event-list-card:hover{border-color:rgba(57,49,133,.25);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.event-list-date{display:grid;place-items:center;align-content:center;width:82px;height:84px;border-radius:13px;background:var(--yes-purple-soft);color:var(--yes-purple)}.event-list-date strong{font-size:1.55rem;line-height:1}.event-list-date span{margin-top:4px;font-size:.64rem;font-weight:850}.event-list-date small{font-size:.64rem}.event-list-meta{display:flex;gap:16px;margin-bottom:6px;color:var(--muted);font-size:.72rem}.event-list-meta span{display:flex;align-items:center;gap:5px}.event-list-copy h2{font-size:1.15rem}.event-list-copy p{margin:7px 0 0;font-size:.83rem}.event-list-card>i{font-size:1.1rem;color:var(--yes-purple)}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.team-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.23s ease}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.team-photo{display:block;height:330px;overflow:hidden;background:linear-gradient(135deg,var(--yes-purple-soft),var(--yes-green-soft))}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-copy{padding:20px}.team-copy>span{display:block;margin-bottom:7px;color:var(--yes-green-dark);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.team-copy h2{font-size:1.2rem}.team-copy p{display:-webkit-box;margin:9px 0 16px;font-size:.82rem;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.team-links{display:flex;gap:7px}.team-links a{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;color:var(--yes-purple)}.team-links a:hover{background:var(--yes-purple);color:#fff}
.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.partner-card{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:18px;min-height:160px;padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff}.partner-card-logo{display:flex;align-items:center;justify-content:center;width:110px;height:90px;padding:10px;border-radius:12px;background:var(--surface-soft)}.partner-card-logo img{max-width:90px;max-height:65px;object-fit:contain}.partner-card h2{font-size:1rem}.partner-card p{margin:7px 0;font-size:.78rem}
.archive-empty,.content-empty{display:flex;align-items:center;justify-content:center;gap:18px;min-height:220px;padding:34px;border:1px dashed #d9dbe7;border-radius:18px;background:var(--surface-soft);text-align:left}.archive-empty{flex-direction:column;text-align:center}.archive-empty>i,.content-empty>i{display:grid;place-items:center;width:58px;height:58px;border-radius:15px;background:var(--yes-purple-soft);color:var(--yes-purple);font-size:1.45rem}.archive-empty h2,.content-empty h3{font-size:1.15rem}.archive-empty p,.content-empty p{max-width:590px;margin:7px 0 0;font-size:.85rem}.content-empty.small{min-height:120px}.pagination-wrap{margin-top:44px}.pagination{gap:5px}.page-link{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--line)!important;border-radius:9px!important;color:var(--ink)}.page-item.active .page-link{background:var(--yes-purple);border-color:var(--yes-purple)!important}
/* Full pages */
.page-title-symbol{position:relative;width:160px;height:130px}.page-title-symbol span{position:absolute;width:62px;height:88px;border-radius:18px;transform:rotate(6deg)}.page-title-symbol span:nth-child(1){left:0;top:25px;background:var(--yes-purple)}.page-title-symbol span:nth-child(2){left:48px;top:10px;background:var(--yes-yellow)}.page-title-symbol span:nth-child(3){left:96px;top:28px;background:var(--yes-green)}.page-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}.page-meta span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.8rem}.article-cover,.project-cover{margin:0 0 34px;border-radius:20px;overflow:hidden;background:var(--surface-soft);box-shadow:var(--shadow-sm)}.article-cover img{display:block;width:100%;max-height:640px;object-fit:cover}.project-cover img{display:block;width:100%;max-height:650px;object-fit:cover}.standard-page-grid{display:grid;grid-template-columns:minmax(0,820px) minmax(250px,330px);justify-content:space-between;gap:60px}.standard-page-grid.no-subnav{grid-template-columns:minmax(0,900px);justify-content:center}.prose{color:#33364a}.prose>*:first-child{margin-top:0}.prose h2{margin:2.3rem 0 .9rem;font-size:1.72rem}.prose h3{margin:1.9rem 0 .7rem;font-size:1.35rem}.prose h4{margin:1.5rem 0 .6rem;font-size:1.1rem}.prose p,.prose li{font-size:1rem;line-height:1.8;color:#44475a}.prose p{margin:0 0 1.2rem}.prose ul,.prose ol{margin:0 0 1.4rem;padding-left:1.3rem}.prose li{margin-bottom:.45rem}.prose a{color:var(--yes-purple);font-weight:650}.prose a:hover{color:var(--yes-green-dark)}.prose blockquote{margin:2rem 0;padding:20px 24px;border-left:4px solid var(--yes-green);border-radius:0 13px 13px 0;background:var(--yes-green-soft);color:var(--ink)}.prose img{height:auto!important;max-width:100%!important;border-radius:14px}.prose iframe{display:block;width:100%!important;max-width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:14px}.prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:1.5rem 0}.prose th,.prose td{padding:10px 12px;border:1px solid var(--line);font-size:.88rem}.prose .wp-caption{max-width:100%!important}.prose .gallery,.legacy-gallery{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.prose .gallery img,.legacy-gallery img{width:100%;height:210px!important;object-fit:cover}.compact-prose p{font-size:.94rem}.page-subnav{position:sticky;top:calc(var(--header-height) + 25px);align-self:start;padding:24px;border:1px solid var(--line);border-radius:17px;background:#fff}.page-subnav h2{margin-bottom:14px;font-size:1.2rem}.page-subnav>a{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.page-subnav strong{display:block;font-size:.88rem}.page-subnav small{display:-webkit-box;margin-top:4px;color:var(--muted);font-size:.72rem;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.page-subnav i{color:var(--yes-purple)}
.project-profile-grid{display:grid;grid-template-columns:minmax(0,820px) 330px;gap:55px;justify-content:space-between}.project-facts{position:sticky;top:calc(var(--header-height) + 25px);align-self:start;padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.project-facts h2{margin-bottom:18px;font-size:1.3rem}.fact-row{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.fact-row>i{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--yes-purple-soft);color:var(--yes-purple)}.fact-row div{display:flex;flex-direction:column}.fact-row small{color:var(--muted);font-size:.68rem}.fact-row strong{font-size:.85rem;line-height:1.4}.project-facts .btn{margin-top:18px}.event-profile-grid{display:grid;grid-template-columns:minmax(0,820px) 330px;gap:55px}.event-facts{position:sticky;top:calc(var(--header-height) + 25px);align-self:start;padding:25px;border-radius:18px;background:var(--yes-purple);color:#fff;box-shadow:var(--shadow-md)}.event-facts h2{margin-bottom:12px;color:#fff;font-size:1.3rem}.event-facts>div{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.16)}.event-facts>div>i{color:var(--yes-yellow);font-size:1.1rem}.event-facts span{display:flex;flex-direction:column}.event-facts small{color:rgba(255,255,255,.66);font-size:.68rem}.event-facts strong{color:#fff;font-size:.85rem}.event-facts .btn{margin-top:20px}.team-profile-grid{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,720px);gap:60px;justify-content:center}.team-profile-photo{overflow:hidden;border-radius:22px;background:var(--surface-soft);box-shadow:var(--shadow-md)}.team-profile-photo img{display:block;width:100%;height:auto;min-height:480px;object-fit:cover;object-position:center top}.team-role{display:inline-flex;margin-bottom:20px;padding:8px 12px;border-radius:9px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.profile-contacts{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.profile-contacts a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;color:var(--yes-purple);font-size:.82rem;font-weight:700}.partner-profile-grid{display:grid;grid-template-columns:300px minmax(0,720px);gap:55px;justify-content:center}.partner-profile-logo{display:flex;align-items:center;justify-content:center;height:240px;padding:35px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.partner-profile-logo img{max-width:230px;max-height:150px;object-fit:contain}.article-share{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 0 70px}.article-share>span{margin-right:7px;color:var(--muted);font-size:.75rem;font-weight:750}.article-share a,.article-share button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--yes-purple)}.related-section{padding-top:45px;background:var(--surface-soft)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-grid>a{position:relative;padding:14px;border:1px solid var(--line);border-radius:17px;background:#fff}.related-grid img{width:100%;height:175px;object-fit:cover;border-radius:12px}.related-grid span{display:block;margin:13px 0 5px;color:var(--yes-green-dark);font-size:.65rem;font-weight:800;text-transform:uppercase}.related-grid h3{padding-right:30px;font-size:1rem}.related-grid>a>i{position:absolute;right:18px;bottom:18px;color:var(--yes-purple)}
/* Contact */
.contact-hero-grid{display:grid;grid-template-columns:1fr minmax(340px,470px);align-items:end;gap:60px}.contact-direct{display:grid;gap:8px}.contact-direct>a,.contact-direct>div{display:flex;align-items:center;gap:13px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:#fff}.contact-direct i{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--yes-purple-soft);color:var(--yes-purple)}.contact-direct span{display:flex;flex-direction:column}.contact-direct small{color:var(--muted);font-size:.64rem}.contact-direct strong{font-size:.82rem}.contact-form-grid{display:grid;grid-template-columns:minmax(0,760px) 340px;justify-content:space-between;gap:60px}.contact-form-card{padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.contact-form-card h2{font-size:1.8rem}.contact-form-card>p{margin:10px 0 25px}.form-privacy-note{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:.72rem}.form-privacy-note i{color:var(--yes-green-dark)}.contact-side-card{position:sticky;top:calc(var(--header-height) + 25px);padding:28px;border-radius:20px;background:var(--yes-purple);color:#fff}.contact-side-card h2{color:#fff;font-size:1.45rem}.contact-side-card ul{display:grid;gap:16px;margin:22px 0 0;padding:0;list-style:none}.contact-side-card li{display:flex;gap:9px;color:rgba(255,255,255,.83);font-size:.84rem}.contact-side-card li i{color:var(--yes-yellow)}.contact-map-section{padding:20px 0 90px}.contact-map{overflow:hidden;min-height:480px;border:1px solid var(--line);border-radius:22px;background:var(--surface-soft);box-shadow:var(--shadow-sm)}.contact-map iframe{display:block;width:100%;height:520px;border:0}.map-placeholder{display:flex;align-items:center;justify-content:center;gap:18px;min-height:480px;padding:35px;text-align:left}.map-placeholder>i{font-size:2.2rem;color:var(--yes-purple)}.map-placeholder h3{font-size:1.2rem}.map-placeholder p{margin:7px 0 0;font-size:.84rem}
/* Footer */
.prefooter-cta{padding:35px 0 0;background:#fff}.prefooter-card{display:flex;align-items:center;justify-content:space-between;gap:45px;padding:38px 44px;border-radius:24px 24px 0 0;background:linear-gradient(130deg,var(--yes-purple),#4c43a2);color:#fff}.prefooter-card h2{max-width:700px;color:#fff;font-size:clamp(1.55rem,2.7vw,2.3rem)}.prefooter-card p{max-width:700px;margin:9px 0 0;color:rgba(255,255,255,.73)}.prefooter-actions{display:flex;flex-wrap:wrap;gap:9px}.site-footer{background:#17152f;color:#fff;padding:68px 0 0}.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .8fr 1.15fr;gap:45px;padding-bottom:52px}.footer-brand img{width:122px;height:auto;filter:drop-shadow(0 3px 4px rgba(0,0,0,.13))}.footer-brand .footer-brand-logo{filter:brightness(0) invert(1);opacity:.96}.footer-brand p{max-width:330px;margin:20px 0;color:rgba(255,255,255,.65);font-size:.82rem}.footer-socials{display:flex;gap:7px}.footer-socials a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff}.footer-socials a:hover{background:#fff;color:var(--yes-purple)}.footer-column,.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-column h2,.footer-contact h2{margin-bottom:17px;color:#fff;font-size:.77rem;text-transform:uppercase;letter-spacing:.1em}.footer-column>a{margin:5px 0;color:rgba(255,255,255,.7);font-size:.81rem}.footer-column>a:hover,.footer-contact a:hover{color:var(--yes-yellow)}.footer-contact>p{display:flex;gap:9px;margin:0 0 10px;color:rgba(255,255,255,.68);font-size:.79rem}.footer-contact>p i{margin-top:3px;color:var(--yes-yellow)}.footer-newsletter{width:100%;margin-top:15px}.footer-newsletter label{display:block;margin-bottom:8px;color:rgba(255,255,255,.72);font-size:.73rem}.footer-newsletter>div{display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.06)}.footer-newsletter input{flex:1;min-width:0;padding:10px 12px;border:0;outline:0;background:transparent;color:#fff;font-size:.8rem}.footer-newsletter input::placeholder{color:rgba(255,255,255,.42)}.footer-newsletter button{width:43px;border:0;background:var(--yes-green);color:#fff}.footer-legal{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.49);font-size:.68rem}.footer-legal nav{display:flex;justify-content:center;flex-wrap:wrap;gap:17px}.footer-legal nav a,.footer-legal nav button{padding:0;border:0;background:transparent;color:rgba(255,255,255,.62);font-size:inherit}.footer-legal nav a:hover,.footer-legal nav button:hover{color:#fff}.footer-credit{text-align:right}.footer-credit a{color:rgba(255,255,255,.76)}
/* Consent, accessibility, utilities */
.accessibility-button,.back-to-top{position:fixed;right:18px;z-index:1025;display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:13px;box-shadow:var(--shadow-md)}.accessibility-button{bottom:18px;background:var(--yes-purple);color:#fff;font-size:1.15rem}.back-to-top{bottom:74px;background:#fff;color:var(--yes-purple);border:1px solid var(--line);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}.accessibility-panel{width:min(88vw,360px)!important}.accessibility-panel h2{font-size:1.25rem}.access-action{display:flex;align-items:center;gap:12px;width:100%;padding:13px 8px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:left;font-weight:650}.access-action i{color:var(--yes-purple)}.cookie-banner{position:fixed;z-index:1080;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:25px;max-width:1040px;margin:auto;padding:19px 21px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:var(--shadow-lg);backdrop-filter:blur(12px)}.cookie-banner[hidden]{display:none}.cookie-banner strong{display:block;font-size:.92rem}.cookie-banner p{max-width:670px;margin:4px 0 0;font-size:.76rem}.cookie-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.cookie-actions .btn{min-height:39px;padding:.55rem .8rem;font-size:.74rem}.consent-modal .modal-content{border:0;border-radius:20px;box-shadow:var(--shadow-lg)}.consent-modal .modal-header,.consent-modal .modal-footer{padding:22px 24px;border-color:var(--line)}.consent-modal .modal-body{padding:10px 24px 5px}.consent-modal .modal-title{font-size:1.35rem}.consent-modal .modal-body>p{font-size:.82rem}.consent-option{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid var(--line)}.consent-option>div{display:flex;flex-direction:column}.consent-option strong{font-size:.87rem}.consent-option small{margin-top:3px;color:var(--muted);font-size:.7rem}.consent-option .form-check-input{width:2.4em;height:1.25em}.always-on{padding:5px 8px;border-radius:8px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:.62rem;font-weight:800}.error-page{display:grid;place-items:center;min-height:65vh;padding:70px 0;background:var(--surface-soft)}.error-card{max-width:680px;margin:auto;padding:50px;text-align:center;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow-md)}.error-card>span{color:var(--yes-purple);font-size:4rem;font-weight:850;line-height:1}.error-card h1{margin:12px 0;font-size:2rem}.error-card p{margin-bottom:24px}.error-card>div{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}
html.a11y-large-text{font-size:112.5%}
html.a11y-underline-links a:not(.btn):not(.navbar-brand):not(.footer-mark-link),html.a11y-underline-links button.footer-link-button{text-decoration:underline!important;text-decoration-thickness:.12em!important;text-underline-offset:.18em!important}
html.a11y-reduce-motion,html.a11y-reduce-motion body{scroll-behavior:auto!important}
html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
html.a11y-high-contrast{--yes-purple:#000091;--yes-purple-dark:#000;--yes-purple-soft:#fff;--yes-yellow:#ffea00;--yes-yellow-soft:#fff;--yes-green:#006b2f;--yes-green-dark:#003d1a;--yes-green-soft:#fff;--ink:#000;--ink-soft:#000;--muted:#171717;--line:#000;--surface:#fff;--surface-soft:#fff;--shadow-sm:none;--shadow-md:none;--shadow-lg:none}
html.a11y-high-contrast body{background:#fff;color:#000}
html.a11y-high-contrast .site-header,html.a11y-high-contrast .offcanvas,html.a11y-high-contrast .modal-content,html.a11y-high-contrast .cookie-banner{background:#fff!important;border-color:#000!important;backdrop-filter:none!important}
html.a11y-high-contrast .home-hero,html.a11y-high-contrast .archive-hero,html.a11y-high-contrast .page-title-section,html.a11y-high-contrast .contact-hero,html.a11y-high-contrast .surface-soft{background:#fff!important}
html.a11y-high-contrast .btn-brand{background:#000!important;border-color:#000!important;color:#fff!important}
html.a11y-high-contrast .btn-outline-brand,html.a11y-high-contrast .btn-quiet{background:#fff!important;border:2px solid #000!important;color:#000!important}
html.a11y-high-contrast .site-footer{background:#000!important}
html.a11y-high-contrast .access-action.is-active{background:#000!important;color:#fff!important}
html.a11y-high-contrast .access-action.is-active i,html.a11y-high-contrast .access-action.is-active small{color:#fff!important}
html.a11y-high-contrast img{filter:none!important}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
/* Responsive */
@media (max-width:1199.98px){
  :root{--container:1120px}.desktop-navigation .nav-link{padding:10px 6px!important;font-size:.76rem}.header-actions .btn span{display:none}.header-actions .btn{width:42px;padding:0}.home-hero-copy{padding:48px 38px}.home-hero-shell{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)}.project-feature-grid{grid-template-columns:repeat(3,1fr)}.project-card.is-featured{grid-column:span 2}.footer-grid{grid-template-columns:1.25fr .7fr .75fr 1fr;gap:30px}.projects-grid,.news-grid,.team-grid{grid-template-columns:repeat(3,1fr)}.partners-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:991.98px){
  :root{--header-height:76px}.site-header .navbar{min-height:var(--header-height)}.brand-logo{width:92px;height:58px}.section{padding:70px 0}.home-hero{padding-top:22px}.home-hero-shell{grid-template-columns:1fr;min-height:0}.home-hero-copy{padding:46px 36px 38px}.home-hero-copy h1{font-size:clamp(2.15rem,6vw,3.15rem)}.home-hero-visual{min-height:460px}.hero-image-wrap{min-height:430px}.hero-impact{margin-top:34px}.intro-strip-grid{grid-template-columns:1fr 1fr}.intro-strip-grid>div{grid-column:span 2}.project-feature-grid{grid-template-columns:repeat(2,1fr)}.project-card.is-featured{grid-row:auto}.project-card.is-featured .project-card-media{height:260px}.news-events-grid{grid-template-columns:1fr;gap:55px}.opportunity-shell{grid-template-columns:1fr}.opportunity-copy{padding:38px}.opportunity-list{padding:20px 34px 28px}.projects-grid,.news-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.archive-hero-grid,.page-title-grid{grid-template-columns:1fr 130px}.archive-hero-mark{transform:scale(.75);transform-origin:right center}.standard-page-grid,.project-profile-grid,.event-profile-grid,.contact-form-grid{grid-template-columns:1fr;gap:38px}.page-subnav,.project-facts,.event-facts,.contact-side-card{position:static}.team-profile-grid{grid-template-columns:300px 1fr;gap:35px}.partner-profile-grid{grid-template-columns:240px 1fr;gap:35px}.contact-hero-grid{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:1/4}.footer-legal{grid-template-columns:1fr;text-align:center}.footer-legal nav{order:2}.footer-credit{text-align:center;order:3}.prefooter-card{align-items:flex-start;flex-direction:column;gap:24px}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:767.98px){
  .container{width:min(100% - 24px,var(--container))}.section{padding:58px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:25px}.section-heading h2{font-size:1.9rem}.home-hero-shell{border-radius:22px}.home-hero-copy{padding:36px 24px 30px}.home-hero-copy h1{font-size:2.25rem}.home-hero-copy>p{font-size:.96rem}.hero-impact{grid-template-columns:repeat(2,1fr);gap:17px}.home-hero-visual{min-height:365px;padding:12px}.hero-image-wrap{min-height:345px;border-radius:16px}.hero-shape-purple{width:65px;height:130px;top:45px}.hero-shape-yellow{width:80px;height:80px}.hero-shape-green{width:84px;height:58px}.hero-project-note{left:26px;right:26px;bottom:28px;padding:14px}.intro-strip-grid{grid-template-columns:1fr}.intro-strip-grid>div{grid-column:auto}.project-feature-grid,.projects-grid,.news-grid,.team-grid,.partners-grid{grid-template-columns:1fr}.project-card.is-featured{grid-column:auto}.project-card.is-featured .project-card-media,.project-card-media{height:230px}.project-card.is-featured h3{font-size:1.2rem}.news-row.is-primary{grid-template-columns:110px 1fr auto}.news-row-image{width:110px;height:90px}.opportunity-copy,.opportunity-list{padding:30px 24px}.archive-hero,.page-title-section,.contact-hero{padding:42px 0 36px}.archive-hero-grid,.page-title-grid{grid-template-columns:1fr}.archive-hero-mark,.page-title-symbol{display:none}.archive-toolbar{align-items:stretch;flex-direction:column}.archive-search{width:100%}.filter-tabs{align-self:flex-start}.event-list-card{grid-template-columns:64px 1fr}.event-list-date{width:64px;height:70px}.event-list-card>i{display:none}.team-photo{height:390px}.partner-card{grid-template-columns:90px 1fr}.partner-card-logo{width:90px;height:76px}.team-profile-grid,.partner-profile-grid{grid-template-columns:1fr}.team-profile-photo{max-width:390px}.team-profile-photo img{min-height:0}.prose h2{font-size:1.5rem}.prose p,.prose li{font-size:.96rem}.prose .gallery,.legacy-gallery{grid-template-columns:repeat(2,1fr)!important}.contact-form-card{padding:25px 20px}.contact-map iframe{height:420px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-contact{grid-column:1/3}.footer-brand{max-width:520px}.site-footer{padding-top:52px}.prefooter-card{padding:30px 25px}.cookie-banner{align-items:stretch;flex-direction:column;left:12px;right:12px;bottom:12px}.cookie-actions{justify-content:stretch}.cookie-actions .btn{flex:1}.related-grid{grid-template-columns:1fr}.error-card{padding:35px 22px}}
@media (max-width:479.98px){
  .home-hero-copy h1{font-size:2rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-impact strong{font-size:1.2rem}.intro-strip-grid>a{padding:16px}.project-card-media,.project-card.is-featured .project-card-media{height:205px}.news-row.is-primary{grid-template-columns:1fr auto}.news-row-image{display:none}.event-row{grid-template-columns:52px 1fr}.event-row>i{display:none}.event-date{width:52px;height:58px}.archive-search .btn{padding:.65rem .8rem}.filter-tabs{width:100%}.filter-tabs a{flex:1;text-align:center}.team-photo{height:340px}.partner-card{grid-template-columns:1fr;text-align:center}.partner-card-logo{width:100%;height:105px}.partner-card .text-link{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}.footer-column{padding-top:5px}.prefooter-actions{display:grid;width:100%}.prefooter-actions .btn{width:100%}.article-share{justify-content:flex-start}.accessibility-button,.back-to-top{right:12px}.accessibility-button{bottom:12px}.back-to-top{bottom:66px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn-brand{grid-column:1/3}}

/* YES CMS 1.4.0 · production polish */
@media (min-width:992px){
  .site-header .desktop-navigation{display:flex!important;visibility:visible!important;opacity:1!important}
  .site-header .navbar-toggler{display:none!important}
  .site-header .header-actions{display:flex!important}
}
.section-heading h2{font-size:clamp(1.75rem,2.5vw,2.35rem)}
.archive-hero h1,.page-title-section h1,.contact-hero h1{font-size:clamp(1.9rem,3.25vw,2.7rem)}
.home-hero{padding:26px 0 18px;background:radial-gradient(circle at 5% 18%,rgba(57,49,133,.07),transparent 31%),radial-gradient(circle at 92% 8%,rgba(97,163,117,.09),transparent 28%),linear-gradient(180deg,#fbfbfe 0,#fff 100%)}
.home-hero-shell{grid-template-columns:minmax(0,.96fr) minmax(430px,1.04fr);min-height:520px;border-radius:26px;box-shadow:0 28px 75px rgba(30,27,72,.13)}
.home-hero-copy{padding:48px 50px}
.home-hero-copy h1{max-width:650px;font-size:clamp(2.1rem,3.35vw,3.05rem);line-height:1.08;letter-spacing:-.038em}
.home-hero-copy>p{max-width:600px;margin-top:18px;font-size:1rem;line-height:1.7}
.hero-actions{margin-top:24px}
.hero-impact{gap:10px;margin-top:34px;padding-top:20px}
.hero-impact strong{font-size:1.22rem}
.hero-impact span{font-size:.69rem}
.home-hero-visual{min-height:500px;padding:16px;background:linear-gradient(145deg,#eeeff7,#f8f8fb)}
.hero-image-wrap{min-height:468px;border-radius:20px;background:#f2f3f8}
.hero-image-wrap>img{object-position:center}
.hero-image-wrap:after{background:linear-gradient(180deg,rgba(17,18,38,.02) 35%,rgba(17,18,38,.55) 100%)}
.home-hero-visual.has-brand-art .hero-image-wrap:after{background:linear-gradient(145deg,rgba(57,49,133,.04),rgba(97,163,117,.09))}
.hero-brand-art{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;padding:60px;background:radial-gradient(circle at 65% 28%,rgba(255,237,0,.28),transparent 19%),radial-gradient(circle at 26% 70%,rgba(97,163,117,.24),transparent 22%),linear-gradient(145deg,#f7f7fc,#fff)}
.hero-brand-art img{position:relative;z-index:2;width:min(68%,300px);max-height:220px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(30,27,72,.13))}
.hero-brand-art p{position:relative;z-index:2;margin:0;color:var(--yes-purple);font-size:.77rem;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.hero-shape-purple{left:-48px;top:68px;width:87px;height:176px}
.hero-shape-yellow{right:-26px;top:32px;width:100px;height:100px}
.hero-shape-green{right:28px;bottom:21px;width:104px;height:70px}
.hero-project-note{left:35px;right:35px;bottom:35px;padding:15px 17px;border:1px solid rgba(255,255,255,.7);border-radius:14px}
.hero-trust-badge{position:absolute;z-index:3;left:30px;top:29px;display:flex;align-items:center;gap:9px;max-width:310px;padding:9px 12px;border:1px solid rgba(255,255,255,.7);border-radius:11px;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(30,27,72,.1);backdrop-filter:blur(8px)}
.hero-trust-badge i{color:var(--yes-green-dark)}
.hero-trust-badge span{color:#3b3e50;font-size:.7rem;font-weight:730;line-height:1.35}
.standard-page-grid.no-subnav{grid-template-columns:minmax(0,920px);justify-content:center}
.standard-page-grid.has-subnav{grid-template-columns:minmax(0,820px) minmax(260px,330px)}
.standard-page-grid.no-subnav{grid-template-columns:minmax(0,920px);justify-content:center}
.site-notice-wrap{position:fixed;z-index:1085;top:calc(var(--header-height) + 14px);left:50%;width:min(92vw,700px);transform:translateX(-50%)}
.site-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-md);color:var(--ink)}
.site-notice.success{border-left:4px solid var(--yes-green)}.site-notice.error{border-left:4px solid #c34848}
.site-notice>i{font-size:1.05rem}.site-notice.success>i{color:var(--yes-green-dark)}.site-notice.error>i{color:#c34848}
.site-notice span{font-size:.88rem;font-weight:650}.site-notice button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:var(--surface-soft);color:var(--muted)}
.page-context-card,.page-action-card{position:sticky;top:calc(var(--header-height) + 24px);align-self:start;padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(30,27,72,.055)}
.page-context-card h2,.page-action-card h2{margin-bottom:11px;font-size:1.1rem}.page-context-card p,.page-action-card p{font-size:.86rem;line-height:1.65}.page-context-card .btn,.page-action-card .btn{width:100%;margin-top:7px}
.action-deadline{display:flex;align-items:center;gap:9px;margin:14px 0;padding:11px 12px;border-radius:10px;background:var(--yes-yellow-soft);color:#4b4610;font-size:.78rem;font-weight:750}
.legal-subnav a{display:flex;align-items:center;justify-content:space-between;gap:10px}.legal-consent-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:15px;padding:11px;border:1px solid rgba(57,49,133,.22);border-radius:10px;background:var(--yes-purple-soft);color:var(--yes-purple);font-size:.8rem;font-weight:780}
.media-page-grid{display:grid;grid-template-columns:minmax(0,860px) minmax(250px,320px);gap:48px;align-items:start}.video-embed{position:relative;overflow:hidden;aspect-ratio:16/9;margin-bottom:28px;border-radius:20px;background:#17182b;box-shadow:var(--shadow-md)}.video-embed iframe,.video-embed video{width:100%;height:100%;border:0;object-fit:cover}
.opportunity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.opportunity-card{display:flex;flex-direction:column;min-height:100%;padding:24px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(30,27,72,.05);transition:.2s ease}.opportunity-card:hover{transform:translateY(-3px);border-color:rgba(57,49,133,.25);box-shadow:var(--shadow-sm)}.opportunity-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.opportunity-card-top>i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--yes-purple-soft);color:var(--yes-purple)}.opportunity-card-top time{color:var(--muted);font-size:.72rem;font-weight:720}.opportunity-card h2{font-size:1.08rem;line-height:1.35}.opportunity-card p{margin:11px 0 20px;font-size:.87rem;line-height:1.65}.opportunity-card .card-link{margin-top:auto}
.document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.document-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s ease}.document-card:hover{border-color:rgba(57,49,133,.24);box-shadow:var(--shadow-sm)}.document-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:1.1rem}.document-card h2{font-size:.98rem;line-height:1.35}.document-card p{margin:5px 0 0;font-size:.76rem}.document-card>i{color:var(--yes-purple)}
.media-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.media-archive-card{position:relative;min-height:270px;overflow:hidden;border-radius:18px;background:#25263b;box-shadow:var(--shadow-sm)}.media-archive-card img{width:100%;height:270px;object-fit:cover;transition:.35s ease}.media-archive-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(18,19,39,.88))}.media-archive-card>div{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.media-archive-card h2{color:#fff;font-size:1.05rem}.media-archive-card p{margin:6px 0 0;color:rgba(255,255,255,.75);font-size:.77rem}.media-archive-card>i{position:absolute;z-index:2;right:17px;top:17px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--yes-purple)}.media-archive-card:hover img{transform:scale(1.04)}
.partner-empty-copy{max-width:760px;margin:0 auto;padding:38px;text-align:center;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft)}
.partner-marquee{padding:15px 0}.partner-track{gap:18px}.partner-logo{width:210px;height:118px;padding:20px}.partner-logo img{max-width:158px;max-height:75px;filter:none}
.team-card,.partner-card,.project-list-card,.news-card,.event-list-card{border-color:var(--line);box-shadow:0 7px 25px rgba(30,27,72,.045)}
.team-card:hover,.partner-card:hover,.project-list-card:hover,.news-card:hover,.event-list-card:hover{box-shadow:var(--shadow-sm);border-color:rgba(57,49,133,.2)}
.team-copy h2,.project-list-copy h2,.news-card-copy h2{font-size:1.08rem}.team-copy p,.project-list-copy p,.news-card-copy p{font-size:.85rem;line-height:1.65}
.page-title-section,.archive-hero,.contact-hero{background:radial-gradient(circle at 88% 15%,rgba(255,237,0,.13),transparent 17%),linear-gradient(150deg,#f7f7fc,#fff 72%)}
.prose{font-size:1rem}.prose h2{font-size:1.55rem}.prose h3{font-size:1.25rem}.prose p,.prose li{line-height:1.78}.prose a{font-weight:700;text-decoration:none}
@media (max-width:1199.98px){
  .home-hero-shell{grid-template-columns:minmax(0,.98fr) minmax(390px,1.02fr)}.home-hero-copy{padding:43px 36px}.home-hero-copy h1{font-size:2.55rem}.home-hero-visual{min-height:470px}.hero-image-wrap{min-height:438px}
  .opportunity-grid,.media-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .home-hero-shell{grid-template-columns:1fr}.home-hero-copy{padding:40px 34px 34px}.home-hero-copy h1{font-size:2.45rem}.home-hero-visual{min-height:430px}.hero-image-wrap{min-height:398px}
  .page-context-card,.page-action-card{position:static}.media-page-grid{grid-template-columns:1fr}.standard-page-grid.has-subnav{grid-template-columns:1fr}
}
@media (max-width:767.98px){
  .home-hero{padding-top:15px}.home-hero-copy{padding:32px 23px 28px}.home-hero-copy h1{font-size:2.05rem}.home-hero-copy>p{font-size:.94rem}.home-hero-visual{min-height:350px}.hero-image-wrap{min-height:326px}.hero-trust-badge{left:22px;right:22px;top:20px;max-width:none}.hero-project-note{left:22px;right:22px;bottom:22px}.hero-brand-art{padding:45px 35px}.hero-impact{margin-top:28px}.archive-hero h1,.page-title-section h1,.contact-hero h1{font-size:2rem}
  .opportunity-grid,.document-grid,.media-archive-grid{grid-template-columns:1fr}.media-archive-card,.media-archive-card img{min-height:245px;height:245px}.site-notice-wrap{top:calc(var(--header-height) + 8px)}
}
@media (max-width:479.98px){
  .home-hero-copy h1{font-size:1.85rem}.hero-trust-badge{display:none}.home-hero-visual{min-height:318px}.hero-image-wrap{min-height:294px}.hero-project-note{left:17px;right:17px;bottom:17px}.hero-brand-art img{width:78%}.partner-logo{width:170px;height:100px}
}
.opportunity-card-top>span{display:inline-flex;align-items:center;gap:8px;color:var(--yes-purple);font-size:.68rem;font-weight:820;text-transform:uppercase;letter-spacing:.07em}.opportunity-card-top>span i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--yes-purple-soft);font-size:.82rem}.opportunity-card-top time{display:flex;flex-direction:column;align-items:flex-end;color:var(--ink);font-size:.76rem;font-weight:800}.opportunity-card-top time small{color:var(--muted);font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.media-archive-card>div:first-child{position:relative;height:205px;overflow:hidden}.media-archive-card>div:first-child:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(18,19,39,.38))}.media-archive-card>div:first-child img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.media-archive-card>div:first-child span{position:absolute;z-index:2;left:50%;top:50%;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.96);color:var(--yes-purple);box-shadow:0 10px 26px rgba(18,19,39,.24);transform:translate(-50%,-50%);transition:transform .18s ease,background-color .18s ease,color .18s ease}.media-archive-card>div:first-child span i{margin-left:3px;font-size:1.15rem}.media-archive-card:hover>div:first-child span{background:var(--yes-purple);color:#fff;transform:translate(-50%,-50%) scale(1.06)}.media-archive-card>h2,.media-archive-card>p{position:relative;z-index:2;left:auto;right:auto;bottom:auto;padding-left:19px;padding-right:19px}.media-archive-card>h2{margin-top:17px;color:#fff;font-size:1.04rem}.media-archive-card>p{margin:7px 0 18px;color:rgba(255,255,255,.72);font-size:.77rem}.media-archive-card:hover>div:first-child img{transform:scale(1.04)}
@media(max-width:767.98px){.media-archive-card>div:first-child{height:190px}}
/* YES CMS 1.4.0 · production experience */
.header-search{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);transition:.18s ease}.header-search:hover{border-color:rgba(57,49,133,.32);background:var(--yes-purple-soft);color:var(--yes-purple)}.mobile-search{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin:8px 0 19px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.mobile-search input{width:100%;border:0;outline:0;background:transparent}.preview-banner{position:sticky;z-index:1040;top:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 18px;background:#19172f;color:#fff;font-size:.78rem;font-weight:700}.preview-banner a{color:var(--yes-yellow)}.site-search-form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;width:min(100%,760px);margin-top:25px;padding:9px 9px 9px 16px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 14px 38px rgba(30,27,72,.08)}.site-search-form i{color:var(--yes-purple)}.site-search-form input{min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:.94rem}.search-hero{padding-bottom:54px}.search-summary{margin-bottom:20px;color:var(--muted);font-size:.83rem;font-weight:700}.search-results{display:grid;gap:12px}.search-result-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px;padding:23px 25px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 6px 22px rgba(30,27,72,.04);transition:.2s ease}.search-result-card:hover{transform:translateY(-2px);border-color:rgba(57,49,133,.24);box-shadow:var(--shadow-sm)}.search-result-card span{color:var(--yes-purple);font-size:.65rem;font-weight:820;text-transform:uppercase;letter-spacing:.08em}.search-result-card h2{margin:5px 0 7px;font-size:1.08rem}.search-result-card p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.6}.search-result-card>i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--yes-purple-soft);color:var(--yes-purple)}.pagination-wrap{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}.pagination-wrap a{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:.78rem;font-weight:750}.pagination-wrap a.active{border-color:var(--yes-purple);background:var(--yes-purple);color:#fff}.expertise-tags{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 20px}.expertise-tags span{padding:7px 10px;border-radius:999px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:.7rem;font-weight:750}.project-outcomes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.project-outcomes-grid section{padding:26px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#f8f8fc);box-shadow:0 8px 26px rgba(30,27,72,.04)}.project-outcomes-grid h2{margin:7px 0 10px;font-size:1.15rem}.project-outcomes-grid p{margin:0;color:var(--muted);line-height:1.75}.error-page{display:grid;min-height:70vh;place-items:center;padding:80px 0;background:radial-gradient(circle at 80% 10%,rgba(255,237,0,.16),transparent 22%),linear-gradient(150deg,#f6f6fb,#fff)}.error-card{max-width:760px;margin:auto;text-align:center}.error-card>span{display:inline-block;color:var(--yes-purple);font-size:4rem;font-weight:850;letter-spacing:-.05em}.error-card h1{font-size:2rem}.error-card>p{max-width:600px;margin:12px auto;color:var(--muted)}.error-card .site-search-form{margin-left:auto;margin-right:auto}.error-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}
@media(max-width:767.98px){.site-search-form{grid-template-columns:auto 1fr}.site-search-form .btn{grid-column:1/-1;width:100%}.search-result-card{padding:19px}.search-result-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.project-outcomes-grid{grid-template-columns:1fr}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}

/* YES CMS 1.5.0 · compact public experience */
:root{--header-height:80px;--radius-lg:24px}
.section{padding:62px 0}.section-heading{margin-bottom:26px}.section-heading h2{font-size:clamp(1.65rem,2.5vw,2.25rem)}.section-heading p{margin-top:.6rem}.section-kicker{margin-bottom:9px}

/* Stable desktop navigation: dropdowns never alter the header height. */
@media(min-width:992px){
  .site-header .navbar,.site-nav-container,.desktop-navigation,.desktop-navigation .navbar-nav{height:var(--header-height);min-height:var(--header-height);align-items:center}
  .navbar-brand{height:var(--header-height)}.brand-logo{width:103px;height:64px}
  .desktop-navigation .nav-item{position:relative;display:flex;align-items:center;height:100%}
  .desktop-navigation .nav-link{display:flex;align-items:center;height:42px;padding:0 8px!important}
  .desktop-navigation .dropdown-menu{position:absolute!important;inset:calc(100% - 8px) auto auto 0!important;display:none;margin:0!important;transform:none!important;min-width:270px;max-height:calc(100vh - 110px);overflow:auto;padding:7px}
  .desktop-navigation .dropdown-menu.show{display:block}
  .desktop-navigation .dropdown-item{padding:7px 10px;font-size:.8rem;line-height:1.3}
}
.mobile-navigation .dropdown-menu{display:none}.mobile-navigation .dropdown-menu.show{display:block}.mobile-navigation .dropdown-toggle:after{float:right;margin-top:.55rem}

/* Refined hero with restrained typography and less empty space. */
.home-hero{padding:24px 0 12px}.home-hero-shell{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr);min-height:500px;border-radius:24px;box-shadow:0 24px 65px rgba(30,27,72,.12)}
.home-hero-copy{padding:46px 45px}.home-hero-copy h1{font-size:clamp(2rem,3.4vw,3.05rem);line-height:1.08;letter-spacing:-.04em}.home-hero-copy>p{margin-top:17px;font-size:.98rem;line-height:1.65}.hero-actions{margin-top:23px}.hero-impact{margin-top:31px;padding-top:19px}.hero-impact strong{font-size:1.2rem}.home-hero-visual{min-height:475px;padding:14px}.hero-image-wrap{min-height:447px;border-radius:18px}.hero-shape-purple{width:78px;height:168px}.hero-shape-yellow{width:92px;height:92px}.hero-shape-green{width:98px;height:66px}.hero-project-note{left:30px;right:30px;bottom:30px;padding:15px 17px}.hero-trust-badge{top:28px;left:30px;max-width:250px;padding:10px 13px;font-size:.72rem}.home-intro-strip{padding:12px 0 4px}.intro-strip-grid>div,.intro-strip-grid>a{padding:17px}
.home-projects,.home-partners{padding-top:58px;padding-bottom:68px}.home-news-events{padding-top:58px;padding-bottom:58px}.home-opportunities{padding-top:52px;padding-bottom:52px}

/* Compact internal page headers without letter marks. */
.archive-hero,.page-title-section,.contact-hero{padding:40px 0 34px}.breadcrumb-nav{margin-bottom:20px}.archive-hero-grid,.page-title-grid{grid-template-columns:minmax(0,1fr) 150px;gap:24px}.archive-hero h1,.page-title-section h1,.contact-hero h1{font-size:clamp(1.8rem,3vw,2.55rem)}.archive-hero p,.page-title-section p,.contact-hero p{margin-top:10px;font-size:.94rem}.archive-hero-mark{height:105px;opacity:.92}.archive-hero-mark .mark-purple{left:12px;top:18px;width:52px;height:68px}.archive-hero-mark .mark-yellow{left:53px;top:8px;width:50px;height:78px}.archive-hero-mark .mark-green{left:94px;top:20px;width:52px;height:65px}.archive-hero-mark strong{display:none}.page-title-symbol{width:130px;height:98px;opacity:.92}.page-title-symbol span{width:49px;height:66px;border-radius:14px}.page-title-symbol span:nth-child(1){left:0;top:21px}.page-title-symbol span:nth-child(2){left:39px;top:8px}.page-title-symbol span:nth-child(3){left:78px;top:23px}.archive-intro{margin-top:24px;padding-top:22px}.archive-section{padding-top:42px}.archive-toolbar.events-toolbar{justify-content:flex-end;margin-bottom:23px}.archive-search{display:none!important}

/* Single news article with a real right sidebar. */
.news-single-grid{display:grid;grid-template-columns:minmax(0,820px) minmax(260px,330px);gap:42px;align-items:start}.news-article .article-cover{margin-bottom:25px}.news-sidebar{position:sticky;top:calc(var(--header-height) + 20px);display:grid;gap:15px}.news-sidebar-card,.news-sidebar-contact{padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(30,27,72,.055)}.news-sidebar-card h2,.news-sidebar-contact h2{margin-bottom:13px;font-size:1.08rem}.sidebar-news-list{display:grid;margin-bottom:13px}.sidebar-news-list>a{position:relative;display:grid;gap:4px;padding:12px 22px 12px 0;border-top:1px solid var(--line)}.sidebar-news-list>a:first-child{border-top:0;padding-top:2px}.sidebar-news-list time{color:var(--muted);font-size:.66rem}.sidebar-news-list strong{font-size:.79rem;line-height:1.42}.sidebar-news-list i{position:absolute;right:0;top:17px;color:var(--yes-purple)}.news-sidebar-contact{background:linear-gradient(145deg,var(--yes-purple),#4c43a2);color:#fff}.news-sidebar-contact>i{display:grid;place-items:center;width:40px;height:40px;margin-bottom:14px;border-radius:11px;background:rgba(255,255,255,.13);color:var(--yes-yellow)}.news-sidebar-contact h2{color:#fff}.news-sidebar-contact p{color:rgba(255,255,255,.74);font-size:.82rem;line-height:1.6}.news-sidebar-contact .btn{background:#fff;border-color:#fff;color:var(--yes-purple)}.news-article .article-share{justify-content:flex-start;margin-top:30px;padding:20px 0 0;border-top:1px solid var(--line)}

/* Less vertical air on profiles and full pages. */
.article-cover,.project-cover{margin-bottom:25px;border-radius:16px}.standard-page-grid{gap:42px}.project-profile-grid,.event-profile-grid{gap:42px}.team-profile-grid{gap:44px}.partner-profile-grid{gap:42px}.prose h2{margin-top:1.8rem}.prose h3{margin-top:1.45rem}.project-facts,.event-facts,.page-subnav,.page-context-card,.page-action-card{padding:21px}.related-section{padding-top:42px;padding-bottom:52px}.project-outcomes-grid{margin-top:22px}.project-outcomes-grid section{padding:22px}

/* Partner logos: manual navigation only, with arrows, mouse drag and touch swipe. */
.partner-marquee{overflow-x:auto;overflow-y:hidden;margin-top:22px;padding:8px 0 12px;cursor:grab;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-y;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.partner-marquee::-webkit-scrollbar{display:none}.partner-marquee.is-dragging{cursor:grabbing;user-select:none}.partner-track,.partner-marquee.is-ready .partner-track{display:flex;width:max-content;gap:13px;transform:none!important;animation:none!important;will-change:auto}.partner-logo{width:184px;height:100px;padding:15px;flex:0 0 auto}.partner-logo img{max-width:145px;max-height:65px;pointer-events:none}.partner-link-row{margin-top:18px}

/* Funding and quality area in the footer. */
.prefooter-cta{padding-top:24px}.prefooter-card{gap:32px;padding:31px 36px;border-radius:20px 20px 0 0}.prefooter-card h2{font-size:clamp(1.35rem,2.2vw,1.9rem)}.prefooter-card p{font-size:.88rem}.site-footer{padding-top:35px}.footer-support-strip{display:grid;grid-template-columns:190px 1fr;align-items:stretch;gap:16px;padding:0 0 34px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-quality-mark,.funder-mark{display:flex;align-items:center;justify-content:center;min-height:86px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.045)}.footer-quality-mark img{max-width:150px;max-height:65px;object-fit:contain}.quality-placeholder{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.78);font-size:.72rem;font-weight:700}.quality-placeholder i{color:var(--yes-yellow);font-size:1.3rem}.footer-funders{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.funder-mark img{max-width:100%;max-height:58px;object-fit:contain}.funder-mark i{margin-right:8px;color:var(--yes-yellow);font-size:1.1rem}.funder-mark span{color:rgba(255,255,255,.75);font-size:.64rem;font-weight:700;line-height:1.3}.footer-grid{gap:34px;padding:38px 0 36px}.footer-brand p{margin:15px 0}.footer-column h2,.footer-contact h2{margin-bottom:12px}.footer-column>a{margin:3px 0}.footer-newsletter{margin-top:11px}.footer-legal{grid-template-columns:minmax(0,1fr) auto;padding:15px 0}.footer-legal nav{justify-content:flex-end}.footer-credit{display:none!important}

@media(max-width:1199.98px){
  .home-hero-copy{padding:38px 32px}.home-hero-copy h1{font-size:2.35rem}.home-hero-visual{min-height:430px}.hero-image-wrap{min-height:402px}
  .footer-support-strip{grid-template-columns:160px 1fr}.footer-funders{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:991.98px){
  .section{padding:52px 0}.home-hero-shell{grid-template-columns:1fr}.home-hero-copy{padding:36px 31px 30px}.home-hero-copy h1{font-size:2.25rem}.home-hero-visual{min-height:390px}.hero-image-wrap{min-height:362px}
  .news-single-grid{grid-template-columns:1fr}.news-sidebar{position:static;grid-template-columns:1fr 1fr}.footer-support-strip{grid-template-columns:1fr}.footer-quality-mark{justify-content:flex-start}.footer-grid{padding-top:32px}
}
@media(max-width:767.98px){
  .section{padding:43px 0}.section-heading{margin-bottom:21px}.home-hero{padding-top:12px}.home-hero-copy{padding:29px 22px 25px}.home-hero-copy h1{font-size:1.9rem}.home-hero-copy>p{font-size:.91rem}.home-hero-visual{min-height:320px}.hero-image-wrap{min-height:296px}.hero-impact{margin-top:24px}.archive-hero,.page-title-section,.contact-hero{padding:31px 0 27px}.archive-hero-grid,.page-title-grid{grid-template-columns:1fr}.archive-hero-mark,.page-title-symbol{display:none}.news-sidebar{grid-template-columns:1fr}.standard-page-grid,.project-profile-grid,.event-profile-grid,.team-profile-grid,.partner-profile-grid{gap:28px}.prefooter-card{padding:25px 22px}.footer-funders{grid-template-columns:1fr 1fr}.footer-grid{padding-top:29px;padding-bottom:28px}.footer-legal{grid-template-columns:1fr;text-align:center}.footer-legal nav{justify-content:center}
}
@media(max-width:479.98px){
  .home-hero-copy h1{font-size:1.72rem}.home-hero-visual{min-height:285px}.hero-image-wrap{min-height:261px}.hero-project-note{left:17px;right:17px;bottom:17px}.footer-funders{grid-template-columns:1fr}.funder-mark{min-height:70px}.footer-support-strip{padding-bottom:26px}.partner-logo{width:164px;height:92px}
}
@media(prefers-reduced-motion:reduce){.partner-marquee{scroll-behavior:auto}.partner-track{animation:none!important}}

/* YES CMS 1.6.0 · structured page sections */
.content-blocks{display:grid;gap:22px;margin-top:28px}.content-block{margin:0}.block-heading{padding-top:4px}.block-heading h2,.block-heading h3,.block-heading h4{margin:0;color:#24213c;letter-spacing:-.025em}.block-heading h2{font-size:clamp(1.45rem,2.4vw,2rem)}.block-heading h3{font-size:clamp(1.2rem,2vw,1.55rem)}.block-heading h4{font-size:1.1rem}.block-heading p{margin:8px 0 0;color:#6f6b7f;max-width:760px}.block-image{border-radius:18px;overflow:hidden;background:#f4f4f7}.block-image img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover}.block-image figcaption{padding:9px 13px;color:#777384;font-size:.78rem;background:#f7f7fa}.block-image.is-wide{margin-left:max(-5vw,-36px);margin-right:max(-5vw,-36px)}.block-quote{position:relative;padding:26px 28px 24px 34px;border-left:4px solid #ffed00;background:#f8f7fc;border-radius:0 18px 18px 0}.block-quote:before{content:'“';position:absolute;left:13px;top:1px;font-size:3rem;line-height:1;color:#39318522;font-weight:800}.block-quote blockquote{margin:0;color:#2d2945;font-size:1.08rem;line-height:1.65}.block-quote figcaption{margin-top:11px;color:#6c687b;font-size:.82rem;font-weight:700}.block-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 28px;border-radius:20px}.block-cta h2{font-size:1.35rem;margin:0 0 7px}.block-cta p{margin:0;max-width:700px}.block-cta.style-brand{background:#393185;color:#fff}.block-cta.style-brand h2,.block-cta.style-brand p{color:#fff}.block-cta.style-light{background:#f2f1f8;color:#2b2842}.block-cta.style-outline{border:1px solid #dad8e7;background:#fff}.block-stats{padding:24px;border-radius:20px;background:#f7f7fa}.block-stats>h2{font-size:1.25rem;margin:0 0 18px}.block-stats>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.block-stats article{padding:17px;border-radius:14px;background:#fff;border:1px solid #e9e8ef;text-align:center}.block-stats strong{display:block;color:#393185;font-size:1.55rem;line-height:1}.block-stats span{display:block;margin-top:7px;color:#6d697c;font-size:.8rem}.block-accordion>h2,.block-video>h2{font-size:1.3rem;margin:0 0 14px}.block-accordion .accordion{--bs-accordion-border-color:#e5e3ed;--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-active-bg:#f5f4fa;--bs-accordion-active-color:#393185}.block-accordion .accordion-item{overflow:hidden}.block-accordion .accordion-button{font-weight:700;font-size:.9rem}.block-accordion .accordion-body{color:#5f5b6e;font-size:.88rem;line-height:1.7}.block-video>p{font-size:.8rem;color:#777384;margin:9px 0 0}.block-document{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:20px 22px;border:1px solid #e4e2eb;border-radius:18px;background:#fff}.block-document>i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#f0eff8;color:#393185;font-size:1.35rem}.block-document h2{font-size:1.05rem;margin:0}.block-document p{font-size:.83rem;color:#6f6b7c;margin:5px 0 0}@media(max-width:767.98px){.content-blocks{gap:17px;margin-top:22px}.block-image.is-wide{margin-left:0;margin-right:0}.block-cta{display:block;padding:22px}.block-cta .btn{margin-top:16px;width:100%}.block-document{grid-template-columns:auto 1fr}.block-document .btn{grid-column:1/-1;width:100%}.block-quote{padding:22px 20px 20px 28px}}


/* YES CMS 1.6.1 · unified editorial page formatting */
.standard-page,.news-single,.project-profile,.event-profile,.team-profile,.partner-profile,.media-page{padding-top:54px;padding-bottom:64px}
.editorial-column{min-width:0}.standard-page-grid.no-subnav>.editorial-column{width:min(100%,860px);margin-inline:auto}.standard-page-grid.has-subnav>.editorial-column{min-width:0}.page-primary-action{margin:30px 0 0!important}
.article-prose{font-size:.97rem}.article-prose:empty{display:none}.prose{overflow-wrap:anywhere;word-break:normal}.prose>*:last-child{margin-bottom:0}.prose>p:first-child{font-size:1.03rem;color:#383b4d}.prose p,.prose li{font-size:.96rem;line-height:1.76}.prose p{margin-bottom:1.05rem}.prose h2{margin:2rem 0 .72rem;font-size:clamp(1.35rem,2vw,1.65rem);line-height:1.22}.prose h3{margin:1.55rem 0 .62rem;font-size:clamp(1.14rem,1.7vw,1.34rem);line-height:1.28}.prose h4{margin:1.3rem 0 .55rem;font-size:1.05rem;line-height:1.32}.prose h5{margin:1.15rem 0 .5rem;font-size:.96rem}.prose ul,.prose ol{margin:0 0 1.15rem;padding-left:1.25rem}.prose li{margin-bottom:.34rem;padding-left:.16rem}.prose li::marker{color:var(--yes-purple);font-weight:800}.prose a{color:var(--yes-purple);font-weight:700;text-decoration:none}.prose a:hover,.prose a:focus{color:var(--yes-green-dark)}.prose strong{color:#292b3d}.prose hr{height:1px;margin:2rem 0;border:0;background:var(--line);opacity:1}.prose blockquote{margin:1.55rem 0;padding:18px 21px;border-left:3px solid var(--yes-green);border-radius:0 12px 12px 0;background:var(--yes-green-soft);font-size:1rem}.prose blockquote p:last-child{margin-bottom:0}
.article-cover,.project-cover{border-radius:16px;box-shadow:0 10px 30px rgba(30,27,72,.07)}.article-cover img,.project-cover img{width:100%;max-height:560px;object-fit:cover}.standard-page .article-cover{margin-bottom:26px}.news-single .article-cover{margin-bottom:24px}
/* Legacy WordPress and Enfold layouts */
.prose .wp-block-columns,.prose .flex_column_table,.prose .av-layout-grid-container,.prose .entry-content-wrapper{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;width:100%;margin:1.35rem 0}.prose .wp-block-column,.prose .flex_column,.prose .av_one_full{grid-column:1/-1;min-width:0}.prose .av_one_half{grid-column:span 6}.prose .av_one_third{grid-column:span 4}.prose .av_two_third{grid-column:span 8}.prose .av_one_fourth{grid-column:span 3}.prose .av_three_fourth{grid-column:span 9}.prose .avia_textblock{min-width:0}.prose .avia_textblock>*:last-child{margin-bottom:0}.prose .wp-block-group,.prose .avia-section,.prose .av_textblock_section{margin:1.25rem 0}.prose .wp-block-spacer{display:none!important}
.prose figure,.prose .wp-caption{display:block;max-width:100%!important;margin:1.45rem auto}.prose figure img,.prose .wp-caption img{display:block;width:auto;max-width:100%;margin:auto;border-radius:13px}.prose figcaption,.prose .wp-caption-text{margin-top:8px;color:var(--muted);font-size:.75rem;line-height:1.5;text-align:center}.prose>p>img:only-child{display:block;margin:1.4rem auto}.prose img.aligncenter,.prose .aligncenter{display:block;float:none;margin:1.4rem auto}.prose img.alignleft,.prose .alignleft{float:left;max-width:min(44%,360px)!important;margin:.35rem 1.35rem .8rem 0}.prose img.alignright,.prose .alignright{float:right;max-width:min(44%,360px)!important;margin:.35rem 0 .8rem 1.35rem}.prose:after{content:"";display:table;clear:both}
.prose .gallery,.prose .wp-block-gallery,.prose .blocks-gallery-grid,.prose .avia-gallery-thumb,.legacy-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:100%;margin:1.5rem 0;padding:0;list-style:none}.prose .gallery-item,.prose .blocks-gallery-item,.prose .avia-gallery-thumb>a{min-width:0;margin:0!important}.prose .gallery img,.prose .wp-block-gallery img,.prose .blocks-gallery-grid img,.prose .avia-gallery-thumb img,.legacy-gallery img{display:block;width:100%!important;height:190px!important;margin:0!important;border:0!important;border-radius:11px;object-fit:cover}.prose .gallery-caption{padding:6px 4px 0;color:var(--muted);font-size:.7rem;line-height:1.35;text-align:left}
.content-table-scroll{width:100%;margin:1.45rem 0;overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.prose .content-table-scroll table{display:table;width:100%;min-width:620px;margin:0;border-collapse:collapse}.prose table caption{padding:11px 13px;background:var(--surface-soft);color:var(--ink);font-size:.82rem;font-weight:750;text-align:left}.prose th,.prose td{padding:10px 12px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.82rem;line-height:1.5;vertical-align:top}.prose th:last-child,.prose td:last-child{border-right:0}.prose tr:last-child td{border-bottom:0}.prose th{background:#f3f2f9;color:#302d50;font-weight:780}.prose tbody tr:nth-child(even){background:#fbfbfd}
.prose .wp-block-button,.prose .avia-button-wrap{display:inline-flex;margin:.4rem .45rem .8rem 0}.prose .wp-block-button__link,.prose .avia-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem 1rem;border:1px solid var(--yes-purple);border-radius:10px;background:var(--yes-purple);color:#fff!important;font-size:.86rem;font-weight:750}.prose .wp-block-button__link:hover,.prose .avia-button:hover{background:var(--yes-purple-dark);border-color:var(--yes-purple-dark)}
.content-blocks{width:100%;margin-top:24px}.content-blocks>.content-block:first-child{margin-top:0}.block-text.prose>p:first-child{font-size:.96rem}.block-heading{border-top:1px solid transparent}.block-image img{max-height:560px}.block-image.is-wide{margin-left:0;margin-right:0}.block-cta{padding:22px 24px;border-radius:16px}.block-stats{padding:20px;border-radius:16px}.block-document{border-radius:14px}.block-quote{border-radius:0 14px 14px 0}
.page-subnav,.page-action-card,.project-facts,.event-facts{top:calc(var(--header-height) + 18px)}.page-subnav>a{padding:12px 0}.page-subnav small{line-height:1.45}.project-profile-grid,.event-profile-grid{grid-template-columns:minmax(0,800px) minmax(280px,320px);gap:40px}.team-profile-grid{grid-template-columns:minmax(250px,350px) minmax(0,720px);gap:42px}.partner-profile-grid{grid-template-columns:250px minmax(0,720px);gap:42px}.team-profile-photo img{min-height:420px}.partner-profile-logo{height:210px;padding:28px}.project-outcomes-grid section{padding:20px}.project-outcomes-grid p{font-size:.9rem;line-height:1.68}
.archive-intro.prose{max-width:840px}.archive-intro.prose>p:first-child{font-size:.96rem}.contact-form-card{padding:28px}.contact-map{min-height:420px}.contact-map iframe{height:440px}
@media(max-width:991.98px){.standard-page,.news-single,.project-profile,.event-profile,.team-profile,.partner-profile,.media-page{padding-top:44px;padding-bottom:52px}.project-profile-grid,.event-profile-grid,.team-profile-grid,.partner-profile-grid{grid-template-columns:1fr;gap:30px}.team-profile-photo{width:min(100%,360px)}.partner-profile-logo{width:min(100%,360px)}.page-subnav,.page-action-card,.project-facts,.event-facts{position:static}.prose .av_one_half,.prose .av_one_third,.prose .av_two_third,.prose .av_one_fourth,.prose .av_three_fourth{grid-column:1/-1}}
@media(max-width:767.98px){.standard-page,.news-single,.project-profile,.event-profile,.team-profile,.partner-profile,.media-page{padding-top:36px;padding-bottom:44px}.article-prose{font-size:.94rem}.prose>p:first-child{font-size:.98rem}.prose p,.prose li{font-size:.93rem;line-height:1.7}.prose h2{margin-top:1.65rem;font-size:1.3rem}.prose h3{margin-top:1.35rem;font-size:1.12rem}.prose img.alignleft,.prose .alignleft,.prose img.alignright,.prose .alignright{float:none;display:block;max-width:100%!important;margin:1.2rem auto}.prose .gallery,.prose .wp-block-gallery,.prose .blocks-gallery-grid,.prose .avia-gallery-thumb,.legacy-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prose .gallery img,.prose .wp-block-gallery img,.prose .blocks-gallery-grid img,.prose .avia-gallery-thumb img,.legacy-gallery img{height:145px!important}.content-blocks{gap:16px;margin-top:20px}.block-cta,.block-stats{padding:19px}.article-cover img,.project-cover img{max-height:420px}.contact-form-card{padding:22px 18px}.contact-map iframe{height:360px}}
@media(max-width:479.98px){.prose .gallery,.prose .wp-block-gallery,.prose .blocks-gallery-grid,.prose .avia-gallery-thumb,.legacy-gallery{grid-template-columns:1fr!important}.prose .gallery img,.prose .wp-block-gallery img,.prose .blocks-gallery-grid img,.prose .avia-gallery-thumb img,.legacy-gallery img{height:auto!important;max-height:340px}.content-table-scroll{margin-inline:-2px;width:calc(100% + 4px)}}

/* 1.6.4 Final QA · refined navigation and language switch */
.site-nav-container{gap:14px}.desktop-navigation{display:flex;align-items:center}.desktop-nav-shell{display:flex;align-items:center;padding:4px;border:1px solid rgba(57,49,133,.08);border-radius:14px;background:#f7f7fb;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.desktop-navigation .navbar-nav{gap:1px}.desktop-navigation .nav-item{position:relative;display:flex;align-items:center;border-radius:10px}.desktop-navigation .nav-item.is-current{background:#fff;box-shadow:0 4px 14px rgba(30,27,72,.07)}.desktop-navigation .nav-link{display:flex;align-items:center;min-height:38px;padding:9px 10px!important;border-radius:9px;color:#343548;font-size:.76rem;font-weight:720;letter-spacing:-.01em}.desktop-navigation .nav-link:hover,.desktop-navigation .nav-link.active{background:#fff;color:var(--yes-purple)}.desktop-navigation .nav-item-split .nav-link{padding-right:5px!important}.nav-dropdown-toggle{display:grid;place-items:center;width:25px;height:32px;margin-right:4px;padding:0;border:0;border-radius:8px;background:transparent;color:#7c7f8e;font-size:.62rem}.nav-dropdown-toggle:hover,.nav-dropdown-toggle[aria-expanded="true"]{background:var(--yes-purple-soft);color:var(--yes-purple)}.nav-dropdown-toggle i{transition:transform .18s ease}.nav-dropdown-toggle[aria-expanded="true"] i{transform:rotate(180deg)}.desktop-navigation .dropdown-menu{top:calc(100% + 11px)!important;min-width:250px;padding:9px;border:1px solid rgba(57,49,133,.1);border-radius:15px;background:rgba(255,255,255,.98);box-shadow:0 20px 50px rgba(30,27,72,.15);backdrop-filter:blur(14px)}.desktop-navigation .dropdown-menu:before{content:"";position:absolute;top:-6px;left:30px;width:12px;height:12px;border-left:1px solid rgba(57,49,133,.1);border-top:1px solid rgba(57,49,133,.1);background:#fff;transform:rotate(45deg)}.desktop-navigation .dropdown-item{position:relative;padding:9px 11px;border-radius:9px;color:#4d4f61;font-size:.78rem;font-weight:620}.desktop-navigation .dropdown-item:hover,.desktop-navigation .dropdown-item.active{background:var(--yes-purple-soft);color:var(--yes-purple)}.header-actions{gap:7px}.header-search{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;color:#656879;background:#fff}.header-search:hover{border-color:rgba(57,49,133,.24);color:var(--yes-purple);box-shadow:0 7px 18px rgba(30,27,72,.07)}.language-switch{display:flex;align-items:center;justify-content:center;gap:7px;width:auto;min-width:61px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--yes-purple)}.language-switch:hover{border-color:rgba(57,49,133,.25);box-shadow:0 7px 18px rgba(30,27,72,.07)}.language-flag{display:block;width:22px;height:15px;border-radius:3px;overflow:hidden;box-shadow:0 0 0 1px rgba(20,20,35,.12)}.language-flag svg{display:block;width:100%;height:100%}.language-code{font-size:.64rem;font-weight:850;letter-spacing:.04em}.header-cta{height:38px;padding-inline:14px}.mobile-header-actions{align-items:center;gap:7px;margin-left:auto}.mobile-language-switch{min-width:56px;height:40px;padding-inline:7px}.mobile-language-switch .language-flag{width:21px;height:14px}.mobile-navigation .nav-item{position:relative;border-bottom:1px solid var(--line)}.mobile-navigation .nav-item-split{display:grid;grid-template-columns:minmax(0,1fr) 42px}.mobile-navigation .nav-link{min-width:0;border-bottom:0;padding:12px 5px}.mobile-navigation .nav-dropdown-toggle{width:38px;height:38px;margin:auto 0;color:var(--yes-purple)}.mobile-navigation .dropdown-menu{grid-column:1/-1;width:100%;margin:0;padding:2px 0 10px 12px;background:transparent}.mobile-navigation .dropdown-item{border-radius:8px;padding:8px 10px}.mobile-navigation .dropdown-item.active{background:var(--yes-purple-soft);color:var(--yes-purple)}
@media(max-width:1199.98px) and (min-width:992px){.desktop-navigation .nav-link{padding:8px 6px!important;font-size:.68rem}.desktop-navigation .nav-item-split .nav-link{padding-right:2px!important}.nav-dropdown-toggle{width:21px;margin-right:2px}.header-cta span{display:none}.header-cta{width:38px;padding:0}.language-switch{min-width:54px;padding-inline:6px}.language-flag{width:19px;height:13px}}
@media(max-width:991.98px){.site-nav-container{gap:8px}.navbar-brand{margin-right:auto}.brand-logo{width:94px;height:60px}.mobile-header-actions{flex:0 0 auto}.site-header .navbar{min-height:68px}.site-header{--header-height:68px}}
@media(max-width:420px){.brand-logo{width:82px}.mobile-language-switch{min-width:51px;padding-inline:6px}.mobile-language-switch .language-code{font-size:.58rem}.navbar-toggler{width:40px;height:40px}}

/* 1.6.4 Final QA · balanced projects section */
.home-project-showcase{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:16px;align-items:stretch}.home-project-featured{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(250px,.95fr);min-height:430px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(30,27,72,.06);transition:transform .22s ease,box-shadow .22s ease}.home-project-featured:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(30,27,72,.11)}.home-project-featured-media{position:relative;min-height:100%;overflow:hidden;background:var(--surface-soft)}.home-project-featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.home-project-featured:hover .home-project-featured-media img{transform:scale(1.035)}.home-project-featured-media>span{position:absolute;left:15px;top:15px;max-width:calc(100% - 30px);padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.94);color:var(--yes-purple);font-size:.64rem;font-weight:850;letter-spacing:.04em;box-shadow:0 5px 16px rgba(30,27,72,.1)}.home-project-featured-copy{display:flex;justify-content:space-between;flex-direction:column;padding:30px}.home-project-featured-copy small,.home-project-mini small{color:var(--yes-green-dark);font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.home-project-featured-copy h3{margin-top:9px;font-size:1.55rem;line-height:1.18}.home-project-featured-copy p{display:-webkit-box;margin:14px 0 0;color:var(--ink-soft);font-size:.88rem;line-height:1.62;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.home-project-action{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding-top:18px;border-top:1px solid var(--line);color:var(--yes-purple);font-size:.78rem;font-weight:780}.home-project-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.home-project-mini{position:relative;display:grid;grid-template-rows:145px 1fr;min-width:0;border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-project-mini:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(30,27,72,.09)}.home-project-mini>img{width:100%;height:145px;object-fit:cover}.home-project-mini>div{padding:15px 16px 17px}.home-project-mini h3{display:-webkit-box;margin-top:6px;font-size:.92rem;line-height:1.3;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-project-mini p{display:-webkit-box;margin:8px 0 0;color:var(--muted);font-size:.72rem;line-height:1.45;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-project-mini>i{position:absolute;right:11px;top:11px;display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:rgba(255,255,255,.94);color:var(--yes-purple);box-shadow:0 4px 12px rgba(30,27,72,.11)}
@media(max-width:1199.98px){.home-project-showcase{grid-template-columns:1fr}.home-project-featured{min-height:380px}.home-project-mini-grid{grid-template-columns:repeat(4,1fr)}.home-project-mini{grid-template-rows:125px 1fr}.home-project-mini>img{height:125px}}
@media(max-width:991.98px){.home-project-mini-grid{grid-template-columns:1fr 1fr}.home-project-featured{grid-template-columns:1fr 1fr}}
@media(max-width:767.98px){.home-project-featured{grid-template-columns:1fr;min-height:0}.home-project-featured-media{min-height:255px}.home-project-featured-copy{padding:23px}.home-project-mini-grid{grid-template-columns:1fr}.home-project-mini{grid-template-columns:115px minmax(0,1fr);grid-template-rows:1fr;min-height:125px}.home-project-mini>img{width:115px;height:100%;min-height:125px}.home-project-mini>div{padding:15px 44px 14px 15px}.home-project-mini p{-webkit-line-clamp:2}}

/* Featured project uses the image as the full canvas, avoiding empty white space. */
.home-project-featured{position:relative;display:block;min-height:430px;background:#24213f}.home-project-featured-media{position:absolute;inset:0;min-height:0}.home-project-featured-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,16,41,.06) 20%,rgba(18,16,41,.88) 100%)}.home-project-featured-media>span{z-index:2}.home-project-featured-copy{position:absolute;z-index:3;left:0;right:0;bottom:0;display:block;padding:38px 34px 31px;color:#fff}.home-project-featured-copy small{color:#d9f2df}.home-project-featured-copy h3{max-width:620px;color:#fff;font-size:1.65rem}.home-project-featured-copy p{max-width:610px;color:rgba(255,255,255,.86);-webkit-line-clamp:3}.home-project-action{max-width:610px;margin-top:17px;padding-top:14px;border-color:rgba(255,255,255,.23);color:#fff}.home-project-action i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.14)}
@media(max-width:767.98px){.home-project-featured{min-height:370px}.home-project-featured-media{min-height:0}.home-project-featured-copy{padding:29px 23px 23px}.home-project-featured-copy h3{font-size:1.35rem}.home-project-featured-copy p{-webkit-line-clamp:3}}

/* 1.6.5 Final Fix · clean editorial navigation */
.site-header{background:rgba(255,255,255,.985);border-bottom:1px solid rgba(57,49,133,.09);box-shadow:0 1px 0 rgba(255,255,255,.8)}
.site-header.is-scrolled{box-shadow:0 12px 34px rgba(30,27,72,.075)}
.site-header .navbar{min-height:78px}
.site-nav-container{gap:22px}
.navbar-brand{padding:5px 0}
.brand-logo{width:104px;height:64px}
.desktop-navigation{align-self:stretch;justify-content:center}
.desktop-nav-shell{height:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.desktop-navigation .navbar-nav{height:100%;gap:3px}
.desktop-navigation .nav-item{height:100%;border-radius:0;background:transparent!important;box-shadow:none!important}
.desktop-navigation .nav-link{position:relative;gap:7px;min-height:100%;padding:0 10px!important;border-radius:0;background:transparent!important;color:#3d3e4f;font-size:.78rem;font-weight:700;letter-spacing:-.006em}
.desktop-navigation .nav-link:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;border-radius:4px 4px 0 0;background:var(--yes-purple);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.desktop-navigation .nav-link:hover,.desktop-navigation .nav-link.active{color:var(--yes-purple)}
.desktop-navigation .nav-link:hover:after,.desktop-navigation .nav-link.active:after{transform:scaleX(1)}
.nav-home-icon{font-size:.92rem;line-height:1}
.desktop-navigation .nav-item-split .nav-link{padding-right:3px!important}
.desktop-navigation .nav-item-split .nav-link:after{right:3px}
.nav-dropdown-toggle{width:25px;height:34px;margin:0 5px 0 0;border-radius:8px;color:#858698}
.nav-dropdown-toggle:hover,.nav-dropdown-toggle[aria-expanded="true"]{background:#f1f0fa;color:var(--yes-purple)}
.desktop-navigation .dropdown-menu{top:calc(100% - 1px)!important;min-width:275px;margin:0;padding:11px;border:1px solid rgba(57,49,133,.11);border-radius:0 0 16px 16px;background:#fff;box-shadow:0 24px 55px rgba(31,27,72,.15);backdrop-filter:none}
.desktop-navigation .dropdown-menu:before{display:none}
.desktop-navigation .dropdown-menu.dropdown-wide{grid-template-columns:repeat(2,minmax(205px,1fr));min-width:470px;gap:2px}
.desktop-navigation .dropdown-menu.dropdown-wide.show{display:grid}
.desktop-navigation .dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:9px;color:#4b4d5f;font-size:.78rem;font-weight:630}
.desktop-navigation .dropdown-item i{opacity:.42;font-size:.72rem;transition:opacity .16s ease,transform .16s ease}
.desktop-navigation .dropdown-item:hover,.desktop-navigation .dropdown-item.active{background:#f4f3fb;color:var(--yes-purple)}
.desktop-navigation .dropdown-item:hover i,.desktop-navigation .dropdown-item.active i{opacity:1;transform:translate(1px,-1px)}
.header-actions{gap:8px}
.header-search,.language-switch{height:38px;border-color:rgba(57,49,133,.12);border-radius:9px;box-shadow:none}
.header-search:hover,.language-switch:hover{border-color:rgba(57,49,133,.28);box-shadow:none;background:#f8f7fc}
.header-cta{height:38px;border-radius:9px;box-shadow:none}

/* The page header contains navigation and the title only. The editorial lead is rendered once in the body. */
.page-title-section{padding:40px 0 34px}
.page-title-section .breadcrumb-nav{margin-bottom:21px}
.page-title-grid{grid-template-columns:minmax(0,1fr) 110px;gap:28px}
.page-title-section h1{font-size:clamp(1.8rem,3.2vw,2.65rem);line-height:1.12}
.page-title-symbol{transform:scale(.72);transform-origin:right center}
.content-lead{max-width:820px;margin:0 0 24px;color:#4d5061;font-size:1.04rem;line-height:1.72;font-weight:480}
.article-cover+.content-lead{margin-top:4px}

/* Calls imported from the legacy website remain visible as an archive, not as active opportunities. */
.opportunity-card.is-archived{border-color:#e2e2e8;background:#fafafa;box-shadow:none}
.opportunity-card.is-archived .opportunity-card-top>span{color:#777987;background:#eeeef2}
.opportunity-card.is-archived:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,27,72,.06)}
.page-action-card.is-archived{border-color:#dddde5;background:#fafafa}
.archive-note{margin:4px 0 16px;padding:12px 13px;border-radius:10px;background:#eeeef3;color:#5e6070;font-size:.78rem;line-height:1.55}

/* Footer now follows the page content directly; the generic pre-footer CTA was removed. */
.site-footer{margin-top:0}

@media(max-width:1199.98px) and (min-width:992px){
  .site-nav-container{gap:12px}.brand-logo{width:91px;height:58px}.desktop-navigation .nav-link{padding-inline:6px!important;font-size:.69rem}.desktop-navigation .nav-link:after{left:6px;right:6px}.desktop-navigation .nav-item-split .nav-link:after{right:2px}.nav-dropdown-toggle{width:20px;margin-right:1px}.desktop-navigation .dropdown-menu.dropdown-wide{min-width:430px}.header-actions{gap:5px}
}
@media(max-width:991.98px){
  .site-header .navbar{min-height:68px}.brand-logo{width:91px;height:57px}.mobile-navigation .nav-link{display:flex;align-items:center;gap:9px}.mobile-navigation .nav-home-icon{font-size:1rem}.mobile-navigation .dropdown-item{display:flex;align-items:center;justify-content:space-between}.mobile-navigation .dropdown-item i{font-size:.7rem;opacity:.5}.page-title-section{padding:32px 0 28px}.page-title-grid{grid-template-columns:1fr}.page-title-symbol{display:none}.content-lead{font-size:.98rem;margin-bottom:20px}
}


/* YES CMS 1.6.6 · polished hero and unified inner pages */
.home-hero-v2{padding:26px 0 18px;background:#fff}
.home-hero-v2 .home-hero-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);min-height:540px;overflow:hidden;border:1px solid #ececf3;border-radius:28px;background:linear-gradient(145deg,#fff 0,#fbfbfd 100%);box-shadow:0 24px 70px rgba(31,28,76,.10)}
.home-hero-v2 .home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:54px 52px}
.home-hero-v2 .home-hero-copy h1{max-width:620px;margin:18px 0 0;font-size:clamp(2.15rem,3.35vw,3.2rem);line-height:1.04;letter-spacing:-.045em;color:#25243b}
.home-hero-v2 .home-hero-copy h1::first-line{color:var(--brand-purple,#393185)}
.home-hero-v2 .home-hero-copy>p{max-width:580px;margin:20px 0 0;color:#626476;font-size:1rem;line-height:1.72}
.home-hero-v2 .hero-actions{margin-top:26px}.home-hero-v2 .hero-actions .btn{min-width:146px}
.hero-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:35px;padding-top:24px;border-top:1px solid #ececf3}
.hero-pillars>div{display:flex;align-items:center;gap:9px;min-width:0}.hero-pillars i{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:#efeffb;color:#393185;font-size:.95rem}.hero-pillars>div:nth-child(2) i{background:#fff9c9;color:#8c7900}.hero-pillars>div:nth-child(3) i{background:#edf7f0;color:#438058}.hero-pillars span{display:flex;flex-direction:column;min-width:0}.hero-pillars strong{font-size:.71rem;line-height:1.25}.hero-pillars small{margin-top:2px;color:#8a8c99;font-size:.58rem;line-height:1.25}
.home-hero-v2 .home-hero-visual{position:relative;min-height:540px;padding:32px 32px 32px 10px;background:transparent}
.hero-collage{position:relative;width:100%;height:100%;min-height:476px}.hero-photo{position:absolute;z-index:2;margin:0;overflow:hidden;border:7px solid #fff;border-radius:28px;box-shadow:0 18px 45px rgba(31,28,76,.17)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-main{top:26px;right:20px;width:72%;height:58%}.hero-photo-secondary{left:4%;bottom:25px;width:43%;height:38%}.hero-photo-tertiary{right:6%;bottom:12px;width:46%;height:41%}.hero-collage .hero-shape{position:absolute;z-index:1;display:block}.hero-collage .hero-shape-purple{left:1%;top:13%;width:120px;height:170px;border-radius:55% 45% 50% 50%;background:#393185;transform:rotate(-15deg)}.hero-collage .hero-shape-yellow{right:-4%;top:2%;width:150px;height:150px;border-radius:50%;background:#ffed00}.hero-collage .hero-shape-green{right:3%;bottom:0;width:170px;height:110px;border-radius:55% 45% 50% 50%;background:#61a375;transform:rotate(-8deg)}
.standard-page-grid.has-subnav{grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.standard-page-grid .editorial-column{min-width:0}.default-page-subnav{position:sticky;top:104px}
.prose p,.article-prose p{text-align:justify;text-justify:inter-word;hyphens:auto}.prose li{text-align:justify}.prose p+p{margin-top:1.05rem}.prose{line-height:1.78}.content-lead{text-align:justify;text-justify:inter-word;hyphens:auto}
.contact-hero-v2{padding-bottom:42px}.contact-socials{display:flex;gap:9px;margin-top:24px}.contact-socials a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(57,49,133,.13);border-radius:12px;background:#fff;color:#393185;box-shadow:0 7px 18px rgba(31,28,76,.06);transition:.18s ease}.contact-socials a:hover{transform:translateY(-2px);background:#393185;color:#fff}.contact-layout-v2{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:28px;align-items:start}.contact-info-panel{display:grid;gap:18px}.contact-info-panel .contact-map{min-height:380px;border-radius:20px}.contact-info-panel .contact-map iframe{height:380px}.contact-office-card{display:flex;flex-direction:column;padding:24px;border:1px solid #e8e8ef;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(31,28,76,.06)}.contact-office-card h2{margin:7px 0 10px;font-size:1.15rem}.contact-office-card p{margin:0 0 13px;color:#6d6f7d}.contact-office-card a{margin-top:5px;color:#393185;font-weight:700}
@media(max-width:1199.98px){.home-hero-v2 .home-hero-shell{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr)}.home-hero-v2 .home-hero-copy{padding:44px 36px}.hero-pillars{grid-template-columns:1fr}.hero-pillars>div:nth-child(n+2){display:none}}
@media(max-width:991.98px){.home-hero-v2 .home-hero-shell{grid-template-columns:1fr}.home-hero-v2 .home-hero-copy{padding:40px 34px 32px}.home-hero-v2 .home-hero-visual{min-height:480px;padding:10px 25px 28px}.hero-collage{min-height:440px}.standard-page-grid.has-subnav,.contact-layout-v2{grid-template-columns:1fr}.default-page-subnav{position:static}.contact-info-panel{grid-template-columns:1fr 1fr}.contact-info-panel .contact-map{grid-column:1/3}}
@media(max-width:767.98px){.home-hero-v2{padding-top:12px}.home-hero-v2 .home-hero-shell{border-radius:20px}.home-hero-v2 .home-hero-copy{padding:30px 22px 25px}.home-hero-v2 .home-hero-copy h1{font-size:2rem}.hero-pillars{display:none}.home-hero-v2 .home-hero-visual{min-height:360px;padding:0 16px 20px}.hero-collage{min-height:340px}.hero-photo{border-width:5px;border-radius:20px}.hero-photo-main{top:18px;right:8px;width:76%;height:57%}.hero-photo-secondary{left:0;bottom:20px;width:45%;height:39%}.hero-photo-tertiary{right:2%;bottom:10px;width:49%;height:42%}.hero-collage .hero-shape-purple{width:80px;height:110px}.hero-collage .hero-shape-yellow{width:95px;height:95px}.hero-collage .hero-shape-green{width:110px;height:75px}.contact-info-panel{grid-template-columns:1fr}.contact-info-panel .contact-map{grid-column:auto}.contact-info-panel .contact-map iframe{height:330px}}

/* YES CMS 1.6.8 · footer support, media sections and partner controls */
@media(max-width:1199.98px){.footer-funders{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.footer-funders{grid-template-columns:1fr 1fr}}

/* 1.6.8 · readable official marks and partner carousel controls */
.footer-support-panel{margin-bottom:0;padding:23px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#f6f7f4;color:var(--text);box-shadow:0 16px 38px rgba(7,8,25,.16)}
.footer-support-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:0 2px 15px;border-bottom:1px solid #e1e4df}
.footer-support-head span{display:block;color:var(--yes-purple);font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.footer-support-head p{max-width:720px;margin:5px 0 0;color:#5f665f;font-size:.75rem;line-height:1.55}
.footer-support-panel .footer-support-strip{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:stretch;gap:14px;padding:0;border:0}
.footer-support-panel .footer-quality-mark,.footer-support-panel .funder-mark{min-height:88px;border:1px solid #e0e3df;background:#fff;box-shadow:0 5px 17px rgba(31,35,31,.045)}
.footer-support-panel .quality-placeholder,.footer-support-panel .funder-mark span{color:#434943}
.footer-support-panel .quality-placeholder i,.footer-support-panel .funder-mark i{color:var(--yes-purple)}
.footer-support-panel .footer-quality-mark img,.footer-support-panel .funder-mark img{filter:none;mix-blend-mode:normal}
.footer-support-panel .footer-funders{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.partner-carousel{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;margin-top:22px}
.partner-carousel .partner-marquee{min-width:0;margin-top:0}
.partner-carousel-arrow{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--yes-purple);box-shadow:0 6px 18px rgba(30,27,72,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.partner-carousel-arrow:hover,.partner-carousel-arrow:focus-visible{border-color:rgba(57,49,133,.3);background:var(--yes-purple);color:#fff;transform:translateY(-1px)}
.video-embed video{display:block;width:100%;max-height:680px;border-radius:inherit;background:#090a12;object-fit:contain}
@media(max-width:1199.98px){.footer-support-panel .footer-funders{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.footer-support-panel{padding:17px;border-radius:16px}.footer-support-head{align-items:flex-start;flex-direction:column;gap:4px}.footer-support-panel .footer-support-strip{grid-template-columns:1fr}.footer-support-panel .footer-funders{grid-template-columns:1fr 1fr}.partner-carousel{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}.partner-carousel-arrow{width:34px;height:34px}.partner-marquee{mask-image:none}}
@media(max-width:479.98px){.footer-support-panel .footer-funders{grid-template-columns:1fr}}

/* YES CMS 2.0.0 · compact mobile official marks */
@media(max-width:767.98px){
  .footer-support-panel .footer-support-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .footer-support-panel .footer-funders{display:contents}
  .footer-support-panel .footer-quality-mark,
  .footer-support-panel .funder-mark{
    min-width:0;
    min-height:68px;
    padding:8px;
    border-radius:10px;
  }
  .footer-support-panel .footer-quality-mark img,
  .footer-support-panel .funder-mark img{
    max-width:100%;
    max-height:44px;
  }
  .footer-support-panel .quality-placeholder,
  .footer-support-panel .funder-mark span{
    font-size:.55rem;
    line-height:1.2;
    text-align:center;
  }
  .footer-support-panel .funder-mark i{display:none}
}
@media(max-width:479.98px){
  .footer-support-panel .footer-support-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-support-panel .footer-funders{display:contents}
}


/* YES CMS 2.0.2 · official marks without a shared light panel */
.footer-support-panel{
  margin-bottom:0;
  padding:0 0 34px;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  box-shadow:none;
}
.footer-support-head{display:none!important}
.footer-support-panel .footer-support-strip{padding:0;border:0}
.footer-support-panel .footer-quality-mark,
.footer-support-panel .funder-mark{
  border:1px solid #e0e3df;
  background:#fff;
  box-shadow:0 5px 17px rgba(31,35,31,.045);
}
@media(max-width:767.98px){
  .footer-support-panel{padding:0 0 26px;border-radius:0}
}

/* YES CMS 2.0.3 · clickable official marks */
.footer-mark-link{
  color:inherit;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.footer-mark-link img{transition:transform .2s ease,filter .2s ease}
.footer-mark-link:hover,.footer-mark-link:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(255,237,0,.8);
  background:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.2);
  outline:none;
}
.footer-mark-link:hover img,.footer-mark-link:focus-visible img{transform:scale(1.035)}
@media(prefers-reduced-motion:reduce){
  .footer-mark-link,.footer-mark-link img{transition:none}
  .footer-mark-link:hover,.footer-mark-link:focus-visible{transform:none}
  .footer-mark-link:hover img,.footer-mark-link:focus-visible img{transform:none}
}



/* YES CMS 2.0.4 · WCAG 2.2 accessibility hardening */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #ffed00!important;outline-offset:3px!important;box-shadow:0 0 0 2px #393185!important}
#main:focus{outline:0!important;box-shadow:none!important}
.skip-link:focus-visible{top:18px;outline-color:#ffed00!important}
.btn-close{min-width:44px;min-height:44px}
.accessibility-button,.back-to-top{width:48px;height:48px}
.accessibility-help{margin:0 0 10px;color:var(--muted);font-size:.78rem;line-height:1.55}
.access-action{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;padding:11px 9px;border-radius:9px;border-bottom:1px solid var(--line);transition:background-color .16s ease,color .16s ease}
.access-action:hover{background:var(--surface-soft)}
.access-action i{display:grid;place-items:center;width:28px;height:28px}
.access-action span{min-width:0}
.access-action small{min-width:42px;padding:3px 7px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:.62rem;font-weight:800;text-align:center}
.access-action.is-active{background:var(--yes-purple-soft);color:var(--yes-purple)}
.access-action.is-active small{background:var(--yes-purple);color:#fff}
.access-action-reset{grid-template-columns:28px minmax(0,1fr);margin-top:10px;border:1px solid var(--line);background:#fff}
.footer-legal nav button{min-height:28px;padding:3px 2px}
@media(prefers-contrast:more){:root{--ink:#000;--ink-soft:#111;--muted:#222;--line:#555}}
@media(forced-colors:active){:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid Highlight!important;box-shadow:none!important}.access-action.is-active{forced-color-adjust:none;background:Highlight!important;color:HighlightText!important}.access-action.is-active small{background:HighlightText!important;color:Highlight!important}}
body.cookie-banner-visible .accessibility-button{bottom:calc(18px + var(--cookie-banner-height,0px))}
body.cookie-banner-visible .back-to-top{bottom:calc(76px + var(--cookie-banner-height,0px))}
@media(max-width:479.98px){body.cookie-banner-visible .accessibility-button{bottom:calc(12px + var(--cookie-banner-height,0px))}body.cookie-banner-visible .back-to-top{bottom:calc(70px + var(--cookie-banner-height,0px))}}
html.a11y-high-contrast .accessibility-panel :where(p,small,span){color:#000!important}
html.a11y-high-contrast main a:not(.btn),html.a11y-high-contrast .desktop-navigation .nav-link,html.a11y-high-contrast .mobile-navigation .nav-link,html.a11y-high-contrast .mobile-navigation .dropdown-item{color:#000091!important}
html.a11y-high-contrast .site-footer :where(p,li,small,span,a,button){color:#fff!important}
html.a11y-high-contrast .site-footer .funder-mark,html.a11y-high-contrast .site-footer .footer-quality-mark{border:2px solid #fff!important}

/* YES CMS 2.0.5 · Resource Library */
.resources-toolbar{margin-bottom:22px}.resource-filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.resource-filter-tabs a{display:inline-flex;align-items:center;gap:7px}.resource-filter-tabs i{font-size:.82rem}
.resource-featured-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:0;margin-bottom:22px;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:var(--shadow-sm)}.resource-featured-cover{position:relative;display:block;min-height:360px;background:linear-gradient(145deg,#f4f3fb,#eef6f0);overflow:hidden}.resource-featured-cover img{width:100%;height:100%;min-height:360px;object-fit:contain;padding:22px}.resource-featured-cover>span{position:absolute;left:18px;bottom:18px;padding:8px 11px;border-radius:999px;background:rgba(57,49,133,.94);color:#fff;font-size:.69rem;font-weight:750;letter-spacing:.02em}.resource-featured-copy{display:flex;justify-content:center;flex-direction:column;padding:34px}.resource-card-badges,.resource-profile-badges,.resource-card-meta{display:flex;flex-wrap:wrap;gap:7px}.resource-card-badges span,.resource-profile-badges span,.resource-card-meta span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#f1f0f8;color:var(--yes-purple);font-size:.64rem;font-weight:700}.resource-featured-copy h2{margin:17px 0 10px;font-size:1.7rem;line-height:1.17}.resource-featured-copy p{margin:0;max-width:690px;color:var(--muted);font-size:.9rem;line-height:1.75}.resource-featured-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.resource-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-library-card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.resource-library-card:hover{transform:translateY(-4px);border-color:rgba(57,49,133,.28);box-shadow:var(--shadow-sm)}.resource-library-cover{position:relative;display:block;aspect-ratio:4/3;background:linear-gradient(145deg,#f3f2fa,#edf5ef);overflow:hidden}.resource-library-cover img{width:100%;height:100%;object-fit:contain;padding:15px}.resource-library-cover>span{position:absolute;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--yes-purple);box-shadow:0 5px 16px rgba(25,23,67,.12);font-size:.61rem;font-weight:750}.resource-library-copy{display:flex;flex:1;flex-direction:column;padding:18px}.resource-card-meta{margin-bottom:11px}.resource-card-meta span{padding:4px 7px;font-size:.56rem}.resource-library-copy h2{margin:0;font-size:1.04rem;line-height:1.35}.resource-library-copy p{margin:9px 0 17px;color:var(--muted);font-size:.76rem;line-height:1.65}.resource-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.resource-download-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--yes-green-soft);color:var(--yes-green-dark);transition:.18s ease}.resource-download-icon:hover{background:var(--yes-green);color:#fff}
.resource-profile-grid{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.1fr) minmax(250px,.75fr);gap:24px;align-items:start}.resource-profile-cover{position:relative;min-height:410px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#f4f3fb,#edf5ef);overflow:hidden}.resource-profile-cover img{width:100%;height:100%;min-height:410px;object-fit:contain;padding:20px}.resource-profile-cover>span{position:absolute;left:15px;bottom:15px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(57,49,133,.94);color:#fff;font-size:.64rem;font-weight:750}.resource-profile-intro{padding:10px 0}.resource-profile-intro .content-lead{margin:18px 0 0}.resource-primary-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.resource-facts{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.resource-facts h2{margin:6px 0 17px;font-size:1.08rem}.resource-facts .fact-row{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start;padding:11px 0;border-top:1px solid var(--line)}.resource-facts .fact-row>i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--yes-green-soft);color:var(--yes-green-dark)}.resource-facts small{display:block;color:var(--muted);font-size:.56rem;text-transform:uppercase;letter-spacing:.05em}.resource-facts strong{display:block;margin-top:3px;font-size:.73rem;line-height:1.45}.resource-license{display:flex;gap:10px;margin-top:14px;padding:12px;border-radius:12px;background:#f7f7fb}.resource-license i{color:var(--yes-purple)}.resource-license p{margin:0;color:var(--muted);font-size:.66rem;line-height:1.55}.resource-body-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;margin-top:34px}.resource-download-card{align-self:start;padding:24px;border-radius:18px;background:linear-gradient(145deg,var(--yes-purple),#28206d);color:#fff}.resource-download-card>i{font-size:1.55rem}.resource-download-card h2{margin:14px 0 8px;font-size:1.12rem}.resource-download-card p{margin:0 0 18px;color:rgba(255,255,255,.78);font-size:.72rem;line-height:1.65}.resource-download-card .btn{background:#fff;color:var(--yes-purple)}.resource-pdf-preview{margin-top:30px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.resource-pdf-preview summary{display:flex;align-items:center;gap:9px;padding:17px 20px;cursor:pointer;font-weight:750;list-style:none}.resource-pdf-preview summary::-webkit-details-marker{display:none}.resource-pdf-preview summary span{margin-left:auto;color:var(--muted);font-size:.62rem;font-weight:600}.resource-pdf-preview>div{padding:0 18px 18px}.resource-pdf-preview iframe{display:block;width:100%;height:760px;border:1px solid var(--line);border-radius:12px;background:#f5f5f7}.resource-pdf-preview p{margin:10px 0 0;text-align:right;font-size:.65rem}
@media(max-width:991.98px){.resource-featured-card{grid-template-columns:1fr}.resource-featured-cover{min-height:300px}.resource-featured-cover img{min-height:300px}.resource-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-profile-grid{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.resource-facts{grid-column:1/-1}.resource-body-grid{grid-template-columns:1fr}.resource-download-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.resource-download-card h2,.resource-download-card p{margin:0}.resource-download-card .btn{width:auto!important}.resource-pdf-preview iframe{height:620px}}
@media(max-width:767.98px){.resources-toolbar{overflow:hidden}.resource-filter-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:thin}.resource-filter-tabs a{flex:0 0 auto}.resource-featured-copy{padding:22px}.resource-featured-copy h2{font-size:1.35rem}.resource-library-grid{grid-template-columns:1fr}.resource-profile-grid{grid-template-columns:1fr}.resource-profile-cover{min-height:330px}.resource-profile-cover img{min-height:330px}.resource-primary-actions .btn{flex:1 1 100%}.resource-body-grid{margin-top:24px}.resource-download-card{display:block}.resource-download-card h2{margin:12px 0 7px}.resource-download-card p{margin-bottom:16px}.resource-download-card .btn{width:100%!important}.resource-pdf-preview iframe{height:480px}}
@media(prefers-reduced-motion:reduce){.resource-library-card{transition:none}.resource-library-card:hover{transform:none}}


/* YES CMS 2.0.7 · resource library cleanup and dual file/link actions */
.resource-archive-hero{padding-bottom:20px}.resource-archive-hero .archive-hero-grid{align-items:center}.resource-archive-hero .archive-hero-grid h1{margin-bottom:0}.resource-archive-hero+.archive-section{padding-top:26px}
.resource-card-quicklinks{display:inline-flex;align-items:center;gap:7px}.resource-download-icon.is-folder{background:#f1f0f8;color:var(--yes-purple)}.resource-download-icon.is-folder:hover{background:var(--yes-purple);color:#fff}
.resource-download-card{padding:24px;border:1px solid rgba(57,49,133,.16);border-top:4px solid var(--yes-purple);border-radius:18px;background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}
.resource-download-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#f1f0f8;color:var(--yes-purple)}.resource-download-card-icon i{font-size:1.3rem}.resource-download-card h2{margin:15px 0 8px;color:var(--ink);font-size:1.12rem}.resource-download-card p{margin:0 0 18px;color:#505268;font-size:.78rem;line-height:1.7}.resource-download-actions{display:grid;gap:9px}.resource-download-card .btn-brand{background:var(--yes-purple);color:#fff}.resource-download-card .btn-brand:hover{background:#2f2875;color:#fff}.resource-download-card .btn-quiet{border-color:rgba(57,49,133,.18);background:#f7f6fb;color:var(--yes-purple)}.resource-download-card .btn-quiet:hover{border-color:var(--yes-purple);background:#f1f0f8;color:var(--yes-purple)}
@media(max-width:991.98px){.resource-download-card{display:block}.resource-download-card h2{margin:13px 0 7px}.resource-download-card p{margin:0 0 16px}.resource-download-card .btn{width:100%!important}}
@media(max-width:575.98px){.resource-archive-hero{padding-bottom:12px}.resource-archive-hero+.archive-section{padding-top:20px}}
html.a11y-high-contrast .resource-download-card{border:2px solid #000;border-top-width:5px;background:#fff;color:#000;box-shadow:none}html.a11y-high-contrast .resource-download-card h2,html.a11y-high-contrast .resource-download-card p{color:#000!important}html.a11y-high-contrast .resource-download-card-icon{border:2px solid #000;background:#fff;color:#000}

/* 2.0.10 · clean public partners directory */
.partners-directory-grid{align-items:stretch}
.partner-directory-card{position:relative;grid-template-columns:1fr;justify-items:center;gap:14px;min-height:190px;text-align:center;text-decoration:none;color:var(--text);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.partner-directory-card .partner-card-logo{width:100%;height:112px;background:transparent;padding:12px}
.partner-directory-card .partner-card-logo img{max-width:150px;max-height:82px}
.partner-directory-card h2{margin:0;font-size:1rem;line-height:1.35}
.partner-directory-card:hover,.partner-directory-card:focus-visible{transform:translateY(-3px);border-color:rgba(57,49,133,.28);box-shadow:var(--shadow-sm);color:var(--brand-purple)}
.partner-directory-icon{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--surface-soft);color:var(--brand-purple);font-size:.85rem}
@media (prefers-reduced-motion:reduce){.partner-directory-card{transition:none}.partner-directory-card:hover,.partner-directory-card:focus-visible{transform:none}}

/* YES CMS 2.0.11 · reports, presentation and legal-page polish */
.reports-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:28px}.reports-overview>div{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.reports-overview>div>i{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--yes-purple-soft);color:var(--yes-purple);font-size:1.15rem}.reports-overview span{display:flex;min-width:0;flex-direction:column}.reports-overview strong{font-size:.95rem;color:var(--ink)}.reports-overview small{margin-top:3px;color:var(--muted);font-size:.68rem;line-height:1.4}.reports-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.report-group{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.report-group>header{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;margin-bottom:18px}.report-group-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:1.25rem}.report-group h2{margin:4px 0 6px;font-size:1.28rem}.report-group header p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.55}.report-list{display:grid;gap:9px}.report-download-card{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:74px;padding:11px 12px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.report-download-card:hover{transform:translateY(-2px);border-color:rgba(57,49,133,.35);background:#fff}.report-year{display:grid;place-items:center;width:50px;height:50px;border-radius:12px;background:#fff;color:var(--yes-purple);font-weight:800;font-size:.79rem;box-shadow:0 3px 10px rgba(35,31,89,.08)}.report-copy{display:flex;min-width:0;flex-direction:column}.report-copy strong{color:var(--ink);font-size:.78rem;line-height:1.4}.report-copy small{display:-webkit-box;margin-top:4px;color:var(--muted);font-size:.62rem;line-height:1.45;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.report-action{display:flex;align-items:center;gap:6px;color:var(--yes-purple)}.report-action i{font-size:1.15rem}.report-action em{font-size:.58rem;font-style:normal;font-weight:800}
.presentation-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}.presentation-copy{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.presentation-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.presentation-facts{display:grid;gap:10px}.presentation-facts>div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.presentation-facts i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--yes-green-soft);color:var(--yes-green-dark);font-size:1.05rem}.presentation-facts span{display:flex;flex-direction:column}.presentation-facts strong{font-size:.78rem;line-height:1.4}.presentation-facts small{margin-top:3px;color:var(--muted);font-size:.63rem;line-height:1.4}.presentation-preview{margin-top:26px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.presentation-preview summary{display:flex;align-items:center;gap:9px;padding:16px 19px;cursor:pointer;font-weight:750;list-style:none}.presentation-preview summary::-webkit-details-marker{display:none}.presentation-preview summary span{margin-left:auto;color:var(--muted);font-size:.63rem}.presentation-preview iframe{display:block;width:100%;height:760px;border:0;border-top:1px solid var(--line);background:#f4f4f7}
.prose code{padding:2px 6px;border:1px solid var(--line);border-radius:6px;background:#f5f4fa;color:var(--yes-purple);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84em}.legal-subnav .legal-consent-button{display:flex;align-items:center;width:100%;min-height:auto;margin:0;padding:14px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.35;text-align:left}.legal-subnav .legal-consent-button i{margin-right:10px;color:var(--yes-purple)}.footer-legal nav{align-items:center}.footer-legal nav button{display:inline-flex;align-items:center;min-height:auto;padding:0;line-height:inherit;vertical-align:middle}
@media(max-width:991.98px){.reports-columns{grid-template-columns:1fr}.presentation-layout{grid-template-columns:1fr}.presentation-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.presentation-preview iframe{height:620px}}
@media(max-width:767.98px){.reports-overview{grid-template-columns:1fr}.report-group{padding:19px}.report-download-card{grid-template-columns:50px minmax(0,1fr) auto}.presentation-copy{padding:21px}.presentation-facts{grid-template-columns:1fr}.presentation-preview iframe{height:480px}}
@media(prefers-reduced-motion:reduce){.report-download-card{transition:none}.report-download-card:hover{transform:none}}

/* Partner carousel stops at both ends because automatic movement is disabled. */
.partner-carousel-arrow:disabled{opacity:.35;cursor:default;pointer-events:none;transform:none;box-shadow:none}
.partner-logo{scroll-snap-align:start}.partner-marquee{scroll-snap-type:x proximity}

/* YES CMS 2.0.13 · centered video controls and YouTube thumbnail fallback */
.media-archive-card.is-video .media-archive-visual:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(20,20,40,.03),rgba(20,20,40,.18))}.media-archive-card.is-video .media-archive-visual img{object-position:center}.media-archive-card.is-video .media-play-badge{pointer-events:none}
@media(max-width:767.98px){.media-archive-card>div:first-child span{width:50px;height:50px}}

.video-youtube-link{display:inline-flex;align-items:center;gap:8px;margin:-14px 0 24px;color:var(--yes-purple);font-size:.74rem;font-weight:750}.video-youtube-link i{color:#e62117;font-size:1rem}.video-youtube-link:hover{color:#2f2875}

/* YES CMS 2.0.15 · ordered bilingual official marks */
.footer-marks-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.footer-marks-list .funder-mark{min-width:0;min-height:86px;padding:12px;border:1px solid #e0e3df;border-radius:13px;background:#fff;box-shadow:0 5px 17px rgba(31,35,31,.045)}
.footer-marks-list .funder-mark img{display:block;max-width:100%;max-height:58px;object-fit:contain;filter:none;mix-blend-mode:normal}
.footer-marks-list .funder-mark span{color:#434943;text-align:center}
.footer-marks-list .funder-mark i{color:var(--yes-purple)}
@media(max-width:1199.98px){.footer-marks-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.footer-marks-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.footer-marks-list .funder-mark{min-height:68px;padding:8px;border-radius:10px}.footer-marks-list .funder-mark img{max-height:44px}.footer-marks-list .funder-mark span{font-size:.55rem;line-height:1.2}.footer-marks-list .funder-mark i{display:none}}

/* YES CMS 2.0.15 · public bilingual events calendar */
.public-event-calendar{margin:0 0 32px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(30,27,72,.06);overflow:hidden}
.public-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fbfbff,#fff)}
.public-calendar-head h2{margin:3px 0 0;font-size:1.45rem}.public-calendar-head p{margin:5px 0 0;color:var(--muted);font-size:.8rem}
.public-calendar-nav{display:flex;align-items:center;gap:7px}.public-calendar-nav a{display:grid;place-items:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--yes-purple);font-size:.76rem;font-weight:750}
.public-calendar-nav a:hover{border-color:rgba(57,49,133,.3);background:var(--yes-purple);color:#fff}.public-calendar-nav .calendar-today-link{min-width:70px}
.public-calendar-weekdays,.public-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.public-calendar-weekdays{border-bottom:1px solid var(--line);background:#f8f8fb}
.public-calendar-weekdays span{padding:10px;text-align:center;color:#7a7d8b;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.public-calendar-day{min-width:0;min-height:128px;padding:9px;border-right:1px solid #ececf1;border-bottom:1px solid #ececf1;background:#fff}.public-calendar-day:nth-child(7n){border-right:0}.public-calendar-day.is-outside{background:#fafafd}.public-calendar-day>time{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;color:#555867;font-size:.72rem;font-weight:800}.public-calendar-day.is-outside>time{color:#b4b6bf}.public-calendar-day.is-today>time{background:var(--yes-purple);color:#fff}
.public-calendar-day-events{display:grid;gap:4px;margin-top:6px}.public-calendar-day-events a{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;min-width:0;padding:5px 6px;border-left:3px solid var(--yes-green);border-radius:6px;background:#eff8f2;color:#315f41}.public-calendar-day-events a:hover{background:#e4f3e9;color:#214a30}.public-calendar-day-events span{font-size:.54rem;font-weight:800}.public-calendar-day-events strong{overflow:hidden;font-size:.59rem;font-weight:720;white-space:nowrap;text-overflow:ellipsis}.public-calendar-day-events small{padding-left:7px;color:var(--muted);font-size:.55rem}
.public-calendar-agenda{padding:20px 24px 24px;border-top:1px solid var(--line)}.public-calendar-agenda h3{margin:0 0 12px;font-size:.93rem}.public-calendar-agenda-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-calendar-agenda-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;color:var(--ink)}.public-calendar-agenda-list>a:hover{border-color:rgba(57,49,133,.28);box-shadow:0 7px 18px rgba(30,27,72,.06)}.public-calendar-agenda-list time{display:flex;align-items:center;justify-content:center;flex-direction:column;width:44px;height:44px;border-radius:9px;background:#eeeefa;color:var(--yes-purple)}.public-calendar-agenda-list time strong{font-size:.9rem;line-height:1}.public-calendar-agenda-list time span{margin-top:2px;font-size:.52rem;font-weight:800}.public-calendar-agenda-list>a>span{display:flex;min-width:0;flex-direction:column}.public-calendar-agenda-list>a>span strong{overflow:hidden;font-size:.7rem;white-space:nowrap;text-overflow:ellipsis}.public-calendar-agenda-list>a>span small{margin-top:3px;color:var(--muted);font-size:.57rem}.public-calendar-agenda-list>a>i{color:#9a9dac;font-size:.65rem}.public-calendar-empty{display:flex;align-items:center;gap:9px;padding:14px;border-radius:10px;background:#f8f8fb;color:var(--muted);font-size:.72rem}.public-calendar-empty i{color:var(--yes-purple);font-size:1rem}
@media(max-width:991.98px){.public-calendar-day{min-height:105px;padding:7px}.public-calendar-day-events a{grid-template-columns:1fr}.public-calendar-day-events a span{display:none}.public-calendar-agenda-list{grid-template-columns:1fr}}
@media(max-width:767.98px){.public-event-calendar{border-radius:16px}.public-calendar-head{align-items:flex-start;flex-direction:column;padding:18px}.public-calendar-nav{width:100%;justify-content:space-between}.public-calendar-nav .calendar-today-link{flex:1}.public-calendar-weekdays span{padding:8px 2px;font-size:.54rem}.public-calendar-day{min-height:64px;padding:5px}.public-calendar-day>time{width:24px;height:24px;font-size:.62rem}.public-calendar-day-events{display:flex;align-items:center;gap:3px;margin:4px 0 0}.public-calendar-day-events a{display:block;width:7px;height:7px;padding:0;border:0;border-radius:50%;background:var(--yes-green);overflow:hidden}.public-calendar-day-events a span,.public-calendar-day-events a strong{display:none}.public-calendar-day-events small{display:none}.public-calendar-agenda{padding:17px}.public-calendar-agenda-list>a{grid-template-columns:44px minmax(0,1fr) auto;padding:8px}.public-calendar-agenda-list time{width:40px;height:40px}}


/* 2.0.16 · Calls for participants inside Events */
.event-row.is-invitation{position:relative}.home-event-kind{display:inline-flex;align-items:center;gap:5px;margin-bottom:4px;color:#7357bd;font-size:.61rem;font-weight:850;text-transform:uppercase;letter-spacing:.045em}.event-list-card.is-invitation{border-color:rgba(115,87,189,.25);background:linear-gradient(105deg,#fff,#fbf9ff)}.event-list-card.is-invitation .event-list-date{background:#eee8ff;color:#6548ad}.event-invitation-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:7px;padding:5px 8px;border-radius:999px;background:#eee8ff;color:#6548ad;font-size:.61rem;font-weight:850;text-transform:uppercase;letter-spacing:.035em}.event-invitation-badge.is-closed{background:#f0f1f4;color:#777b87}.public-calendar-day-events a.is-invitation{background:#eee8ff;color:#5c419e}.event-profile.is-invitation{background:linear-gradient(180deg,#fcfbff,#fff 320px)}.invitation-status-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding:18px 20px;border:1px solid rgba(115,87,189,.22);border-radius:18px;background:#f5f1ff}.invitation-status-bar>div:first-child{display:flex;align-items:center;gap:13px}.invitation-status-bar>div:first-child>i{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#6548ad;color:#fff;font-size:1.05rem}.invitation-status-bar span{display:flex;flex-direction:column}.invitation-status-bar strong{font-size:1rem}.invitation-status-bar small{margin-top:3px;color:var(--muted);font-size:.72rem}.invitation-status-bar.is-closed{border-color:var(--line);background:#f5f5f7}.invitation-status-bar.is-closed>div:first-child>i{background:#7c7f89}.invitation-status-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.invitation-information-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0 0 26px}.invitation-information-grid section{display:flex;align-items:flex-start;gap:13px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.invitation-information-grid section>i{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:#eee8ff;color:#6548ad}.invitation-information-grid h2{margin:4px 0 8px;font-size:1.05rem}.invitation-information-grid p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.65}.event-facts.invitation-facts{background:linear-gradient(155deg,#44358c,#2d275f)}.invitation-application-actions{margin-top:30px;padding:24px;border-radius:18px;background:#f6f3ff}.invitation-application-actions h2{font-size:1.3rem}.invitation-application-actions p{margin:7px 0 16px;color:var(--muted)}.invitation-application-actions>div{display:flex;flex-wrap:wrap;gap:9px}
@media(max-width:767.98px){.invitation-status-bar{align-items:flex-start;flex-direction:column}.invitation-status-actions{width:100%;justify-content:flex-start}.invitation-status-actions .btn{flex:1}.invitation-information-grid{grid-template-columns:1fr}.event-list-card.is-invitation{align-items:start}.event-invitation-badge{white-space:normal}.invitation-application-actions>div{display:grid}.invitation-application-actions .btn{width:100%}}
