.about-hero{background:var(--forest);color:#fff;padding:105px 0 95px;position:relative;overflow:hidden}
.about-hero:after{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-220px;top:-330px}
.about-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:9vw;align-items:end;position:relative;z-index:1}
.about-hero h1{font-size:clamp(49px,6vw,82px);margin:25px 0 0}
.about-hero .breadcrumbs{color:#8fa8b0}
.about-hero-copy p{font-size:18px;color:#c5d1d5}
.about-proof{background:#fff;border-bottom:1px solid var(--line)}
.about-proof .shell{display:grid;grid-template-columns:repeat(5,1fr)}
.about-proof div{padding:28px 20px;border-right:1px solid var(--line)}
.about-proof div:first-child{border-left:1px solid var(--line)}
.about-proof strong{display:block;font:800 22px "Manrope";color:var(--green)}
.about-proof span{display:block;font-size:9px;color:var(--muted);margin-top:5px}
.firm-story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw}
.firm-story h2{font-size:52px}
.story-lead{font:600 22px/1.5 "Manrope";color:var(--ink)}
.story-body p:not(.story-lead){font-size:14px}
.delivery-model,.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.delivery-model article,.principle-grid article{background:var(--paper);padding:30px;min-height:310px}
.delivery-model span,.principle-grid span{font-size:10px;font-weight:800;color:var(--green)}
.delivery-model h3,.principle-grid h3{font-size:22px;margin-top:65px}
.delivery-model p,.principle-grid p{font-size:11px}
.principles{background:#fff}
.leadership-section{background:var(--forest);color:#fff}
.leadership-profile{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center}
.leader-photo{min-height:620px;background:#0b171b;padding:18px}
.leader-photo img{width:100%;height:100%;min-height:584px;object-fit:cover;object-position:center top}
.leader-copy h2{font-size:55px}
.leader-copy>p{color:#b5c8c2}
.leader-intro{font:600 20px/1.5 "Manrope"!important;color:#fff!important}
.leader-credentials{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.15);margin:30px 0}
.leader-credentials div{background:var(--forest);padding:18px}
.leader-credentials b{display:block;font:800 18px "Manrope";color:var(--lime)}
.leader-credentials span{font-size:8px;color:#a7b6bc}
.standards-section{background:var(--sand)}
.standards-row{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);background:#fff}
.standards-row span{text-align:center;padding:30px 12px;border-right:1px solid var(--line);font:800 13px "Manrope"}
.standards-note{font-size:9px;margin-top:14px}
.geography-section{background:var(--ink);color:#fff}
.geography-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}
.geography-grid h2{font-size:47px}
.geography-grid p{color:#a7b6bc}
.country-list{display:flex;flex-wrap:wrap;gap:9px}
.country-list span{border:1px solid rgba(255,255,255,.2);padding:11px 14px;font-size:10px;color:#c5d1d5}
@media(max-width:950px){.about-hero-grid,.firm-story-grid,.leadership-profile,.geography-grid{grid-template-columns:1fr}
.about-proof .shell{grid-template-columns:repeat(3,1fr)}
.delivery-model,.principle-grid{grid-template-columns:1fr 1fr}
.leader-photo{min-height:450px}
.leader-photo img{min-height:414px;max-height:560px}
}
@media(max-width:600px){.about-hero{padding:75px 0}
.about-hero h1{font-size:44px}
.about-proof .shell{grid-template-columns:1fr 1fr}
.about-proof div{border-bottom:1px solid var(--line)}
.delivery-model,.principle-grid{grid-template-columns:1fr}
.delivery-model article,.principle-grid article{min-height:230px}
.delivery-model h3,.principle-grid h3{margin-top:35px}
.leader-copy h2,.firm-story h2,.geography-grid h2{font-size:38px}
.leader-credentials{grid-template-columns:1fr}
.standards-row{grid-template-columns:1fr 1fr}
}

