:root{--paper:#f7f8f6;--paper-light:#fff;--ink:#182d34;--muted:#5b686c;--accent:#2e665f;--accent-text:#275c55;--gold:#a3c9c1;--line:#d4ddda;--dark:#162d32;--dark-line:#42565c;--white:#fff;--error:#a33126;--sans:"IBM Plex Sans Variable", Arial, sans-serif;--display:"IBM Plex Sans Variable", Arial, sans-serif;--gutter:clamp(24px, 4.6vw, 88px);--ease:cubic-bezier(.22, .68, 0, 1.01);--header-height:100px;--z-header:40;--z-overlay:50}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65}body.nav-open{overflow:hidden}::selection{background:var(--gold);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:default}button{touch-action:manipulation}button,input,textarea,select{border-radius:0}img{max-width:100%;display:block}svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3{letter-spacing:-.03em;font-weight:450;line-height:1.1}h1{font-size:clamp(52px,6.6vw,100px)}h2{font-size:clamp(35px,4.05vw,62px)}h3{letter-spacing:-.035em;font-size:28px}p{color:var(--muted)}em{font-style:normal;font-family:var(--display);letter-spacing:-.03em;font-weight:400}ul{padding:0;list-style:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}[hidden]{display:none!important}.wrap{width:calc(100% - var(--gutter) * 2);max-width:1440px;margin-inline:auto}.section-space{padding-block:110px}.eyebrow,.small-label{letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:550;line-height:1.7}.eyebrow{align-items:center;gap:12px;display:inline-flex}.tiny-cross{flex-shrink:0;width:14px;height:14px;display:inline-block;position:relative}.tiny-cross:before,.tiny-cross:after{content:"";background:var(--accent);position:absolute}.tiny-cross:before{width:14px;height:1px;top:6px}.tiny-cross:after{width:1px;height:14px;left:6px}.icon{width:21px;height:21px}.skip-link{background:var(--ink);color:var(--paper);z-index:100;padding:12px 20px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:12px}.reading-progress{transform-origin:0;background:var(--accent);z-index:60;height:2px;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.site-header{height:var(--header-height);background:var(--paper);z-index:var(--z-header);transition:box-shadow .25s,background .25s;position:sticky;top:0}.site-header.is-scrolled{box-shadow:0 1px 0 var(--line);background:#f7f8f6}.header-inner{height:100%;width:calc(100% - var(--gutter) * 2);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:32px;max-width:1440px;margin:auto;display:flex}.brand{flex-shrink:0;align-items:center;gap:13px;display:inline-flex}.brand-mark{width:34px;height:38px}.brand-name{letter-spacing:.08em;font-size:21px;font-weight:550;line-height:1.1}.brand-name>span{letter-spacing:.34em;margin-top:8px;font-size:9px;font-weight:450;display:block}.desktop-nav{align-items:center;gap:29px;display:flex}.nav-link{white-space:nowrap;align-items:center;min-height:44px;font-size:12px;font-weight:500;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--ink);transform-origin:0;height:1px;transition:transform .25s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-group{align-items:center;display:flex;position:relative}.submenu-toggle{background:0 0;border:0;width:30px;height:44px;padding:6px}.submenu-toggle .icon{width:12px;transition:transform .25s}.submenu-toggle[aria-expanded=true] .icon{transform:rotate(180deg)}.submenu{background:var(--paper-light);border:1px solid var(--line);width:330px;padding:12px;position:absolute;top:58px;left:-24px;box-shadow:0 10px 22px #2428220a}.submenu a{align-items:center;gap:13px;padding:18px 12px;font-size:13px;transition:background .25s;display:flex}.submenu a:hover{background:#eae8e0}.submenu a span{color:var(--accent);font-size:10px}.submenu a .icon{width:15px;margin-left:auto}.header-contact{border:1px solid var(--ink);justify-content:center;align-items:center;gap:28px;min-height:46px;padding:12px 18px;font-size:12px;font-weight:550;transition:color .25s,background .25s;display:flex}.header-contact:hover{color:var(--paper);background:var(--ink)}.header-contact .icon{width:17px}.mobile-toggle,.mobile-nav{display:none}.action{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:27px;min-height:48px;font-size:12px;font-weight:550;line-height:1.45;transition:color .25s,background .25s,border-color .25s;display:inline-flex}.action-arrow{justify-content:center;align-items:center;display:flex;overflow:hidden}.action-arrow .icon{transition:transform .3s var(--ease)}.action:hover .action-arrow .icon{transform:translate(2px,-2px)}.action-solid{background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:18px 24px}.action-light{background:var(--paper);color:var(--ink);border:1px solid var(--paper);padding:18px 24px}.action-text{border-bottom:1px solid;align-self:flex-start;padding:5px 0;position:relative}.action-text:hover{color:var(--accent)}.action-outline{border:1px solid var(--line);padding:14px 18px}.action-outline:hover{background:var(--paper)}.circle-link{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:background .25s,color .25s,transform .25s;display:inline-flex}.circle-link:hover{background:var(--paper);color:var(--ink)}.photo{background:#dee5e1;min-width:0;position:relative;overflow:hidden}.photo img{object-fit:cover;transform-origin:50%;width:100%;height:100%;transition:filter .4s}.photo[data-parallax] img{will-change:transform;width:100%;max-width:none;height:112%;position:absolute;top:-6%;left:0}.home-hero{grid-template-columns:1fr 1fr;gap:40px;min-height:620px;padding-top:34px;display:grid}.hero-copy{flex-direction:column;align-items:flex-start;padding-top:33px;padding-bottom:24px;display:flex}.hero-heading em{color:var(--accent);font-size:1.02em;line-height:1.1}.line{margin-bottom:-.09em;padding-bottom:.09em;display:block;overflow:hidden}.line>span,.line>em{display:block}.hero-copy>p{margin-bottom:26px;font-size:14px;line-height:1.8}.hero-note{letter-spacing:.055em;color:var(--muted);align-items:center;gap:12px;margin-top:auto;padding-top:37px;font-size:10px;display:flex}.note-line{background:var(--accent);width:30px;height:1px}.hero-visual{background:var(--dark);min-height:620px;position:relative;overflow:hidden}.hero-visual>.photo{height:100%;min-height:620px}.image-index{color:var(--white);letter-spacing:.16em;text-shadow:0 1px 6px #000;justify-content:space-between;align-items:flex-start;font-size:9px;display:flex;position:absolute;top:24px;left:24px;right:24px}.index-corner{border-top:1px solid #fff9;border-right:1px solid #fff9;width:29px;height:29px}.hero-image-caption{color:var(--white);background:linear-gradient(#0000,#182119c4);justify-content:space-between;align-items:flex-end;padding:52px 30px 30px;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-image-caption .small-label{letter-spacing:.18em;color:#fffe;margin-bottom:12px;font-size:9px;display:block}.hero-image-caption div>span:last-child{letter-spacing:-.04em;font-size:26px;line-height:1.2;display:block}.hero-image-caption .circle-link{width:49px;height:49px}.hero-image-caption:hover .circle-link{background:var(--paper);color:var(--ink);transform:rotate(45deg)}.hero-services{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.12fr 1fr 1fr 1fr;align-items:center;min-height:86px;margin-top:36px;display:grid}.hero-services>.small-label{color:var(--muted);font-size:9px}.hero-services a{border-left:1px solid var(--line);align-items:center;gap:13px;min-height:50px;padding:18px 20px;font-size:11px;display:flex}.hero-services a>span{color:var(--muted);font-size:9px}.hero-services a>.icon{width:15px;margin-left:auto;transition:transform .25s}.hero-services a:hover>.icon{transform:translate(3px,-3px)}.intro-section{grid-template-columns:1fr 2.45fr;gap:60px;display:grid}.section-label{padding-top:10px}.label-rule{background:var(--accent);width:44px;height:1px;margin:26px 0;display:block}.intro-copy h2{font-size:clamp(36px,3.8vw,58px);line-height:1.25}.intro-copy h2 em{color:var(--accent)}.intro-bottom{justify-content:space-between;align-items:flex-end;gap:60px;margin-top:32px;display:flex}.intro-bottom p{max-width:450px;font-size:14px}.intro-bottom .action{flex-shrink:0;align-self:flex-end}.expertise-section{background:#edf1ee}.section-top{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px;display:flex}.section-top .eyebrow{margin-bottom:23px}.section-top .action{align-self:flex-end}.section-description{max-width:250px;padding-bottom:5px;font-size:14px}.expertise-grid{grid-template-columns:1fr 1fr;align-items:center;gap:75px;display:grid}.service-images{height:490px;position:relative;overflow:hidden}.service-image{opacity:0;visibility:hidden;height:100%;transition:opacity .4s,visibility .4s;position:absolute;inset:0}.service-image.is-active{opacity:1;visibility:visible}.service-image img{filter:saturate(.6)}.image-caption{letter-spacing:.16em;color:#fff;text-shadow:0 1px 7px #000;font-size:9px;position:absolute;bottom:22px;left:24px;right:24px}.service-images:after{content:"";pointer-events:none;background:linear-gradient(#0000,#18211990);height:90px;position:absolute;bottom:0;left:0;right:0}.image-caption{z-index:1}.service-choice{border-top:1px solid #ced8d3}.service-choice:last-child{border-bottom:1px solid #ced8d3}.service-choice>button{text-align:left;letter-spacing:-.035em;background:0 0;border:0;align-items:center;gap:18px;width:100%;padding:27px 0;font-size:25px;font-weight:450;display:flex}.service-choice>button[aria-expanded=false]{color:var(--muted)}.service-choice>button[aria-expanded=true]>.icon{color:var(--accent);transform:rotate(45deg)}.service-num{letter-spacing:0;color:var(--muted);font-size:10px}.service-choice>button>.icon{margin-left:auto;transition:transform .3s}.service-panel{padding:0 20px 28px 31px}.service-panel>p:first-child{color:var(--ink);margin-bottom:15px;font-size:17px;line-height:1.5}.service-panel .service-detail{max-width:390px;font-size:13px}.service-panel .action{margin-top:20px}.selector-note{color:var(--muted);margin-top:28px;font-size:11px;display:block}.sector-mosaic{grid-template-columns:1.13fr .87fr;align-items:start;gap:58px 48px;display:grid}.sector-card{min-width:0;display:block}.sector-image-wrap{position:relative;overflow:hidden}.sector-card .photo{height:415px}.sector-card.sector-1{margin-top:80px}.sector-card.sector-1 .photo,.sector-card.sector-3 .photo{height:350px}.sector-card.sector-2{margin-top:-22px}.sector-card.sector-3{margin-top:44px}.sector-card .photo img{transition:transform .6s var(--ease), filter .6s;filter:saturate(.65)}.sector-card:hover .photo img{filter:saturate(.95);transform:scale(1.035)}.sector-tag{letter-spacing:.12em;background:var(--paper);color:var(--ink);padding:7px 12px;font-size:9px;position:absolute;top:22px;left:22px}.sector-arrow{color:var(--white);background:#1e221d28;position:absolute;bottom:20px;right:20px}.sector-card:hover .sector-arrow{background:var(--paper);color:var(--ink);transform:rotate(45deg)}.sector-card-caption{justify-content:space-between;align-items:center;padding:24px 0 0;display:flex}.sector-card-caption h3{letter-spacing:-.035em;font-size:25px}.sector-card-caption p{margin-top:9px;font-size:12px}.process-section{background:var(--dark);color:var(--paper);padding:100px 0 80px}.process-section .eyebrow{color:#c3d0d0}.process-section h2 em,.process-section .action-text:hover{color:var(--gold)}.process-rail{border-top:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);grid-template-columns:repeat(4,1fr);margin-top:55px;display:grid}.process-rail button{color:#a7bdc0;text-align:left;background:0 0;border:0;align-items:center;gap:15px;min-height:84px;padding:28px 24px;font-size:16px;transition:color .3s,background .3s;display:flex;position:relative}.process-rail button:not(:last-child){border-right:1px solid var(--dark-line)}.process-rail button:after{content:"";background:var(--gold);transform-origin:0;height:2px;transition:transform .4s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.process-rail button[aria-selected=true]{color:var(--paper);background:#ffffff06}.process-rail button[aria-selected=true]:after{transform:scaleX(1)}.process-rail .step-number{color:var(--gold);font-size:10px}.process-rail .icon{opacity:.45;width:17px;margin-left:auto}.process-rail [aria-selected=true] .icon{opacity:1}.process-panel{grid-template-columns:.55fr 1.25fr .5fr;align-items:center;gap:50px;min-height:255px;padding:45px 0 0;display:grid}.process-watermark{color:#0000;-webkit-text-stroke:1px #70746266;letter-spacing:-.07em;font-size:135px;font-weight:300;line-height:1}.process-copy>.eyebrow{color:var(--gold);font-size:9px}.process-copy h3{margin:15px 0;font-size:30px;line-height:1.2}.process-copy p{color:#c3d0d0;max-width:540px;font-size:13px}.process-end{flex-direction:column;align-items:flex-end;gap:30px;display:flex}.process-end>.small-label{text-align:right;color:#c3d0d0;max-width:140px;font-size:8px}.perspective-section{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.perspective-section>.photo,.perspective-image>.photo{height:475px}.perspective-image{padding-bottom:24px;position:relative}.photo-note{background:var(--paper);min-width:250px;padding:22px 25px;position:absolute;bottom:0;right:-28px}.photo-note>span{display:block}.photo-note>span:first-child{letter-spacing:.12em;color:var(--muted);margin-bottom:5px;font-size:8px}.photo-note>span:last-child{letter-spacing:-.03em;font-size:16px}.perspective-section h2{margin:24px 0 28px;font-size:clamp(34px,3.5vw,52px)}.perspective-section p{max-width:420px;margin-bottom:18px;font-size:14px}.perspective-section .action{margin-top:14px}.cta-row{justify-content:space-between;align-items:center;gap:50px;display:flex}.cta-row h2{font-size:clamp(54px,6.3vw,93px);line-height:1.1}.cta-row h2 em{color:var(--accent)}.cta-row p{margin-bottom:25px;font-size:14px}.site-footer{background:var(--dark);color:var(--paper);padding:55px var(--gutter) 26px}.footer-top{justify-content:space-between;align-items:center;gap:30px;max-width:1440px;margin:auto;padding-bottom:55px;display:flex}.footer-top>p{color:#c3d0d0;font-size:13px;line-height:1.55}.footer-email{border-bottom:1px solid #6f7265;align-items:center;gap:28px;padding-bottom:10px;font-size:15px;display:inline-flex}.footer-email:hover{color:var(--gold)}.footer-email .icon{width:18px}.footer-bottom{border-top:1px solid var(--dark-line);color:#c3d0d0;justify-content:space-between;align-items:center;gap:20px;max-width:1440px;margin:auto;padding-top:26px;font-size:9px;display:flex}.footer-bottom nav{gap:24px;display:flex}.footer-bottom nav a{align-items:center;min-height:30px;font-size:11px;display:flex}.footer-bottom a:hover{color:var(--white)}.footer-signoff{letter-spacing:.13em;font-size:8px}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;padding-block:25px;font-size:10px;display:flex}.breadcrumb a{padding-block:5px}.breadcrumb a:hover,.breadcrumb [aria-current]{color:var(--ink)}.page-heading{padding:44px 0 64px}.page-heading>.eyebrow{margin-bottom:24px}.page-heading>div{justify-content:space-between;align-items:flex-end;gap:50px;display:flex}.page-heading h1{font-size:clamp(52px,5.8vw,86px);line-height:1.15}.page-heading p{flex-shrink:0;max-width:295px;padding-bottom:12px;font-size:14px}.page-heading em{color:var(--accent)}.service-hero{grid-template-columns:1.05fr .95fr;gap:60px;min-height:575px;padding-block:25px 15px;display:grid;position:relative}.service-hero-copy{align-self:center;padding-block:22px 30px}.service-hero h1{margin:27px 0;font-size:clamp(50px,5.5vw,84px);line-height:1.13}.service-hero h1 em{color:var(--accent)}.service-hero-copy p{max-width:430px;margin-bottom:30px;font-size:15px}.service-hero-photo{height:570px}.vertical-caption{writing-mode:vertical-rl;letter-spacing:.12em;font-size:8px;position:absolute;top:50%;right:-30px}.service-intro{grid-template-columns:1fr 2.4fr;gap:65px;display:grid}.service-intro>.eyebrow{align-self:start;padding-top:14px}.service-intro h2{max-width:800px;font-size:clamp(34px,3.65vw,55px);line-height:1.2}.service-intro p{max-width:660px;margin-top:30px;font-size:15px}.offerings-section{background:#edf1ee;padding:70px 0}.offering-list{margin-top:30px}.offering-row{border-top:1px solid #ced8d3;grid-template-columns:.2fr 1.15fr 1.5fr 30px;align-items:center;gap:40px;padding:34px 0;display:grid}.offering-row:last-child{border-bottom:1px solid #ced8d3}.offering-number{color:var(--accent-text);font-size:12px}.offering-row h3{font-size:26px;line-height:1.25}.offering-row p{max-width:520px;font-size:14px}.brief-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.brief-section>.photo{height:570px}.brief-copy h2{margin:23px 0;font-size:clamp(35px,3.4vw,50px)}.brief-copy>p{font-size:14px}.check-list{margin:26px 0}.check-list li{border-bottom:1px solid var(--line);align-items:flex-start;gap:13px;padding:15px 0;font-size:13px;display:flex}.check-list .icon{width:16px;color:var(--accent);margin-top:3px}.brief-copy .action{margin-top:5px}.faq-section{grid-template-columns:1fr 1.2fr;gap:90px;padding-top:30px;display:grid}.faq-section h2{margin-top:24px;font-size:clamp(35px,3.4vw,50px)}.faq{border-top:1px solid var(--line)}.faq:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:30px;padding:25px 0;font-size:14px;font-weight:500;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary .icon{width:17px;transition:transform .3s}.faq[open] summary .icon{transform:rotate(45deg)}.faq-answer{overflow:hidden}.faq-answer p{max-width:95%;padding-bottom:25px;font-size:13px}.related-service{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 0}.related-service>a{justify-content:space-between;align-items:center;gap:30px;margin-top:18px;display:flex}.related-service h2{font-size:clamp(30px,4vw,54px)}.related-service>a:hover{color:var(--accent)}.sector-directory{padding-block:15px 30px}.sector-directory-item{grid-template-columns:1.1fr 1fr;align-items:center;gap:85px;margin-bottom:85px;display:grid}.sector-directory-item.reverse{grid-template-columns:1fr 1.1fr}.sector-directory-item.reverse>.directory-photo-link{order:2}.directory-photo-link{display:block;position:relative}.directory-photo-link .photo{height:470px}.directory-number{color:var(--white);letter-spacing:-.07em;text-shadow:0 1px 10px #0005;font-size:65px;font-weight:350;line-height:1;position:absolute;bottom:20px;left:25px}.directory-copy h2{margin:20px 0 24px;font-size:clamp(34px,3.6vw,54px)}.directory-copy>p{max-width:430px;font-size:14px}.sector-keywords{flex-wrap:wrap;gap:7px;margin-block:22px;display:flex}.sector-keywords>span{border:1px solid var(--line);padding:5px 10px;font-size:10px}.directory-copy .action{margin-top:5px}.sector-detail-heading{padding-block:24px 45px}.sector-detail-heading h1{margin:20px 0 16px;font-size:clamp(47px,6.7vw,100px)}.sector-detail-heading>p{font-family:var(--display);color:var(--accent);letter-spacing:-.025em;font-size:26px;font-style:normal}.sector-detail-hero>.photo{height:500px}.sector-detail-intro{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:70px;padding:40px 0;display:flex}.sector-detail-intro p{max-width:740px;color:var(--ink);font-size:17px}.sector-detail-intro>.action{flex-shrink:0}.sector-enquiry{grid-template-columns:1fr 1fr;gap:85px;display:grid}.sector-enquiry h2{margin:24px 0;font-size:clamp(34px,3.4vw,52px)}.sector-enquiry>div>p{font-size:14px}.sector-enquiry .action{margin-top:20px}.scope-note{color:var(--muted);background:#edf1ee;padding:20px 24px;font-size:12px;line-height:1.8}.next-sector{background:#edf1ee;grid-template-columns:.75fr 1.25fr;min-height:280px;display:grid}.next-sector>.photo{height:300px}.next-sector>div:last-child{align-self:center;padding:45px 60px}.next-sector h2{margin:17px 0;font-size:clamp(30px,3vw,44px)}.about-hero{padding-top:30px}.about-hero h1{margin-top:23px;font-size:clamp(58px,7.3vw,112px)}.about-hero h1 em{color:var(--accent)}.about-hero-bottom{justify-content:space-between;align-items:flex-end;padding:35px 0 45px;display:flex}.about-hero-bottom p{max-width:490px;font-size:15px}.about-hero-bottom .eyebrow{text-align:right;font-size:9px}.about-hero>.photo{height:510px}.about-text{max-width:700px;margin-top:35px}.about-text p{margin-bottom:22px;font-size:15px}.principles-section{background:var(--dark);color:var(--paper);padding:90px 0}.principles-section .section-top{grid-template-columns:1fr 2.4fr;align-items:flex-start;gap:65px;display:grid}.principles-section h2 em{color:var(--gold)}.principles-grid{border-top:1px solid var(--dark-line);grid-template-columns:repeat(3,1fr);display:grid}.principles-grid article{padding:36px 40px 10px 0}.principles-grid article:not(:first-child){border-left:1px solid var(--dark-line);padding-left:40px}.principles-grid article>.eyebrow{color:var(--gold)}.principles-grid h3{margin:26px 0 20px;font-size:30px}.principles-grid p{color:#c3d0d0;max-width:320px;font-size:13px}.approach-banner{height:380px;margin-bottom:70px}.approach-details{grid-template-columns:1fr 1fr;gap:100px;display:grid}.approach-sticky{align-self:start;position:sticky;top:150px}.approach-sticky h2{margin:25px 0;font-size:clamp(35px,3.6vw,54px)}.approach-sticky p{font-size:14px}.approach-step{border-top:1px solid var(--line);padding:35px 0}.approach-step:last-child{border-bottom:1px solid var(--line)}.approach-step h3{margin:18px 0;font-size:29px;line-height:1.25}.approach-step p{font-size:14px}.step-outcome{color:var(--accent);margin-top:22px;font-size:11px;display:block}.contact-main{grid-template-columns:.9fr 1.1fr;gap:95px;padding-top:35px;display:grid}.contact-intro h1{margin:25px 0;font-size:clamp(58px,6.1vw,90px);line-height:1.12}.contact-intro h1 em{color:var(--accent)}.contact-intro>p{font-size:15px}.contact-address{border-bottom:1px solid var(--line);overflow-wrap:anywhere;align-items:center;gap:22px;margin-block:26px 42px;padding-bottom:10px;font-size:16px;display:inline-flex}.contact-intro>.photo{height:230px}.contact-image-note{color:var(--muted);margin-top:13px;font-size:8px;display:block}.enquiry-box{background:#edf1ee;align-self:start;padding:40px}.enquiry-box>h2{letter-spacing:-.04em;margin:15px 0;font-size:34px}.form-intro{margin-bottom:32px;font-size:13px;line-height:1.8}.form-row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.field{margin-bottom:24px}.field label,.enquiry-preview label{margin-bottom:9px;font-size:11px;font-weight:500;display:block}.field label span{color:var(--muted);font-size:9px;font-weight:400}.field input,.field select,.field textarea,.enquiry-preview input,.enquiry-preview textarea{background:var(--paper-light);width:100%;color:var(--ink);border:1px solid #c9ccbf;min-height:46px;padding:12px 14px;font-size:14px;transition:border-color .2s}.field textarea,.enquiry-preview textarea{resize:vertical;line-height:1.65}.field textarea::placeholder{color:#707165;font-size:12px}.field input:hover,.field select:hover,.field textarea:hover{border-color:var(--muted)}.field [aria-invalid=true]{border-color:var(--error)}.field-error{color:var(--error);margin-top:5px;font-size:11px}.field-error:empty{display:none}.field-meta{color:var(--muted);justify-content:space-between;gap:15px;margin-top:5px;font-size:9px;display:flex}.select-wrap{position:relative}.select-wrap select{appearance:none;cursor:pointer;padding-right:40px}.select-wrap>.icon{pointer-events:none;width:15px;height:15px;position:absolute;top:15px;right:13px}.form-privacy{margin-bottom:24px;font-size:10px;line-height:1.9}.form-privacy a,.legal-page a,.preview-help a{text-underline-offset:3px;text-decoration:underline}.enquiry-box .action-solid{width:100%}.enquiry-preview{border-top:1px solid var(--line);margin-top:30px;padding-top:28px;scroll-margin-top:120px}.enquiry-preview>h3{margin-block:16px;font-size:29px}.enquiry-preview>p{margin-bottom:18px;font-size:12px}.enquiry-preview input{margin-bottom:20px;font-size:12px}.enquiry-preview textarea{font-size:12px}.preview-actions{gap:12px;margin:22px 0;display:grid}.preview-actions>.action{justify-content:space-between}.text-button{background:0 0;border:0;border-bottom:1px solid;min-height:44px;padding:8px 0;font-size:12px}.enquiry-preview .preview-help{font-size:11px}.enquiry-preview #copy-status{color:var(--ink);margin-top:12px;font-size:12px}.legal-page{max-width:850px;padding-top:45px}.legal-page h1{margin:25px 0 35px;font-size:clamp(45px,5vw,70px)}.legal-page .legal-intro{margin-bottom:45px;font-size:19px}.legal-page h2{letter-spacing:-.03em;margin:35px 0 16px;font-size:27px}.legal-page p{font-size:15px;line-height:1.85}.not-found{min-height:65vh}.not-found h1{margin:30px 0;font-size:clamp(50px,7vw,100px)}.not-found p{margin-bottom:30px}::view-transition-old(root){animation:.25s both page-out}::view-transition-new(root){animation:page-in .35s var(--ease) both}@keyframes page-out{to{opacity:0;transform:translateY(-8px)}}@keyframes page-in{0%{opacity:0;transform:translateY(12px)}}@view-transition{navigation:auto}@media (width>=1700px){.home-hero{gap:80px;min-height:700px}.hero-visual,.hero-visual>.photo{min-height:700px}.hero-copy{padding-top:60px}.hero-heading{font-size:112px}.hero-note{padding-bottom:15px}}@media (width<=1150px){:root{--gutter:40px;--header-height:88px}.brand-name{font-size:17px}.brand-mark{width:29px}.brand-name>span{font-size:8px}.desktop-nav{gap:20px}.header-inner{gap:18px}.header-contact{gap:16px;padding:10px 13px}.home-hero{gap:25px}.hero-copy>.eyebrow{font-size:8px}.hero-heading{font-size:7vw}.hero-visual,.hero-visual>.photo,.home-hero{min-height:570px}.hero-copy{padding-top:22px}.hero-services{grid-template-columns:.95fr 1fr 1.05fr .95fr}.hero-services>.small-label{max-width:110px;font-size:8px}.hero-services a{gap:8px;padding-inline:13px;font-size:10px}.section-space{padding-block:85px}.intro-section{grid-template-columns:.8fr 2.5fr;gap:35px}.intro-bottom{gap:30px}.intro-bottom p{font-size:13px}.expertise-grid{gap:45px}.service-images{height:420px}.service-choice>button{font-size:22px}.sector-mosaic{gap:40px}.sector-card .photo{height:360px}.sector-card.sector-1 .photo,.sector-card.sector-3 .photo{height:310px}.perspective-section{gap:60px}.perspective-section>.photo,.perspective-image>.photo{height:430px}.process-panel{gap:35px}.process-rail button{padding-inline:18px;font-size:14px}.process-copy h3{font-size:27px}.footer-top{gap:20px}.footer-email{gap:18px;font-size:12px}.footer-signoff{display:none}.page-heading>div{flex-direction:column;align-items:flex-start;gap:25px}.page-heading p{max-width:550px}.service-hero{gap:40px}.service-hero-photo{height:490px}.service-hero{min-height:auto}.service-intro{gap:40px}.brief-section{gap:50px}.brief-section>.photo{height:540px}.faq-section{gap:60px}.sector-directory-item,.sector-directory-item.reverse{gap:50px}.directory-photo-link .photo{height:420px}.sector-detail-intro p{font-size:15px}.sector-enquiry,.contact-main{gap:50px}.enquiry-box{padding:30px}.contact-intro h1{font-size:7vw}.form-row{grid-template-columns:1fr;gap:0}.contact-address{gap:15px;font-size:14px}.offering-row{gap:25px}.offering-row h3{font-size:23px}.offering-row p{font-size:13px}}@media (width<=900px){.desktop-nav{gap:14px}.nav-link{font-size:11px}.header-contact{gap:10px;font-size:11px}.brand-name{font-size:15px}.brand-mark{width:25px}.brand{gap:9px}.brand-name>span{font-size:7px}.hero-heading{font-size:7.2vw}.hero-visual,.hero-visual>.photo,.home-hero{min-height:525px}.hero-copy>.eyebrow{letter-spacing:.05em;gap:7px;font-size:7px}.hero-copy>p{font-size:12px}.hero-note{font-size:9px}.hero-services{grid-template-columns:repeat(3,1fr)}.hero-services>.small-label{display:none}.hero-services a:first-of-type{border-left:0}.intro-bottom{flex-direction:column;align-items:flex-start}.intro-bottom .action{align-self:flex-start}.intro-section{grid-template-columns:.85fr 2.3fr;gap:30px}.intro-copy h2{font-size:34px}.expertise-grid{gap:32px}.service-choice>button{gap:12px;font-size:18px}.service-panel{padding-left:23px}.service-panel>p:first-child{font-size:15px}.service-images{height:400px}.sector-card .photo{height:300px}.sector-card.sector-1 .photo,.sector-card.sector-3 .photo{height:270px}.sector-card-caption h3{font-size:22px}.process-rail button{gap:10px;padding-inline:13px;font-size:12px}.process-rail .icon{width:14px}.process-panel{grid-template-columns:.5fr 1.5fr}.process-end{display:none}.perspective-section{gap:40px}.perspective-section h2{font-size:34px}.photo-note{min-width:220px;right:-15px}.footer-top>p{display:none}.footer-top .brand-name{font-size:19px}.footer-top .brand-mark{width:32px}.footer-bottom{flex-wrap:wrap}.footer-bottom nav{gap:22px}.service-hero h1{font-size:50px}.service-hero-photo{height:470px}.service-hero-copy p{font-size:13px}.service-hero .action{padding:16px;font-size:11px}.offering-row{grid-template-columns:25px 1fr 1.3fr 20px;gap:20px}.brief-section{gap:35px}.brief-section>.photo{height:570px}.faq-section{gap:40px}.sector-directory-item,.sector-directory-item.reverse{gap:35px}.directory-photo-link .photo{height:390px}.directory-copy h2{font-size:33px}.sector-detail-hero>.photo{height:430px}.sector-detail-intro{gap:30px}.sector-detail-intro .action{gap:15px;padding:15px;font-size:11px}.principles-section .section-top{grid-template-columns:.7fr 2fr}.principles-grid article{padding-right:24px}.principles-grid article:not(:first-child){padding-left:24px}.principles-grid h3{font-size:25px}.approach-details{gap:60px}.contact-main{gap:30px}.contact-intro>.eyebrow{font-size:8px}.contact-address{font-size:12px}.contact-intro>p{font-size:13px}.enquiry-box{padding:25px}.enquiry-box>h2{font-size:29px}}@media (width<=760px){:root{--gutter:24px;--header-height:80px}.desktop-nav,.header-contact{display:none}.brand-name{font-size:19px}.brand-name>span{font-size:8px}.brand-mark{width:30px}.brand{gap:11px}.mobile-toggle{border:1px solid var(--line);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:44px;height:44px;display:flex}.mobile-toggle>span{background:var(--ink);width:18px;height:1px;transition:transform .25s}.mobile-toggle[aria-expanded=true]>span:first-child{transform:translateY(4px)rotate(45deg)}.mobile-toggle[aria-expanded=true]>span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-nav{background:var(--paper);padding:26px var(--gutter) 40px;z-index:var(--z-overlay);flex-direction:column;display:flex;position:fixed;inset:80px 0 0;overflow-y:auto}.mobile-nav>a{letter-spacing:-.035em;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:17px 0;font-size:25px;display:flex}.mobile-nav>p{font-family:var(--display);color:var(--accent);margin-top:40px;font-size:23px;font-style:normal}.home-hero{grid-template-columns:1fr;gap:28px;min-height:auto;padding-top:18px}.hero-copy{padding-block:16px 0}.hero-copy>.eyebrow{letter-spacing:.09em;gap:9px;margin-bottom:26px;font-size:8px}.hero-heading{letter-spacing:-.04em;margin-bottom:25px;font-size:clamp(63px,12.5vw,90px);line-height:1.05}.hero-heading>.line:nth-child(2){margin-right:.13em;display:inline-block}.hero-heading>.line:nth-child(3){display:inline-block}.hero-copy>p{max-width:350px;margin-bottom:25px;font-size:14px}.hero-note{display:none}.hero-visual{min-height:450px}.hero-visual>.photo{height:450px;min-height:450px}.hero-image-caption{padding:45px 24px 25px}.hero-image-caption div>span:last-child{font-size:24px}.image-index{font-size:8px;top:24px;left:24px;right:24px}.hero-services{grid-template-columns:1fr;min-height:auto;margin-top:26px}.hero-services a{border-left:0;border-bottom:1px solid var(--line);gap:20px;min-height:54px;padding:15px 0;font-size:12px}.hero-services a:last-child{border-bottom:0}.hero-services a>.icon{width:17px}.section-space{padding-block:70px}.intro-section{grid-template-columns:1fr;gap:27px}.section-label p,.label-rule{display:none}.section-label{padding-top:0}.intro-copy h2{font-size:clamp(31px,6.3vw,45px);line-height:1.22}.intro-bottom{gap:21px;margin-top:25px}.intro-bottom p{max-width:500px;font-size:14px}.section-top{gap:25px;margin-bottom:32px}.section-top h2{font-size:clamp(34px,7vw,50px)}.section-top .eyebrow{margin-bottom:18px}.section-top>.action{gap:15px;min-width:130px;font-size:10px}.section-description{display:none}.expertise-grid{grid-template-columns:1fr;gap:27px}.service-images{height:390px}.service-choice>button{gap:19px;padding-block:23px;font-size:25px}.service-panel{padding-left:32px}.service-panel>p:first-child{font-size:17px}.service-panel .service-detail{font-size:14px}.selector-note{font-size:11px}.sector-mosaic{grid-template-columns:1fr 1fr;gap:32px 22px}.sector-card .photo{height:260px}.sector-card.sector-1 .photo,.sector-card.sector-3 .photo{height:230px}.sector-card.sector-1{margin-top:45px}.sector-card.sector-2{margin-top:-15px}.sector-card.sector-3{margin-top:15px}.sector-tag{padding:5px 8px;font-size:7px;top:12px;left:12px}.sector-arrow{width:36px;height:36px;bottom:12px;right:12px}.sector-arrow .icon{width:16px}.sector-card-caption{padding-top:17px}.sector-card-caption h3{font-size:21px;line-height:1.2}.sector-card-caption p{margin-top:8px;font-size:11px;line-height:1.5}.process-section{padding:70px 0 55px}.process-section .section-top{flex-direction:column;align-items:flex-start}.process-section .section-top .action{align-self:flex-start}.process-rail{grid-template-columns:repeat(2,1fr);margin-top:30px}.process-rail button{min-height:72px;padding:20px 16px;font-size:14px}.process-rail button:nth-child(2){border-right:0}.process-rail button:nth-child(-n+2){border-bottom:1px solid var(--dark-line)}.process-panel{grid-template-columns:60px 1fr;align-items:start;gap:25px;min-height:270px;padding-top:30px}.process-watermark{margin-top:30px;font-size:70px}.process-copy h3{font-size:25px;line-height:1.25}.process-copy p{font-size:13px}.process-copy>.eyebrow{font-size:8px}.perspective-section{grid-template-columns:1fr;gap:40px}.perspective-section>.photo,.perspective-image>.photo{height:390px}.perspective-image{padding-bottom:10px}.photo-note{bottom:-1px;right:-1px}.perspective-section h2{margin-top:20px;font-size:42px}.perspective-section p{max-width:500px;font-size:14px}.contact-cta{padding-block:70px}.contact-cta>.eyebrow{letter-spacing:.09em;margin-bottom:24px;font-size:9px}.cta-row{flex-direction:column;align-items:flex-start;gap:32px}.cta-row h2{font-size:66px}.cta-row>div{width:auto}.cta-row p{margin-bottom:22px;font-size:14px}.site-footer{padding-top:42px}.footer-top{flex-direction:column;align-items:flex-start;gap:34px;padding-bottom:35px}.footer-top .brand-name{font-size:21px}.footer-email{gap:25px;font-size:14px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:18px}.footer-bottom>span{order:2;font-size:8px}.footer-bottom nav{flex-wrap:wrap;gap:25px}.footer-bottom nav a{min-height:44px;font-size:12px}.breadcrumb{gap:9px;padding-block:17px;font-size:9px}.page-heading{padding-top:26px;padding-bottom:40px}.page-heading h1{font-size:clamp(44px,8.8vw,66px);line-height:1.18}.page-heading p{max-width:450px;padding:0;font-size:14px}.page-heading>div{gap:25px}.page-heading>.eyebrow{margin-bottom:20px}.service-hero{grid-template-columns:1fr;gap:35px;padding-top:8px}.service-hero-copy{padding:12px 0 0}.service-hero h1{margin-block:22px;font-size:clamp(52px,10vw,75px);line-height:1.13}.service-hero-copy p{max-width:520px;margin-bottom:25px;font-size:14px}.service-hero .action{padding:17px 22px;font-size:12px}.service-hero-photo{height:430px}.vertical-caption{display:none}.service-intro{grid-template-columns:1fr;gap:22px}.service-intro>.eyebrow{padding-top:0}.service-intro h2{font-size:35px}.service-intro p{margin-top:22px;font-size:14px}.offerings-section{padding-block:50px}.offering-row{grid-template-columns:24px 1fr 20px;gap:10px 18px;padding:25px 0}.offering-row p{grid-area:2/2;padding-right:4px;font-size:14px}.offering-row h3{font-size:25px}.offering-row>.icon{grid-area:1/3}.offering-number{font-size:11px}.brief-section{grid-template-columns:1fr;gap:35px}.brief-section>.photo{height:370px}.brief-copy h2{font-size:39px}.check-list li{font-size:13px}.faq-section{grid-template-columns:1fr;gap:32px;padding-top:15px}.faq-section h2{margin-top:18px;font-size:39px}.faq summary{padding-block:21px;font-size:14px;line-height:1.55}.faq-answer p{font-size:13px}.related-service{padding-block:27px}.related-service h2{font-size:33px}.related-service .circle-link{width:44px;height:44px}.sector-directory-item,.sector-directory-item.reverse{grid-template-columns:1fr;gap:28px;margin-bottom:65px}.sector-directory-item.reverse>.directory-photo-link{order:0}.directory-photo-link .photo{height:380px}.directory-copy h2{margin-top:15px;font-size:37px}.directory-copy p{max-width:520px;font-size:14px}.sector-detail-heading{padding-block:20px 32px}.sector-detail-heading h1{margin-top:18px;font-size:clamp(44px,9vw,67px);line-height:1.12}.sector-detail-heading>p{font-size:23px}.sector-detail-hero>.photo{height:380px}.sector-detail-intro{flex-direction:column;align-items:flex-start;gap:25px;padding-block:30px}.sector-detail-intro p{font-size:15px}.sector-detail-intro .action{gap:25px;padding:17px 22px;font-size:12px}.sector-enquiry{grid-template-columns:1fr;gap:20px}.sector-enquiry h2{font-size:39px}.sector-enquiry .check-list{margin-top:10px}.next-sector{grid-template-columns:1fr}.next-sector>.photo{height:260px}.next-sector>div:last-child{padding:30px}.next-sector h2{font-size:33px}.about-hero{padding-top:16px}.about-hero h1{margin-top:18px;font-size:clamp(55px,10.3vw,78px)}.about-hero-bottom{padding:27px 0 34px}.about-hero-bottom p{font-size:14px}.about-hero-bottom>.eyebrow{display:none}.about-hero>.photo{height:350px}.about-text{margin-top:26px}.about-text p{font-size:14px}.principles-section{padding-block:65px}.principles-section .section-top{grid-template-columns:1fr;gap:15px}.principles-section h2{font-size:39px}.principles-grid{grid-template-columns:1fr}.principles-grid article{padding:25px 0}.principles-grid article:not(:first-child){border-left:0;border-top:1px solid var(--dark-line);padding:25px 0}.principles-grid h3{margin:16px 0;font-size:28px}.principles-grid p{max-width:500px;font-size:14px}.approach-banner{height:300px;margin-bottom:45px}.approach-details{grid-template-columns:1fr;gap:35px}.approach-sticky{position:static}.approach-sticky h2{font-size:40px}.approach-step h3{font-size:28px}.contact-main{grid-template-columns:1fr;gap:45px;padding-top:22px}.contact-intro>.eyebrow{font-size:9px}.contact-intro h1{margin-top:24px;font-size:clamp(59px,12vw,87px)}.contact-intro>p{font-size:15px}.contact-address{margin-bottom:32px;font-size:16px}.contact-intro>.photo{height:240px}.enquiry-box{padding:28px 24px}.enquiry-box>h2{font-size:32px}.enquiry-box>.eyebrow{font-size:9px}.form-intro{font-size:14px}.form-row{grid-template-columns:1fr 1fr;gap:20px}.field label,.enquiry-preview label{font-size:12px}.field label span{font-size:10px}.field input,.field select,.field textarea{min-height:48px;font-size:16px}.field textarea::placeholder{font-size:14px}.form-privacy{font-size:11px}.enquiry-preview .action{font-size:12px}.legal-page{padding-top:24px}.legal-page h1{font-size:48px;line-height:1.13}.legal-page .legal-intro{font-size:17px}.legal-page p{font-size:14px}.not-found{min-height:60vh}.not-found h1{font-size:56px}}@media (width<=440px){.home-hero{gap:30px}.hero-heading{font-size:64px}.hero-heading>.line:nth-child(2),.hero-heading>.line:nth-child(3){display:block}.hero-copy>.eyebrow{letter-spacing:.06em;font-size:7.5px}.hero-visual,.hero-visual>.photo{height:380px;min-height:380px}.hero-copy{padding-top:9px}.hero-copy>.eyebrow{margin-bottom:22px}.hero-heading{margin-bottom:23px}.home-hero .action{padding:17px 21px}.hero-copy>p{font-size:13px}.section-top{flex-direction:column;align-items:flex-start;gap:22px}.section-top>.action{align-self:flex-start;min-width:auto;font-size:12px}.sector-mosaic{grid-template-columns:1fr;gap:32px}.sector-card.sector-1,.sector-card.sector-2,.sector-card.sector-3{margin-top:0}.sector-card .photo,.sector-card.sector-1 .photo,.sector-card.sector-3 .photo{height:330px}.sector-card-caption h3{font-size:25px}.sector-card-caption p{font-size:12px}.sector-tag{padding:7px 10px;font-size:8px;top:18px;left:18px}.sector-arrow{width:44px;height:44px;bottom:18px;right:18px}.sector-arrow .icon{width:20px}.service-images{height:325px}.service-choice>button{font-size:23px}.process-panel{grid-template-columns:42px 1fr;gap:17px;min-height:310px}.process-watermark{font-size:50px}.process-copy h3{font-size:24px}.process-copy p{font-size:13px}.process-rail button{gap:11px;padding-inline:13px;font-size:13px}.process-rail .icon{display:none}.perspective-section h2{font-size:37px}.perspective-section>.photo,.perspective-image>.photo{height:330px}.cta-row h2{font-size:58px}.contact-cta>.eyebrow{font-size:8px}.footer-email{font-size:12px}.page-heading h1{font-size:43px}.service-hero h1{font-size:52px}.service-hero-photo{height:370px}.brief-copy h2,.sector-enquiry h2{font-size:35px}.faq-section h2{font-size:36px}.directory-photo-link .photo{height:340px}.directory-copy h2{font-size:36px}.sector-detail-hero>.photo{height:320px}.sector-detail-heading h1{font-size:45px}.about-hero h1{font-size:56px}.about-hero>.photo{height:310px}.contact-intro h1{font-size:62px}.contact-address{gap:15px;font-size:14px}.form-row{grid-template-columns:1fr;gap:0}.enquiry-box{padding:28px 20px}.field-meta{gap:5px;font-size:8px}.legal-page h1{font-size:42px}.service-intro h2{font-size:32px}.scope-note{padding:18px;font-size:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.photo[data-parallax] img{will-change:auto;transform:none!important}.reading-progress{display:none}::view-transition-old(root),::view-transition-new(root){animation:none!important}}@media print{.site-header,.site-footer,.reading-progress,.action,.contact-cta{display:none}.wrap{width:100%}body{color:#000;background:#fff}.section-space{padding-block:25px}.photo{break-inside:avoid}}@media (width<=440px){.hero-heading{font-size:56px}}@media (width<=380px){.hero-heading{font-size:53px}}.offering-row{transition:background .25s,color .25s}.offering-row:hover h3{color:var(--accent-text)}.offering-row:hover>.icon{transform:translate(3px,-3px)}.offering-row>.icon{transition:transform .25s}h1,h2,h3{font-family:var(--display);letter-spacing:-.035em;font-weight:500}em{font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit}.brand{flex-direction:column;align-items:flex-start;gap:4px;line-height:1;display:flex}.wordmark{font-family:var(--display);letter-spacing:-.055em;font-size:30px;font-weight:650;line-height:1}.wordmark-stop{color:var(--accent)}.wordmark-descriptor{letter-spacing:.2em;padding-left:1px;font-size:8px;font-weight:500;line-height:1.5}.site-footer .wordmark-stop{color:var(--gold)}.header-inner{border-color:var(--line)}.site-header.is-scrolled{background:var(--paper)}.nav-link,.header-contact{font-size:14px}.desktop-nav{gap:32px}.home-hero{grid-template-columns:.92fr 1.08fr;gap:60px;padding-top:38px}.hero-copy{padding-top:26px;padding-bottom:20px}.hero-copy>.eyebrow{letter-spacing:.085em;margin-bottom:32px;font-size:10px}.hero-heading{letter-spacing:-.045em;margin-bottom:30px;font-size:clamp(64px,6.1vw,94px);font-weight:500;line-height:1.03}.hero-heading .line{margin-bottom:0;padding-bottom:.07em}.hero-accent{color:var(--accent)}.hero-copy>p{font-size:16px;line-height:1.65}.hero-visual,.hero-visual>.photo{min-height:570px}.hero-visual img{filter:none}.hero-image-caption{background:linear-gradient(#0000,#0a1c23d6);padding:65px 30px 28px}.hero-image-caption div>span:last-child{letter-spacing:-.02em;font-size:24px}.image-index{font-size:10px}.hero-note{letter-spacing:.03em;padding-top:30px;font-size:11px}.action{font-size:14px;font-weight:500}.action-solid:hover{background:#2e5156;border-color:#2e5156}.hero-services a{font-size:13px}.hero-services>.small-label{font-size:9px}.section-label p{font-size:14px}.intro-bottom p,.section-description,.perspective-section p,.service-panel .service-detail,.service-intro p,.offering-row p,.directory-copy>p,.about-text p,.principles-grid p{font-size:16px;line-height:1.7}.intro-copy h2{line-height:1.2}.service-choice>button{letter-spacing:-.025em;font-weight:500}.service-image img,.sector-card .photo img,.sector-card:hover .photo img{filter:none}.sector-card-caption h3{letter-spacing:-.025em;font-size:26px;font-weight:500}.sector-card-caption p{font-size:14px}.process-watermark{letter-spacing:-.05em;color:#8ca9ad;-webkit-text-stroke:0;font-size:78px;font-weight:450}.process-copy p{font-size:15px;line-height:1.7}.process-panel{grid-template-columns:.45fr 1.4fr .4fr;gap:45px}.photo-note{min-width:0;padding:17px 22px;right:0}.photo-note>span:first-child{font-size:9px}.perspective-section{border-bottom:1px solid var(--line)}.contact-cta{padding-block:72px 82px}.cta-row{align-items:center}.cta-row h2{letter-spacing:-.04em;font-size:clamp(50px,5vw,74px);font-weight:500;line-height:1.05}.cta-row>div{width:360px}.cta-row p{font-size:16px}.contact-cta>.eyebrow{margin-bottom:24px}.footer-top p,.footer-email{font-size:15px}.service-hero h1{font-size:clamp(48px,5.1vw,76px)}.sector-detail-heading>p{font-family:var(--sans);letter-spacing:-.01em;font-size:22px;font-style:normal}.contact-intro h1{font-size:clamp(52px,5.3vw,80px)}@media (width>=1700px){.home-hero{gap:80px;min-height:640px}.hero-visual,.hero-visual>.photo{min-height:620px}.hero-heading{font-size:100px}}@media (width<=1150px){.desktop-nav{gap:23px}.nav-link,.header-contact{font-size:12px}.wordmark{font-size:27px}.home-hero{gap:35px}.hero-heading{font-size:6.5vw}.hero-visual,.hero-visual>.photo{min-height:545px}.hero-copy>p{font-size:15px}.intro-bottom{gap:30px}.hero-services a{font-size:12px}.process-panel{gap:30px}}@media (width<=900px){.wordmark{font-size:24px}.desktop-nav{gap:17px}.nav-link{font-size:11px}.hero-heading{font-size:6.7vw}.hero-copy>.eyebrow{letter-spacing:.045em;font-size:8px}.hero-copy>p{font-size:14px}.hero-visual,.hero-visual>.photo{min-height:510px}.action{font-size:13px}.hero-services a{font-size:11px}.process-panel{grid-template-columns:70px 1fr}.service-choice>button{font-size:23px}.service-panel{padding-left:25px}}@media (width<=760px){.wordmark{font-size:28px}.wordmark-descriptor{font-size:8px}.home-hero{grid-template-columns:1fr;gap:30px;padding-top:18px}.hero-copy{padding:8px 0 0}.hero-copy>.eyebrow{letter-spacing:.045em;margin-bottom:25px;font-size:9px}.hero-heading{margin-bottom:22px;font-size:clamp(58px,10.5vw,78px);line-height:1.01}.hero-heading>.line:nth-child(2),.hero-heading>.line:nth-child(3){display:block}.hero-copy>p{max-width:380px;margin-bottom:25px;font-size:16px}.hero-visual,.hero-visual>.photo{height:430px;min-height:430px}.hero-image-caption{padding-inline:24px}.hero-services a{font-size:14px}.hero-services a>span{font-size:11px}.section-label p{font-size:14px}.intro-copy h2{font-size:36px}.action{font-size:14px}.service-choice>button{font-size:25px}.service-panel .service-detail{font-size:15px}.sector-card-caption h3{font-size:24px}.sector-card-caption p{font-size:13px}.process-watermark{font-size:52px}.process-panel{grid-template-columns:46px 1fr;gap:22px}.process-copy p{font-size:14px}.contact-cta{padding-block:56px 64px}.cta-row>div{width:auto}.cta-row h2{font-size:58px}.cta-row p{font-size:16px}.perspective-section h2{font-size:38px}.service-hero h1{font-size:clamp(48px,8vw,64px)}.contact-intro h1{font-size:60px}.footer-email{font-size:14px}.intro-bottom p,.section-description,.perspective-section p,.service-intro p,.offering-row p,.directory-copy>p,.about-text p,.principles-grid p{font-size:16px}}@media (width<=440px){.hero-heading{font-size:60px}.hero-visual,.hero-visual>.photo{height:395px;min-height:395px}.hero-copy>.eyebrow{font-size:8px}.service-choice>button{font-size:23px}.contact-intro h1{font-size:53px}.cta-row h2{font-size:54px}.process-panel{grid-template-columns:32px 1fr;gap:16px}.process-watermark{font-size:40px}}@media (width<=350px){.hero-heading{font-size:52px}.hero-copy>.eyebrow{font-size:7px}.wordmark{font-size:26px}.service-choice>button{font-size:20px}.contact-intro h1{font-size:46px}.footer-email{font-size:12px}.intro-copy h2{font-size:32px}}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-cyrillic-ext-wght-normal.d45eAU9y.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-cyrillic-wght-normal.BAAhND-U.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-greek-wght-normal.CmyJS8uq.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-vietnamese-wght-normal.Dg1JeJN0.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-latin-ext-wght-normal.CIII54If.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-latin-wght-normal.IvpUvPa2.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
