@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-v22-latin-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-v22-latin-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-v22-latin-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #f8f8f8;--bg-soft: #f3f3f3;--text: #111515;--text-soft: #414444;--muted: #707373;--line: #ececec;--line-strong: #dbdcdc;--surface: #ffffff;--surface-dark: #111515;--white: #f8f8f8;--radius-m: 18px;--shadow: 0 28px 80px rgba(17, 21, 21, .12);--shell: min(1140px, calc(100vw - 40px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Space Grotesk,sans-serif;line-height:1.45}body.is-menu-open{overflow:hidden}.qa-mode,.qa-mode *{animation:none!important;transition:none!important;scroll-behavior:auto!important}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin:0 auto}.section{padding:112px 0}.site-shell{overflow:clip}[data-reveal]{opacity:1;transform:none}.site-header{position:relative;z-index:20}.site-header--overlay{position:absolute;inset:0 0 auto;padding-top:22px}.site-header--solid{padding:24px 0;background:#f8f8f8f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__row{display:grid;grid-template-columns:152px 1fr auto;align-items:center;gap:24px}.site-header__menu{display:contents}.brand{display:inline-flex;align-items:center}.brand__logo{width:126px;height:auto}.site-header--overlay .brand__logo{filter:brightness(0) invert(1)}.brand__logo--footer{width:min(182px,100%);object-fit:contain}.pill-nav,.site-header__actions{display:inline-flex;align-items:center;gap:6px}.pill-nav{justify-self:center;padding:9px;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 18px #11151512}.pill-nav a,.pill-nav button{padding:7px 14px;border:0;border-radius:999px;background:transparent;color:var(--text);cursor:pointer;font-size:.92rem;letter-spacing:-.02em}.pill-nav--light{background:var(--surface);border:1px solid var(--line)}.pill-nav .is-active,.pill-nav a:hover,.pill-nav button:hover{background:var(--surface-dark);color:var(--white)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:999px;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;font-size:.9rem;letter-spacing:-.02em}.button:hover{transform:translateY(-1px)}.button--light{--button-fill: var(--surface);--button-ink: var(--text);background:var(--surface);color:var(--text)}.button--ghost-light{background:#ffffff0a;color:var(--white);border-color:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.button--dark{--button-fill: var(--surface-dark);--button-ink: var(--white);background:var(--surface-dark);color:var(--white)}.button--split{position:relative;gap:4px;min-height:0;padding:0;border:0;background:transparent;transition:none}.button__label,.button__icon{display:inline-grid;place-items:center;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;position:relative;z-index:1}.button__label{min-height:40px;padding:0 18px;font-size:.9rem;letter-spacing:-.03em}.button__icon{position:relative;width:40px;height:40px;color:currentColor;font-size:0;line-height:1;flex:0 0 40px;transition:transform .22s cubic-bezier(.2,.7,.3,1)}.button__icon:before{content:"";width:10px;height:10px;border-top:1.8px solid currentColor;border-right:1.8px solid currentColor;transform:translate(-3px) rotate(45deg);transition:transform .22s cubic-bezier(.2,.7,.3,1)}.button--light .button__label,.button--light .button__icon,.button--dark .button__label,.button--dark .button__icon{background:var(--button-fill);color:var(--button-ink)}.button--split:hover{transform:none}.button--split:hover .button__icon{transform:translate(-2px)}.button--split:hover .button__icon:before{transform:translate(-2px) rotate(45deg)}.hero{position:relative;min-height:838px;overflow:hidden;color:var(--white)}.hero__media,.hero__overlay{position:absolute;inset:0}.hero__media picture{display:block;width:100%;height:100%}.hero__media:after{position:absolute;inset:0;background:radial-gradient(circle at 57% 64%,rgba(225,105,36,.2),transparent 28%),repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(255,255,255,.035) 80px);content:"";mix-blend-mode:screen;pointer-events:none}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center 56%;filter:saturate(.82) contrast(1.08);animation:hero-image-in 1.4s cubic-bezier(.2,.75,.2,1) both}.hero__overlay{background:linear-gradient(90deg,#111515c2,#11151538 57%,#1115157a),linear-gradient(180deg,#1115156b,#1115151f)}@keyframes hero-image-in{0%{opacity:.72;transform:scale(1.055)}to{opacity:1;transform:scale(1.01)}}.hero__content{position:relative;z-index:1;display:flex;align-items:flex-end;min-height:838px;padding-bottom:186px}.hero__copy{max-width:720px}.hero-job{position:absolute;right:0;bottom:68px;display:grid;width:min(340px,31vw);padding:22px;overflow:hidden;border:1px solid rgba(255,255,255,.52);border-radius:18px;background:#f8f8f8f0;color:var(--text);text-decoration:none;box-shadow:0 20px 50px #11151529;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .26s ease,box-shadow .26s ease}.hero-job:before{position:absolute;inset:0;border-radius:inherit;background:var(--text);clip-path:circle(0 at 92% 88%);content:"";transition:clip-path .52s cubic-bezier(.2,.75,.2,1)}.hero-job>*{position:relative;z-index:1}.hero-job__eyebrow{margin-bottom:34px;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;transition:color .26s ease}.hero-job strong{max-width:270px;font-size:1.4rem;font-weight:400;letter-spacing:-.035em;line-height:1.08;transition:color .26s ease}.hero-job__meta{margin-top:10px;color:var(--muted);font-size:.88rem;transition:color .26s ease}.hero-job__action{display:flex;align-items:center;justify-content:space-between;margin-top:24px;font-size:.86rem;font-weight:600;transition:color .26s ease}.hero-job__action i{position:relative;width:36px;height:36px;border-radius:50%;background:var(--text);transition:background .24s ease,transform .24s ease}.hero-job__action i:before{position:absolute;top:50%;left:46%;width:8px;height:8px;border-top:1.5px solid var(--white);border-right:1.5px solid var(--white);content:"";transform:translate(-50%,-50%) rotate(45deg)}.hero-job:hover,.hero-job:focus-visible{transform:translateY(-5px);box-shadow:0 28px 64px #1115153d}.hero-job:hover:before,.hero-job:focus-visible:before{clip-path:circle(150% at 92% 88%)}.hero-job:hover strong,.hero-job:focus-visible strong,.hero-job:hover .hero-job__action,.hero-job:focus-visible .hero-job__action{color:var(--white)}.hero-job:hover .hero-job__eyebrow,.hero-job:focus-visible .hero-job__eyebrow,.hero-job:hover .hero-job__meta,.hero-job:focus-visible .hero-job__meta{color:#f8f8f8b8}.hero-job:hover .hero-job__action i,.hero-job:focus-visible .hero-job__action i{background:var(--white);transform:translate(3px)}.hero-job:hover .hero-job__action i:before,.hero-job:focus-visible .hero-job__action i:before{border-color:var(--text)}.hero h1,.section-heading h2,.intro__headline h2,.about-panel__card h2,.site-footer__cta h2,.legal-copy h1{margin:0;font-weight:400;letter-spacing:-.06em;line-height:1.04}.hero h1{max-width:700px;font-size:clamp(3.55rem,5.9vw,4.6rem);line-height:1.02}.hero p{max-width:690px;margin:28px 0 30px;color:#f8f8f8eb;font-size:1.06rem;line-height:1.42;letter-spacing:-.015em}.tag-rail{position:relative;z-index:2;margin-top:-1px;overflow:hidden;border-bottom:1px solid var(--line);background:var(--bg)}.tag-rail__track,.marquee__track{display:inline-flex;gap:38px;min-width:max-content;padding:18px 0;animation:drift 40s linear infinite;white-space:nowrap}.tag-rail__track span{color:#b8b9b9;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.intro{position:relative;padding-top:0;width:100vw;margin-left:calc(50% - 50vw);overflow:clip}.intro__stage{position:relative;margin-bottom:18px;padding:32px 0 6px}.intro__headline{display:flex;justify-content:center;position:relative;z-index:1;padding:66px 0 74px}.intro__headline h2{max-width:650px;text-align:center;font-size:clamp(3rem,5vw,4rem)}.intro__floating{position:absolute;top:0;bottom:24px;width:252px;height:calc(100% - 24px);object-fit:cover;border-bottom-left-radius:16px;border-bottom-right-radius:16px;transform:none}.intro__floating--left{left:max(0px,calc((100vw - var(--shell)) / 2 - 126px))}.intro__floating--right{right:max(0px,calc((100vw - var(--shell)) / 2 - 127px))}.intro__body{display:grid;gap:22px;margin-top:-8px}.intro__content{display:grid;grid-template-columns:minmax(320px,516px) minmax(260px,324px);justify-content:space-between;align-items:center;gap:56px}.intro__textblock{width:min(516px,100%);display:grid;justify-items:start;gap:18px;padding:10px 0 10px 22px;border-left:1px solid var(--text)}.intro__feature{margin:0;justify-self:end}.intro__feature img{width:324px;height:364px;object-fit:cover;border-radius:15px}.intro__textblock p,.about-panel__card p,.service-item p,.reference-slide__card p,.site-footer p,.legal-copy p,.legal-copy li{color:var(--text-soft);font-size:1.05rem;letter-spacing:-.015em}.intro__cta{justify-self:start;margin-left:0}.about-panel{display:grid;grid-template-columns:minmax(280px,560px) minmax(280px,560px);align-items:stretch;gap:56px;margin-top:120px}.about-panel__image img{width:100%;height:100%;min-height:596px;object-fit:cover;border-radius:var(--radius-m)}.about-panel__card{display:flex;flex-direction:column;justify-content:center;min-height:596px;padding:68px 52px;border-radius:var(--radius-m);background:linear-gradient(135deg,#ffffff12,#ffffff04),radial-gradient(circle at 20% 0%,rgba(255,255,255,.06),transparent 42%),var(--surface-dark);box-shadow:0 30px 70px #11151529}.about-panel__card h2{max-width:396px;color:var(--white);font-size:clamp(2.6rem,4vw,3.5rem)}.about-panel__card p{max-width:392px;color:#f8f8f8c7}.field-note{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(360px,1.22fr);margin-top:72px;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius-m);background:var(--bg-soft)}.field-note__media{height:100%;margin:0}.field-note__media img{width:100%;height:100%;min-height:520px;object-fit:cover}.field-note__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(42px,6vw,84px)}.field-note__copy h2{max-width:560px;margin:0;font-size:clamp(2.55rem,4.8vw,4.4rem);font-weight:400;letter-spacing:-.06em;line-height:1.02}.field-note__copy>p:not(.eyebrow){max-width:570px;margin:24px 0 30px;color:var(--text-soft);font-size:1.05rem}.eyebrow{margin:0 0 12px;color:var(--muted);font-size:.875rem;letter-spacing:.06em;text-transform:uppercase}.eyebrow--muted{text-transform:none;letter-spacing:-.015em;color:var(--muted)}.marquee{overflow:hidden;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.marquee__track{gap:50px;padding:24px 0;animation-duration:48s}.marquee__track span{font-size:clamp(3.5rem,9vw,6.75rem);font-weight:300;letter-spacing:-.05em;line-height:1.08;text-transform:uppercase;color:var(--line-strong)}.marquee__track i{display:inline-block;width:20px;height:20px;margin-top:30px;border-radius:4px;background:var(--line-strong)}.section-heading{display:grid;gap:12px;justify-items:center;text-align:center}.section-heading--left{justify-items:start;text-align:left}.section-heading h2,.site-footer__cta h2{font-size:clamp(2.7rem,5vw,4rem)}.service-list{margin-top:68px;border-top:1px solid var(--line)}.service-item{display:grid;grid-template-columns:minmax(320px,468px) minmax(320px,524px);gap:48px 140px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.service-item:last-child{border-bottom:0}.service-item__copy{display:block}.service-item h3,.reference-slide__card h3,.legal-copy h2{margin:0 0 18px;font-size:clamp(1.8rem,3vw,2rem);font-weight:400;letter-spacing:-.04em;line-height:1.05}.service-item__image{width:100%;height:380px;object-fit:cover;border-radius:15px}.references{background:linear-gradient(180deg,#e9eaeabd,#f8f8f800)}.references .pill-nav{width:fit-content;margin:55px auto 0}.carousel{margin-top:56px;width:100%}.carousel__viewport{overflow:visible}.carousel__track{display:inline-flex;gap:24px;transition:transform .32s ease;will-change:transform}.reference-slide{position:relative;flex:0 0 min(1080px,calc(100% - 96px));display:none;opacity:.28;transition:opacity .24s ease}.reference-slide.is-visible{display:block}.reference-slide.is-active{opacity:1}.reference-slide__link{display:block}.reference-slide img{width:100%;height:650px;object-fit:cover}.reference-slide__card{position:absolute;left:32px;bottom:32px;width:min(376px,calc(100% - 64px));padding:32px;border-radius:8px;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reference-link{display:inline-flex;align-items:center;gap:10px;margin-top:18px;font-size:.9rem;font-weight:600}.reference-link:after{width:8px;height:8px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;content:"";transform:rotate(45deg);transition:transform .18s ease}.reference-slide__link:hover .reference-link:after,.reference-card:hover .reference-link:after{transform:translate(4px) rotate(45deg)}.carousel__footer{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:30px}.carousel__progress{flex:1;height:2px;background:var(--line-strong)}.carousel__progress span{display:block;width:33.333%;height:100%;background:#505050;transition:width .32s ease}.carousel__controls{display:inline-flex;gap:10px}.references__more{display:flex;justify-content:center;margin-top:42px}.references-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:56px}.reference-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#ffffffe6;transition:transform .24s ease,box-shadow .24s ease}.reference-card:hover,.reference-card:focus-visible{transform:translateY(-5px);box-shadow:0 24px 56px #1115151f}.reference-card.is-filter-hidden{display:none}.reference-card img{width:100%;height:320px;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.reference-card:hover img,.reference-card:focus-visible img{transform:scale(1.025)}.reference-card__body{padding:26px}.job-meta{margin:4px 0 24px;color:var(--muted);font-size:.98rem}.jobs-grid{display:grid;grid-template-columns:1fr;gap:24px}.jobs-grid--single{grid-template-columns:repeat(2,minmax(0,1fr));margin:32px 0}.job-card{display:grid;gap:18px;padding:30px;border:1px solid var(--line);border-radius:18px;background:#ffffffd6}.job-card>.button{justify-self:end;margin-top:14px}.job-card--detail{align-content:start}.job-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;margin-top:18px;padding-top:30px;border-top:1px solid var(--line-strong)}.job-detail__grid>div{align-content:start}.job-detail__grid .eyebrow{margin-bottom:16px}.job-detail__meta{display:grid;gap:10px;margin-top:18px;padding-top:26px;border-top:1px solid var(--line-strong)}.job-detail__meta p{margin:0}.job-card h2{margin:0;font-size:clamp(1.8rem,3vw,2.1rem);font-weight:400;letter-spacing:-.04em;line-height:1.05}.job-list{display:grid;gap:10px;margin:0;padding-left:18px;color:var(--text-soft)}.about-content-band{padding:38px 0 96px;background:linear-gradient(180deg,#e9eaeabd,#f8f8f800)}.story-grid{display:grid;gap:34px;margin-top:0;padding-top:0}.story-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,500px);align-items:center;gap:40px;padding:18px 0 28px;border:0;border-radius:0;background:transparent;box-shadow:none}.story-block+.story-block{border-top:1px solid rgba(17,21,21,.08);margin-top:10px;padding-top:30px}.story-block--reverse .story-block__media{order:2}.story-block--reverse .story-block__copy{order:1}.story-block__media img{width:100%;height:420px;object-fit:cover;border-radius:18px}.story-block__copy{display:grid;justify-items:start;gap:18px}.story-block__copy h2,.history-strip h2{margin:0;font-size:clamp(2.1rem,4vw,3.2rem);font-weight:400;letter-spacing:-.05em;line-height:1.05}.story-block__copy p{margin:0;color:var(--text-soft)}.story-block__copy .eyebrow{color:var(--muted)}.story-block__copy h2{color:var(--text)}.history-strip{display:grid;gap:28px;margin-top:72px}.history-strip .section-heading{max-width:720px}.services--compact .service-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:42px;border-top:0}.services--compact .section-heading{max-width:700px}.services--compact .section-heading h2{max-width:17ch;font-size:clamp(2.2rem,3.6vw,3rem)}.services--compact .service-item{grid-template-columns:1fr;gap:18px;padding:26px 24px;border:1px solid var(--line);border-radius:18px;background:#ffffffdb}.services--compact .service-item h3{margin-bottom:12px;font-size:clamp(1.45rem,1.8vw,1.65rem);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.services--compact .service-item p{margin:0}.services__more{display:flex;justify-content:center;margin-top:34px}.history-strip__track{position:relative;display:grid;gap:48px;padding-left:88px}.history-strip__track:before{content:"";position:absolute;top:8px;bottom:8px;left:34px;width:1px;background:#1115151f}.history-item{position:relative;display:grid;gap:14px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible;opacity:0;transform:none;transition:opacity .62s ease}.history-item:before{content:"";position:absolute;top:28px;left:-64px;width:12px;height:12px;border-radius:999px;background:var(--bg);border:2px solid rgba(17,21,21,.24);box-shadow:0 0 0 6px #1115150d;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease}.history-item:after{content:"";position:absolute;top:33px;left:-52px;width:36px;height:1px;background:#1115153d;transform:scaleX(0);transform-origin:left center;transition:transform .42s cubic-bezier(.22,1,.36,1)}.history-item.is-visible{opacity:1}.history-item.is-visible:after{transform:scaleX(1)}.history-item.is-visible:before{background:var(--surface-dark);border-color:var(--surface-dark);box-shadow:0 0 0 7px #1115151a}.history-item__year{margin:0;color:var(--muted);font-size:.92rem;letter-spacing:.16em;text-transform:uppercase}.history-item h3{margin:0;font-size:1.4rem;font-weight:400;letter-spacing:-.03em;color:var(--text)}.history-item p:last-child{margin:0;color:var(--text-soft)}.services-page-band{background:linear-gradient(180deg,#e9eaeabd,#f8f8f800)}.service-detail-hero{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(480px,1.18fr);align-items:stretch;gap:clamp(40px,7vw,96px);padding-top:54px;padding-bottom:80px}.service-detail-hero__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px 0}.service-detail-hero__copy h1{max-width:8ch;margin:0;font-size:clamp(3.8rem,6.8vw,6.5rem);font-weight:400;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.065em;line-height:.94;overflow-wrap:anywhere}.service-detail-hero__copy>p:not(.eyebrow){max-width:560px;margin:30px 0;color:var(--text-soft);font-size:1.08rem}.service-detail-hero__media{position:relative;min-height:590px;margin:0;overflow:hidden;border-radius:var(--radius-m);background:var(--bg-soft)}.service-detail-hero__media img{width:100%;height:100%;object-fit:cover}.service-detail-hero__media figcaption{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;padding:12px 16px;border-radius:999px;background:#f8f8f8eb;font-size:.82rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-detail-band{padding:104px 0;background:linear-gradient(180deg,#e9eaeacc,#f3f3f38c)}.service-detail-story{max-width:980px}.service-detail-story__copy h2{max-width:720px;margin:0;font-size:clamp(2.6rem,5vw,4.8rem);font-weight:400;letter-spacing:-.06em;line-height:.98}.service-detail-story__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 42px;max-width:820px;margin-top:42px;color:var(--text-soft);font-size:1.05rem}.service-detail-story__body p{margin:0}.service-detail-story__body p:first-child{grid-column:1 / -1;max-width:680px;color:var(--text);font-size:1.24rem}.service-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:88px}.service-process article{min-height:250px;padding:28px;border:1px solid rgba(17,21,21,.09);border-radius:var(--radius-m);background:#ffffffb8}.service-process span{color:var(--muted);font-size:.88rem}.service-process h3{max-width:220px;margin:56px 0 16px;font-size:1.45rem;font-weight:400;letter-spacing:-.04em;line-height:1.05}.service-process p{margin:0;color:var(--text-soft)}.service-detail-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-top:72px;margin-bottom:96px;padding:60px;border-radius:var(--radius-m);background:var(--surface-dark);color:var(--white)}.service-detail-cta h2{max-width:720px;margin:0;font-size:clamp(2.4rem,4.8vw,4.2rem);font-weight:400;letter-spacing:-.06em;line-height:1}.service-detail-cta .eyebrow{color:#f8f8f8a8}.breadcrumb{display:flex;align-items:center;gap:10px;padding-top:28px;color:var(--muted);font-size:.86rem}.breadcrumb a{transition:color .18s ease}.breadcrumb a:hover{color:var(--text)}.reference-detail__intro{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:end;gap:64px;padding-top:72px;padding-bottom:54px}.reference-detail__intro h1{max-width:900px;margin:0;font-size:clamp(3.2rem,5.4vw,5.5rem);font-weight:400;letter-spacing:-.065em;line-height:.96}.reference-detail__intro>p{margin:0 0 6px;color:var(--text-soft);font-size:1.08rem}.reference-detail{padding-bottom:112px}.reference-detail__hero{margin:0;overflow:hidden;border-radius:var(--radius-m)}.reference-detail__hero img{width:100%;height:min(680px,60vw);min-height:460px;object-fit:cover}.reference-detail__content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(52px,9vw,120px);padding:84px 0;border-bottom:1px solid var(--line-strong)}.reference-detail__content h2,.reference-detail__cta h2{max-width:640px;margin:0;font-size:clamp(2.35rem,4.2vw,4rem);font-weight:400;letter-spacing:-.055em;line-height:1.02}.reference-detail__content>div:first-child>p:last-child{max-width:680px;margin:28px 0 0;color:var(--text-soft);font-size:1.08rem}.reference-detail__facts{border-top:1px solid var(--line-strong)}.reference-detail__facts>p,.reference-detail__facts>div{display:grid;grid-template-columns:120px 1fr;gap:18px;margin:0;padding:18px 0;border-bottom:1px solid var(--line-strong)}.reference-detail__facts strong{font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.reference-detail__facts span,.reference-detail__facts li{color:var(--text-soft)}.reference-detail__facts ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.reference-gallery{columns:2;column-gap:24px;padding-top:72px}.reference-gallery__item{margin:0 0 24px;overflow:hidden;border-radius:14px;break-inside:avoid}.reference-gallery__item img{width:100%;height:auto}.reference-detail__cta{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-top:72px;padding:64px;border-radius:var(--radius-m);background:var(--bg-soft)}.faq-section{padding-top:72px;background:var(--bg)}.faq-section .section-heading{max-width:720px}.faq-list{margin-top:48px;border-top:1px solid var(--line-strong)}.faq-item{border-bottom:1px solid var(--line-strong)}.faq-item summary{position:relative;padding:24px 56px 24px 0;cursor:pointer;list-style:none;font-size:clamp(1.2rem,2vw,1.55rem);letter-spacing:-.03em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;top:50%;right:8px;font-size:1.6rem;font-weight:300;transform:translateY(-50%);transition:transform .22s ease}.faq-item[open] summary:after{transform:translateY(-50%) rotate(45deg)}.faq-item p{max-width:780px;margin:-4px 0 26px;color:var(--text-soft)}.icon-button{display:inline-grid;place-items:center;width:40px;height:40px;border:0;border-radius:999px;background:var(--bg-soft);color:var(--text);cursor:pointer}.icon-button--active,.icon-button:hover{background:var(--surface-dark);color:var(--white)}.site-footer{padding-top:24px}.site-footer__top{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.site-footer__cell{min-height:160px;padding:30px 40px;border-right:1px solid var(--line)}.site-footer__cell:last-child{border-right:0}.site-footer__cell--brand{display:flex;align-items:center;overflow:hidden;padding-left:0;padding-right:0}.footer-title{margin:0 0 24px;color:var(--text);font-size:1rem;text-transform:uppercase}.site-footer__cta{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:38px 0 34px;border-bottom:1px solid var(--line)}.site-footer__cta p{margin:14px 0 0}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:16px 0 38px;color:var(--text-soft);font-size:.92rem}.menu-toggle,.sr-only{display:none}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.button,.button__icon,.button__icon:before{transition:none}.hero__image{animation:none;transform:scale(1.01)}.history-item{opacity:1;transform:none}.history-item:after{transform:scaleX(1)}}.site-footer__bottom nav{display:inline-flex;gap:24px}.legal-page{min-height:100vh}.legal-copy{max-width:820px;padding:72px 0 42px}.legal-page>.legal-copy+.section{padding-top:22px}.legal-copy h1{margin-bottom:32px;font-size:clamp(3rem,5vw,4.5rem)}.legal-copy h2{margin-top:42px}.legal-copy ul{padding-left:20px}.legal-copy li+li{margin-top:8px}.compare-page{display:grid;grid-template-columns:360px minmax(0,1fr);min-height:100vh;background:#eef0f0}.compare-panel{position:sticky;top:0;display:grid;align-content:start;gap:24px;height:100vh;padding:32px 24px;overflow-y:auto;border-right:1px solid var(--line);background:#f8f8f8f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.compare-panel h1{margin:0;font-size:2.4rem;font-weight:400;letter-spacing:-.05em}.compare-panel__intro p:last-child,.compare-panel__notes li,.compare-stage__toolbar p{color:var(--text-soft);font-size:.98rem}.compare-panel__section{display:grid;gap:12px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8}.compare-label,.compare-field span{display:block;color:var(--text);font-size:.92rem;letter-spacing:-.02em}.compare-field{display:grid;gap:8px}.compare-field input[type=file],.compare-field input[type=range],.compare-button{width:100%}.compare-presets{display:flex;flex-wrap:wrap;gap:8px}.compare-chip{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer}.compare-chip.is-active{border-color:var(--surface-dark);background:var(--surface-dark);color:var(--white)}.compare-panel__notes ol{margin:0;padding-left:18px}.compare-stage{display:grid;grid-template-rows:auto 1fr;min-width:0;padding:28px;gap:16px}.compare-stage__toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 20px;padding:16px 20px;border:1px solid var(--line);border-radius:18px;background:#ffffffc7}.compare-stage__toolbar p{margin:0}.compare-stage__viewport{position:relative;width:1440px;max-width:100%;min-height:900px;margin:0 auto;border:1px solid #d9dede;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 22px 60px #11151524}.compare-stage__frame{width:100%;height:100%;min-height:900px;border:0;background:#fff}.compare-stage__overlay{position:absolute;inset:0 auto auto 0;width:100%;height:auto;pointer-events:none;transform-origin:top left;mix-blend-mode:multiply}@keyframes drift{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1120px){.site-header__row,.about-panel,.service-item,.services--compact .service-list{grid-template-columns:1fr}.site-header__row{grid-template-columns:1fr auto;justify-items:start;gap:18px}.menu-toggle{position:relative;z-index:40;display:inline-grid;gap:4px;padding:0;width:44px;height:44px;border:1px solid rgba(17,21,21,.12);border-radius:999px;background:#ffffffe0;align-content:center;justify-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header--overlay .menu-toggle{margin-top:10px;border-color:#ffffff59;background:#ffffff14}.menu-toggle>span:not(.sr-only){display:block;width:16px;height:2px;background:var(--text)}.site-header--overlay .menu-toggle>span:not(.sr-only){background:var(--white)}.site-header.is-menu-open .site-header__row>.menu-toggle{position:fixed;top:var(--menu-toggle-y);left:var(--menu-toggle-x);margin:0;gap:0;border-color:#1115151f;background:#fffffff0}.site-header.is-menu-open .site-header__row>.menu-toggle>span:not(.sr-only){background:var(--text)}.site-header.is-menu-open .site-header__row>.menu-toggle span:first-child,.site-header.is-menu-open .site-header__row>.menu-toggle span:nth-child(2){grid-area:1 / 1;width:16px}.site-header.is-menu-open .site-header__row>.menu-toggle span:first-child{transform:rotate(45deg)}.site-header.is-menu-open .site-header__row>.menu-toggle span:nth-child(2){transform:rotate(-45deg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header__menu{position:absolute;top:0;right:0;display:grid;align-content:start;gap:14px;width:min(360px,calc(100vw - 24px));padding:20px 14px 16px;border:1px solid rgba(17,21,21,.08);border-radius:22px;background:#111515f0;box-shadow:0 20px 60px #1115153d;opacity:0;pointer-events:none;transform:translateY(-10px) scale(.98);transform-origin:top right;transition:opacity .18s ease,transform .18s ease;z-index:30}.site-header.is-menu-open .site-header__menu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.site-header__menu .pill-nav{display:grid;justify-self:stretch;justify-items:stretch;gap:6px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.site-header__menu .pill-nav a{padding:10px 14px;border-radius:14px;color:var(--white);background:#ffffff0f;text-align:center}.site-header__menu .site-header__actions{display:grid;gap:12px;margin-top:20px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.site-header__menu .button{min-height:46px}.site-header__menu .button--split{justify-content:stretch;width:100%}.site-header__menu .button__label{min-height:46px;width:100%}.site-header__menu .button__icon{width:46px;height:46px;flex-basis:46px}.site-header__menu .button--ghost-light{width:100%;justify-content:center}.site-header__menu .button--dark:not(.button--split){border-color:#fffc;background:#ffffff0a;color:var(--white)}.site-header__menu .button--split.button--dark{--button-fill: var(--surface);--button-ink: var(--text)}.intro__floating{display:none}.intro__stage{padding:34px 0}.intro__body{margin-top:32px}.intro__content{grid-template-columns:1fr}.intro__feature{justify-self:start}.intro__headline{padding:38px 0 46px}.about-panel{margin-top:96px}.about-panel__image img,.about-panel__card{min-height:auto}.reference-detail__intro,.reference-detail__content{grid-template-columns:1fr;gap:38px}.service-detail-hero{grid-template-columns:1fr;gap:32px;padding-top:40px}.service-detail-hero__copy h1{max-width:12ch}.service-detail-hero__media{min-height:520px}.service-item{gap:32px}.site-footer__top{grid-template-columns:1fr}.site-footer__cell{border-right:0;border-bottom:1px solid var(--line)}.site-footer__cell:last-child{border-bottom:0}.site-footer__cta,.site-footer__bottom{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.section{padding:88px 0}.site-header--solid{-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__menu{position:fixed;inset:0;width:100%;padding:104px 20px 28px;border:0;border-radius:0;transform:translateY(-12px);transform-origin:top center}.site-header__menu .site-header__actions{margin-top:18px;padding-top:0;border-top:0}.hero{min-height:880px}.hero__image{object-position:38% center}.hero__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:880px;padding-bottom:42px}.hero-job{position:relative;right:auto;bottom:auto;width:100%;margin-top:32px;padding:18px}.hero-job__eyebrow{margin-bottom:20px}.hero-job__action{margin-top:18px}.hero p{font-size:1.05rem}.tag-rail__track{gap:24px}.intro__textblock{padding-left:16px}.intro__body{margin-top:0}.intro__stage{margin-bottom:10px;padding:12px 0 4px}.intro__headline{padding:26px 0 34px}.intro__floating{width:148px;bottom:10px;height:calc(100% - 10px);transform:translateY(0)}.intro__floating--left{left:-32px}.intro__floating--right{right:-32px}.about-panel__card{padding:40px 28px}.field-note{grid-template-columns:1fr;margin-top:48px}.field-note__media img{height:420px;min-height:0}.field-note__copy{padding:38px 28px 44px}.intro__feature img{width:min(324px,100%);height:auto}.services--compact .service-list{gap:14px}.service-item__image,.reference-slide img,.reference-card img{height:360px}.reference-slide__card{position:relative;left:0;bottom:auto;width:100%;margin-top:16px}.carousel__footer{flex-direction:column;align-items:stretch}.references-grid,.jobs-grid,.jobs-grid--single{grid-template-columns:1fr}.reference-detail__intro{gap:28px;padding-top:54px;padding-bottom:38px}.reference-detail__intro h1{font-size:clamp(2.8rem,12vw,4rem)}.service-detail-hero{gap:24px;padding-top:32px;padding-bottom:58px}.service-detail-hero__copy{padding:10px 0}.service-detail-hero__copy h1{font-size:clamp(3rem,15vw,4.4rem)}.service-detail-hero__media{min-height:410px}.service-detail-hero__media figcaption{right:12px;bottom:12px}.service-detail-band{padding:72px 0}.service-detail-story__copy h2{font-size:clamp(2.5rem,12vw,3.5rem)}.service-detail-story__body,.service-process,.job-detail__grid{grid-template-columns:1fr}.service-detail-story__body{gap:20px;margin-top:30px}.service-detail-story__body p:first-child{grid-column:auto}.service-process{gap:12px;margin-top:56px}.service-process article{min-height:220px}.service-detail-cta{flex-direction:column;align-items:flex-start;margin-top:48px;margin-bottom:72px;padding:38px 28px}.job-detail__grid{gap:38px}.job-detail-page .breadcrumb{align-items:flex-start;flex-wrap:wrap}.job-detail-page .breadcrumb [aria-current=page],.job-detail-page .legal-copy h1,.job-detail-page .job-card h2{min-width:0;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.job-detail-page .legal-copy h1{font-size:clamp(2.65rem,12vw,3.2rem)}.job-detail-page .job-card{min-width:0}.reference-detail{padding-bottom:88px}.reference-detail__hero img{height:420px;min-height:0}.reference-detail__content{padding:58px 0}.reference-detail__facts>p,.reference-detail__facts>div{grid-template-columns:1fr;gap:8px}.reference-gallery{columns:1;padding-top:48px}.reference-detail__cta{flex-direction:column;align-items:flex-start;margin-top:48px;padding:38px 28px}.references__more{justify-content:center;margin-top:34px}.story-block{grid-template-columns:1fr}.story-block--reverse .story-block__media,.story-block--reverse .story-block__copy{order:initial}.story-block__media img{height:320px}.history-strip__track{padding-left:42px}.history-strip__track:before{left:16px}.history-item:before{left:-31px}.history-item:after{left:-19px;width:12px}.site-footer__cell{padding:28px 20px}.brand__logo--footer{width:min(156px,100%)}.compare-page{grid-template-columns:1fr}.compare-panel{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--line)}.compare-stage{padding:20px}}
