@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap";@font-face{font-family:Geist;src:local("Geist"),local("Geist Variable");font-weight:100 900;font-display:swap}:root{color-scheme:light;--bg: #f5f5f5;--ink: #0a0a0a;--muted: rgba(10, 10, 10, .6);--soft: #ffffff;--line: rgba(10, 10, 10, .12);--dark: #0a0a0a;--dark-2: #121212;--light-ink: #f5f5f5;--radius-lg: 25px;--radius-md: 16px;--radius-card: 18px;--radius-thumb: 7px;--radius-pill: 999px;--pad: clamp(16px, 2.4vw, 36px);--header: 60px;--ease: cubic-bezier(.19, 1, .22, 1);--ease-camera: cubic-bezier(.56, .22, .05, .99);--ease-word: cubic-bezier(.96, -.02, .38, 1.01);--ease-hover: cubic-bezier(.82, .11, .37, .82);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:auto;background:var(--bg)}body{min-width:320px;margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#0a0a0a;color:#fff;transition:opacity .55s linear,transform .55s linear,visibility .55s linear}.loader.is-done{opacity:0;transform:translateY(-30%);visibility:hidden;pointer-events:none}.loader-riser{animation:loaderRise 1.7s var(--ease-camera) both;will-change:transform}.loader-mark{display:flex;font-size:clamp(44px,7vw,104px);font-weight:600;letter-spacing:-.06em}.loader-letter{display:inline-block;opacity:.001;filter:blur(5px);animation:loaderLetter .4s var(--ease-word) both;will-change:filter,opacity}@keyframes loaderRise{0%{transform:translateY(240px)}to{transform:translateY(0)}}@keyframes loaderLetter{0%{opacity:.001;filter:blur(5px)}to{opacity:1;filter:blur(0)}}@media(prefers-reduced-motion:reduce){.loader-riser{animation:none}.loader-letter{animation:none;opacity:1;filter:none}.loader.is-done{transform:none;transition:opacity .3s linear,visibility .3s linear}}.site-header{position:sticky;top:0;z-index:100;height:var(--header);background:#f5f5f5f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.top-nav{display:grid;grid-template-columns:1fr repeat(4,minmax(120px,1fr)) 64px;align-items:center;height:100%;padding:0 var(--pad);gap:14px}.brand-link,.nav-link{position:relative;display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;min-height:34px;font-weight:600;letter-spacing:-.04em;text-decoration:none;text-underline-offset:3px;transition:color .35s var(--ease),opacity .35s var(--ease)}.brand-link{font-size:20px}.nav-link{justify-self:center;font-size:16px}.nav-link sup{margin-left:4px;font-size:10px;font-weight:600;transform:translateY(-5px)}.brand-link:after,.nav-link:after{content:none}.brand-link:hover:after,.nav-link:hover:after,.nav-link.is-active:after{transform:none}.brand-link:hover,.nav-link:hover{text-decoration:underline}.menu-button{justify-self:end;width:58px;height:34px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.menu-button:focus{outline:none}.menu-button:focus-visible{outline:2px solid var(--dark);outline-offset:4px;border-radius:6px}.menu-button span{width:58px;height:2px;background:var(--ink);display:block;transition:transform .35s var(--ease)}.menu-button span+span{margin-top:-14px}.menu-button.is-open span:first-child{transform:translateY(7px) rotate(18deg)}.menu-button.is-open span:last-child{transform:translateY(-7px) rotate(-18deg)}.menu-overlay{position:fixed;top:var(--header);left:var(--pad);right:var(--pad);z-index:99;display:grid;grid-template-columns:1fr 1fr auto;gap:var(--pad);min-height:360px;padding:clamp(28px,5vw,72px);border-radius:0 0 var(--radius-lg) var(--radius-lg);background:#0a0a0a;color:#fff;transform:none;opacity:1;pointer-events:auto}.menu-overlay.is-open{opacity:1;pointer-events:auto}.menu-links{display:grid;gap:6px}.menu-links a{font-size:clamp(44px,8vw,112px);font-weight:600;line-height:.84;letter-spacing:-.08em}.menu-meta{display:flex;align-self:end;flex-wrap:wrap;gap:18px 28px;color:#ffffffb8}.menu-close{align-self:start;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-pill);background:transparent;color:#fff;padding:10px 18px;cursor:pointer}.site-main{padding-top:0}.hero{padding:0 6px 140px}.hero-media{position:relative;min-height:calc(100vh - var(--header) - 6px);overflow:hidden;border-radius:var(--radius-lg);background-color:#0a0a0a;background-image:linear-gradient(90deg,#00000094,#0000001f 55%,#00000070),url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47ca1a0f0480501570a4.webp);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;isolation:isolate}.hero-media .hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;opacity:.82;filter:grayscale(1);background:#0a0a0a}.hero-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.82;background:linear-gradient(90deg,#00000094,#0000001f 55%,#00000070);filter:grayscale(1);transform:scale(1.03);pointer-events:none}.hero-media>:not(.hero-video){z-index:2}.hero-title{position:absolute;top:12%;left:clamp(28px,4vw,64px);right:clamp(28px,4vw,64px);display:grid;gap:2px;letter-spacing:-.06em;text-shadow:0 20px 70px rgba(0,0,0,.5)}.hero-title span{font-size:clamp(96px,18vw,260px);font-weight:600;line-height:.76}.hero-title strong{justify-self:center;font-size:clamp(42px,6vw,96px);font-weight:600;line-height:.85}.hero-services{position:absolute;top:24%;right:clamp(28px,7vw,140px);display:grid;gap:14px;margin:0;padding:0;list-style:none;font-size:clamp(16px,1.4vw,22px);font-weight:600;letter-spacing:-.05em}.hero-copy{position:absolute;left:clamp(28px,5vw,70px);bottom:clamp(70px,10vh,120px);max-width:600px;margin:0;font-size:clamp(22px,2vw,34px);font-weight:600;line-height:1.08;letter-spacing:-.055em}.hero-year{position:absolute;left:56%;bottom:clamp(76px,10vh,120px);margin:0;font-weight:600;color:#ffffffb8}.hero-plus{position:absolute;color:#ffffffb8;font-size:40px;font-weight:200}.plus-a{left:8%;top:57%}.plus-b{left:31%;top:57%}.plus-c{left:74%;top:57%}.lead-card{position:absolute;right:clamp(28px,4vw,54px);bottom:clamp(42px,8vh,86px);display:grid;grid-template-columns:110px 1fr;gap:8px;max-width:340px;padding:8px;border-radius:18px;background:#fff;color:#0b0b0b;box-shadow:0 24px 70px #00000042;transition:transform .5s var(--ease)}.lead-card:hover{transform:translateY(-5px) scale(1.01)}.portrait{display:inline-block;width:100%;min-width:48px;aspect-ratio:1;border-radius:14px;background:radial-gradient(circle at 50% 32%,#f0d1be 0 11%,transparent 12%),linear-gradient(160deg,#e6e6e6,#bbb 52%,#f9f9f9)}.lead-card .portrait,.person-card .portrait{background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a584ed2f7adf8c01e08dd.webp) center / cover}.lead-card span:last-child{display:grid;align-content:center;gap:6px;padding:10px 16px}.lead-card small,.person-card small{color:#666;font-weight:600}.lead-card strong{font-size:24px;line-height:.92;letter-spacing:-.05em}.lead-card em{width:-moz-max-content;width:max-content;margin-top:6px;padding:9px 15px;border-radius:var(--radius-pill);background:#0a0a0a;color:#fff;font-style:normal;font-size:12px;font-weight:600}.logo-section,.projects-section,.signals-section,.approach-section,.ventures-section,.insights-section,.page-shell,.site-footer{padding:clamp(80px,12vw,190px) var(--pad)}.section-kicker{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;letter-spacing:-.04em}.section-kicker span{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#0a0a0a;color:#fff;font-size:16px;line-height:1}.section-kicker.invert span{background:#fff;color:#000}.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:70px}.logo-tile{display:grid;min-height:170px;place-items:center;border-radius:12px;background:#fff;color:#0a0a0a;font-size:clamp(18px,1.5vw,26px);font-weight:600;letter-spacing:-.06em;transition:transform .45s var(--ease),filter .45s var(--ease)}.logo-tile:hover{transform:translateY(-6px);filter:invert(1)}.big-heading-row,.split-heading{display:grid;grid-template-columns:240px 1fr 320px;align-items:start;gap:var(--pad)}.big-heading-row h2,.split-heading h2,.services-panel h2,.page-hero h1,.approach-section h2,.site-footer h2{margin:0;font-size:clamp(84px,14vw,190px);line-height:.76;letter-spacing:-.06em;font-weight:600}.big-heading-row p{margin:64px 0 0;color:var(--muted);font-size:18px;line-height:1.35;font-weight:650}.count-mark{align-self:center;color:var(--muted);font-weight:600}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:clamp(60px,9vw,110px)}.project-card{display:grid;gap:6px;min-width:0;color:var(--ink)}.card-head{display:grid;grid-template-columns:1fr auto auto;align-items:center;min-height:58px;padding:0 24px;border-radius:var(--radius-md);background:#fff}.card-head strong{font-size:20px;letter-spacing:-.055em}.card-head span{color:var(--muted);font-weight:600}.card-head i{margin-left:42px;color:#d7d7d7;font-style:normal;letter-spacing:.1em}.project-image,.project-hero{position:relative;display:grid;min-height:475px;place-items:center;overflow:hidden;border-radius:var(--radius-md);color:#ffffffdb;font-size:clamp(34px,5vw,80px);font-weight:600;letter-spacing:-.09em;isolation:isolate;transition:transform .55s var(--ease),filter .55s var(--ease)}.project-image:before,.project-hero:before,.media-card:before{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:-1;background:var(--image);filter:saturate(.85) contrast(1.08);transition:transform .75s var(--ease)}.project-card:hover .project-image{transform:translateY(-5px)}.project-card:hover .project-image:before{transform:scale(1.08)}.storm{--image: linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.4)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cbaef6925d34238d11.webp) center/cover}.launch{--image: linear-gradient(rgba(0,0,0,.22), rgba(0,0,0,.36)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cbbaf5f6da4011cd19.webp) center/cover}.hub{--image: linear-gradient(rgba(0,0,0,.24), rgba(0,0,0,.38)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47ca5537f2ece6aa592c.webp) center/cover}.growth{--image: linear-gradient(rgba(0,0,0,.22), rgba(0,0,0,.4)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb5537f2ece6aa5940.webp) center/cover}.ticket{--image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.42)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47ca1097b81195d66f3b.webp) center/cover}.content{--image: linear-gradient(rgba(0,0,0,.26), rgba(0,0,0,.45)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1a0f0480501570d0.webp) center/cover}.services-panel{position:relative;margin:0 6px;padding:clamp(70px,12vw,180px) clamp(24px,3vw,42px);overflow:hidden;border-radius:var(--radius-lg);background:#0a0a0a;color:#fff;isolation:isolate}.services-panel h2{margin:80px 0 70px;text-align:center}.service-list{display:grid;gap:6px}.service-row{display:grid;grid-template-columns:110px 130px minmax(220px,1fr) minmax(260px,420px) 56px;align-items:center;gap:28px;width:100%;min-height:138px;padding:22px 28px;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);background:#ffffff09;color:inherit;text-align:left;cursor:pointer;transition:background .45s var(--ease),transform .45s var(--ease)}.service-row:hover,.service-row.is-active{background:#ffffff17}.service-index{color:#ffffffd1;font-weight:600}.service-thumb{display:grid;width:112px;aspect-ratio:16 / 10;place-items:center;border-radius:14px;background:linear-gradient(135deg,#fff,#aaa);color:#080808;font-size:42px;font-weight:600;letter-spacing:-.08em}.service-main{display:grid;gap:14px}.service-main strong{font-size:clamp(26px,3vw,48px);line-height:1;letter-spacing:-.075em}.service-main em{max-width:560px;color:#ffffff94;font-style:normal;line-height:1.45}.chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.chip-wrap i{padding:9px 14px;border-radius:var(--radius-pill);background:#fff;color:#0b0b0b;font-size:12px;font-style:normal;font-weight:600}.row-toggle{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:28px;font-weight:300}.quote-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.quote-card{min-height:210px;padding:30px;border-radius:var(--radius-md);background:#fff}.quote-card p{margin:18px 0;color:#333;line-height:1.4;font-weight:650}.quote-card a,.pill-cta,.wide-cta,.form-submit{display:inline-flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;min-height:58px;padding:0 34px;border:0;border-radius:var(--radius-pill);background:#0a0a0a;color:#fff;font-weight:600;cursor:pointer;overflow:hidden;transition:background .4s var(--ease),color .4s var(--ease),opacity .2s linear}.quote-card a:hover,.pill-cta:hover,.wide-cta:hover,.form-submit:hover{background:#242424}.btn-label{position:relative;display:block;overflow:hidden;height:1.2em;line-height:1.2;white-space:nowrap}.btn-label-row{display:block;height:1.2em;opacity:1;transform:translateY(0);transition:transform .26s cubic-bezier(.34,1.2,.64,1),opacity .2s linear;will-change:transform,opacity}.btn-label-row+.btn-label-row{position:absolute;top:100%;left:0;opacity:0}.quote-card a:hover .btn-label-row,.quote-card a:focus-visible .btn-label-row,.pill-cta:hover .btn-label-row,.pill-cta:focus-visible .btn-label-row,.wide-cta:hover .btn-label-row,.wide-cta:focus-visible .btn-label-row,.form-submit:hover .btn-label-row,.form-submit:focus-visible .btn-label-row,.lead-card:hover .btn-label-row,.lead-card:focus-visible .btn-label-row,.private-panel a:hover .btn-label-row,.private-panel a:focus-visible .btn-label-row,.small-link:hover .btn-label-row,.small-link:focus-visible .btn-label-row{transform:translateY(-100%)}.quote-card a:hover .btn-label-row:first-child,.quote-card a:focus-visible .btn-label-row:first-child,.pill-cta:hover .btn-label-row:first-child,.pill-cta:focus-visible .btn-label-row:first-child,.wide-cta:hover .btn-label-row:first-child,.wide-cta:focus-visible .btn-label-row:first-child,.form-submit:hover .btn-label-row:first-child,.form-submit:focus-visible .btn-label-row:first-child,.lead-card:hover .btn-label-row:first-child,.lead-card:focus-visible .btn-label-row:first-child,.private-panel a:hover .btn-label-row:first-child,.private-panel a:focus-visible .btn-label-row:first-child,.small-link:hover .btn-label-row:first-child,.small-link:focus-visible .btn-label-row:first-child{opacity:0}.quote-card a:hover .btn-label-row+.btn-label-row,.quote-card a:focus-visible .btn-label-row+.btn-label-row,.pill-cta:hover .btn-label-row+.btn-label-row,.pill-cta:focus-visible .btn-label-row+.btn-label-row,.wide-cta:hover .btn-label-row+.btn-label-row,.wide-cta:focus-visible .btn-label-row+.btn-label-row,.form-submit:hover .btn-label-row+.btn-label-row,.form-submit:focus-visible .btn-label-row+.btn-label-row,.lead-card:hover .btn-label-row+.btn-label-row,.lead-card:focus-visible .btn-label-row+.btn-label-row,.private-panel a:hover .btn-label-row+.btn-label-row,.private-panel a:focus-visible .btn-label-row+.btn-label-row,.small-link:hover .btn-label-row+.btn-label-row,.small-link:focus-visible .btn-label-row+.btn-label-row{opacity:1}.large-quote{display:grid;align-items:center;font-size:clamp(30px,3vw,48px);font-weight:600;line-height:1.05;letter-spacing:-.075em}.avatar-stack{display:flex;align-items:center}.avatar-stack span,.avatar-stack b{display:grid;width:42px;aspect-ratio:1;place-items:center;margin-left:-8px;border:2px solid #fff;border-radius:50%;background:linear-gradient(135deg,#ddd,#999);font-size:12px;font-weight:600}.avatar-stack span:first-child{margin-left:0}.stars{color:#ff8a1f;font-size:14px;letter-spacing:.08em}.signal-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--pad);margin-top:clamp(110px,14vw,190px);padding-top:56px;border-top:1px solid var(--line)}.signal-row div{display:grid;gap:24px}.signal-row strong{font-size:clamp(72px,9vw,120px);line-height:.8;letter-spacing:-.09em}.signal-row span{max-width:160px;color:var(--muted);font-weight:600}.approach-section{min-height:760px;display:grid;grid-template-columns:260px 1fr;align-items:end;gap:var(--pad)}.brand-mini{align-self:end;margin:0 0 12px;color:#0000002e;font-weight:600;letter-spacing:-.08em;filter:blur(2px)}.approach-section h2{max-width:980px;font-size:clamp(46px,6vw,92px);line-height:.96}.approach-section .pill-cta{grid-column:2}.ventures-section{padding-top:80px}.venture-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:80px}.venture-card,.article-card{display:grid;align-content:space-between;min-height:420px;padding:28px;border-radius:var(--radius-md);background:#fff;transition:transform .45s var(--ease),background .45s var(--ease),color .45s var(--ease)}.venture-card:hover,.article-card:hover{transform:translateY(-6px);background:#0a0a0a;color:#fff}.venture-card span,.article-card span{color:var(--muted);font-size:14px;font-weight:600}.venture-card:hover span,.article-card:hover span,.venture-card:hover p,.article-card:hover p{color:#ffffffb8}.venture-card strong,.article-card strong{margin-top:auto;font-size:clamp(32px,3vw,54px);line-height:1;letter-spacing:-.08em}.venture-card p,.article-card p{margin:24px 0 0;color:var(--muted);font-weight:650;line-height:1.35}.small-link{align-self:end;justify-self:end;padding:7px 18px;border-radius:var(--radius-pill);background:#fff;font-weight:600}.page-hero{min-height:540px;display:grid;align-content:end;gap:80px}.page-hero h1{font-size:clamp(94px,15vw,220px);letter-spacing:-.045em}.studio-intro,.contact-layout,.project-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--pad);align-items:start;margin-top:80px}.studio-intro p,.contact-layout>div>p,.project-detail p,.page-lede{margin:0;font-size:clamp(28px,3vw,48px);line-height:1.08;letter-spacing:-.07em;font-weight:600}.studio-intro aside{justify-self:end;max-width:320px;color:var(--muted);font-weight:600;line-height:1.35}.two-up-media{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:100px}.media-card{position:relative;min-height:600px;overflow:hidden;border-radius:var(--radius-md);color:#fff;isolation:isolate}.media-card.workroom{--image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.38)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1097b81195d66f58.webp) center/cover}.media-card.systems{--image: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.42)), url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1a0f0480501570be.webp) center/cover}.media-card span{position:absolute;left:26px;bottom:26px;font-weight:600}.category-line{display:flex;flex-wrap:wrap;gap:10px;margin-top:80px}.category-line span{padding:11px 18px;border-radius:var(--radius-pill);background:#fff;font-weight:600}.page-grid{margin-top:50px}.project-hero{min-height:620px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px}.detail-grid div{display:grid;gap:30px;min-height:180px;padding:24px;border-radius:var(--radius-md);background:#fff}.detail-grid span{color:var(--muted);font-weight:600}.detail-grid strong{align-self:end;font-size:28px;line-height:1.05;letter-spacing:-.06em}.wide-cta{width:100%;margin-top:6px;min-height:86px;border-radius:var(--radius-md);font-size:24px}.article-detail{max-width:900px;margin:80px auto 0}.article-detail p{margin:0 0 28px;font-size:clamp(24px,3vw,42px);font-weight:600;line-height:1.12;letter-spacing:-.065em}.legal-copy section{padding:30px 0;border-bottom:1px solid var(--line)}.legal-copy h2{margin:0 0 12px;font-size:22px}.legal-copy p{color:var(--muted);font-size:19px;letter-spacing:-.02em}.contact-layout{align-items:start}.person-card{display:flex;align-items:center;gap:14px;margin-top:42px}.person-card .portrait{width:56px}.person-card span:last-child{display:grid}.contact-links{display:flex;flex-wrap:wrap;gap:14px 26px;margin-top:40px;color:var(--muted);font-weight:600}.contact-form{display:grid;gap:26px}.contact-form label{display:grid;gap:10px;color:#9a9a9a;font-size:17px;font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:0;border-bottom:1px solid #d4d4d4;border-radius:0;background:transparent;color:#0a0a0a;padding:14px 0 18px;outline:none;font-size:20px;transition:border-color .35s var(--ease)}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#0a0a0a}.contact-form small{color:var(--muted);line-height:1.45}.form-status,.form-success{margin:0;color:#0a0a0a;font-weight:600}.form-status.is-error{color:#8f1d1d}.site-footer{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:var(--pad);overflow:hidden;margin:0 6px 6px;border-radius:var(--radius-lg);background:#0a0a0a;color:#fff;isolation:isolate}.site-footer h2{font-size:clamp(58px,9vw,126px)}.site-footer p{max-width:520px;color:#ffffffb8;font-size:20px;line-height:1.35;font-weight:650}.footer-links{display:grid;justify-self:end;align-self:start;gap:12px;min-width:320px}.footer-links a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:26px;font-weight:600;letter-spacing:-.06em}.legal-line{grid-column:1 / -1;margin-top:80px;font-size:14px!important}@media(max-width:1199px){.top-nav{grid-template-columns:1fr 64px}.nav-link{display:none}.menu-overlay{grid-template-columns:1fr}.hero-media{min-height:860px}.hero-title{top:10%}.hero-services{top:auto;right:auto;left:28px;bottom:330px}.hero-copy{bottom:190px}.hero-year{left:28px;bottom:154px}.lead-card{left:28px;right:28px;bottom:28px}.logo-grid,.quote-grid,.signal-row,.venture-grid,.article-grid,.detail-grid{grid-template-columns:1fr 1fr}.big-heading-row,.split-heading,.approach-section,.studio-intro,.contact-layout,.project-detail,.site-footer{grid-template-columns:1fr}.big-heading-row p,.approach-section .pill-cta{grid-column:auto}.project-grid,.two-up-media{grid-template-columns:1fr}.service-row{grid-template-columns:70px 90px 1fr 48px}.chip-wrap{grid-column:3 / -1}.footer-links{justify-self:stretch}}@media(max-width:809px){:root{--pad: 16px;--header: 60px}.hero{padding-bottom:80px}.menu-overlay{left:12px;right:12px;top:var(--header);width:auto;max-width:calc(100vw - 24px);height:calc(100dvh - var(--header) - 12px);max-height:calc(100vh - var(--header) - 12px);min-height:auto;overflow:auto;overflow-x:hidden;padding:34px 28px;gap:28px}.menu-links,.menu-meta{min-width:0;width:100%}.menu-links a{display:block;max-width:100%;font-size:clamp(50px,16.5vw,70px);letter-spacing:-.09em;overflow-wrap:anywhere}.menu-meta{display:grid;grid-template-columns:1fr;gap:14px;overflow-wrap:anywhere;font-size:16px}.menu-close{width:100%;min-height:58px}.hero-media,.services-panel,.site-footer{border-radius:0 0 18px 18px}.hero-title span{font-size:clamp(74px,27vw,130px)}.hero-title strong{justify-self:start}.hero-plus{display:none}.logo-grid,.quote-grid,.signal-row,.venture-grid,.article-grid,.detail-grid{grid-template-columns:1fr}.logo-tile{min-height:132px}.big-heading-row h2,.split-heading h2,.services-panel h2,.page-hero h1{max-width:100%;overflow-wrap:anywhere;font-size:clamp(56px,21vw,88px)}.project-image,.project-hero,.media-card{min-height:360px}.service-row{grid-template-columns:1fr 48px;gap:18px}.service-index,.service-thumb,.service-main,.chip-wrap{grid-column:1 / -1}.row-toggle{position:absolute;right:20px;top:20px}.service-row{position:relative}.page-hero{min-height:430px}.studio-intro p,.contact-layout>div>p,.project-detail p,.page-lede,.article-detail p{font-size:28px}}:root{--bg: #f5f5f5;--muted: #6f6f6f;--line: rgba(10, 10, 10, .1);--radius-lg: 20px;--radius-md: 12px;--pad: clamp(18px, 2vw, 30px);--header: 60px;font-family:Inter,Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px}body{background:var(--bg);font-size:12px;font-weight:500}.loader-mark{font-size:clamp(44px,7vw,104px);font-weight:600;letter-spacing:-.06em}.site-header{background:#f7f7f7f0}.top-nav{grid-template-columns:1.35fr repeat(4,minmax(88px,1fr)) 44px;padding:0 clamp(16px,2vw,30px)}.brand-link,.nav-link{min-height:26px;font-size:12px;font-weight:600;letter-spacing:-.03em}.brand-link{font-size:12px;font-weight:600}.brand-link:after,.nav-link:after{display:none}.nav-link sup{margin-left:3px;font-size:7px;font-weight:600;transform:translateY(-4px)}.menu-button{width:40px;height:28px}.menu-button span{width:36px;height:1.5px}.menu-button span+span{margin-top:-9px}.hero{padding:0 6px 84px}.hero-media{min-height:calc(100vh - var(--header) - 6px);border-radius:0 0 20px 20px}.hero-media:before{opacity:.9;filter:grayscale(1)}.hero-title{top:10%;left:clamp(24px,4.5vw,66px);right:clamp(24px,4.5vw,66px);gap:2px;letter-spacing:-.075em}.hero-title span{display:inline-flex;align-items:flex-start;width:-moz-max-content;width:max-content;font-size:clamp(76px,11.5vw,162px);font-weight:600;line-height:.84}.hero-title sup{margin-left:.04em;font-size:.24em;line-height:1;letter-spacing:-.04em;transform:translateY(.06em)}.hero-title strong{justify-self:start;margin-left:clamp(98px,15vw,228px);font-size:clamp(28px,3.1vw,46px);font-weight:500;line-height:.9;letter-spacing:-.055em}.hero-services{top:15%;right:clamp(34px,8vw,126px);gap:7px;max-width:230px;font-size:12px;font-weight:600;letter-spacing:-.025em;line-height:1.15}.hero-copy{bottom:clamp(58px,9vh,104px);max-width:410px;font-size:18px;font-weight:600;line-height:1.08;letter-spacing:-.045em}.hero-year{bottom:clamp(62px,9vh,108px);font-size:12px;font-weight:600}.hero-plus{font-size:24px;font-weight:300}.lead-card{grid-template-columns:78px 1fr;max-width:270px;gap:8px;padding:7px;border-radius:12px}.portrait{border-radius:9px}.lead-card span:last-child{gap:4px;padding:8px 10px}.lead-card small,.person-card small{font-size:10px;font-weight:600}.lead-card strong{font-size:18px;font-weight:600;letter-spacing:-.045em}.lead-card em{padding:8px 12px;font-size:10px;font-weight:600}.logo-section,.projects-section,.signals-section,.approach-section,.ventures-section,.insights-section,.page-shell,.site-footer{padding:clamp(58px,8vw,118px) var(--pad)}.section-kicker{gap:7px;font-size:12px;font-weight:600;letter-spacing:-.025em}.section-kicker span{width:13px;height:13px;font-size:11px}.logo-grid{gap:4px;margin-top:46px}.logo-tile{min-height:136px;border-radius:8px;font-size:18px;font-weight:600;letter-spacing:-.045em}.big-heading-row,.split-heading{grid-template-columns:150px minmax(0,1fr) 275px;gap:clamp(18px,2vw,30px)}.big-heading-row h2,.split-heading h2,.services-panel h2,.page-hero h1,.site-footer h2{font-size:clamp(44px,5.2vw,62px);font-weight:600;line-height:.88;letter-spacing:-.06em}.big-heading-row p{margin:8px 0 0;font-size:12px;line-height:1.35;font-weight:500}.count-mark{font-size:12px;font-weight:600}.project-grid{gap:4px;margin-top:clamp(34px,5vw,62px)}.project-card{gap:4px}.card-head{min-height:42px;padding:0 16px;border-radius:8px}.card-head strong{font-size:12px;font-weight:600;letter-spacing:-.025em}.card-head span{font-size:10px;font-weight:500}.card-head i{margin-left:24px;font-size:9px}.project-image,.project-hero{min-height:370px;border-radius:8px;font-size:clamp(22px,3vw,42px);font-weight:600;letter-spacing:-.055em}.services-panel{margin:0 6px;padding:clamp(52px,8vw,98px) clamp(18px,2.4vw,36px);border-radius:20px}.services-panel h2{margin:clamp(44px,7vw,86px) 0 clamp(38px,5vw,64px);text-align:center}.service-list{gap:4px}.service-row{grid-template-columns:72px 92px minmax(220px,1fr) minmax(220px,360px) 42px;gap:18px;min-height:84px;padding:14px 18px;border-radius:10px;background:#ffffff07}.service-index{font-size:11px;font-weight:500}.service-thumb{width:80px;border-radius:8px;font-size:32px;font-weight:600;letter-spacing:-.06em}.service-main{gap:6px}.service-main strong{font-size:18px;font-weight:600;letter-spacing:-.04em}.service-main em{font-size:12px;line-height:1.35}.chip-wrap{gap:6px}.chip-wrap i{padding:7px 10px;font-size:10px;font-weight:600}.row-toggle{width:34px;height:34px;font-size:19px}.quote-grid{gap:4px}.quote-card{min-height:190px;padding:22px;border-radius:10px}.quote-card p{font-size:12px;font-weight:500;line-height:1.4}.quote-card a,.pill-cta,.wide-cta,.form-submit{min-height:42px;padding:0 20px;font-size:11px;font-weight:600}.large-quote{font-size:18px;font-weight:600;line-height:1.08;letter-spacing:-.045em}.signal-row{gap:clamp(18px,2vw,30px);margin-top:clamp(70px,8vw,116px);padding-top:34px}.signal-row strong{font-size:clamp(42px,5.2vw,62px);font-weight:600;letter-spacing:-.06em}.signal-row span{font-size:12px;font-weight:500}.approach-section{min-height:540px;grid-template-columns:190px 1fr}.approach-section h2,.studio-intro p,.contact-layout>div>p,.project-detail p,.page-lede,.article-detail p{font-size:clamp(24px,2.65vw,32px);font-weight:600;line-height:1.08;letter-spacing:-.055em}.brand-mini{font-weight:600;letter-spacing:-.055em}.venture-grid,.article-grid{gap:4px;margin-top:48px}.venture-card,.article-card{min-height:300px;padding:22px;border-radius:10px}.venture-card span,.article-card span{font-size:10px;font-weight:600}.venture-card strong,.article-card strong{font-size:clamp(22px,2.7vw,32px);font-weight:600;line-height:1;letter-spacing:-.055em}.venture-card p,.article-card p{font-size:12px;font-weight:500}.small-link{font-size:11px;font-weight:600}.page-shell{min-height:100vh}.page-hero{min-height:270px;gap:36px}.page-hero h1{font-size:clamp(46px,5.6vw,62px);font-weight:600;letter-spacing:-.06em}.studio-intro,.contact-layout,.project-detail{gap:clamp(18px,2vw,30px);margin-top:48px}.studio-intro aside{max-width:280px;font-size:12px;font-weight:500}.two-up-media{gap:4px;margin-top:62px}.media-card{min-height:430px;border-radius:10px}.media-card span{font-size:12px;font-weight:600}.category-line{gap:8px;margin-top:42px}.category-line span{padding:8px 13px;font-size:11px;font-weight:600}.page-grid{margin-top:32px}.project-hero{min-height:470px}.detail-grid{gap:4px}.detail-grid div{min-height:130px;padding:18px;border-radius:10px}.detail-grid span{font-size:10px;font-weight:600}.detail-grid strong{font-size:18px;font-weight:600;letter-spacing:-.04em}.wide-cta{min-height:58px;margin-top:4px;border-radius:10px;font-size:12px}.article-detail{max-width:760px;margin-top:48px}.legal-copy h2{font-size:18px;font-weight:600}.legal-copy p{font-size:12px;font-weight:500;letter-spacing:-.04em}.contact-form{gap:22px}.contact-form label{gap:8px;font-size:12px;font-weight:500}.contact-form input,.contact-form textarea,.contact-form select{padding:10px 0 14px;font-size:18px;font-weight:500}.form-status,.form-success{font-weight:600}.site-footer{grid-template-columns:1.1fr .9fr;margin:0 6px 6px;border-radius:20px}.site-footer h2{max-width:720px}.site-footer p{font-size:12px;font-weight:500}.footer-links{min-width:240px;gap:4px}.footer-links a{padding:9px 0;font-size:18px;font-weight:600;letter-spacing:-.045em}.legal-line{margin-top:48px;font-size:10px!important}@media(max-width:1199px){.top-nav{grid-template-columns:1fr 44px}.hero-media{min-height:760px}.hero-title{top:10%}.hero-title strong{margin-left:0}.hero-services{top:auto;right:auto;left:26px;bottom:300px}.hero-copy{bottom:178px}.hero-year{left:26px;bottom:146px}.service-row{grid-template-columns:56px 72px 1fr 38px}}@media(max-width:809px){:root{--header: 60px}.top-nav{padding:0 14px}.hero{padding-bottom:58px}.hero-media{min-height:720px}.hero-title span{font-size:clamp(66px,21vw,96px)}.hero-title strong{font-size:26px}.hero-services,.hero-copy,.hero-year{left:22px}.hero-services{top:224px;right:auto;bottom:auto;gap:18px;max-width:220px}.hero-copy{max-width:calc(100% - 44px);font-size:18px}.lead-card{left:22px;right:22px;max-width:none}.big-heading-row,.split-heading,.approach-section,.studio-intro,.contact-layout,.project-detail,.site-footer{grid-template-columns:1fr}.big-heading-row h2,.split-heading h2,.services-panel h2,.page-hero h1,.site-footer h2{font-size:clamp(42px,15vw,62px)}.project-image,.project-hero,.media-card{min-height:320px}.service-row{grid-template-columns:1fr 34px;min-height:0}.service-thumb{width:74px}.page-hero{min-height:250px}.approach-section h2,.studio-intro p,.contact-layout>div>p,.project-detail p,.page-lede,.article-detail p{font-size:26px}}.contact-showcase{padding:0 6px 84px}.contact-panel{position:relative;display:grid;grid-template-columns:minmax(330px,440px) 1fr;align-items:center;gap:clamp(48px,8vw,138px);min-height:calc(100vh - var(--header) - 6px);overflow:hidden;padding:clamp(34px,4.5vw,70px);border-radius:0 0 20px 20px;background:#0a0a0a;color:#fff;isolation:isolate}.contact-panel:before{opacity:.58;background:linear-gradient(90deg,#00000080,#0000001a),url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47ca1097b81195d66f40.webp) center / cover;filter:grayscale(1)}.contact-card-form{display:grid;gap:18px;width:100%;padding:clamp(28px,3.3vw,52px);border-radius:18px;background:#fff;color:#0b0b0b;box-shadow:0 28px 80px #00000057}.contact-card-brand{font-size:18px;font-weight:600;letter-spacing:-.045em}.contact-card-form h1{max-width:340px;margin:0 0 12px;font-size:clamp(36px,3.4vw,50px);font-weight:600;line-height:.96;letter-spacing:-.06em}.contact-card-form label{display:grid;gap:8px;font-size:12px;font-weight:600}.contact-card-form input,.contact-card-form textarea,.contact-card-form select{width:100%;border:0;border-radius:10px;background:#f5f5f5;color:#0a0a0a;padding:16px 18px;outline:none;font-size:18px;font-weight:500;transition:background .35s var(--ease),box-shadow .35s var(--ease)}.contact-card-form textarea{resize:vertical}.contact-card-form input:focus,.contact-card-form textarea:focus,.contact-card-form select:focus{background:#fff;box-shadow:0 0 0 1px #0a0a0a}.contact-card-form .form-submit{width:100%;min-height:58px;margin-top:10px;box-shadow:0 18px 42px #00000047}.contact-card-form .form-status,.contact-card-form .form-success{margin:0;font-size:12px}.form-submit:disabled{cursor:wait;opacity:.74;transform:none}.contact-card-form small{color:#757575;line-height:1.4}.contact-stage-copy{display:grid;align-content:center;gap:clamp(28px,4vw,54px);max-width:720px}.contact-stage-copy h2{margin:0;font-size:clamp(72px,11vw,168px);font-weight:500;line-height:.86;letter-spacing:-.07em}.contact-stage-copy p{max-width:560px;margin:0;color:#ffffffb8;font-size:clamp(24px,3vw,42px);font-weight:500;line-height:1.1;letter-spacing:-.055em}.contact-proof-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(30px,6vw,90px);padding-top:42px;border-top:1px solid rgba(255,255,255,.16)}.contact-proof-row div{display:grid;gap:16px}.contact-proof-row strong{font-size:18px;font-weight:600;letter-spacing:-.04em}.contact-proof-row span,.contact-direct-links a{color:#ffffff9e;font-size:12px;line-height:1.35}.contact-direct-links{display:flex;flex-wrap:wrap;gap:14px 28px}@media(max-width:1199px){.contact-panel{grid-template-columns:1fr;align-items:start}.contact-card-form{order:2;max-width:520px}.contact-stage-copy{order:1}}@media(max-width:809px){.contact-showcase{padding-bottom:58px}.contact-panel{gap:34px;padding:28px 22px;border-radius:0 0 18px 18px}.contact-card-form{padding:24px;border-radius:16px}.contact-card-form h1{font-size:34px}.contact-stage-copy h2{font-size:clamp(58px,17vw,74px)}.contact-stage-copy p{font-size:24px}.contact-proof-row{grid-template-columns:1fr;gap:24px;padding-top:28px}}html[data-menu=open] .site-header{background:#f5f5f5;box-shadow:none}.menu-overlay{top:var(--header);left:0;right:0;min-height:min(686px,calc(100dvh - var(--header)));grid-template-columns:1fr;align-content:space-between;padding:clamp(34px,6vw,100px) var(--pad) 34px;border-radius:0 0 20px 20px;background:#f5f5f5;color:#0a0a0a;transform:none}.menu-overlay.is-open{opacity:1}.menu-links{justify-items:center;gap:0}.menu-links a{font-size:clamp(54px,6.4vw,96px);font-weight:600;line-height:.94;letter-spacing:-.065em;color:#0a0a0a}.menu-meta{display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;align-self:end;gap:18px;color:#0a0a0aa3;font-size:12px;font-weight:500}.menu-close{display:none}.menu-button.is-open span:first-child{transform:translateY(5px) rotate(13deg)}.menu-button.is-open span:last-child{transform:translateY(-5px) rotate(-13deg)}.results-section,.process-section,.media-proof,.experience-section,.private-access,.team-section,.faq-section{padding:clamp(58px,8vw,118px) var(--pad)}.results-section{display:grid;grid-template-columns:220px minmax(360px,1fr) minmax(280px,420px);gap:clamp(22px,3vw,56px);align-items:center;min-height:520px;border-top:1px solid var(--line)}.results-person{width:172px;aspect-ratio:1 / 1.24;border-radius:12px;background:radial-gradient(circle at 50% 28%,#d8d8d8 0 18%,transparent 19%),linear-gradient(160deg,#161616,#606060 48%,#dcdcdc);filter:grayscale(1)}.results-copy h2{max-width:640px;margin:14px 0 0;font-size:clamp(30px,3.4vw,54px);font-weight:600;line-height:.98;letter-spacing:-.06em}.results-copy p,.split-heading>p,.private-copy p{margin:18px 0 0;color:var(--muted);font-size:12px;font-weight:500;line-height:1.42}.results-metrics{display:grid;gap:4px}.results-metrics div,.process-card,.experience-card,.team-card{min-height:168px;padding:22px;border-radius:10px;background:#fff}.results-metrics strong{display:block;font-size:clamp(42px,5.2vw,62px);font-weight:600;line-height:.9;letter-spacing:-.06em}.results-metrics span{display:block;max-width:180px;margin-top:20px;color:var(--muted);font-size:12px;line-height:1.35}.process-section .split-heading,.experience-section .split-heading,.team-section .split-heading,.faq-section .split-heading{align-items:end}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:48px}.process-card,.experience-card,.team-card{display:grid;align-content:space-between;gap:24px}.process-card span,.experience-card span,.team-card span{color:var(--muted);font-size:10px;font-weight:600}.process-card strong,.experience-card strong,.team-card strong{font-size:clamp(20px,2.4vw,30px);font-weight:600;line-height:1;letter-spacing:-.055em}.process-card p,.experience-card p,.team-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.42}.media-proof{padding-top:0}.showreel-frame{position:relative;display:grid;min-height:clamp(420px,61vw,920px);place-items:center;overflow:hidden;border-radius:20px;background:#0a0a0a;color:#fff;isolation:isolate}.showreel-frame:before{opacity:.74;background:linear-gradient(#00000014,#0000002e),url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47ca1a0f0480501570a4.webp) center / cover;filter:grayscale(1)}.showreel-frame button{display:grid;width:72px;aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 20px 80px #00000047}.showreel-frame button span{width:0;height:0;margin-left:5px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #0a0a0a}.showreel-frame p{position:absolute;left:24px;bottom:22px;max-width:360px;margin:0;color:#ffffffb8;font-size:12px;line-height:1.4}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:48px}.experience-card{min-height:310px}.experience-metrics{margin-top:74px}.private-access{position:relative;display:grid;grid-template-columns:minmax(320px,460px) 1fr;gap:clamp(34px,7vw,124px);align-items:center;margin:0 6px;overflow:hidden;border-radius:20px;background:#0a0a0a;color:#fff;isolation:isolate}.private-access:before{opacity:.12}.private-copy h2{margin:46px 0 0;font-size:clamp(54px,8vw,118px);font-weight:600;line-height:.86;letter-spacing:-.07em}.private-copy p{max-width:390px;color:#ffffffad}.private-panel{display:grid;gap:4px;padding:4px;border-radius:18px;background:#ffffff0f}.private-toggle{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:10px}.private-toggle span,.private-row,.private-panel a{border-radius:14px;background:#ffffff14}.private-toggle span{display:grid;min-height:42px;place-items:center;color:#ffffffb8;font-size:11px;font-weight:600}.private-row{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:76px;padding:0 22px}.private-row strong{font-size:18px;font-weight:600;letter-spacing:-.04em}.private-row span{color:#ffffff94;font-size:12px}.private-panel a{display:grid;min-height:58px;place-items:center;margin-top:10px;background:#fff;color:#0a0a0a;font-size:12px;font-weight:600}.team-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:4px;margin-top:48px}.team-card{min-height:420px}.team-portrait{min-height:240px;border-radius:10px;background:radial-gradient(circle at 50% 29%,#d7d7d7 0 14%,transparent 15%),linear-gradient(145deg,#0d0d0d,#6a6a6a 46%,#ededed);filter:grayscale(1)}.team-1 .team-portrait{background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a59ddb41097b81195b2b1e1.webp) center / cover}.team-2 .team-portrait{background:radial-gradient(circle at 38% 31%,#d5d5d5 0 11%,transparent 12%),radial-gradient(circle at 65% 28%,#c8c8c8 0 10%,transparent 11%),linear-gradient(150deg,#111,#767676 52%,#ececec)}.team-3 .team-portrait{background:linear-gradient(135deg,#00000057,#0000001a),url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1097b81195d66f58.webp) center / cover}.faq-section{display:grid;grid-template-columns:minmax(320px,520px) 1fr;gap:clamp(34px,7vw,110px);align-items:start}.faq-section .split-heading{display:grid;grid-template-columns:1fr}.faq-list{display:grid;gap:4px}.faq-item{display:grid;grid-template-columns:1fr 28px;gap:16px;width:100%;min-height:64px;padding:20px 22px;border:0;border-radius:10px;background:#fff;color:#0a0a0a;text-align:left;cursor:pointer}.faq-item span{font-size:12px;font-weight:600}.faq-item i{justify-self:end;font-style:normal;font-size:18px;line-height:1}.faq-item em{grid-column:1 / -1;display:none;max-width:640px;color:var(--muted);font-size:12px;font-style:normal;line-height:1.42}.faq-item.is-active em{display:block}.light-contact{align-items:start}.light-contact .contact-form{justify-self:end;width:min(100%,675px)}.light-contact .form-submit{min-height:30px;padding:0 18px}.homepage-contact{padding-top:0}@media(max-width:1199px){.menu-overlay{min-height:min(560px,calc(100dvh - var(--header)))}.menu-meta{grid-template-columns:1fr 1fr}.results-section,.private-access,.faq-section{grid-template-columns:1fr}.process-grid,.experience-grid,.team-grid{grid-template-columns:1fr 1fr}}@media(max-width:809px){.menu-overlay{left:0;right:0;width:auto;max-width:none;height:auto;max-height:none;min-height:min(577px,calc(100dvh - var(--header)));overflow:hidden;padding:54px 20px 28px}.menu-links a{font-size:clamp(42px,14vw,56px);line-height:.96}.menu-meta{grid-template-columns:1fr;justify-content:stretch;gap:10px;font-size:11px}.results-section{min-height:0}.results-person{width:138px}.process-grid,.experience-grid,.team-grid{grid-template-columns:1fr}.private-access{margin:0;border-radius:18px}.private-row{grid-template-columns:1fr;gap:8px;padding:18px}.faq-section{gap:30px}}.service-row{transition:background .16s var(--ease),min-height .16s var(--ease),grid-template-columns .16s var(--ease)}.service-row:not(.is-active){grid-template-columns:110px 0 minmax(220px,1fr) 0 56px;min-height:66px;background:#ffffff05;transform:none}.service-row:not(.is-active) .service-thumb,.service-row:not(.is-active) .chip-wrap,.service-row:not(.is-active) .service-main em{max-height:0;opacity:0;overflow:hidden;pointer-events:none}.service-row.is-active{min-height:238px}.service-row .service-thumb,.service-row .chip-wrap,.service-row .service-main em{transition:opacity .35s var(--ease),max-height .45s var(--ease)}@media(max-width:1199px){.service-row:not(.is-active){grid-template-columns:72px 0 minmax(220px,1fr) 42px}.service-row:not(.is-active) .chip-wrap{grid-column:auto}}@media(max-width:809px){.service-row:not(.is-active){grid-template-columns:1fr 34px;min-height:66px}.service-row.is-active{min-height:0}}@media(min-width:810px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:809px){.project-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}:root{--type-display: 62px;--type-subhead: 32px;--type-small-head: 18px;--type-ui: 12px}body{font-family:Inter,Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--type-ui);font-weight:500}.brand-link,.nav-link,.section-kicker,.menu-meta,.card-head strong,.card-head span,.service-index,.service-main em,.chip-wrap i,.quote-card p,.results-copy p,.split-heading>p,.private-copy p,.results-metrics span,.process-card p,.experience-card p,.team-card p,.venture-card p,.article-card p,.contact-proof-row span,.contact-direct-links a,.site-footer p,.site-footer a,.newsletter-form label,.newsletter-form small,.legal-line{font-size:var(--type-ui);font-weight:500}.hero-title span{font-size:162px;font-weight:600}.hero-title strong{font-size:46px;font-weight:500}.big-heading-row h2,.split-heading h2,.services-panel h2,.page-hero h1,.site-footer h2,.results-metrics strong,.signal-row strong{font-size:var(--type-display);font-weight:600;line-height:.9}.results-copy h2,.approach-section h2,.studio-intro p,.contact-layout>div>p,.project-detail p,.page-lede,.article-detail p,.contact-stage-copy p,.private-row strong,.venture-card strong,.article-card strong,.process-card strong,.experience-card strong,.team-card strong{font-size:var(--type-subhead);font-weight:600;line-height:1.08}.service-main strong,.lead-card strong,.person-card strong,.contact-card-brand,.contact-proof-row strong,.legal-copy h2,.footer-links a,.newsletter-form strong,.contact-card-form input,.contact-card-form textarea,.contact-card-form select,.contact-form input,.contact-form textarea,.contact-form select{font-size:var(--type-small-head);font-weight:600}.contact-stage-copy h2,.private-copy h2{font-size:118px;font-weight:500;line-height:.86}.form-submit,.pill-cta,.wide-cta,.private-panel a,.small-link{font-size:12px;font-weight:600}.site-footer{display:grid;grid-template-columns:1fr;gap:clamp(64px,9vh,112px);margin:0;padding:clamp(74px,10vh,132px) var(--pad) 22px;border-radius:0;background:#f5f5f5;color:#0a0a0a}.site-footer:before{display:none}.footer-newsletter{display:grid;grid-template-columns:minmax(360px,1fr) minmax(320px,520px);gap:clamp(44px,8vw,132px);align-items:start}.footer-newsletter h2{max-width:640px;margin:0 0 72px}.site-footer .footer-newsletter h2{max-width:560px;font-size:var(--type-subhead);line-height:1.1}.footer-newsletter a{color:#0a0a0a}.newsletter-form{display:grid;gap:18px}.newsletter-form label{display:grid;gap:8px;color:var(--muted)}.newsletter-form input{width:100%;border:0;border-bottom:1px solid rgba(10,10,10,.18);background:transparent;padding:10px 0 14px;color:#0a0a0a;outline:0;font-size:18px;font-weight:500}.newsletter-form input:focus{border-bottom-color:#0a0a0a}.newsletter-form .form-submit{justify-self:start;min-height:30px;padding:0 18px}.newsletter-form small{color:var(--muted)}.footer-map{display:grid;grid-template-columns:1fr minmax(280px,460px);gap:clamp(34px,6vw,92px);align-items:start}.footer-brand{display:grid;justify-items:center;align-self:start;max-width:560px;color:#0a0a0a;text-decoration:none;font-size:92px!important;font-weight:600!important;line-height:.84}.footer-brand span{font-size:24px;font-weight:500}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 44px;min-width:0}.footer-links a{padding:0;color:#0a0a0a;text-decoration:none}.legal-line{margin:0;color:#0a0a0a85}.site-footer .legal-line{color:#0a0a0a85}@media(max-width:1199px){.hero-title span{font-size:118px}.hero-title strong{font-size:36px}.footer-newsletter,.footer-map{grid-template-columns:1fr}.footer-brand{justify-items:start}}@media(max-width:809px){:root{--type-display: 48px;--type-subhead: 26px}.hero-title span{font-size:76px}.hero-title strong{font-size:26px}.contact-stage-copy h2,.private-copy h2,.footer-brand{font-size:58px!important}.footer-brand span{font-size:18px}.footer-links{grid-template-columns:1fr}}.form-submit,.pill-cta,.wide-cta,.private-panel a,.small-link,.menu-button,.showreel-frame button{transition:opacity .18s var(--ease),background .4s var(--ease),color .4s var(--ease)}.menu-button:active,.showreel-frame button:active{transform:scale(.97)}.form-submit:active,.pill-cta:active,.wide-cta:active,.private-panel a:active,.small-link:active{transform:none}:root{--bg: #f5f5f5;--dark: #0a0a0a;--muted: rgba(10, 10, 10, .6);--radius-lg: 25px;--radius-md: 16px;--radius-card: 18px;--radius-thumb: 7px;--pad: clamp(16px, 2.4vw, 36px);--ease-camera: cubic-bezier(.56, .22, .05, .99);--ease-hover: cubic-bezier(.82, .11, .37, .82);--card-shadow: rgba(0, 0, 0, .17) 0 .6px 1.57px -1.5px, rgba(0, 0, 0, .14) 0 2.29px 5.95px -3px, rgba(0, 0, 0, .02) 0 10px 26px -4.5px}html{scroll-behavior:auto}body{background:var(--bg);font-size:16px;font-weight:500;line-height:1.35;letter-spacing:-.04em}button,input,textarea,select,a{letter-spacing:-.04em}.section-kicker,.count-mark,.service-index,.chip-wrap i,.card-head>span,.process-card>span,.experience-card>span,.team-card>span,.legal-line,.menu-meta,.newsletter-form label>span,.newsletter-form small{font-size:12px;font-weight:500}.site-header{background:#f5f5f5f0}.top-nav{grid-template-columns:1.35fr repeat(4,minmax(96px,1fr)) 58px;padding-inline:var(--pad)}.brand-link{font-size:20px;font-weight:600;letter-spacing:-.04em}.nav-link{font-size:16px;font-weight:600;letter-spacing:-.04em}.menu-overlay{min-height:min(745px,calc(100dvh - var(--header)));border-radius:0 0 20px 20px;background:var(--bg);color:var(--dark)}.menu-overlay .menu-meta,.menu-overlay .menu-meta a{color:#0a0a0aa3}.menu-overlay .menu-links a{color:var(--dark);font-weight:600;letter-spacing:-.055em;font-size:clamp(42px,4vw,60px);line-height:1.2}.hero{padding:0 6px clamp(64px,9vw,150px)}.hero-media{border-radius:0 0 var(--radius-lg) var(--radius-lg);background-color:var(--dark)}.hero-media .hero-video{opacity:.86;filter:grayscale(1)}.hero-media:before{opacity:.72;background:linear-gradient(90deg,#000000a3,#0000001a 52%,#00000075);filter:grayscale(1)}.hero-title{top:10%;letter-spacing:-.06em;text-shadow:none}.hero-title span{font-size:210px;font-weight:600;line-height:1;letter-spacing:-.06em}.hero-title strong{margin-left:210px;font-size:62px;font-weight:600;line-height:1;letter-spacing:-.06em}.hero-copy{max-width:500px;font-size:22px;font-weight:500;line-height:1.2;letter-spacing:-.04em}.hero-services{color:#ffffffb3;font-size:16px;font-weight:500;letter-spacing:-.04em}.hero-plus{display:block;font-size:24px}.logo-tile{min-height:0;aspect-ratio:1.36}.plus-a{left:7%;top:58%}.plus-b{left:31%;top:58%}.plus-c{left:69%;top:58%}.plus-d{right:7%;top:58%}.projects-section,.signals-section,.insights-section,.page-shell,.results-section,.process-section,.media-proof,.experience-section,.team-section,.faq-section{padding:clamp(64px,9vw,150px) var(--pad)}.big-heading-row h2,.split-heading h2,.services-panel h2,.approach-section h2,.page-hero h1{font-size:148px;font-weight:600;line-height:.96;letter-spacing:-.06em}.route-projects .page-hero h1{font-size:144px;line-height:.92}.results-metrics strong,.signal-row strong{letter-spacing:-.07em}.big-heading-row p,.results-copy p,.split-heading>p,.private-copy p,.process-card p,.experience-card p,.team-card p,.venture-card p,.article-card p,.contact-proof-row span,.contact-direct-links a,.site-footer p,.site-footer a{font-size:18px;font-weight:500;line-height:1.3;letter-spacing:-.04em}.article-card p,.article-detail p,.page-lede{font-size:17px;font-weight:500;line-height:1.4}.project-grid{gap:6px;margin-top:clamp(64px,8vw,118px)}.project-card{grid-template-rows:auto 1fr;gap:6px;border-radius:var(--radius-card);box-shadow:var(--card-shadow);transition:none}.project-image,.project-hero{aspect-ratio:1.22;min-height:0;border-radius:var(--radius-card);transform:none;filter:none;transition:none}.project-image:before,.project-hero:before{top:-12px;right:-12px;bottom:-12px;left:-12px;filter:saturate(.85) contrast(1.08) blur(0);transform:none;transition:filter .45s var(--ease-hover)}.project-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#00000026;transition:background .45s var(--ease-hover)}.project-card:hover,.venture-card:hover,.article-card:hover,.media-card:hover{transform:none;box-shadow:var(--card-shadow)}.lead-card{transition:box-shadow .45s var(--ease-hover)}.lead-card:hover{transform:none}.venture-card,.article-card{transition:background .45s var(--ease-hover),color .45s var(--ease-hover)}.project-card:hover .project-image{transform:none;filter:none}.project-card:hover .project-image:before{transform:none;filter:none}.project-card{transition:opacity .45s var(--ease-hover),transform .45s var(--ease)}@media(hover:hover)and (pointer:fine){.project-grid:hover .project-card:not(:hover),.project-venture-grid:hover .project-card:not(:hover){opacity:1}}.card-head{grid-template-columns:auto auto 1fr;min-height:64px;margin:0;padding:0 22px;border-radius:var(--radius-card);box-shadow:#000 0 0 0 1px inset}.project-card>.project-image{margin:0}.card-head strong{font-size:18px;font-weight:600;letter-spacing:-.04em}.card-head>span{margin-left:10px}.card-head i{display:inline-flex;justify-self:end;gap:5px;margin-left:0}.card-head i span{width:7px;height:7px;border-radius:50%;background:#c8c8c8;transition:background .25s var(--ease-hover)}.project-card:hover .card-head i span:nth-child(1),.project-card:hover .card-head i span:nth-child(2),.project-card:hover .card-head i span:nth-child(3){background:#c8c8c8}.project-venture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:6px}.venture-card,.article-card,.process-card,.experience-card,.team-card,.results-metrics>div{border-radius:var(--radius-md);box-shadow:var(--card-shadow)}.venture-card,.article-card{min-height:260px;padding:28px}.venture-card strong,.article-card strong,.process-card strong,.experience-card strong,.team-card strong{font-size:18px;font-weight:600;line-height:1.1;letter-spacing:-.04em}.services-panel,.private-access{border-radius:var(--radius-lg);background:var(--dark)}.services-heading{position:relative;margin:80px 0 70px}.services-heading h2{margin:0;text-align:center}.services-heading>span{position:absolute;top:12px;right:0;color:#ffffffb3;font-size:12px;font-weight:500}.service-row{border-radius:var(--radius-md)}.service-thumb{border-radius:var(--radius-thumb)}.service-main em,.private-copy p,.private-row span,.showreel-frame p{color:#ffffffb3}.menu-overlay{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.hero-media,.contact-panel,.services-panel,.private-access,.showreel-frame{border-radius:var(--radius-lg)}.project-card,.project-image,.project-hero,.card-head{border-radius:var(--radius-card)}.quote-card,.venture-card,.article-card,.process-card,.experience-card,.team-card,.results-metrics>div,.faq-item,.detail-grid>div,.media-card,.private-panel,.private-row,.contact-card-form,.lead-card,.logo-tile{border-radius:var(--radius-md)}.service-thumb,.experience-portrait,.team-portrait,.results-person,.portrait,.contact-card-form input,.contact-card-form textarea,.contact-card-form select{border-radius:var(--radius-thumb)}.stars{color:var(--dark)}.showreel-frame{min-height:min(78vw,980px);border-radius:var(--radius-lg);background:var(--dark)}.showreel-frame:before{display:none}.showreel-frame video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1)}.showreel-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#00000080);pointer-events:none}.showreel-frame button,.showreel-frame p{z-index:1}.experience-card{align-content:start;min-height:440px}.experience-portrait{min-height:230px;margin:-6px -6px 4px;border-radius:var(--radius-thumb);background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a59ddb41097b81195b2b1e1.webp) 50% 26% / cover;filter:grayscale(1)}.experience-portrait-2{background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1097b81195d66f58.webp) center / cover}.experience-portrait-3{background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a5a47cb1a0f0480501570be.webp) center / cover}.private-access{padding:clamp(80px,9vw,150px) var(--pad)}.private-toggle button{display:grid;min-height:48px;place-items:center;border:0;border-radius:14px;background:#ffffff14;color:#ffffffb3;cursor:pointer;transition:background .35s var(--ease-hover),color .35s var(--ease-hover)}.private-toggle button.is-active{background:#f5f5f5;color:var(--dark)}.private-rows{display:grid;gap:4px}.faq-item{border-radius:var(--radius-md)}.faq-item em{display:block;margin:0;overflow:hidden}.contact-panel:before{filter:grayscale(1)}.site-footer{gap:clamp(80px,10vw,150px);padding:clamp(180px,13vw,200px) var(--pad) 100px;background:var(--bg)}.footer-newsletter{grid-template-columns:minmax(0,1fr) minmax(340px,520px)}.site-footer .footer-newsletter h2{max-width:720px;margin-bottom:58px;font-size:32px;font-weight:600;line-height:1.1;letter-spacing:-.04em}.footer-person{display:grid;grid-template-columns:74px 1fr;gap:14px;align-items:center;width:min(100%,330px);margin-top:54px}.footer-person .portrait{width:74px;aspect-ratio:1;background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a59ddb41097b81195b2b1e1.webp) center 24% / cover}.footer-person>span:last-child{display:grid;gap:3px}.footer-person strong{font-size:18px;font-weight:600}.footer-person small{color:var(--muted);font-size:12px}.footer-map{grid-template-columns:minmax(0,1fr) minmax(380px,560px)}.footer-brand{gap:12px;line-height:.9}.footer-brand span{line-height:1}.footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:44px}.footer-socials{display:grid;align-content:start;gap:10px}.footer-socials>span{margin-bottom:8px;color:var(--muted);font-size:12px}.footer-links a,.footer-socials a{font-size:16px;font-weight:500}::view-transition-old(root){animation:view-exit .55s var(--ease-word) both}::view-transition-new(root){animation:view-enter .55s var(--ease-word) .55s both}@keyframes view-exit{0%{opacity:1;transform:translateY(0)}to{opacity:.1;transform:translateY(-30%)}}@keyframes view-enter{0%{opacity:0}to{opacity:1}}.motion-word{display:inline-block;white-space:nowrap}.paragraph-word{display:inline-block;will-change:opacity}.motion-char{display:inline-block;will-change:filter,opacity;backface-visibility:hidden}.hero-video{transform-origin:50% 50%;animation:hero-camera-drift 20s var(--ease-camera) infinite alternate;will-change:transform}@keyframes hero-camera-drift{0%{transform:scale(1.035)}to{transform:scale(1.085)}}@media(max-width:1199px){.top-nav{grid-template-columns:1fr 58px}.top-nav .nav-link{display:none}.menu-overlay{min-height:min(745px,calc(100dvh - var(--header)))}.hero-title span{font-size:136px}.hero-title strong{margin-left:136px;font-size:44px}.hero-services{top:28%}.big-heading-row h2,.split-heading h2,.services-panel h2,.approach-section h2,.page-hero h1,.route-projects .page-hero h1{font-size:96px}.project-venture-grid,.process-grid,.experience-grid,.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-newsletter,.footer-map{grid-template-columns:1fr}}@media(max-width:809px){.menu-overlay{min-height:min(625px,calc(100dvh - var(--header)))}.hero{padding-inline:0}.hero-media{min-height:760px}.hero-title{top:9%;left:16px;right:16px}.hero-title span{font-size:96px}.hero-title strong{margin-left:54px;font-size:30px}.hero-services{top:29%;right:16px;font-size:14px}.hero-copy{left:16px;right:16px;bottom:196px;font-size:18px}.hero-year{left:16px;bottom:170px}.lead-card{right:16px;bottom:20px}.plus-a{left:16px;top:48%}.plus-b{left:34%;top:48%}.plus-c{left:66%;top:48%}.plus-d{right:16px;top:48%}.big-heading-row,.split-heading{grid-template-columns:1fr}.big-heading-row h2,.split-heading h2,.services-panel h2,.approach-section h2,.page-hero h1,.route-projects .page-hero h1{font-size:64px;line-height:.96}.big-heading-row p{margin-top:10px}.project-image,.project-hero{aspect-ratio:1.13}.project-venture-grid,.process-grid,.experience-grid,.team-grid{grid-template-columns:1fr}.venture-card,.article-card{min-height:220px}.showreel-frame{min-height:620px}.experience-card{min-height:420px}.footer-columns{grid-template-columns:1fr 1fr}.footer-brand{font-size:58px!important}}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root),.hero-video{animation:none!important}}.results-section{grid-template-columns:minmax(220px,300px) minmax(0,1fr) minmax(280px,420px);grid-template-rows:auto 1fr;grid-template-areas:"kicker copy copy" "person metrics metrics";align-items:start;min-height:1050px}.results-kicker{grid-area:kicker}.results-copy{grid-area:copy;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:30px var(--pad)}.results-copy h2{grid-column:1 / -1;max-width:1040px;margin:0;font-size:clamp(54px,5.2vw,78px);line-height:.98}.results-copy p{grid-column:2;margin-top:0}.results-person{grid-area:person;align-self:end;width:min(100%,340px);aspect-ratio:1 / 1.12;border-radius:var(--radius-thumb);background:url(https://assets.cdn.filesafe.space/YtZhACPuZC8lQs6NT4Ux/media/6a59ddb41097b81195b2b1e1.webp) 50% 24% / cover;filter:grayscale(1)}.results-metrics{grid-area:metrics;grid-template-columns:repeat(2,minmax(0,1fr));align-self:end}.results-metrics>div{min-height:180px}.services-panel{display:grid;grid-template-rows:auto auto 1fr;min-height:1350px}.services-panel .service-list{align-self:end}.process-section{display:grid;grid-template-rows:auto 1fr;min-height:1050px}.process-section .process-grid{align-self:end}.experience-section{display:grid;grid-template-rows:auto 1fr auto;min-height:1750px}.experience-section .experience-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-self:center;margin-top:80px}.experience-intro-card{background:var(--dark);color:#fff}.experience-intro-card>span,.experience-intro-card>p{color:#ffffffb3}.private-access{min-height:1400px}.team-section{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.4fr);gap:clamp(44px,7vw,110px);align-items:center;margin:clamp(64px,9vw,150px) var(--pad);padding:clamp(52px,6vw,92px);border-radius:var(--radius-md);background:#fff}.team-section .split-heading{grid-template-columns:1fr;align-content:center}.team-section .split-heading h2{font-size:clamp(54px,5.2vw,78px);line-height:.98}.team-section .team-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;margin-top:0}.team-section .team-card{min-height:500px;padding:6px;box-shadow:none}.team-section .team-portrait{min-height:340px}.faq-section{align-items:center;min-height:900px}.insights-section{min-height:900px}@media(max-width:1199px){.results-section{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"kicker" "copy" "person" "metrics";min-height:0}.results-copy{grid-template-columns:1fr}.results-copy h2,.results-copy p{grid-column:1}.results-person,.results-metrics{margin-top:48px}.services-panel{min-height:1100px}.process-section{min-height:900px}.experience-section{min-height:1250px}.experience-section .experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.private-access{min-height:1000px}.team-section{grid-template-columns:1fr}.team-section .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:809px){.results-section,.services-panel,.process-section,.experience-section,.private-access,.faq-section,.insights-section{min-height:0}.results-copy h2{font-size:42px}.results-metrics,.experience-section .experience-grid{grid-template-columns:1fr}.services-heading{margin:54px 0 44px}.services-heading>span{top:4px}.experience-section .experience-grid{margin-top:48px}.team-section{margin-inline:0;padding:48px 16px}.team-section .team-grid{grid-template-columns:1fr}}.not-found-page{padding:clamp(80px,16vw,220px) var(--pad) clamp(80px,14vw,200px);max-width:900px;display:grid;gap:24px}.not-found-title{margin:0;font-size:clamp(64px,10vw,148px);font-weight:600;line-height:.96;letter-spacing:-.06em;color:#0a0a0a}.not-found-page p{max-width:560px;font-size:clamp(18px,1.6vw,22px);font-weight:500;line-height:1.3;letter-spacing:-.04em;color:var(--muted)}.not-found-home{justify-self:start;font-size:16px;font-weight:600;letter-spacing:-.04em;text-decoration:underline;text-underline-offset:4px}.clients-section{padding:clamp(56px,8vw,116px) var(--pad) clamp(36px,5vw,72px)}.clients-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:clamp(28px,4vw,52px)}.clients-note{font-size:15px;font-weight:500;letter-spacing:-.04em;color:var(--muted)}.clients-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.client-card{display:grid;place-items:center;aspect-ratio:16 / 10;background:#fff;border:1px solid rgba(10,10,10,.07);border-radius:var(--radius-card);color:#0a0a0a}.client-card svg{width:clamp(38px,3.4vw,52px);height:auto}@media(max-width:1199px){.clients-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.clients-grid{grid-template-columns:repeat(2,1fr)}}.menu-overlay .menu-links a{overflow:hidden}.menu-swap{display:block;overflow:hidden;height:1.2em}.menu-swap>span{display:block;height:1.2em;transition:transform .42s var(--ease)}.menu-overlay .menu-links a:hover .menu-swap>span,.menu-overlay .menu-links a:focus-visible .menu-swap>span{transform:translateY(-100%)}html[data-menu=open],html[data-menu=open] body{overflow:hidden}:root{--ease-panel-motion: cubic-bezier(.82, .11, .37, .82);--cta-roll-ease: linear(0 0%, .0331 2.5641025641025643%, .1166 5.128205128205128%, .2303 7.692307692307692%, .3581 10.256410256410255%, .4877 12.82051282051282%, .6106 15.384615384615383%, .721 17.94871794871795%, .8159 20.51282051282051%, .8939 23.076923076923077%, .9552 25.641025641025642%, 1.0009 28.205128205128208%, 1.033 30.769230769230774%, 1.0534 33.333333333333336%, 1.0644 35.8974358974359%, 1.068 38.46153846153846%, 1.0664 41.02564102564102%, 1.061 43.589743589743584%, 1.0535 46.153846153846146%, 1.0449 48.71794871794871%, 1.036 51.28205128205127%, 1.0276 53.84615384615383%, 1.0199 56.410256410256395%, 1.0133 58.97435897435896%, 1.0079 61.53846153846152%, 1.0035 64.10256410256409%, 1.0003 66.66666666666666%, .998 69.23076923076923%, .9965 71.7948717948718%, .9957 74.35897435897436%, .9954 76.92307692307693%, .9955 79.4871794871795%, .9958 82.05128205128207%, .9963 84.61538461538463%, .9969 87.17948717948718%, .9975 89.74358974358975%, .998 92.30769230769232%, .9986 94.87179487179488%, .999 97.43589743589743%, 1 100%)}.site-header{position:fixed;inset:0 0 auto;z-index:9;height:var(--header);overflow:hidden;background:#f5f5f5;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);border-bottom:0 solid transparent;transform:none;transition:none}.site-main{padding-top:var(--header)}.nav-link:hover,.brand-link:hover{text-decoration:none}.hero-video{animation:none!important;transform:none}.clients-grid{gap:4px}@media(min-width:1200px){.clients-grid{margin-inline:36px}}.project-grid{gap:4px}.project-card{gap:4px;box-shadow:none}.card-head{min-height:58px;box-shadow:none}.card-head i span{width:8px;height:8px;background:#e7e7e7}.project-image{overflow:hidden;transform:none;filter:none;will-change:transform}.project-image:before{z-index:0;top:4px;right:4px;bottom:4px;left:4px;border-radius:16px;transform:scale(1);filter:saturate(.85) contrast(1.08) blur(0);transition:transform .45s var(--ease-panel-motion),filter .45s var(--ease-panel-motion);will-change:transform,filter}.project-image:after{z-index:1;background:#0a0a0a;opacity:.15;transition:opacity .45s var(--ease-panel-motion)}.project-image>span{position:relative;z-index:2;display:inline-block;transform:scale(1);transition:transform .45s var(--ease-panel-motion);will-change:transform}@media(hover:hover)and (pointer:fine){.project-grid:hover .project-card:not(:hover),.project-venture-grid:hover .project-card:not(:hover){opacity:1}.project-card:hover .project-image,.project-card:focus-visible .project-image{transform:none;filter:none}.project-card:hover .project-image:before,.project-card:focus-visible .project-image:before{transform:scale(1.13);filter:saturate(.85) contrast(1.08) blur(7px)}.project-card:hover .project-image:after,.project-card:focus-visible .project-image:after{opacity:.2}.project-card:hover .project-image>span,.project-card:focus-visible .project-image>span{transform:scale(.8)}.project-card:hover .card-head i span:nth-child(1),.project-card:focus-visible .card-head i span:nth-child(1){background:#fd5f59}.project-card:hover .card-head i span:nth-child(2),.project-card:focus-visible .card-head i span:nth-child(2){background:#ffbb2c}.project-card:hover .card-head i span:nth-child(3),.project-card:focus-visible .card-head i span:nth-child(3){background:#25c93d}}.quote-card a,.pill-cta,.wide-cta,.form-submit,.private-panel a,.small-link,.lead-card em{transition:background-color .2s cubic-bezier(.44,0,.56,1),opacity .2s linear,color .2s cubic-bezier(.44,0,.56,1)}.btn-label{height:20px;line-height:20px}.btn-label-row{height:20px;transform:translateY(0);transition:transform .4s var(--cta-roll-ease),opacity .4s var(--cta-roll-ease)}.btn-label-row+.btn-label-row{top:20px}@media(hover:hover)and (pointer:fine){.quote-card a:hover,.pill-cta:hover,.wide-cta:hover,.form-submit:hover,.private-panel a:hover,.small-link:hover,.lead-card:hover em{background:#040404}.quote-card a:hover .btn-label-row,.quote-card a:focus-visible .btn-label-row,.pill-cta:hover .btn-label-row,.pill-cta:focus-visible .btn-label-row,.wide-cta:hover .btn-label-row,.wide-cta:focus-visible .btn-label-row,.form-submit:hover .btn-label-row,.form-submit:focus-visible .btn-label-row,.lead-card:hover .btn-label-row,.lead-card:focus-visible .btn-label-row,.private-panel a:hover .btn-label-row,.private-panel a:focus-visible .btn-label-row,.small-link:hover .btn-label-row,.small-link:focus-visible .btn-label-row{transform:translateY(-20px)}.quote-card a:hover .btn-label-row:first-child,.quote-card a:focus-visible .btn-label-row:first-child,.pill-cta:hover .btn-label-row:first-child,.pill-cta:focus-visible .btn-label-row:first-child,.wide-cta:hover .btn-label-row:first-child,.wide-cta:focus-visible .btn-label-row:first-child,.form-submit:hover .btn-label-row:first-child,.form-submit:focus-visible .btn-label-row:first-child,.lead-card:hover .btn-label-row:first-child,.lead-card:focus-visible .btn-label-row:first-child,.private-panel a:hover .btn-label-row:first-child,.private-panel a:focus-visible .btn-label-row:first-child,.small-link:hover .btn-label-row:first-child,.small-link:focus-visible .btn-label-row:first-child{opacity:0}.quote-card a:hover .btn-label-row+.btn-label-row,.quote-card a:focus-visible .btn-label-row+.btn-label-row,.pill-cta:hover .btn-label-row+.btn-label-row,.pill-cta:focus-visible .btn-label-row+.btn-label-row,.wide-cta:hover .btn-label-row+.btn-label-row,.wide-cta:focus-visible .btn-label-row+.btn-label-row,.form-submit:hover .btn-label-row+.btn-label-row,.form-submit:focus-visible .btn-label-row+.btn-label-row,.lead-card:hover .btn-label-row+.btn-label-row,.lead-card:focus-visible .btn-label-row+.btn-label-row,.private-panel a:hover .btn-label-row+.btn-label-row,.private-panel a:focus-visible .btn-label-row+.btn-label-row,.small-link:hover .btn-label-row+.btn-label-row,.small-link:focus-visible .btn-label-row+.btn-label-row{opacity:1}}.service-row{transition:background .3s var(--ease-panel-motion),min-height .3s var(--ease-panel-motion),grid-template-columns .3s var(--ease-panel-motion)}.service-row:hover{background:#ffffff05}.service-row.is-active,.service-row.is-active:hover{min-height:259px;background:#ffffff17}.service-row .service-thumb,.service-row .chip-wrap,.service-row .service-main em{transition:opacity .3s var(--ease-panel-motion),max-height .3s var(--ease-panel-motion)}.row-toggle,.faq-item i{transition:transform .3s var(--ease-panel-motion)}.service-row.is-active .row-toggle,.faq-item.is-active i{transform:rotate(180deg)}.faq-item{overflow:hidden;transition:min-height .3s var(--ease-panel-motion),background .3s var(--ease-panel-motion)}.faq-item em{display:block}@media(prefers-reduced-motion:reduce){.project-image:before,.project-image:after,.project-image>span,.btn-label-row,.service-row,.service-row .service-thumb,.service-row .chip-wrap,.service-row .service-main em,.row-toggle,.faq-item,.faq-item i{transition-duration:.001ms!important}}:root{--pad: 36px}.top-nav{padding-left:36px;padding-right:36px}.menu-button{width:59px;min-width:59px;height:44px;min-height:44px;padding:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.menu-button span{width:59px;height:2px;margin:0!important}.menu-button.is-open span:first-child{transform:translateY(6px) rotate(18deg)}.menu-button.is-open span:last-child{transform:translateY(-6px) rotate(-18deg)}.site-footer{gap:80px;padding:200px 36px 100px}:where(a[href],button,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--dark);outline-offset:4px}:where(.brand-link,.nav-link,.menu-button,.menu-links a,.project-card,.venture-card,.article-card,.lead-card,.pill-cta,.wide-cta,.small-link,.form-submit,.private-panel a,.private-toggle button,.service-row,.faq-item,.footer-brand,.footer-links a,.footer-socials a,.contact-links a,.contact-direct-links a,.not-found-home):focus-visible{border-radius:6px}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form select:focus-visible,.contact-card-form input:focus-visible,.contact-card-form textarea:focus-visible,.contact-card-form select:focus-visible,.newsletter-form input:focus-visible{outline-offset:3px}@media(min-width:810px)and (max-width:1199.98px){:root{--pad: 30px}.top-nav{grid-template-columns:1fr 59px;padding-left:32px;padding-right:32px}.menu-overlay{left:0;right:0;min-height:min(764px,calc(100dvh - var(--header)))}.hero-copy{font-size:19px;line-height:1.2}.clients-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell{padding-top:30px;padding-right:30px;padding-left:30px}.page-hero{min-height:283.28px;gap:70px}.page-hero h1{font-size:118px;line-height:.96;letter-spacing:-.06em}.route-projects .page-hero{min-height:264.6px}.route-projects .page-hero h1{font-size:99px;line-height:.92;letter-spacing:-.06em}.studio-intro,.project-detail{margin-top:120px}.contact-layout{grid-template-columns:410px 330px;gap:10px;margin-top:120px}.contact-layout>div:first-child{padding-right:80px}.contact-form{justify-self:end;width:330px}.site-footer{gap:70px;padding:140px 30px 100px}.footer-newsletter{grid-template-columns:373px 373px;gap:4px}}@media(max-width:809.98px){:root{--pad: 20px}.top-nav{grid-template-columns:1fr 59px;padding-left:20px;padding-right:20px}.menu-overlay{left:0;right:0;min-height:min(625px,calc(100dvh - var(--header)))}.hero-title,.hero-services{left:20px;right:20px}.hero-copy{left:20px;right:20px;font-size:18px;line-height:1.2}.hero-year,.lead-card{left:20px;right:20px}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-grid{grid-template-columns:1fr}.page-shell{padding-top:20px;padding-right:20px;padding-left:20px}.page-hero{min-height:121.44px;gap:36px}.page-hero h1{font-size:64px;line-height:.96;letter-spacing:-.06em}.route-projects .page-hero{min-height:120.41px}.route-projects .page-hero h1{font-size:62px;line-height:.92;letter-spacing:-.06em}.studio-intro,.contact-layout,.project-detail{grid-template-columns:1fr;gap:50px;margin-top:50px}.contact-form{width:100%}.site-footer{gap:40px;padding:50px 20px}.footer-newsletter{gap:40px;grid-template-columns:1fr}}@media(hover:hover)and (pointer:fine){.project-card:hover .project-image:before{transform:scale(1.13);filter:saturate(.85) contrast(1.08) blur(7px)}.project-card:hover .project-image:after{opacity:.2}.project-card:hover .project-image>span{transform:scale(.8)}}@media(hover:none),(pointer:coarse){.project-grid:hover .project-card:not(:hover),.project-venture-grid:hover .project-card:not(:hover),.project-card:hover,.venture-card:hover,.article-card:hover,.media-card:hover,.lead-card:hover,.logo-tile:hover{opacity:1;transform:none;filter:none}.project-card:hover .project-image,.project-card:hover .project-image:before,.project-card:hover .project-image:after,.project-card:hover .project-image>span{transform:none;filter:saturate(.85) contrast(1.08) blur(0)}.project-card:hover .project-image:after{opacity:.15}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{animation-delay:0s!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-delay:0s!important;transition-duration:.001ms!important;scroll-behavior:auto!important}::view-transition-old(root),::view-transition-new(root){animation:none!important}.loader,.loader.is-done{opacity:0!important;visibility:hidden!important;transform:none!important;pointer-events:none!important}.loader-riser,.loader-letter,.motion-char,.paragraph-word,.route-frame,[data-motion-section=true],[data-motion-group=true],[data-motion-reveal=load],.hero-video,.project-image,.project-image:before,.project-image:after,.project-image>span,.showreel-frame,.media-card,.service-row,.faq-item,.row-toggle,.btn-label-row{opacity:1!important;transform:none!important;filter:none!important}.project-image:after{opacity:.15!important}.btn-label-row+.btn-label-row{opacity:0!important}}@keyframes menu-link-stretch{0%{transform:scaleX(1)}46%{transform:translate(-1px) scaleX(.973)}to{transform:scaleX(1)}}@keyframes footer-link-stretch{0%{transform:scaleX(1)}48%{transform:translate(-1px) scaleX(.982)}to{transform:scaleX(1)}}.menu-overlay .menu-links a{width:-moz-max-content;width:max-content;padding-right:0;transform-origin:0 50%;transition:padding-right .22s cubic-bezier(.44,0,.56,1)}@media(hover:hover)and (pointer:fine){.menu-overlay .menu-links a:hover,.menu-overlay .menu-links a:focus-visible{padding-right:13px;animation:menu-link-stretch .42s var(--cta-roll-ease) both}}.category-line{display:flex;align-items:center;flex-wrap:wrap;gap:22px;min-height:48px;margin-top:80px}.category-line label{display:inline-flex;align-items:center;gap:18px;min-height:48px}.category-line label>span{padding:0;border-radius:0;background:transparent;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:-.04em}.category-line input,.category-line select{height:48px;border:0;border-radius:0;background:transparent;color:var(--ink);font-size:16px;font-weight:500;letter-spacing:-.04em;outline:none}.category-line input{width:min(216px,calc(100vw - 120px))}.category-line select{width:135px;cursor:pointer}.category-line input::-moz-placeholder{color:#0a0a0a73}.category-line input::placeholder{color:#0a0a0a73}.category-line input:focus-visible,.category-line select:focus-visible{outline:2px solid var(--dark);outline-offset:4px}.no-results{display:grid;gap:12px;min-height:260px;align-content:center;margin-top:4px;padding:50px 40px;border-radius:var(--radius-md);background:#fff}.no-results h2{margin:0;font-size:clamp(42px,5vw,78px);font-weight:600;line-height:.96;letter-spacing:-.06em}.no-results p{margin:0;color:var(--muted);font-size:17px;font-weight:500;line-height:1.4;letter-spacing:-.04em}.article-card{grid-template-rows:220px auto auto 1fr;align-content:stretch;min-height:520px;overflow:hidden;padding:0;background:#fff;color:var(--ink);transform:none;transition:background .2s cubic-bezier(.44,0,.56,1),color .2s cubic-bezier(.44,0,.56,1)}.article-card .article-media{position:relative;display:block;min-height:220px;margin:0;overflow:hidden;border-radius:0;background:#0a0a0a;font-size:0;isolation:isolate}.article-card .article-media:before,.project-gallery-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(#0000002e,#00000057),var(--article-image, var(--image)) center / cover;filter:grayscale(1) saturate(.85) contrast(1.08) blur(0);transform:scale(1);transition:transform .45s var(--ease-panel-motion),filter .45s var(--ease-panel-motion);will-change:transform,filter}.article-card .article-media:after,.project-gallery-frame:after,.media-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0a0a0a;opacity:.15;pointer-events:none;transition:opacity .45s var(--ease-panel-motion)}.article-card:nth-child(3n+1) .article-media{--article-image: url(/assets/roman-generated/static/roman-international-creative-technology-editorial-blog-card.webp)}.article-card:nth-child(3n+2) .article-media{--article-image: url(/assets/roman-generated/static/roman-international-ventures-consulting-editorial-blog-card.webp)}.article-card:nth-child(3n+3) .article-media{--article-image: url(/assets/roman-generated/static/roman-international-brand-commerce-editorial-blog-card.webp)}.article-card .article-date,.article-card strong,.article-card p{margin-right:40px;margin-left:40px}.article-card .article-date{margin-top:40px;color:var(--muted);font-size:14px;font-weight:600;letter-spacing:-.04em}.article-card strong{margin-top:16px;font-size:clamp(28px,3vw,46px);line-height:1;letter-spacing:-.06em}.article-card p{margin-top:18px;margin-bottom:40px;max-width:420px;color:var(--muted)}@media(hover:hover)and (pointer:fine){.article-card:hover,.article-card:focus-visible{background:#fff;color:var(--ink);transform:none}.article-card:hover .article-media:before,.article-card:focus-visible .article-media:before,.media-card:hover:before,.media-card:focus-visible:before,.project-gallery-frame:hover:before,.project-gallery-frame:focus-visible:before{transform:scale(1.1);filter:grayscale(1) saturate(.85) contrast(1.08) blur(5px)}.article-card:hover .article-media:after,.article-card:focus-visible .article-media:after,.media-card:hover:after,.media-card:focus-visible:after,.project-gallery-frame:hover:after,.project-gallery-frame:focus-visible:after{opacity:.2}}.media-card{isolation:isolate}.media-card:before{filter:grayscale(1) saturate(.85) contrast(1.08) blur(0);transition:transform .45s var(--ease-panel-motion),filter .45s var(--ease-panel-motion)}.media-card span{z-index:2}.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:4px}.project-gallery-frame{position:relative;min-height:min(42vw,547px);overflow:hidden;border-radius:var(--radius-md);background:#0a0a0a;isolation:isolate}.project-gallery-frame:before{--article-image: var(--image)}.project-gallery-frame.is-alt:before{transform:scale(1.035);background-position:50% 32%}.article-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:80px}.article-nav-card{display:grid;gap:18px;min-height:156px;padding:50px 40px;border-radius:var(--radius-md);background:#fff;color:var(--ink);transition:background .2s cubic-bezier(.44,0,.56,1),color .2s cubic-bezier(.44,0,.56,1)}.article-nav-card:only-child{grid-column:2}.article-nav-card span{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:-.04em;transition:color .2s cubic-bezier(.44,0,.56,1)}.article-nav-card strong{align-self:end;max-width:460px;font-size:clamp(26px,2.6vw,38px);font-weight:600;line-height:1.05;letter-spacing:-.055em}@media(hover:hover)and (pointer:fine){.article-nav-card:hover,.article-nav-card:focus-visible{background:#0a0a0a;color:#fff}.article-nav-card:hover span,.article-nav-card:focus-visible span{color:#ffffffb3}}.field-error{display:block;margin-top:-2px;color:#8f1d1d;font-size:12px;font-weight:600;line-height:1.3;letter-spacing:-.04em}.contact-card-form input[aria-invalid=true],.contact-card-form textarea[aria-invalid=true],.contact-card-form select[aria-invalid=true]{background:#fff;box-shadow:0 0 0 1px #8f1d1d}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true],.contact-form select[aria-invalid=true],.newsletter-form input[aria-invalid=true]{border-color:#8f1d1d}.form-submit.is-loading{background:#040404;cursor:wait}.site-footer{grid-template-columns:1fr;gap:80px;padding:200px 36px 100px}.footer-map{display:grid;grid-template-columns:1fr;gap:clamp(72px,9vw,120px)}.footer-columns{justify-self:end;width:min(100%,682px);grid-template-columns:1fr 1fr;gap:clamp(34px,4vw,72px)}.footer-brand{justify-self:stretch;width:100%;max-width:none;gap:0;font-size:clamp(150px,14.7vw,210px)!important;font-weight:600!important;line-height:.9;letter-spacing:-.06em}.footer-brand span{display:block;margin-left:clamp(150px,18vw,260px);font-size:clamp(42px,4.1vw,58px);line-height:1;letter-spacing:-.06em}.footer-links a,.footer-socials a{position:relative;display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;padding-left:0;overflow:hidden;transform-origin:0 50%;transition:color .2s cubic-bezier(.44,0,.56,1),padding-left .2s cubic-bezier(.44,0,.56,1)}.footer-links a:before,.footer-socials a:before{content:"->";position:absolute;left:0;display:block;width:13px;overflow:hidden;opacity:0;transform:translate(-6px);transition:opacity .2s cubic-bezier(.44,0,.56,1),transform .2s cubic-bezier(.44,0,.56,1)}@media(hover:hover)and (pointer:fine){.footer-links a:hover,.footer-links a:focus-visible,.footer-socials a:hover,.footer-socials a:focus-visible{padding-left:13px;animation:footer-link-stretch .26s var(--cta-roll-ease) both}.footer-links a:hover:before,.footer-links a:focus-visible:before,.footer-socials a:hover:before,.footer-socials a:focus-visible:before{opacity:1;transform:translate(0)}}.legal-line{padding-top:28px;border-top:1px solid var(--line)}@media(min-width:810px)and (max-width:1199.98px){.footer-columns{justify-self:stretch;width:100%}.footer-brand{font-size:clamp(118px,17vw,160px)}.footer-brand span{margin-left:clamp(110px,18vw,180px)}}@media(max-width:809.98px){.category-line{align-items:flex-start;gap:12px 18px;margin-top:50px}.category-line label{width:100%;justify-content:space-between}.category-line input{width:min(216px,62vw)}.article-card{grid-template-rows:190px auto auto 1fr;min-height:460px}.article-card .article-media{min-height:190px}.article-card .article-date,.article-card strong,.article-card p{margin-right:28px;margin-left:28px}.project-gallery,.article-nav{grid-template-columns:1fr}.project-gallery-frame{min-height:320px}.article-nav-card:only-child{grid-column:auto}.site-footer{padding:50px 20px}.footer-columns{justify-self:stretch;width:100%;grid-template-columns:1fr 1fr;gap:28px}.footer-brand{font-size:clamp(76px,23vw,118px)!important}.footer-brand span{margin-left:clamp(56px,17vw,110px);font-size:clamp(30px,8.8vw,42px)}}@media(hover:none),(pointer:coarse){.article-card:hover .article-media:before,.media-card:hover:before,.project-gallery-frame:hover:before,.article-card:hover .article-media:after,.media-card:hover:after,.project-gallery-frame:hover:after{transform:none;filter:grayscale(1) saturate(.85) contrast(1.08) blur(0)}.article-card:hover .article-media:after,.media-card:hover:after,.project-gallery-frame:hover:after{opacity:.15}}@media(prefers-reduced-motion:reduce){.menu-overlay .menu-links a,.footer-links a,.footer-socials a{animation:none!important;padding-left:0!important;padding-right:0!important}.article-media:before,.article-media:after,.media-card:before,.media-card:after,.project-gallery-frame:before,.project-gallery-frame:after{transition-duration:.001ms!important;transform:none!important;filter:grayscale(1) saturate(.85) contrast(1.08) blur(0)!important}}:root{color-scheme:normal;background:#121212}::selection{background-color:#383838;color:#fff}::-moz-selection{background-color:#383838;color:#fff}html,body{background:#121212}.site-main,.route-frame,.page-shell,.site-footer{background:#f5f5f5}.newsletter-form input:not([type=hidden]),.category-line input{border:0;border-radius:10px;background:#f5f5f5;color:#0a0a0a}.newsletter-form input:not([type=hidden]){min-height:48px;padding:0 16px}.category-line input{padding:0 16px}.newsletter-form input:not([type=hidden])::-moz-placeholder,.category-line input::-moz-placeholder{color:#999;opacity:1}.newsletter-form input:not([type=hidden])::placeholder,.category-line input::placeholder{color:#999;opacity:1}.newsletter-form input:not([type=hidden]):focus{background:#f5f5f5}.contact-card-form input:not([type=hidden]),.contact-card-form textarea,.contact-card-form select,.newsletter-form input:not([type=hidden]),.category-line input{border-radius:10px;background:#f5f5f5;color:#0a0a0a}.contact-card-form input:not([type=hidden])::-moz-placeholder,.contact-card-form textarea::-moz-placeholder,.newsletter-form input:not([type=hidden])::-moz-placeholder,.category-line input::-moz-placeholder{color:#999;opacity:1}.contact-card-form input:not([type=hidden])::placeholder,.contact-card-form textarea::placeholder,.newsletter-form input:not([type=hidden])::placeholder,.category-line input::placeholder{color:#999;opacity:1}@media print{@page{margin:.6in}html,body{width:auto!important;min-width:0!important;overflow:visible!important;background:#fff!important;color:#000!important}body{font-size:11pt;line-height:1.35}.loader,.site-header,.menu-overlay,.hero-video,.hero-plus,.hero-media:before,.hero-media:after,.project-image:before,.project-image:after,.project-hero:before,.article-media:before,.article-media:after,.media-card:before,.media-card:after,.project-gallery-frame:before,.project-gallery-frame:after,.contact-panel:before,.showreel-frame video{display:none!important}.site-main,.route-frame,.hero,.page-shell,.logo-section,.clients-section,.projects-section,.results-section,.services-panel,.process-section,.media-proof,.experience-section,.private-access,.team-section,.faq-section,.insights-section,.contact-showcase,.site-footer{margin:0 0 24pt!important;padding:0!important;min-height:0!important;background:transparent!important;color:#000!important;border-radius:0!important;box-shadow:none!important}.hero-media,.project-image,.project-hero,.article-media,.project-gallery-frame,.media-card,.showreel-frame,.contact-panel,.portrait,.results-person,.team-portrait,.experience-portrait{min-height:0!important;aspect-ratio:auto!important;background:transparent!important;color:#000!important;border:1px solid #000!important;filter:none!important}.hero-title,.hero-copy,.hero-year,.page-hero,.contact-layout,.legal-copy,.footer-newsletter,.footer-map{position:static!important;display:block!important;transform:none!important}.page-hero h1,.hero-title span,.hero-title strong,.site-footer h2,.legal-copy h2{color:#000!important;font-size:28pt!important;line-height:1.05!important;letter-spacing:0!important}p,li,.legal-copy p,.contact-layout>div>p,.contact-form label,.contact-form input,.contact-form textarea,.contact-form select,.newsletter-form input{color:#000!important;font-size:11pt!important;letter-spacing:0!important}a{color:#000!important;text-decoration:underline!important}.contact-form input,.contact-form textarea,.contact-form select,.newsletter-form input{border:1px solid #000!important;padding:6pt!important}}@media(forced-colors:active){:root{--bg: Canvas;--ink: CanvasText;--muted: CanvasText;--soft: Canvas;--line: CanvasText;--dark: CanvasText;--dark-2: Canvas;--light-ink: CanvasText}html,body,.site-header,.menu-overlay,.card-head,.client-card,.quote-card,.venture-card,.article-card,.process-card,.experience-card,.team-card,.results-metrics>div,.faq-item,.detail-grid>div,.private-panel,.private-row,.contact-card-form,.contact-form,.site-footer,.footer-newsletter,.services-panel,.private-access,.contact-panel{forced-color-adjust:auto;background:Canvas!important;color:CanvasText!important;border-color:CanvasText!important;box-shadow:none!important}.hero-media,.project-image,.project-hero,.article-media,.project-gallery-frame,.media-card,.showreel-frame,.portrait,.results-person,.team-portrait,.experience-portrait{background:Canvas!important;color:CanvasText!important;border:1px solid CanvasText!important;filter:none!important}.hero-video,.hero-media:before,.hero-media:after,.project-image:before,.project-image:after,.project-hero:before,.article-media:before,.article-media:after,.media-card:before,.media-card:after,.project-gallery-frame:before,.project-gallery-frame:after,.contact-panel:before,.showreel-frame video{display:none!important}a{color:LinkText!important}button,.form-submit,.pill-cta,.wide-cta,.small-link,.private-panel a,input,select,textarea{border:1px solid ButtonText!important;background:Canvas!important;color:ButtonText!important}input,select,textarea{background:Field!important;color:FieldText!important}:where(a[href],button,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid Highlight!important;outline-offset:4px!important}.section-kicker span,.card-head i span,.row-toggle,.faq-item i{border:1px solid CanvasText!important;background:Canvas!important;color:CanvasText!important}}
