:root{--paper:#fefefe;--paper-strong:#fff;--ink:#111418;--muted:#525a66;--accent:#0f8558;--accent-soft:#0f855814;--ochre:#e2b724;--rust:#c44e27;--line:#0f172a0d;--shadow:0 16px 40px #00050f0d;--shadow-hover:0 24px 54px #00050f17;--radius-xl:32px;--radius-lg:24px;--radius-sm:16px;--max-width:1200px;--sans:"Avenir Next", "Futura", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;--serif:var(--sans)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--sans);background:#fff;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.site-shell{background:#fff;position:relative;overflow:clip}.site-shell:before,.site-shell:after{content:none}.site-frame{z-index:1;position:relative}.container{width:min(100% - 2rem, var(--max-width));margin:0 auto}.section{padding:2.5rem 0 4.5rem}.section-tight{padding:1rem 0 2rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.6rem;font-size:.72rem;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:2.5rem;height:1px}.display-title{font-family:var(--serif);max-width:14ch;margin:.9rem 0 1.2rem;font-size:clamp(2.8rem,6vw,5.8rem);line-height:.96}.lede{color:var(--muted);max-width:62ch;font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.7}.site-header{z-index:10;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0f172a0a;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:sticky;top:0}.site-header__inner,.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{flex-direction:column;gap:.12rem;display:flex}.brand__name{font-family:var(--serif);letter-spacing:.03em;font-size:1.5rem}.brand__strap{color:var(--muted);max-width:28ch;font-size:.82rem}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.site-nav__links{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.nav-link{color:var(--muted);border-radius:999px;padding:.65rem .9rem;transition:background-color .16s,color .16s,transform .16s}.nav-link:hover,.nav-link[aria-current=page]{color:var(--ink);background:#0f172a0d;transform:translateY(-1px)}.button,.button-secondary{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.2rem;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1),background-color .25s cubic-bezier(.2,.8,.2,1),color .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1);display:inline-flex}.button{background:var(--ink);color:#fff;box-shadow:0 8px 16px #1114181f}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #11141833}.button-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #11141814}.button-secondary{color:var(--ink);background:#fff;border-color:#0f172a24}.hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr);align-items:start;gap:2rem;padding:4rem 0 1.5rem;display:grid}.hero-panel,.card,.quote-card,.form-card,.legal-card,.editorial-panel,.detail-shell,.detail-sidecard,.announcement-strip{border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff;border:1px solid #fff9;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1)}.card:hover,.editorial-panel:hover,.quote-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.hero-panel{padding:1.5rem}.hero-panel h2,.editorial-panel h3,.detail-sidecard h2,.announcement-strip h2{font-family:var(--serif);margin:0;font-size:1.4rem;line-height:1.2}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.8rem;display:flex}.hero-note{color:var(--muted);margin-top:1rem;font-size:.92rem}.metric-grid,.card-grid,.contact-grid,.footer-grid,.story-grid,.pillar-grid,.preview-grid,.detail-grid{gap:1rem;display:grid}.metric-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pillar-grid,.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start}.contact-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.footer-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr)}.card,.quote-card,.form-card,.legal-card,.editorial-panel,.detail-shell,.detail-sidecard{padding:1.4rem}.announcement-strip{padding:1rem 1.35rem}.card-media-wrap{border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:1px solid var(--line);background:#fff;margin:-1.4rem -1.4rem 1rem;overflow:hidden}.card-media-wrap--plain{border-radius:var(--radius-xl);margin-bottom:1rem;overflow:hidden}.card-media{aspect-ratio:4/3;object-fit:cover;filter:saturate(.98)contrast(1.01);width:100%;display:block}.brand-hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:1.5rem;padding:3rem 0 .75rem;display:grid}.brand-hero__intro{align-content:start;gap:1.4rem;display:grid}.brand-block{border-radius:var(--radius-xl);min-height:320px;box-shadow:var(--shadow);background:#fff;border:1px solid #fff9;grid-template-columns:180px minmax(0,1fr);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1);display:grid;overflow:hidden}.brand-block:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.brand-mark{background:linear-gradient(#dfc251 0%,#cbad41 100%);place-items:center;padding:1rem;display:grid}.brand-mark__image{object-fit:contain;width:min(100%,160px);height:auto}.brand-block__copy{align-content:start;gap:1rem;padding:1.5rem;display:grid}.brand-wordmark{object-fit:contain;width:min(100%,220px);height:auto}.brand-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.76rem}.brand-title{font-family:var(--serif);max-width:12.5ch;margin:0;font-size:clamp(2.2rem,4.2vw,4.1rem);line-height:.98}.brand-lede{margin:0}.brand-hero__visual{min-height:100%}.hero-photo{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:100%;min-height:520px;box-shadow:var(--shadow)}.announcement-strip{justify-content:space-between;align-items:center;gap:1rem;display:flex}.announcement-strip p{color:var(--ink);margin:0}.pillar-card{border-top:1px solid var(--line);padding-top:1rem}.pillar-card__body{gap:.7rem;display:grid}.pillar-card__body h2,.feature-row__body h2,.detail-prose h2,.preview-item h3{font-family:var(--serif);margin:0;font-size:1.65rem;line-height:1.15}.section-link,.back-link{color:var(--ink);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.section-link:after,.back-link:after{content:"→";transition:transform .16s}.back-link:after{content:none}.section-link:hover:after{transform:translate(2px)}.preview-list,.feature-list{gap:1rem;display:grid}.preview-item{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.6rem;padding-top:1rem;display:grid}.impact-record{text-align:left;grid-template-columns:minmax(0,1fr);justify-items:start;gap:.8rem}.impact-record__header{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.8rem 1rem;display:flex}.impact-record__claim{margin:0}.preview-item__meta{color:var(--muted);margin-bottom:.45rem;font-size:.84rem}.feature-row{border-top:1px solid var(--line);grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:center;gap:1.5rem;padding-top:1rem;display:grid}.feature-row--reverse{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.feature-row--reverse .feature-row__visual{order:2}.feature-row--reverse .feature-row__body{order:1}.feature-row__visual{min-height:100%}.feature-image{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:100%;min-height:360px;box-shadow:var(--shadow)}.feature-row__body{gap:.8rem;display:grid}.media-feature{grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr);align-items:center;gap:1.5rem;display:grid}.media-feature__copy{gap:.8rem;display:grid}.media-feature__visual{border-radius:var(--radius-xl);box-shadow:var(--shadow);display:block;overflow:hidden}.media-feature__image{object-fit:cover;width:100%;min-height:420px;transition:transform .22s}.media-feature__visual:hover .media-feature__image{transform:scale(1.01)}.editorial-panel p,.announcement-strip p,.detail-prose p,.detail-sidecard p,.preview-item p,.feature-row__body p,.pillar-card__body p{color:var(--muted);line-height:1.7}.detail-shell{box-shadow:none;border:0;border-top:1px solid var(--line);border-radius:0;padding:1.6rem 0 0}.detail-title{max-width:14ch;font-size:clamp(2.6rem,4.6vw,4.4rem)}.detail-image-panel{border-radius:var(--radius-xl);box-shadow:var(--shadow);overflow:hidden}.detail-image{object-fit:cover;width:100%;min-height:420px}.detail-prose{gap:1rem;display:grid}.detail-sidecard{position:sticky;top:6rem}.text-list{color:var(--muted);gap:.6rem;margin:0;padding-left:1rem;display:grid}.card h3,.quote-card h3,.form-card h3,.legal-card h3,.editorial-panel h3{font-family:var(--serif);margin:0;font-size:1.5rem;line-height:1.2}.card p,.quote-card p,.form-card p,.legal-card p,.section-copy{color:var(--muted);line-height:1.7}.kicker{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem;font-size:.75rem}.metric-card__value{font-family:var(--serif);margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem);line-height:1}.quote-card blockquote{font-family:var(--serif);margin:0;font-size:1.55rem;line-height:1.4}.quote-card cite{color:var(--muted);margin-top:1rem;font-style:normal;display:block}.split{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.site-footer{margin-top:3rem;padding:1rem 0 2.5rem}.site-footer__panel{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff;padding:1.5rem}.legal-links,.inline-list{flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none;display:flex}.tag{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.45rem .7rem;font-size:.82rem;display:inline-flex}.field{gap:.45rem;display:grid}.field input,.field textarea,.field select{width:100%;color:var(--ink);background:#fff;border:1px solid #0f172a24;border-radius:16px;padding:.92rem 1rem}.field textarea{resize:vertical;min-height:8rem}.field label{color:var(--ink);font-size:.92rem}.required-marker{color:#9b741c;margin-left:.22rem;font-weight:700}.form-grid{gap:.95rem;display:grid}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.form-status{min-height:1.25rem;color:var(--muted);font-size:.92rem}.field-choice-custom{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;display:grid}.field-choice-reset{min-height:2.8rem;color:var(--editorial-ink);cursor:pointer;font-family:var(--sans);text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:.25em;background:0 0;border:0;font-size:.86rem;font-weight:800;text-decoration-thickness:2px}.field-choice-reset:hover{color:#11633e}.field-choice-reset:focus-visible{outline-offset:3px;border-radius:.45rem;outline:2px solid #11633e73}.todo-callout{border-left:3px solid var(--rust);color:var(--muted);padding-left:1rem}.fact-card{gap:.7rem;display:grid}.fact-card__value{font-family:var(--serif);margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:.95}.fact-card__label,.fact-card__note{margin:0}.todo-panel{border-style:dashed;border-width:1px}.todo-panel__list{color:var(--muted);gap:.7rem;margin:0;padding-left:1.2rem;display:grid}.action-card{min-height:100%;color:inherit;gap:.85rem;text-decoration:none;display:grid}.action-card__media{border-radius:calc(var(--radius-xl) - 6px);overflow:hidden}.action-card__image{aspect-ratio:4/3;object-fit:cover;width:100%}.action-card__body{gap:.85rem;display:grid}.action-card .section-link{margin-top:auto}.story-record{gap:1.15rem;display:grid}.story-record__body{gap:.8rem;display:grid}.story-record__meta{color:var(--muted);flex-wrap:wrap;gap:.45rem .8rem;margin:0;font-size:.94rem;display:flex}.story-record__relevance{margin:0}.stack{gap:1rem;display:grid}.section-heading{gap:.8rem;margin-bottom:1.5rem;display:grid}.section-title{font-family:var(--serif);max-width:18ch;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.muted{color:var(--muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.rise-in{animation:.7s both rise-in}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rise-in{animation:none}.button,.button-secondary,.nav-link,.site-shell--editorial .editorial-secondary-page .about-video-frame img,.site-shell--editorial .editorial-secondary-page .about-video-play{transition:none}}@media (max-width:960px){.brand-hero,.hero-grid,.metric-grid,.card-grid,.story-grid,.contact-grid,.footer-grid,.split,.form-row,.pillar-grid,.preview-grid,.media-feature,.detail-grid,.feature-row,.feature-row--reverse,.preview-item{grid-template-columns:1fr}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-nav{justify-content:space-between;width:100%}.brand-block{grid-template-columns:1fr;min-height:0}.brand-mark{min-height:180px}.hero-photo,.feature-image,.media-feature__image,.detail-image{min-height:280px}.detail-sidecard{position:static}.announcement-strip{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.display-title{max-width:12ch}.brand-title{max-width:11ch}.site-nav{align-items:stretch}.site-nav__links{gap:.2rem}}.legacy-shell{color:#222;min-height:100vh;font-family:var(--sans);background:#fff}.legacy-preview{text-transform:uppercase;letter-spacing:.08em;padding:.75rem 0;font-size:.82rem}.legacy-header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0f172a0a;padding:0;position:sticky;top:0}.legacy-header__top-band{background:0 0;position:relative;overflow:clip}.legacy-header__top-band:before{content:none}.legacy-header__top,.legacy-header__bottom,.legacy-footer__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.legacy-header__top{border-bottom:1px solid #171b2094;padding:.7rem 0 .78rem;position:relative}.legacy-header__bottom{padding:.6rem 0 .7rem}.legacy-masthead{grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:1.25rem;width:100%;min-height:88px;display:grid}.legacy-brand{align-items:center;display:inline-flex}.legacy-brand__logo{width:148px;height:auto}.legacy-brand--masthead{flex:none}.legacy-brand__logo--3d-emblem{filter:drop-shadow(0 10px 18px #0f172a0f);width:clamp(96px,7vw,118px);max-width:100%}.legacy-brand__strap{letter-spacing:.085em;color:#20252b;align-items:center;max-width:36rem;font-size:.84rem;line-height:1.35;display:inline-flex}.legacy-locale{background:#fffc;border:1px solid #193a2f24;justify-content:space-between;align-items:center;gap:.6rem;min-width:8rem;padding:.78rem .9rem;font-size:.88rem;display:inline-flex;box-shadow:0 8px 18px #0f172a0d}.legacy-locale__caret{font-size:.75rem}.legacy-nav{min-width:0}.legacy-nav__list,.legacy-social{align-items:center;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.legacy-nav__item{position:relative}.legacy-nav__link,.legacy-nav__submenu-link{color:#21262c;align-items:center;gap:.35rem;min-height:1.75rem;font-size:.93rem;display:inline-flex}.legacy-nav__link.is-active{color:#c34545}.legacy-nav__submenu{z-index:20;background:#fff;border:1px solid #131c241a;flex-direction:column;gap:.5rem;min-width:10rem;padding:.9rem 1rem;display:none;position:absolute;top:calc(100% + .35rem);left:0;box-shadow:0 14px 28px #131c2414}.legacy-nav__item:hover .legacy-nav__submenu,.legacy-nav__item:focus-within .legacy-nav__submenu{display:flex}.legacy-nav__caret{font-size:.7rem;transform:translateY(-1px)}.legacy-social__link{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.legacy-social__link img{object-fit:contain;width:20px;height:20px}.legacy-footer{background:var(--ink);color:#ffffffb3;margin-top:6rem;padding:4rem 0 3rem;font-size:.95rem}.legacy-footer a{color:#fff;transition:opacity .2s}.legacy-footer a:hover{opacity:.7}.legacy-page{padding-bottom:2rem}.legacy-section{padding:6rem 0}.legacy-home{padding-top:2rem}.legacy-home-hero,.legacy-two-col,.legacy-contact,.legacy-video-callout__inner{grid-template-columns:minmax(0,1.05fr) minmax(320px,1fr);align-items:center;gap:2rem;display:grid}.legacy-home-hero{border-radius:var(--radius-xl);box-shadow:var(--shadow);grid-template-columns:1fr;position:relative;overflow:hidden}.legacy-two-col--reverse{grid-template-columns:minmax(280px,.95fr) minmax(0,1fr)}.legacy-home-brand{align-items:center;gap:1.55rem;display:flex}.legacy-home-brand--panel{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-xl);z-index:2;background:#11141899;border:1px solid #ffffff26;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:min(90%,550px);padding:4rem 3rem;position:absolute;top:50%;left:5%;transform:translateY(-50%);box-shadow:0 32px 64px #0000004d}.legacy-home-brand__copy{gap:.9rem;width:100%;margin-top:auto;display:grid}.legacy-home-brand__mark{flex:none;width:clamp(130px,18vw,190px)}.legacy-home-brand__logo{aspect-ratio:1;flex:none;width:340px;max-width:100%;height:auto;display:block}.legacy-home-brand__title{letter-spacing:.08em;color:#fff;margin:0;font-size:clamp(3rem,5.3vw,4.2rem);font-weight:700;line-height:.95}.legacy-home-brand__rule{border-bottom:3px solid #ffffffe0;width:6rem}.legacy-home-brand__strap{color:#ffffffe6;max-width:17rem;margin:0;font-size:1.1rem;line-height:1.55}.legacy-home-hero__photo,.legacy-hero-image{object-fit:cover;width:100%;min-height:80vh}.legacy-home-summary{text-align:center;max-width:54rem;color:var(--ink);margin:4rem auto 0;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:500;line-height:1.6}.legacy-pillars,.legacy-prose-grid,.legacy-capitals{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.8rem;display:grid}.legacy-pillars{align-items:start;margin-top:1.8rem}.legacy-pillar,.legacy-prose-card,.legacy-feature-card,.legacy-opportunity-card,.legacy-capital-card,.legacy-video-card,.legacy-person-card,.legacy-profile,.legacy-blog-card,.legacy-yellow-card{border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff;border:1px solid #fff9;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1)}.legacy-yellow-card{background:linear-gradient(135deg,#e5b922,#f2b834);padding:2.5rem;box-shadow:0 16px 40px #e2b72433}.legacy-prose-card:hover,.legacy-feature-card:hover,.legacy-opportunity-card:hover,.legacy-capital-card:hover,.legacy-video-card:hover,.legacy-person-card:hover,.legacy-profile:hover,.legacy-blog-card:hover,.legacy-yellow-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.legacy-about-strip{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2.2rem 0}.legacy-about-strip__inner{grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);align-items:center;gap:1.6rem;display:grid}.legacy-about-strip__photo{background:0 0;padding:0}.legacy-about-strip__photo img{object-fit:cover;width:100%;min-height:410px}.legacy-about-strip__card{max-width:40rem;min-height:410px;box-shadow:none;flex-direction:column;justify-content:center;display:flex}.legacy-pillar,.legacy-capital-card,.legacy-video-card,.legacy-person-card,.legacy-blog-card,.legacy-feature-card,.legacy-opportunity-card,.legacy-prose-card{padding:1.35rem}.legacy-pillar{box-shadow:none;background:0 0;border:0;padding:0}.legacy-pillar__image,.legacy-blog-card img,.legacy-feature-card img,.legacy-video-card img,.legacy-person-card img,.legacy-profile img,.legacy-inline-media,.legacy-wide-image,.legacy-opportunity-card__poster{object-fit:cover;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.legacy-pillar:hover .legacy-pillar__image{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.legacy-pillar__image,.legacy-inline-media,.legacy-wide-image,.legacy-opportunity-card__poster{margin-bottom:0}.legacy-pillar__label,.legacy-kicker{color:#246c4c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem;font-size:.74rem;display:inline-flex}.legacy-pillar__label{z-index:1;background:var(--paper);color:var(--accent);border-radius:999px;margin:-1.4rem 0 1.45rem 1.6rem;padding:.7rem 1.6rem;font-size:.72rem;position:relative;box-shadow:0 8px 16px #0000000f}.legacy-pillar h2{text-align:center;margin:1.65rem 0 .6rem;font-size:clamp(2rem,2.9vw,3rem);font-weight:400;line-height:1.05}.legacy-pillar p{color:#111111c7;text-align:center;margin:0 0 .65rem;font-size:.97rem;line-height:1.55}.legacy-inline-link{color:#1b1b1b;font-size:.9rem}.legacy-callout{z-index:2;color:#fff8f2;text-align:center;background:#ae1f35;border-radius:999px;justify-content:center;width:fit-content;max-width:min(100%,25rem);margin:1.7rem auto 0;padding:.95rem 1.9rem;font-size:1rem;font-style:italic;display:flex;position:relative}.legacy-page-title{margin:0 0 1rem;font-size:clamp(2rem,3.8vw,3.4rem);font-weight:700;line-height:1.08}.legacy-copy-band{border-top:1px solid #11111185;border-bottom:1px solid #11111185;max-width:57rem;margin:0 auto;padding:1.35rem 0 1.55rem}.legacy-copy-band p{margin:0;font-size:1rem;line-height:1.7}.legacy-research-hero{grid-template-columns:minmax(320px,.9fr) minmax(0,1.15fr);align-items:stretch;gap:0;display:grid}.legacy-research-hero__copy{color:#fffdf5;background:#dfc22b;flex-direction:column;justify-content:center;padding:3.2rem 4rem;display:flex}.legacy-research-hero__title{margin:0;font-size:clamp(3.4rem,6vw,4.6rem);line-height:.95}.legacy-research-hero__rule{border-bottom:3px solid #ffffffe0;width:12rem;margin:1.45rem 0 1.8rem}.legacy-research-hero__strap{margin:0;font-size:1rem}.legacy-research-hero__image{object-fit:cover;width:100%;min-height:390px}.legacy-research-summary{padding-top:1rem}.legacy-research-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem;display:grid}.legacy-research-panel{color:#f0c936;background:#0f7f3f;min-height:18rem;padding:2rem 2.2rem}.legacy-research-panel h2{margin:0 0 1rem;font-size:clamp(2rem,3.4vw,3rem);font-weight:400;line-height:1.05}.legacy-research-panel p{color:#f9f7ee;margin:0 0 .8rem;font-size:.97rem;line-height:1.6}.legacy-research-panel--detailed{align-content:start;gap:1rem;display:grid}.legacy-research-block{grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);align-items:start;gap:2rem;display:grid}.legacy-yellow-card .legacy-page-title{margin-top:.2rem}.legacy-prose,.legacy-prose-card,.legacy-blog-card__body p,.legacy-feature-card p,.legacy-opportunity-card p,.legacy-contact__subhead,.legacy-quote-block p{font-size:1rem;line-height:1.72}.legacy-prose-card--article{max-width:50rem}.legacy-button-row,.legacy-profile-stack,.legacy-blog__list{flex-direction:column;gap:1rem;display:flex}.legacy-button,.legacy-button--secondary{color:#fff;letter-spacing:.03em;background:#1e242b;border:1px solid #1e242b;justify-content:center;align-items:center;padding:.85rem 1.1rem;font-weight:700;display:inline-flex}.legacy-button--secondary{color:#1e242b;background:#fff}.legacy-inline-link{margin-top:.4rem;font-weight:400;display:inline-flex}.legacy-pillar .legacy-inline-link{justify-content:center}.legacy-video-callout--stacked .legacy-video-callout__copy{text-align:center;justify-items:center;margin-bottom:1.5rem;display:grid}.legacy-video-callout__copy h2,.legacy-video-callout__copy h3,.legacy-split-block h2,.legacy-prose-card h2,.legacy-feature-card h2,.legacy-capital-card h2,.legacy-opportunity-card h2,.legacy-person-card h2,.legacy-profile h3,.legacy-blog-card h2,.legacy-contact__subhead{margin:0 0 .75rem;line-height:1.2}.legacy-video-card{gap:.85rem;display:grid;position:relative}.legacy-video-card strong{font-size:1.1rem}.legacy-video-card--feature{max-width:46rem;margin:0 auto}.legacy-video-card__frame{aspect-ratio:16/9;background:#0f1419;position:relative;overflow:hidden}.legacy-video-card__frame iframe{border:0;width:100%;height:100%}.legacy-video-card--feature img{object-fit:cover;width:100%;min-height:300px}.legacy-video-card__publisher{color:#55616c;font-size:.9rem}.legacy-video-card__button{color:#fff;background:#000000bf;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;display:inline-flex;position:absolute;inset:auto auto 1rem 1rem}.legacy-video-card__fallback{margin-top:0}.legacy-video-card--text{grid-template-columns:minmax(180px,.8fr) minmax(0,1fr);align-items:start}.legacy-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.legacy-gallery--research{align-items:start}.legacy-gallery--research img{min-height:260px}.legacy-gallery--research-panel{gap:.75rem;margin-top:.4rem}.legacy-gallery--research-panel img{min-height:150px}.legacy-gallery--dense img{min-height:190px}.legacy-gallery img{object-fit:cover;width:100%;min-height:240px}.legacy-gallery-heading{text-align:center;margin:0 0 1.2rem;font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:400;line-height:1.15}.legacy-capital-card{align-items:end;min-height:120px;display:flex}.legacy-split-block{border-top:1px solid #131c2417;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:1rem;padding:1rem 0;display:grid}.legacy-split-block:first-of-type{border-top:none;padding-top:0}.legacy-split-block img{object-fit:cover;width:100%;min-height:240px}.legacy-list,.legacy-link-list,.legacy-entry-list{margin:0;padding-left:1.15rem;line-height:1.7}.legacy-link-list a,.legacy-entry-list a{color:#1b5f45}.legacy-entry-list li{margin-bottom:.7rem}.legacy-entry-list span{font-weight:700;display:block}.legacy-quote-block{background:#f6f6f6;padding:1.6rem 1.7rem}.legacy-quote-block__source{color:#55616c;font-size:.92rem}.legacy-topic-hero{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:stretch;gap:0;display:grid}.legacy-topic-hero__copy{color:#fff;flex-direction:column;justify-content:center;padding:3rem 3.2rem;display:flex}.legacy-topic-hero__copy--policy{background:#c9ae2f}.legacy-topic-hero__copy--youth{background:#0f7f3f}.legacy-topic-hero__title{margin:0;font-size:clamp(3rem,5vw,4.2rem);line-height:.98}.legacy-topic-hero__rule{border-bottom:3px solid #ffffffe0;width:10rem;margin:1.25rem 0 1.4rem}.legacy-topic-hero__strap{margin:0;font-size:1rem;line-height:1.55}.legacy-topic-hero__image{object-fit:cover;width:100%;min-height:390px}.legacy-center-prose{max-width:62rem}.legacy-center-prose p{text-align:center;margin:0 auto;font-size:1rem;line-height:1.75}.legacy-policy-media{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;display:grid}.legacy-policy-media__item{text-align:center;align-content:start;gap:1rem;min-height:100%;display:grid}.legacy-policy-media__item h2{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.18}.legacy-policy-media__item p{margin:0;line-height:1.65}.legacy-policy-media__poster{max-width:18rem;margin:0 auto;display:block}.legacy-policy-media__poster img{object-fit:cover;width:100%;min-height:140px}.legacy-capital-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.legacy-capital-panel{border:1px solid #131c2417;min-height:320px;position:relative;overflow:hidden}.legacy-capital-panel__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.legacy-capital-panel__overlay{background:linear-gradient(#0a121226 0%,#0a1212b8 100%);position:absolute;inset:0}.legacy-capital-panel__content{z-index:1;color:#fff;flex-direction:column;justify-content:flex-end;min-height:320px;padding:1.6rem;display:flex;position:relative}.legacy-capital-panel__content h2{margin:0 0 .7rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:400;line-height:1.1}.legacy-capital-panel__content p{color:#fffffff0;margin:0;line-height:1.6}.legacy-award-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.legacy-capital-diagram{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2rem 3rem;max-width:52rem;margin:0 auto;padding:2rem 1rem;display:grid;position:relative}.legacy-capital-diagram__box{color:#0f1012;min-height:140px;font-family:var(--serif);text-align:center;background:#43d1c8;place-items:center;padding:1rem;font-size:1.2rem;display:grid}.legacy-capital-diagram__core{place-items:center;width:210px;height:210px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.legacy-capital-diagram__ring{border-radius:999px;position:absolute}.legacy-capital-diagram__ring--outer{background:#53eeb8c7;width:210px;height:210px}.legacy-capital-diagram__ring--middle{background:#1fd295e0;width:150px;height:150px}.legacy-capital-diagram__ring--inner{color:#fff;text-align:center;background:#0f7f3f;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;width:102px;height:102px;font-size:.82rem;line-height:1.1;display:flex}.legacy-panel-survey{color:#f7f7f1;background:#0f7f3f;border:1px solid #131c2417;grid-template-columns:200px minmax(0,1fr);align-items:center;gap:1.5rem;padding:2rem;display:grid}.legacy-panel-survey__title{letter-spacing:.1em;color:#f0c936;flex-direction:column;gap:.2rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;display:flex}.legacy-panel-survey p{color:#f7f7f1;margin:0}.legacy-blog__topline{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}@media (max-width:1080px){.legacy-header__bottom,.legacy-footer__inner{flex-direction:column;align-items:flex-start}.legacy-nav__list{flex-wrap:wrap}.legacy-home-hero,.legacy-two-col,.legacy-contact,.legacy-research-hero,.legacy-research-block,.legacy-topic-hero,.legacy-about-strip__inner,.legacy-video-callout__inner,.legacy-panel-survey,.legacy-video-card--text,.legacy-feature-card,.legacy-blog-card,.legacy-split-block,.legacy-profile{grid-template-columns:1fr}.legacy-pillars,.legacy-prose-grid,.legacy-capitals,.legacy-research-panels,.legacy-people-grid,.legacy-gallery,.legacy-capital-grid,.legacy-award-grid,.legacy-policy-media{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-capital-diagram{gap:1.5rem 2rem;max-width:38rem}.legacy-capital-diagram__core,.legacy-capital-diagram__ring--outer{width:170px;height:170px}.legacy-capital-diagram__ring--middle{width:122px;height:122px}.legacy-capital-diagram__ring--inner{width:88px;height:88px;font-size:.7rem}.legacy-topic-hero__copy,.legacy-research-hero__copy{padding:2.4rem 2rem}}@media (max-width:720px){.legacy-header{padding-top:.5rem}.legacy-header__top{padding-top:.55rem}.legacy-masthead{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem 1rem}.legacy-brand__logo{width:132px}.legacy-brand__logo--3d-emblem{width:98px}.legacy-brand__strap{white-space:normal;grid-column:1/-1;max-width:24rem}.legacy-home-brand{flex-direction:column;align-items:flex-start}.legacy-home-brand__mark{width:160px}.legacy-home-brand__logo{width:272px}.legacy-pillars,.legacy-prose-grid,.legacy-capitals,.legacy-research-panels,.legacy-people-grid,.legacy-gallery,.legacy-capital-grid,.legacy-award-grid,.legacy-policy-media{grid-template-columns:1fr}.legacy-capital-diagram{grid-template-columns:1fr;gap:1rem;padding:0}.legacy-capital-diagram__core{order:3;margin:0 auto;position:relative;inset:auto;transform:none}.legacy-research-hero__copy,.legacy-topic-hero__copy{padding:2.25rem 1.5rem}.legacy-about-strip{padding:1.5rem 0}.legacy-about-strip__photo img,.legacy-topic-hero__image,.legacy-research-hero__image{min-height:280px}.legacy-capital-panel,.legacy-capital-panel__content{min-height:260px}.legacy-contact .form-row{grid-template-columns:1fr}.legacy-page-title{font-size:1.9rem}}.skip-link{z-index:100;color:#fff;background:#14211c;border-radius:999px;padding:.75rem 1rem;position:absolute;top:1rem;left:-9999px}.skip-link:focus-visible{left:1rem}.legacy-skip-link{z-index:120;color:#fff;background:#14211c;border-radius:999px;padding:.75rem 1rem;position:absolute;top:1rem;left:-9999px}.legacy-skip-link:focus-visible{left:1rem}.site-shell--editorial{--editorial-paper:#fff;--editorial-paper-strong:#fff;--editorial-surface:#fdfdfec7;--editorial-surface-strong:#fff;--editorial-ink:#14211c;--editorial-muted:#5f6b62;--editorial-line:#14211c21;--editorial-gold:#d7b53a;--editorial-forest:#123d2e;--editorial-forest-deep:#0b2c22;--editorial-maroon:#8f1836;color:var(--editorial-ink);background:#fff}.site-shell--editorial .site-header{z-index:20;-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #14211c14;position:sticky;top:0}.site-shell--editorial .site-header__inner--editorial{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.5rem;min-height:4.875rem;padding:1rem 0;display:grid}.site-shell--editorial .brand--editorial{color:var(--editorial-ink);flex-direction:row;align-items:center;gap:.75rem;display:flex}.site-shell--editorial .brand__wordmark{letter-spacing:.08em;font-size:1.05rem;font-weight:800}.site-shell--editorial .site-nav__links--editorial{border:1px solid var(--editorial-line);background:#ffffff94;border-radius:999px;justify-content:center;align-items:center;gap:.15rem;min-width:0;margin:0 auto;padding:.35rem;display:flex}.site-shell--editorial .site-nav__meta,.site-shell--editorial .site-nav__utility-links{align-items:center;gap:.85rem;display:flex}.site-shell--editorial .nav-link{min-height:2.5rem;color:var(--editorial-muted);border-radius:999px;justify-content:center;align-items:center;padding:.6rem .9rem;font-size:.9rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.site-shell--editorial .site-nav__links--editorial .nav-link:hover,.site-shell--editorial .site-nav__links--editorial .nav-link[aria-current=page]{color:var(--editorial-ink);background:#fdfdfee6;transform:translateY(-1px)}.site-shell--editorial .nav-link--utility{color:#14211cc7;border-radius:0;min-height:auto;padding:0;font-size:.9rem;font-weight:750}.site-shell--editorial .nav-link--utility:hover,.site-shell--editorial .nav-link--utility[aria-current=page]{color:var(--editorial-ink);background:0 0;transform:none}.site-shell--editorial .nav-link--locale{border:1px solid var(--editorial-line);background:#ffffff94;border-radius:999px;width:2.625rem;height:2.625rem;min-height:2.625rem;padding:0}.site-shell--editorial .site-header__support,.site-shell--editorial .button,.site-shell--editorial .button-secondary,.site-shell--editorial .site-footer__cta{border-radius:999px;justify-content:center;align-items:center;min-height:2.875rem;padding:0 1.1rem;font-weight:800;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.site-shell--editorial .button{background:var(--editorial-forest);color:#fff;box-shadow:0 10px 30px #123d2e33}.site-shell--editorial .button:hover,.site-shell--editorial .site-footer__cta:hover{transform:translateY(-1px)}.site-shell--editorial .button-secondary{border:1px solid var(--editorial-line);color:var(--editorial-forest);background:#fffc}.site-shell--editorial .display-title,.site-shell--editorial .section-title{font-family:var(--serif);color:var(--editorial-ink)}.site-shell--editorial .display-title{letter-spacing:-.055em;text-wrap:balance;max-width:13ch;font-size:clamp(2.8rem,6vw,5.2rem);line-height:.95}.site-shell--editorial .lede,.site-shell--editorial .section-copy,.site-shell--editorial .muted{color:var(--editorial-muted)}.site-shell--editorial .section-heading{gap:.8rem;max-width:48rem;margin-bottom:2rem}.site-shell--editorial .section-title{letter-spacing:-.045em;text-wrap:balance;max-width:14ch;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1}.site-shell--editorial .editorial-panel,.site-shell--editorial .form-card,.site-shell--editorial .legal-card,.site-shell--editorial .action-card,.site-shell--editorial .story-record{border:1px solid var(--editorial-line);background:#ffffffad;border-radius:1.75rem;box-shadow:0 18px 40px #14211c0d}.site-shell--editorial .editorial-panel:hover,.site-shell--editorial .action-card:hover,.site-shell--editorial .story-record:hover{transform:translateY(-2px);box-shadow:0 24px 54px #14211c17}.site-shell--editorial .fact-card__source{border:1px solid var(--editorial-line);width:max-content;max-width:100%;color:var(--editorial-muted);background:#ffffffbf;border-radius:999px;margin-top:1rem;padding:.4rem .65rem;font-size:.74rem}.site-shell--editorial a.fact-card__source{text-decoration:none}.site-shell--editorial a.fact-card__source:focus-visible{outline-offset:3px;outline:2px solid}.site-shell--editorial .split-section-head{grid-template-columns:minmax(0,.68fr) minmax(260px,.32fr);align-items:end;gap:2rem;margin-bottom:1.9rem;display:grid}.site-shell--editorial .split-section-head__title{font-family:var(--serif);letter-spacing:-.045em;text-wrap:balance;margin:.75rem 0 0;font-size:clamp(2.15rem,4.4vw,3.7rem);line-height:1}.site-shell--editorial .split-section-head__summary{color:var(--editorial-muted);margin:0;line-height:1.7}.site-shell--editorial .proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.site-shell--editorial .proof-card{border:1px solid var(--editorial-line);background:#ffffff94;border-radius:1.15rem;padding:1rem 1rem .9rem}.site-shell--editorial .proof-card strong{color:var(--editorial-forest);letter-spacing:-.03em;font-size:1.65rem;display:block}.site-shell--editorial .proof-card span{color:var(--editorial-muted);margin-top:.2rem;font-size:.82rem;display:block}.site-shell--editorial .route-model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.site-shell--editorial .route-model-card{border:0;border-top:1px solid var(--editorial-line);min-height:19rem;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;justify-content:space-between;padding:1.35rem 0 0;display:flex}.site-shell--editorial .route-model-card:before{content:"";background:var(--editorial-gold);border-radius:999px;width:100%;height:4px;margin-bottom:1.6rem;display:block;position:relative}.site-shell--editorial .route-model-card:nth-child(2):before{background:var(--editorial-forest)}.site-shell--editorial .route-model-card:nth-child(3):before{background:var(--editorial-maroon)}.site-shell--editorial .route-model-card__number{border:1px solid var(--editorial-line);width:2.75rem;height:2.75rem;color:var(--editorial-forest);background:#fff;border-radius:50%;place-items:center;margin-bottom:1.5rem;font-weight:850;display:grid}.site-shell--editorial .route-model-card__label{color:var(--editorial-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.82rem;font-weight:800}.site-shell--editorial .route-model-card h3{font-family:var(--serif);letter-spacing:-.035em;margin:0 0 .7rem;font-size:clamp(1.8rem,2.8vw,2.45rem);line-height:1}.site-shell--editorial .route-model-card p{color:var(--editorial-muted);margin:0;line-height:1.7}.site-shell--editorial .text-link-arrow{color:var(--editorial-forest);align-items:center;gap:.5rem;margin-top:1.4rem;font-weight:850;display:inline-flex}.site-shell--editorial .text-link-arrow:after{content:"→"}.site-shell--editorial .timeline-stack{gap:.9rem;display:grid}.site-shell--editorial .timeline-step{border:1px solid var(--editorial-line);background:0 0;border-width:1px 0 0;border-radius:0;grid-template-columns:4.125rem 1fr;gap:1rem;padding:1rem 0 1.1rem;display:grid}.site-shell--editorial .timeline-step__year{border:1px solid var(--editorial-line);width:4.125rem;height:4.125rem;color:var(--editorial-maroon);background:#fff;border-radius:50%;place-items:center;font-size:.84rem;font-weight:900;display:grid}.site-shell--editorial .timeline-step__body h3{font-family:var(--serif);letter-spacing:-.025em;margin:0 0 .45rem;font-size:1.45rem;line-height:1.1}.site-shell--editorial .timeline-step__body p{color:var(--editorial-muted);margin:0;line-height:1.65}.site-shell--editorial .site-footer{background:0 0;padding:2.25rem 0 3rem}.site-shell--editorial .site-footer__brand-name{letter-spacing:.05em;font-size:1.35rem;font-weight:800}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta{color:var(--editorial-muted);margin:0;line-height:1.7}.site-shell--editorial .site-footer__heading{color:#14211c94;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:850}.site-shell--editorial .site-footer__cta{background:var(--editorial-forest);color:#fff;margin-top:.35rem}.site-shell--editorial :is(.skip-link,.nav-link,.button,.button-secondary,.site-footer__text-link,.site-footer__cta,.text-link-arrow):focus-visible{outline-offset:3px;outline:2px solid #d7b53af2}@media (max-width:980px){.site-shell--editorial .site-header__inner--editorial{grid-template-columns:auto 1fr;gap:.85rem 1rem}.site-shell--editorial .site-nav__links--editorial{scrollbar-width:none;grid-column:1/-1;justify-content:flex-start;overflow-x:auto}.site-shell--editorial .site-nav__links--editorial::-webkit-scrollbar{display:none}.site-shell--editorial .site-nav__meta{justify-self:end}.site-shell--editorial .split-section-head,.site-shell--editorial .route-model-grid{grid-template-columns:1fr}}@media (max-width:699px){.site-shell--editorial .container{width:min(100% - 1.75rem,1180px)}.site-shell--editorial .section{padding:3.3rem 0}.site-shell--editorial .site-header__inner--editorial{grid-template-columns:auto minmax(0,1fr);gap:.7rem;min-height:4.4rem;padding:.75rem 0}.site-shell--editorial .site-nav__meta{gap:.5rem}.site-shell--editorial .site-nav__utility-links{gap:.65rem}.site-shell--editorial .nav-link--locale{width:2.35rem;height:2.35rem;min-height:2.35rem}.site-shell--editorial .site-header__support{min-height:2.35rem;padding:0 .9rem}.site-shell--editorial .proof-grid,.site-shell--editorial .route-model-grid,.site-shell--editorial .timeline-step{grid-template-columns:1fr}.site-shell--editorial .timeline-step__year{border-radius:999px;width:max-content;height:auto;padding:.45rem .75rem}}@media (max-width:1100px){.site-shell--editorial .site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.site-shell--editorial .site-footer__column--contact{border-left:0;padding-left:0}.site-shell--editorial .site-footer__support{justify-items:start}}@media (max-width:699px){.site-shell--editorial .site-footer>.container{width:min(100% - 1.25rem,100%)}.site-shell--editorial .site-footer__panel{padding:1.4rem 0 1.6rem}.site-shell--editorial .site-footer__columns{grid-template-columns:1fr;gap:1.35rem}.site-shell--editorial .site-footer__brand-name{font-size:2.6rem}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta{max-width:none}.site-shell--editorial .site-footer__support{justify-items:stretch}.site-shell--editorial .site-footer__cta{width:100%}}@media (max-width:699px){.site-shell--editorial .site-footer__brand-name{font-size:2.2rem}.site-shell--editorial .site-footer__eyebrow,.site-shell--editorial .site-footer__heading{font-size:.82rem}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email,.site-shell--editorial .site-footer__cta{font-size:.95rem}.site-shell--editorial .site-footer__column--contact{border-left:0;padding-left:0}}@media (max-width:699px){.site-shell--editorial .site-header,.site-shell--editorial .site-header{background:#fff;box-shadow:0 3px 10px #0c1f3929}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.9rem;width:min(100% - 2rem,52rem);min-height:5.9rem;padding:1rem 0;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{grid-column:1;gap:.62rem;min-width:0}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:clamp(2.3rem,10vw,3.65rem);height:clamp(2.3rem,10vw,3.65rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.035em;white-space:nowrap;font-size:clamp(1.8rem,8vw,3rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{display:none!important}.site-shell--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{color:#46536c;width:clamp(3.05rem,12vw,4.3rem);height:clamp(3.05rem,12vw,4.3rem);min-height:clamp(3.05rem,12vw,4.3rem);box-shadow:none;background:#fff;border:1px solid #46536c47;border-radius:clamp(.65rem,2.4vw,1rem);grid-area:1/2;padding:0;font-size:clamp(1.02rem,4.5vw,1.5rem);font-weight:760;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta{grid-area:1/3;justify-self:end;align-items:center;gap:0;width:auto;display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links,.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .site-header__support{display:none}.site-shell--editorial .site-menu,.site-shell--editorial .site-header__inner--editorial .site-menu{position:static;display:block!important}.site-shell--editorial .site-menu__button{color:#fff;background:#10294f;border:0;border-radius:clamp(.7rem,2.6vw,1rem);width:clamp(3.45rem,13vw,4.7rem);height:clamp(3.45rem,13vw,4.7rem);min-height:clamp(3.45rem,13vw,4.7rem);padding:0;box-shadow:0 2px 5px #0c1f392e}.site-shell--editorial .site-menu__button:focus-visible,.site-shell--editorial .site-menu__link:focus-visible{outline-offset:4px;outline:3px solid #153f958c}.site-shell--editorial .site-menu__backdrop{inset:var(--mobile-header-height,5.9rem) 0 0;z-index:40;-webkit-backdrop-filter:none;background:#fff;position:fixed}.site-shell--editorial .site-menu__panel,.site-shell--editorial .site-header__inner--editorial .site-menu__panel{z-index:41;top:var(--mobile-header-height,5.9rem);width:auto;max-height:none;box-shadow:none;overscroll-behavior:contain;background:#fff;border:0;border-radius:0;padding:clamp(1.7rem,7vw,2.5rem) clamp(1rem,5vw,2.1rem) 3rem;position:fixed;bottom:0;left:0;right:0;overflow:auto}.site-shell--editorial .site-menu__links{gap:0;display:grid}.site-shell--editorial .site-menu__link{color:#46536c;border-bottom:1px solid #46536c29;border-radius:0;justify-content:space-between;align-items:center;min-height:clamp(4.25rem,15vw,6.8rem);padding:0 clamp(1rem,5vw,2.05rem);font-size:clamp(1.45rem,7vw,2.42rem);font-weight:680;line-height:1;text-decoration:none;display:flex;position:relative}.site-shell--editorial .site-menu__link:after{content:"›";color:currentColor;font-size:1.45em;font-weight:400;line-height:.7}.site-shell--editorial .site-menu__link:hover,.site-shell--editorial .site-menu__link[aria-current=page],.site-shell--editorial .site-header[data-route-key=home] .site-menu__link:first-child{color:#0b2f86;background:#f2f5fb}.site-shell--editorial .site-menu__link:first-child{border-bottom-color:#0000;border-radius:clamp(.9rem,3vw,1.1rem)}.site-shell--editorial .site-menu__link:first-child+.site-menu__link{margin-top:clamp(.7rem,3.2vw,1.05rem)}.site-shell--editorial .site-menu__link--support{color:#fff;text-align:center;background:#10294f;border:0;border-radius:clamp(1rem,3.3vw,1.35rem);justify-content:center;gap:.65rem;min-height:clamp(4.35rem,14vw,5.8rem);margin-top:clamp(1.45rem,6vw,2rem);font-size:clamp(1.45rem,6.2vw,2.18rem);font-weight:850;box-shadow:0 3px 8px #0c1f393d}.site-shell--editorial .site-menu__link--support:hover,.site-shell--editorial .site-menu__link--support[aria-current=page]{color:#fff;background:#10294f}}@media (max-width:340px){.site-shell--editorial .site-header,.site-shell--editorial .site-header{--mobile-header-height:5rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:.48rem;width:min(100% - 1rem,100%);min-height:5rem}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{gap:.35rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.75rem;height:1.75rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{font-size:1.12rem}.site-shell--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{width:2.5rem;height:2.5rem;min-height:2.5rem;font-size:.82rem}.site-shell--editorial .site-menu__button{width:2.8rem;height:2.8rem;min-height:2.8rem}.site-shell--editorial .site-menu__button-lines{gap:.22rem;width:1.25rem}.site-shell--editorial .site-menu__button-lines span{height:.15rem}}@media (max-width:480px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(3.2rem,1fr) auto;gap:.18rem;width:min(100% - .55rem,100%);min-height:4.25rem;padding:.5rem 0}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex-shrink:0;gap:.18rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.18rem;height:1.18rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.025em;white-space:nowrap;font-size:.68rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{border-radius:1.1rem;min-height:2.1rem;padding:.18rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:1.62rem;padding:0 .28rem;font-size:.56rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{gap:.14rem}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link--utility{min-height:1.8rem;padding:0 .12rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale,.site-shell--editorial .site-nav__meta .nav-link--locale{border-radius:.45rem;width:1.8rem;height:1.8rem;min-height:1.8rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{min-height:1.88rem;padding:0 .42rem;font-size:.54rem}.site-shell--editorial .site-header__inner--editorial .site-header__support:after,.site-shell--editorial .site-header .button:after{margin-left:.22rem}}.site-shell--editorial .site-header,.site-shell--editorial .site-header{z-index:50;-webkit-backdrop-filter:none;background:#fff;border-bottom:1px solid #0c1f391a;position:sticky;top:0;box-shadow:0 8px 18px #0c1f391f}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:minmax(12rem,.72fr) minmax(28rem,1.18fr) minmax(25rem,.9fr);gap:clamp(1.2rem,2.8vw,3.1rem);width:min(100% - clamp(1rem,4vw,6rem),1800px);min-height:clamp(5.4rem,6.2vw,7.2rem);padding:clamp(.9rem,1.25vw,1.35rem) 0}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{gap:clamp(.72rem,1vw,1rem);min-width:0}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:clamp(2.7rem,3.7vw,4rem);height:clamp(2.7rem,3.7vw,4rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{color:#0b1f3a;letter-spacing:.045em;font-size:clamp(1.78rem,2.35vw,2.65rem);font-weight:900;line-height:1}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{background:#fffffff0;border:1px solid #0c1f3921;border-radius:clamp(1.45rem,2.2vw,2.4rem);justify-content:center;gap:clamp(.35rem,.72vw,.86rem);width:100%;max-width:none;min-height:clamp(3.8rem,4.7vw,5rem);padding:clamp(.46rem,.66vw,.72rem);overflow-x:auto;box-shadow:0 8px 18px #0c1f3921,inset 0 1px #ffffffe6}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{color:#46536c;border-radius:clamp(.72rem,1vw,1.05rem);min-height:clamp(2.7rem,3.45vw,3.65rem);padding:0 clamp(.7rem,1.15vw,1.25rem);font-size:clamp(1rem,1.22vw,1.35rem);font-weight:750;line-height:1;position:relative}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link:hover,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page],.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link:hover,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link[aria-current=page],.site-shell--editorial .site-header[data-route-key=home] .site-nav__links.site-nav__links--editorial .nav-link:first-child{color:#0b1f3a;box-shadow:none;background:#edf5ff;transform:none}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after,.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child:after,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link[aria-current=page]:after,.site-shell--editorial .site-header[data-route-key=home] .site-nav__links.site-nav__links--editorial .nav-link:first-child:after{content:"";background:#153f95;border-radius:999px;height:.16rem;position:absolute;bottom:-.64rem;left:22%;right:22%}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta{justify-self:end;gap:clamp(.82rem,1.25vw,1.35rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{gap:clamp(.82rem,1.25vw,1.35rem)}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link--utility{color:#46536c;border-radius:clamp(.7rem,1vw,1rem);min-height:clamp(3rem,4vw,4rem);padding:0 clamp(.55rem,1vw,1rem);font-size:clamp(1rem,1.18vw,1.28rem);font-weight:760}.site-shell--editorial .site-header__inner--editorial .nav-link--utility:hover,.site-shell--editorial .site-nav__meta .nav-link--utility:hover,.site-shell--editorial .site-header__inner--editorial .nav-link--utility[aria-current=page],.site-shell--editorial .site-nav__meta .nav-link--utility[aria-current=page]{color:#0b1f3a;box-shadow:none;background:0 0}.site-shell--editorial .site-header__inner--editorial .nav-link--locale,.site-shell--editorial .site-nav__meta .nav-link--locale{background:#fff;border:1px solid #0c1f3929;border-radius:clamp(.55rem,.8vw,.8rem);width:clamp(3rem,4vw,4rem);height:clamp(3rem,4vw,4rem);min-height:clamp(3rem,4vw,4rem);padding:0;box-shadow:0 2px 4px #0c1f390d}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{color:#fff;white-space:nowrap;background:linear-gradient(#193865 0%,#10294f 100%);border-radius:999px;min-height:clamp(3.35rem,4.65vw,4.9rem);padding:0 clamp(1.22rem,2vw,2.1rem);font-size:clamp(1rem,1.22vw,1.35rem);font-weight:850;line-height:1;box-shadow:0 8px 20px #0c1f3938,inset 0 -1px #0000002e}.site-shell--editorial .site-header__inner--editorial .site-header__support:after,.site-shell--editorial .site-header .button:after{content:"›";margin-left:clamp(.4rem,.72vw,.75rem);font-size:1.35em;line-height:.75}.site-shell--editorial .site-header__inner--editorial .site-header__support:hover,.site-shell--editorial .site-header .button:hover{background:linear-gradient(#1d4275 0%,#122f59 100%);transform:translateY(-1px);box-shadow:0 10px 24px #0c1f3940,inset 0 -1px #0000002e}@media (max-width:980px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;width:min(100% - 1rem,100%);min-height:4.4rem;padding:.55rem 0}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.9rem;height:1.9rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{font-size:1.1rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{border-radius:1.45rem;justify-content:flex-start;gap:.1rem;min-height:2.7rem;padding:.24rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:2.12rem;padding:0 .45rem;font-size:.76rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link[aria-current=page]:after{height:.12rem;bottom:-.32rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{gap:.32rem}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link--utility{min-height:2.25rem;padding:0 .28rem;font-size:.72rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale,.site-shell--editorial .site-nav__meta .nav-link--locale{width:2.25rem;height:2.25rem;min-height:2.25rem;font-size:.72rem}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{min-height:2.35rem;padding:0 .68rem;font-size:.72rem}}@media (max-width:480px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(3.2rem,1fr) auto;gap:.18rem;width:min(100% - .55rem,100%);min-height:4.25rem;padding:.5rem 0}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex-shrink:0;gap:.18rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.18rem;height:1.18rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.025em;white-space:nowrap;font-size:.68rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{border-radius:1.1rem;min-height:2.1rem;padding:.18rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:1.62rem;padding:0 .28rem;font-size:.56rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{gap:.14rem}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link--utility{min-height:1.8rem;padding:0 .12rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale,.site-shell--editorial .site-nav__meta .nav-link--locale{border-radius:.45rem;width:1.8rem;height:1.8rem;min-height:1.8rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{min-height:1.88rem;padding:0 .42rem;font-size:.54rem}.site-shell--editorial .site-header__inner--editorial .site-header__support:after,.site-shell--editorial .site-header .button:after{margin-left:.22rem}}.home-guide-page .split-section-head__title{margin-top:clamp(.28rem,.7vw,.75rem);font-size:clamp(.95rem,4.4vw,3.7rem)}.home-guide-page .split-section-head__summary{font-size:clamp(.44rem,.95vw,1rem);line-height:1.5}.home-guide-page .route-model-card{min-height:clamp(10rem,18vw,19rem);padding-top:clamp(.55rem,1.25vw,1.35rem)}.home-guide-page .route-model-card:before{height:clamp(2px,.28vw,4px);margin-bottom:clamp(.55rem,1.4vw,1.6rem)}.home-guide-page .route-model-card__number{width:clamp(1.35rem,2.4vw,2.75rem);height:clamp(1.35rem,2.4vw,2.75rem);margin-bottom:clamp(.45rem,1.3vw,1.5rem);font-size:clamp(.45rem,.82vw,1rem)}.home-guide-page .route-model-card__label{margin-bottom:clamp(.18rem,.45vw,.5rem);font-size:clamp(.36rem,.68vw,.82rem)}.home-guide-page .route-model-card h3{margin-bottom:clamp(.25rem,.62vw,.7rem);font-size:clamp(.9rem,2.6vw,2.45rem)}.home-guide-page .route-model-card p,.home-guide-page .text-link-arrow{font-size:clamp(.44rem,.9vw,1rem);line-height:1.5}.home-guide-page .text-link-arrow{gap:clamp(.18rem,.45vw,.5rem);margin-top:clamp(.45rem,1.15vw,1.4rem)}.home-guide-page .timeline-stack{gap:clamp(.28rem,.85vw,.9rem)}.home-guide-page .timeline-step{grid-template-columns:clamp(1.9rem,3.8vw,4.125rem) minmax(0,1fr);gap:clamp(.35rem,.95vw,1rem);padding:clamp(.38rem,.9vw,1rem) 0 clamp(.42rem,1vw,1.1rem)}.home-guide-page .timeline-step__year{border-radius:50%;width:clamp(1.9rem,3.8vw,4.125rem);height:clamp(1.9rem,3.8vw,4.125rem);padding:0;font-size:clamp(.42rem,.78vw,.84rem)}.home-guide-page .timeline-step__body h3{margin-bottom:clamp(.16rem,.38vw,.45rem);font-size:clamp(.7rem,1.35vw,1.45rem)}.home-guide-page .timeline-step__body p{font-size:clamp(.42rem,.85vw,1rem);line-height:1.48}.site-shell--editorial{--editorial-paper:#fff;--editorial-paper-soft:#fcfcfd;--editorial-surface:#ffffffeb;--editorial-surface-strong:#fff;--editorial-ink:#132849;--editorial-muted:#132849bd;--editorial-line:#1328491a;--editorial-gold:#d8a73a;--editorial-gold-soft:#1328490f;--editorial-navy:#152541;--editorial-shadow:0 24px 54px #0c14261f;color:var(--editorial-ink);background:#fff}.site-shell--editorial .site-frame{overflow:clip}.site-shell--editorial .container{width:min(100% - 2.5rem,1340px)}.site-shell--editorial .section{padding:clamp(3.25rem,6vw,5.4rem) 0}.site-shell--editorial .section-tight{padding:1.15rem 0 2.35rem}.site-shell--editorial .site-header{-webkit-backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #13284914;top:0}.site-shell--editorial .site-header__inner{min-height:5rem;box-shadow:none;background:0 0;border:0;border-radius:0;padding:.95rem 0}.site-shell--editorial .brand--editorial{color:var(--editorial-ink);flex-direction:row;align-items:center;gap:.82rem}.site-shell--editorial .brand__mark{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem}.site-shell--editorial .brand__wordmark{letter-spacing:.04em;font-size:clamp(1.55rem,2vw,1.92rem);font-weight:800;line-height:1}.site-shell--editorial .site-nav{flex-wrap:nowrap;flex:1;gap:.85rem;min-width:0}.site-shell--editorial .site-nav__links{flex:1;justify-content:center;gap:.2rem .3rem}.site-shell--editorial .site-nav__meta{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.site-shell--editorial .site-menu{display:none}.site-shell--editorial .site-menu__button{z-index:31;min-height:2.75rem;color:var(--editorial-ink);cursor:pointer;touch-action:manipulation;background:#ffffffe6;border:1px solid #1328491f;border-radius:999px;justify-content:center;align-items:center;padding:.72rem 1rem;font-size:.88rem;font-weight:800;list-style:none;display:inline-flex;position:relative}.site-shell--editorial .site-menu__button:focus-visible,.site-shell--editorial .site-menu__link:focus-visible{outline-offset:3px;outline:2px solid #132849b8}.site-shell--editorial .site-menu__panel{z-index:30;overscroll-behavior:contain;background:#fffffffa;border:1px solid #1328491f;border-radius:1.1rem;width:min(21rem,100vw - 1.25rem);padding:.55rem;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 18px 44px #0c142624}.site-shell--editorial .site-menu__backdrop{z-index:29;-webkit-backdrop-filter:blur(4px);cursor:default;touch-action:manipulation;background:#ffffffb8;border:0;padding:0;position:fixed;inset:0}.site-shell--editorial .site-menu__links{gap:.12rem;display:grid}.site-shell--editorial .site-menu__link{min-height:2.75rem;color:var(--editorial-ink);border-radius:.78rem;align-items:center;padding:.75rem .85rem;font-weight:760;text-decoration:none;display:flex}.site-shell--editorial .site-menu__link:hover,.site-shell--editorial .site-menu__link[aria-current=page]{background:#1328490f}.site-shell--editorial .nav-link:hover,.site-shell--editorial .nav-link[aria-current=page]{color:var(--editorial-ink);background:#1328490f;transform:translateY(-1px)}.site-shell--editorial .button,.site-shell--editorial .button-secondary,.site-shell--editorial .site-footer__cta{border-radius:999px;min-height:2.95rem;padding:.8rem 1.18rem;font-weight:700}.site-shell--editorial .button{background:linear-gradient(#152541 0%,#101c33 100%);box-shadow:0 14px 30px #10182a29}.site-shell--editorial .button:hover{box-shadow:0 18px 34px #10182a38}.site-shell--editorial .button-secondary{color:var(--editorial-ink);background:#ffffffe0;border-color:#1328491f}.site-shell--editorial .button-secondary:hover{background:#fff}.site-shell--editorial .hero-grid{align-items:center;gap:clamp(2rem,4vw,4.25rem);padding:clamp(1.9rem,4vw,3.6rem) 0 clamp(1.35rem,2.4vw,2rem)}.site-shell--editorial .hero-grid--visual{grid-template-columns:minmax(0,.96fr) minmax(360px,.88fr)}.site-shell--editorial .hero-grid--plain{grid-template-columns:minmax(0,48rem);padding:clamp(1.6rem,3vw,2.4rem) 0 .6rem}.site-shell--editorial .hero-grid--plain .display-title{max-width:12ch;font-size:clamp(2.6rem,5vw,4rem)}.site-shell--editorial .hero-copy{align-content:start;gap:.82rem;display:grid}.site-shell--editorial .eyebrow{color:#8a6711;letter-spacing:.14em;font-size:.78rem;font-weight:800}.site-shell--editorial .eyebrow:before{background:currentColor;width:2rem}.site-shell--editorial .display-title{max-width:11ch;font-family:var(--sans);letter-spacing:-.035em;text-wrap:balance;color:var(--editorial-ink);margin:.6rem 0 .25rem;font-size:clamp(2.85rem,5.8vw,5.1rem);font-weight:800;line-height:.98}.site-shell--editorial .lede{max-width:34rem;color:var(--editorial-muted);font-size:clamp(1rem,1.65vw,1.17rem);line-height:1.68}.site-shell--editorial .lede p{margin:0}.site-shell--editorial .lede p+p{margin-top:.75rem}.site-shell--editorial .lede a{color:var(--editorial-ink);text-underline-offset:.22rem;font-weight:720;text-decoration-line:underline;text-decoration-color:#d8a73ae6;text-decoration-thickness:2px}.site-shell--editorial .lede a:hover{color:var(--editorial-forest)}.site-shell--editorial .hero-note{color:#13284994;margin-top:-.1rem;font-size:.9rem}.site-shell--editorial .hero-support{border-top:1px solid var(--editorial-line);gap:.7rem;max-width:36rem;margin-top:.1rem;padding-top:.75rem;display:grid}.site-shell--editorial .hero-support .kicker{color:#8a6711;margin-bottom:0}.site-shell--editorial .hero-support h2{font-family:var(--sans);letter-spacing:-.03em;color:var(--editorial-ink);margin:0;font-size:1.08rem;font-weight:800;line-height:1.16}.site-shell--editorial .hero-support p,.site-shell--editorial .hero-support li{color:var(--editorial-muted);line-height:1.62}.site-shell--editorial .hero-visual{position:relative}.site-shell--editorial .hero-visual__frame{aspect-ratio:4/3;background:#ffffff9e;border-radius:2rem;padding:.78rem;position:relative;overflow:clip;box-shadow:0 20px 40px #0e17291a}.site-shell--editorial .hero-visual__frame:before{content:"";pointer-events:none;background:linear-gradient(135deg,#1328490d,#fff0);border-radius:1.75rem;height:46%;position:absolute;inset:auto -1.25rem -1.25rem 28%}.site-shell--editorial .hero-visual__image{z-index:1;object-fit:cover;border-radius:1.45rem;width:100%;height:100%;min-height:29.5rem;position:relative}.site-shell--editorial .hero-panel{background:var(--editorial-surface);box-shadow:var(--editorial-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffffb3;padding:1.6rem}.site-shell--editorial .hero-panel p,.site-shell--editorial .hero-panel li{color:var(--editorial-muted)}.site-shell--editorial .section-heading{gap:.75rem;max-width:46rem;margin-bottom:2rem;display:grid}.site-shell--editorial .section-title{max-width:15ch;font-family:var(--sans);letter-spacing:-.032em;color:var(--editorial-ink);margin:0;font-size:clamp(2.1rem,4.2vw,3.75rem);font-weight:800;line-height:1.02}.site-shell--editorial .section-copy{max-width:40rem;color:var(--editorial-muted)}.site-shell--editorial .metric-grid,.site-shell--editorial .card-grid,.site-shell--editorial .contact-grid,.site-shell--editorial .footer-grid,.site-shell--editorial .story-grid,.site-shell--editorial .pillar-grid,.site-shell--editorial .preview-grid,.site-shell--editorial .detail-grid{gap:clamp(1.4rem,2vw,2rem)}.site-shell--editorial .contact-grid{align-items:start}.site-shell--editorial .contact-social-panel{padding-block:clamp(1.1rem,1.7vw,1.55rem)}.site-shell--editorial .contact-social-panel .kicker{margin-bottom:.55rem}.site-shell--editorial .contact-social-links{flex-wrap:wrap;align-items:center;gap:.55rem 1.25rem;margin-top:1rem;display:flex}.site-shell--editorial .contact-social-links .section-link{min-height:2rem}.site-shell--editorial .contact-email-link{color:var(--editorial-ink);text-underline-offset:.24rem;word-break:break-word;font-weight:600;text-decoration-line:underline;text-decoration-color:#d8a73ae6;text-decoration-thickness:2px}.site-shell--editorial .contact-email-link:hover{color:inherit}.site-shell--editorial .contact-email-link:focus-visible{outline-offset:3px;outline:2px solid #d8a73ae6}.site-shell--editorial #contact-form,.site-shell--editorial #contact-form .form-card{align-self:start}.site-shell--editorial #contact-form .field textarea{min-height:6.25rem;overflow:hidden}.site-shell--editorial .metric-grid .card{border:0;border-top:1px solid var(--editorial-line);box-shadow:none;background:0 0;border-radius:0;padding:1.2rem 0 0}.site-shell--editorial .metric-grid .card:hover{box-shadow:none;transform:none}.site-shell--editorial .metric-card__value{font-family:var(--sans);letter-spacing:-.06em;color:var(--editorial-ink);font-size:clamp(2.4rem,4.4vw,4rem);font-weight:800}.site-shell--editorial .card,.site-shell--editorial .preview-grid .card,.site-shell--editorial .pillar-card{box-shadow:none;background:0 0;border:0}.site-shell--editorial .card:hover,.site-shell--editorial .preview-grid .card:hover,.site-shell--editorial .pillar-card:hover{box-shadow:none;transform:none}.site-shell--editorial .card{padding:0}.site-shell--editorial .card-media-wrap,.site-shell--editorial .card-media-wrap--plain{background:var(--editorial-surface-strong);border:0;border-radius:1.55rem;margin:0 0 1.1rem;box-shadow:0 20px 44px #0e17291a}.site-shell--editorial .card-media{aspect-ratio:5/4;border-radius:inherit}.site-shell--editorial .partner-logo-image{object-fit:contain;background:#fff;padding:1.2rem}.site-shell--editorial .pillar-card{border-top:0;padding-top:0}.site-shell--editorial .pillar-card__body,.site-shell--editorial .feature-row__body,.site-shell--editorial .detail-prose,.site-shell--editorial .preview-item{gap:.8rem}.site-shell--editorial .pillar-card__body h2,.site-shell--editorial .feature-row__body h2,.site-shell--editorial .detail-prose h2,.site-shell--editorial .preview-item h3,.site-shell--editorial .card h3,.site-shell--editorial .quote-card h3,.site-shell--editorial .form-card h3,.site-shell--editorial .legal-card h3,.site-shell--editorial .editorial-panel h3{font-family:var(--sans);letter-spacing:-.045em;color:var(--editorial-ink);font-size:clamp(1.5rem,2.3vw,2.25rem);font-weight:800;line-height:1.02}.site-shell--editorial .feature-row{border-top:0;grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(1.6rem,2.4vw,2.5rem);padding-top:0}.site-shell--editorial .feature-row+.feature-row{border-top:1px solid var(--editorial-line);margin-top:2.75rem;padding-top:2.75rem}.site-shell--editorial .feature-row--reverse{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}.site-shell--editorial .feature-image,.site-shell--editorial .detail-image,.site-shell--editorial .media-feature__image{border-radius:1.8rem;box-shadow:0 18px 36px #0e17291a}.site-shell--editorial .feature-image{min-height:400px}.site-shell--editorial .preview-list,.site-shell--editorial .feature-list{gap:1.2rem}.site-shell--editorial .preview-item{border-top:1px solid var(--editorial-line);padding-top:1.15rem}.site-shell--editorial .preview-item__meta,.site-shell--editorial .muted{color:#13284999}.site-shell--editorial .fact-card__value{font-family:var(--sans);letter-spacing:-.06em;color:var(--editorial-ink);font-size:clamp(2.55rem,4.4vw,4.1rem);font-weight:800}.site-shell--editorial .fact-card__label{font-family:var(--sans);letter-spacing:-.03em;color:var(--editorial-ink);font-size:1.1rem;font-weight:800;line-height:1.12}.site-shell--editorial .fact-card__note{color:var(--editorial-muted)}.site-shell--editorial .impact-hero-grid{grid-template-columns:minmax(0,.72fr) minmax(320px,.48fr);align-items:end}.site-shell--editorial .impact-claim-panel{border-top:1px solid var(--editorial-line);padding:1.45rem 0 0}.site-shell--editorial .impact-claim-panel h2{font-family:var(--sans);letter-spacing:-.04em;color:var(--editorial-ink);margin:.45rem 0 .65rem;font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.03}.site-shell--editorial .impact-claim-panel p{color:var(--editorial-muted);margin:0;line-height:1.68}.site-shell--editorial .impact-metrics-section{padding-top:2.2rem}.site-shell--editorial .impact-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.site-shell--editorial .impact-metric-card{border-top:1px solid var(--editorial-line);align-content:start;gap:.85rem;padding:1.1rem;display:grid}.site-shell--editorial .impact-metric-card__value{font-family:var(--sans);letter-spacing:-.055em;color:#132849c7;margin:0;font-size:clamp(2.35rem,4vw,3.7rem);font-weight:800;line-height:.9}.site-shell--editorial .impact-metric-card h3{font-family:var(--sans);letter-spacing:-.025em;color:var(--editorial-ink);margin:0 0 .35rem;font-size:1.12rem;line-height:1.08}.site-shell--editorial .impact-metric-card p{color:var(--editorial-muted);margin:0;line-height:1.55}.site-shell--editorial .impact-metric-card span{width:max-content;max-width:100%;color:var(--editorial-ink);background:#1328490f;border-radius:999px;margin-top:.75rem;padding:.36rem .58rem;font-size:.74rem;font-weight:760;display:inline-flex}.site-shell--editorial .todo-panel{box-shadow:none;background:#fdfdfee6;border-color:#d8a73a59}.site-shell--editorial .todo-panel__list{color:var(--editorial-muted)}.site-shell--editorial .action-card{box-shadow:none;background:#ffffffb8;border-color:#1328491f;padding:1.35rem}.site-shell--editorial .action-card__media{border-radius:1.15rem;margin:-.55rem -.55rem 0}.site-shell--editorial .action-card__image{aspect-ratio:4/2.9;filter:saturate(.92)contrast(.98)}.site-shell--editorial .story-record{background:#ffffffdb;border-color:#1328491f;padding:1.25rem}.site-shell--editorial .story-record__meta{color:#1328499e}.site-shell--editorial .story-record__relevance{color:var(--editorial-muted)}.site-shell--editorial .editorial-panel,.site-shell--editorial .form-card,.site-shell--editorial .legal-card,.site-shell--editorial .announcement-strip,.site-shell--editorial .detail-sidecard{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffc2;border:1px solid #1328491c}.site-shell--editorial .editorial-panel--quiet{background:#fdfdfe8c;border-color:#d8a73a47}.site-shell--editorial .editorial-panel:hover,.site-shell--editorial .action-card:hover{box-shadow:none;background:#ffffffeb;border-color:#d8a73a57;transform:none}.site-shell--editorial .quote-card{color:#fff;background:linear-gradient(160deg,#132849f2,#172f55e6);box-shadow:0 22px 44px #0e17291a}.site-shell--editorial .quote-card blockquote,.site-shell--editorial .quote-card cite,.site-shell--editorial .quote-card p,.site-shell--editorial .quote-card h3{color:inherit}.site-shell--editorial .quote-card cite{opacity:.75}.site-shell--editorial .announcement-strip{background:#fdfdfeb8;border-color:#d8a73a47;justify-content:flex-start;gap:1.25rem}.site-shell--editorial .announcement-strip p{color:var(--editorial-ink)}.site-shell--editorial .donate-page--simple{background:linear-gradient(#fffffffa,#fdfdfec7 64%,#fffffff5)}.site-shell--editorial .donate-hero{border-bottom:1px solid #1328491f;padding:clamp(3rem,6vw,5.25rem) 0 clamp(2.4rem,4.5vw,4rem)}.site-shell--editorial .donate-hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(360px,.72fr);align-items:center;gap:clamp(2.2rem,6vw,7rem);display:grid}.site-shell--editorial .donate-hero__copy{gap:1.2rem;max-width:48rem;display:grid}.site-shell--editorial .donate-hero__title{letter-spacing:-.035em;max-width:12.5ch;color:var(--editorial-ink);text-wrap:balance;margin:.9rem 0 0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.95rem,5.45vw,5.8rem);font-weight:400;line-height:.93}.site-shell--editorial .donate-hero__lede{gap:.85rem;max-width:42rem;display:grid}.site-shell--editorial .donate-hero__lede p{color:var(--editorial-muted);margin:0;font-size:clamp(1.05rem,1.4vw,1.22rem);line-height:1.68}.site-shell--editorial .donate-hero__button{justify-self:start;min-width:min(100%,19.5rem);margin-top:1rem}.site-shell--editorial .donate-give-card{background:#fdfdfeb8;border:1px solid #1328491f;border-radius:1.1rem;gap:1.25rem;padding:clamp(1.35rem,2.2vw,2rem);display:grid;box-shadow:0 18px 40px #0e17290f}.site-shell--editorial .donate-give-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .donate-give-step{border-top:1px solid var(--editorial-line);grid-template-columns:3.7rem minmax(0,1fr);align-items:start;gap:1rem;padding:1.05rem 0;display:grid}.site-shell--editorial .donate-give-step:first-child{border-top:0;padding-top:0}.site-shell--editorial .donate-give-step:last-child{padding-bottom:0}.site-shell--editorial .donate-give-step__number{color:#11633e;width:2.9rem;height:2.9rem;font-family:var(--sans);background:#ffffffc2;border:1px solid #11633e57;border-radius:50%;justify-content:center;align-items:center;font-size:.88rem;font-weight:850;display:inline-flex}.site-shell--editorial .donate-give-step h3,.site-shell--editorial .donate-support-item h3{font-family:var(--sans);letter-spacing:-.035em;color:var(--editorial-ink);text-wrap:balance;margin:0 0 .45rem;font-size:clamp(1.04rem,1.22vw,1.24rem);font-weight:800;line-height:1.14}.site-shell--editorial .donate-give-step p,.site-shell--editorial .donate-support-item p{color:var(--editorial-muted);margin:0;line-height:1.62}.site-shell--editorial .donate-support-section{border-bottom:1px solid #1328491a;padding:clamp(2rem,4vw,3.2rem) 0}.site-shell--editorial .donate-support-heading{margin-bottom:clamp(1.6rem,2.6vw,2.2rem)}.site-shell--editorial .donate-support-heading .eyebrow{margin:0}.site-shell--editorial .donate-support-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.site-shell--editorial .donate-support-item{border-left:1px solid var(--editorial-line);min-width:0;padding:.25rem clamp(1.05rem,2vw,2.1rem) 0}.site-shell--editorial .donate-support-item:first-child{border-left:0;padding-left:0}.site-shell--editorial .donate-final-section{padding:clamp(2.25rem,4vw,3.7rem) 0 clamp(3rem,5vw,5rem)}.site-shell--editorial .donate-support-note{background:#fdfdfead;border:1px solid #d8a73a57;border-radius:1rem;grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);align-items:start;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.35rem,2.6vw,2.2rem);display:grid}.site-shell--editorial .donate-support-note__copy{gap:.7rem;max-width:31rem;display:grid}.site-shell--editorial .donate-support-note__copy .eyebrow{margin:0}.site-shell--editorial .donate-support-note__copy h2{letter-spacing:-.035em;color:var(--editorial-ink);text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,3.35vw,3.15rem);font-weight:400;line-height:.96}.site-shell--editorial .donate-support-note__copy p{color:var(--editorial-muted);margin:0;font-size:clamp(1.01rem,1.2vw,1.14rem);line-height:1.66}.site-shell--editorial .donate-support-form{gap:.8rem;min-width:0}.site-shell--editorial .donate-support-form .field{gap:.36rem}.site-shell--editorial .donate-support-form .field label{color:#132849c7;font-size:.88rem}.site-shell--editorial .donate-support-form .field input,.site-shell--editorial .donate-support-form .field select,.site-shell--editorial .donate-support-form .field textarea{background:#ffffffdb;border-color:#13284921;border-radius:.9rem;padding:.82rem .95rem}.site-shell--editorial .donate-support-form .field textarea{min-height:6.7rem;overflow:hidden}.site-shell--editorial .donate-support-form__actions{justify-content:flex-start;padding-top:.25rem;display:flex}.site-shell--editorial .donate-support-form__actions .button{min-width:min(100%,13rem)}@media (max-width:960px){.site-shell--editorial .donate-hero__grid{grid-template-columns:1fr}.site-shell--editorial .donate-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 0}.site-shell--editorial .donate-support-note{grid-template-columns:1fr}.site-shell--editorial .donate-support-item:nth-child(odd){border-left:0;padding-left:0}}@media (max-width:640px){.site-shell--editorial .donate-hero{padding-top:2.25rem}.site-shell--editorial .donate-hero__title{max-width:11.5ch;font-size:clamp(2.5rem,12vw,3.35rem)}.site-shell--editorial .donate-hero__button,.site-shell--editorial .donate-support-form__actions .button{width:100%}.site-shell--editorial .donate-give-card{border-radius:1.5rem}.site-shell--editorial .donate-give-step{grid-template-columns:3.15rem minmax(0,1fr);gap:.8rem}.site-shell--editorial .donate-give-step__number{width:2.5rem;height:2.5rem}.site-shell--editorial .donate-support-grid{grid-template-columns:1fr}.site-shell--editorial .donate-support-item,.site-shell--editorial .donate-support-item:nth-child(odd){border-top:1px solid var(--editorial-line);border-left:0;padding:1rem 0 0}.site-shell--editorial .donate-support-note{border-radius:1.5rem}.site-shell--editorial .donate-support-form .form-row,.site-shell--editorial .donate-support-form .field-choice-custom,.site-shell--editorial #contact-form .field-choice-custom{grid-template-columns:1fr}.site-shell--editorial .donate-support-form .field-choice-reset,.site-shell--editorial #contact-form .field-choice-reset{justify-self:start}}.site-shell--editorial .partner-proof-strip{border-top:1px solid var(--editorial-line);border-bottom:1px solid var(--editorial-line);grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);align-items:center;gap:1rem 1.4rem;padding:1rem 0;display:grid}.site-shell--editorial .partner-proof-strip p{max-width:34rem;color:var(--editorial-muted);margin:.35rem 0 0;font-size:.96rem;line-height:1.6}.site-shell--editorial .partner-proof-strip__logos{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}.site-shell--editorial .partner-proof-strip__item{width:5.7rem;height:2.7rem;color:var(--editorial-ink);background:#ffffffb8;border-radius:.8rem;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.site-shell--editorial .partner-proof-strip__item:hover{background:#1328490a}.site-shell--editorial .partner-proof-strip__item--static{cursor:default}.site-shell--editorial .partner-proof-strip__item--static:hover{background:#ffffffb8}.site-shell--editorial .partner-proof-strip__image{object-fit:contain;filter:saturate(.9)contrast(.96);width:100%;max-width:4.65rem;max-height:1.65rem}.site-shell--editorial .sponsor-roll-section{isolation:isolate;border-top:1px solid var(--editorial-line);background:radial-gradient(circle at 18% 12%,#d8a73a24,#fff0 26rem),radial-gradient(circle at 88% 18%,#207a5f14,#fff0 24rem),#fff;scroll-margin-top:7rem;position:relative;overflow:clip}.site-shell--editorial .sponsor-roll-section .container{position:relative}.site-shell--editorial .sponsor-roll-heading{gap:.72rem;max-width:54rem;padding-top:1.25rem;display:grid;position:relative}.site-shell--editorial .sponsor-roll-heading:before,.site-shell--editorial .sponsor-roll-heading:after{content:"";border-radius:999px;height:.2rem;position:absolute;left:0}.site-shell--editorial .sponsor-roll-heading:before{background:#d79b19;width:3.6rem;top:0}.site-shell--editorial .sponsor-roll-heading:after{background:#bf2531;width:2.65rem;top:6.15rem}.site-shell--editorial .sponsor-roll-heading .section-title{letter-spacing:-.045em;max-width:12ch;color:var(--editorial-ink);font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(3.15rem,6vw,5.4rem);font-weight:700;line-height:.92}.site-shell--editorial .sponsor-roll-heading .section-copy{color:#132849bd;max-width:46rem;font-size:clamp(.98rem,1.15vw,1.1rem)}.site-shell--editorial .sponsor-roll-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(1.15rem,2vw,1.65rem);display:grid}.site-shell--editorial .sponsor-tier{--tier-accent:#ca941d;--tier-accent-dark:#8a6711;--tier-border:#ca941d8c;--tier-rule:#ca941d3d;--tier-surface:#fff8e2e6;--tier-surface-strong:#ffefb475;--tier-pill:#e5b2362e;--tier-medal:#d6a336;--tier-medal-dark:#a36f13;border:1px solid var(--tier-border);background:linear-gradient(180deg, var(--tier-surface-strong), #fff0 11rem), linear-gradient(180deg, var(--tier-surface), #fffffff5);border-radius:1rem;min-width:0;position:relative;overflow:hidden;box-shadow:0 1.35rem 3.5rem #13284914,inset 0 1px #ffffffd1}.site-shell--editorial .sponsor-tier:before{background:linear-gradient(90deg, var(--tier-accent), #fff3);content:"";height:.26rem;position:absolute;top:0;left:0;right:0}.site-shell--editorial .sponsor-tier--silver{--tier-accent:#7894ad;--tier-accent-dark:#3f607d;--tier-border:#7894ad99;--tier-rule:#7894ad40;--tier-surface:#f4f9fdf0;--tier-surface-strong:#cddeec8f;--tier-pill:#7894ad2e;--tier-medal:#8fa9bf;--tier-medal-dark:#496a86}.site-shell--editorial .sponsor-tier--bronze{--tier-accent:#c46e3e;--tier-accent-dark:#8b441f;--tier-border:#c46e3e94;--tier-rule:#c46e3e3d;--tier-surface:#fff6f0f2;--tier-surface-strong:#f0b88f66;--tier-pill:#c46e3e29;--tier-medal:#d48656;--tier-medal-dark:#92491f}.site-shell--editorial .sponsor-tier__header{border-bottom:1px solid var(--tier-rule);grid-template-columns:clamp(2.8rem,4.2vw,3.65rem) minmax(0,1fr);align-items:center;gap:clamp(.7rem,1vw,.95rem);padding:clamp(1rem,1.7vw,1.35rem) clamp(1rem,1.7vw,1.35rem) clamp(.82rem,1.2vw,1rem);display:grid}.site-shell--editorial .sponsor-tier__medal{aspect-ratio:1;background:radial-gradient(circle at 31% 26%, #fffffff2 0 10%, #fff0 31%), linear-gradient(145deg, var(--tier-medal), var(--tier-medal-dark));border:1px solid #ffffffbd;border-radius:999px;place-items:center;width:clamp(2.65rem,4vw,3.45rem);display:grid;box-shadow:inset 0 0 0 .18rem #ffffff3d,0 .65rem 1.15rem #13284924}.site-shell--editorial .sponsor-tier__medal:before{color:#fff;content:"★";text-shadow:0 1px 2px #13284933;font-size:clamp(1.15rem,1.6vw,1.5rem);line-height:1}.site-shell--editorial .sponsor-tier__heading{min-width:0}.site-shell--editorial .sponsor-tier__heading .kicker{color:var(--tier-accent-dark);letter-spacing:.08em;margin:0 0 .25rem;font-size:.62rem;font-weight:760}.site-shell--editorial .sponsor-tier__header h3{color:var(--editorial-ink);margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.22rem,1.45vw,1.55rem);font-weight:700;line-height:1.03}.site-shell--editorial .sponsor-tier__list{margin:0;padding:.55rem clamp(1rem,1.7vw,1.35rem) clamp(1rem,1.6vw,1.25rem);list-style:none;display:grid}.site-shell--editorial .sponsor-tier__list li{border-bottom:1px solid var(--tier-rule);color:var(--editorial-ink);overflow-wrap:anywhere;padding:.5rem 0;font-size:clamp(.86rem,.92vw,.95rem);line-height:1.42}.site-shell--editorial .sponsor-tier__list li:last-child{border-bottom:0}@media (max-width:980px){.site-shell--editorial .sponsor-roll-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:699px){.site-shell--editorial .sponsor-roll-grid{grid-template-columns:1fr}.site-shell--editorial .sponsor-roll-heading{padding-top:1rem}.site-shell--editorial .sponsor-roll-heading:after{top:5.15rem}.site-shell--editorial .sponsor-tier__header{grid-template-columns:2.75rem minmax(0,1fr);align-items:center}}.site-shell--editorial .detail-shell{border-top:1px solid var(--editorial-line);padding-top:1.8rem}.site-shell--editorial .detail-title{max-width:14ch;font-family:var(--sans);letter-spacing:-.05em;font-weight:800}.site-shell--editorial .section-link,.site-shell--editorial .back-link,.site-shell--editorial .site-footer__text-link{color:var(--editorial-ink);text-underline-offset:.24rem;font-weight:700;text-decoration-line:underline;text-decoration-color:#d8a73ae6;text-decoration-thickness:2px}.site-shell--editorial .section-link:after,.site-shell--editorial .back-link:after{color:#1328498c}.site-shell--editorial .site-footer{margin-top:4rem;padding:1.5rem 0 3rem}.site-shell--editorial .site-footer__panel{color:#fff;background:linear-gradient(160deg,#0f1e39 0%,#152a4a 58%,#1d3156 100%);border:1px solid #ffffff14;border-radius:2rem;padding:clamp(1.75rem,3vw,2.5rem);box-shadow:0 28px 60px #0d132333}.site-shell--editorial .site-footer__intro{border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.site-shell--editorial .site-footer__brand{color:#fff;align-items:center;gap:.85rem;display:inline-flex}.site-shell--editorial .site-footer__brand-mark{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.625rem;height:2.625rem}.site-shell--editorial .site-footer__brand-copy{gap:.18rem;display:grid}.site-shell--editorial .site-footer__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e;font-size:.74rem;font-weight:800}.site-shell--editorial .site-footer__brand-name{letter-spacing:.04em;font-size:1.65rem;font-weight:800;line-height:1}.site-shell--editorial .site-footer__summary{color:#ffffffd1;max-width:42rem;margin:0;line-height:1.7}.site-shell--editorial .site-footer__columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.site-shell--editorial .site-footer__column{align-content:start;gap:.85rem;display:grid}.site-shell--editorial .site-footer__heading{letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e;margin:0;font-size:.82rem;font-weight:800}.site-shell--editorial .site-footer__meta{color:#ffffffd1;margin:0;line-height:1.6}.site-shell--editorial .site-footer__list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .site-footer__text-link{color:#ffffffdb}.site-shell--editorial .site-footer__cta{color:#fff;background:linear-gradient(#17345f 0%,#102849 100%);justify-content:center;align-items:center;margin-top:.35rem;display:inline-flex;box-shadow:0 14px 28px #04091333}.site-shell--editorial :is(.nav-link,.button,.button-secondary,.section-link,.back-link,.site-footer__text-link,.site-footer__cta,.site-footer__brand):focus-visible{outline-offset:3px;outline:2px solid #d8a73ae6}.site-shell--editorial :is(.button,.button-secondary,.nav-link,.section-link,.site-footer__cta,.site-footer__text-link):hover{color:inherit}.site-shell--editorial .editorial-secondary-page{position:relative}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page{--secondary-page-image-aspect:16 / 10;--secondary-hero-grid-columns:minmax(0, 1fr) minmax(0, 2fr);--about-leader-image-width:clamp(5.6rem, 13vw, 11rem);--about-leader-image-height:clamp(3.5rem, 8.125vw, 6.875rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--opportunities) .editorial-secondary-page{--secondary-hero-grid-columns:minmax(0, 1fr) minmax(0, 3fr)}.site-shell--editorial.site-shell--opportunities .editorial-secondary-page{--secondary-hero-grid-columns:minmax(24rem, .95fr) minmax(0, 2.25fr)}.site-shell--editorial .editorial-secondary-page>.section{padding-block:clamp(3.1rem,5.8vw,5.75rem);position:relative}.site-shell--editorial .editorial-secondary-page>.section.about-section{padding-block:clamp(2.25rem,4.3vw,4.25rem)}.site-shell--editorial .editorial-secondary-page>.section:nth-of-type(2n){background:#fcfcfd;border-top:1px solid #13284914;border-bottom:1px solid #13284914}.site-shell--editorial .editorial-secondary-page .hero-grid{align-items:start}.site-shell--editorial .editorial-secondary-page .hero-grid--visual{grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr)}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-grid--visual{grid-template-columns:var(--secondary-hero-grid-columns);align-items:start}.site-shell--editorial .editorial-secondary-page .hero-support{gap:.72rem;max-width:34rem;margin-top:.55rem;padding-top:.9rem}.site-shell--editorial .editorial-secondary-page .hero-support__summary{color:var(--editorial-muted);gap:.35rem;margin:0;line-height:1.62;display:grid}.site-shell--editorial .editorial-secondary-page .hero-support__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#8a6711;font-size:.73rem;font-weight:800}.site-shell--editorial .editorial-secondary-page .hero-support__title{color:var(--editorial-ink);letter-spacing:-.02em;font-weight:800}.site-shell--editorial .editorial-secondary-page .hero-support__list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .editorial-secondary-page .hero-support__list li{color:var(--editorial-muted);padding-left:1rem;line-height:1.55;position:relative}.site-shell--editorial .editorial-secondary-page .hero-support__list li:before{content:"";background:#1328498c;border-radius:50%;width:.32rem;height:.32rem;position:absolute;top:.72em;left:0}.site-shell--editorial .editorial-secondary-page .about-hero .display-title{letter-spacing:-.035em;max-width:14ch;margin-top:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.8rem,4.25vw,4.65rem);font-weight:400;line-height:.92}.site-shell--editorial .editorial-secondary-page .about-hero .hero-grid{grid-template-columns:var(--secondary-hero-grid-columns);gap:clamp(.95rem,1.65vw,1.75rem);padding:clamp(1rem,2.4vw,2.1rem) 0 clamp(.45rem,1vw,.8rem)}.site-shell--editorial .editorial-secondary-page .about-hero .hero-visual__frame{aspect-ratio:var(--secondary-page-image-aspect);max-height:none}.site-shell--editorial .editorial-secondary-page .about-hero .hero-visual__image{min-height:0}.site-shell--editorial .editorial-secondary-page .about-snapshot-section{background:linear-gradient(#fffffffa,#fff),#fff;border-block:1px solid #0c1f391f;padding-block:clamp(1.2rem,3.1vw,2.85rem)}.site-shell--editorial .editorial-secondary-page .about-snapshot-panel{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr);align-items:stretch;gap:clamp(1.2rem,3.8vw,4.4rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-snapshot-copy{min-width:0}.site-shell--editorial .editorial-secondary-page .about-snapshot-title{max-width:8.5ch;color:var(--editorial-ink);letter-spacing:-.035em;text-wrap:balance;margin:clamp(.45rem,.9vw,.8rem) 0 0;scroll-margin-top:9.5rem;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.55rem,3.8vw,4rem);font-weight:400;line-height:.98}.site-shell--editorial .editorial-secondary-page .about-snapshot-rule{background:#b89145;width:clamp(2.3rem,5vw,5.4rem);height:clamp(1px,.12vw,.14rem);margin:clamp(.5rem,1vw,1rem) 0 clamp(.8rem,1.65vw,1.5rem);display:block}.site-shell--editorial .editorial-secondary-page .about-snapshot-summary{color:#333943;text-wrap:pretty;max-width:20rem;margin:0;font-size:clamp(.95rem,1.25vw,1.2rem);font-weight:520;line-height:1.45}.site-shell--editorial .editorial-secondary-page .about-snapshot-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-snapshot-card{text-align:center;align-content:start;min-width:0;min-height:clamp(9rem,15vw,15rem);padding:clamp(.7rem,1.45vw,1.35rem) clamp(.65rem,1.6vw,1.55rem) 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-snapshot-card+.about-snapshot-card{border-left:1px solid #0c1f392e}.site-shell--editorial .editorial-secondary-page .about-snapshot-card dt{color:#176a47;letter-spacing:.09em;text-transform:uppercase;background:#176a470f;border:1px solid #176a4724;border-radius:999px;justify-self:center;margin-bottom:clamp(.75rem,1.4vw,1.3rem);padding:.42rem .72rem;font-size:clamp(.62rem,.9vw,.78rem);font-weight:850;line-height:1.1;display:inline-flex}.site-shell--editorial .editorial-secondary-page .about-snapshot-card:nth-child(2) dt{color:#a92722;background:#c8102e0e;border-color:#c8102e24}.site-shell--editorial .editorial-secondary-page .about-snapshot-card:nth-child(3) dt{color:#8a6817;background:#d8ad2217;border-color:#b8914533}.site-shell--editorial .editorial-secondary-page .about-snapshot-card dd{gap:.55rem;margin:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-snapshot-card strong{color:var(--editorial-ink);letter-spacing:-.035em;text-wrap:balance;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1rem,1.75vw,1.8rem);font-weight:400;line-height:1.02}.site-shell--editorial .editorial-secondary-page .about-snapshot-card span{max-width:13rem;color:var(--editorial-muted);justify-self:center;font-size:clamp(.78rem,.95vw,.94rem);font-weight:520;line-height:1.35}.site-shell--editorial .editorial-secondary-page .about-context-section{background:linear-gradient(#f7fafef5,#fff),#fff;border-bottom:1px solid #0c1f391f;padding-block:clamp(2.4rem,5vw,4.7rem)}.site-shell--editorial .editorial-secondary-page .about-context-layout{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:start;gap:clamp(1.6rem,4vw,4.4rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-context-copy{gap:clamp(.85rem,1.4vw,1.1rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-context-title{max-width:12ch;color:var(--editorial-ink);letter-spacing:-.035em;text-wrap:balance;margin:0;scroll-margin-top:9.5rem;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.35rem,4.1vw,4.7rem);font-weight:400;line-height:.96}.site-shell--editorial .editorial-secondary-page .about-context-title:after{content:"";background:#b89145;width:clamp(2.8rem,5vw,5rem);height:.14rem;margin-top:clamp(.72rem,1.2vw,1rem);display:block}.site-shell--editorial .editorial-secondary-page .about-context-copy p{color:#243040;text-wrap:pretty;max-width:35rem;margin:0;font-size:clamp(.98rem,1.2vw,1.14rem);font-weight:520;line-height:1.62}.site-shell--editorial .editorial-secondary-page .about-context-copy a,.site-shell--editorial .editorial-secondary-page .about-context-stat a{color:#176a47;text-underline-offset:.18em;font-weight:760;text-decoration-color:#176a4747;text-decoration-thickness:.08em}.site-shell--editorial .editorial-secondary-page .about-context-copy a:hover,.site-shell--editorial .editorial-secondary-page .about-context-stat a:hover{color:#0d4b30;text-decoration-color:currentColor}.site-shell--editorial .editorial-secondary-page .about-context-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.8rem,1.6vw,1.1rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-context-stat{background:#ffffffc2;border:1px solid #0c1f391f;border-radius:.55rem;align-content:start;min-width:0;min-height:clamp(10.5rem,15vw,13.2rem);padding:clamp(1rem,1.8vw,1.5rem);display:grid;box-shadow:0 14px 30px #0c1f390f}.site-shell--editorial .editorial-secondary-page .about-context-stat strong{color:var(--editorial-ink);letter-spacing:-.035em;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.3rem,3.2vw,3.45rem);font-weight:400;line-height:.92;display:block}.site-shell--editorial .editorial-secondary-page .about-context-stat h3{color:#0b1f3a;text-wrap:balance;max-width:14ch;margin:.5rem 0 .55rem;font-size:clamp(.92rem,1.06vw,1.08rem);font-weight:820;line-height:1.08}.site-shell--editorial .editorial-secondary-page .about-context-stat p{max-width:18rem;color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(.78rem,.95vw,.9rem);font-weight:520;line-height:1.48}@media (max-width:980px){.site-shell--editorial .editorial-secondary-page .about-context-layout{grid-template-columns:minmax(0,1fr)}.site-shell--editorial .editorial-secondary-page .about-context-title,.site-shell--editorial .editorial-secondary-page .about-context-copy p{max-width:100%}}@media (max-width:640px){.site-shell--editorial .editorial-secondary-page .about-context-stats{grid-template-columns:minmax(0,1fr)}.site-shell--editorial .editorial-secondary-page .about-context-title{font-size:clamp(2.25rem,12vw,3.2rem)}.site-shell--editorial .editorial-secondary-page .about-context-stat{min-height:0}.site-shell--editorial .editorial-secondary-page .about-context-stat h3,.site-shell--editorial .editorial-secondary-page .about-context-stat p{max-width:100%}}.site-shell--editorial .editorial-secondary-page .about-section .section-heading{text-align:left;justify-items:start;max-width:48rem;margin-bottom:clamp(1.45rem,3vw,2.6rem);margin-left:0;margin-right:0}.site-shell--editorial .editorial-secondary-page .about-section .section-heading .eyebrow{color:#8a6817;justify-content:flex-start}.site-shell--editorial .editorial-secondary-page .about-section .section-title{letter-spacing:-.03em;max-width:13ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,3.35vw,3.35rem);font-weight:400;line-height:.98}.site-shell--editorial .editorial-secondary-page .about-section .section-title[id]{scroll-margin-top:9.5rem}.site-shell--editorial .editorial-secondary-page .about-section .section-title:after{content:"";background:#b89145;width:clamp(2.4rem,5vw,5.4rem);height:clamp(1px,.12vw,.14rem);margin:clamp(.5rem,1vw,.9rem) 0 0;display:block}.site-shell--editorial .editorial-secondary-page .about-section .section-copy{color:#394556;text-wrap:pretty;max-width:38rem;margin-left:0;margin-right:0;font-size:clamp(.96rem,1.22vw,1.12rem);font-weight:520;line-height:1.54}.site-shell--editorial .editorial-secondary-page .about-origin-grid{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.75fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-origin-deep-grid{grid-template-columns:minmax(0,1.05fr) minmax(20rem,.95fr);align-items:start;gap:clamp(1.7rem,4.5vw,4.5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-origin-statement{gap:1rem;max-width:48rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-origin-statement h3{max-width:22ch;color:var(--editorial-ink);letter-spacing:-.03em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.45rem,2.25vw,2.1rem);font-weight:400;line-height:1.08}.site-shell--editorial .editorial-secondary-page .about-origin-statement p{max-width:42rem;color:var(--editorial-muted);margin:0;font-size:clamp(1.02rem,1.35vw,1.16rem);line-height:1.62}.site-shell--editorial .editorial-secondary-page .about-inline-highlight{color:#176a47;font-weight:850}.site-shell--editorial .editorial-secondary-page .about-origin-card{border-top:1px solid var(--editorial-line);gap:.9rem;padding:1.05rem 0 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-origin-proof-grid{gap:clamp(1.1rem,2vw,1.6rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-origin-card h3,.site-shell--editorial .editorial-secondary-page .about-person-card h3,.site-shell--editorial .editorial-secondary-page .about-loop-step h3,.site-shell--editorial .editorial-secondary-page .about-commitment h3,.site-shell--editorial .editorial-secondary-page .about-network-card h3{color:var(--editorial-ink);letter-spacing:-.025em;text-wrap:balance;margin:0;line-height:1.15}.site-shell--editorial .editorial-secondary-page .about-origin-card p,.site-shell--editorial .editorial-secondary-page .about-person-card p,.site-shell--editorial .editorial-secondary-page .about-loop-step p,.site-shell--editorial .editorial-secondary-page .about-commitment p,.site-shell--editorial .editorial-secondary-page .about-network-card p{color:var(--editorial-muted);margin:0;line-height:1.6}.site-shell--editorial .editorial-secondary-page .about-mission-editorial,.site-shell--editorial .editorial-secondary-page .about-transition-layout{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-statement,.site-shell--editorial .editorial-secondary-page .about-transition-copy{gap:clamp(.85rem,1.6vw,1.2rem);max-width:43rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-statement h3,.site-shell--editorial .editorial-secondary-page .about-transition-copy h3{max-width:19ch;color:var(--editorial-ink);letter-spacing:-.03em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.45rem,2.15vw,2.05rem);font-weight:400;line-height:1.08}.site-shell--editorial .editorial-secondary-page .about-mission-statement p,.site-shell--editorial .editorial-secondary-page .about-transition-copy p,.site-shell--editorial .editorial-secondary-page .about-mission-copy p{color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(1rem,1.28vw,1.13rem);line-height:1.65}.site-shell--editorial .editorial-secondary-page .about-mission-copy{border-left:1px solid #0c1f3926;gap:clamp(.95rem,1.7vw,1.25rem);max-width:50rem;padding-left:clamp(1.2rem,3vw,3rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-video-grid{grid-template-columns:minmax(0,.43fr) minmax(0,.57fr);align-items:start;gap:clamp(1.6rem,4vw,4.2rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-column{grid-row:1/span 2;gap:clamp(1.15rem,2.4vw,2rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-column .section-heading{margin-bottom:0}.site-shell--editorial .editorial-secondary-page .about-mission-points{gap:clamp(.8rem,1.4vw,1.15rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-point{border-top:1px solid #0c1f391f;grid-template-columns:clamp(2.8rem,4.2vw,3.65rem) minmax(0,1fr);align-items:start;gap:clamp(.8rem,1.5vw,1.15rem);padding-top:clamp(.75rem,1.4vw,1rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-mission-point h3{color:var(--editorial-ink);letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1rem,1.45vw,1.35rem);font-weight:400;line-height:1.14}.site-shell--editorial .editorial-secondary-page .about-mission-point p{max-width:34rem;color:var(--editorial-muted);text-wrap:pretty;margin:.35rem 0 0;font-size:clamp(.86rem,1vw,.96rem);line-height:1.48}.site-shell--editorial .editorial-secondary-page .about-video-section{background:radial-gradient(circle at 72% 20%,#176a4714,#0000 28rem),linear-gradient(#fffffffa,#fff),#fff;border-block:1px solid #0c1f391a}.site-shell--editorial .editorial-secondary-page .about-video-layout{grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);align-items:center;gap:clamp(1.8rem,4.8vw,5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-video-copy{align-content:center;gap:clamp(.75rem,1.5vw,1.15rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-card{grid-column:2;align-content:end;gap:clamp(.52rem,1vw,.82rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-copy h2,.site-shell--editorial .editorial-secondary-page .about-video-card h3{max-width:8.4ch;color:var(--editorial-ink);letter-spacing:-.04em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.05rem,3.35vw,3.35rem);font-weight:400;line-height:.96}.site-shell--editorial .editorial-secondary-page .about-video-rule{background:#b89145;width:clamp(3rem,6vw,6rem);height:2px;display:block}.site-shell--editorial .editorial-secondary-page .about-video-copy p,.site-shell--editorial .editorial-secondary-page .about-video-card p{max-width:38rem;color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(.9rem,1.05vw,1rem);line-height:1.5}.site-shell--editorial .editorial-secondary-page .about-video-actions{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.2rem;display:flex}.site-shell--editorial .editorial-secondary-page .about-video-actions .button,.site-shell--editorial .editorial-secondary-page .about-video-actions .button-secondary{min-height:2.7rem;padding:.68rem 1rem;font-size:.9rem}.site-shell--editorial .editorial-secondary-page .about-video-media{grid-column:2;gap:clamp(1rem,2vw,1.45rem);min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-frame{aspect-ratio:16/9;background:#0b1f3a;border:1px solid #0c1f391f;border-radius:.72rem;min-width:0;display:block;position:relative;overflow:hidden;box-shadow:0 24px 56px #0e172929}.site-shell--editorial .editorial-secondary-page .about-video-frame img{object-fit:cover;width:100%;height:100%;transition:transform .24s,opacity .24s;display:block}.site-shell--editorial .editorial-secondary-page .about-video-frame:hover img{opacity:.92;transform:scale(1.025)}.site-shell--editorial .editorial-secondary-page .about-video-play{color:#0b1f3a;background:#fffffff0;border:1px solid #ffffffa3;border-radius:50%;place-items:center;width:clamp(4rem,7.2vw,6.1rem);height:clamp(4rem,7.2vw,6.1rem);transition:transform .18s,background-color .18s;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 18px 42px #0e172938}.site-shell--editorial .editorial-secondary-page .about-video-frame:hover .about-video-play{background:#fff;transform:translate(-50%,-50%)scale(1.04)}.site-shell--editorial .editorial-secondary-page .about-video-play span{border-top:.78rem solid #0000;border-bottom:.78rem solid #0000;border-left:1.08rem solid;width:0;height:0;margin-left:.28rem}.site-shell--editorial .editorial-secondary-page .about-video-duration{color:#fff;letter-spacing:.01em;background:#081424c7;border-radius:999px;padding:.48rem .72rem;font-size:clamp(.78rem,1vw,.92rem);font-weight:800;line-height:1;position:absolute;bottom:clamp(.8rem,1.6vw,1.3rem);left:clamp(.8rem,1.6vw,1.3rem)}.site-shell--editorial .editorial-secondary-page .about-video-takeaways{border-top:1px solid #0c1f3926;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-takeaway{grid-template-columns:auto minmax(0,1fr);gap:clamp(.6rem,1vw,.85rem);min-width:0;padding:clamp(.85rem,1.6vw,1.25rem) clamp(.7rem,1.35vw,1.15rem) 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-takeaway+.about-video-takeaway{border-left:1px solid #0c1f3926}.site-shell--editorial .editorial-secondary-page .about-video-takeaway>span{color:#176a47;font-size:clamp(.8rem,1vw,.98rem);font-weight:900;line-height:1.2}.site-shell--editorial .editorial-secondary-page .about-video-takeaway h3{color:var(--editorial-ink);letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1rem,1.4vw,1.28rem);font-weight:400;line-height:1.15}.site-shell--editorial .editorial-secondary-page .about-video-takeaway p{color:var(--editorial-muted);text-wrap:pretty;margin:.28rem 0 0;font-size:clamp(.78rem,.95vw,.9rem);line-height:1.42}.site-shell--editorial .editorial-secondary-page .about-evidence-rows{min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-evidence-row{border-top:1px solid var(--editorial-line);grid-template-columns:clamp(2.8rem,4.8vw,4rem) minmax(9.5rem,.42fr) minmax(0,1fr);align-items:center;gap:clamp(.9rem,2vw,1.5rem);min-width:0;padding:clamp(.95rem,2vw,1.45rem) 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-evidence-row:last-child{border-bottom:1px solid var(--editorial-line)}.site-shell--editorial .editorial-secondary-page .about-line-icon{color:#176a47;border-radius:50%;place-items:center;width:clamp(2.7rem,4.3vw,3.8rem);height:clamp(2.7rem,4.3vw,3.8rem);display:inline-grid}.site-shell--editorial .editorial-secondary-page .about-line-icon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:72%;height:72%}.site-shell--editorial .editorial-secondary-page .about-line-icon--gold{color:#b89145}.site-shell--editorial .editorial-secondary-page .about-line-icon--navy{color:#0b1f3a}.site-shell--editorial .editorial-secondary-page .about-line-icon--red{color:#c8102e}.site-shell--editorial .editorial-secondary-page .about-evidence-row h3{color:var(--editorial-ink);letter-spacing:-.02em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.02rem,1.35vw,1.28rem);font-weight:400;line-height:1.15}.site-shell--editorial .editorial-secondary-page .about-evidence-row p{max-width:28rem;color:var(--editorial-muted);margin:0;font-size:clamp(.9rem,1.05vw,1rem);line-height:1.5}.site-shell--editorial .editorial-secondary-page .about-readiness-panel{gap:clamp(1.35rem,3vw,2.5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-heading{text-align:center;justify-items:center;max-width:44rem;margin-left:auto;margin-right:auto}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-heading .eyebrow{justify-content:center}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-title{max-width:16ch}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-title:after,.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-copy{margin-left:auto;margin-right:auto}.site-shell--editorial .editorial-secondary-page .about-readiness-columns{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-readiness-item{text-align:center;align-content:start;justify-items:center;gap:clamp(.55rem,1.15vw,.9rem);min-width:0;padding:clamp(.8rem,1.8vw,1.4rem) clamp(.8rem,1.8vw,1.5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-readiness-item+.about-readiness-item{border-left:1px solid #0c1f3926}.site-shell--editorial .editorial-secondary-page .about-readiness-item span{color:#176a47;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850;line-height:1.2}.site-shell--editorial .editorial-secondary-page .about-readiness-item h3{max-width:13rem;color:var(--editorial-ink);letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.08rem,1.45vw,1.42rem);font-weight:400;line-height:1.12}.site-shell--editorial .editorial-secondary-page .about-readiness-item p{max-width:15rem;color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(.84rem,.98vw,.95rem);line-height:1.48}.site-shell--editorial .editorial-secondary-page .about-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1.8rem,4vw,4rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-leader-card{border-top:1px solid var(--editorial-line);grid-template-columns:clamp(8.5rem,13vw,11rem) minmax(0,1fr);gap:clamp(1.2rem,2.8vw,2.4rem);min-width:0;padding-top:clamp(1.05rem,2vw,1.5rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-leader-card__image{aspect-ratio:1;object-fit:cover;border-radius:.55rem;width:100%;box-shadow:0 18px 38px #0e17291f}.site-shell--editorial .editorial-secondary-page .about-leader-card__body{gap:.75rem;min-width:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-leader-card h3{max-width:13ch;color:var(--editorial-ink);letter-spacing:-.035em;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.35rem,2vw,2.05rem);font-weight:400;line-height:1.02}.site-shell--editorial .editorial-secondary-page .about-leader-card p{color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(.92rem,1.08vw,1rem);line-height:1.55}.site-shell--editorial .editorial-secondary-page .about-track-record{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(.8rem,1.3vw,1.25rem);margin:0;padding:0;list-style:none;display:grid;position:relative}.site-shell--editorial .editorial-secondary-page .about-track-record:before{content:"";background:#b891457a;height:1px;position:absolute;top:clamp(1.3rem,2.15vw,1.9rem);left:8.33333%;right:8.33333%}.site-shell--editorial .editorial-secondary-page .about-track-item{z-index:1;text-align:center;justify-items:center;gap:.42rem;min-width:0;display:grid;position:relative}.site-shell--editorial .editorial-secondary-page .about-track-item .about-line-icon{background:#fff;border:1px solid;width:clamp(2.7rem,4.15vw,3.7rem);height:clamp(2.7rem,4.15vw,3.7rem)}.site-shell--editorial .editorial-secondary-page .about-track-marker{color:#176a47;letter-spacing:-.01em;margin-top:.2rem;font-size:.74rem;font-weight:900;line-height:1.1}.site-shell--editorial .editorial-secondary-page .about-track-item h3{color:var(--editorial-ink);text-wrap:balance;margin:0;font-size:clamp(.85rem,1vw,.98rem);font-weight:900;line-height:1.18}.site-shell--editorial .editorial-secondary-page .about-track-item p{max-width:12.5rem;color:var(--editorial-muted);text-wrap:pretty;margin:0;font-size:clamp(.72rem,.85vw,.86rem);line-height:1.42}.site-shell--editorial .editorial-secondary-page .about-founder-grid{grid-template-columns:minmax(10rem,.3fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,4vw,3.25rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-portraits{align-content:start;gap:.85rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-portrait{gap:.65rem;margin:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-portrait+.about-founder-portrait{border-top:1px solid var(--editorial-line);padding-top:.85rem}.site-shell--editorial .editorial-secondary-page .about-founder-portrait img{aspect-ratio:1;object-fit:cover;border-radius:.5rem;width:100%;max-width:10.75rem;box-shadow:0 14px 32px #0e17291a}.site-shell--editorial .editorial-secondary-page .about-founder-portrait figcaption{max-width:13rem;color:var(--editorial-muted);font-size:.82rem;font-weight:750;line-height:1.45}.site-shell--editorial .editorial-secondary-page .about-founder-body{gap:1rem;max-width:56rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-body p{color:var(--editorial-muted);margin:0;font-size:clamp(1.02rem,1.45vw,1.18rem);line-height:1.65}.site-shell--editorial .editorial-secondary-page .about-founder-body .about-founder-lede{color:var(--editorial-ink);letter-spacing:-.025em;text-wrap:balance;font-size:clamp(1.12rem,1.65vw,1.32rem);font-weight:760;line-height:1.45}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem 1rem;margin:.3rem 0 0;padding:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip div{background:#176a470b;border:1px solid #176a4724;border-radius:.45rem;min-width:0;padding:.75rem .85rem;position:relative}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip dt{color:#176a47;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .2rem;font-size:.72rem;font-weight:850;line-height:1.2}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip dd{color:var(--editorial-ink);margin:0;font-size:.94rem;font-weight:800;line-height:1.35}.site-shell--editorial .editorial-secondary-page .about-founder-note{border-top:1px solid #d8a73a8c;gap:.5rem;margin-top:.4rem;padding:1rem 0 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-founder-note p{color:var(--editorial-ink);font-weight:760}.site-shell--editorial .editorial-secondary-page .about-founder-note p+p{color:var(--editorial-muted);font-weight:700}.site-shell--editorial .editorial-secondary-page .about-proof-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .editorial-secondary-page .about-proof-list li{color:var(--editorial-ink);padding-left:1.1rem;font-size:.96rem;font-weight:800;line-height:1.35;position:relative}.site-shell--editorial .editorial-secondary-page .about-proof-list li:before{content:"";background:#176a47;border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.62em;left:0}.site-shell--editorial .editorial-secondary-page .about-proof-list--columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;margin-top:.3rem}.site-shell--editorial .editorial-secondary-page .about-readiness-section{background:linear-gradient(#fffffffa,#fff),#fff;border-block:1px solid #0c1f391a}.site-shell--editorial .editorial-secondary-page .about-readiness-layout{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:start;gap:clamp(1.4rem,4vw,4rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-readiness-layout .section-heading{margin-bottom:0}.site-shell--editorial .editorial-secondary-page .about-people-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);margin-bottom:clamp(1.5rem,4vw,3rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-person-card{border-top:1px solid var(--editorial-line);grid-template-columns:6.25rem minmax(0,1fr);align-items:start;gap:1rem;min-width:0;padding-top:1rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-person-card__image{object-fit:cover;border-radius:1rem;width:6.25rem;height:6.25rem;box-shadow:0 12px 28px #0e172914}.site-shell--editorial .editorial-secondary-page .about-person-card h3{margin-top:.35rem;font-size:clamp(1.24rem,1.8vw,1.65rem)}.site-shell--editorial .editorial-secondary-page .about-person-card p{margin-top:.55rem}.site-shell--editorial .editorial-secondary-page .about-role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-section-link{margin-top:1.35rem}.site-shell--editorial .editorial-secondary-page .about-operating-loop{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:clamp(1rem,2.2vw,1.5rem);margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .editorial-secondary-page .about-method-panel{border-top:1px solid #d8a73a73;gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(1.75rem,4vw,3rem);padding-top:clamp(1.1rem,2.4vw,1.7rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-loop-step{border-top:1px solid var(--editorial-line);align-content:start;gap:.7rem;min-width:0;padding-top:1rem;display:grid}.site-shell--editorial .editorial-secondary-page .about-loop-step__number{color:#176a47;background:#176a470f;border:1px solid #176a4738;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;font-size:.86rem;font-weight:900;display:grid}.site-shell--editorial .editorial-secondary-page .about-loop-step h3{font-size:clamp(1.18rem,1.7vw,1.45rem)}.site-shell--editorial .editorial-secondary-page .about-loop-step .section-link{margin-top:.2rem}.site-shell--editorial .editorial-secondary-page .about-theory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);margin-top:clamp(1.7rem,4vw,3rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-theory-card{border-top:1px solid #d8a73a80;max-width:64rem;margin-top:clamp(1.7rem,4vw,3rem);padding:1.2rem 0 0}.site-shell--editorial .editorial-secondary-page .about-theory-grid .about-theory-card{max-width:none;margin-top:0}.site-shell--editorial .editorial-secondary-page .about-theory-card p{max-width:58rem;color:var(--editorial-ink);margin:.45rem 0 0;font-size:clamp(1.08rem,1.7vw,1.42rem);line-height:1.6}.site-shell--editorial .editorial-secondary-page .about-theory-card .section-link{margin-top:.95rem;display:inline-flex}.site-shell--editorial .editorial-secondary-page .about-commitment-grid,.site-shell--editorial .editorial-secondary-page .about-network-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.85rem,1.6vw,1.15rem);margin-top:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-commitment,.site-shell--editorial .editorial-secondary-page .about-network-card{background:#ffffffdb;border:1px solid #0c1f391f;border-radius:.65rem;gap:clamp(.75rem,1.4vw,1.05rem);min-width:0;padding:clamp(1rem,1.8vw,1.35rem);display:grid;box-shadow:inset 0 1px #ffffffd9}.site-shell--editorial .editorial-secondary-page .about-commitment{grid-template-columns:clamp(2.9rem,4.2vw,3.8rem) minmax(0,1fr);min-height:11rem}.site-shell--editorial .editorial-secondary-page .about-commitment-index{color:#fff;background:#1f5b3a;border-radius:999px;place-items:center;width:clamp(2.9rem,4.2vw,3.8rem);height:clamp(2.9rem,4.2vw,3.8rem);font-size:.86rem;font-weight:900;line-height:1;display:grid}.site-shell--editorial .editorial-secondary-page .about-commitment:nth-child(2) .about-commitment-index{background:#b89145}.site-shell--editorial .editorial-secondary-page .about-commitment:nth-child(3) .about-commitment-index{background:#0b1f3a}.site-shell--editorial .editorial-secondary-page .about-commitment:nth-child(4) .about-commitment-index{background:#a63a2a}.site-shell--editorial .editorial-secondary-page .about-commitment-body{min-width:0}.site-shell--editorial .editorial-secondary-page .about-commitment-label{color:#8a6817;letter-spacing:.13em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:850;line-height:1.2;display:block}.site-shell--editorial .editorial-secondary-page .about-commitment h3,.site-shell--editorial .editorial-secondary-page .about-network-card h3{letter-spacing:0;font-size:clamp(1.15rem,1.45vw,1.45rem);font-weight:850}.site-shell--editorial .editorial-secondary-page .about-link-row{flex-wrap:wrap;align-items:center;gap:.75rem 1.35rem;margin-top:clamp(1.4rem,3vw,2.2rem);display:flex}.site-shell--editorial .editorial-secondary-page .about-record-section{background:linear-gradient(#fdfdfe80,#fff0);border-block:1px solid #14211c14}.site-shell--editorial .editorial-secondary-page .about-impact-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.35rem,.9vw,.9rem);margin:0 0 clamp(1.6rem,3.5vw,2.7rem);padding:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-impact-item{border-top:1px solid var(--editorial-line);align-content:start;gap:clamp(.45rem,1vw,.8rem);min-width:0;min-height:clamp(8rem,13vw,12.5rem);padding:clamp(.75rem,1.25vw,1.35rem) 0 0;display:grid}.site-shell--editorial .editorial-secondary-page .about-impact-item dt{color:var(--editorial-ink);font-family:var(--sans);letter-spacing:-.03em;font-variant-numeric:tabular-nums;text-wrap:balance;margin:0;font-size:clamp(2rem,3.5vw,3.6rem);font-weight:900;line-height:.9}.site-shell--editorial .editorial-secondary-page .about-impact-unit{letter-spacing:0;margin-top:.2rem;font-size:clamp(.84rem,1vw,.98rem);font-weight:900;line-height:1.05;display:block}.site-shell--editorial .editorial-secondary-page .about-impact-item dd{gap:.4rem;margin:0;display:grid}.site-shell--editorial .editorial-secondary-page .about-impact-item strong{color:var(--editorial-ink);text-wrap:balance;font-size:clamp(.82rem,1.05vw,1rem);font-weight:900;line-height:1.15}.site-shell--editorial .editorial-secondary-page .about-impact-item span{max-width:16rem;color:var(--editorial-muted);text-wrap:pretty;font-size:clamp(.74rem,.9vw,.9rem);line-height:1.4}.site-shell--editorial .editorial-secondary-page .about-record-timeline{max-width:64rem}.site-shell--editorial .editorial-secondary-page .about-record-timeline .timeline-step__year{color:#176a47}.site-shell--editorial .editorial-secondary-page .about-photo-strip{grid-template-columns:minmax(0,1.05fr) minmax(0,.85fr) minmax(0,.85fr);gap:clamp(.75rem,1.6vw,1.35rem);margin:0 0 clamp(1.7rem,3.5vw,2.7rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-photo-card{aspect-ratio:16/10;background:#f2f4f7;border:1px solid #0c1f3924;border-radius:.55rem;min-width:0;margin:0;position:relative;overflow:hidden;box-shadow:0 18px 44px #0f1a2d1a}.site-shell--editorial .editorial-secondary-page .about-photo-card:after{content:"";pointer-events:none;background:linear-gradient(#09182c00 55%,#09182c33),linear-gradient(#ffffff0a,#ffffff0a);position:absolute;inset:0}.site-shell--editorial .editorial-secondary-page .about-photo-card img{object-fit:cover;width:100%;height:100%}.site-shell--editorial .editorial-secondary-page .about-photo-card figcaption{z-index:1;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#09182cb8;border-radius:999px;max-width:calc(100% - 1.6rem);padding:.35rem .55rem;font-size:.72rem;font-weight:850;line-height:1.1;position:absolute;bottom:.75rem;right:.8rem}.site-shell--editorial .editorial-secondary-page>.section.about-cta-section,.site-shell--editorial .editorial-secondary-page>.section.about-cta-section:nth-of-type(2n){background:radial-gradient(circle at 18% 10%,#1e538440,#1e538400 34%),linear-gradient(135deg,#061c35 0%,#0a2949 54%,#061c35 100%);border:0;padding-block:0}.site-shell--editorial .editorial-secondary-page>.section.about-cta-section .container{width:100%}.site-shell--editorial .editorial-secondary-page .about-cta-band{color:#fff;text-align:center;background:0 0;border-radius:0;grid-template-columns:1fr;place-items:center;gap:clamp(1.05rem,2.2vw,1.7rem);min-height:clamp(13rem,22vw,17rem);padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,3rem);display:grid}.site-shell--editorial .editorial-secondary-page .about-cta-band .eyebrow{color:#d8a73a}.site-shell--editorial .editorial-secondary-page .about-cta-band h2{max-width:18ch;font-family:var(--serif);letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(2.25rem,4.5vw,4.3rem);font-weight:500;line-height:.95}.site-shell--editorial .editorial-secondary-page .about-cta-band p{color:#ffffffd6;text-wrap:pretty;max-width:42rem;margin:1rem 0 0;font-size:1.05rem;line-height:1.6}.site-shell--editorial .editorial-secondary-page .about-cta-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.site-shell--editorial .editorial-secondary-page .about-cta-actions .button{color:#08213c;box-shadow:none;background:#b89145}.site-shell--editorial .editorial-secondary-page .about-cta-actions .button-secondary{color:#fff;box-shadow:none;background:0 0;border-color:#ffffffb3}.site-shell--editorial .editorial-secondary-page .about-cta-actions .section-link{color:#fff;text-decoration-color:#d8a73af2}.site-shell--editorial .editorial-secondary-page .hero-visual__frame{aspect-ratio:var(--secondary-page-image-aspect,5 / 4);background:#ffffff70;border:1px solid #13284914;border-radius:1.5rem;max-height:none;padding:0;position:relative;box-shadow:0 18px 36px #0e172914}.site-shell--editorial .editorial-secondary-page .hero-visual__frame:before{display:none}.site-shell--editorial .editorial-secondary-page .hero-visual__image{border-radius:inherit;width:100%;height:100%;min-height:0;position:absolute;inset:0}.site-shell--editorial .editorial-secondary-page .section-heading{gap:.65rem;max-width:42rem;margin-bottom:1.65rem}.site-shell--editorial .editorial-secondary-page .section-title[id]{scroll-margin-top:7rem}.site-shell--editorial .editorial-secondary-page .section-title{max-width:14ch;font-size:clamp(1.95rem,4vw,3.3rem);line-height:.97}.site-shell--editorial .editorial-secondary-page .section-copy{max-width:36rem}.site-shell--editorial .editorial-secondary-page .metric-grid{gap:1.1rem 1.4rem}.site-shell--editorial .editorial-secondary-page .fact-card{border-top:1px solid var(--editorial-line);gap:.55rem;padding-top:1rem;display:grid}.site-shell--editorial .editorial-secondary-page .fact-card__value{font-size:clamp(2.1rem,3.7vw,3.5rem)}.site-shell--editorial .editorial-secondary-page .fact-card__label{font-size:1rem}.site-shell--editorial .editorial-secondary-page .editorial-panel{border:0;border-top:1px solid var(--editorial-line);box-shadow:none;background:0 0;border-radius:0;padding:1rem 0 0}.site-shell--editorial .editorial-secondary-page .editorial-panel:hover{background:0 0;border-color:#13284929;transform:none}.site-shell--editorial .editorial-secondary-page .editorial-panel h3{letter-spacing:-.025em;font-size:clamp(1.18rem,1.7vw,1.5rem);line-height:1.15}.site-shell--editorial .editorial-secondary-page .feature-row{align-items:start}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page :is(.feature-row__visual,.about-video-frame){aspect-ratio:var(--secondary-page-image-aspect)}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page :is(.feature-image,.about-video-frame img,.about-leader-card__image){width:100%;height:100%;min-height:0;aspect-ratio:var(--secondary-page-image-aspect);object-fit:cover}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .about-leader-card__image{height:auto}.site-shell--editorial .editorial-secondary-page .feature-row__body h2,.site-shell--editorial .editorial-secondary-page .quote-card h3{font-size:clamp(1.55rem,2.2vw,2rem)}.site-shell--editorial .editorial-secondary-page .feature-image{min-height:0;aspect-ratio:var(--secondary-page-image-aspect,16 / 10);border-radius:1.2rem}.site-shell--editorial .editorial-secondary-page .todo-panel{box-shadow:none;background:0 0;border:0;border-top:1px solid #d8a73a66;border-radius:0;gap:.7rem;padding-top:1rem;display:grid}.site-shell--editorial .editorial-secondary-page .todo-panel h3{letter-spacing:0;font-size:1rem;line-height:1.25}.site-shell--editorial .editorial-secondary-page .todo-panel__list{gap:.55rem;padding-left:1rem;font-size:.95rem}.site-shell--editorial .editorial-secondary-page .action-card{border:0;border-top:1px solid var(--editorial-line);min-height:0;box-shadow:none;background:0 0;border-radius:0;gap:.45rem;padding:1rem 0 0;display:grid}.site-shell--editorial .editorial-secondary-page .action-card:hover{background:0 0;border-color:#13284929}.site-shell--editorial .editorial-secondary-page .action-card__media{aspect-ratio:var(--secondary-page-image-aspect,16 / 10);border-radius:1rem;margin:0 0 .75rem}.site-shell--editorial .editorial-secondary-page .action-card__body{gap:.45rem}.site-shell--editorial .editorial-secondary-page .action-card__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#8a6711;font-size:.72rem;font-weight:800}.site-shell--editorial .editorial-secondary-page .action-card h3{letter-spacing:-.02em;font-size:1.15rem;line-height:1.2}.site-shell--editorial .editorial-secondary-page .action-card__destination{color:#1328499e;overflow-wrap:anywhere;border:1px solid #1328491a;border-radius:999px;width:fit-content;max-width:100%;margin-top:.15rem;padding:.34rem .55rem;font-size:.76rem;line-height:1.25}.site-shell--editorial .editorial-secondary-page .action-card__link{text-underline-offset:.24rem;align-items:center;gap:.4rem;margin-top:.15rem;font-weight:700;text-decoration-line:underline;text-decoration-color:#d8a73ae6;text-decoration-thickness:2px;display:inline-flex}.site-shell--editorial .editorial-secondary-page .action-card__link:after{content:"→";color:#1328498c}.site-shell--editorial .editorial-secondary-page .section--next-links .section-heading{max-width:50rem}.site-shell--editorial .editorial-secondary-page .preview-grid--link-list{grid-template-columns:repeat(auto-fit,minmax(min(19rem,100%),1fr));gap:clamp(1.1rem,2vw,1.7rem)}.site-shell--editorial .editorial-secondary-page .preview-grid--link-list .action-card:only-child{max-width:38rem}.site-shell--editorial .editorial-secondary-page .story-record{border-top:1px solid var(--editorial-line);background:0 0;gap:.9rem;padding-top:1rem;display:grid}.site-shell--editorial .editorial-secondary-page .story-record__image{aspect-ratio:4/3;object-fit:cover;border-radius:1rem;width:100%;box-shadow:0 14px 28px #0e172914}.site-shell--editorial .editorial-secondary-page .story-record__body{gap:.6rem}.site-shell--editorial .editorial-secondary-page .story-record__meta{gap:.3rem .7rem;font-size:.85rem}.site-shell--editorial .editorial-secondary-page .story-record__relevance{font-size:.94rem}.site-shell--editorial.site-shell--research .display-title,.site-shell--editorial.site-shell--programs .display-title,.site-shell--editorial.site-shell--opportunities .display-title,.site-shell--editorial.site-shell--contact .display-title{letter-spacing:-.035em;max-width:14ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.8rem,4.25vw,4.65rem);font-weight:400;line-height:.92}.site-shell--editorial.site-shell--research .eyebrow,.site-shell--editorial.site-shell--programs .eyebrow,.site-shell--editorial.site-shell--opportunities .eyebrow,.site-shell--editorial.site-shell--contact .eyebrow,.site-shell--editorial.site-shell--research .kicker,.site-shell--editorial.site-shell--programs .kicker,.site-shell--editorial.site-shell--opportunities .kicker,.site-shell--editorial.site-shell--contact .kicker{font-weight:650}.site-shell--editorial.site-shell--research .editorial-secondary-page .section-title,.site-shell--editorial.site-shell--programs .editorial-secondary-page .section-title,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .section-title{letter-spacing:-.03em;max-width:14ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,3.35vw,3.35rem);font-weight:400;line-height:.98}.site-shell--editorial.site-shell--research .editorial-secondary-page .feature-row__body h3,.site-shell--editorial.site-shell--programs .editorial-secondary-page .feature-row__body h3,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .feature-row__body h3,.site-shell--editorial.site-shell--research .editorial-secondary-page .editorial-panel h3,.site-shell--editorial.site-shell--programs .editorial-secondary-page .editorial-panel h3,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .editorial-panel h3,.site-shell--editorial.site-shell--contact .contact-grid .editorial-panel h3,.site-shell--editorial.site-shell--contact #contact-form .form-card h3{letter-spacing:-.025em;max-width:18ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.28rem,1.85vw,1.75rem);font-weight:400;line-height:1.12}.site-shell--editorial.site-shell--research .editorial-secondary-page .fact-card__value{letter-spacing:-.045em;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.05rem,3.7vw,3.5rem);font-weight:400}.site-shell--editorial.site-shell--research .editorial-secondary-page .fact-card__label,.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support__title,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .hero-support__title,.site-shell--editorial.site-shell--contact .contact-grid p strong{font-weight:600}.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support__eyebrow,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .hero-support__eyebrow{font-weight:650}.site-shell--editorial .partners-index-page .display-title,.site-shell--editorial .impact-status-page .display-title{letter-spacing:-.035em;max-width:13ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.8rem,4.4vw,4.7rem);font-weight:400;line-height:.94}.site-shell--editorial .partners-index-page .section-title,.site-shell--editorial .impact-status-page .section-title{letter-spacing:-.03em;max-width:14ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,3.35vw,3.35rem);font-weight:400;line-height:.98}.site-shell--editorial .partners-index-page :is(.eyebrow,.kicker),.site-shell--editorial .impact-status-page :is(.eyebrow,.kicker){font-weight:650}.site-shell--editorial .partners-index-page .card h3{letter-spacing:-.025em;max-width:17ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.35rem,2vw,2rem);font-weight:400;line-height:1.08}.site-shell--editorial .partners-index-page .partner-name-link{color:inherit;font-weight:inherit;text-underline-offset:.18rem;text-decoration-line:underline;text-decoration-color:#d8a73adb;text-decoration-thickness:2px}.site-shell--editorial .partners-index-page .partner-name-link:hover{color:#11633e}.site-shell--editorial .partners-index-page .partner-name-link:focus-visible{outline-offset:4px;border-radius:.2rem;outline:2px solid #d8a73ae6}.site-shell--editorial .partners-index-page .partner-proof-strip{gap:1.2rem clamp(1.6rem,3vw,3rem)}.site-shell--editorial .partners-index-page .sponsor-roll-heading .section-title{max-width:12ch;font-size:clamp(3.05rem,5.4vw,5.15rem);font-weight:400;line-height:.92}.site-shell--editorial .partners-index-page .sponsor-tier__header h3{font-size:clamp(1.3rem,1.55vw,1.65rem);font-weight:400;line-height:1.04}.site-shell--editorial .impact-status-page .impact-claim-panel h2{letter-spacing:-.025em;max-width:18ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(1.45rem,2.1vw,2rem);font-weight:400;line-height:1.1}.site-shell--editorial .impact-status-page .impact-metric-card__value{letter-spacing:-.045em;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.55rem,4.35vw,4.1rem);font-weight:400;line-height:.92}.site-shell--editorial .impact-status-page .impact-metric-card h3{letter-spacing:-.015em;font-size:clamp(1rem,1.25vw,1.16rem);font-weight:650}.site-shell--editorial .impact-status-page .impact-record__claim{max-width:68ch;font-size:clamp(1rem,1.1vw,1.08rem);line-height:1.65}.site-shell--editorial.site-shell--research .editorial-secondary-page .section-link,.site-shell--editorial.site-shell--programs .editorial-secondary-page .section-link,.site-shell--editorial.site-shell--opportunities .editorial-secondary-page .section-link{font-weight:620}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page>.section{padding-block:clamp(1.9rem,3.2vw,3.2rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page>section:first-child .hero-grid{grid-template-columns:var(--secondary-hero-grid-columns);gap:clamp(1.15rem,2.15vw,2.35rem);padding-block:clamp(1rem,2.25vw,2rem) clamp(.75rem,1.5vw,1.2rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page>section:first-child .hero-visual__frame{aspect-ratio:var(--secondary-page-image-aspect);max-height:none}.site-shell--editorial:is(.site-shell--research,.site-shell--programs) .editorial-secondary-page .section-heading{margin-bottom:clamp(1rem,1.7vw,1.35rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .metric-grid,.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .preview-grid,.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .split{gap:clamp(.9rem,1.8vw,1.45rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .feature-row+.feature-row{margin-top:clamp(1.65rem,3vw,2.15rem);padding-top:clamp(1.65rem,3vw,2.15rem)}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .feature-image{min-height:0}.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support{max-width:34rem;margin-top:.15rem;padding-top:.65rem}.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support__summary,.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support__list li{line-height:1.48}.site-shell--editorial.site-shell--programs .editorial-secondary-page .hero-support__list{gap:.38rem}.site-shell--editorial .editorial-secondary-page .stack{gap:1.4rem}.site-shell--editorial .editorial-secondary-page .stack>.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem}.site-shell--editorial .editorial-secondary-page .media-index-hero{padding-bottom:clamp(2.2rem,5vw,4rem)}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual{background:linear-gradient(#fffffffa,#f8fbffb8),#fff;border-bottom:1px solid #0c1f391a}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .hero-grid{grid-template-columns:minmax(0,.86fr) minmax(420px,1fr);align-items:center}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .display-title{letter-spacing:-.04em;max-width:11ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(3.2rem,5.2vw,5.55rem);font-weight:400;line-height:.92}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .media-index-hero__chronicle{min-width:0;color:inherit;border-radius:.45rem;text-decoration:none;display:block}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .media-index-hero__screenshot{background:#fff;border:1px solid #0c1f391f;border-radius:.45rem;width:100%;height:auto;display:block;box-shadow:0 22px 44px #0c1f391f}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .media-index-hero__chronicle:hover .media-index-hero__screenshot{border-color:#0c1f3933}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .media-index-hero__chronicle:focus-visible{outline-offset:6px;outline:3px solid #d8a73ae6}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .hero-support{max-width:37rem}.site-shell--editorial .editorial-secondary-page .media-index-hero__inner{gap:1rem;max-width:52rem;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-hero__inner .display-title{letter-spacing:-.035em;max-width:13ch;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.8rem,4.25vw,4.65rem);font-weight:400;line-height:.92}.site-shell--editorial .editorial-secondary-page .media-index-hero__inner .lede{max-width:45rem}.site-shell--editorial .editorial-secondary-page .media-index-section{padding-top:clamp(2.4rem,5vw,4.2rem);scroll-margin-top:8rem}.site-shell--editorial .editorial-secondary-page .media-index-layout{gap:clamp(1.5rem,3vw,2.4rem);max-width:76rem;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-header{gap:.7rem;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-header .section-title{max-width:12ch;font-size:clamp(3rem,6vw,5rem)}.site-shell--editorial .editorial-secondary-page .media-index-list{counter-reset:media-record;border-top:1px solid #1328491f;margin:0;padding:0;list-style:none;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-item{counter-increment:media-record;border-bottom:1px solid #1328491f;grid-template-columns:3.2rem minmax(0,1fr);gap:clamp(1rem,3vw,2.2rem);padding:clamp(1.2rem,2.5vw,1.8rem) 0;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-item:before{content:counter(media-record, decimal-leading-zero);color:#8a6711;font-family:var(--sans);letter-spacing:.08em;margin-top:.25rem;font-size:.82rem;font-weight:800;line-height:1}.site-shell--editorial .editorial-secondary-page .media-index-item article{gap:.55rem;display:grid}.site-shell--editorial .editorial-secondary-page .media-index-item__meta{color:#7f6420;letter-spacing:.09em;text-transform:uppercase;flex-wrap:wrap;gap:.35rem .75rem;margin:0;font-size:.72rem;font-weight:700;line-height:1.35;display:flex}.site-shell--editorial .editorial-secondary-page .media-index-item h3{max-width:52rem;font-family:var(--sans);letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(1.45rem,2.35vw,2.12rem);font-weight:500;line-height:1.08}.site-shell--editorial .editorial-secondary-page .media-index-item h3 a{color:var(--editorial-ink);font-weight:inherit;text-underline-offset:.22rem;text-decoration-line:underline;text-decoration-color:#d8a73adb;text-decoration-thickness:2px}.site-shell--editorial .editorial-secondary-page .media-index-item h3 a:hover{color:#11633e}.site-shell--editorial .editorial-secondary-page .media-index-item p:not(.media-index-item__meta){max-width:53rem;color:var(--editorial-muted);margin:0;font-size:1rem;line-height:1.66}@media (max-width:900px){.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .hero-grid{grid-template-columns:minmax(0,1fr)}.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .hero-visual{width:100%;min-width:0}.site-shell--editorial .editorial-secondary-page .media-index-header .section-title{max-width:11ch;font-size:clamp(2.45rem,12vw,4rem)}.site-shell--editorial .editorial-secondary-page .media-index-item{grid-template-columns:2.4rem minmax(0,1fr)}.site-shell--editorial .editorial-secondary-page .media-index-item h3{font-size:clamp(1.28rem,6.4vw,1.72rem);font-weight:500;line-height:1.08}}@media (max-width:620px){.site-shell--editorial .editorial-secondary-page .media-index-hero--visual .display-title{max-width:9ch;font-size:clamp(2.65rem,15vw,3.55rem);line-height:.96}}.site-shell--editorial .site-header{top:0}.site-shell--editorial .site-header__inner{min-height:5rem;padding:.95rem 0}.site-shell--editorial .brand--editorial{gap:.68rem}.site-shell--editorial .brand__wordmark{letter-spacing:.03em;font-size:clamp(1.35rem,1.7vw,1.6rem)}.site-shell--editorial .site-nav{align-items:center;gap:1.2rem}.site-shell--editorial .site-nav__links{gap:.7rem}.site-shell--editorial .site-nav__meta{gap:.65rem}.site-shell--editorial .nav-link{color:#132849b8;border-radius:0;padding:.2rem 0;font-size:.88rem;font-weight:650}.site-shell--editorial .nav-link:hover,.site-shell--editorial .nav-link[aria-current=page]{color:var(--editorial-ink);background:0 0;transform:none;box-shadow:inset 0 -1px #d8a73ae6}.site-shell--editorial .site-header .button{min-height:2.45rem;box-shadow:none;background:linear-gradient(#1b2d4d 0%,#152541 100%);padding:.58rem .86rem}.site-shell--editorial .site-header .button:hover{box-shadow:none}.site-shell--editorial .site-footer{color:#eef5ff;background:radial-gradient(circle at 18% 20%,#1e538459,#1e538400 36%),linear-gradient(135deg,#061c35 0%,#092744 52%,#061c35 100%);margin-top:0;padding:0}.site-shell--editorial .site-footer__panel{color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;padding:1.35rem 0 1.45rem}.site-shell--editorial .site-footer__columns{grid-template-columns:minmax(15rem,1.45fr) minmax(8rem,.65fr) minmax(13rem,.95fr) minmax(8rem,.7fr) minmax(16rem,1.25fr);align-items:start;gap:clamp(1.5rem,4vw,4.25rem);display:grid}.site-shell--editorial .site-footer__brand-column,.site-shell--editorial .site-footer__column,.site-shell--editorial .site-footer__support{min-width:0}.site-shell--editorial .site-footer__brand{color:#fff;gap:.15rem;display:grid}.site-shell--editorial .site-footer__brand-name{letter-spacing:-.035em;color:#fff;text-shadow:0 2px #00000042;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.2rem,3.2vw,3.35rem);font-weight:400;line-height:.92}.site-shell--editorial .site-footer__eyebrow,.site-shell--editorial .site-footer__heading{color:#b89145;letter-spacing:-.015em;text-transform:none;font-size:1rem;font-weight:850}.site-shell--editorial .site-footer__summary{color:#ffffffd1;max-width:14rem;margin:.45rem 0 0;font-size:.98rem;line-height:1.35}.site-shell--editorial .site-footer__column{gap:.42rem;position:relative}.site-shell--editorial .site-footer__list{gap:.18rem}.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email{color:#ffffffdb}.site-shell--editorial .site-footer__meta{color:#fffc;max-width:12rem;font-size:.92rem;line-height:1.25}.site-shell--editorial .site-footer__support{border-left:1px solid #ffffff94;justify-items:end;gap:1.6rem;padding-top:.6rem;padding-left:clamp(1.5rem,3vw,3rem);display:grid}.site-shell--editorial .site-footer__cta{color:#fff;width:min(100%,22rem);min-height:3.25rem;box-shadow:none;background:0 0;border:1px solid #fffc;border-radius:.42rem;justify-content:space-between;padding:.78rem 1.35rem}.site-shell--editorial .site-footer__cta:after{content:"→";font-size:1.5rem;line-height:1}.site-shell--editorial .site-footer__email{font-size:1rem}@media (max-width:1100px){.site-shell--editorial .container{width:min(100% - 1.6rem,100%)}.site-shell--editorial .site-header__inner{border-radius:1.75rem;flex-wrap:wrap}.site-shell--editorial .site-nav{flex-wrap:wrap;justify-content:space-between;width:100%}.site-shell--editorial .site-nav__links{border-top:1px solid #13284914;order:2;justify-content:flex-start;width:100%;padding-top:.55rem}.site-shell--editorial .hero-grid,.site-shell--editorial .hero-grid--visual,.site-shell--editorial .detail-grid,.site-shell--editorial .contact-grid,.site-shell--editorial .feature-row,.site-shell--editorial .feature-row--reverse,.site-shell--editorial .footer-grid,.site-shell--editorial .site-footer__intro,.site-shell--editorial .site-footer__columns{grid-template-columns:1fr}.site-shell--editorial .hero-visual__image{min-height:21.5rem}.site-shell--editorial .editorial-secondary-page .hero-grid--visual,.site-shell--editorial:is(.site-shell--research,.site-shell--programs) .editorial-secondary-page>section:first-child .hero-grid{grid-template-columns:1fr}.site-shell--editorial .editorial-secondary-page .hero-visual__frame{aspect-ratio:16/10;max-height:none}.site-shell--editorial .editorial-secondary-page .about-origin-grid,.site-shell--editorial .editorial-secondary-page .about-origin-deep-grid,.site-shell--editorial .editorial-secondary-page .about-founder-grid,.site-shell--editorial .editorial-secondary-page .about-mission-editorial,.site-shell--editorial .editorial-secondary-page .about-mission-video-grid,.site-shell--editorial .editorial-secondary-page .about-video-layout,.site-shell--editorial .editorial-secondary-page .about-transition-layout,.site-shell--editorial .editorial-secondary-page .about-snapshot-panel,.site-shell--editorial .editorial-secondary-page .about-readiness-layout,.site-shell--editorial .editorial-secondary-page .about-cta-band{grid-template-columns:1fr}.site-shell--editorial .editorial-secondary-page .about-snapshot-grid,.site-shell--editorial .editorial-secondary-page .about-impact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.site-shell--editorial .editorial-secondary-page .about-snapshot-card:nth-child(odd){border-left:0}.site-shell--editorial .editorial-secondary-page .about-snapshot-card:nth-child(n+3){border-top:1px solid #0c1f392e}.site-shell--editorial .editorial-secondary-page .about-photo-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.site-shell--editorial .editorial-secondary-page .about-photo-card:first-child{grid-column:1/-1}.site-shell--editorial .editorial-secondary-page .about-operating-loop,.site-shell--editorial .editorial-secondary-page .about-role-grid,.site-shell--editorial .editorial-secondary-page .about-commitment-grid,.site-shell--editorial .editorial-secondary-page .about-network-grid,.site-shell--editorial .editorial-secondary-page .about-readiness-columns,.site-shell--editorial .editorial-secondary-page .about-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-shell--editorial .editorial-secondary-page .about-mission-copy{border-left:0;padding-left:0}.site-shell--editorial .editorial-secondary-page .about-mission-column,.site-shell--editorial .editorial-secondary-page .about-video-card,.site-shell--editorial .editorial-secondary-page .about-video-media{grid-area:auto/1}.site-shell--editorial .editorial-secondary-page .about-video-copy h2,.site-shell--editorial .editorial-secondary-page .about-video-card h3{max-width:10ch}.site-shell--editorial .editorial-secondary-page .about-track-record{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 1rem}.site-shell--editorial .editorial-secondary-page .about-track-record:before{display:none}.site-shell--editorial .editorial-secondary-page .about-track-item{border-top:1px solid var(--editorial-line);padding-top:.9rem}.site-shell--editorial .feature-row+.feature-row{margin-top:2.1rem;padding-top:2.1rem}}@media (max-width:699px){.site-shell--editorial .site-header{top:0}.site-shell--editorial .site-header__inner{min-height:4.6rem;box-shadow:none;background:0 0;border-radius:0;gap:.5rem;padding:.72rem 0}.site-shell--editorial .site-nav{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem;display:grid}.site-shell--editorial .site-nav__meta{justify-content:flex-start;align-items:center;gap:.4rem;width:auto}.site-shell--editorial .site-nav__links{overscroll-behavior-x:contain;scrollbar-width:none;border-top:0;grid-auto-columns:max-content;grid-auto-flow:column;gap:.35rem;width:auto;padding-top:0;padding-bottom:.08rem;display:grid;overflow-x:auto}.site-shell--editorial .site-nav__links::-webkit-scrollbar{display:none}.site-shell--editorial .site-nav__links .nav-link--utility{display:none}.site-shell--editorial .site-nav__meta .nav-link{background:0 0;padding:.42rem .56rem}.site-shell--editorial .site-nav__meta .button{min-height:2.4rem;box-shadow:none;padding:.58rem .8rem}.site-shell--editorial .nav-link{padding:.38rem .5rem;font-size:.82rem}.site-shell--editorial .display-title{max-width:9ch;font-size:clamp(2.35rem,10vw,4rem);line-height:.94}.site-shell--editorial .editorial-secondary-page .about-hero .display-title{letter-spacing:-.035em;max-width:12ch;font-size:clamp(2.4375rem,10vw,4rem);line-height:.96}.site-shell--editorial .hero-actions{grid-template-columns:1fr;gap:.65rem;margin-top:1.2rem;display:grid}.site-shell--editorial .hero-actions>*{width:100%}.site-shell--editorial .hero-support{gap:.6rem;padding-top:.7rem}.site-shell--editorial .hero-support h2{font-size:1rem}.site-shell--editorial .hero-visual__frame:before{height:38%;inset:auto -.8rem -1rem 38%}.site-shell--editorial .hero-visual__image,.site-shell--editorial .feature-image,.site-shell--editorial .detail-image,.site-shell--editorial .media-feature__image{border-radius:.95rem;min-height:15.5rem}.site-shell--editorial .metric-grid,.site-shell--editorial .preview-grid,.site-shell--editorial .pillar-grid,.site-shell--editorial .story-grid,.site-shell--editorial .split,.site-shell--editorial .partner-proof-strip{grid-template-columns:1fr}.site-shell--editorial .partner-proof-strip__logos{justify-content:flex-start}.site-shell--editorial .partner-proof-strip__item{width:4.9rem;height:2.45rem}.site-shell--editorial .editorial-secondary-page .stack>.preview-grid{grid-template-columns:1fr;gap:.85rem}.site-shell--editorial .editorial-secondary-page .about-people-grid,.site-shell--editorial .editorial-secondary-page .about-role-grid,.site-shell--editorial .editorial-secondary-page .about-snapshot-grid,.site-shell--editorial .editorial-secondary-page .about-video-takeaways,.site-shell--editorial .editorial-secondary-page .about-operating-loop,.site-shell--editorial .editorial-secondary-page .about-theory-grid,.site-shell--editorial .editorial-secondary-page .about-commitment-grid,.site-shell--editorial .editorial-secondary-page .about-network-grid,.site-shell--editorial .editorial-secondary-page .about-readiness-columns,.site-shell--editorial .editorial-secondary-page .about-leadership-grid,.site-shell--editorial .editorial-secondary-page .about-track-record,.site-shell--editorial .editorial-secondary-page .about-impact-strip,.site-shell--editorial .editorial-secondary-page .about-photo-strip,.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip,.site-shell--editorial .editorial-secondary-page .about-proof-list--columns{grid-template-columns:1fr}.site-shell--editorial .editorial-secondary-page .about-snapshot-section{padding-block:2.4rem}.site-shell--editorial .editorial-secondary-page .about-snapshot-title{max-width:10ch;font-size:clamp(2rem,12vw,3.2rem)}.site-shell--editorial .editorial-secondary-page .about-snapshot-summary{max-width:30rem}.site-shell--editorial .editorial-secondary-page .about-snapshot-card,.site-shell--editorial .editorial-secondary-page .about-snapshot-card+.about-snapshot-card{text-align:left;border-top:1px solid #0c1f3924;border-left:0;min-height:0;padding:1rem 0 1.05rem}.site-shell--editorial .editorial-secondary-page .about-snapshot-card dt,.site-shell--editorial .editorial-secondary-page .about-snapshot-card span{justify-self:start}.site-shell--editorial .editorial-secondary-page .about-snapshot-card strong{font-size:1.35rem}.site-shell--editorial .editorial-secondary-page .about-commitment{min-height:0;padding:1rem}.site-shell--editorial .editorial-secondary-page .about-evidence-row{grid-template-columns:2.8rem minmax(0,1fr);align-items:start;gap:.35rem .9rem}.site-shell--editorial .editorial-secondary-page .about-evidence-row p{grid-column:2}.site-shell--editorial .editorial-secondary-page .about-mission-video-grid{gap:1.65rem}.site-shell--editorial .editorial-secondary-page .about-mission-point{grid-template-columns:2.8rem minmax(0,1fr)}.site-shell--editorial .editorial-secondary-page .about-video-section{background:linear-gradient(#fffffffa,#fff),#fff}.site-shell--editorial .editorial-secondary-page .about-video-copy h2,.site-shell--editorial .editorial-secondary-page .about-video-card h3{max-width:9ch;font-size:clamp(2.25rem,11vw,3.4rem)}.site-shell--editorial .editorial-secondary-page .about-video-actions{grid-template-columns:1fr;display:grid}.site-shell--editorial .editorial-secondary-page .about-video-actions>*{width:100%}.site-shell--editorial .editorial-secondary-page .about-video-frame{border-radius:.58rem}.site-shell--editorial .editorial-secondary-page .about-video-takeaway,.site-shell--editorial .editorial-secondary-page .about-video-takeaway+.about-video-takeaway{border-top:1px solid #0c1f3924;border-left:0;padding:.95rem 0}.site-shell--editorial .editorial-secondary-page .about-video-takeaways{border-top:0}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-heading{text-align:left;justify-items:start;margin-left:0}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-heading .eyebrow{justify-content:flex-start}.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-title:after,.site-shell--editorial .editorial-secondary-page .about-readiness-panel .section-copy{margin-left:0}.site-shell--editorial .editorial-secondary-page .about-readiness-item,.site-shell--editorial .editorial-secondary-page .about-readiness-item+.about-readiness-item{text-align:left;border-top:1px solid #0c1f3924;border-left:0;justify-items:start;padding:.95rem 0}.site-shell--editorial .editorial-secondary-page .about-readiness-item p{max-width:30rem}.site-shell--editorial .editorial-secondary-page .about-leader-card{grid-template-columns:5.8rem minmax(0,1fr);gap:.9rem}.site-shell--editorial .editorial-secondary-page .about-leader-card h3{max-width:15ch;font-size:clamp(1.25rem,6vw,1.65rem)}.site-shell--editorial .editorial-secondary-page .about-track-item{text-align:left;grid-template-columns:3rem minmax(0,1fr);justify-items:start;gap:.25rem .8rem}.site-shell--editorial .editorial-secondary-page .about-track-item .about-line-icon{grid-row:span 3}.site-shell--editorial .editorial-secondary-page .about-track-item p{max-width:none}.site-shell--editorial .editorial-secondary-page .about-impact-strip{gap:.85rem}.site-shell--editorial .editorial-secondary-page .about-impact-item{min-height:0;padding-top:.85rem}.site-shell--editorial .editorial-secondary-page .about-photo-card:first-child{grid-column:auto}.site-shell--editorial .editorial-secondary-page .about-origin-statement h3,.site-shell--editorial .editorial-secondary-page .about-cta-band h2{max-width:10ch}.site-shell--editorial .editorial-secondary-page .about-origin-statement h3{max-width:13ch}.site-shell--editorial .editorial-secondary-page .about-founder-body{order:1}.site-shell--editorial .editorial-secondary-page .about-founder-portraits{order:2;grid-template-columns:repeat(2,minmax(0,1fr));max-width:22rem}.site-shell--editorial .editorial-secondary-page .about-founder-portrait+.about-founder-portrait{border-top:0;padding-top:0}.site-shell--editorial .editorial-secondary-page .about-founder-portrait img{max-width:100%}.site-shell--editorial .editorial-secondary-page .about-founder-body .about-founder-lede{font-size:1.04rem;font-weight:760;line-height:1.5}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip{gap:.5rem}.site-shell--editorial .editorial-secondary-page .about-founder-fact-strip div{background:0 0;border-left:0;border-right:0;border-radius:0;padding:.75rem 0}.site-shell--editorial .editorial-secondary-page .about-person-card{grid-template-columns:5.1rem minmax(0,1fr);gap:.85rem}.site-shell--editorial .editorial-secondary-page .about-person-card__image{border-radius:.85rem;width:5.1rem;height:5.1rem}.site-shell--editorial .editorial-secondary-page .about-cta-band{min-height:0;padding:2.2rem 1.25rem}.site-shell--editorial .editorial-secondary-page .about-cta-actions,.site-shell--editorial .editorial-secondary-page .about-cta-actions .button,.site-shell--editorial .editorial-secondary-page .about-cta-actions .button-secondary{width:100%}.site-shell--editorial .editorial-secondary-page>.section:nth-of-type(2n){background:0 0}.site-shell--editorial .editorial-secondary-page .about-hero .hero-grid{grid-template-columns:1fr;padding-top:1.25rem;padding-bottom:.35rem}.site-shell--editorial .editorial-secondary-page .hero-support{margin-top:.2rem;padding-top:.7rem}.site-shell--editorial .editorial-secondary-page .hero-visual__frame{aspect-ratio:4/3;border-radius:1rem}.site-shell--editorial .editorial-secondary-page .hero-visual__image{border-radius:inherit}.site-shell--editorial .editorial-secondary-page .about-hero .hero-visual__image{min-height:12.8rem}.site-shell--editorial .editorial-secondary-page .section-title{font-size:clamp(1.75rem,8vw,2.6rem)}.site-shell--editorial .editorial-secondary-page .feature-image,.site-shell--editorial .editorial-secondary-page .story-record__image{border-radius:.9rem;min-height:0}.site-shell--editorial .site-header__inner{min-height:4.6rem;padding:.72rem 0}.site-shell--editorial .site-nav{grid-template-columns:minmax(0,1fr) auto auto;gap:.45rem}.site-shell--editorial .site-nav__meta{justify-content:flex-end;width:auto}.site-shell--editorial .site-nav__links{display:none!important}.site-shell--editorial .site-menu{display:block;position:relative}.site-shell--editorial .site-nav__meta .nav-link--utility{display:inline-flex}.site-shell--editorial .site-nav__meta .nav-link{padding:.3rem .42rem}.site-shell--editorial .brand__mark{width:2rem;height:2rem}.site-shell--editorial .brand__wordmark{font-size:1.32rem}.site-shell--editorial .editorial-secondary-page .about-hero .hero-visual__frame{aspect-ratio:16/10!important}.site-shell--editorial .editorial-secondary-page .hero-visual__image{width:100%;height:100%;position:absolute;inset:0}.site-shell--editorial .site-header .button{min-height:2.2rem;padding:.48rem .7rem}.site-shell--editorial .site-footer__intro,.site-shell--editorial .site-footer__columns{grid-template-columns:1fr}.site-shell--editorial .container{width:min(100% - 1.25rem,100%)}.site-shell--editorial .section{padding:2rem 0 2.4rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem .65rem;min-height:0;padding:.55rem 0 .6rem;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial{grid-area:1/1;min-width:0}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.85rem;height:1.85rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.035em;font-size:1.16rem}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{grid-area:2/2;justify-self:end;display:flex}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale .nav-link--locale{width:2.5rem;height:2.5rem;min-height:2.5rem;font-size:.78rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{grid-area:2/1;justify-self:start;width:auto}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{display:none}.site-shell--editorial .site-header__inner--editorial .site-menu{grid-area:1/2;justify-self:end}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{white-space:nowrap;min-height:2.5rem;padding:.54rem .9rem;font-size:.82rem;line-height:1}.site-shell--editorial .site-header__inner--editorial .site-menu__panel{top:calc(env(safe-area-inset-top) + 6.8rem);width:auto;max-height:calc(100dvh - env(safe-area-inset-top) - 7.55rem);background:#fff;border-radius:1.35rem;padding:.8rem;position:fixed;left:.625rem;right:.625rem;overflow:auto;box-shadow:0 22px 54px #0c14262e}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial::-webkit-scrollbar{display:none}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{border-radius:999px;flex:none;min-height:1.85rem;padding:.34rem .56rem;font-size:.78rem}.site-shell--editorial .hero-grid,.site-shell--editorial .hero-grid--visual{gap:1.1rem;padding:1.25rem 0 .75rem}.site-shell--editorial .impact-hero-grid,.site-shell--editorial .impact-metric-grid{grid-template-columns:1fr}.site-shell--editorial .impact-claim-panel{padding-top:1rem}.site-shell--editorial .impact-metrics-section{padding-top:1.4rem}.site-shell--editorial .impact-metric-grid{gap:.25rem}.site-shell--editorial .impact-metric-card{grid-template-columns:5.5rem minmax(0,1fr);align-items:start;gap:.85rem;padding:.95rem 0}.site-shell--editorial .impact-metric-card__value{font-size:2.05rem}.site-shell--editorial .display-title{letter-spacing:-.025em;max-width:13ch;font-size:clamp(2rem,8.4vw,3rem);line-height:1.04}.site-shell--editorial .lede{max-width:none;font-size:.96rem;line-height:1.58}.site-shell--editorial .hero-actions{gap:.52rem;margin-top:.9rem}.site-shell--editorial .button,.site-shell--editorial .button-secondary,.site-shell--editorial .site-footer__cta{min-height:2.35rem;padding:.6rem .85rem;font-size:.9rem}.site-shell--editorial .hero-visual__image,.site-shell--editorial .feature-image,.site-shell--editorial .detail-image,.site-shell--editorial .media-feature__image{min-height:12.5rem}.site-shell--editorial .editorial-secondary-page .hero-grid{gap:.95rem}.site-shell--editorial .editorial-secondary-page .hero-visual__frame{aspect-ratio:16/9!important}.site-shell--editorial .section-heading,.site-shell--editorial .editorial-secondary-page .section-heading{margin-bottom:1.05rem}.site-shell--editorial .section-title,.site-shell--editorial .editorial-secondary-page .section-title{max-width:15ch;font-size:clamp(1.65rem,7vw,2.35rem);line-height:1}.site-shell--editorial .proof-grid{gap:.45rem}.site-shell--editorial .proof-card{border-radius:.9rem;padding:.7rem .75rem}.site-shell--editorial .proof-card strong{font-size:1.25rem}.site-shell--editorial .route-model-card{border-radius:1.2rem;min-height:0;padding:1.15rem}.site-shell--editorial .route-model-card h3{font-size:1.45rem}.site-shell--editorial .partner-logo-image{object-fit:contain;background:#fff;padding:1.2rem}.site-shell--editorial .site-footer{margin-top:2rem}}.legacy-blog-card{grid-template-columns:minmax(220px,.9fr) minmax(0,1fr);gap:1rem;display:grid}.legacy-blog-card__meta,.legacy-article__meta{color:#55616c;flex-wrap:wrap;gap:.75rem;font-size:.88rem;display:flex}.legacy-contact__form,.legacy-contact__info{min-height:100%}.legacy-contact__subhead{font-size:1.2rem}.legacy-contact .form-grid{margin-top:1rem}.legacy-contact .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.legacy-contact .field{flex-direction:column;gap:.4rem;display:flex}.legacy-contact-legacy{gap:2rem;display:grid}.legacy-contact-legacy__copy{max-width:42rem}.legacy-contact-legacy__card{background:#fff;border:1px solid #131c241a;max-width:28rem;padding:1.5rem 1.75rem}.legacy-contact-legacy__card h2{margin-top:0}.legacy-contact input,.legacy-contact textarea{background:#fff;border:1px solid #131c242e;width:100%;padding:.8rem .9rem}.legacy-contact textarea{resize:vertical;min-height:140px}.legacy-people-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.legacy-person-card,.legacy-profile{gap:.8rem;display:grid}.legacy-profile{grid-template-columns:160px minmax(0,1fr)}.legacy-profile img{min-height:180px}.legacy-feature-card{grid-template-columns:minmax(200px,.85fr) minmax(0,1fr);gap:1rem;display:grid}.legacy-opportunity-card{text-align:center;max-width:62rem;margin:0 auto}.legacy-article__header{gap:.9rem;margin-bottom:1rem;display:grid}.legacy-article__header img{object-fit:cover;width:100%;max-height:520px}@media (max-width:1080px){.legacy-header__inner,.legacy-footer__inner{flex-direction:column;align-items:flex-start}.legacy-nav__list{justify-content:flex-start}.legacy-header__actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.legacy-home-hero,.legacy-two-col,.legacy-contact,.legacy-research-hero,.legacy-research-block,.legacy-topic-hero,.legacy-about-strip__inner,.legacy-video-callout__inner,.legacy-panel-survey,.legacy-video-card--text,.legacy-feature-card,.legacy-blog-card,.legacy-split-block,.legacy-profile{grid-template-columns:1fr}.legacy-pillars,.legacy-prose-grid,.legacy-capitals,.legacy-research-panels,.legacy-people-grid,.legacy-gallery,.legacy-capital-grid,.legacy-award-grid,.legacy-policy-media{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-capital-diagram{gap:1.5rem 2rem;max-width:38rem}.legacy-capital-diagram__core,.legacy-capital-diagram__ring--outer{width:170px;height:170px}.legacy-capital-diagram__ring--middle{width:122px;height:122px}.legacy-capital-diagram__ring--inner{width:88px;height:88px;font-size:.7rem}.legacy-topic-hero__copy,.legacy-research-hero__copy{padding:2.4rem 2rem}.legacy-home-hero__content{max-width:none}.legacy-home-hero--editorial .legacy-home-hero__content{max-width:none;padding-top:0}}@media (max-width:720px){.legacy-header{padding-top:calc(env(safe-area-inset-top) + .35rem)}.legacy-brand__logo{width:120px}.legacy-header__inner{gap:.85rem}.legacy-nav__list{gap:.45rem .9rem}.legacy-header__inner,.site-header__inner{border-radius:1rem}.legacy-language-menu{width:100%}.legacy-language-menu__trigger{justify-content:space-between;width:100%}.legacy-language-menu__panel{width:min(100%,14rem);left:0;right:auto}.legacy-header__cta{width:100%}.legacy-home-actions{flex-direction:column;align-items:stretch}.legacy-home-actions .legacy-button,.legacy-home-actions .legacy-button--secondary{width:100%}.legacy-home-hero__photo{min-height:320px}.legacy-home-hero--editorial .legacy-home-hero__photo{border-radius:1rem;max-height:none}.legacy-home-hero__title{line-height:1.01}.legacy-home-hero__lede,.legacy-home-supporting{font-size:.98rem}.legacy-pillars,.legacy-prose-grid,.legacy-capitals,.legacy-research-panels,.legacy-people-grid,.legacy-gallery,.legacy-capital-grid,.legacy-award-grid,.legacy-policy-media{grid-template-columns:1fr}.legacy-capital-diagram{grid-template-columns:1fr;gap:1rem;padding:0}.legacy-capital-diagram__core{order:3;margin:0 auto;position:relative;inset:auto;transform:none}.legacy-research-hero__copy,.legacy-topic-hero__copy{padding:2.25rem 1.5rem}.legacy-about-strip{padding:1.5rem 0}.legacy-about-strip__photo img,.legacy-topic-hero__image,.legacy-research-hero__image{min-height:280px}.legacy-capital-panel,.legacy-capital-panel__content{min-height:260px}.legacy-contact .form-row{grid-template-columns:1fr}.legacy-page-title{font-size:1.9rem}}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{grid-area:1/1}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{flex-wrap:nowrap;order:initial;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-top:0;grid-area:1/2;justify-content:flex-start;width:100%;min-width:0;max-width:100%;padding-top:0;padding-bottom:0;overflow-x:auto;display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial::-webkit-scrollbar{display:none}.site-shell--editorial .site-nav__links.site-nav__links--editorial::-webkit-scrollbar{display:none}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{flex:none}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta{grid-area:1/3;justify-self:end;width:auto;display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{display:flex}.site-shell--editorial .site-header__mobile-locale,.site-shell--editorial .site-menu{display:none!important}@media (max-width:980px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:.45rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.85rem;height:1.85rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.035em;font-size:1.08rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{gap:.08rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:1.85rem;padding:.18rem .22rem;font-size:.68rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta{gap:.22rem}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link{min-height:1.95rem;padding:.24rem .32rem;font-size:.68rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale{width:1.95rem;height:1.95rem;min-height:1.95rem}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{white-space:nowrap;min-height:1.95rem;padding:.35rem .5rem;font-size:.68rem}}@media (max-width:699px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;min-height:4.4rem;padding:.55rem 0}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .site-nav__meta{grid-area:auto}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:2rem;padding:.25rem .45rem;font-size:.76rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale{width:2.15rem;height:2.15rem;min-height:2.15rem;font-size:.72rem;display:inline-flex!important}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{white-space:nowrap;min-height:2.15rem;padding:.42rem .62rem;font-size:.72rem}}@media (max-width:480px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{grid-template-columns:auto minmax(3.2rem,1fr) auto;gap:.18rem;width:min(100% - .55rem,100%);min-height:4.25rem;padding:.5rem 0}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex-shrink:0;gap:.18rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.18rem;height:1.18rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.025em;white-space:nowrap;font-size:.68rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{border-radius:1.1rem;min-height:2.1rem;padding:.18rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link,.site-shell--editorial .site-nav__links.site-nav__links--editorial .nav-link{min-height:1.62rem;padding:0 .28rem;font-size:.56rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links{gap:.14rem}.site-shell--editorial .site-header__inner--editorial .nav-link--utility,.site-shell--editorial .site-nav__meta .nav-link--utility{min-height:1.8rem;padding:0 .12rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .nav-link--locale,.site-shell--editorial .site-nav__meta .nav-link--locale{border-radius:.45rem;width:1.8rem;height:1.8rem;min-height:1.8rem;font-size:.52rem}.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .button{min-height:1.88rem;padding:0 .42rem;font-size:.54rem}.site-shell--editorial .site-header__inner--editorial .site-header__support:after,.site-shell--editorial .site-header .button:after{margin-left:.22rem}}@media (max-width:699px){.site-shell--editorial .site-footer>.container{width:min(100% - 1.25rem,100%)}.site-shell--editorial .site-footer__columns{grid-template-columns:1fr;gap:1.35rem}.site-shell--editorial .site-footer__brand-name{font-size:2.2rem}.site-shell--editorial .site-footer__eyebrow,.site-shell--editorial .site-footer__heading{font-size:.82rem}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email,.site-shell--editorial .site-footer__cta{font-size:.95rem}.site-shell--editorial .site-footer__column--contact{border-left:0;padding-left:0}.site-shell--editorial .site-footer__support{border-left:0;justify-items:stretch;padding-left:0}.site-shell--editorial .site-footer__cta{width:100%}}.home-guide-page .split-section-head{grid-template-columns:minmax(0,.68fr) minmax(0,.32fr);gap:clamp(.55rem,2vw,2rem);margin-bottom:clamp(.75rem,1.75vw,1.9rem)}.home-guide-page .route-model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.38rem,1.05vw,1.1rem)}.home-guide-page .timeline-step{grid-template-columns:clamp(1.9rem,3.8vw,4.125rem) minmax(0,1fr)}.home-guide-page .timeline-step__year{border-radius:50%;width:clamp(1.9rem,3.8vw,4.125rem);height:clamp(1.9rem,3.8vw,4.125rem);padding:0}.site-shell--editorial .site-footer>.container{width:min(100% - clamp(1rem,4vw,8rem),1800px)}.site-shell--editorial .site-footer__panel{padding:clamp(.7rem,1.35vw,1.45rem) 0}.site-shell--editorial .site-footer__columns{grid-template-columns:minmax(0,1.35fr) minmax(0,.62fr) minmax(0,.95fr) minmax(0,.6fr) minmax(0,1.15fr);gap:clamp(.4rem,3vw,4.25rem)}.site-shell--editorial .site-footer__brand-name{font-size:clamp(.95rem,3.2vw,3.35rem)}.site-shell--editorial .site-footer__eyebrow,.site-shell--editorial .site-footer__heading{font-size:clamp(.42rem,.9vw,1rem)}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email{font-size:clamp(.42rem,.88vw,1rem);line-height:1.32}.site-shell--editorial .site-footer__column--contact{border-left:1px solid #ffffff94;padding-left:clamp(.5rem,2.4vw,3rem)}.site-shell--editorial .site-footer__support{justify-items:end;gap:clamp(.45rem,1.4vw,1.6rem)}.site-shell--editorial .site-footer__cta{white-space:nowrap;width:min(100%,22rem);min-height:clamp(1.45rem,2.85vw,3.25rem);padding:clamp(.32rem,.72vw,.78rem) clamp(.45rem,1.1vw,1.35rem);font-size:clamp(.42rem,.88vw,1rem)}.site-shell--editorial .site-footer__cta:after{font-size:clamp(.72rem,1.35vw,1.5rem)}.site-shell--editorial .site-header__mobile-locale{display:none}.site-shell--editorial .site-menu__button-lines{gap:.28rem;width:1.55rem;display:grid}.site-shell--editorial .site-menu__button-lines span{background:currentColor;border-radius:999px;height:.18rem;display:block}@media (max-width:699px){.site-shell--editorial .site-header,.site-shell--editorial .site-header{--mobile-header-height:5.9rem;background:#fff;box-shadow:0 3px 10px #0c1f3929}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - 2rem,52rem);min-height:var(--mobile-header-height);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.9rem;padding:1rem 0;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{grid-column:1;gap:.62rem;min-width:0}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:clamp(2.3rem,10vw,3.65rem);height:clamp(2.3rem,10vw,3.65rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{letter-spacing:.035em;white-space:nowrap;font-size:clamp(1.8rem,8vw,3rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial,.site-shell--editorial .site-nav__links.site-nav__links--editorial{display:none!important}.site-shell--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{color:#46536c;width:clamp(3.05rem,12vw,4.3rem);height:clamp(3.05rem,12vw,4.3rem);min-height:clamp(3.05rem,12vw,4.3rem);box-shadow:none;background:#fff;border:1px solid #46536c47;border-radius:clamp(.65rem,2.4vw,1rem);grid-area:1/2;padding:0;font-size:clamp(1.02rem,4.5vw,1.5rem);font-weight:760;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-nav__meta{grid-area:1/3;justify-self:end;align-items:center;gap:0;width:auto;display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-nav__utility-links,.site-shell--editorial .site-header__inner--editorial .site-header__support,.site-shell--editorial .site-header .site-header__support{display:none}.site-shell--editorial .site-menu,.site-shell--editorial .site-header__inner--editorial .site-menu{position:static;display:block!important}.site-shell--editorial .site-menu__button{color:#fff;background:#10294f;border:0;border-radius:clamp(.7rem,2.6vw,1rem);width:clamp(3.45rem,13vw,4.7rem);height:clamp(3.45rem,13vw,4.7rem);min-height:clamp(3.45rem,13vw,4.7rem);padding:0;box-shadow:0 2px 5px #0c1f392e}.site-shell--editorial .site-menu__button:focus-visible,.site-shell--editorial .site-menu__link:focus-visible{outline-offset:4px;outline:3px solid #153f958c}.site-shell--editorial .site-menu__backdrop{inset:var(--mobile-header-height) 0 0;z-index:40;-webkit-backdrop-filter:none;background:#fff;position:fixed}.site-shell--editorial .site-menu__panel,.site-shell--editorial .site-header__inner--editorial .site-menu__panel{z-index:41;top:var(--mobile-header-height);width:auto;max-height:none;box-shadow:none;overscroll-behavior:contain;background:#fff;border:0;border-radius:0;padding:clamp(1.7rem,7vw,2.5rem) clamp(1rem,5vw,2.1rem) 3rem;position:fixed;bottom:0;left:0;right:0;overflow:auto}.site-shell--editorial .site-menu__links{gap:0;display:grid}.site-shell--editorial .site-menu__link{color:#46536c;border-bottom:1px solid #46536c29;border-radius:0;justify-content:space-between;align-items:center;min-height:clamp(4.25rem,15vw,6.8rem);padding:0 clamp(1rem,5vw,2.05rem);font-size:clamp(1.45rem,7vw,2.42rem);font-weight:680;line-height:1;text-decoration:none;display:flex;position:relative}.site-shell--editorial .site-menu__link:after{content:"›";color:currentColor;font-size:1.45em;font-weight:400;line-height:.7}.site-shell--editorial .site-menu__link:hover,.site-shell--editorial .site-menu__link[aria-current=page],.site-shell--editorial .site-header[data-route-key=home] .site-menu__link:first-child{color:#0b2f86;background:#f2f5fb}.site-shell--editorial .site-menu__link:first-child{border-bottom-color:#0000;border-radius:clamp(.9rem,3vw,1.1rem)}.site-shell--editorial .site-menu__link:first-child+.site-menu__link{margin-top:clamp(.7rem,3.2vw,1.05rem)}.site-shell--editorial .site-menu__link--support{color:#fff;text-align:center;background:#10294f;border:0;border-radius:clamp(1rem,3.3vw,1.35rem);justify-content:center;gap:.65rem;min-height:clamp(4.35rem,14vw,5.8rem);margin-top:clamp(1.45rem,6vw,2rem);font-size:clamp(1.45rem,6.2vw,2.18rem);font-weight:850;box-shadow:0 3px 8px #0c1f393d}.site-shell--editorial .site-menu__link--support:hover,.site-shell--editorial .site-menu__link--support[aria-current=page]{color:#fff;background:#10294f}}@media (max-width:340px){.site-shell--editorial .site-header,.site-shell--editorial .site-header{--mobile-header-height:5rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - 1rem,100%);min-height:var(--mobile-header-height);gap:.48rem}.site-shell--editorial .site-header__inner--editorial .brand--editorial,.site-shell--editorial .site-header__inner--editorial .brand--editorial{gap:.35rem}.site-shell--editorial .site-header__inner--editorial .brand__mark,.site-shell--editorial .brand__mark{width:1.75rem;height:1.75rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark,.site-shell--editorial .brand__wordmark{font-size:1.12rem}.site-shell--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{width:2.5rem;height:2.5rem;min-height:2.5rem;font-size:.82rem}.site-shell--editorial .site-menu__button{width:2.8rem;height:2.8rem;min-height:2.8rem}.site-shell--editorial .site-menu__button-lines{gap:.22rem;width:1.25rem}.site-shell--editorial .site-menu__button-lines span{height:.15rem}}.site-shell--editorial .site-header{z-index:80;background:#fff;border-bottom:1px solid #0c1f3914;position:sticky;top:0;box-shadow:0 3px 10px #0c1f3924}.site-shell--editorial .site-header__inner.site-header__inner--editorial{box-sizing:border-box}.site-shell--editorial .site-header .nav-link:focus-visible,.site-shell--editorial .site-header .button:focus-visible,.site-shell--editorial .site-header .site-menu__button:focus-visible,.site-shell--editorial .site-header .site-menu__link:focus-visible{outline-offset:4px;outline:3px solid #153f958c}@media (min-width:1100px){.site-shell--editorial .site-header{--reference-header-height:7.25rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - 5rem,118rem);min-height:var(--reference-header-height);align-items:center;gap:clamp(1.9rem,2.8vw,4.25rem);margin-inline:auto;padding:0;display:flex}.site-shell--editorial .site-header__inner--editorial .brand--editorial{color:#0b1f3f;flex:0 0 clamp(16.5rem,22vw,28rem);align-items:center;gap:clamp(.85rem,1.2vw,1.3rem);min-width:0;text-decoration:none;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .brand__mark{object-fit:contain;flex:none;width:clamp(3.55rem,4.1vw,4.25rem);height:clamp(3.55rem,4.1vw,4.25rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{color:#0b1f3f;letter-spacing:.045em;white-space:nowrap;font-size:clamp(2.55rem,2.75vw,3.35rem);font-weight:920;line-height:1}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-menu{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial{background:#fff;border:1px solid #46536c2b;border-radius:1.55rem;flex:0 clamp(31rem,41.5vw,54rem);justify-content:space-between;align-items:center;gap:clamp(.45rem,1.05vw,1.25rem);width:clamp(31rem,41.5vw,54rem);min-height:5.05rem;padding:.52rem .72rem;box-shadow:0 3px 12px #0c1f391f;display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link{color:#46536c;white-space:nowrap;border-radius:.92rem;justify-content:center;align-items:center;min-height:3.55rem;padding:0 1.1rem;font-size:clamp(1.05rem,1.05vw,1.42rem);font-weight:680;line-height:1;text-decoration:none;transition:background-color .18s,color .18s;display:inline-flex;position:relative}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link:hover{color:#0b2f86;background:#f2f6fc}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]{color:#0b2f86;background:#edf5ff}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child:after,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after{content:"";background:#0b2f86;border-radius:999px;height:.16rem;position:absolute;bottom:-.96rem;left:28%;right:28%}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{flex:none;justify-content:flex-end;align-items:center;gap:clamp(1rem,1.45vw,1.7rem);margin-left:auto;display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{align-items:center;gap:clamp(1rem,1.35vw,1.6rem);display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link{color:#46536c;white-space:nowrap;justify-content:center;align-items:center;font-size:clamp(1.05rem,1.05vw,1.42rem);font-weight:680;line-height:1;text-decoration:none;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link--locale{color:#46536c;width:4.55rem;min-width:4.55rem;height:4.55rem;min-height:4.55rem;box-shadow:none;background:#fff;border:1px solid #46536c3d;border-radius:.62rem;padding:0}.site-shell--editorial .site-header__inner--editorial .site-header__support{color:#fff;white-space:nowrap;background:#10294f;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:clamp(14.6rem,15.8vw,19.5rem);min-height:4.75rem;padding:0 2rem;font-size:clamp(1.08rem,1.06vw,1.44rem);font-weight:820;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 4px 11px #0c1f3938}.site-shell--editorial .site-header__inner--editorial .site-header__support:after{content:"›";margin-left:.8rem;font-size:1.45em;font-weight:500;line-height:.75}}@media (max-width:1099px){.site-shell--editorial .site-header{--reference-mobile-header-height:clamp(5.9rem, 17vw, 7.6rem)}.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - clamp(2.35rem,9.5vw,4rem),48rem);min-height:var(--reference-mobile-header-height);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:clamp(.75rem,3vw,1.35rem);margin-inline:auto;padding:0;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial{color:#0b1f3f;grid-area:1/1;align-items:center;gap:clamp(.52rem,2.2vw,.85rem);min-width:0;text-decoration:none;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .brand__mark{object-fit:contain;flex:none;width:clamp(2.85rem,11vw,3.85rem);height:clamp(2.85rem,11vw,3.85rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{color:#0b1f3f;letter-spacing:.045em;white-space:nowrap;font-size:clamp(1.78rem,7vw,3.05rem);font-weight:920;line-height:1}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-header__inner--editorial .site-header__support{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{grid-area:1/3;justify-content:flex-end;align-items:center;width:auto;margin:0;display:flex}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{color:#46536c;width:clamp(3.05rem,12.8vw,4.75rem);min-width:clamp(3.05rem,12.8vw,4.75rem);height:clamp(3.05rem,12.8vw,4.75rem);min-height:clamp(3.05rem,12.8vw,4.75rem);box-shadow:none;background:#fff;border:1px solid #46536c4d;border-radius:clamp(.7rem,2.8vw,1.05rem);grid-area:1/2;justify-content:center;align-items:center;padding:0;font-size:clamp(1.02rem,4.35vw,1.75rem);font-weight:780;line-height:1;text-decoration:none;display:inline-flex!important}.site-shell--editorial .site-header__inner--editorial .site-menu{position:static;display:block!important}.site-shell--editorial .site-menu__button{color:#fff;background:#10294f;border:0;border-radius:clamp(.72rem,2.9vw,1.05rem);justify-content:center;align-items:center;width:clamp(3.45rem,13.6vw,5.2rem);min-width:clamp(3.45rem,13.6vw,5.2rem);height:clamp(3.45rem,13.6vw,5.2rem);min-height:clamp(3.45rem,13.6vw,5.2rem);padding:0;display:inline-flex;box-shadow:0 4px 11px #0c1f393d}.site-shell--editorial .site-menu__button-lines{gap:clamp(.28rem,1.3vw,.52rem);width:clamp(1.45rem,5.2vw,2.4rem);display:grid}.site-shell--editorial .site-menu__button-lines span{background:currentColor;border-radius:999px;width:100%;height:clamp(.16rem,.55vw,.23rem);display:block}.site-shell--editorial .site-menu__backdrop{inset:var(--reference-mobile-header-height) 0 0;z-index:78;box-shadow:none;-webkit-backdrop-filter:none;background:#fff;border:0;border-radius:0;position:fixed}.site-shell--editorial .site-menu__panel{z-index:79;top:var(--reference-mobile-header-height);width:auto;max-height:none;box-shadow:none;overscroll-behavior:contain;background:#fff;border:0;border-radius:0;padding:clamp(1.7rem,7vw,3.95rem) clamp(1.2rem,5.2vw,2.65rem) 4rem;position:fixed;bottom:0;left:0;right:0;overflow:auto}.site-shell--editorial .site-menu__links{gap:0;max-width:48rem;margin-inline:auto;display:grid}.site-shell--editorial .site-menu__link{color:#46536c;border-bottom:1px solid #46536c29;border-radius:0;justify-content:space-between;align-items:center;min-height:clamp(4.3rem,14.2vw,7rem);padding:0 clamp(1rem,4.7vw,2.25rem);font-size:clamp(1.55rem,6.1vw,2.45rem);font-weight:680;line-height:1;text-decoration:none;transition:background-color .18s,color .18s;display:flex;position:relative}.site-shell--editorial .site-menu__link:after{content:"›";color:currentColor;font-size:1.45em;font-weight:420;line-height:.7}.site-shell--editorial .site-menu__link:hover,.site-shell--editorial .site-menu__link[aria-current=page],.site-shell--editorial .site-header[data-route-key=home] .site-menu__link:first-child{color:#0b2f86;background:#f2f5fb}.site-shell--editorial .site-menu__link:first-child{border-bottom-color:#0000;border-radius:clamp(.9rem,3.5vw,1.1rem)}.site-shell--editorial .site-menu__link:first-child+.site-menu__link{margin-top:clamp(.72rem,3.1vw,1.05rem)}.site-shell--editorial .site-menu__link--support{color:#fff;text-align:center;background:#10294f;border:0;border-radius:clamp(1rem,3.6vw,1.45rem);justify-content:center;gap:.7rem;min-height:clamp(4.45rem,13.5vw,6.5rem);margin-top:clamp(1.5rem,6vw,2.25rem);font-size:clamp(1.5rem,5.8vw,2.35rem);font-weight:840;box-shadow:0 4px 12px #0c1f3940}.site-shell--editorial .site-menu__link--support:hover,.site-shell--editorial .site-menu__link--support[aria-current=page]{color:#fff;background:#10294f}}@media (max-width:360px){.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:.58rem;width:min(100% - 1.8rem,100%)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{font-size:1.52rem}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:2.45rem;height:2.45rem}}@media (min-width:620px){.site-shell--editorial .site-header{--reference-header-height:7.25rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - clamp(3rem,5vw,5rem),118rem);min-height:var(--reference-header-height);align-items:center;gap:clamp(.65rem,1vw,2.7rem);margin-inline:auto;padding:0;display:flex;flex-flow:row!important;justify-content:flex-start!important}.site-shell--editorial .site-header__inner--editorial .brand--editorial{color:#0b1f3f;flex:0 0 clamp(10.8rem,19vw,28rem);align-items:center;gap:clamp(.56rem,.95vw,1.3rem);min-width:0;text-decoration:none;display:inline-flex;height:auto!important;min-height:0!important;margin:0!important}.site-shell--editorial .site-header__inner--editorial .brand__mark{object-fit:contain;flex:none;width:clamp(2.75rem,3.8vw,4.25rem);height:clamp(2.75rem,3.8vw,4.25rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{color:#0b1f3f;letter-spacing:.045em;white-space:nowrap;font-size:clamp(2rem,2.55vw,3.35rem);font-weight:920;line-height:1}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-menu{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial{background:#fff;border:1px solid #46536c2b;border-radius:1.55rem;flex:0 clamp(25.5rem,38vw,54rem);justify-content:space-between;align-items:center;gap:clamp(.16rem,.55vw,1.25rem);width:clamp(25.5rem,38vw,54rem);min-height:clamp(4.35rem,5.1vw,5.05rem);padding:.48rem clamp(.45rem,.75vw,.72rem);box-shadow:0 3px 12px #0c1f391f;height:auto!important;margin:0!important;display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link{color:#46536c;white-space:nowrap;border-radius:.92rem;justify-content:center;align-items:center;min-height:clamp(3.15rem,3.5vw,3.55rem);padding:0 clamp(.55rem,.85vw,1.1rem);font-size:clamp(.92rem,.95vw,1.42rem);font-weight:680;line-height:1;text-decoration:none;transition:background-color .18s,color .18s;display:inline-flex;position:relative}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link:hover{color:#0b2f86;background:#f2f6fc}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]{color:#0b2f86;background:#edf5ff}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child:after,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after{content:"";background:#0b2f86;border-radius:999px;height:.16rem;position:absolute;bottom:-.92rem;left:28%;right:28%}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{flex:none;justify-content:flex-end;align-items:center;gap:clamp(.65rem,1vw,1.7rem);width:auto;display:flex;height:auto!important;margin:0 0 0 auto!important}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{align-items:center;gap:clamp(.65rem,1vw,1.6rem);display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link{color:#46536c;white-space:nowrap;justify-content:center;align-items:center;font-size:clamp(.96rem,.95vw,1.42rem);font-weight:680;line-height:1;text-decoration:none;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link--locale{color:#46536c;width:clamp(3.45rem,4.2vw,4.55rem);min-width:clamp(3.45rem,4.2vw,4.55rem);height:clamp(3.45rem,4.2vw,4.55rem);min-height:clamp(3.45rem,4.2vw,4.55rem);box-shadow:none;background:#fff;border:1px solid #46536c3d;border-radius:.62rem;padding:0}.site-shell--editorial .site-header__inner--editorial .site-header__support{color:#fff;white-space:nowrap;background:#10294f;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:clamp(10rem,14vw,19.5rem);min-height:clamp(3.65rem,4.4vw,4.75rem);padding:0 clamp(1.15rem,1.55vw,2rem);font-size:clamp(.96rem,.96vw,1.44rem);font-weight:820;line-height:1;text-decoration:none;box-shadow:0 4px 11px #0c1f3938;display:inline-flex!important}.site-shell--editorial .site-header__inner--editorial .site-header__support:after{content:"›";margin-left:.65rem;font-size:1.45em;font-weight:500;line-height:.75}}@media (max-width:619px){.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-header__inner--editorial .site-header__support{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{display:inline-flex!important}.site-shell--editorial .site-header__inner--editorial .site-menu{display:block!important}}@media (min-width:620px) and (max-width:1099px){.site-shell--editorial .site-header{--reference-header-height:6.75rem}.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:clamp(.16rem,.58vw,.5rem);width:min(100% - clamp(.8rem,1.9vw,2rem),100%)}.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex-basis:clamp(6.4rem,18vw,11.5rem);gap:clamp(.2rem,.52vw,.45rem)}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:clamp(1.45rem,3vw,2.35rem);height:clamp(1.45rem,3vw,2.35rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{letter-spacing:clamp(.02em,.5vw,.04em);font-size:clamp(.95rem,2.45vw,1.68rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial{border-radius:clamp(.9rem,1.5vw,1.25rem);flex-basis:clamp(15.8rem,38vw,22.75rem);gap:clamp(.02rem,.22vw,.08rem);width:clamp(15.8rem,38vw,22.75rem);min-height:clamp(2.7rem,5vw,4rem);padding:clamp(.18rem,.45vw,.4rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link{border-radius:clamp(.55rem,1.15vw,.78rem);min-height:clamp(2.25rem,3.8vw,3rem);padding:0 clamp(.16rem,.42vw,.42rem);font-size:clamp(.54rem,1.18vw,.82rem)}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child:after,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after{bottom:-.7rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{gap:clamp(.22rem,.52vw,.46rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link{font-size:clamp(.56rem,1.1vw,.86rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link--locale{width:clamp(2.1rem,4.7vw,3.1rem);min-width:clamp(2.1rem,4.7vw,3.1rem);height:clamp(2.1rem,4.7vw,3.1rem);min-height:clamp(2.1rem,4.7vw,3.1rem)}.site-shell--editorial .site-header__inner--editorial .site-header__support{min-width:clamp(6.9rem,14.8vw,9.65rem);min-height:clamp(2.38rem,5vw,3.35rem);padding:0 clamp(.42rem,.95vw,.9rem);font-size:clamp(.54rem,1.08vw,.84rem)}.site-shell--editorial .site-header__inner--editorial .site-header__support:after{margin-left:clamp(.24rem,.52vw,.45rem)}}@media (max-width:699px){.home-guide-page .split-section-head,.home-guide-page .route-model-grid,.home-guide-page .timeline-step{grid-template-columns:1fr}.home-guide-page .timeline-step__year{border-radius:999px;width:max-content;height:auto;padding:.45rem .75rem}.site-shell--editorial .site-footer>.container{width:min(100% - 1.25rem,100%)}.site-shell--editorial .site-footer__panel{padding:1.4rem 0 1.6rem}.site-shell--editorial .site-footer__columns{grid-template-columns:1fr;gap:1.35rem}.site-shell--editorial .site-footer__brand-name{font-size:2.6rem}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta{max-width:none}.site-shell--editorial .site-footer__column--contact{border-left:0;padding-left:0}.site-shell--editorial .site-footer__support{justify-items:stretch}.site-shell--editorial .site-footer__cta{width:100%;min-height:3.25rem;padding:.78rem 1.35rem;font-size:1rem}}.site-shell--editorial .site-header{box-shadow:0 4px 16px #0c1f391a}.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-footer>.container{width:min(100% - clamp(2rem,3.2vw,4.5rem),112rem)}.site-shell--editorial .site-header .nav-link,.site-shell--editorial .site-header .button,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__cta,.site-shell--editorial .site-footer__email{touch-action:manipulation}@media (min-width:800px){.site-shell--editorial .site-header{--reference-header-height:clamp(6.1rem, 7vw, 7.25rem)}.site-shell--editorial .site-header__inner.site-header__inner--editorial{min-height:var(--reference-header-height);align-items:center;gap:clamp(.75rem,1.4vw,2.1rem);padding:0;display:flex}.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex:0 0 clamp(12rem,18vw,24rem);gap:clamp(.5rem,.95vw,1.1rem)}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:clamp(2.35rem,3.5vw,4rem);height:clamp(2.35rem,3.5vw,4rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{white-space:nowrap;font-size:clamp(1.7rem,2.8vw,3.2rem);line-height:1}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale,.site-shell--editorial .site-header__inner--editorial .site-menu{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial{background:#fff;border:1px solid #46536c2b;border-radius:1.55rem;flex:auto;justify-content:space-between;align-items:center;gap:clamp(.15rem,.5vw,.6rem);min-width:0;min-height:clamp(3.9rem,4.7vw,4.9rem);padding:clamp(.28rem,.5vw,.55rem) clamp(.38rem,.62vw,.7rem);box-shadow:0 3px 12px #0c1f391f;display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link{white-space:nowrap;border-radius:.92rem;min-width:0;min-height:clamp(2.9rem,3.5vw,3.45rem);padding:0 clamp(.48rem,.85vw,1rem);font-size:clamp(.92rem,1vw,1.2rem)}.site-shell--editorial .site-header[data-route-key=home] .site-nav__links--editorial .nav-link:first-child:after,.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link[aria-current=page]:after{bottom:-.88rem}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{flex:none;align-items:center;gap:clamp(.75rem,1vw,1.4rem);margin-left:auto;display:flex}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{align-items:center;gap:clamp(.65rem,.95vw,1.2rem);display:flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link{white-space:nowrap;font-size:clamp(.95rem,.98vw,1.16rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link--locale{border-radius:.62rem;width:clamp(3.2rem,4vw,4.2rem);min-width:clamp(3.2rem,4vw,4.2rem);height:clamp(3.2rem,4vw,4.2rem);min-height:clamp(3.2rem,4vw,4.2rem)}.site-shell--editorial .site-header__inner--editorial .site-header__support{white-space:nowrap;min-width:clamp(10.8rem,15vw,18rem);min-height:clamp(3.75rem,4.4vw,4.7rem);padding:0 clamp(1rem,1.4vw,1.85rem);font-size:clamp(.96rem,1.02vw,1.24rem);display:inline-flex!important}.site-shell--editorial .site-footer>.container{width:min(100% - clamp(2rem,3.2vw,4.5rem),112rem)}.site-shell--editorial .site-footer__panel{padding:clamp(2rem,2.7vw,2.8rem) 0}.site-shell--editorial .site-footer__columns{grid-template-columns:minmax(0,1.55fr) minmax(0,.78fr) minmax(0,.9fr) minmax(0,.72fr) minmax(13rem,.95fr);align-items:start;gap:clamp(1rem,2vw,2rem)}.site-shell--editorial .site-footer__brand-name{font-size:clamp(2.7rem,3.4vw,4.05rem)}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email{font-size:clamp(.94rem,.95vw,1.08rem);line-height:1.45}.site-shell--editorial .site-footer__support{justify-self:end;width:min(100%,18rem)}.site-shell--editorial .site-footer__cta{min-height:clamp(3.9rem,4vw,4.6rem);font-size:clamp(1rem,1vw,1.18rem)}}@media (min-width:800px) and (max-width:1160px){.site-shell--editorial .site-header__inner.site-header__inner--editorial,.site-shell--editorial .site-footer>.container{width:min(100% - 1.5rem,100%)}.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:.45rem}.site-shell--editorial .site-header__inner--editorial .brand--editorial{flex-basis:clamp(9rem,16vw,11rem);gap:.4rem}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:clamp(1.95rem,2.8vw,2.35rem);height:clamp(1.95rem,2.8vw,2.35rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{letter-spacing:.03em;font-size:clamp(1.15rem,2vw,1.55rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial{gap:.08rem;min-height:3.35rem;padding:.22rem .3rem}.site-shell--editorial .site-header__inner--editorial .site-nav__links--editorial .nav-link{min-height:2.45rem;padding-inline:.35rem;font-size:clamp(.68rem,.95vw,.84rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{gap:.38rem}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links{gap:.32rem}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link{font-size:clamp(.7rem,.9vw,.82rem)}.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links .nav-link--locale{width:2.7rem;min-width:2.7rem;height:2.7rem;min-height:2.7rem}.site-shell--editorial .site-header__inner--editorial .site-header__support{min-width:clamp(7.6rem,12.5vw,9.4rem);min-height:3.05rem;padding-inline:.75rem;font-size:clamp(.7rem,.9vw,.84rem)}.site-shell--editorial .site-header__inner--editorial .site-header__support:after{margin-left:.35rem}.site-shell--editorial .site-footer__columns{grid-template-columns:minmax(0,1.35fr) minmax(0,.72fr) minmax(0,.86fr) minmax(0,.68fr) minmax(10.5rem,.82fr);gap:.9rem}.site-shell--editorial .site-footer__support{width:100%;padding-left:1rem}.site-shell--editorial .site-footer__cta{white-space:normal;min-width:0}.site-shell--editorial .site-footer__email{overflow-wrap:anywhere}}@media (max-width:799px){.site-shell--editorial .site-header{--reference-mobile-header-height:clamp(5.9rem, 17vw, 7.3rem)}.site-shell--editorial .site-header__inner.site-header__inner--editorial{width:min(100% - 2rem,42rem);min-height:var(--reference-mobile-header-height);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.9rem;padding:0;display:grid}.site-shell--editorial .site-header__inner--editorial .brand--editorial{align-items:center;gap:.72rem;min-width:0;display:inline-flex}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:clamp(2.85rem,11vw,3.8rem);height:clamp(2.85rem,11vw,3.8rem)}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{white-space:nowrap;font-size:clamp(1.8rem,7.2vw,3rem);line-height:1}.site-shell--editorial .site-header__inner--editorial .site-nav__links.site-nav__links--editorial,.site-shell--editorial .site-header__inner--editorial .site-nav__utility-links,.site-shell--editorial .site-header__inner--editorial .site-header__support{display:none!important}.site-shell--editorial .site-header__inner--editorial .site-header__mobile-locale{border-radius:.9rem;width:clamp(3rem,12.8vw,4.6rem);min-width:clamp(3rem,12.8vw,4.6rem);height:clamp(3rem,12.8vw,4.6rem);min-height:clamp(3rem,12.8vw,4.6rem);font-size:clamp(1.02rem,4.3vw,1.7rem);display:inline-flex!important}.site-shell--editorial .site-header__inner--editorial .site-nav__meta{justify-content:flex-end;display:flex}.site-shell--editorial .site-header__inner--editorial .site-menu{display:block!important}.site-shell--editorial .site-menu__button{border-radius:.95rem;width:clamp(3.35rem,13.6vw,5rem);min-width:clamp(3.35rem,13.6vw,5rem);height:clamp(3.35rem,13.6vw,5rem);min-height:clamp(3.35rem,13.6vw,5rem)}.site-shell--editorial .site-menu__panel{padding:clamp(1.7rem,7vw,3.6rem) clamp(1.25rem,5.2vw,2.5rem) 4rem}.site-shell--editorial .site-menu__links{max-width:42rem}.site-shell--editorial .site-menu__link{min-height:clamp(4rem,14vw,6.4rem);padding:0 clamp(1rem,4.5vw,2rem);font-size:clamp(1.5rem,6vw,2.35rem)}.site-shell--editorial .site-footer>.container{width:min(100% - 2rem,42rem)}.site-shell--editorial .site-footer__panel{padding:1.5rem 0 1.8rem}.site-shell--editorial .site-footer__columns{grid-template-columns:1fr;gap:1.4rem}.site-shell--editorial .site-footer__brand-name{font-size:clamp(2.8rem,11vw,4rem)}.site-shell--editorial .site-footer__summary,.site-shell--editorial .site-footer__meta,.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email{max-width:none;font-size:clamp(1rem,4vw,1.2rem);line-height:1.45}.site-shell--editorial .site-footer__support{justify-self:stretch;width:100%}.site-shell--editorial .site-footer__cta{min-height:4.2rem;font-size:clamp(1.05rem,4.3vw,1.3rem)}}@media (max-width:699px){.site-shell--editorial .site-footer__eyebrow,.site-shell--editorial .site-footer__heading{font-size:.82rem}}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-grid--visual,.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page>section:first-child .hero-grid--visual{grid-template-columns:var(--secondary-hero-grid-columns);align-items:start}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-visual{min-width:0}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-visual__frame{width:100%;max-height:none;aspect-ratio:var(--secondary-page-image-aspect)!important}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page :is(.hero-visual__image,.feature-image,.about-video-frame img){width:100%;height:100%;aspect-ratio:var(--secondary-page-image-aspect);object-fit:cover;min-height:0!important}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page :is(.feature-row__visual,.about-video-frame){min-height:0;aspect-ratio:var(--secondary-page-image-aspect)!important}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .about-leader-card{grid-template-columns:var(--about-leader-image-width) minmax(0, 1fr)}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .about-leader-card__image{width:var(--about-leader-image-width);aspect-ratio:var(--secondary-page-image-aspect);height:var(--about-leader-image-height)!important}.site-shell--editorial .editorial-secondary-page :is(.hero-grid,.hero-copy,.hero-panel,.hero-support,.feature-list,.feature-row,.feature-row__body,.feature-row__visual,.section-heading,.split,.preview-grid,.metric-grid,.card-grid,.action-card,.editorial-panel,.quote-card){min-width:0;max-width:100%}.site-shell--editorial .editorial-secondary-page :is(.display-title,.section-title,h2,h3,p,li,a,blockquote){overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.site-shell--editorial .editorial-secondary-page :is(.display-title,.section-title,.lede,.hero-support){max-width:100%}@media (max-width:620px){.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-grid--visual,.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page>section:first-child .hero-grid--visual{grid-template-columns:minmax(0,1fr)}.site-shell--editorial:is(.site-shell--about,.site-shell--research,.site-shell--programs,.site-shell--opportunities) .editorial-secondary-page .hero-visual{display:none}}@media (max-width:699px){.site-shell--editorial .partners-index-page .display-title,.site-shell--editorial .impact-status-page .display-title{letter-spacing:-.025em;overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.15rem,10vw,3rem);line-height:.98}.site-shell--editorial .partners-index-page .section-title,.site-shell--editorial .impact-status-page .section-title{overflow-wrap:anywhere;max-width:100%;font-size:clamp(1.9rem,8vw,2.55rem);line-height:1.02}.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities,.site-shell--contact) .editorial-secondary-page .display-title{overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.15rem,10vw,3rem);line-height:.98}.site-shell--editorial .editorial-secondary-page .hero-actions>*{white-space:normal;min-width:0}}@media (max-width:360px){.site-shell--editorial:is(.site-shell--research,.site-shell--programs,.site-shell--opportunities,.site-shell--contact) .editorial-secondary-page .display-title{font-size:clamp(2rem,10vw,2.45rem);line-height:1}}@media (max-width:430px){.site-shell--editorial .impact-metric-card{grid-template-columns:minmax(0,1fr);gap:.55rem}.site-shell--editorial .impact-metric-card__value{letter-spacing:-.035em;overflow-wrap:anywhere;font-size:clamp(1.9rem,10.8vw,2.55rem);line-height:1}}@media (max-width:799px){.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email,.site-shell--editorial a.fact-card__source,.site-shell--editorial .section-link,.site-shell--editorial .back-link{align-items:center;min-height:2.75rem;display:inline-flex}.site-shell--editorial .site-footer__text-link,.site-shell--editorial .site-footer__email,.site-shell--editorial a.fact-card__source{padding-block:.25rem}.site-shell--editorial .section-link,.site-shell--editorial .back-link{line-height:1.3}.legacy-nav__link,.legacy-nav__submenu-link,.legacy-inline-link,.legacy-language-menu__trigger,.legacy-language-menu__option,.legacy-header__cta{justify-content:center;align-items:center;min-height:2.75rem;display:inline-flex}.legacy-social__link{width:2.75rem;height:2.75rem}}.legacy-prose,.legacy-prose-card,.legacy-article{overflow-wrap:anywhere}.site-shell--editorial .editorial-secondary-page .media-index-item h3 a{min-height:2.75rem;line-height:inherit;align-items:center;display:inline-flex}@media (max-width:360px){.site-shell--editorial .site-header__inner.site-header__inner--editorial{gap:.5rem;width:min(100% - 1.5rem,100%)}.site-shell--editorial .site-header__inner--editorial .brand--editorial{gap:.4rem}.site-shell--editorial .site-header__inner--editorial .brand__mark{width:2.2rem;height:2.2rem}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{letter-spacing:.025em;font-size:1.3rem}}.site-shell--editorial .site-header__inner--editorial .brand__wordmark{letter-spacing:-.035em;color:#0b1f3a;text-shadow:none;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,2.8vw,3.2rem);font-weight:400;line-height:.92}@media (max-width:980px){.site-shell--editorial .site-header__inner--editorial .brand__wordmark{font-size:clamp(1.45rem,4.8vw,2.05rem)}}@media (max-width:360px){.site-shell--editorial .site-header__inner--editorial .brand__wordmark{font-size:clamp(1.28rem,6vw,1.55rem)}}
