@font-face{font-family:Prime Sans;src:url('/assets/sans.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Prime Sans;src:url('/assets/sans-bold.woff') format('woff');font-weight:600 800;font-style:normal;font-display:swap}
@font-face{font-family:Prime Serif;src:url('/assets/serif.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Prime Serif;src:url('/assets/serif-italic.woff') format('woff');font-weight:400;font-style:italic;font-display:swap}
:root{--burgundy:#500c32;--burgundy-dark:#260d1d;--ink:#22151c;--gold:#d9ba80;--gold-muted:#b5a16d;--gold-dark:#886b38;--paper:#faf8f5;--line:#dcd4d7;--muted:#70646a;--gutter:clamp(24px,5.5vw,100px);--serif:'Prime Serif',Georgia,serif;--sans:'Prime Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--gold-dark);outline-offset:6px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-.04em}h2{font-size:clamp(44px,5.1vw,78px)}h2 em{font-weight:400;color:var(--burgundy)}h3{font-weight:400}::selection{background:var(--gold);color:var(--burgundy)}.section-pad{padding:100px var(--gutter)}.section-top{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:56px}.eyebrow,.micro{font-size:12px;font-weight:600;line-height:1.5;letter-spacing:.14em;text-transform:uppercase}.eyebrow{color:var(--burgundy)}.eyebrow.light{color:var(--gold)}.micro{font-weight:400;color:var(--muted)}.skip-link{position:fixed;z-index:100;top:8px;left:8px;background:white;color:var(--burgundy);padding:10px 18px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.header{height:100px;padding:0 var(--gutter);display:flex;align-items:center;gap:32px;background:rgba(250,248,245,.98);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(80,12,50,.08);transition:box-shadow .3s}.header.scrolled{box-shadow:0 4px 30px #260d1d0a}.brand{display:block;flex-shrink:0;width:187px}.brand img{width:100%;height:69px;object-fit:contain}.desktop-nav{display:flex;justify-content:center;gap:30px;flex:1}.desktop-nav a{font-size:14px;white-space:nowrap;position:relative}.desktop-nav a:after{content:'';position:absolute;height:1px;background:var(--burgundy);bottom:-7px;left:0;width:0;transition:width .3s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:27px}.language{display:flex;align-items:center;gap:7px;font-size:12px}.language button{border:0;background:none;padding:7px 1px;color:var(--muted);font-size:13px}.language button[aria-pressed=true]{color:var(--burgundy);font-weight:600}.language span{color:#9b8d92}.header-contact{border-bottom:1px solid var(--burgundy);padding:10px 0;display:flex;gap:24px;align-items:center;color:var(--burgundy);font-size:14px}.header-contact>span:last-child{font-size:23px;line-height:1}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}
.hero{min-height:650px;height:calc(100svh - 100px);max-height:1040px;position:relative;background:#220d19;color:var(--paper);isolation:isolate;overflow:hidden;perspective:1600px}.hero-scene{position:absolute;inset:-2%;z-index:-2;transform:translate3d(var(--hero-x,0px),var(--hero-y,0px),0) scale(1.035);transition:transform 1.8s cubic-bezier(.2,.7,.2,1);will-change:transform}.hero-image{height:100%;width:100%;object-fit:cover;object-position:50% 58%;animation:hero-arrive 2.5s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,7,20,.55),rgba(28,7,20,.18) 48%,transparent 72%),linear-gradient(0deg,rgba(23,8,16,.75),transparent 35%)}.hero-content{padding:clamp(75px,10vh,140px) var(--gutter) 140px;position:relative;max-width:960px;transform:translateZ(0)}.hero .eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:28px;animation:content-arrive 1s .1s both}.fine-line{width:38px;height:1px;background:var(--gold);flex-shrink:0}.hero h1{font-size:clamp(64px,7.1vw,112px);letter-spacing:-.035em;line-height:.99;animation:content-arrive 1.2s .2s both}.hero h1 em{font-weight:400;color:#ead2a1}.hero-description{font-size:18px;line-height:1.7;max-width:405px;margin-top:30px;color:#e2d8dd;animation:content-arrive 1.2s .35s both}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:17px 24px;font-size:15px;font-weight:600;line-height:1.4;transition:background .3s,transform .3s,box-shadow .3s}.button .arrow{font-size:24px;font-weight:400;line-height:1;transition:transform .3s}.button:hover .arrow{transform:translate(3px,-3px)}.button:hover{transform:translateY(-3px)}.gold{background:var(--gold);color:#381325}.gold:hover{background:#e8c993;box-shadow:0 12px 36px #13090e33}.hero .button{margin-top:35px;animation:content-arrive 1.2s .45s both}.burgundy{background:var(--burgundy);color:white}.burgundy:hover{background:#6a1545}.hero-bottom{position:absolute;bottom:30px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px;letter-spacing:.13em;color:#e4d7dc}.scroll-link{display:flex;align-items:center;gap:16px}.scroll-line{width:1px;height:37px;background:#ffffff3b;position:relative;overflow:hidden}.scroll-line:after{content:'';position:absolute;background:var(--gold);width:1px;height:18px;top:-18px;animation:scroll-track 2.5s ease infinite}.hero-locations{font-size:11px;letter-spacing:.14em}.hero-locations i{color:var(--gold);padding:0 14px;font-style:normal}.hero-index{font-size:11px}.hero-index span{margin:0 12px;color:var(--gold)}.motion-control{position:absolute;bottom:97px;right:var(--gutter);width:36px;height:36px;border:1px solid #fff5;border-radius:50%;background:#250d1b66;color:white;display:grid;place-items:center;font-size:15px}.motion-control:hover{background:#500c32}.discipline-strip{background:var(--burgundy);color:#ecdcbd;padding:21px var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:22px;font-size:12px;letter-spacing:.11em}.discipline-strip i{font-size:17px;font-style:normal;color:var(--gold)}
.intro-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:10%}.intro-copy{padding-top:5px}.intro-copy .lead{font-size:23px;line-height:1.5;color:var(--burgundy);margin-bottom:20px}.intro-copy>p:not(.lead){color:var(--muted);font-size:16px;line-height:1.8}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--burgundy);padding:12px 0;font-size:15px;margin-top:20px;color:var(--burgundy)}.text-link>span:last-child{font-size:25px;line-height:1}.text-link:hover>span:last-child{transform:translate(3px,-3px)}.text-link.light{color:var(--gold);border-color:#d9ba8066}.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid var(--line);gap:6%}.principles>div{padding-top:28px;position:relative}.principle-num{font-size:12px;color:var(--gold-dark);letter-spacing:.1em}.principles h3{font-size:23px;line-height:1.3;margin:20px 0 10px;color:var(--burgundy)}.principles p{font-size:15px;color:var(--muted);max-width:290px}
.services{background:var(--burgundy-dark);color:#f7f0f3;position:relative;isolation:isolate}.services:before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 10% 45%,#59133855,transparent 60%);pointer-events:none}.services .micro{color:#c4acb8}.services-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:10%}.services h2 em{color:var(--gold)}.services-intro>p{font-size:16px;line-height:1.85;color:#cbb6c1;margin-top:27px;max-width:350px}.services-intro{align-self:start;position:sticky;top:150px}.service-list{border-top:1px solid #b58d9e40}.service{border-bottom:1px solid #b58d9e40}.service summary{display:flex;align-items:center;gap:25px;list-style:none;cursor:pointer;padding:28px 0;transition:color .25s}.service summary::-webkit-details-marker{display:none}.service summary:hover{color:var(--gold)}.service-number{font-size:12px;color:#bd9d85;min-width:18px}.service h3{font-size:clamp(18px,1.6vw,24px);line-height:1.4;flex:1}.plus{position:relative;width:17px;height:17px;flex-shrink:0}.plus:before,.plus:after{content:'';position:absolute;background:var(--gold);top:8px;left:0;height:1px;width:17px;transition:transform .35s}.plus:after{transform:rotate(90deg)}details[open] .plus:after{transform:rotate(0)}details[open] summary{color:var(--gold)}.service-body{padding:0 28px 30px 43px}.service-body p{font-size:16px;color:#d0bdc6;line-height:1.8}.tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.tags span{font-size:12px;color:#d4ba8f;border:1px solid #d9ba8033;padding:4px 10px}.orbit-wrap{width:min(330px,100%);height:240px;position:relative;margin:16px 0 -10px}.orbit-wrap canvas{width:100%;height:100%;position:absolute;inset:0}.orbit-caption{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.orbit-caption>span{font-family:var(--serif);font-size:55px;line-height:1.1;color:var(--gold)}.orbit-caption>small{font-size:10px;letter-spacing:.19em;color:#d8c3cd;margin-top:8px}
.experience-heading{padding-bottom:60px;display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.experience-heading .eyebrow{margin-top:10px}.experience-heading h2{width:52%}.showcase-stage{position:relative;min-height:620px;height:48vw;max-height:820px;margin:0 var(--gutter);background:var(--burgundy-dark);isolation:isolate;overflow:hidden;perspective:1500px;transform:perspective(1500px) rotateX(var(--stage-rx,0deg)) rotateY(var(--stage-ry,0deg));transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.showcase-image{position:absolute;inset:-3%;z-index:-2;transform:scale(var(--stage-scale,1.035)) translateY(var(--stage-y,0px));transition:transform .5s ease-out}.showcase-image img{height:100%;width:100%;object-fit:cover;object-position:center 55%}.showcase-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#180813d9,transparent 62%);padding:35px 42px;color:#faf6f7;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.image-label{font-size:11px;letter-spacing:.12em;border:1px solid #fff4;background:#230f1d88;padding:8px 12px;color:#f0dfc6;line-height:1.5}.showcase-overlay>.image-label{position:absolute;top:30px;left:30px}.showcase-copy{max-width:610px;display:flex;align-items:end;gap:35px}.showcase-copy h3{font-family:var(--serif);font-size:clamp(34px,3.6vw,53px);line-height:1.05;letter-spacing:-.02em;min-width:50%}.showcase-copy p{font-size:15px;line-height:1.65;max-width:245px;color:#e4d5dd}.concept-note{margin-top:28px;font-size:11px;line-height:1.5;color:#cdbbc5}.expertise-row{padding-top:40px;padding-bottom:55px;display:flex;align-items:center;gap:60px;border-bottom:1px solid var(--line)}.expertise-row>span{font-size:11px;letter-spacing:.12em;color:var(--burgundy);line-height:1.7;flex-shrink:0}.expertise-row>p{font-size:16px;color:var(--muted);line-height:2}.expertise-row i{font-style:normal;padding:0 15px;color:#a88a51}
.process-head{display:flex;justify-content:space-between;align-items:flex-end;gap:8%}.process-head>p{max-width:300px;color:var(--muted);font-size:17px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;gap:0}.process-grid article{border-top:1px solid #bcacb5;padding:30px 26px 0 0;position:relative}.process-grid article:before{content:'';width:7px;height:7px;position:absolute;left:0;top:-4px;transform:rotate(45deg);background:var(--gold-dark)}.process-grid article>span{font-size:12px;color:var(--gold-dark);letter-spacing:.07em}.process-grid h3{font-size:21px;margin:28px 0 15px;color:var(--burgundy);line-height:1.3}.process-grid p{font-size:15px;color:var(--muted);max-width:245px}.global{display:grid;grid-template-columns:1fr 1fr;background:var(--burgundy);color:var(--paper);overflow:hidden}.global-image{position:relative;min-height:740px;overflow:hidden}.global-image>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:51% center;transition:transform 2s;transform:scale(1.025)}.global-image:hover>img{transform:scale(1.075)}.global-image .image-label{position:absolute;left:28px;bottom:30px;right:28px;width:fit-content}.global-copy{padding:80px max(40px,5.5vw);align-self:center}.global-copy h2{margin-top:38px}.global-copy h2 em{color:var(--gold)}.global-copy>p:not(.eyebrow){font-size:16px;line-height:1.85;margin-top:25px;color:#e0ccd6}.global-cities{display:flex;flex-wrap:wrap;gap:10px 23px;color:var(--gold);font-family:var(--serif);font-size:25px;margin-top:30px}.global-copy .text-link{font-size:14px}
.contact-heading{display:grid;grid-template-columns:1.15fr 1fr;gap:10%;align-items:center}.contact-heading>div>p{font-size:17px;color:var(--muted);max-width:370px}.contact-mail{display:flex;gap:30px;justify-content:space-between;width:fit-content;max-width:100%;font-size:clamp(22px,2.1vw,32px);line-height:1.5;color:var(--burgundy);margin-top:25px;border-bottom:1px solid #b9969e}.contact-mail>span{font-size:30px}.contact-heading .button{margin-top:30px}.offices{display:grid;grid-template-columns:repeat(3,1fr);margin-top:75px;border-top:1px solid var(--line)}.offices article{padding:25px 25px 0 0;display:flex;flex-direction:column}.offices article+article{border-left:1px solid var(--line);padding-left:30px}.office-top{display:flex;justify-content:space-between;align-items:center;color:var(--gold-dark);font-size:11px;letter-spacing:.1em}.office-top>span:last-child{font-size:24px}.offices h3{font-family:var(--serif);font-size:42px;line-height:1.2;color:var(--burgundy);margin-top:23px;letter-spacing:-.03em}.office-area{font-size:14px;color:var(--burgundy);margin-top:12px}.offices address{font-size:14px;font-style:normal;color:var(--muted);line-height:1.85;margin-top:8px;margin-bottom:25px}.offices a{font-size:13px;color:var(--burgundy);margin-top:auto;width:fit-content;border-bottom:1px solid transparent}.offices a:hover{border-color:var(--burgundy)}.footer{padding:50px var(--gutter) 25px;background:#f0eae9;border-top:1px solid var(--line)}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:45px}.footer-brand{width:225px}.footer-brand img{height:85px}.footer-main>p{font-family:var(--serif);font-size:32px;line-height:1.1;color:var(--burgundy);margin-right:auto;margin-left:8%;letter-spacing:-.02em}.back-top{display:flex;gap:25px;align-items:center;font-size:13px;color:var(--burgundy)}.back-top>span:last-child{display:grid;place-items:center;border:1px solid #b9a6b1;width:45px;height:45px;border-radius:50%;font-size:20px;transition:transform .3s}.back-top:hover>span:last-child{transform:translateY(-5px)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #d6c8d0;padding-top:25px;font-size:12px;color:var(--muted)}.footer-bottom>span:last-child{font-size:10px;letter-spacing:.12em}
.js-motion .reveal{opacity:0;transform:perspective(1200px) translate3d(0,38px,0) rotateX(7deg);transform-origin:50% 0;transition:opacity .85s ease,transform 1.2s cubic-bezier(.16,1,.3,1)}.js-motion .reveal.visible{opacity:1;transform:perspective(1200px) translate3d(0,0,0) rotateX(0)}.principles .reveal:nth-child(2),.process-grid .reveal:nth-child(2){transition-delay:.08s}.principles .reveal:nth-child(3),.process-grid .reveal:nth-child(3){transition-delay:.16s}.process-grid .reveal:nth-child(4){transition-delay:.24s}.motion-paused *{animation-play-state:paused!important}.motion-paused .hero-scene,.motion-paused .showcase-stage,.motion-paused .showcase-image{transform:none!important;transition:none!important}.motion-paused .reveal{opacity:1!important;transform:none!important;transition:none!important}
@keyframes content-arrive{from{opacity:0;transform:perspective(900px) translateY(28px) rotateX(5deg)}to{opacity:1;transform:perspective(900px) translateY(0) rotateX(0)}}@keyframes hero-arrive{from{transform:scale(1.08)}to{transform:scale(1)}}@keyframes scroll-track{0%{transform:translateY(0)}70%,100%{transform:translateY(60px)}}
@media(min-width:1800px){:root{--gutter:max(100px,calc((100vw - 1550px)/2))}.hero-content{max-width:1200px}.hero h1{font-size:112px}}
@media(max-width:1150px){.desktop-nav{gap:18px}.header{gap:20px}.brand{width:155px}.header-actions{gap:20px}.header-contact{gap:15px;font-size:13px}.services-layout{gap:7%}.service summary{gap:16px}.service-body{padding-left:34px}.hero-index{display:none}.hero-content{max-width:790px}.hero h1{font-size:clamp(62px,8vw,90px)}.showcase-copy{max-width:690px}.process-grid h3{font-size:18px}.global-copy{padding:65px 40px}.global-image{min-height:680px}}
@media(max-width:900px){.header{height:84px}.brand{width:161px}.brand img{height:62px}.desktop-nav{display:none}.header-actions{margin-left:auto;gap:25px}.header-contact{font-size:14px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;border:0;background:none;width:29px;height:40px;padding:2px}.menu-toggle span{height:1px;width:25px;background:var(--burgundy);transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{display:flex;position:fixed;inset:84px 0 0;background:var(--paper);z-index:49;padding:60px var(--gutter);flex-direction:column;gap:22px;font-family:var(--serif);font-size:38px;color:var(--burgundy);overflow-y:auto}.mobile-nav a{border-bottom:1px solid var(--line);padding-bottom:12px}.hero{height:calc(100svh - 84px);min-height:670px}.hero-content{padding-top:95px}.hero-description{max-width:370px}.hero-shade{background:linear-gradient(90deg,#210b1bba,#210b1b40 72%),linear-gradient(0deg,#200918d9,transparent 40%)}.hero-image{object-position:58% center}.discipline-strip{font-size:10px;letter-spacing:.06em;gap:13px;padding:20px 24px}.discipline-strip i{font-size:12px}.section-pad{padding:75px var(--gutter)}.section-top{margin-bottom:40px}.intro-layout{gap:7%}.intro-copy .lead{font-size:20px}.principles{gap:5%;margin-top:55px}.principles h3{font-size:21px}.services-layout{grid-template-columns:1fr 1.2fr;gap:6%}.services h2{font-size:43px}.services-intro{top:120px}.service h3{font-size:18px}.service summary{gap:12px}.service-body{padding-left:0}.orbit-wrap{height:220px}.experience-heading{padding-bottom:40px}.experience-heading h2{width:55%;font-size:50px}.showcase-stage{min-height:550px;margin:0 24px}.showcase-copy h3{font-size:42px}.showcase-overlay{padding:30px}.expertise-row{padding:30px var(--gutter);gap:30px}.expertise-row p{font-size:15px}.expertise-row i{padding:0 8px}.process-head>p{max-width:240px;font-size:16px}.process-head h2{font-size:47px}.process-grid{grid-template-columns:repeat(2,1fr);gap:45px 0;margin-top:50px}.process-grid h3{font-size:22px}.global-copy{padding:55px 30px}.global-copy h2{font-size:58px}.global-copy .eyebrow{font-size:10px}.global-image{min-height:740px}.contact-heading{gap:7%;grid-template-columns:1fr 1fr}.contact-heading h2{font-size:48px}.contact-mail{font-size:22px;gap:15px}.offices article+article{padding-left:20px}.offices address{font-size:13px}.offices h3{font-size:37px}.footer-main>p{margin-left:3%;font-size:29px}.footer-brand{width:175px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:last-child{display:none}}
@media(max-width:600px){html{scroll-padding-top:75px}.header{height:76px;padding:0 22px}.brand{width:146px}.brand img{height:54px}.header-contact{display:none}.header-actions{gap:23px}.language button{font-size:12px}.mobile-nav{top:76px;font-size:34px}.hero{height:calc(100svh - 76px);min-height:670px;max-height:880px}.hero-content{padding:82px 25px 130px;max-width:100%}.hero .eyebrow{font-size:10px;letter-spacing:.115em;gap:11px;margin-bottom:29px}.fine-line{width:24px}.hero h1{font-size:clamp(59px,13vw,78px);line-height:1.025}.hero-description{font-size:16px;max-width:310px;line-height:1.8;margin-top:26px}.hero .button{margin-top:30px;font-size:14px;padding:16px 20px;gap:24px}.hero-image{object-position:59% center}.hero-shade{background:linear-gradient(90deg,#210917d9,#21091752 100%),linear-gradient(0deg,#1f0818db,transparent 50%)}.hero-bottom{bottom:26px;left:25px;right:25px;align-items:flex-end}.scroll-link{font-size:10px;gap:12px;max-width:130px;line-height:1.6}.scroll-line{height:30px;flex-shrink:0}.hero-locations{font-size:8px;letter-spacing:.08em;line-height:2;max-width:110px;text-align:right}.hero-locations i{padding:0 4px}.motion-control{bottom:90px;right:25px;width:32px;height:32px}.discipline-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px 15px;padding:22px 25px;font-size:10px;letter-spacing:.04em;text-align:center}.discipline-strip i{display:none}.section-pad{padding:62px 25px}.section-top{margin-bottom:36px}.eyebrow{font-size:10px;letter-spacing:.115em}.micro{display:none}h2{font-size:47px}.intro-layout{grid-template-columns:1fr;gap:32px}.intro-copy .lead{font-size:22px}.intro-copy>p:not(.lead){font-size:16px}.text-link{font-size:14px;gap:25px}.principles{grid-template-columns:1fr;gap:0;margin-top:42px}.principles>div{padding:23px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:33px 1fr;gap:0 9px}.principle-num{grid-row:span 2;padding-top:7px}.principles h3{margin:0 0 7px;font-size:23px}.principles p{font-size:15px;max-width:100%}.services-layout{grid-template-columns:1fr;gap:40px}.services h2{font-size:49px}.services-intro{position:static;display:grid;grid-template-columns:1fr}.services-intro>p{max-width:100%;margin-top:23px;font-size:16px}.orbit-wrap{height:195px;width:260px;margin:5px auto -10px}.services-intro .text-link{width:fit-content;margin-top:5px}.service summary{padding:23px 0;gap:19px}.service h3{font-size:19px}.service-body{padding:0 0 25px 37px}.service-body p{font-size:15px}.service-number{font-size:11px}.tags span{font-size:11px}.experience-heading{display:block;padding-bottom:36px}.experience-heading .eyebrow{margin:0 0 28px}.experience-heading h2{font-size:48px;width:100%}.showcase-stage{margin:0;min-height:670px;height:160vw;max-height:820px;transform:none!important}.showcase-image img{object-position:57% center}.showcase-overlay{padding:25px;background:linear-gradient(0deg,#210b1aea,transparent 90%)}.showcase-overlay>.image-label{top:22px;left:23px;font-size:9px;padding:7px 10px}.showcase-copy{display:block}.showcase-copy h3{font-size:43px;margin-bottom:18px}.showcase-copy p{font-size:15px;max-width:290px}.concept-note{font-size:10px;max-width:275px;line-height:1.6;margin-top:23px}.expertise-row{display:block;padding:28px 25px}.expertise-row>span{display:block;margin-bottom:15px;font-size:10px}.expertise-row>span br{display:none}.expertise-row>p{font-size:15px;line-height:2.1}.process-head{display:block}.process-head h2{font-size:46px}.process-head>p{max-width:100%;margin-top:28px;font-size:16px}.process-grid{gap:35px 15px;margin-top:42px}.process-grid article{padding:23px 10px 0 0}.process-grid h3{font-size:19px;margin:18px 0 10px;line-height:1.35}.process-grid p{font-size:14px;line-height:1.75}.global{grid-template-columns:1fr}.global-image{min-height:440px;height:110vw;max-height:550px}.global-image>img{object-position:center}.global-image .image-label{font-size:9px;left:25px;bottom:25px;right:25px}.global-copy{padding:55px 25px 60px}.global-copy .eyebrow{font-size:10px}.global-copy h2{font-size:58px;margin-top:30px}.global-copy>p:not(.eyebrow){font-size:16px}.global-cities{font-size:27px;gap:20px}.contact-heading{grid-template-columns:1fr;gap:30px}.contact-heading h2{font-size:46px}.contact-heading>div>p{font-size:16px}.contact-mail{font-size:25px;gap:25px}.contact-heading .button{font-size:14px}.offices{grid-template-columns:1fr;margin-top:50px}.offices article,.offices article+article{border-left:0;border-bottom:1px solid var(--line);padding:25px 0 27px}.offices h3{font-size:40px;margin-top:12px}.office-top{font-size:11px}.office-area{font-size:14px}.offices address{font-size:14px;margin-bottom:18px}.offices a{font-size:14px}.footer{padding:40px 25px 25px}.footer-main{flex-wrap:wrap;padding-bottom:30px;gap:25px}.footer-brand{width:172px}.footer-brand img{height:60px}.footer-main>p{order:3;flex-basis:100%;margin:5px 0 0;font-size:33px}.back-top{margin-left:auto;gap:0}.back-top>span:first-child{display:none}.back-top>span:last-child{height:40px;width:40px}.footer-bottom{gap:13px;font-size:11px;flex-direction:column}.footer-bottom>a{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-scene,.showcase-stage,.showcase-image{transform:none!important}.js-motion .reveal{opacity:1;transform:none}.global-image>img{transform:none!important}}
@media print{.header,.mobile-nav,.motion-control,.orbit-wrap,.hero-bottom,.skip-link{display:none!important}.reveal{opacity:1!important;transform:none!important}.hero{height:650px}.services-intro{position:static}.service-body{display:block}details{break-inside:avoid}.section-pad{padding:40px}.showcase-stage{min-height:500px}.footer{break-inside:avoid}}

.brand img.prime-logo{display:block;width:100%;height:auto;object-fit:contain}
.group-signature{border-top:1px solid #dfd2c9;display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px;padding:30px 0 14px}
.group-signature p{font-size:14px;color:#74616b;line-height:1.7}.group-signature strong{color:#321624;font-weight:600}
.oz-group-link{display:block;flex-shrink:0;padding:4px}
.oz-group-mark{display:block;position:relative;overflow:hidden;width:148px;aspect-ratio:1520 / 544}
.oz-group-mark img{position:absolute;width:131.578948%;max-width:none;height:auto;left:-16.184211%;top:-125.551471%}
@media(max-width:600px){.group-signature{flex-direction:column;gap:17px;padding-top:28px;padding-bottom:0}.group-signature p{font-size:13px;text-align:center}.oz-group-mark{width:133px}}
