:root{color-scheme:dark;--ink: #f4f2e9;--ink-soft: #d7ddd5;--paper: #000000;--white: #ffffff;--muted: #9ea9a3;--muted-on-dark: #b9c3bd;--line: rgba(244, 242, 233, .12);--line-strong: rgba(244, 242, 233, .24);--metal: #dce2e6;--metal-bright: #f6f8fa;--metal-soft: #a9b2b9;--metal-dim: #777f86;--metal-shadow: rgba(216, 224, 229, .2);--iridescent-text: linear-gradient(112deg, #f7f9fb 0%, #a8b1b9 22%, #edf0f2 42%, #c9c1b8 58%, #89939c 76%, #ffffff 100%);--iridescent-surface: linear-gradient(112deg, #f6f8fa 0%, #c8cfd5 35%, #ece6dc 58%, #aeb7bf 100%);--teal: var(--metal-soft);--teal-soft: rgba(169, 178, 185, .16);--coral: var(--metal);--citron: var(--metal-bright);--site-bg: #000000;--hero-bg: #000000;--section-bg: transparent;--panel: transparent;--panel-strong: transparent;--surface: transparent;--surface-soft: transparent;--shadow: none;--max: 1240px;--font-logo: "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display-face: "Inter Tight", "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: 4.55rem;--font-page-title: 3.35rem;--font-section-title: 2.35rem;--font-row-title: 1.78rem;--font-small-title: 1.34rem;--font-card-title: 1.08rem}*{box-sizing:border-box}html{max-width:100%;background:#000;overflow-x:clip;scroll-behavior:smooth}body{min-height:100vh;margin:0;overflow-x:clip;background:var(--site-bg);color:var(--ink);font-family:var(--font-body);line-height:1.5}body>main,body>footer{transition:opacity .26s ease,transform .32s ease}html.page-entering body>main,html.page-entering body>footer{opacity:0;transform:translateY(8px)}html.page-leaving body>main,html.page-leaving body>footer{opacity:.16;transform:translateY(-8px)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit}p,h1,h2,h3,dl{margin-top:0}h1,h2,h3{font-family:var(--font-display-face);line-height:.98;letter-spacing:0;overflow-wrap:break-word;text-transform:uppercase}h3{line-height:1.03}h1{max-width:min(1100px,100%);margin-bottom:24px;font-size:var(--font-display);font-weight:720}h2{margin-bottom:0;font-size:var(--font-section-title);font-weight:700}h3{margin-bottom:12px;font-size:var(--font-card-title);font-weight:660}p{color:var(--muted);font-size:.98rem;line-height:1.5;overflow-wrap:break-word}a,li,dt,dd{overflow-wrap:break-word}.site-header{position:fixed;top:0;right:0;left:0;z-index:30;display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:24px;padding:14px max(20px,calc((100vw - var(--max)) / 2));border-bottom:0;background:transparent;color:var(--white);transform:translateY(0);transition:transform .22s ease,background .16s ease,border-color .16s ease}.site-header.is-hidden{transform:translateY(-100%)}.site-header.is-scrolled,.site-header.menu-open{border-bottom:1px solid var(--line);background:#000000b8;backdrop-filter:blur(18px)}.brand,.site-nav,.hero-actions,.button-row,.cta,.inline-tags{display:flex;align-items:center;min-width:0}.brand{min-width:max-content;font-family:var(--font-logo);color:var(--white);line-height:0}.brand-logo{display:block;width:154px;height:auto}.logo-white{filter:brightness(0) invert(1)}.site-nav{gap:4px;margin-left:auto;font-family:var(--font-logo);font-size:.8rem;font-weight:600;text-transform:uppercase}.site-nav a{position:relative;min-height:38px;overflow:hidden;min-width:0;padding:10px 8px;border:1px solid transparent;border-radius:8px;color:var(--white);transition:color .16s ease}.site-nav a:after{position:absolute;right:8px;bottom:7px;left:8px;height:1px;background:currentColor;content:"";opacity:.62;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.active{border-color:transparent;background:transparent;color:var(--white)}.site-nav a:hover:after,.site-nav a:focus-visible:after,.site-nav a.active:after{transform:scaleX(1)}.menu-toggle{display:none;margin-left:auto;padding:8px 0;border:0;background:transparent;color:var(--white);font-family:var(--font-logo);font-size:.82rem;font-weight:600;text-transform:uppercase;cursor:pointer}.menu-toggle:focus-visible,.site-nav a:focus-visible{outline:2px solid var(--citron);outline-offset:3px}.menu-toggle[hidden]{display:none}.page-transition{position:fixed;inset:0;z-index:90;display:grid;place-items:center;background:#000000eb;opacity:0;pointer-events:none;transition:opacity .26s ease,visibility 0s linear .26s;visibility:hidden}.page-transition span{display:block;width:min(420px,calc(100vw - 40px));height:1px;overflow:hidden;background:var(--line)}.page-transition span:before{display:block;width:100%;height:100%;background:var(--iridescent-surface);content:"";transform:translate(-102%)}html.page-entering .page-transition,html.page-leaving .page-transition{opacity:1;transition:opacity .26s ease,visibility 0s;visibility:visible}html.page-entering .page-transition{animation:pageCurtainOut .52s cubic-bezier(.22,1,.36,1) forwards}html.page-entering .page-transition span:before{animation:transitionLineIn .52s cubic-bezier(.22,1,.36,1) forwards}html.page-leaving .page-transition span:before{animation:transitionLineOut .36s cubic-bezier(.76,0,.24,1) forwards}@keyframes pageCurtainOut{0%,42%{opacity:1}to{opacity:0}}@keyframes transitionLineIn{0%{transform:translate(-102%)}44%{transform:translate(0)}to{transform:translate(102%)}}@keyframes transitionLineOut{0%{transform:translate(-102%)}to{transform:translate(0)}}.home-hero,.case-hero{position:relative;display:grid;min-height:620px;overflow:hidden;isolation:isolate}.home-hero{min-height:100svh;height:100svh;max-height:none;place-items:stretch;padding:0;color:var(--white)}.home-hero:before{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000007a,#0000001f 42%,#00000047);content:"";pointer-events:none}.case-hero-media{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.case-hero:after{position:absolute;inset:0;z-index:-1;background:#040708ad;content:""}.home-hero .home-hero-media{display:block;width:100%;height:100svh;min-height:100svh;border-radius:0;background:#050505;object-fit:cover}.home-hero+.parallax-band{margin-top:84px}.home-hero-copy{margin:0 auto;width:min(880px,100%)}.home-hero-copy p:not(.eyebrow),.case-hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow),.article-hero p{max-width:720px;margin-right:auto;margin-bottom:0;margin-left:auto;color:var(--muted);font-size:1.08rem}.home-hero-copy p:not(.eyebrow),.case-hero-copy p:not(.eyebrow){color:#ffffffd1}.eyebrow{margin:0 0 14px;color:var(--teal);background:var(--iridescent-text);background-clip:text;background-size:160% 100%;font-family:var(--font-logo);font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-hero .eyebrow,.case-hero .eyebrow,.contrast .eyebrow,.cta .eyebrow{color:var(--metal-bright)}.hero-actions,.button-row{flex-wrap:wrap;justify-content:center;gap:12px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:13px 18px;border:1px solid var(--line-strong);border-radius:8px;font-family:var(--font-logo);font-size:.68rem;font-weight:600;text-transform:uppercase;transition:background .16s ease,color .16s ease,transform .16s ease}.button.primary{border-color:#f6f8fa9e;background:var(--iridescent-surface);color:#0d1112;box-shadow:0 0 26px var(--metal-shadow)}.button.secondary{border-color:#ffffffb3;background:transparent;color:var(--white);backdrop-filter:blur(12px)}.page-hero .button.secondary,.contact-hero .button.secondary,.videos-hero .button.secondary{border-color:#ffffffb3;background:transparent;color:var(--white)}.intro-strip,.section,.page-hero,.case-overview,.case-section,.media-band,.article-hero,.article-body,.cta,.site-footer{padding-right:max(20px,calc((100vw - var(--max)) / 2));padding-left:max(20px,calc((100vw - var(--max)) / 2))}.intro-strip{display:grid;align-items:center;gap:28px;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);padding-top:26px;padding-bottom:26px;border-bottom:0;background:var(--section-bg)}.intro-strip p{margin-bottom:0;color:var(--ink);font-size:1.12rem;font-weight:750}.inline-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:0;padding:0;list-style:none}.inline-tags li{padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink-soft);font-size:.72rem;font-weight:600;white-space:nowrap}.inline-tags.spacious{justify-content:flex-start;gap:12px}.inline-tags.spacious li{padding:10px 12px;background:transparent;color:var(--white)}.section{padding-top:56px;padding-bottom:56px}.page-hero{display:grid;min-height:0;align-content:start;justify-items:center;gap:0;padding-top:140px;padding-bottom:48px;text-align:center;border-bottom:0;background:var(--hero-bg);color:var(--white)}.page-hero h1{max-width:min(980px,100%);margin-bottom:0;margin-right:auto;margin-left:auto;font-size:var(--font-page-title)}.page-hero p:not(.eyebrow){margin-top:22px;color:#ffffffbd}.page-hero .eyebrow,.article-hero .eyebrow{color:var(--citron)}.portfolio-section,.news-section{padding-top:24px}.work-hero,.news-hero,.services-hero,.contact-hero,.videos-hero{background:var(--hero-bg)}.parallax-band{position:relative;display:grid;min-height:560px;align-items:end;overflow:hidden;padding:88px max(20px,calc((100vw - var(--max)) / 2));color:var(--white);isolation:isolate}.parallax-band.compact{min-height:460px}.parallax-band:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#000000d1,#0000006b 48%,#00000024),linear-gradient(180deg,#00000029,#000000a8);content:""}.parallax-band.align-right:after{background:linear-gradient(270deg,#000000d1,#0000006b 48%,#00000024),linear-gradient(180deg,#00000024,#000000ad)}.parallax-media{position:absolute;inset:-10% 0;z-index:-2;width:100%;height:120%;object-fit:cover;transform:translate3d(0,var(--parallax-y, 0),0) scale(1.04);will-change:transform}.parallax-copy{width:min(760px,100%)}.parallax-band.align-right .parallax-copy{justify-self:end;text-align:right}.parallax-copy h2{margin-bottom:18px;font-size:var(--font-page-title)}.parallax-copy p:not(.eyebrow){max-width:560px;margin-bottom:0;color:#ffffffc7;font-size:1.02rem}.parallax-band.align-right .parallax-copy p:not(.eyebrow){margin-left:auto}.work-intro{display:grid;justify-items:center;gap:28px;grid-template-columns:1fr;padding:54px max(20px,calc((100vw - var(--max)) / 2)) 28px;text-align:center}.work-intro h1{max-width:min(980px,100%);margin-bottom:0;font-size:var(--font-page-title)}.work-intro blockquote{max-width:600px;margin:0;padding-top:18px;padding-left:0;border-top:4px solid var(--citron);border-left:0;color:var(--ink);font-size:1.22rem;font-weight:650;line-height:1.18}.work-showcase{display:grid;gap:64px;padding:44px max(24px,calc((100vw - var(--max)) / 2)) 72px;background:transparent}.showcase-grid{display:grid;gap:52px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-project{display:grid;gap:14px}.showcase-media{position:relative;overflow:hidden;min-height:420px;border-radius:8px;background:#00000094;isolation:isolate}.showcase-project.featured .showcase-media{min-height:min(72vh,760px)}.showcase-grid .showcase-media{aspect-ratio:1 / .72;min-height:0}.showcase-media img{position:absolute;inset:0;width:100%;height:100%;opacity:0;object-fit:cover;transition:opacity .36s ease,transform .42s ease}.showcase-media img:first-child{opacity:1}.showcase-media:hover img,.showcase-project:focus-visible .showcase-media img{animation:showcaseSwap 3.6s infinite;transform:scale(1.025)}.showcase-media:hover img:nth-child(2),.showcase-project:focus-visible .showcase-media img:nth-child(2){animation-delay:.9s}.showcase-media:hover img:nth-child(3),.showcase-project:focus-visible .showcase-media img:nth-child(3){animation-delay:1.8s}.showcase-media:hover img:nth-child(4),.showcase-project:focus-visible .showcase-media img:nth-child(4){animation-delay:2.7s}.showcase-caption{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.showcase-caption h2{min-width:0;max-width:720px;margin:0;color:var(--ink);font-size:var(--font-row-title);line-height:1.06}.showcase-grid .showcase-caption h2{max-width:460px;font-size:var(--font-card-title);line-height:1.08}.showcase-caption ul{display:flex;flex-wrap:wrap;flex:0 0 auto;justify-content:flex-end;gap:6px;max-width:min(390px,100%);margin:0;padding:0;list-style:none}.showcase-caption li{padding:5px 7px;border:1px solid var(--line);border-radius:8px;color:var(--ink-soft);font-family:var(--font-logo);font-size:.66rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.showcase-caption h2,.service-row h2,.service-row h3,.method-step h3,.focus-card h3{transition:color .16s ease,transform .18s ease}.showcase-project:hover .showcase-caption h2,.showcase-project:focus-visible .showcase-caption h2,.service-row:hover h2,.service-row:hover h3,.method-step:hover h3,.focus-card:hover h3{color:var(--metal-bright);transform:translate(8px)}@keyframes showcaseSwap{0%,22%{opacity:1}28%,to{opacity:0}}.section-heading{width:min(900px,100%);margin-bottom:36px}.section-heading.spread{display:flex;width:100%;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading.spread>*{min-width:0}.section-heading.spread>div{max-width:860px}.section-heading h2{max-width:900px;line-height:1.04}.section-heading>.eyebrow:last-child{margin-bottom:0}.text-link{display:inline-flex;width:max-content;max-width:100%;align-items:center;padding-bottom:3px;border-bottom:2px solid currentColor;color:var(--ink);font-family:var(--font-logo);font-size:.68rem;font-weight:600;text-transform:uppercase}.text-link.reverse{margin-bottom:30px;color:var(--white)}.featured-work,.news-preview{display:grid;gap:30px 24px}.featured-work,.news-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-work.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.work-tile,.news-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.work-tile img,.news-card img{width:100%;aspect-ratio:1 / .74;border-radius:8px;object-fit:cover;transition:filter .22s ease,transform .26s ease}.work-tile:hover img,.work-tile:focus-visible img,.news-card:hover img,.news-card:focus-visible img,.blog-card:hover img,.blog-card:focus-visible img,.news-lead-card:hover img,.news-lead-card:focus-visible img{filter:saturate(1.08) contrast(1.05);transform:translateY(-4px) scale(1.015)}.work-tile>div,.news-card>div{padding:18px 0 0}.work-tile h3,.news-card h3{max-width:100%}.work-featured .work-tile h3{font-size:var(--font-card-title);font-weight:660;line-height:1.04}.tile-number{display:block;margin-bottom:36px;color:var(--coral);font-family:var(--font-logo);font-size:.86rem;font-weight:600;line-height:1}.tile-number,.service-row span,.project-gallery-head>span,.focus-card span,.method-step span{background:var(--iridescent-text);background-clip:text;background-size:160% 100%;color:var(--metal);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.work-tile p:last-child,.news-card p{margin-bottom:0}.news-card span,.lead-article span,.news-row>span,.article-hero span{display:inline-block;margin-top:18px;color:var(--muted);font-family:var(--font-logo);font-size:.62rem;font-weight:600;line-height:1.2}.news-featured .news-card h3{font-size:var(--font-card-title);font-weight:660;line-height:1.04}.contrast{background:var(--section-bg);color:var(--white)}.contrast p{color:var(--muted-on-dark)}.service-list{border-top:1px solid rgba(255,255,255,.24)}.section:not(.contrast) .service-list{border-top-color:var(--line)}.service-row{display:grid;gap:28px;grid-template-columns:100px minmax(0,1fr);padding:28px 0;border-bottom:1px solid rgba(255,255,255,.24)}.section:not(.contrast) .service-row{border-bottom-color:var(--line)}.service-row span{color:var(--coral);font-family:var(--font-logo);font-size:.86rem;font-weight:600;line-height:1}.service-row h3{font-size:var(--font-row-title);font-weight:680;line-height:1.02}.service-row p{max-width:780px;margin-bottom:0;color:var(--muted-on-dark);font-size:.98rem}.section:not(.contrast) .service-row p{color:var(--muted)}.service-list.large .service-row{grid-template-columns:120px minmax(0,1fr);padding:38px 0}[hidden]{display:none!important}.project-gallery-list{display:grid}.project-gallery{display:block;padding:28px 0 52px;border-top:1px solid var(--line)}.project-gallery:last-child{border-bottom:1px solid var(--line)}.project-gallery-head{display:grid;align-items:end;gap:24px;grid-template-columns:72px minmax(0,1fr) minmax(360px,.72fr);margin-bottom:18px}.project-gallery-head>span{color:var(--coral);font-family:var(--font-logo);font-size:.86rem;font-weight:600}.project-gallery-head h2{max-width:800px;margin-bottom:0;font-size:var(--font-row-title)}.project-summary p{margin-bottom:16px;color:var(--ink-soft)}.project-meta-line{display:flex;flex-wrap:wrap;gap:14px;margin:0}.project-meta-line div{min-width:120px;padding-top:10px;border-top:1px solid var(--line)}.project-gallery-images{display:grid;gap:12px;grid-template-columns:1.18fr .82fr .82fr;grid-template-rows:minmax(210px,24vw) minmax(210px,24vw)}.project-gallery-images img{width:100%;height:100%;min-height:0;border-radius:8px;object-fit:cover}.project-gallery-images img:first-child{grid-row:span 2}.project-gallery-images img:nth-child(4){grid-column:2 / 4}.work-index,.news-list{display:grid}.work-row{display:grid;align-items:center;gap:34px;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);padding:30px 0;border-bottom:1px solid var(--line)}.work-row:first-child{border-top:1px solid var(--line)}.work-row h2{max-width:780px;margin-bottom:20px;font-size:var(--font-row-title)}.work-row-copy>p:not(.eyebrow){max-width:680px;font-size:.98rem}.meta-list,.case-meta{display:grid;gap:16px;margin:28px 0 0}.meta-list{grid-template-columns:repeat(3,minmax(0,1fr))}.meta-list div,.case-meta div{padding-top:12px;border-top:1px solid var(--line)}dt{margin-bottom:5px;color:var(--muted);font-size:.78rem;font-weight:650;text-transform:uppercase}dd{margin:0;color:var(--ink);font-weight:650}.work-row-gallery{display:grid;min-height:330px;gap:10px;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr}.work-row-gallery img{width:100%;height:100%;min-height:0;border-radius:8px;object-fit:cover}.work-row-gallery img:first-child{grid-row:span 2}.case-hero{min-height:640px;place-items:center;padding:132px max(20px,calc((100vw - var(--max)) / 2)) 70px;text-align:center;color:var(--white)}.case-hero-copy{margin:0 auto;width:min(980px,100%)}.case-hero-copy h1{max-width:min(980px,100%);margin-right:auto;margin-left:auto;font-size:var(--font-page-title)}.case-overview{display:grid;gap:48px;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);padding-top:56px;padding-bottom:56px;border-bottom:0;background:var(--section-bg)}.case-intro p{margin-bottom:0;color:var(--ink);font-size:1.38rem;font-weight:650;line-height:1.18}.case-meta{grid-template-columns:1fr 1fr;margin-top:0}.case-section{display:grid;gap:42px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding-top:56px;padding-bottom:56px;border-bottom:0;background:transparent}.case-section>p,.case-section>div>p{max-width:760px;color:var(--ink-soft);font-size:1.1rem}.case-section.split{background:var(--section-bg)}.case-section.outcome{background:var(--section-bg);color:var(--white)}.case-section.outcome p{color:var(--muted-on-dark)}blockquote{margin:34px 0 0;max-width:720px;padding-left:24px;border-left:4px solid var(--citron);color:var(--white);font-size:1.28rem;font-weight:650;line-height:1.18}.media-band{display:grid;gap:16px;grid-template-columns:1.25fr .75fr;padding-top:8px;padding-bottom:8px;background:transparent}.media-band img{width:100%;height:540px;border-radius:8px;object-fit:cover;transform:translate3d(0,var(--parallax-y, 0),0);will-change:transform}.media-band img:nth-child(2){height:400px;align-self:end}.related-section{background:var(--section-bg)}.lead-article{display:grid;align-items:stretch;gap:32px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);overflow:visible;margin-bottom:18px;border:0;border-radius:0;background:transparent;box-shadow:none}.lead-article img{width:100%;height:100%;min-height:420px;border-radius:8px;object-fit:cover}.lead-article>div{padding:0}.lead-article h2{margin-bottom:20px}.news-list{border-top:1px solid var(--line)}.news-row{display:grid;gap:28px;grid-template-columns:150px minmax(0,1fr);padding:30px 0;border-bottom:1px solid var(--line)}.news-row h2{margin-bottom:10px;font-size:var(--font-row-title)}.news-row p:last-child{max-width:820px;margin-bottom:0}.news-toolbar{display:flex;justify-content:flex-end;margin-bottom:24px}.news-search{display:inline-flex;align-items:center;gap:10px;max-width:100%;color:var(--ink-soft)}.news-search svg{width:20px;height:20px;flex:0 0 auto}.news-search input{width:142px;padding:8px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);font:inherit;outline:0;transition:width .18s ease,border-color .18s ease}.news-search input::placeholder{color:#f4f2e98f}.news-search:focus-within input{width:260px;border-color:var(--citron)}.news-feature-layout{display:grid;gap:34px}.news-lead-card{display:grid;align-items:start;gap:22px;grid-template-columns:1fr;padding-top:22px;border-top:1px solid var(--line)}.news-lead-card img{width:100%;aspect-ratio:16 / 7;min-height:430px;border-radius:8px;object-fit:cover;transition:filter .22s ease,transform .26s ease}.news-lead-card>div{width:min(760px,100%)}.news-lead-card h2{max-width:820px;margin-bottom:18px;font-size:calc(var(--font-page-title) * .86)}.news-lead-card p{max-width:660px;margin-bottom:0}.news-secondary-grid,.blog-gallery{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.news-secondary-grid{gap:24px}.blog-card{display:grid;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.blog-card img{width:100%;aspect-ratio:1 / .72;border-radius:8px;object-fit:cover;transition:filter .22s ease,transform .26s ease}.blog-card>div{padding:18px 0 0}.blog-gallery .blog-card:nth-child(1){grid-column:span 2}.blog-gallery .blog-card:nth-child(1) img{aspect-ratio:1 / .48}.blog-card-meta{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px 10px;margin-bottom:12px;color:var(--teal);font-size:.66rem;font-weight:600;text-transform:uppercase}.blog-card-meta span{white-space:nowrap}.blog-card h2{margin-bottom:14px;font-size:var(--font-card-title);line-height:1.08}.blog-card p{margin-bottom:0}.focus-statement{padding-right:max(20px,calc((100vw - var(--max)) / 2));padding-left:max(20px,calc((100vw - var(--max)) / 2))}.focus-statement{display:grid;gap:38px;grid-template-columns:minmax(0,.85fr) minmax(360px,.7fr);padding-top:44px;padding-bottom:44px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--section-bg)}.focus-statement h2{font-size:var(--font-section-title)}.about-focus-grid{display:grid;gap:34px 24px;grid-template-columns:repeat(4,minmax(0,1fr))}.methodology-section{border-top:1px solid var(--line)}.methodology-grid{display:grid;gap:30px 24px;grid-template-columns:repeat(4,minmax(0,1fr))}.method-step{padding-top:18px;border-top:1px solid var(--line)}.method-step span{display:block;margin-bottom:36px;color:var(--metal);font-family:var(--font-logo);font-size:.86rem;font-weight:600;line-height:1}.method-step h3{margin-bottom:12px;font-size:var(--font-card-title)}.method-step p{margin-bottom:0}.focus-card{min-height:0;padding-top:18px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.focus-card span{display:block;margin-bottom:48px;color:var(--coral);font-family:var(--font-logo);font-size:.86rem;font-weight:600}.focus-card p{margin-bottom:0}.about-tags{display:grid;align-items:center;gap:32px;grid-template-columns:minmax(0,.8fr) minmax(360px,.8fr);background:var(--section-bg)}.about-tags .inline-tags{align-self:center}.services-focus-band{display:grid;align-items:center;gap:32px;grid-template-columns:minmax(0,.85fr) minmax(360px,.85fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--section-bg)}.services-focus-band h2{max-width:720px}.services-focus-band .inline-tags{justify-content:flex-end}.contact-section{padding-top:24px}.contact-form{display:grid;gap:16px;width:min(680px,100%);margin:0 auto;padding-top:22px;border-top:1px solid var(--line)}.contact-form label{display:grid;gap:8px}.contact-form span{color:var(--ink);font-family:var(--font-logo);font-size:.68rem;font-weight:600;text-transform:uppercase}.contact-form input,.contact-form textarea{width:100%;min-height:48px;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font:inherit}.contact-form textarea{resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#f4f2e96b}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--teal);outline:none}.form-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding-top:8px}.form-actions .button{border-color:var(--citron)}.form-actions p{max-width:520px;margin-bottom:0}.article-hero{display:grid;align-items:center;gap:42px;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);padding-top:132px;padding-bottom:54px;text-align:center;border-bottom:0;background:var(--hero-bg);color:var(--white)}.article-hero .text-link{color:var(--white)}.article-hero h1{max-width:min(980px,100%);margin-right:auto;margin-left:auto;font-size:var(--font-page-title)}.article-hero span{color:#ffffff9e}.article-hero img{width:100%;aspect-ratio:1 / .78;border-radius:8px;object-fit:cover}.article-body{padding-top:56px;padding-bottom:56px;background:var(--section-bg)}.article-body p{width:min(760px,100%);margin:0 auto 26px;color:var(--ink-soft);font-size:1.08rem}.media-feature{display:grid;align-items:center;gap:44px;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);background:var(--section-bg)}.media-feature img{width:100%;height:100%;min-height:420px;aspect-ratio:1 / .76;border-radius:8px;object-fit:cover;transition:filter .22s ease,transform .26s ease}.cta{justify-content:space-between;gap:24px;padding-top:48px;padding-bottom:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--section-bg);color:var(--ink)}.cta>*{min-width:0}.cta h2{max-width:800px}.cta p,.cta .eyebrow{color:var(--citron)}.cta .button.primary{border-color:#f6f8fa9e;background:var(--iridescent-surface);color:#0d1112;box-shadow:0 0 26px var(--metal-shadow)}.site-footer{padding-top:36px;padding-bottom:32px;border-top:1px solid var(--line);background:#000;color:#ffffff9e}.footer-inner{display:grid;align-items:start;gap:28px 36px;grid-template-columns:minmax(0,1.1fr) minmax(160px,.48fr) minmax(220px,.72fr)}.footer-brand,.footer-nav,.footer-meta{min-width:0}.footer-brand p,.footer-meta p{margin-bottom:0;color:#ffffff9e;font-size:.78rem}.footer-brand p{max-width:330px;margin-top:8px}.footer-logo{display:inline-flex;width:148px;max-width:100%;color:var(--white);line-height:0}.footer-logo-img{display:block;width:100%;height:auto}.footer-nav,.footer-social{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end;gap:10px 16px}.footer-meta{display:grid;justify-items:end;gap:12px}.site-footer a{color:#ffffffc7;font-size:.78rem;font-weight:600;line-height:1.2;text-transform:uppercase;transition:color .16s ease}.site-footer a:hover,.site-footer a:focus-visible{color:var(--white)}.reveal-ready [data-reveal]{opacity:0;transform:translate3d(0,36px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal-ready .article-hero>div[data-reveal],.reveal-ready .case-section>div[data-reveal],.reveal-ready .parallax-copy[data-reveal],.reveal-ready .section-heading[data-reveal]{transform:translate3d(-44px,0,0)}.reveal-ready .case-meta[data-reveal],.reveal-ready .case-section>p[data-reveal],.reveal-ready .contact-form[data-reveal],.reveal-ready .media-feature>div[data-reveal]{transform:translate3d(44px,0,0)}.reveal-ready .focus-card[data-reveal],.reveal-ready .method-step[data-reveal],.reveal-ready .service-row[data-reveal],.reveal-ready .showcase-project[data-reveal],.reveal-ready .work-tile[data-reveal],.reveal-ready .news-card[data-reveal],.reveal-ready .blog-card[data-reveal]{transform:translate3d(0,42px,0)}.reveal-ready [data-reveal=left]{transform:translate3d(-44px,0,0)}.reveal-ready [data-reveal=right]{transform:translate3d(44px,0,0)}.reveal-ready [data-reveal=up]{transform:translate3d(0,42px,0)}.reveal-ready [data-reveal].is-visible{opacity:1;transform:translateZ(0)}.reveal-ready [data-reveal][data-parallax].is-visible{transform:translate3d(0,var(--parallax-y, 0),0)}@media(max-width:1080px){:root{--font-display: 3.6rem;--font-page-title: 2.82rem;--font-section-title: 2.05rem;--font-row-title: 1.62rem;--font-small-title: 1.3rem;--font-card-title: 1.04rem}.site-header{align-items:center;flex-direction:row}.site-nav{width:auto;overflow:visible;padding-bottom:0}.intro-strip,.work-intro,.project-gallery-head,.focus-statement,.about-tags,.work-row,.case-overview,.case-section,.media-band,.lead-article,.news-lead-card,.article-hero,.media-feature,.services-focus-band,.showcase-grid{grid-template-columns:1fr}.showcase-caption{align-items:flex-start;flex-direction:column}.showcase-caption ul{justify-content:flex-start}.featured-work,.featured-work.compact,.news-preview{grid-template-columns:1fr}.blog-gallery,.news-secondary-grid,.about-focus-grid,.methodology-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-gallery .blog-card:nth-child(1){grid-column:span 2}.services-focus-band .inline-tags{justify-content:flex-start}.work-row-gallery{min-height:320px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.project-gallery-images{grid-template-columns:1fr 1fr;grid-template-rows:minmax(220px,34vw) minmax(220px,34vw)}.project-gallery-images img:first-child,.project-gallery-images img:nth-child(4){grid-column:auto;grid-row:auto}.work-row-gallery img:first-child{grid-row:auto}.media-band img,.media-band img:nth-child(2){height:auto;aspect-ratio:1 / .72}.article-hero img,.news-lead-card img,.lead-article img{min-height:0}.footer-inner{gap:28px 34px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.footer-brand{grid-column:1 / -1}.footer-nav,.footer-social{justify-content:flex-start}.footer-meta{justify-items:start}}@media(max-width:760px){html.nav-open,html.nav-open body{overflow:hidden}.site-header{z-index:50;min-height:72px;align-items:center;flex-direction:row;padding-top:16px;padding-bottom:16px}.site-header.menu-open{border-bottom:1px solid var(--line);background:var(--site-bg)}.brand,.menu-toggle{position:relative;z-index:52}.brand-logo{width:138px}.menu-toggle{display:inline-flex}.site-nav{position:fixed;inset:0;z-index:51;display:flex;width:auto;min-height:100svh;align-items:stretch;justify-content:center;flex-direction:column;gap:0;margin-left:0;padding:112px max(20px,calc((100vw - var(--max)) / 2)) 34px;border:0;background:var(--site-bg);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .24s ease;visibility:hidden}.site-nav:before,.site-nav:after{position:absolute;right:max(20px,calc((100vw - var(--max)) / 2));left:max(20px,calc((100vw - var(--max)) / 2));height:1px;background:var(--line);content:""}.site-nav:before{top:96px}.site-nav:after{bottom:28px}.site-header.menu-open .site-nav{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.site-nav a{position:relative;display:flex;width:100%;min-height:88px;align-items:center;justify-content:space-between;gap:18px;padding:22px 0;border-top:1px solid var(--line);border-radius:0;color:var(--white);font-family:var(--font-display-face);font-size:3.85rem;font-weight:700;line-height:.94;text-transform:uppercase}.site-nav a:last-child{border-bottom:1px solid var(--line)}.site-nav a:after{width:clamp(42px,18vw,150px);height:1px;flex:0 1 auto;background:var(--line-strong);content:"";opacity:1;transform:none;transition:background .16s ease,width .18s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after,.site-nav a.active:after{width:clamp(86px,32vw,240px);background:var(--metal-bright)}}@media(max-width:680px){:root{--font-display: 2.52rem;--font-page-title: 2.12rem;--font-section-title: 1.58rem;--font-row-title: 1.28rem;--font-small-title: 1.16rem;--font-card-title: .96rem}h1,.case-hero-copy h1,.page-hero h1,.article-hero h1{max-width:100%}.site-header{min-height:auto;padding-top:16px;padding-bottom:16px}.parallax-band,.parallax-band.compact{min-height:430px;padding:64px 20px}.parallax-band.align-right .parallax-copy{justify-self:start;text-align:left}.parallax-band.align-right .parallax-copy p:not(.eyebrow){margin-left:0}.parallax-media{inset:-6% 0;height:112%}.parallax-copy h2{font-size:var(--font-section-title)}.site-nav a{min-height:64px;padding:15px 0;font-size:2.76rem}.home-hero{height:100svh;min-height:100svh;padding:0}.home-hero .home-hero-media{height:100svh;min-height:100svh;aspect-ratio:auto}.home-hero+.parallax-band{margin-top:52px}.case-hero{min-height:620px;padding-top:128px;padding-bottom:64px}.section{padding-top:46px;padding-bottom:46px}.page-hero{min-height:0;padding:126px 20px 42px}.portfolio-section,.news-section{padding-top:30px}.work-intro{gap:22px;padding:40px 18px 22px}.work-showcase{gap:42px;padding-top:34px}.showcase-project.featured .showcase-media{min-height:min(68svh,520px)}.focus-statement,.about-tags,.services-focus-band{gap:22px;padding:34px 18px}.work-intro blockquote{padding-left:16px;font-size:1rem}.home-hero-copy p:not(.eyebrow),.case-hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow),.article-hero p,.article-body p{font-size:.98rem}.hero-actions,.button-row,.cta{align-items:stretch;flex-direction:column}.button{width:100%}.intro-strip{padding-top:24px;padding-bottom:24px}.intro-strip p{font-size:1.08rem}.inline-tags{justify-content:flex-start}.inline-tags li,.showcase-caption li{white-space:normal}.news-toolbar{justify-content:flex-start}.news-search,.news-search input{width:100%}.news-search:focus-within input{width:100%}.section-heading.spread{align-items:flex-start;flex-direction:column}.work-tile>div,.news-card>div{padding:16px 0 0}.work-tile h3,.news-card h3{max-width:100%}.service-row h3{font-size:var(--font-row-title)}.lead-article>div{padding:0}.service-row,.service-list.large .service-row,.news-row{gap:16px;grid-template-columns:1fr}.meta-list,.case-meta{grid-template-columns:1fr}.work-row{gap:24px;padding:34px 0}.work-row-gallery{min-height:auto;grid-template-columns:1fr}.project-gallery{padding:24px 0 38px}.blog-gallery,.news-secondary-grid,.about-focus-grid,.methodology-grid{grid-template-columns:1fr}.blog-gallery .blog-card:nth-child(1){grid-column:auto}.blog-gallery .blog-card:nth-child(1) img{aspect-ratio:1 / .72}.news-lead-card img,.media-feature img{min-height:0;aspect-ratio:1 / .72}.form-actions{align-items:stretch;flex-direction:column}.form-actions .button{width:100%}.project-gallery-head{gap:14px}.project-gallery-images{grid-template-columns:1fr;grid-template-rows:none}.project-gallery-images img,.work-row-gallery img{aspect-ratio:1 / .72}.case-overview,.case-section,.article-hero,.article-body{padding-top:56px;padding-bottom:56px}.article-hero{padding-top:128px}.case-intro p{font-size:1.08rem}blockquote{font-size:1.05rem}.site-footer{padding-top:30px;padding-bottom:30px}.footer-inner{gap:22px;grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-logo{width:132px}.footer-nav,.footer-social{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:12px 18px}.site-footer a{font-size:.74rem}}@media(max-width:380px){:root{--font-display: 2.28rem;--font-page-title: 1.92rem;--font-section-title: 1.48rem;--font-row-title: 1.22rem;--font-small-title: 1.08rem;--font-card-title: .92rem}.brand-logo{width:118px}.site-nav a{font-size:2.34rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal-ready [data-reveal],[data-reveal]{opacity:1;transform:none}[data-parallax]{transform:none!important}body>main,body>footer{transform:none!important}html.page-entering body>main,html.page-entering body>footer,html.page-leaving body>main,html.page-leaving body>footer{opacity:1}.page-transition{display:none}}
