@import "https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap";@font-face{font-family:Arial Pro;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Arial Pro;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Arial MT Pro;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Arial MT Pro;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:ArialMTPro-Regular;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ArialMTPro-Bold;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}:root{--text-primary:#1e293b;--text-secondary:#475569;--text-meta:#94a3b8;--bg-page:#fdfbf7;--bg-surface:#fff;--bg-panel:#fcfcfd;--border-light:#e2e8f0;--border-medium:#cbd5e1;--brand-dark:#055068;--brand-teal:#0092aa;--brand-gradient:linear-gradient(90deg, #055068 0%, #0092aa 50%, #a9cfd5 100%)}body{background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden auto}.container{width:100vw;height:100%;margin:0;padding:0}.app-header{margin-bottom:60px}.app-header h1{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 15px;padding-bottom:20px;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.app-header h1:after{content:"";background:var(--brand-gradient);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.text-sections{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px;display:grid}.text-block{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:14px;flex-direction:column;padding:35px 35px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}#ecf-map{background-color:var(--surface);cursor:grab;width:100%;height:100%;position:relative;overflow:hidden}#ecf-map:active{cursor:grabbing}.text-block:first-child:before{content:"";background:var(--brand-gradient);width:100%;height:3px;position:absolute;top:0;left:0}.text-block h2{color:var(--brand-dark);letter-spacing:-.01em;margin:0 0 16px;font-size:1.15rem;font-weight:600}.text-block p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.sankey-layout{background:var(--bg-surface);width:100%;height:100%;display:flex}#sankey-container{flex:1;width:100%;min-height:100%;padding:20px}.detail-title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:14px;font-size:1.4rem;font-weight:600;display:block}.detail-body{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:1.05rem;line-height:1.6}.detail-placeholder{color:var(--text-meta);font-size:.95rem;font-style:italic;line-height:1.5}@media (width<=1029px){.sankey-layout{flex-direction:column}#sankey-container{min-height:500px;padding:30px}}.ecf-tooltip{pointer-events:none;opacity:0;z-index:9999999;border:1px solid var(--border-light);background:#fff;border-radius:6px;width:260px;padding:0;transition:opacity .2s,transform .2s;position:absolute;box-shadow:0 4px 15px #05506826}.ecf-map-dot[data-score="0"],.off-screen-pointer[data-score="0"]{--theme-color:#e63946;--dimmed-color:#decbd0}.ecf-map-dot[data-score="1"],.off-screen-pointer[data-score="1"]{--theme-color:#f4a261;--dimmed-color:#e4d5cc}.ecf-map-dot[data-score="2"],.off-screen-pointer[data-score="2"]{--theme-color:#e9c46a;--dimmed-color:#e0e2ce}.ecf-map-dot[data-score="3"],.off-screen-pointer[data-score="3"]{--theme-color:#a7c957;--dimmed-color:#c5e4c7}.ecf-map-dot[data-score="4"],.off-screen-pointer[data-score="4"]{--theme-color:#2a9d8f;--dimmed-color:#94d3cf}.ecf-map-dot,.off-screen-pointer{--theme-color:#055068;--dimmed-color:#84a8b7}.ecf-map-dot{fill:var(--theme-color);transform-origin:50%;cursor:pointer}#ecf-map.has-active-selection .ecf-map-dot:not(.active-marker):not(:hover),#ecf-map.has-active-selection .off-screen-pointer:not(.active-marker):not(:hover) circle,#ecf-map.has-active-selection .off-screen-pointer:not(.active-marker):not(:hover) path{fill:var(--dimmed-color)!important}.off-screen-pointer circle,.off-screen-pointer path{fill:var(--theme-color)}.ecf-map-dot:hover,.ecf-map-dot.active-marker{filter:drop-shadow(0 0 6px #0092aa80)}.rich-link-card{background:var(--bg-surface);border:1px solid var(--border-medium);color:var(--text-primary);border-radius:8px;min-height:80px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000008}.rich-link-card:hover{border-color:var(--brand-interactive);transform:translateY(-2px);box-shadow:0 6px 16px #05506814}.rlc-image{border-right:1px solid var(--border-light);background-color:#f1f5f9;background-position:50%;background-size:cover;flex-shrink:0;width:90px}.rlc-content{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;padding:12px 14px;display:flex}.rlc-title{color:var(--brand-dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95rem;font-weight:600;overflow:hidden}.rlc-desc{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.rlc-domain{color:var(--text-meta);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.nlp-highlight{cursor:pointer;border-radius:3px;margin:0 1px;padding:0 4px;line-height:1.3;transition:all .2s;display:inline-block}.nlp-cycling{background-color:#2ecc7140;border-bottom:2px solid #2ecc71}.nlp-cycling:hover{background-color:#2ecc7166}.nlp-ped-cycle{background-color:#1abc9c40;border-bottom:2px solid #1abc9c}.nlp-ped-cycle:hover{background-color:#1abc9c66}.nlp-ped-only{background-color:#f1c40f4d;border-bottom:2px solid #f1c40f}.nlp-ped-only:hover{background-color:#f1c40f73}.nlp-other{background-color:#e67e2240;border-bottom:2px solid #e67e22}.nlp-other:hover{background-color:#e67e2266}.nlp-excluded{color:#7f8c8d;background-color:#95a5a626;text-decoration:line-through}.nlp-excluded:hover{background-color:#95a5a64d}#nlp-tooltip{color:#fff;z-index:10000;pointer-events:none;opacity:0;background:#2c3e50;border-radius:6px;max-width:250px;padding:8px 12px;font-size:.8rem;line-height:1.4;transition:opacity .2s;position:fixed;transform:translate(-50%,-10px);box-shadow:0 4px 12px #00000026}#nlp-tooltip.visible{opacity:1}.rich-text-content ul,.rich-text-content ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.rich-text-content li{margin-bottom:.25rem}.rich-text-content p{margin-bottom:.5rem}.node-modal{background:0 0;border:none;border-radius:16px;width:95vw;max-width:1600px;height:95vh;max-height:900px;margin:auto;padding:0;box-shadow:0 10px 40px #0003}.node-modal::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99}.node-modal[open]{animation:.3s ease-out forwards slideIn}.node-modal.closing{animation:.3s ease-out forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.modal-content{background:var(--bg-page);box-sizing:border-box;flex-direction:column;gap:32px;height:100%;padding:40px 50px;display:flex;position:relative;overflow-y:auto}.modal-header-full{border-bottom:1px solid var(--border-light);justify-content:flex-start;align-items:flex-start;gap:48px;width:100%;margin-bottom:16px;padding-bottom:16px;display:flex}.header-left{flex:none;min-width:350px;max-width:40%}.header-right{flex:auto}@media (width<=1029px){.modal-header-full{flex-direction:column;gap:20px}}.modal-columns-wrapper{grid-template-columns:6fr 4fr;align-items:start;gap:40px;display:grid}@media (width<=1029px){.modal-columns-wrapper{grid-template-columns:1fr;gap:30px}}.close-btn{background:var(--bg-surface);border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;transition:all .2s;display:flex;position:absolute;top:20px;right:25px;box-shadow:0 2px 8px #0000000d}.close-btn:hover{color:var(--text-primary);transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.modal-col-left{flex-direction:column;gap:20px;display:flex}.modal-col-right{flex-direction:column;gap:24px;display:flex}.carousel-container{background:#e2e8f0;border-radius:8px;width:100%;max-height:300px;position:relative;overflow:hidden}.carousel-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.carousel-slide.active{opacity:1}.carousel-dots{z-index:10;justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:15px}.carousel-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s}.carousel-dot.active{background:#fff}.hero-stat-container{padding:0}.hero-stat-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4px;font-size:2.2rem;font-weight:800;line-height:1.1}.hero-stat-amount{color:var(--brand-dark);margin:8px 0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;line-height:1.1}.pull-quote{background:0 0;margin:0;padding:0 32px;position:relative}.pull-quote-header{align-items:center;gap:16px;margin-bottom:4px;display:flex}.giant-quote-mark{color:#039;opacity:.15;font-family:serif;font-size:6rem;line-height:.5;display:inline-block;transform:translateY(10px)}.pull-quote-label{text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:0;font-size:.75rem;font-weight:300}.pull-quote-text{color:#0f172a;z-index:2;max-width:800px;margin-top:0;font-size:1.2rem;font-weight:500;line-height:1.6;position:relative}.target-badge{color:#334155;text-transform:uppercase;letter-spacing:.02em;background:#e2e8f0;border-radius:16px;margin:0 8px 8px 0;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.info-card{background:var(--bg-surface);border:1px solid #e2e8f0;border-radius:12px;padding:32px}.info-card h4{color:var(--text-primary);align-items:center;gap:8px;margin:0 0 16px;font-size:1.1rem;font-weight:700;display:flex}.info-card .content{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.info-card .content p{margin-top:0;margin-bottom:.75rem}.info-card .content p:last-child{margin-bottom:0}.proof-editorial-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.image-gradient-wrapper{width:100%;height:250px;position:relative}.gradient-overlay{z-index:2;pointer-events:none;background:linear-gradient(#fff0 0%,#fffc 60%,#fff 100%);width:100%;height:150px;position:absolute;bottom:0;left:0}.proof-overlay-title{z-index:3;color:#1e293b;margin:0;font-size:1.1rem;position:absolute;bottom:10px;left:24px}.proof-text-content{z-index:3;color:#475569;margin-top:-10px;padding:0 24px 24px;font-size:.9rem;position:relative}.hero-image-wrapper{z-index:2;width:100vw;height:60vh;position:relative;overflow:hidden}.hero-image-wrapper:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0003 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;object-position:center 70%;width:100%;height:100%;display:block;transform:scaleX(-1)}.scrolly-layout{width:100vw;position:relative}.sticky-sankey-wrapper{z-index:1;width:100vw;height:calc(100vh - 89px);position:sticky;top:26px}.story-steps-container{z-index:10;pointer-events:none;width:100%;margin-top:calc(195px - 160vh);padding-bottom:20vh;position:relative}.step-card.inactive{opacity:.3}.step-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--brand-dark);border:1px solid var(--border-medium);background:0 0;margin-bottom:12px;padding:4px 8px;font-family:monospace;font-size:.75rem;font-weight:700;display:inline-block}.step-title{color:var(--text-primary);border-bottom:1px solid var(--border-medium);margin-top:0;margin-bottom:16px;padding-bottom:12px;font-family:Merriweather,serif;font-size:1.8rem;font-weight:800;line-height:1.2}.step-content{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.step-media img{border-radius:2px;width:100%;margin-top:16px}.story-content-wrapper{z-index:10;pointer-events:none;width:100%;position:relative}.story-step-section{pointer-events:none;min-height:10vh;margin-bottom:0;display:block;position:relative}@media (width<=767px){.story-step-section{min-height:auto;margin-bottom:24px}}.story-card-shell{z-index:20;pointer-events:none;position:sticky;top:clamp(96px,15vh,180px)}.story-card-shell.placement-left{width:580px;max-width:calc(100vw - 120px);margin:0 auto 0 80px}.story-card-shell.placement-top-left{width:580px;max-width:calc(100vw - 120px);margin:0 auto auto 80px;top:40px}@media (width<=1200px){.story-card-shell.placement-left{max-width:calc(100vw - 80px);margin:0 auto 0 60px}.story-card-shell.placement-top-left,.story-card-shell.placement-bottom-left{max-width:calc(100vw - 80px);margin:0 auto auto 60px}}@media (width<=767px){.story-card-shell.placement-left{max-width:calc(100vw - 48px);margin:0 auto 0 5%}.story-card-shell.placement-top-left,.story-card-shell.placement-bottom-left{max-width:calc(100vw - 48px);margin:0 auto auto 5%}}.story-card-shell.placement-right{width:580px;max-width:calc(100vw - 48px);margin:0 5% 0 auto}.story-card-shell.placement-top-right{width:580px;max-width:calc(100vw - 48px);margin:0 5% auto auto;top:40px}.story-card-shell.placement-center{width:580px;max-width:calc(100vw - 48px);margin:0 auto}.story-card-shell.placement-bottom-left{width:580px;max-width:calc(100vw - 120px);margin:0 auto auto 80px;top:auto;bottom:40px}.story-card-shell.placement-bottom-right{width:580px;max-width:calc(100vw - 48px);margin:0 5% auto auto;top:auto;bottom:40px}.step-card{--mouse-x:-1000px;--mouse-y:-1000px;--hole-alpha:0;--ring-alpha:.1;-webkit-mask-image:radial-gradient(circle 120px at var(--mouse-x) var(--mouse-y), rgba(0, 0, 0, var(--hole-alpha)) 0%, rgba(0, 0, 0, var(--ring-alpha)) 50px, black 120px), linear-gradient(to top, black 0%, black 65px, transparent 65px);-webkit-mask-image:radial-gradient(circle 120px at var(--mouse-x) var(--mouse-y), rgba(0, 0, 0, var(--hole-alpha)) 0%, rgba(0, 0, 0, var(--ring-alpha)) 50px, black 120px), linear-gradient(to top, black 0%, black 65px, transparent 65px);mask-image:radial-gradient(circle 120px at var(--mouse-x) var(--mouse-y), rgba(0, 0, 0, var(--hole-alpha)) 0%, rgba(0, 0, 0, var(--ring-alpha)) 50px, black 120px), linear-gradient(to top, black 0%, black 65px, transparent 65px);-webkit-mask-composite:source-over;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);border-top:3px solid var(--brand-dark);width:100%;box-shadow:none;background:#fffffff7;border-radius:2px;margin:0;-webkit-mask-composite:source-over;mask-composite:add;padding:30px!important}.story-step-section:first-child .step-card{padding-top:35px!important}.step-card>:first-child{margin-top:0!important}.step-card.no-xray{-webkit-mask-image:none!important;mask-image:none!important}.step-card{max-height:min(68vh,680px);position:relative;overflow-y:hidden}@media (width>=768px) and (prefers-reduced-motion:no-preference){.step-card{will-change:transform, opacity;opacity:0;transition:none;transform:translateY(24px)}.btn-explore-sankey:hover span{transform:translate(4px)}}.mff-custom-visual-block svg{overflow:visible}.mff-custom-visual-block svg #flow-eu-to-member-states,.mff-custom-visual-block svg #flow-eu-to-programmes,.mff-custom-visual-block svg #flow-eu-to-cross-border,.mff-custom-visual-block svg #flow-eu-to-agencies,.mff-custom-visual-block svg .flow-path,.mff-custom-visual-block svg .money-flow{fill:none;stroke:#055068;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:24 20;animation:1.8s linear infinite mffMoneyFlowDash}.mff-custom-visual-block svg .flow-path-invert{fill:none;stroke:#055068;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:24 20;animation:1.8s linear infinite mffMoneyFlowDashInvert}@keyframes mffMoneyFlowDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-44px}}@keyframes mffMoneyFlowDashInvert{0%{stroke-dashoffset:0}to{stroke-dashoffset:44px}}@media (prefers-reduced-motion:reduce){.mff-custom-visual-block svg #flow-eu-to-member-states,.mff-custom-visual-block svg #flow-eu-to-programmes,.mff-custom-visual-block svg #flow-eu-to-cross-border,.mff-custom-visual-block svg #flow-eu-to-agencies,.mff-custom-visual-block svg .flow-path,.mff-custom-visual-block svg .money-flow,.mff-custom-visual-block svg .flow-path-invert{animation:none}}.step-card.force-hidden{opacity:0!important;pointer-events:none!important;transition:opacity .3s!important}.step-subtitle{color:var(--text-secondary);margin-top:-10px;margin-bottom:16px;font-size:1.1rem;font-weight:500}.block-richText{color:var(--text-secondary);margin-bottom:16px;font-size:1.05rem;line-height:1.6}.block-richText *{color:inherit!important}.block-richText ul,.block-richText ol{margin-bottom:1rem;padding-left:1.5rem}.block-richText ul,.block-richText li[data-list=bullet]{list-style-type:disc!important}.block-richText ol,.block-richText li[data-list=ordered]{list-style-type:decimal!important}.block-richText li{margin-bottom:.5rem}.block-image-wrap{border-radius:8px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.block-image-wrap.placement-background{z-index:-1;border-radius:12px;width:100%;height:auto;position:absolute;inset:0}.block-image-wrap img{width:100%;height:auto;display:block}.block-image-wrap.has-overlay>img{object-fit:cover;height:100%;position:absolute;inset:0}.block-youtube-wrap{aspect-ratio:16/9;border-radius:8px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.block-youtube-wrap iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.block-image-wrap.placement-background img{object-fit:cover;width:100%;height:100%}.image-gradient-overlay{pointer-events:none;min-height:200px;display:flex;position:relative}.image-gradient-overlay .image-caption{width:50%;color:var(--brand-dark);pointer-events:auto;margin:0;padding:16px 24px;font-size:.95rem;font-weight:600;line-height:1.4}.grad-top-bottom{background:linear-gradient(#fff 0%,#ffffffe6 40%,#fff0 100%);justify-content:center;align-items:flex-start}.grad-top-bottom .image-caption{text-align:center}.grad-bottom-top{background:linear-gradient(#fff0 0%,#ffffffe6 60%,#fff 100%);justify-content:center;align-items:flex-end}.grad-bottom-top .image-caption{text-align:center}.grad-left-right{background:linear-gradient(90deg,#fff 0%,#fffffff2 50%,#fff0 100%);justify-content:flex-start;align-items:center}.grad-left-right .image-caption{text-align:left}.grad-right-left{background:linear-gradient(270deg,#fff 0%,#fffffff2 50%,#fff0 100%);justify-content:flex-end;align-items:center}.grad-right-left .image-caption{text-align:right}.image-caption{color:var(--text-meta);text-align:center;margin-top:4px;font-size:.8rem}.block-carousel{scroll-snap-type:x mandatory;gap:16px;margin-bottom:16px;padding-bottom:8px;display:flex;overflow-x:auto}.carousel-item{scroll-snap-align:start;border-radius:8px;flex:0 0 85%;overflow:hidden}.carousel-item img{border-radius:8px;width:100%}.block-cta{margin-bottom:16px}.block-blockquote{border-left:4px solid var(--brand-dark);background:var(--bg-surface);color:var(--text-primary);margin:24px 0;padding:16px 24px;font-size:1.15rem;font-style:italic;font-weight:600}.btn-cta{border-radius:6px;padding:10px 20px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-cta.primary{background:var(--brand-dark);color:#fff}.btn-cta.primary:hover{background:var(--brand-interactive)}.btn-cta.secondary{color:var(--brand-dark);border:1.5px solid var(--brand-dark);background:0 0}.btn-cta.secondary:hover{background:#f1f5f9}.step-card-footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border-light);z-index:10;background:#fffffff2;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:center;margin:30px -30px -30px;padding:15px 30px;display:flex;position:sticky;bottom:-30px}.footer-progress-text{color:var(--text-meta);font-size:.85rem;font-weight:600}.footer-nav-btns{gap:12px;display:flex}.btn-nav{color:var(--brand-interactive);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-weight:700;transition:all .2s}.btn-nav:hover:not(:disabled){background:#0550681a}.btn-nav:disabled{color:var(--text-meta);cursor:not-allowed;opacity:.5}.scroll-cue{z-index:100;color:#055068;-webkit-backdrop-filter:blur(24px)saturate(200%);text-transform:uppercase;letter-spacing:.04em;opacity:1;background:linear-gradient(135deg,#ffffffd9,#ffffff73);border:1px solid #ffffffe6;border-radius:20px;flex-direction:row;align-items:center;gap:12px;padding:8px 10px 8px 18px;font-size:.75rem;font-weight:700;transition:opacity .4s;animation:2.5s ease-in-out infinite subtle-bounce;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #05506826,inset 0 1px 2px #fff}.scroll-cue.hidden{opacity:0;pointer-events:none}.scroll-cue .chevron-circle{background:#0550681a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:inset 0 1px 2px #fffc}@keyframes subtle-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (prefers-reduced-motion:reduce){.scroll-cue{animation:none;transform:translate(-50%)}}.story-progress-rail{z-index:50;pointer-events:auto;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;left:20px;transform:translateY(-50%)}.progress-node{cursor:pointer;color:var(--text-meta);opacity:.5;background:0 0;border:none;align-items:center;gap:12px;padding:4px;transition:all .3s;display:flex}.progress-node:hover{opacity:.8}.progress-node.active{opacity:1;color:var(--brand-interactive)}.progress-node.past{opacity:.7}.progress-dot{background-color:currentColor;border-radius:50%;width:8px;height:8px;transition:transform .3s}.progress-node.active .progress-dot{transform:scale(1.5)}.progress-label{display:none}@media (width<=767px){.story-progress-rail{display:none}}.final-choice-panel{flex-direction:column;gap:12px;display:flex}.choice-btn{background:var(--bg-page);border:1px solid var(--border-light);color:var(--text-primary);border-radius:8px;justify-content:space-between;align-items:center;padding:16px 20px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.choice-btn:hover{border-color:var(--brand-dark);transform:translateY(-2px);box-shadow:0 4px 12px #05506814}@media (width<=1029px){.scrolly-layout{flex-direction:column;display:flex}.sticky-sankey-wrapper{height:50vh;min-height:400px;position:relative}.story-step-section{min-height:auto;padding:20px 0}.step-card{width:90%;margin:0 auto;transform:none}.story-nav-controls{width:90%;margin:0;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}}.report-container{max-width:800px;margin:0 auto}.report-top-nav{background-color:var(--bg-page);text-align:left;padding:16px 20px}.report-top-nav .btn-nav{color:var(--brand-dark);border:1px solid var(--border-light);background-color:#f8fafc;border-radius:4px;padding:8px 16px;font-family:Barlow,sans-serif;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.report-top-nav .btn-nav:hover{background-color:#e2e8f0}.report-layout{background-color:var(--bg-page);padding:0 0 40px}.report-hero{width:100%;height:500px;margin-bottom:24px;position:relative;overflow:hidden}.report-hero-bg{object-fit:cover;width:100%;height:100%;display:block}.report-hero-content{box-sizing:border-box;color:#fff;background:linear-gradient(#0006 0%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:40px 20px;display:flex;position:absolute;bottom:0;left:0}.report-eyebrow{letter-spacing:1px;text-transform:uppercase;color:#fff;border:1px solid #fff;margin-bottom:16px;padding:4px 10px;font-family:Barlow,sans-serif;font-size:.85rem;font-weight:600;display:inline-block}.report-title{color:#fff;margin-bottom:8px;font-family:Barlow,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.1}.report-subtitle{opacity:.9;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:500}.report-intro-container{color:var(--text-primary);margin-bottom:40px;font-size:1.15rem;line-height:1.6}.report-section{border-top:2px solid var(--border-light);margin-top:60px;margin-bottom:60px;padding-top:40px}.report-step-eyebrow{text-transform:uppercase;color:var(--brand-teal);letter-spacing:.5px;margin-bottom:8px;font-family:Barlow,sans-serif;font-size:.85rem;font-weight:600}.report-step-title{color:var(--brand-dark);margin-bottom:12px;font-family:Barlow,sans-serif;font-size:1.8rem;font-weight:700}.report-step-subtitle{color:var(--text-secondary);margin-bottom:24px;font-family:Barlow,sans-serif;font-size:1.1rem;font-weight:500}.report-rich-text{color:var(--text-primary);margin-bottom:24px;font-size:1.05rem;line-height:1.6}.report-rich-text p{margin-bottom:1em}.report-figure{text-align:center;margin:32px 0}.report-figure img{border:1px solid #e2e8f0;border-radius:4px;max-width:100%;height:auto}.report-figure figcaption{color:var(--text-secondary);margin-top:8px;font-family:Barlow,sans-serif;font-size:.9rem}.report-blockquote{border-left:4px solid var(--brand-teal);color:var(--brand-dark);margin:32px 0;padding-left:20px;font-size:1.25rem;font-style:italic}.report-media-placeholder{border:1px solid var(--border-light);text-align:center;background:#f8fafc;border-radius:8px;margin:32px 0;padding:24px}.report-media-placeholder img{border-radius:4px;max-width:100%;max-height:400px;margin-bottom:16px;box-shadow:0 4px 6px #0000001a}@media (width<=1029px){.report-mobile-header{display:flex!important}.ecf-static-header{display:none!important}.report-wrapper{padding:0}.report-container{padding:0 16px}.report-hero{height:350px}.report-hero-content{padding:20px 0}.report-title{font-size:2rem}.report-subtitle{font-size:1.1rem}.report-step-title{font-size:1.5rem}.report-rich-text{font-size:1rem}.hide-on-mobile{display:none!important}}.report-media-link a{color:var(--bg-page);background-color:var(--brand-teal);border-radius:4px;padding:10px 20px;font-family:Barlow,sans-serif;font-weight:600;text-decoration:none;display:inline-block}.report-media-link a:hover{background-color:#007a8e}.report-end-matter{text-align:center;background-color:#f1f5f9;border-radius:8px;margin-top:80px;padding:40px}.report-end-matter h2{color:var(--brand-dark);margin-bottom:16px;font-family:Barlow,sans-serif;font-size:1.5rem}.report-end-matter p{color:var(--text-secondary);margin-bottom:24px;font-family:Barlow,sans-serif}.report-cta-buttons{justify-content:center;gap:16px;display:flex}.report-cta-buttons .btn-primary{color:#fff;background-color:var(--brand-teal);border-radius:4px;padding:12px 24px;font-family:Barlow,sans-serif;font-weight:600;text-decoration:none;display:inline-block}.report-cta-buttons .btn-secondary{color:var(--brand-teal);border:1px solid var(--brand-teal);cursor:pointer;background-color:#0000;border-radius:4px;padding:12px 24px;font-family:Barlow,sans-serif;font-weight:600;text-decoration:none;display:inline-block}@media print{body{background-color:#fff!important}.hide-on-print,.ecf-static-header,.ecf-static-footer{display:none!important}.report-container{max-width:100%;margin:0;padding:0}.report-section{page-break-inside:avoid;border-top:1px solid #ccc}.report-hero-content{padding:20px 0;position:static;color:#000!important;background:0 0!important}.report-hero{border-radius:0;height:auto}.report-title{color:#000!important}.report-figure,.report-media-placeholder{page-break-inside:avoid}.report-end-matter{background:0 0;border-top:1px solid #ccc;border-radius:0}}:root{--guided-mobile-breakpoint:1029px;--mobile-header-height:64px}body.mode-mobile-guided{width:100vw;height:100dvh;margin:0;padding:0;overflow:hidden!important}body.mode-mobile-guided .ecf-static-header,body.mode-mobile-guided .container,body.mode-mobile-guided .ecf-static-footer{display:none!important}.mobile-guided-player{background:var(--bg-page);flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}body.mode-mobile-guided .mobile-guided-player{display:flex!important}.mobile-header{height:var(--mobile-header-height);background:var(--brand-gradient);z-index:1000;flex-shrink:0;align-items:center;padding:0 16px;display:flex;position:relative}.mobile-header-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-logo-link img{width:auto;height:32px}.mobile-burger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:8px;display:flex}.mobile-burger-btn span{background-color:#fff;width:24px;height:2px;transition:all .3s;display:block}.mobile-nav-panel{top:var(--mobile-header-height);width:100%;height:calc(100dvh - var(--mobile-header-height));background:var(--bg-surface);z-index:999;position:absolute;left:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.mobile-nav-panel[hidden]{display:none}.mobile-nav-content{flex-direction:column;gap:16px;padding:24px;display:flex}.mobile-nav-content a{color:var(--brand-dark);border-bottom:1px solid var(--border-light);padding:12px 0;font-family:Barlow,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none}.mobile-nav-content a.btn-support-mobile{color:#fff;text-align:center;background:#f18c28;border:none;border-radius:4px;margin-top:16px;padding:14px}.mobile-sankey-viewport{border-bottom:1px solid var(--border-light);flex-shrink:0;width:100%;height:40dvh;position:relative;overflow:hidden}.mobile-sankey-viewport #sankey-container{width:100%;height:100%!important;min-height:0!important;padding:0!important}body.mode-mobile-guided .themes-toggle-container{display:none!important}body.mode-full-screen-story .mobile-sankey-viewport{border-bottom:none!important;height:0!important}.mobile-story-panel{height:calc(60dvh - var(--mobile-header-height));background:var(--bg-page);flex-direction:column;flex-grow:1;display:flex;position:relative}body.mode-full-screen-story .mobile-story-panel{height:calc(100dvh - var(--mobile-header-height))}.mobile-story-content{-webkit-overflow-scrolling:touch;flex-grow:1;padding:24px 24px 80px;overflow-y:auto}.mobile-story-nav{background:var(--bg-page);border-top:1px solid var(--border-light);box-sizing:border-box;z-index:10;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 20px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 -4px 12px #00000008}.mobile-story-content .step-eyebrow{letter-spacing:1px;color:var(--brand-teal);text-transform:uppercase;margin-bottom:8px;font-family:Barlow,sans-serif;font-size:.85rem;font-weight:700}.mobile-story-content .step-title{color:var(--brand-dark);margin:0 0 16px;font-family:Merriweather,serif;font-size:1.75rem;line-height:1.3}.mobile-story-content .step-subtitle{color:var(--text-secondary);margin-bottom:24px;font-family:Barlow,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.5}.mobile-story-content .block-richText,.mobile-story-content .block-blockquote{color:var(--text-primary);margin-bottom:20px;font-family:Barlow,sans-serif;font-size:1.1rem;line-height:1.6}.mobile-story-content .mobile-hero-image{width:calc(100% + 48px);height:auto;margin:-24px -24px 24px;display:block}.mobile-story-content img{border-radius:8px;max-width:100%;margin-bottom:16px}.mobile-story-content .block-youtube-wrap{border-radius:8px;width:100%;height:0;margin-bottom:20px;padding-bottom:56.25%;position:relative;overflow:hidden}.mobile-story-content .block-youtube-wrap iframe{width:100%;height:100%;position:absolute;top:0;left:0}.mobile-nav-btn{cursor:pointer;border:none;border-radius:6px;min-height:48px;padding:10px 16px;font-family:Barlow,sans-serif;font-size:1rem;font-weight:600}.mobile-nav-btn.btn-prev{color:var(--text-secondary);background:0 0}.mobile-nav-btn.btn-next{background:var(--brand-teal);color:#fff}.mobile-nav-btn.btn-next:disabled{background:var(--border-medium);cursor:not-allowed}.mobile-progress-text{color:var(--text-meta);font-family:Barlow,sans-serif;font-size:.9rem}.mobile-scroll-prompt{color:var(--brand-teal);text-align:center;flex-direction:column;align-items:center;gap:4px;margin-top:16px;font-family:Barlow,sans-serif;font-size:.85rem;display:flex}body.mode-mobile-explore{width:100vw;height:100dvh;margin:0;padding:0;overflow:hidden}body.mode-mobile-explore .ecf-static-header,body.mode-mobile-explore .container,body.mode-mobile-explore .ecf-static-footer{display:none!important}body.mode-mobile-explore .mobile-guided-player{display:flex!important}body.mode-mobile-explore .mobile-sankey-viewport{height:calc(100dvh - var(--mobile-header-height));border-bottom:none}body.mode-mobile-explore .mobile-story-panel{display:none}.btn-restart-guided{background:var(--brand-dark);color:#fff;z-index:100;border:none;border-radius:24px;min-height:48px;padding:12px 24px;font-family:Barlow,sans-serif;font-weight:600;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.mobile-treemap-container{background:var(--brand-paper);width:100%;height:100%;position:relative;overflow:hidden}.mobile-treemap-container svg{width:100%;height:100%;display:block}.treemap-node{cursor:pointer;transition:opacity .3s,fill .3s}.treemap-label{fill:var(--brand-dark);pointer-events:none;font-family:Barlow,sans-serif}.treemap-label-title{font-size:1em;font-weight:600}.treemap-label-value{fill:#055068b3;font-size:.9em;font-weight:500}.treemap-label.l1-label .treemap-label-title{fill:#fff}.treemap-label.l1-label .treemap-label-value{fill:#fffc}.treemap-pattern-needs-protection{pointer-events:none}.mobile-treemap-breadcrumbs{background:var(--brand-dark);color:#fff;white-space:nowrap;flex-shrink:0;padding:12px 16px;font-family:Barlow,sans-serif;font-size:14px;overflow-x:auto}.mobile-treemap-breadcrumbs span{cursor:pointer;opacity:.8}.mobile-treemap-breadcrumbs span:last-child{opacity:1;cursor:default;font-weight:600}.mobile-treemap-breadcrumbs .bc-sep{opacity:.5;cursor:default;margin:0 6px}.mobile-treemap-details{background:#fff;border-top:1px solid #0000001a;flex-shrink:0;max-height:30vh;padding:16px;font-family:Barlow,sans-serif;overflow-y:auto;box-shadow:0 -2px 10px #0000000d}.mobile-treemap-details-title{color:var(--brand-dark);margin-bottom:4px;font-size:16px;font-weight:600}.mobile-treemap-details-value{color:#055068;margin-bottom:8px;font-size:18px;font-weight:700}.mobile-treemap-details-desc{color:#475569;font-size:14px;line-height:1.4}.landscape-prompt{background-color:var(--brand-dark);color:#fff;z-index:99999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}@media screen and (height<=600px) and (orientation:landscape){.landscape-prompt{display:flex!important}}.ecf-static-header{z-index:1000;background-color:#43454e66;border-bottom:1px solid #ffffff1a;width:100%;height:89px;transition:all 1s;position:fixed;top:0}.ecf-static-header.collapsed{background:linear-gradient(135deg,#055068,#0091aa,#d9d9d9);height:26px}.container-1296{box-sizing:border-box;max-width:1296px;height:100%;margin:0 auto;padding:0}.header-inner{justify-content:space-between;align-items:center;height:100%;padding:0 12px;display:flex}.ecf-static-header .header-logo .logo-link{align-items:center;text-decoration:none;display:flex}.ecf-static-header .header-logo img{width:auto;height:50px;transition:opacity .3s,visibility .3s}.header-logo-text{color:#fff;letter-spacing:.04em;opacity:0;visibility:hidden;white-space:nowrap;font-size:.95rem;font-weight:700;transition:opacity .3s,visibility .3s;position:absolute}.header-separator{opacity:.6;margin:0 8px;font-weight:300}.header-title-text{opacity:.9;font-weight:400}.ecf-static-header.collapsed .header-logo img{opacity:0;visibility:hidden;pointer-events:none;position:absolute}.ecf-static-header.collapsed .header-logo-text{opacity:1;visibility:visible;position:static}.header-nav{flex-grow:1;justify-content:flex-end;align-items:center;gap:12px;transition:opacity .3s,visibility .3s;display:flex}.ecf-static-header.collapsed .header-nav{opacity:0;visibility:hidden;pointer-events:none}.header-nav a{color:#fff;letter-spacing:0;text-transform:uppercase;font-family:Barlow,sans-serif;font-size:15px;font-weight:700;text-decoration:none}.header-nav a:hover{opacity:.8}.header-nav .nav-item{padding:20px 0;position:relative}.header-nav .dropdown-menu{z-index:1000;background-color:#fff;border-radius:0;min-width:220px;padding:8px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.header-nav .nav-item:hover .dropdown-menu{flex-direction:column;display:flex}.header-nav .dropdown-menu a{color:#212529;text-transform:none;padding:8px 20px;font-size:14px;font-weight:400}.header-nav .dropdown-menu a:hover{color:#055068;opacity:1;background-color:#f8f9fa}.header-nav .btn-support{color:#fff;background:0 0;border:1px solid #fff;border-radius:0;align-items:center;height:20px;margin:0 1px;padding:0 5px;font-size:12px;display:inline-flex}.header-nav .btn-support:hover{background-color:#ffffff26}.ecf-static-footer{color:#fff;background-color:#333;padding:40px 0 20px;font-family:Arial Pro,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.footer-container{z-index:2;justify-content:space-between;gap:40px;max-width:1320px;margin:0 auto;padding:0 15px;display:flex;position:relative}.footer-col-logo .footer-main-logo{opacity:.8;width:200px;height:auto}.footer-col-contact p{margin-bottom:15px;font-family:Barlow,sans-serif;font-size:.9rem;line-height:1.6}.btn-get-in-touch{color:#fff;border:1px solid #fff;justify-content:space-between;align-items:center;width:fit-content;margin-top:5px;padding:4px 4px 4px 12px;text-decoration:none;display:inline-flex}.btn-get-in-touch .btn-text{margin-right:12px;font-family:Barlow,sans-serif;font-size:14px;font-weight:700}.btn-get-in-touch .btn-icon{color:#1a1a1a;background-color:#5cc7b2;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.btn-get-in-touch .btn-icon svg{width:16px;height:16px;transition:transform .2s ease-out}.btn-get-in-touch:hover .btn-icon svg{transform:translate(4px)}.footer-col-links .footer-nav{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.footer-col-links .footer-nav a{color:#fff;text-transform:uppercase;letter-spacing:0;font-family:Barlow,sans-serif;font-size:15px;font-weight:500;text-decoration:none}.footer-col-links .footer-nav a:hover{text-decoration:underline}.social-icons{align-items:center;gap:15px;display:flex}.social-icons a{color:#fff;font-size:18px;text-decoration:none}.social-icons a:hover{opacity:.8}.footer-col-partners{flex-direction:column;gap:20px;max-width:400px;display:flex}.partner-row{align-items:center;gap:20px;display:flex}.partner-row img{object-fit:contain;width:80px;height:auto}.partner-row img.logo-large{flex-shrink:0;width:180px}.partner-row p{color:#e0e0e0;margin:0;font-size:.8rem;line-height:1.4}.footer-bottom-text{color:#ffffff08;text-align:center;white-space:nowrap;pointer-events:none;z-index:1;width:100%;font-size:8rem;font-weight:800;position:absolute;bottom:-30px;left:0}
