@font-face{font-family:Nimbus Friesen;src:url(/fonts/nimbus-sans-regular.otf) format("opentype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nimbus Friesen;src:url(/fonts/nimbus-sans-bold.otf) format("opentype");font-style:normal;font-weight:700;font-display:swap}:root{--ink:#181817;--ink-soft:#333230;--canvas:#f4f0e9;--paper:#fffdf8;--stone:#d8d0ca;--stone-deep:#a79a94;--line:rgba(24,24,23,0.18);--brand:#db0044;--white:#ffffff;--gutter:clamp(1rem,4.2vw,4.75rem);--header-height:92px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--canvas)}body{margin:0;min-width:0;color:var(--ink);font-size:17px;line-height:1.55;overflow-x:clip;text-rendering:optimizeLegibility}body,button,input,textarea{font-family:Nimbus Friesen,Arial,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{border-radius:0}address,figure,h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400;letter-spacing:-.045em;text-wrap:balance}a,h1,h2,h3,label,li,p,span{hyphens:none;-webkit-hyphens:none}::selection{background:var(--brand);color:var(--white)}:focus-visible{outline:3px solid var(--brand);outline-offset:4px}.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:500;padding:.75rem 1rem;background:var(--ink);color:var(--white);transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.draft-strip{min-height:30px;display:grid;place-items:center;padding:.35rem var(--gutter);background:var(--ink);color:rgba(255,255,255,.72);font-size:.7rem;letter-spacing:.16em;line-height:1.25;text-align:center;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:rgba(244,240,233,.96);backdrop-filter:blur(14px)}.header-inner{width:min(100%,1600px);height:var(--header-height);margin-inline:auto;padding-inline:var(--gutter);display:grid;grid-template-columns:minmax(210px,.75fr) auto auto;align-items:center;gap:clamp(1.5rem,3vw,3.25rem)}.brand-logo{display:inline-flex;width:fit-content;max-width:100%;align-items:center}.brand-logo-image{width:clamp(205px,18vw,258px);height:auto;object-fit:contain}.brand-logo-image.compact{width:min(235px,100%)}.desktop-navigation{display:flex;align-items:center;gap:clamp(1.15rem,2.2vw,2.6rem);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.desktop-navigation a{position:relative;padding-block:.5rem;white-space:nowrap}.desktop-navigation a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--brand);transform:scaleX(0);transform-origin:right;transition:transform .26s ease}.desktop-navigation a.active:after,.desktop-navigation a:hover:after{transform:scaleX(1);transform-origin:left}.header-contact{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.65rem 1.3rem;border:1px solid var(--ink);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;transition:background .22s ease,color .22s ease}.header-contact:hover{background:var(--ink);color:var(--white)}.menu-toggle{width:48px;height:48px;display:none;border:1px solid var(--ink);background:transparent;cursor:pointer;align-content:center;justify-items:center;gap:7px}.menu-toggle span{width:20px;height:1px;display:block;background:var(--ink);transition:transform .22s ease}.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-navigation{position:absolute;top:100%;right:0;left:0;max-height:0;display:grid;visibility:hidden;overflow:hidden;background:var(--ink);color:var(--white);opacity:0;transition:max-height .36s ease,opacity .22s ease,visibility .36s}.mobile-navigation.open{max-height:calc(100svh - var(--header-height));visibility:visible;opacity:1}.mobile-navigation a{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:.75rem var(--gutter);border-bottom:1px solid rgba(255,255,255,.18);font-size:clamp(1.2rem,4vw,1.7rem)}.mobile-navigation a:after{content:"â†—";color:var(--brand)}.eyebrow{color:var(--brand);font-size:.73rem;font-weight:700;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}.eyebrow-light{color:#ff3b75}.button{min-height:50px;display:inline-flex;width:fit-content;align-items:center;justify-content:center;padding:.8rem 1.35rem;border:1px solid;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase;transition:background .22s ease,color .22s ease,border-color .22s ease}.button-dark{border-color:var(--ink);background:var(--ink);color:var(--white)}.button-dark:hover{border-color:var(--brand);background:var(--brand)}.button-light{border-color:rgba(255,255,255,.72);color:var(--white)}.button-light:hover{border-color:var(--white);background:var(--white);color:var(--ink)}.text-link{position:relative;display:inline-block;width:fit-content;padding-bottom:.32rem;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.text-link:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:currentColor;transform-origin:right;transition:transform .25s ease}.text-link:hover:after{transform:scaleX(.28)}.section-shell{padding-inline:max(var(--gutter),calc((100vw - 1500px) / 2))}.section-dark{background:var(--ink);color:var(--white)}.section-stone{background:var(--stone)}.home-hero{position:relative;min-height:calc(100svh - var(--header-height) - 30px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);overflow:hidden;border-bottom:1px solid var(--line);background:var(--canvas)}.home-hero-copy{min-width:0;align-self:center;padding:clamp(4rem,8vw,8.5rem) clamp(2rem,6vw,7.5rem) clamp(5.5rem,9vw,8rem) max(var(--gutter),calc((100vw - 1500px) / 2))}.home-hero-copy>*{animation:hero-enter .82s cubic-bezier(.2,.7,.2,1) both}.home-hero-copy h1{max-width:820px;margin-top:clamp(1.4rem,3vw,2.7rem);font-size:clamp(4rem,7vw,7.7rem);line-height:.9}.home-hero-copy h1 span{display:block;color:var(--brand)}.hero-lead{max-width:630px;margin-top:clamp(2rem,4vw,3.5rem);color:var(--ink-soft);font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.55;animation-delay:80ms}.hero-actions{margin-top:clamp(2rem,4vw,3.5rem);align-items:center;gap:1.25rem 2rem;animation-delay:.14s}.hero-actions,.hero-facts{display:flex;flex-wrap:wrap}.hero-facts{margin-top:clamp(2.75rem,5vw,5rem);gap:.65rem 1.8rem;color:#5e5956;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;animation-delay:.2s}.hero-facts span:not(:last-child):after{content:"//";margin-left:1.8rem;color:var(--brand)}.home-hero-visual{position:relative;min-height:680px;overflow:hidden;background:var(--ink)}.home-hero-visual:before{content:"";position:absolute;top:0;bottom:0;left:11%;width:1px;background:rgba(255,255,255,.18)}.home-hero-visual:after{content:"";position:absolute;top:9%;right:0;width:42%;height:7px;background:var(--brand)}.home-hero-visual figure{position:absolute;overflow:hidden;box-shadow:0 26px 80px rgba(0,0,0,.3);animation:visual-enter 1.1s cubic-bezier(.2,.7,.2,1) .12s both}.home-hero-visual img{width:100%;height:100%;object-fit:cover}.hero-office-image{top:12%;right:8%;left:16%;height:50%}.hero-responsibility-panel{position:absolute;right:7%;bottom:6%;width:47%;height:34%;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto auto;align-items:end;column-gap:clamp(.8rem,1.7vw,1.6rem);padding:clamp(1.1rem,2.3vw,2.2rem);border:8px solid var(--canvas);background:var(--canvas);color:var(--ink);box-shadow:0 26px 80px rgba(0,0,0,.3);animation:visual-enter 1.1s cubic-bezier(.2,.7,.2,1) .24s both}.hero-responsibility-panel strong{grid-row:1/4;align-self:end;color:var(--brand);font-size:clamp(4.5rem,9vw,9.5rem);font-weight:400;letter-spacing:-.09em;line-height:.72}.hero-responsibility-panel span{font-size:clamp(.88rem,1.5vw,1.4rem);letter-spacing:.06em;line-height:1;text-transform:uppercase}.hero-responsibility-panel small{padding-top:.55rem;border-top:1px solid var(--line);color:#655f5b;font-size:.61rem;letter-spacing:.09em;line-height:1.35;text-transform:uppercase}.hero-year-panel{position:absolute;bottom:8%;left:7%;width:32%;aspect-ratio:.82;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(1rem,2.2vw,2rem);border:8px solid var(--ink);background:var(--brand);color:#fff;box-shadow:0 26px 80px rgba(0,0,0,.3);animation:visual-enter 1.1s cubic-bezier(.2,.7,.2,1) .32s both}.hero-year-panel span{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.hero-year-panel strong{margin-top:.3rem;font-size:clamp(2.8rem,5.4vw,5.7rem);font-weight:400;letter-spacing:-.07em;line-height:.9}.hero-vertical-label{top:14%;bottom:auto;left:4%;color:rgba(255,255,255,.62);font-size:.62rem;writing-mode:vertical-rl;transform:rotate(180deg)}.hero-vertical-label,.scroll-cue{position:absolute;letter-spacing:.16em;text-transform:uppercase}.scroll-cue{bottom:1.2rem;left:max(var(--gutter),calc((100vw - 1500px) / 2));display:flex;align-items:center;gap:.75rem;color:#6b6560;font-size:.64rem}.scroll-cue span{width:44px;height:1px;display:block;overflow:hidden;background:var(--line)}.scroll-cue span:after{content:"";width:18px;height:1px;display:block;background:var(--brand);animation:scroll-line 1.9s ease-in-out infinite}@keyframes hero-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes visual-enter{0%{opacity:0;transform:translateY(38px) scale(1.04)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes scroll-line{0%,to{transform:translateX(-100%)}50%{transform:translateX(250%)}}.js .home-page .reveal-block{min-width:0;opacity:0;visibility:hidden;transform:translateY(54px);transition:opacity .76s var(--reveal-delay) cubic-bezier(.2,.7,.2,1),visibility 0s var(--reveal-delay),transform .92s var(--reveal-delay) cubic-bezier(.2,.7,.2,1)}.js .home-page .reveal-block.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.js .home-page .reveal-image{overflow:hidden;transition:opacity .5s var(--reveal-delay) ease,visibility 0s var(--reveal-delay),transform 1s var(--reveal-delay) cubic-bezier(.2,.7,.2,1)}.js .home-page .reveal-image>img{clip-path:inset(100% 0 0 0);transition:clip-path 1.05s var(--reveal-delay) cubic-bezier(.76,0,.24,1),transform 1.45s var(--reveal-delay) cubic-bezier(.2,.7,.2,1)}.js .home-page .reveal-image.is-visible>img{clip-path:inset(0 0 0 0)}.js .home-page .reveal-image img{transform:scale(1.09)}.js .home-page .reveal-image.is-visible img{transform:scale(1)}.home-story{padding-top:clamp(7rem,14vw,13rem);padding-bottom:clamp(7rem,12vw,11rem);background:var(--paper)}.story-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);align-items:end;gap:clamp(3rem,8vw,8rem)}.home-contact h2,.home-services h2,.reference-intro h2,.story-heading h2,.team-teaser-copy h2{margin-top:1.5rem;font-size:clamp(3.4rem,7vw,7rem);line-height:.96}.story-copy{padding-bottom:.65rem}.company-principle-grid>div p,.page-intro-text,.partner-intro>p,.reference-intro>.reveal-block:last-child p,.story-copy p,.team-teaser-copy>p{color:#4d4946;font-size:clamp(1.05rem,1.4vw,1.28rem);line-height:1.65}.story-copy .text-link{margin-top:2rem}.story-statement{margin-top:clamp(5rem,10vw,9rem);width:min(81%,1180px);margin-left:auto;border-top:1px solid #bbb4ae;border-bottom:1px solid #bbb4ae}.story-stat{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(260px,1fr);align-items:baseline;gap:clamp(2rem,6vw,7rem);padding:clamp(1.8rem,4vw,3.7rem) 0}.story-stat+.story-stat{border-top:1px solid #d4cec9}.story-stat strong{color:var(--brand);font-size:clamp(3.6rem,8vw,8rem);font-weight:400;letter-spacing:-.07em;line-height:.85}.story-stat span{max-width:520px;color:#4d4946;font-size:clamp(.9rem,1.2vw,1.1rem);letter-spacing:.07em;line-height:1.55;text-transform:uppercase}.home-services{padding-top:clamp(7rem,13vw,12rem);padding-bottom:clamp(7rem,12vw,11rem)}.home-services>.reveal-block:first-child{max-width:1160px}.service-editorial-list{margin-top:clamp(5rem,9vw,8.5rem);border-top:1px solid rgba(255,255,255,.25)}.service-editorial-row{min-height:160px;display:grid;grid-template-columns:70px minmax(260px,.8fr) minmax(300px,1fr);align-items:center;gap:clamp(1rem,4vw,4rem);padding-block:2rem;border-bottom:1px solid rgba(255,255,255,.25)}.service-marker{color:var(--brand);font-weight:700;letter-spacing:.06em}.service-editorial-row h3{font-size:clamp(2.3rem,4.7vw,5.1rem);line-height:1}.service-editorial-row p{max-width:600px;color:rgba(255,255,255,.66);font-size:clamp(1rem,1.35vw,1.24rem)}.services-link{margin-top:3rem;display:flex;justify-content:flex-end}.home-references{padding-top:clamp(7rem,14vw,13rem);padding-bottom:clamp(7rem,13vw,12rem);background:var(--paper)}.reference-intro{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);align-items:end;gap:clamp(3rem,9vw,9rem)}.reference-intro>.reveal-block:last-child{padding-bottom:.5rem}.reference-triptych{min-height:920px;margin-top:clamp(5rem,10vw,9rem);display:grid;grid-template-columns:1.08fr .82fr .92fr;align-items:start;gap:clamp(1rem,2.3vw,2.4rem)}.reference-triptych-item{position:relative;min-height:480px}.reference-triptych-item.tall{min-height:760px}.reference-triptych-item.lower{margin-top:240px}.reference-triptych-item img{width:100%;height:100%;min-height:inherit;object-fit:cover}.reference-triptych-item span{position:absolute;right:0;bottom:0;left:0;padding:1rem 1.1rem;background:rgba(24,24,23,.86);color:var(--white);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.reference-action{margin-top:2rem;display:flex;justify-content:flex-end}.home-team{min-height:760px;padding-top:clamp(6rem,10vw,10rem);padding-bottom:clamp(6rem,10vw,10rem);display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(3rem,9vw,10rem)}.team-role-index{max-width:620px;border-top:1px solid rgba(24,24,23,.42)}.team-role-index p{min-height:138px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:1.25rem;padding-block:1.4rem;border-bottom:1px solid rgba(24,24,23,.42);font-size:clamp(1.45rem,2.7vw,2.85rem);letter-spacing:-.035em;line-height:1.08}.team-role-index span{color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.14em}.team-teaser-copy{max-width:850px}.team-teaser-copy h2{font-size:clamp(3.2rem,6.5vw,6.7rem)}.team-teaser-copy>p{max-width:670px;margin-top:2.5rem}.team-teaser-copy .button{margin-top:2.5rem}.home-contact{padding-top:clamp(7rem,13vw,12rem);padding-bottom:clamp(7rem,12vw,11rem);background:var(--brand);color:var(--white)}.home-contact .eyebrow{color:rgba(255,255,255,.72)}.home-contact>.reveal-block:first-child{max-width:1250px}.home-contact-grid{margin-top:clamp(4rem,8vw,7rem);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:clamp(3rem,8vw,9rem);padding-top:2rem;border-top:1px solid rgba(255,255,255,.45)}.home-contact-primary{display:flex;flex-direction:column;gap:.4rem}.home-contact-primary a{width:fit-content;max-width:100%;font-size:clamp(1.8rem,4.2vw,4.7rem);letter-spacing:-.04em;line-height:1.08;overflow-wrap:anywhere}.home-contact-primary a:hover{color:var(--ink)}.home-contact-secondary p{color:rgba(255,255,255,.82)}.home-contact-secondary .text-link{margin-top:2rem}.page-intro{min-height:min(770px,calc(100svh - var(--header-height)));display:grid;grid-template-columns:minmax(0,.93fr) minmax(460px,1.07fr);border-bottom:1px solid var(--line)}.page-intro-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(5rem,9vw,9rem) clamp(2rem,7vw,8rem) clamp(5rem,8vw,8rem) max(var(--gutter),calc((100vw - 1500px) / 2))}.page-intro-copy h1{max-width:850px;margin-top:1.6rem;font-size:clamp(3.8rem,6.7vw,7.3rem);line-height:.94}.page-intro-text{max-width:670px;margin-top:2.5rem}.intro-visual{position:relative;min-width:0;min-height:620px;overflow:hidden;padding:clamp(3rem,6vw,6.5rem);background:var(--ink);color:var(--white)}.intro-visual:after{content:"";position:absolute;top:11%;right:0;width:42%;height:7px;background:var(--brand)}.intro-visual>*{position:relative;z-index:1}.intro-visual>p:first-child{align-self:start;color:rgba(255,255,255,.58);font-size:.68rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.intro-visual-heritage{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 1fr;align-items:end;gap:2rem}.intro-visual-heritage strong{align-self:end;color:var(--brand);font-size:clamp(9rem,20vw,20rem);font-weight:400;letter-spacing:-.09em;line-height:.72}.intro-visual-heritage>div{min-width:190px;display:grid;align-self:end;border-top:1px solid rgba(255,255,255,.3)}.intro-visual-heritage span{padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.75);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.intro-visual-services{display:flex;flex-direction:column;justify-content:space-between}.intro-visual-services ol{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.28)}.intro-visual-services li{min-height:126px;display:grid;grid-template-columns:55px minmax(0,1fr);align-items:center;gap:1.2rem;border-bottom:1px solid rgba(255,255,255,.28);font-size:clamp(2rem,4.1vw,4.5rem);letter-spacing:-.04em;line-height:1}.intro-visual-services li span{color:var(--brand);font-size:.68rem;font-weight:700;letter-spacing:.12em}.intro-visual-team{display:grid;grid-template-columns:minmax(0,.7fr) minmax(210px,1fr);grid-template-rows:1fr auto;align-items:end;gap:2.5rem}.intro-visual-team>strong{grid-row:1/3;color:var(--brand);font-size:clamp(13rem,28vw,27rem);font-weight:400;letter-spacing:-.1em;line-height:.7}.intro-visual-team>p{align-self:end;font-size:clamp(2rem,4vw,4.3rem);letter-spacing:-.045em;line-height:.96}.intro-visual-team>div{display:grid;border-top:1px solid rgba(255,255,255,.28)}.intro-visual-team span{padding:.72rem 0;border-bottom:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.68);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.intro-visual-references{display:grid;grid-template-rows:auto 1fr auto;align-items:end;gap:2rem}.intro-reference-years{align-self:center}.intro-reference-years strong{display:block;color:var(--brand);font-size:clamp(9rem,21vw,21rem);font-weight:400;letter-spacing:-.09em;line-height:.72}.intro-reference-years span{display:block;margin-top:1.5rem;color:rgba(255,255,255,.68);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase}.intro-reference-places{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.intro-reference-places span:last-child{color:var(--brand)}.intro-visual-network{display:grid;grid-template-rows:auto 1fr;gap:3rem}.intro-visual-network>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3)}.intro-visual-network span{min-height:180px;display:flex;align-items:flex-end;padding:1.2rem;border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3);font-size:clamp(1.5rem,3vw,3.2rem);letter-spacing:-.035em}.intro-visual-network span:nth-child(2),.intro-visual-network span:nth-child(3){color:var(--brand)}.company-principle,.partner-section{padding-top:clamp(7rem,13vw,12rem);padding-bottom:clamp(7rem,13vw,12rem);background:var(--paper)}.company-principle-grid{margin-top:2rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(3rem,9vw,9rem)}.company-closing h2,.company-principle-grid h2,.contact-address-panel h2,.contact-form-panel h2,.partner-intro h2,.service-scope h2,.team-directory-heading h2,.team-leadership h2,.timeline-heading h2{font-size:clamp(3.2rem,6.2vw,6.3rem);line-height:.98}.company-principle-grid>div{padding-top:.65rem}.company-principle-grid>div p+p{margin-top:1.5rem}.timeline-section{padding-top:clamp(6rem,11vw,10rem);padding-bottom:clamp(6rem,11vw,10rem)}.timeline-heading{max-width:1040px}.timeline-heading h2{margin-top:1.5rem}.timeline-list{margin-top:clamp(4rem,8vw,7rem);border-top:1px solid rgba(24,24,23,.35)}.timeline-item{min-height:150px;display:grid;grid-template-columns:120px minmax(240px,.7fr) minmax(300px,1fr);align-items:start;gap:clamp(1.5rem,5vw,5.5rem);padding-block:2rem;border-bottom:1px solid rgba(24,24,23,.35)}.timeline-year{color:var(--brand);font-size:1.45rem;letter-spacing:-.04em}.timeline-item h3{font-size:clamp(1.6rem,2.5vw,2.8rem);line-height:1.1}.timeline-item>p:last-child{max-width:650px;color:#4c4845}.company-closing,.reference-closing,.service-scope{padding-top:clamp(6rem,10vw,9rem);padding-bottom:clamp(6rem,10vw,9rem);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:end;gap:clamp(3rem,9vw,9rem)}.company-closing h2,.service-scope h2{margin-top:1.5rem}.company-closing>div:last-child p{max-width:600px;color:rgba(255,255,255,.68);font-size:1.15rem}.company-closing .button,.service-scope .button{margin-top:2.5rem}.services-detail{padding-top:clamp(6rem,11vw,10rem);padding-bottom:clamp(6rem,11vw,10rem);background:var(--paper)}.service-detail-row{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(420px,1.1fr);gap:clamp(3rem,9vw,10rem);padding-block:clamp(3.5rem,7vw,6rem);border-top:1px solid var(--line)}.service-detail-row:last-child{border-bottom:1px solid var(--line)}.service-detail-heading>span{display:block;margin-bottom:1.5rem;color:var(--brand);font-weight:700}.service-detail-heading h2{font-size:clamp(2.8rem,5vw,5.4rem);line-height:.98}.service-detail-heading p{max-width:540px;margin-top:2rem;color:#5a5551}.service-detail-row ul{margin:0;padding:0;list-style:none}.service-detail-row li{position:relative;padding:1.2rem 0 1.2rem 2rem;border-bottom:1px solid var(--line);color:#353330}.service-detail-row li:first-child{border-top:1px solid var(--line)}.service-detail-row li:before{content:"";position:absolute;top:1.85rem;left:0;width:9px;height:9px;background:var(--brand)}.service-scope{background:var(--stone)}.service-scope>div:last-child p{max-width:650px;color:#47423f;font-size:1.15rem}.team-leadership{min-height:760px;padding-top:clamp(6rem,10vw,10rem);padding-bottom:clamp(6rem,10vw,10rem);display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(3rem,9vw,10rem);background:var(--paper)}.team-leadership figure{max-width:560px;background:var(--canvas)}.team-leadership figure img{width:100%;aspect-ratio:4/5;object-fit:cover}.team-leadership h2{max-width:850px;margin-top:1.5rem}.team-leadership>div>p:last-child{max-width:700px;margin-top:2.5rem;color:#4c4845;font-size:1.15rem}.team-directory{padding-top:clamp(6rem,10vw,9rem);padding-bottom:clamp(6rem,10vw,9rem)}.team-directory-heading{max-width:850px}.team-directory-heading h2{margin-top:1.5rem}.team-list{margin-top:clamp(4rem,8vw,7rem);border-top:1px solid rgba(24,24,23,.35)}.team-row{min-height:130px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.15fr) minmax(260px,.85fr);align-items:center;gap:2rem;padding-block:1.75rem;border-bottom:1px solid rgba(24,24,23,.35)}.team-row h3{font-size:clamp(1.7rem,3vw,3.1rem);line-height:1.05}.team-row>div p{color:#4c4845}.team-row a{justify-self:end;max-width:100%;border-bottom:1px solid;font-size:.88rem;overflow-wrap:anywhere}.team-row a:hover{color:var(--brand)}.reference-gallery{padding-top:clamp(6rem,11vw,10rem);padding-bottom:clamp(6rem,11vw,10rem);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1.2rem,3vw,3rem);background:var(--paper)}.reference-entry{grid-column:span 6;align-self:start}.reference-entry.featured{grid-column:span 7}.reference-entry:nth-child(2){grid-column:9/span 4;margin-top:180px}.reference-entry:nth-child(3){grid-column:2/span 5}.reference-entry:nth-child(4){grid-column:8/span 5;margin-top:130px}.reference-entry:nth-child(5){grid-column:1/span 6}.reference-entry figure{aspect-ratio:1;overflow:hidden;background:var(--stone)}.reference-entry figure img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.reference-entry:hover figure img{transform:scale(1.025)}.reference-entry-copy{padding-top:1.25rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.5rem 1rem}.reference-entry-copy p{grid-column:1/-1;color:var(--brand);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.reference-entry-copy h2{font-size:clamp(2.1rem,4.5vw,4.8rem);line-height:1}.reference-entry-copy>span{color:#625c57;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.reference-entry.typographic .reference-entry-copy{position:relative;min-height:340px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden;padding:2rem 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.reference-entry.typographic .reference-entry-copy>h2,.reference-entry.typographic .reference-entry-copy>p,.reference-entry.typographic .reference-entry-copy>span{position:relative;z-index:1}.reference-entry.typographic .reference-entry-copy>h2{margin-top:.7rem}.reference-entry.typographic .reference-entry-copy>span{margin-top:1.2rem}.reference-entry-year{position:absolute;top:-.05em;right:-.04em;color:rgba(219,0,68,.14);font-size:clamp(9rem,18vw,18rem);font-weight:400;letter-spacing:-.09em;line-height:.8;pointer-events:none}.reference-closing{align-items:center}.reference-closing h2{max-width:950px;margin-top:1.5rem;font-size:clamp(3.3rem,6.5vw,6.7rem);line-height:.96}.reference-closing .button{justify-self:end}.partner-section{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr);gap:clamp(4rem,10vw,11rem)}.partner-intro{position:sticky;top:calc(var(--header-height) + 3rem);align-self:start}.partner-intro h2{margin-top:1.5rem}.partner-intro>p:last-child{margin-top:2.5rem}.partner-list{border-top:1px solid var(--line)}.partner-list a{min-height:94px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line);font-size:clamp(1.3rem,2.5vw,2.55rem);letter-spacing:-.03em;transition:color .2s ease,padding-left .25s ease}.partner-list a:hover{padding-left:.75rem;color:var(--brand)}.partner-list a span:first-child{overflow-wrap:anywhere}.partner-list a span:last-child{color:var(--brand)}.contact-intro{padding:clamp(6rem,11vw,10rem) max(var(--gutter),calc((100vw - 1500px) / 2));display:grid;grid-template-columns:minmax(0,1.1fr) minmax(400px,.9fr);align-items:end;gap:clamp(3rem,8vw,9rem);background:var(--brand);color:var(--white)}.contact-intro .eyebrow{color:rgba(255,255,255,.72)}.contact-intro h1{max-width:900px;margin-top:1.5rem;font-size:clamp(4rem,7.5vw,8rem);line-height:.9}.contact-intro>div:first-child>p:last-child{max-width:650px;margin-top:2.5rem;color:rgba(255,255,255,.82);font-size:1.15rem}.contact-intro-details{display:flex;flex-direction:column;gap:.7rem;padding-bottom:.7rem}.contact-large-link{width:fit-content;max-width:100%;border-bottom:1px solid rgba(255,255,255,.65);font-size:clamp(1.9rem,4vw,4.4rem);letter-spacing:-.04em;line-height:1.15;overflow-wrap:anywhere}.contact-large-link.email{font-size:clamp(1.35rem,2.8vw,3.25rem)}.contact-large-link:hover{color:var(--ink)}.contact-content{padding-top:clamp(6rem,11vw,10rem);padding-bottom:clamp(6rem,11vw,10rem);display:grid;grid-template-columns:minmax(300px,.74fr) minmax(450px,1.26fr);gap:clamp(4rem,10vw,11rem);background:var(--paper)}.contact-address-panel h2,.contact-form-panel h2{margin-top:1.5rem}.contact-address-panel address{margin-top:3rem;display:flex;flex-direction:column;font-style:normal;font-size:1.25rem}.contact-address-panel>p{margin-top:1rem;color:#59544f}.contact-address-panel .text-link{margin-top:2.3rem}.contact-form{margin-top:3rem;display:grid;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.contact-form label{display:grid;gap:.55rem;color:#55504c;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-form input:not([type=checkbox]),.contact-form textarea{width:100%;border:0;border-bottom:1px solid var(--ink);background:transparent;color:var(--ink);font-size:1.05rem;line-height:1.5}.contact-form input:not([type=checkbox]){min-height:54px}.contact-form textarea{padding-block:.8rem;resize:vertical}.contact-form input:not([type=checkbox]):focus,.contact-form textarea:focus{outline:0;border-color:var(--brand);box-shadow:0 1px 0 var(--brand)}.contact-form button{min-height:54px;width:fit-content;padding:.85rem 1.5rem;border:1px solid #595553;background:#595553;color:var(--white);font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.form-trap{position:absolute;left:-100vw;width:1px;height:1px;overflow:hidden}.contact-form .form-check{display:flex;align-items:flex-start;gap:.75rem;font-size:.78rem;font-weight:500;letter-spacing:0;line-height:1.55;text-transform:none}.contact-form .form-check input{width:18px;height:18px;flex:0 0 auto;margin-top:.1rem;accent-color:var(--brand)}.contact-form .form-check a{text-decoration:underline;text-underline-offset:3px}.legal-page{min-height:70svh;padding-top:clamp(6rem,11vw,10rem);padding-bottom:clamp(7rem,12vw,11rem);background:var(--paper)}.legal-header{padding-bottom:clamp(3rem,7vw,6rem);border-bottom:1px solid var(--line)}.legal-header h1{margin-top:1.5rem;font-size:clamp(4.5rem,9vw,9rem);line-height:.9}.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.legal-grid section{min-height:280px;padding:clamp(2rem,5vw,4.5rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.legal-grid section:nth-child(2n){border-right:0}.legal-grid h2,.privacy-content h2{margin-bottom:1.8rem;font-size:clamp(1.8rem,3vw,3.2rem);line-height:1}.legal-grid p+p,.privacy-content p+p{margin-top:.45rem}.legal-grid address{display:flex;flex-direction:column;margin-bottom:1.2rem;font-style:normal}.legal-grid a,.privacy-content a{border-bottom:1px solid;overflow-wrap:anywhere}.privacy-content{max-width:1050px;margin-top:clamp(3rem,7vw,6rem)}.privacy-content section{padding-block:2.5rem;border-bottom:1px solid var(--line)}.privacy-content section:first-child{padding-top:0}.privacy-content p{max-width:850px;color:#4c4845}.site-footer{background:#111110;color:var(--white)}.footer-main{padding:clamp(4.5rem,8vw,7rem) max(var(--gutter),calc((100vw - 1500px) / 2));display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(160px,.55fr) minmax(260px,.7fr);gap:clamp(3rem,8vw,8rem)}.footer-main.compact{grid-template-columns:minmax(280px,1fr) minmax(200px,.45fr)}.footer-brand .brand-logo{padding:.7rem;background:var(--white)}.footer-brand p{max-width:430px;margin-top:1.8rem;color:rgba(255,255,255,.58)}.footer-contact,.footer-navigation{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;font-style:normal}.footer-contact a,.footer-navigation a{border-bottom:1px solid transparent}.footer-contact a:hover,.footer-navigation a:hover{border-color:var(--brand);color:#ff4b7d}.footer-contact a:last-child{max-width:100%;overflow-wrap:anywhere}.footer-contact span{color:rgba(255,255,255,.62)}.footer-legal{min-height:68px;padding:1rem max(var(--gutter),calc((100vw - 1500px) / 2));align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.52);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.footer-legal,.footer-legal>div{display:flex;gap:1.5rem}.footer-legal a:hover{color:var(--white)}.draft-footer{min-height:34px;display:grid;place-items:center;padding:.5rem var(--gutter);background:#090909;color:rgba(255,255,255,.42);font-size:.65rem;letter-spacing:.14em;text-align:center;text-transform:uppercase}@media (max-width:1180px){.header-inner{grid-template-columns:minmax(200px,1fr) auto auto}.desktop-navigation{display:none}.menu-toggle{display:grid}.home-hero{grid-template-columns:minmax(0,1fr) minmax(400px,.85fr)}.home-hero-copy h1{font-size:clamp(3.8rem,7vw,6rem)}.reference-triptych{min-height:780px}.reference-triptych-item{min-height:400px}.reference-triptych-item.tall{min-height:650px}.reference-triptych-item.lower{margin-top:190px}.page-intro{grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)}}@media (max-width:900px){:root{--header-height:78px}.home-hero{min-height:auto;grid-template-columns:1fr}.home-hero-copy{padding-top:clamp(4rem,10vw,7rem);padding-bottom:6rem}.home-hero-copy h1{font-size:clamp(4rem,11vw,6.8rem)}.home-hero-visual{min-height:680px}.scroll-cue{display:none}.company-closing,.company-principle-grid,.contact-content,.contact-intro,.partner-section,.reference-closing,.reference-intro,.service-scope,.story-grid{grid-template-columns:1fr}.reference-intro>.reveal-block:last-child,.story-copy{max-width:650px}.story-statement{width:100%}.service-editorial-row{grid-template-columns:48px minmax(220px,.8fr) minmax(260px,1fr);gap:1.2rem}.reference-triptych{min-height:auto;grid-template-columns:1.15fr .85fr}.reference-triptych-item.lower{grid-column:2;margin-top:0}.home-team,.team-leadership{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:3rem}.home-contact-grid,.page-intro{grid-template-columns:1fr}.page-intro{min-height:auto}.page-intro-copy{min-height:580px;padding-right:var(--gutter)}.intro-visual{min-height:540px}.timeline-item{grid-template-columns:90px minmax(210px,.7fr) minmax(0,1fr);gap:1.5rem}.service-detail-row{grid-template-columns:1fr;gap:2.5rem}.team-row{grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr)}.team-row a{grid-column:2;justify-self:start}.reference-entry:nth-child(2){grid-column:8/span 5}.partner-intro{position:static}.contact-intro-details{padding-top:1rem}.footer-main{grid-template-columns:minmax(260px,1fr) minmax(180px,.6fr)}.footer-contact{grid-column:1/-1}}@media (max-width:700px){:root{--header-height:72px}body{font-size:16px}.draft-strip{min-height:28px;font-size:.59rem;letter-spacing:.12em}.header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:.65rem}.brand-logo-image{width:clamp(165px,48vw,205px)}.header-contact{min-height:42px;padding-inline:.9rem;font-size:.68rem}.menu-toggle{width:44px;height:44px}.home-hero-copy{padding-top:4rem;padding-right:var(--gutter);padding-bottom:4.5rem}.home-hero-copy h1{margin-top:1.2rem;font-size:clamp(3.25rem,15vw,5.3rem);line-height:.94}.hero-actions,.hero-facts{align-items:flex-start;flex-direction:column}.hero-facts{gap:.65rem}.hero-facts span:after{display:none}.home-hero-visual{min-height:540px}.hero-office-image{top:10%;right:7%;left:14%;height:48%}.hero-responsibility-panel{width:50%;height:34%;border-width:5px}.hero-year-panel{width:32%;border-width:5px}.company-closing h2,.company-principle-grid h2,.contact-address-panel h2,.contact-form-panel h2,.home-contact h2,.home-services h2,.partner-intro h2,.reference-closing h2,.reference-intro h2,.service-scope h2,.story-heading h2,.team-directory-heading h2,.team-leadership h2,.team-teaser-copy h2,.timeline-heading h2{font-size:clamp(2.7rem,12vw,4.7rem);line-height:.98}.story-image{grid-template-columns:1fr}.story-image figcaption{max-width:none}.service-editorial-row{min-height:0;grid-template-columns:34px minmax(0,1fr);padding-block:2.3rem}.service-editorial-row p{grid-column:2}.reference-triptych{grid-template-columns:1fr}.reference-triptych-item,.reference-triptych-item.tall{min-height:480px}.reference-triptych-item.lower{grid-column:auto}.home-team,.team-leadership{min-height:auto;grid-template-columns:1fr}.team-leadership figure,.team-role-index{max-width:480px}.page-intro-copy{min-height:520px;padding-top:4.5rem;padding-bottom:4.5rem}.page-intro-copy h1{font-size:clamp(3.2rem,14vw,5.6rem)}.intro-visual{min-height:440px}.intro-reference-years strong,.intro-visual-heritage strong{font-size:clamp(7rem,36vw,14rem)}.intro-visual-team{grid-template-columns:minmax(0,.62fr) minmax(160px,1fr);gap:1.5rem}.intro-visual-team>strong{font-size:clamp(10rem,49vw,19rem)}.intro-visual-network span{min-height:130px}.timeline-item{grid-template-columns:1fr;gap:.75rem}.timeline-item>p:last-child{margin-top:.4rem}.company-closing,.reference-closing,.service-scope{align-items:start}.reference-closing .button{justify-self:start}.team-row{grid-template-columns:1fr;gap:.75rem}.team-row a{grid-column:auto}.reference-gallery{display:grid;grid-template-columns:1fr}.reference-entry,.reference-entry.featured,.reference-entry:nth-child(2),.reference-entry:nth-child(3),.reference-entry:nth-child(4),.reference-entry:nth-child(5){grid-column:1;margin-top:0}.reference-entry+.reference-entry{margin-top:2.5rem}.contact-intro h1{font-size:clamp(3.5rem,16vw,6.3rem)}.contact-content,.form-row,.legal-grid{grid-template-columns:1fr}.legal-grid section{min-height:0;border-right:0}.footer-main,.footer-main.compact{grid-template-columns:1fr}.footer-contact{grid-column:auto}.footer-legal{align-items:flex-start;flex-direction:column}}@media (max-width:430px){.header-contact{display:none}.header-inner{grid-template-columns:minmax(0,1fr) auto}.home-hero-visual{min-height:460px}.hero-office-image{right:5%;left:12%}.hero-responsibility-panel{right:4%;width:52%}.hero-year-panel{left:8%;width:35%}.story-stat{grid-template-columns:1fr;gap:1rem}.hero-vertical-label{left:.35rem;font-size:.52rem}.hero-responsibility-panel{grid-template-columns:auto minmax(0,1fr);column-gap:.65rem;padding:1rem}.hero-responsibility-panel strong{font-size:clamp(4.1rem,19vw,5.3rem)}.hero-responsibility-panel span{font-size:.72rem}.hero-responsibility-panel small{font-size:.52rem}.hero-year-panel strong{font-size:2.55rem}.intro-visual{min-height:390px;padding:2rem}.intro-visual-heritage{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:1.5rem}.intro-visual-heritage>div{width:100%;min-width:0}.intro-visual-services li{min-height:92px;font-size:clamp(1.6rem,8vw,2.3rem)}.intro-visual-team{grid-template-columns:minmax(0,.55fr) minmax(150px,1fr)}.intro-visual-team>strong{font-size:clamp(9rem,48vw,12rem)}.intro-visual-team>p{font-size:clamp(1.45rem,7.2vw,2rem)}.intro-visual-network span{min-height:105px;padding:.85rem;font-size:clamp(1.1rem,5.5vw,1.55rem)}.reference-triptych-item,.reference-triptych-item.tall{min-height:400px}.reference-entry-copy{grid-template-columns:1fr}.reference-entry-copy>span{margin-top:.3rem}.reference-entry.typographic .reference-entry-copy{min-height:230px}.reference-entry-year{font-size:clamp(7rem,40vw,10rem)}.partner-list a{min-height:78px;font-size:1.28rem}.contact-large-link{font-size:clamp(1.8rem,10vw,2.7rem)}.contact-large-link.email{font-size:clamp(1.12rem,6.3vw,1.8rem)}.footer-brand .brand-logo,.footer-brand .brand-logo-image.compact{width:100%}.footer-legal>div{flex-wrap:wrap}}@media (max-width:350px){.hero-year-panel{width:35%;padding:.75rem}.hero-year-panel strong{font-size:2.25rem}.hero-responsibility-panel{width:50%}.home-hero-copy h1{font-size:clamp(2.75rem,14vw,3.05rem)}.page-intro-copy h1{font-size:clamp(2.6rem,14vw,3rem)}.legal-header h1{font-size:clamp(3.1rem,15vw,4rem)}.home-contact h2,.home-services h2,.reference-intro h2,.story-heading h2,.team-teaser-copy h2{font-size:clamp(2.2rem,11vw,2.6rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.js .home-page .reveal-block,.js .home-page .reveal-image{opacity:1;visibility:visible;clip-path:none;filter:none;transform:none}.js .home-page .reveal-image>img{clip-path:none;transform:none}}