:root{--ink:#141414;--black:#000;--blue:#0065f2;--blue-dark:#034aa6;--navy:#101b24;--white:#fff;--surface:#f3f4f5;--surface-2:#e9ebed;--muted:#666;--line:#d9dcdf;--container:min(1232px, calc(100vw - 48px));--header-height:64px}*{box-sizing:border-box}html{scroll-behavior:auto;background:var(--white)}body{color:var(--ink);background:var(--white);font-family:var(--font-sans), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.55;overflow-x:clip}body,button,input,textarea,select{font-family:var(--font-sans), Arial, Helvetica, sans-serif}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-sans), Arial, Helvetica, sans-serif;letter-spacing:-.035em;text-wrap:balance;margin-bottom:.5em;font-weight:850;line-height:1.14}p{text-wrap:pretty}.container{width:var(--container);margin-inline:auto}.section{padding:88px 0}.section--ivory{background:var(--surface)}.section--navy{color:var(--white);background:var(--navy)}.section--blue{color:var(--white);background:var(--blue)}.eyebrow,.kicker{color:var(--muted);letter-spacing:.015em;margin:0 0 16px;font-size:14px;font-weight:700;line-height:1.35}.site-icon{flex:none;display:block;overflow:visible}.section--navy .eyebrow,.section--blue .eyebrow{color:inherit}.skip-link{z-index:999;color:var(--black);background:var(--white);padding:10px 14px;position:fixed;top:8px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:100;height:var(--header-height);transition:background .2s,border-color .2s,color .2s;position:fixed;inset:0 0 auto}.site-header--light{color:var(--black);border-bottom:1px solid var(--line);background:#fffffffa}.site-header--dark{color:var(--white);background:0 0}.header-inner{justify-content:space-between;align-items:center;gap:20px;width:calc(100% - 24px);height:100%;margin:auto;display:flex;position:relative}.brand{width:96px;line-height:0;display:block;position:absolute;left:50%;transform:translate(-50%)}.brand img{object-fit:contain;width:100%;height:64px}.menu-toggle{width:40px;min-height:40px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.menu-toggle:hover{background:#8080801c}.site-header--dark .menu-toggle{background:0 0}.site-header--dark .menu-toggle:hover{background:#ffffff1f}.header-actions{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.search-link{background:0 0;border-radius:999px;align-items:center;gap:8px;height:40px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.search-link:hover{background:#8080801c}.site-header--dark .search-link{background:0 0}.button{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:0 18px;font-size:14px;font-weight:650;line-height:1;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.button--partner{min-height:40px;color:var(--white);background:var(--blue);padding-inline:20px}.site-header--dark .button--partner{color:var(--white);background:var(--blue)}.button--partner:hover{color:var(--white);background:var(--blue-dark)}.button--navy:hover{color:var(--white);background:var(--blue)}.button--navy{color:var(--white);background:var(--black)}.button--outline{color:var(--ink);background:0 0;border-color:#80808040}.button--outline:hover{background:#8080801c}.button--blue{color:var(--white);background:var(--blue)}.button--glass{color:#333;background:#ffffffeb;min-height:42px}.button--glass:hover{background:var(--white)}.desktop-nav,.nav-dropdown{display:none}.mobile-menu{z-index:300;color:var(--ink);background:var(--white);flex-direction:column;padding:22px 32px 32px;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu__top{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding-bottom:15px;display:grid;position:relative}.mobile-menu__top .brand{grid-column:auto;width:132px;top:0}.menu-close{min-height:42px;color:var(--ink);cursor:pointer;background:#8080801c;border:0;border-radius:999px;grid-column:3;justify-self:end;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:inline-flex}.mobile-search{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin:28px 0 8px;padding:16px 0;font-size:15px;font-weight:650;display:flex}.mobile-nav{grid-template-columns:repeat(2,1fr);column-gap:64px;display:grid}.mobile-nav details,.mobile-nav__link{border-bottom:1px solid var(--line)}.mobile-nav summary,.mobile-nav__link{cursor:pointer;justify-content:space-between;align-items:center;min-height:64px;font-size:23px;font-weight:800;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav details[open] summary span{transform:rotate(45deg)}.mobile-nav details>div{gap:11px;padding:0 0 20px 12px;display:grid}.mobile-nav details a{color:var(--muted);font-size:14px}.mobile-menu__footer{justify-content:space-between;align-items:flex-end;gap:30px;margin-top:auto;padding-top:30px;display:flex}.mobile-menu__footer p{color:var(--muted);text-align:right;margin:0;font-size:14px}.home-hero{height:min(78vh,760px);min-height:620px;color:var(--white);background:var(--black);position:relative}.home-hero__media,.home-hero__media video,.home-hero__veil{width:100%;height:100%;position:absolute;inset:0}.home-hero__media video{object-fit:cover;object-position:center 45%}.home-hero__veil{background:linear-gradient(90deg,#000000c7,#0003 68%),linear-gradient(#0000 52%,#00000073)}.home-hero__content{z-index:2;padding-top:clamp(150px,22vh,205px);position:relative}.home-hero__content .eyebrow{color:var(--white)}.home-hero__content h1{max-width:720px;color:var(--white);margin-bottom:28px;font-size:clamp(38px,3.75vw,48px);font-weight:900;line-height:1.18}.home-hero__content>p:not(.eyebrow){color:#ffffffd1;max-width:650px}.hero-media-control{z-index:2;align-items:center;gap:10px;font-size:14px;font-weight:650;display:flex;position:absolute;bottom:24px;right:24px}.icon-disc{width:42px;height:42px;color:var(--black);background:#ffffffeb;border-radius:50%;place-items:center;display:grid}.hero-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;display:flex}.arrow-circle{width:38px;height:38px;color:var(--black);background:#8080801c;border-radius:50%;flex:none;place-items:center;transition:color .18s,background .18s,transform .18s;display:inline-grid;overflow:hidden}.arrow-circle--light{color:var(--white);background:#ffffff2b}a:hover .arrow-circle{color:var(--white);background:var(--blue);transform:translate(2px)}.arrow-link{color:var(--ink);align-items:center;gap:12px;margin-top:20px;font-size:14px;font-weight:650;display:inline-flex}.arrow-link--light{color:var(--white)}.pill-link{color:#333;border:2px solid #80808026;border-radius:999px;align-items:center;gap:10px;min-height:40px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.pill-link:hover{border-color:var(--blue);color:var(--blue)}.pill-link--light{color:var(--white);border-color:#ffffff40}.pill-link--light:hover{color:var(--white);background:#ffffff1f;border-color:#ffffff80}.wef-impact{color:var(--white);background:var(--navy);padding:62px 0 74px}.wef-section-title{justify-content:space-between;align-items:center;gap:30px;margin-bottom:38px;display:flex}.wef-section-title h2,.wef-heading-row h2{margin:0;font-size:40px;font-weight:900}.wef-section-title nav{background:#ffffff24;border-radius:999px;gap:8px;padding:8px;display:flex}.wef-section-title nav a{border-radius:999px;place-items:center;min-height:40px;padding:0 30px;font-weight:750;display:grid}.wef-section-title nav a.active{color:var(--black);background:var(--white)}.impact-lead{min-height:355px;color:var(--ink);background:var(--white);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.impact-lead picture,.impact-lead img{width:100%;height:100%}.impact-lead img{object-fit:cover}.impact-lead>div{flex-direction:column;justify-content:center;align-items:flex-start;padding:42px 48px;display:flex}.impact-lead h3{max-width:500px;font-size:31px;font-weight:850}.impact-lead p:not(.kicker){max-width:540px;color:var(--muted)}.impact-card-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;display:grid}.impact-card{min-height:255px;color:var(--white);background:#ffffff14;grid-template-rows:auto 1fr;grid-template-columns:1fr auto;padding:28px;transition:background .18s;display:grid}.impact-card:hover{background:#ffffff24}.impact-card>svg{color:#6da9ff}.impact-card>div{grid-column:1/-1;align-self:end}.impact-card h3{margin-bottom:8px;font-size:23px}.impact-card p{color:#ffffffad;margin:0;font-size:14px}.impact-card .arrow-circle{grid-area:1/2}.wef-spotlight,.wef-discover{padding:82px 0}.wef-heading-row{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px;display:flex}.wef-heading-row p{max-width:620px;color:var(--muted);margin:12px 0 0}.spotlight-grid{grid-template-columns:repeat(12,1fr);gap:18px;display:grid}.story-card{flex-direction:column;grid-column:span 3;min-height:360px;display:flex;position:relative}.story-card--lead{grid-area:span 2/span 6;min-height:580px}.story-card picture{aspect-ratio:1.3;background:var(--surface);overflow:hidden}.story-card--lead picture{aspect-ratio:auto;flex:1;min-height:360px}.story-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.story-card:hover img{transform:scale(1.015)}.story-card>span:not(.story-icon){color:var(--muted);margin-top:15px;font-size:14px;font-weight:650}.story-card>p{color:var(--muted);margin:17px 0 6px;font-size:14px;font-weight:650}.story-card h3{margin:6px 0 0;font-size:21px;font-weight:800;line-height:1.25}.story-card--lead h3{max-width:640px;font-size:31px}.story-icon{width:48px;height:48px;color:var(--black);background:#ffffffdb;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;left:18px;overflow:hidden}.story-card--text{background:var(--surface);min-height:285px;padding:26px}.story-card--text>span{margin-top:auto!important}.story-card--text h3{margin-bottom:22px}.story-card--text .arrow-circle{margin-top:auto}.story-card--blue{color:var(--white);background:var(--blue)}.story-card--blue>span{color:#ffffffb8!important}.community-index-section{color:var(--white);background:var(--black);padding:74px 0}.community-index__intro{grid-template-columns:.7fr 1.3fr;align-items:center;gap:70px;margin-bottom:54px;display:grid}.big-number{color:var(--blue);letter-spacing:-.09em;font-size:clamp(110px,18vw,220px);font-weight:900;line-height:.76}.community-index__intro h2{max-width:520px;font-size:40px}.community-index__intro p{color:#ffffffb3;max-width:610px}.community-index__intro .eyebrow{color:#ffffffb8;margin-bottom:8px}.community-definition{grid-template-columns:1fr 1fr;gap:24px;margin:25px 0 28px;display:grid}.community-definition>div{border-top:1px solid #ffffff47;padding-top:16px}.community-definition h3{color:var(--white);letter-spacing:-.01em;margin:0 0 7px;font-size:17px}.community-definition p{color:#ffffffb8;margin:0;font-size:14px;line-height:1.65}.community-index__intro .pill-link{color:var(--white);border-color:#fff3}.community-ticker{border-top:1px solid #fff3;border-left:1px solid #fff3;grid-template-columns:repeat(3,1fr);display:grid}.community-ticker a{border-bottom:1px solid #fff3;border-right:1px solid #fff3;grid-template-columns:1fr auto;align-items:center;min-height:105px;padding:19px 20px;display:grid}.community-ticker a>span{color:#ffffffa6;align-self:end;font-size:14px}.community-ticker strong{align-self:start;font-size:17px}.community-ticker .arrow-circle{grid-area:1/2/3}.wef-discover{background:var(--white)}.discover-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.discover-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;min-height:330px;padding:28px;display:flex}.discover-card>svg{color:var(--blue)}.discover-card>span{color:var(--muted);margin-top:auto;font-size:14px;font-weight:650}.discover-card h3{margin:9px 0;font-size:26px}.discover-card p{color:var(--muted);font-size:14px}.discover-card .arrow-circle{margin-top:12px}.briefing-section{background:var(--surface);padding:74px 0}.briefing-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px;display:grid}.briefing-grid h2{max-width:520px;margin:0;font-size:38px}.page-hero{padding:calc(var(--header-height) + 46px) 0 56px;color:var(--ink);background:var(--surface)}.page-hero__frame{align-items:flex-end;min-height:330px;display:flex}.page-hero__content{width:min(800px,100%)}.page-hero h1{max-width:800px;margin-bottom:22px;font-size:clamp(40px,4vw,48px);font-weight:900}.page-hero__content>p:last-child{max-width:720px;color:var(--muted);margin:0;font-size:17px}.page-hero--image{background:var(--white);padding-bottom:48px}.page-hero--image .page-hero__frame{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(48px,6vw,86px);min-height:0;display:grid}.page-hero--image .page-hero__content{width:100%}.page-hero--image .page-hero__media{aspect-ratio:3/2;background:var(--surface);contain:layout paint;width:100%;overflow:hidden}.page-hero--image .page-hero__media img{object-fit:cover;width:100%;height:100%}.page-hero--image .eyebrow{color:var(--blue)}.section-heading{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:70px;margin-bottom:48px;padding-bottom:28px;display:grid}.section--navy .section-heading,.section--blue .section-heading{border-color:#fff3}.section-heading h2{max-width:600px;margin:0;font-size:40px}.section-heading>div:last-child{align-self:end}.section-intro{max-width:610px;color:var(--muted);margin:0}.section--navy .section-intro,.section--blue .section-intro{color:#ffffffb3}.narrow-grid{grid-template-columns:230px minmax(0,800px);gap:80px;display:grid}.narrow-grid h2{font-size:40px}.narrow-grid div>p{color:var(--muted);font-size:17px}.function-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.function-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:260px;padding:27px}.function-grid article>span,.structure-grid article>span,.initiative-detail-grid article>div>span{color:var(--blue);font-size:14px;font-weight:700}.function-grid h3{margin:62px 0 13px;font-size:23px}.function-grid p{color:var(--muted);margin:0;font-size:14px}.function-grid--dark,.function-grid--dark article{border-color:#fff3}.function-grid--dark p{color:#ffffffad}.two-column-statements{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.two-column-statements article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:330px;padding:32px}.two-column-statements span{color:var(--blue);font-size:14px;font-weight:700}.two-column-statements h3{margin-top:88px;font-size:26px}.principle-list{border-top:1px solid var(--line)}.principle-list article{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr;gap:15px;padding:26px 0;display:grid}.principle-list article>span{color:var(--blue);font-size:14px}.principle-list h3{margin:0 0 5px;font-size:22px}.principle-list p{color:var(--muted);margin:0;font-size:14px!important}.community-map{width:100%;margin:0}.community-map__viewport{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.community-map__stage{aspect-ratio:1440/680;background:var(--navy);contain:layout paint;border-radius:18px;width:100%;position:relative;overflow:hidden}.community-map__world{object-fit:fill;width:100%;height:100%}.map-point{z-index:2;width:36px;height:36px;color:var(--white);background:var(--blue);border:2px solid #fffffff2;border-radius:50%;place-items:center;font-size:14px;font-weight:800;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #0065f233}.map-point>span{line-height:1}.map-point strong{width:max-content;max-width:190px;color:var(--white);opacity:0;pointer-events:none;background:#000000eb;border-radius:3px;padding:10px 12px;font-size:14px;font-weight:700;line-height:1.3;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,4px)}.map-point strong small{color:#ffffffb8;margin-top:4px;font-size:14px;font-weight:600;display:block}:is(.map-point:hover,.map-point:focus-visible){z-index:4}:is(.map-point:hover strong,.map-point:focus-visible strong){opacity:1;transform:translate(-50%)}.map-point--regional{color:var(--black);background:var(--white);border-color:var(--blue);box-shadow:0 0 0 4px #fff3}.map-caption{color:#ffffffb8;justify-content:space-between;gap:20px;padding:16px 2px 0;font-size:14px;display:flex}.map-caption>span:last-child{text-align:right}.map-caption a{color:var(--white);text-underline-offset:3px;text-decoration:underline}.map-legend{gap:20px;display:flex}.map-legend span{align-items:center;gap:7px;display:flex}.map-legend i{border:1px solid var(--white);background:var(--blue);border-radius:50%;width:9px;height:9px}.map-legend .regional-dot{border-color:var(--blue);background:var(--white)}.community-directory{gap:60px;display:grid}.community-directory>section{grid-template-columns:250px 1fr;gap:55px;display:grid}.community-directory h2{font-size:24px}.community-directory>section>div{border-top:1px solid var(--line)}.community-directory a{border-bottom:1px solid var(--line);grid-template-columns:180px 1fr 40px;align-items:center;gap:20px;min-height:76px;padding:10px 4px;display:grid}.community-directory a span{color:var(--muted);font-size:14px}.community-directory a strong{font-size:21px}.community-directory a i{background:#8080801c;border-radius:50%;place-items:center;width:36px;height:36px;font-style:normal;display:grid}.community-directory a:hover i{color:var(--white);background:var(--blue)}.community-meta{font-size:15px!important}.page-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px;display:flex}.legal-note{color:#ffffffb3;background:var(--navy);padding:32px 0}.legal-note p{max-width:970px;margin:0;font-size:16px;line-height:1.55}.structure-grid,.insight-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.structure-grid article,.insight-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:280px;padding:29px}.structure-grid h3,.insight-card h3{margin:56px 0 11px;font-size:25px}.structure-grid p,.insight-card p{color:var(--muted);font-size:14px}.insight-card>div{justify-content:space-between;gap:20px;display:flex}.insight-card>div>span{color:var(--blue);font-size:14px}.insight-card .eyebrow{text-align:right;margin:0}.initiative-detail-grid{gap:64px;display:grid}.initiative-detail-grid article{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.initiative-detail-grid article:nth-child(2n) picture{order:2}.initiative-detail-grid picture{aspect-ratio:1.35;overflow:hidden}.initiative-detail-grid picture img{object-fit:cover;width:100%;height:100%}.initiative-detail-grid h2{margin:30px 0 14px;font-size:38px}.initiative-detail-grid p{color:var(--muted)}.leadership-callout,.partnership-callout{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.leadership-callout h2,.partnership-callout h2{max-width:620px;margin:0;font-size:40px}.leadership-callout p,.partnership-callout p{color:#ffffffb3}.article-placeholder{max-width:760px}.article-placeholder h2{font-size:42px}.article-placeholder>p:not(.eyebrow){color:var(--muted)}.empty-state{background:var(--surface);max-width:750px;padding:46px}.empty-state h2{margin-top:25px;font-size:34px}.empty-state p{color:var(--muted)}.form-section{grid-template-columns:.75fr 1.25fr;gap:80px;display:grid}.form-section>div>h2{font-size:40px}.form-section>div>p:not(.eyebrow){color:var(--muted)}.form-section--dark>div>p:not(.eyebrow){color:#ffffffb3}.institutional-form{position:relative}.honeypot{clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden;position:absolute!important}.form-grid{grid-template-columns:repeat(2,1fr);gap:22px 18px;display:grid}.form-field--wide{grid-column:1/-1}.form-field>label:not(.checkbox-label),.search-form>label{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:700;display:block}.form-section--dark .form-field>label:not(.checkbox-label){color:var(--white)}.form-field input,.form-field textarea,.form-field select,.search-form input{width:100%;min-height:52px;color:var(--ink);background:var(--white);border:1px solid #aeb3b7;border-radius:2px;padding:12px 14px}.form-field textarea{resize:vertical}.checkbox-label{color:var(--muted);align-items:flex-start;gap:12px;font-size:14px;display:flex}.form-section--dark .checkbox-label{color:#ffffffb8}.checkbox-label input{width:18px;height:18px;min-height:18px;accent-color:var(--blue);flex:none;margin-top:2px;padding:0}.form-submit-row{align-items:center;gap:16px;margin-top:26px;display:flex}.form-status{margin:0;font-size:14px}.form-status--success{color:#087845}.form-status--error{color:#b4232a}.form-section--dark .institutional-form .button--navy{color:var(--black);background:var(--white)}.briefing-grid .institutional-form .form-grid{grid-template-columns:1fr}.briefing-grid .institutional-form .form-field--wide{grid-column:auto}.search-form{max-width:900px}.search-form>div{grid-template-columns:1fr auto;display:grid}.search-form input{border-right:0;min-height:60px;font-size:18px}.search-results{border-top:1px solid var(--line);max-width:900px;margin-top:52px}.search-result{border-bottom:1px solid var(--line);padding:25px 4px;display:block}.search-result>span{color:var(--blue);font-size:14px;font-weight:700}.search-result h2{margin:10px 0 4px;font-size:26px}.search-result p{color:var(--muted);margin:0;font-size:14px}.policy-content{max-width:900px}.policy-content>section{border-bottom:1px solid var(--line);grid-template-columns:65px 1fr;padding:32px 0;display:grid}.policy-content>section>span{color:var(--blue);font-size:14px}.policy-content h2{font-size:30px}.policy-content p{color:var(--muted)}.not-found{min-height:680px;color:var(--white);background:var(--black);align-items:center;padding:160px max(24px,50vw - 616px) 80px;display:flex}.not-found>div{max-width:720px}.not-found h1{margin-bottom:22px;font-size:52px}.not-found p:not(.eyebrow){color:#ffffffb8;font-size:18px}.cookie-notice{z-index:500;width:min(680px,100vw - 40px);color:var(--ink);background:var(--white);border:1px solid var(--line);grid-template-columns:1fr auto;gap:20px;padding:24px;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 15px 45px #00000029}.cookie-notice .eyebrow{color:var(--blue);margin-bottom:8px}.cookie-notice p:last-child{color:var(--muted);margin:0;font-size:14px}.cookie-actions{align-content:start;gap:8px;display:grid}.cookie-actions .button{min-height:42px;padding:0 15px;font-size:14px}.text-button{color:var(--blue);cursor:pointer;background:0 0;border:0;font-size:14px;text-decoration:underline}.cookie-preferences{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:1fr 1fr auto;align-items:end;gap:15px;padding-top:17px;display:grid}.cookie-preferences div{font-size:14px;display:grid}.cookie-preferences span{color:var(--muted)}.site-footer{color:var(--black);background:#8080800f;padding-top:40px}.footer-intro{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:60px;padding-bottom:50px;display:flex}.footer-brand img{width:170px}.footer-brand>p{max-width:590px;color:var(--muted);margin:22px 0 0;font-size:15px}.footer-contact{align-items:center;gap:15px;font-size:14px;font-weight:700;display:flex}.footer-main{padding:0 0 40px}.footer-links{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.footer-links h2{letter-spacing:0;margin-bottom:20px;font-size:16px;font-weight:800}.footer-links a{color:var(--black);margin:0 0 14px;font-size:16px;line-height:1.45;display:block}.footer-links a:hover{color:var(--blue)}.footer-subheading{margin-top:30px}.language-active{color:var(--black);align-items:center;gap:5px;font-size:16px;display:inline-flex}.language-active:after{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px}.footer-legal{color:var(--muted);border-top:1px solid #00000029;grid-template-columns:1fr auto;gap:18px 40px;padding:24px 0 30px;display:grid}.footer-legal>p{margin:0;font-size:15px;line-height:1.55}.footer-legal>p:first-child{max-width:820px}.footer-legal>p:last-child{grid-column:1/-1}.footer-legal>p span{color:var(--blue);margin-left:10px}.footer-legal nav{gap:20px;font-size:15px;font-weight:600;display:flex}@media (max-width:1000px){.impact-card-grid,.community-ticker,.discover-grid,.spotlight-grid{grid-template-columns:repeat(2,1fr)}.story-card,.story-card--lead{grid-area:auto;min-height:420px}.story-card--lead{min-height:500px}.function-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){:root{--container:calc(100% - 40px);--header-height:64px}.section{padding:66px 0}.header-inner{width:calc(100% - 24px)}.brand{width:90px}.brand img{height:64px}.button--partner{padding-inline:14px}.mobile-menu{padding:18px 20px 28px}.mobile-nav{grid-template-columns:1fr}.home-hero{height:86vh;min-height:650px}.home-hero__content{padding-top:168px}.home-hero__content h1{font-size:39px}.wef-section-title{flex-direction:column;align-items:flex-start}.wef-section-title nav{width:100%;overflow-x:auto}.wef-section-title nav a{white-space:nowrap;padding-inline:22px}.impact-lead{grid-template-columns:1fr}.impact-lead picture{height:300px}.impact-card-grid{grid-template-columns:1fr}.wef-heading-row{flex-direction:column;align-items:flex-start}.spotlight-grid{grid-template-columns:1fr 1fr}.community-index__intro{grid-template-columns:1fr;gap:42px}.community-definition{grid-template-columns:1fr}.big-number{font-size:170px}.briefing-grid,.section-heading,.narrow-grid,.form-section,.leadership-callout,.partnership-callout{grid-template-columns:1fr;gap:42px}.page-hero{padding-top:calc(var(--header-height) + 40px)}.page-hero__frame{min-height:300px}.page-hero--image .page-hero__frame{grid-template-columns:1fr;gap:34px}.page-hero h1{font-size:40px}.community-directory>section{grid-template-columns:1fr;gap:8px}.structure-grid,.insight-grid,.two-column-statements{grid-template-columns:1fr}.initiative-detail-grid article{grid-template-columns:1fr;gap:24px}.initiative-detail-grid article:nth-child(2n) picture{order:0}.footer-links{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.form-field--wide{grid-column:auto}}@media (max-width:560px){:root{--container:calc(100% - 32px)}.search-link{justify-content:center;width:40px;padding:0}.search-link span{display:none}.button--partner{min-height:40px;font-size:14px}.home-hero{height:100svh;min-height:690px}.home-hero__media video{object-position:58% center}.home-hero__veil{background:linear-gradient(#00000047 12%,#000000d1)}.home-hero__content{padding-top:170px}.home-hero__content h1{max-width:350px;font-size:35px}.hero-media-control{bottom:16px;right:16px}.hero-media-control>span:last-child{display:none}.wef-impact,.wef-spotlight,.wef-discover,.community-index-section,.briefing-section{padding:58px 0}.wef-section-title h2,.wef-heading-row h2,.community-index__intro h2,.briefing-grid h2,.section-heading h2,.narrow-grid h2{font-size:34px}.impact-lead picture{height:235px}.impact-lead>div{padding:30px 24px}.impact-lead h3{font-size:27px}.spotlight-grid{grid-template-columns:1fr}.story-card,.story-card--lead{min-height:390px}.story-card--text{min-height:270px}.community-ticker,.discover-grid{grid-template-columns:1fr}.big-number{font-size:145px}.page-hero{padding:calc(var(--header-height) + 34px) 0 42px}.page-hero__frame{min-height:265px}.page-hero h1{font-size:36px}.page-hero__content>p:last-child{font-size:16px}.page-hero--image{padding-bottom:34px}.function-grid{grid-template-columns:1fr}.function-grid article{min-height:220px}.community-map__stage{width:760px}.map-caption{flex-direction:column;align-items:flex-start}.map-caption>span:last-child{text-align:left}.community-directory a{grid-template-columns:1fr 36px}.community-directory a span,.community-directory a strong{grid-column:1}.community-directory a i{grid-area:1/2/3}.form-submit-row{flex-direction:column;align-items:stretch}.search-form>div{grid-template-columns:1fr;gap:10px}.search-form input{border-right:1px solid #aeb3b7}.cookie-notice{grid-template-columns:1fr;width:calc(100vw - 24px);padding:19px;bottom:12px;right:12px}.cookie-actions{grid-template-columns:1fr 1fr}.cookie-actions .text-button{grid-column:1/-1}.cookie-preferences{grid-template-columns:1fr}.footer-intro{flex-direction:column;align-items:flex-start}.footer-links{grid-template-columns:1fr 1fr;gap:30px}.footer-legal{grid-template-columns:1fr}.footer-legal nav{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.home-hero video{display:none}.home-hero__media{background:url(/media/hero-poster.webp) 50%/cover no-repeat}}
