:root{--blue:#243475;--navy:#101e35;--ink:#162339;--cyan:#69eafa;--muted:#5b6675;--pale:#f1f3f7;--line:#d5dae2;--gutter:clamp(24px,5.5vw,100px);--header:104px;--sans:'DM Sans',sans-serif;--serif:'Instrument Serif',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 80px)}body{margin:0;color:var(--ink);background:#fff;font:1rem/1.7 var(--sans)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #071827;outline-offset:3px;box-shadow:0 0 0 3px #fff}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:500;letter-spacing:-.045em;line-height:1.08}h1{font-size:clamp(48px,5.9vw,88px);margin-bottom:30px}h2{font-size:clamp(36px,4.1vw,62px);margin-bottom:27px}h3{font-size:28px;line-height:1.2;margin-bottom:20px}p{margin-bottom:22px}em{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}img{display:block;max-width:100%}ul,ol{padding-left:1.25em}button{cursor:pointer}details>summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}[hidden]{display:none!important}.skip-link{position:fixed;top:-90px;left:24px;background:#fff;padding:12px 24px;z-index:100}.skip-link:focus{top:12px}.site-header{height:var(--header);position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;background:var(--blue);color:#fff;padding:0 var(--gutter);border-bottom:1px solid #ffffff20;transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 7px 20px #0c17251a}.brand img{width:143px;height:auto}.site-header nav{display:flex;align-items:center;gap:clamp(20px,2.6vw,42px)}.site-header nav>a{font-size:14px;font-weight:600;position:relative;white-space:nowrap;padding:14px 0}.site-header nav>a:after{content:'';height:1px;background:var(--cyan);position:absolute;bottom:6px;left:0;right:100%;transition:right .2s}.site-header nav>a:hover:after,.site-header nav>a[aria-current]:after{right:0}.nav-contact{display:flex;gap:34px;align-items:center;border-bottom:1px solid #ffffff70}.nav-contact>span{font-size:24px}.menu-toggle{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:600;line-height:1.6;margin-bottom:25px;color:var(--blue)}.index{font-size:13px;letter-spacing:.08em;color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-height:58px;padding:17px 24px;border:0;border-radius:0;font-size:15px;font-weight:600;line-height:1.4;transition:background .2s}.button>span{font-size:26px;line-height:1;transition:transform .2s}.button:hover>span,.text-link:hover>span{transform:translate(3px,-3px)}.button.cyan{background:var(--blue);color:#fff}.button.cyan:hover{background:#1b285e}.button.dark{background:var(--blue);color:#fff}.button.dark:hover{background:#1b285e}.text-link{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:13px 0;border-bottom:1px solid #a4adbc;font-size:14px;font-weight:550;line-height:1.5}.text-link>span{font-size:25px;line-height:1;transition:transform .2s}.text-link.light{border-color:#ffffff70;color:#fff}.hero{min-height:calc(100svh - var(--header));position:relative;isolation:isolate;overflow:hidden;background:var(--navy);color:#fff;display:flex;align-items:center}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;z-index:-2;animation:heroImage 1.2s ease-out both}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#091a2bd4,#0c20354d 77%),linear-gradient(0deg,#0d1f32a3,transparent 50%)}.hero-inner{padding:65px var(--gutter) 130px;width:100%}.hero h1{font-size:clamp(57px,7.5vw,114px);line-height:1.02;letter-spacing:-.06em;margin-bottom:34px}.hero h1 em{font-size:1.1em;letter-spacing:-.02em}.hero .eyebrow{color:#fff;margin-bottom:30px}.hero-description{font-size:19px;line-height:1.7;max-width:530px;margin-bottom:32px;color:#edf2fa}.hero-inner>*{animation:enter .55s ease-out both}.hero-inner h1{animation-delay:.05s}.hero-inner .button{animation-delay:.1s}.hero-foot{position:absolute;bottom:0;left:var(--gutter);right:var(--gutter);border-top:1px solid #ffffff40;display:flex;justify-content:space-between;padding:24px 0;font-size:13px}.hero-foot a{display:flex;gap:28px;align-items:center}.hero-foot a span{font-size:22px}.recognition{padding:28px var(--gutter);display:grid;grid-template-columns:1fr 1.4fr 1.3fr;gap:40px;align-items:center;background:var(--pale);border-bottom:1px solid var(--line)}.recognition>.eyebrow{margin:0}.recognition>a{display:grid;grid-template-columns:1fr auto;column-gap:20px;border-left:1px solid var(--line);padding-left:40px}.recognition strong{font-size:26px;letter-spacing:-.04em;font-weight:500}.recognition a>span:not(:last-child){font-size:13px;color:var(--muted)}.recognition a>span:last-child{font-size:24px;grid-column:2;grid-row:1/3;align-self:center}.section{padding:100px var(--gutter)}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:55px;margin-bottom:55px}.section-heading>.eyebrow{padding-top:8px}.section-heading h2{margin-bottom:24px}.section-description{font-size:19px;line-height:1.75;max-width:700px;color:var(--muted)}.section-description:last-child{margin-bottom:0}.challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.challenge-grid article{border-top:1px solid var(--line);padding-top:28px;display:flex;flex-direction:column;align-items:flex-start}.challenge-grid .index{margin-bottom:28px}.challenge-grid h3{font-size:34px}.challenge-grid article>p{font-size:17px;color:var(--muted)}.challenge-grid .text-link{margin-top:auto}.challenge-grid .eyebrow{font-size:12px;color:var(--blue)}.approach-feature{position:relative;min-height:690px;color:#fff;background:var(--navy);isolation:isolate;display:flex;align-items:center;overflow:hidden}.approach-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% center;z-index:-2}.approach-feature:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0a1c30ed 0%,#10263dcc 46%,#172f481f 100%)}.approach-copy{padding:95px var(--gutter);width:78%;max-width:1120px}.approach-copy .eyebrow{color:#dbe3ef}.approach-copy h2{font-size:clamp(43px,4.65vw,72px);line-height:1.08}.approach-copy>p:not(.eyebrow){max-width:605px;font-size:19px;color:#e2e9f1;line-height:1.8}.method-line{display:flex;gap:23px;margin:37px 0 23px;border-top:1px solid #ffffff55;max-width:640px;padding-top:18px;counter-reset:method}.method-line>span{font-size:14px;counter-increment:method}.method-line>span:before{content:'0' counter(method);display:block;color:var(--cyan);font-size:12px;margin-bottom:9px}.practice-row{display:grid;grid-template-columns:50px 1.35fr 1fr 55px;align-items:center;gap:35px;padding:36px 0;border-top:1px solid var(--line)}.practice-row:last-child{border-bottom:1px solid var(--line)}.practice-row h3{font-size:34px;margin:0}.practice-row p{font-size:17px;color:var(--muted);margin:0}.round-arrow{border:1px solid var(--line);border-radius:50%;height:52px;width:52px;display:grid;place-items:center;font-size:27px;transition:background .2s,transform .2s}.practice-row:hover .round-arrow{background:var(--cyan);transform:rotate(8deg)}.impact-feature,.firm-statement{background:var(--blue);color:#fff;padding:90px var(--gutter);display:grid;grid-template-columns:1.25fr 1fr;gap:90px;align-items:center}.impact-feature .eyebrow,.firm-statement .eyebrow{color:#dce8ff}.impact-feature h2,.firm-statement h2{margin:0}.impact-feature>div:last-child,.firm-statement>div:last-child{font-size:19px;color:#edf2fa;line-height:1.8}.industry-links{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:28px}.industry-links .text-link{font-size:20px;padding:24px 0;border-top:1px solid var(--line);border-bottom:0}.founder-feature{display:grid;grid-template-columns:45% 55%;background:var(--pale)}.founder-photo{height:650px;overflow:hidden}.founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center 22%;transform:scale(1.12);transform-origin:50% 15%}.founder-copy{padding:80px clamp(40px,6vw,100px);align-self:center}.founder-copy h2{font-size:clamp(39px,3.8vw,58px)}.founder-copy>p:not(.eyebrow){font-size:18px;color:var(--muted)}.person-signature{display:flex;flex-direction:column;margin:30px 0 16px}.person-signature strong{font-size:20px;font-weight:550}.person-signature span{font-size:14px;color:var(--muted)}.insight-feature,.featured-insight{display:grid;grid-template-columns:1fr 2fr;gap:55px}.insight-title{display:flex;gap:50px;justify-content:space-between}.insight-title>span{font-size:64px;line-height:1}.insight-title h2{font-size:clamp(45px,5vw,76px)}.editorial-date{font-size:14px;color:var(--muted)}.contact-band{background:var(--navy);color:#fff;padding:85px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:45px;position:relative;isolation:isolate;overflow:hidden}.contact-band:after{content:'';position:absolute;inset:0 0 0 45%;background:url('/assets/mountain-1280.webp') center/cover;opacity:.08;z-index:-1}.contact-band .eyebrow{color:#c9d4e6}.contact-band h2{font-size:clamp(62px,6.3vw,94px);line-height:.98;margin:0}.site-footer{background:var(--blue);color:#fff;padding:55px var(--gutter) 25px}.footer-top{display:flex;justify-content:space-between;gap:70px;padding-bottom:48px}.footer-brand{display:flex;align-items:flex-start;gap:48px}.footer-brand img{width:190px;height:auto}.footer-brand p{font-size:15px;border-left:1px solid #ffffff40;padding-left:32px;margin-top:24px}.footer-nav{display:flex;gap:85px;min-width:36%}.footer-nav>div{display:flex;flex-direction:column;gap:9px}.footer-nav .eyebrow{color:#d3dced;margin-bottom:6px;font-size:12px}.footer-nav a{font-size:14px}.footer-nav a:hover{text-decoration:underline}.footer-bottom{padding-top:24px;border-top:1px solid #ffffff30;display:flex;gap:28px;font-size:12px;color:#dce4f6}.footer-bottom>a:last-child{margin-left:auto}.page-intro{background:var(--blue);color:#fff;padding:67px var(--gutter) 75px}.page-intro .eyebrow{color:#dee6f6}.page-intro h1{max-width:1130px}.intro-description{font-size:20px;line-height:1.75;max-width:850px;margin-bottom:0;color:inherit}.practice-intro{background:var(--navy)}.practice-intro h1{max-width:1000px;font-size:clamp(45px,5.2vw,78px)}.practice-intro .intro-description{max-width:960px;font-size:18px;color:#dce4ef}.back-link{display:inline-block;margin-bottom:38px;font-size:14px;border-bottom:1px solid #ffffff70;padding-bottom:7px}.jump-nav{position:sticky;top:var(--header);z-index:20;padding:0 var(--gutter);display:flex;gap:45px;background:white;border-bottom:1px solid var(--line);overflow-x:auto}.jump-nav a{font-size:14px;white-space:nowrap;padding:23px 0;border-bottom:2px solid transparent}.jump-nav a:hover{border-color:var(--blue)}.expertise-section{display:grid;grid-template-columns:1fr 1.2fr;gap:90px;border-bottom:1px solid var(--line)}.expertise-section>div:first-child>p:not(.eyebrow){font-size:18px;color:var(--muted)}.expertise-section h2{font-size:48px}.expertise-section .button{margin-top:12px}.service-details details{border-top:1px solid var(--line)}.service-details details:last-child{border-bottom:1px solid var(--line)}summary{display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:20px;font-weight:500;line-height:1.5}summary>span{font-size:24px;font-weight:400;transition:transform .2s}details[open]>summary>span{transform:rotate(45deg)}.detail-body{padding:0 0 26px;color:var(--muted);font-size:17px}.detail-body .text-link{color:var(--ink)}.split-section{display:grid;grid-template-columns:1fr 1.4fr;gap:90px}.situations{list-style:none;margin:0;padding:0}.situations li{border-top:1px solid var(--line);padding:22px 0 22px 30px;font-size:19px;position:relative}.situations li:before{content:'—';position:absolute;left:0;color:var(--blue)}.pale{background:var(--pale)}.workstreams>article{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;border-top:1px solid var(--line);padding:42px 0}.workstreams>article:last-child{padding-bottom:0}.workstreams .index{display:block;margin-bottom:20px}.workstreams h3{font-size:32px;max-width:390px}.service-tags{font-size:14px;color:var(--muted);max-width:400px;line-height:1.8}.workstreams>article>div:last-child{font-size:18px;color:var(--muted)}.workstreams .eyebrow{font-size:12px;margin:25px 0 8px}.workstreams ul{font-size:16px;line-height:1.9;margin:0}.measure-list{max-width:1000px;margin-left:auto}.measure-list article{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;padding:26px 0;border-top:1px solid var(--line)}.measure-list h3{font-size:23px;margin:0;line-height:1.4}.measure-list p{margin:0;color:var(--muted);font-size:17px}.engagement-list{counter-reset:engagement;list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:40px 60px;margin:0}.engagement-list li{counter-increment:engagement;border-top:1px solid var(--line);padding-top:25px}.engagement-list li:before{content:'0' counter(engagement);font-size:14px;color:var(--blue);display:block;margin-bottom:18px}.engagement-list h3{font-size:25px}.engagement-list p{font-size:17px;color:var(--muted);margin:0}.practice-contact{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center}.practice-contact h2{font-size:45px}.practice-contact>div>p:not(.eyebrow){font-size:18px;color:var(--muted)}.expert-mini{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);padding-top:30px}.expert-mini img{width:100px;height:125px;object-fit:cover;object-position:50% 10%}.expert-mini>div{display:flex;flex-direction:column;gap:8px}.expert-mini strong{font-size:23px;font-weight:500}.expert-mini span{font-size:14px;color:var(--muted)}.wide-photo{height:400px;overflow:hidden}.wide-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 48%}.method-steps{max-width:1040px;margin-left:auto}.method-steps article{display:grid;grid-template-columns:130px 1fr;gap:40px;border-top:1px solid var(--line);padding:40px 0}.step-number{font-family:var(--serif);font-size:76px;line-height:1;color:var(--blue)}.method-steps .eyebrow{margin-bottom:15px}.method-steps h3{font-size:34px}.method-steps p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:710px}.method-steps .output{border-left:2px solid var(--cyan);padding-left:22px;font-size:16px!important;margin:27px 0 0}.output span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:6px;color:var(--blue)}.case-studies{display:grid;grid-template-columns:1fr 2fr;gap:55px}.case-studies .button{margin-top:30px}.industry-banner{height:310px;overflow:hidden}.industry-banner img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.industry-list{padding-top:25px}.industry-list article{display:grid;grid-template-columns:40px 1fr 1.15fr;gap:35px;padding:40px 0;border-bottom:1px solid var(--line);scroll-margin-top:125px}.industry-list h2{font-size:30px;margin:0}.industry-list article>div>p{font-size:17px;color:var(--muted)}.industry-list summary{font-size:15px;border-top:1px solid var(--line);padding:14px 0}.industry-list .detail-body h3{font-size:23px}.industry-list .detail-body{font-size:16px;padding-top:15px}.values-section{background:var(--navy);color:#fff}.values-section .eyebrow,.values-section .index{color:#b8d7f6}.values-list article{display:grid;grid-template-columns:50px 1fr 1.4fr;gap:35px;padding:30px 0;border-top:1px solid #ffffff30}.values-list h3{font-size:26px;margin:0}.values-list p{color:#d7e0ef;margin:0;font-size:17px}.prose{font-size:19px;color:var(--muted);line-height:1.85}.prose h2,.prose h3{color:var(--ink)}.profile-hero{background:var(--navy);color:#fff;display:grid;grid-template-columns:55% 45%}.profile-hero>div:first-child{padding:70px var(--gutter);align-self:center}.profile-hero .eyebrow{color:#d5e1f3}.profile-hero h1{font-size:clamp(60px,6vw,94px);margin-bottom:18px}.profile-hero .role{font-size:18px;color:#d4e0f1;margin-bottom:36px}.profile-hero .intro-description{font-size:22px;max-width:520px;margin-bottom:20px}.profile-hero>div:last-child{height:690px;overflow:hidden}.profile-hero img{width:100%;height:100%;object-fit:cover;object-position:50% 0;transform:none;transform-origin:50% 0}.profile-body{display:grid;grid-template-columns:1fr 2fr;gap:80px}.profile-body .profile-facts{font-size:15px;color:var(--muted)}.reading-links{display:flex;flex-direction:column;align-items:stretch;margin-top:30px}.reading-links .text-link{padding:23px 0;font-size:17px;gap:35px}.featured-insight{background:var(--pale)}.featured-insight h2{font-size:clamp(45px,5.6vw,82px)}.featured-insight .button{margin-top:30px}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:40px}.split-heading h2{margin:0}.split-heading>p{max-width:330px;margin:0;color:var(--muted)}.article-row{display:grid;grid-template-columns:1fr 2.4fr 30px;gap:50px;padding:35px 0;border-top:1px solid var(--line);align-items:start}.article-row h3{font-size:30px;line-height:1.25;margin:0}.article-row>span:last-child{font-size:28px}.article-meta{font-size:14px;color:var(--blue)}.article-meta>span{display:block;font-size:13px;color:var(--muted);margin-top:7px}.article-intro{padding:55px var(--gutter) 65px;background:var(--navy);color:#fff}.article-intro .eyebrow{color:#c8dbf3}.article-intro h1{max-width:1150px;font-size:clamp(42px,4.8vw,72px);line-height:1.12;margin-bottom:25px}.article-intro .intro-description{font-size:20px;color:#d8e1ef}.article-date{font-size:14px;color:#d8e1ef;margin:26px 0 0}.article-layout{padding:70px var(--gutter) 100px;display:grid;grid-template-columns:240px minmax(0,760px);gap:90px;justify-content:space-between}.article-layout aside{align-self:start;position:sticky;top:calc(var(--header) + 30px);font-size:14px;color:var(--muted)}.article-layout aside>a{display:block;padding:10px 0;border-top:1px solid var(--line);line-height:1.5}.article-content{font-size:18px;line-height:1.9;min-width:0}.article-content h2{font-size:34px;line-height:1.2;margin:48px 0 24px;scroll-margin-top:130px}.article-content h3{font-size:26px;margin:35px 0 20px}.article-content>p>a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.article-content img{height:auto}.executive-summary{border-left:3px solid var(--cyan);padding:0 0 0 28px;margin:0 0 38px}.executive-summary .eyebrow{margin-bottom:17px}.executive-summary>p:last-child{font-size:21px;line-height:1.65}.article-example{background:var(--pale);padding:30px;margin:30px 0}.article-example>p:last-child{margin:0;font-size:17px}.discussion-guide{display:grid;grid-template-columns:150px 1fr;margin:30px 0}.discussion-guide dt,.discussion-guide dd{border-top:1px solid var(--line);padding:18px 0;margin:0;font-size:16px}.discussion-guide dt{font-weight:600}.article-end{padding-top:35px;margin-top:45px;border-top:1px solid var(--line)}.article-end .button{font-size:14px}.careers-contact{max-width:900px;margin:auto;text-align:center}.careers-contact>p:not(.eyebrow){font-size:19px;color:var(--muted)}.careers-contact .button{margin-top:15px}.contact-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:90px}.email-link{font-size:clamp(23px,2.5vw,38px);letter-spacing:-.05em;line-height:1.2;display:block;margin-bottom:20px}.contact-layout>div>p:not(.eyebrow){color:var(--muted);font-size:16px}.contact-note{margin:50px 0 20px}.contact-note h2{font-size:35px}.contact-note p{color:var(--muted);font-size:17px}.inquiry-form{border-left:1px solid var(--line);padding-left:55px}.inquiry-form label{display:block;font-size:14px;font-weight:500;margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}input,select,textarea{width:100%;display:block;margin-top:9px;border:1px solid #7c8798;background:white;border-radius:0;color:var(--ink);padding:12px 14px;font-size:16px;line-height:1.6}textarea{resize:vertical}input{min-width:0}.form-note,.small-note{font-size:14px;color:var(--muted);line-height:1.65}.privacy-link{display:inline-block;margin-top:20px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.form-status{font-size:15px;margin:20px 0}.form-status:empty{display:none}.text-button{padding:6px 0;border:0;border-bottom:1px solid var(--blue);color:var(--blue);background:none;font-size:15px;margin:15px 0}.policy{max-width:1000px;margin:auto;font-size:18px;line-height:1.85}.policy h2{font-size:35px;margin-top:40px}.policy a{text-decoration:underline}.compact{padding-top:40px;padding-bottom:55px}.reveal-enter{animation:enter .5s ease-out both}@keyframes enter{from{opacity:.3;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes heroImage{from{transform:scale(1.025)}to{transform:scale(1)}}
@media(min-width:1800px){:root{--gutter:max(100px,calc((100vw - 1580px)/2))}}
@media(max-width:1100px){.site-header nav{gap:20px}.nav-contact{gap:15px}.section-heading{gap:35px;grid-template-columns:1fr 2.2fr}.challenge-grid{gap:30px}.challenge-grid h3{font-size:30px}.approach-copy{width:88%}.practice-row{gap:23px;grid-template-columns:35px 1.3fr 1fr 48px}.practice-row h3{font-size:29px}.industry-links{grid-template-columns:1fr 1fr}.expertise-section,.split-section,.workstreams>article,.practice-contact,.contact-layout{gap:50px}.founder-copy{padding:60px 40px}.founder-photo{height:600px}.article-layout{grid-template-columns:210px minmax(0,1fr);gap:50px}.footer-brand{gap:25px}.footer-brand p{padding-left:20px}.footer-nav{gap:55px}.inquiry-form{padding-left:30px}.impact-feature,.firm-statement{gap:50px}.profile-hero>div:first-child{padding:60px var(--gutter)}}
@media(max-width:960px){:root{--header:90px}.brand img{width:125px}.menu-toggle{display:flex;align-items:center;gap:18px;color:white;background:none;border:0;padding:12px 0 12px 12px;font-size:14px}.menu-icon{width:22px;height:14px;border-top:1px solid #fff;border-bottom:1px solid #fff;transition:transform .2s}.menu-open .menu-icon{transform:rotate(-45deg);height:1px}.site-header nav{display:none;position:absolute;top:calc(var(--header) - 1px);left:0;right:0;padding:20px var(--gutter) 28px;background:var(--blue);box-shadow:0 12px 20px #0c17251a;max-height:calc(100svh - var(--header));overflow-y:auto}.menu-open #main-nav{display:block}.site-header nav>a{display:block;padding:15px 0;border-bottom:1px solid #ffffff30;font-size:18px;white-space:normal}.site-header nav>.nav-contact{display:flex;justify-content:space-between}.site-header nav>a:after{display:none}.recognition{gap:25px;grid-template-columns:1fr 1.3fr 1.2fr}.recognition>a{padding-left:25px}.recognition strong{font-size:23px}.challenge-grid h3{font-size:28px}.section{padding-top:80px;padding-bottom:80px}.hero h1{font-size:clamp(50px,8vw,76px)}.hero-description{font-size:18px}.hero-inner{padding-top:65px;padding-bottom:120px}.founder-feature{grid-template-columns:42% 58%}.founder-copy h2{font-size:40px}.founder-copy>p:not(.eyebrow){font-size:17px}.founder-photo{height:580px}.footer-brand{display:block}.footer-brand p{border:0;padding:0;margin:15px 0 0}.jump-nav{gap:32px}.expertise-section{grid-template-columns:1fr 1.1fr;gap:35px}.expertise-section h2{font-size:40px}.profile-hero>div:last-child{height:630px}.profile-hero .intro-description{font-size:19px}.profile-body{gap:45px}.contact-layout{grid-template-columns:1fr;gap:45px}.contact-layout>div{max-width:650px}.contact-note{margin:30px 0 20px}.inquiry-form{border-left:0;border-top:1px solid var(--line);padding:40px 0 0}.email-link{font-size:35px}}
@media(max-width:700px){:root{--header:88px;--gutter:24px}h1{font-size:45px;line-height:1.08}h2{font-size:38px;line-height:1.12}h3{font-size:26px}.brand img{width:120px}.hero{min-height:calc(100svh - var(--header))}.hero-inner{padding:55px var(--gutter) 115px}.hero h1{font-size:clamp(35px,9.8vw,58px);line-height:1.06;letter-spacing:-.055em;margin-bottom:27px}.hero h1 em{font-size:1.14em}.hero .eyebrow{max-width:280px;font-size:12px;letter-spacing:.09em;margin-bottom:28px}.hero-description{font-size:17px;line-height:1.75;max-width:345px;margin-bottom:27px}.hero-description br{display:none}.hero-image{object-position:57% center}.hero:after{background:linear-gradient(90deg,#091a2bc4,#0c20356b),linear-gradient(0deg,#0d1f32bf,transparent 60%)}.hero-foot{font-size:12px;padding:20px 0;gap:20px}.hero-foot>span{max-width:135px}.hero-foot a{gap:15px}.button{font-size:14px;padding:17px 21px;gap:30px;max-width:100%}.button>span{font-size:24px}.recognition{padding:30px var(--gutter);grid-template-columns:1fr 1fr;gap:22px}.recognition>.eyebrow{grid-column:1/-1}.recognition>a{border:0;padding:0;column-gap:10px}.recognition strong{font-size:24px}.recognition a>span:not(:last-child){font-size:12px;line-height:1.5}.recognition a>span:last-child{font-size:20px}.section{padding:65px var(--gutter)}.section-heading{display:block;margin-bottom:35px}.section-heading>.eyebrow{padding:0;margin-bottom:22px}.section-heading h2{font-size:37px}.section-description{font-size:17px;line-height:1.8}.challenge-grid{grid-template-columns:1fr;gap:30px}.challenge-grid article{padding-top:25px}.challenge-grid .index{margin-bottom:18px}.challenge-grid h3{font-size:29px;margin-bottom:18px}.challenge-grid h3 br{display:none}.challenge-grid article>p{font-size:17px}.challenge-grid .text-link{margin-top:0}.approach-feature{min-height:720px;align-items:flex-start}.approach-copy{padding:60px var(--gutter) 170px;width:100%;max-width:none}.approach-copy h2{font-size:42px;line-height:1.1}.approach-copy>p:not(.eyebrow){font-size:17px;line-height:1.8}.approach-photo{object-position:62% bottom}.approach-feature:after{background:linear-gradient(180deg,#091d30eb,#112a44c9 62%,#19395233)}.method-line{gap:0;justify-content:space-between;margin-top:27px}.method-line>span{font-size:12px}.method-line>span:before{font-size:12px}.practice-row{grid-template-columns:24px 1fr 38px;gap:15px;padding:28px 0}.practice-row h3{font-size:27px}.practice-row p{grid-column:2/4;grid-row:2;font-size:16px}.practice-row .round-arrow{grid-column:3;grid-row:1;width:38px;height:38px;font-size:23px}.practice-row .index{align-self:start;padding-top:5px}.impact-feature,.firm-statement{display:block;padding:65px var(--gutter)}.impact-feature h2,.firm-statement h2{font-size:43px;margin-bottom:30px}.impact-feature>div:last-child,.firm-statement>div:last-child{font-size:17px}.industry-links{gap:8px 23px;margin-bottom:23px}.industry-links .text-link{font-size:18px;gap:15px;line-height:1.5}.industry-links .text-link>span{font-size:23px}.founder-feature{display:flex;flex-direction:column}.founder-photo{height:520px}.founder-photo img{object-position:50% 15%;transform:scale(1.15)}.founder-copy{padding:55px var(--gutter) 65px}.founder-copy h2{font-size:40px}.person-signature{margin:25px 0 15px}.insight-feature,.featured-insight{display:block}.insight-feature>div:first-child,.featured-insight>div:first-child{margin-bottom:32px}.insight-feature .eyebrow{margin-bottom:12px}.insight-title{gap:15px}.insight-title h2{font-size:44px}.insight-title>span{font-size:39px}.contact-band{display:block;padding:62px var(--gutter) 68px}.contact-band h2{font-size:65px}.contact-band .button{margin-top:32px}.site-footer{padding:45px var(--gutter) 25px}.footer-top{display:block;padding-bottom:35px}.footer-brand{display:flex;gap:23px;align-items:center}.footer-brand img{width:165px}.footer-brand p{font-size:13px;margin:0;max-width:140px}.footer-nav{margin-top:35px;gap:70px}.footer-nav a{font-size:15px}.footer-bottom{gap:20px;font-size:12px;flex-wrap:wrap}.footer-bottom>a:last-child{margin-left:auto}.page-intro{padding:53px var(--gutter) 60px}.page-intro h1{font-size:44px}.intro-description{font-size:18px;line-height:1.8}.practice-intro h1{font-size:42px}.practice-intro .intro-description{font-size:17px;line-height:1.8}.back-link{margin-bottom:30px}.jump-nav{padding-left:var(--gutter);padding-right:var(--gutter);gap:28px}.jump-nav a{font-size:14px;padding:19px 0}.expertise-section,.split-section,.practice-contact{display:block}.expertise-section>div:first-child{margin-bottom:35px}.expertise-section h2{font-size:38px}.expertise-section>div:first-child>p:not(.eyebrow){font-size:17px}.service-details summary{font-size:19px}.split-section>div:first-child{margin-bottom:30px}.situations li{font-size:17px;padding:20px 0 20px 27px}.workstreams>article{display:block;padding:32px 0}.workstreams h3{font-size:29px}.workstreams .index{margin-bottom:16px}.workstreams>article>div:last-child{font-size:17px}.service-tags{margin-bottom:25px}.measure-list article{display:block;padding:24px 0}.measure-list h3{font-size:23px;margin-bottom:13px}.measure-list p{font-size:16px}.engagement-list{grid-template-columns:1fr;gap:30px}.engagement-list h3{font-size:25px}.practice-contact h2{font-size:36px}.expert-mini{margin-top:40px;gap:20px}.expert-mini img{width:90px;height:113px}.expert-mini strong{font-size:22px}.expert-mini span{font-size:13px}.wide-photo{height:250px}.method-steps article{grid-template-columns:46px 1fr;gap:23px;padding:30px 0}.step-number{font-size:45px}.method-steps h3{font-size:27px}.method-steps p:not(.eyebrow){font-size:16px}.method-steps .eyebrow{font-size:12px;margin-bottom:13px}.method-steps .output{padding-left:16px;font-size:14px!important}.case-studies{display:block}.case-studies>.eyebrow{margin-bottom:23px}.industry-banner{height:210px}.industry-list{padding-top:10px}.industry-list article{grid-template-columns:24px 1fr;gap:15px;padding:29px 0}.industry-list article>div:last-child{grid-column:2}.industry-list h2{font-size:27px}.industry-list article>div>p{font-size:16px}.industry-list .text-link{font-size:14px}.values-list article{grid-template-columns:25px 1fr;gap:16px;padding:27px 0}.values-list h3{font-size:25px}.values-list p{grid-column:2;font-size:16px}.prose{font-size:17px}.profile-hero{display:flex;flex-direction:column}.profile-hero>div:first-child{padding:48px var(--gutter) 55px}.profile-hero h1{font-size:65px}.profile-hero .role{font-size:16px;margin-bottom:24px}.profile-hero>div:last-child{height:540px}.profile-hero img{object-position:center top}.profile-body{display:block}.profile-body .profile-facts{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:35px}.profile-body .prose h2{font-size:37px}.reading-links .text-link{font-size:16px}.featured-insight h2{font-size:44px}.split-heading{display:block;margin-bottom:30px}.split-heading>p{margin-top:20px}.article-row{grid-template-columns:1fr 24px;gap:18px;padding:30px 0}.article-meta{grid-column:1/-1;display:flex;justify-content:space-between;gap:15px;font-size:12px}.article-meta>span{font-size:12px;margin:0}.article-row h3{font-size:26px;line-height:1.25}.article-row>span:last-child{grid-column:2;grid-row:2;font-size:24px}.article-intro{padding:40px var(--gutter) 48px}.article-intro h1{font-size:37px;line-height:1.14}.article-intro .intro-description{font-size:18px}.article-intro .eyebrow{margin-bottom:22px}.article-date{font-size:13px;margin-top:23px}.article-layout{display:block;padding:40px var(--gutter) 65px}.article-layout aside{position:static;border-bottom:1px solid var(--line);margin-bottom:33px;padding-bottom:20px;font-size:14px}.article-layout aside .eyebrow{margin-bottom:18px}.article-layout aside a{font-size:14px;padding:8px 0}.article-content{font-size:17px;line-height:1.85}.article-content h2{font-size:29px;margin-top:38px}.executive-summary{padding-left:22px}.executive-summary>p:last-child{font-size:19px}.article-example{padding:24px}.article-example>p:last-child{font-size:16px}.discussion-guide{grid-template-columns:110px 1fr;gap:0 16px}.discussion-guide dt,.discussion-guide dd{font-size:15px}.article-end .button{font-size:14px;gap:20px}.careers-contact>p:not(.eyebrow){font-size:17px}.contact-layout{display:block}.contact-layout>div{margin-bottom:40px}.email-link{font-size:28px}.contact-note h2{font-size:31px}.inquiry-form{padding-top:32px}.form-row{display:block}.inquiry-form label{font-size:14px}.policy{font-size:17px}.policy h2{font-size:30px}.compact{padding-top:35px;padding-bottom:50px}}
@media(max-width:360px){.hero h1{font-size:34px}.hero-description{font-size:16px}.hero-inner{padding-top:42px}.method-line>span{font-size:12px}.founder-photo{height:460px}.footer-brand{display:block}.footer-brand p{margin-top:16px}.page-intro h1{font-size:39px}.profile-hero h1{font-size:56px}.email-link{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Shared signature publication feature. */
.publication-feature{display:grid;grid-template-columns:1fr 2fr;gap:70px;background:#edf1f2}
.publication-feature h2{font-size:clamp(42px,5vw,76px);line-height:1.08;margin-bottom:26px}
.publication-feature .section-description{max-width:670px;margin-bottom:30px}
.publication-edition{font-size:14px;color:var(--muted);margin-top:35px;line-height:1.8}
@media(max-width:700px){.publication-feature{display:block}.publication-feature>div:first-child{margin-bottom:28px}.publication-edition{display:none}}

/* Preserve each photographic component layout while negotiating image formats. */
picture.responsive-photo{display:contents}
