:root{color-scheme:dark;--ink:#101012;--surface:#18191a;--paper:#f6f2e6;--muted:#b9b8af;--line:#44443f;--accent:#d5e76b;--gutter:4.8vw;--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--line) var(--ink);scroll-padding-top:35px}body{margin:0;background:var(--ink);color:var(--paper);font-family:Manrope,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit;cursor:pointer}button,a,input,textarea{touch-action:manipulation}button{border:0;background:none}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:5px}input,textarea{caret-color:var(--accent)}img{max-width:100%;display:block}svg{width:24px;height:24px;flex-shrink:0}figure,p,h1,h2,h3,h4{margin:0}h1,h2,h3,h4{font-weight:500}h1,h2{letter-spacing:-.04em;line-height:1.04}h2{font-size:clamp(38px,4.65vw,80px)}h3{font-size:clamp(23px,2.1vw,35px);letter-spacing:-.025em;line-height:1.2}p{max-width:70ch}[hidden]{display:none!important}.shell{width:calc(100% - var(--gutter)*2);margin-inline:auto}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:var(--accent);color:var(--ink);padding:12px 20px}.skip:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.text-link{display:inline-flex;gap:10px;align-items:center;border-bottom:1px solid currentColor;padding-bottom:3px;line-height:1.4}.text-link:hover{color:var(--accent)}.text-link svg{width:20px;height:20px;transition:transform .3s var(--ease)}.text-link:hover svg{transform:translate(2px,-2px)}
.site-header{position:absolute;z-index:5;top:22px;left:0;right:0;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:25px}.brand{font-size:40px;letter-spacing:-.04em;line-height:1;font-weight:700;width:max-content}.site-header nav{display:flex;justify-content:center;gap:40px;font-size:18px;align-items:center}.site-header nav a{padding:9px 0;position:relative}.site-header nav a[aria-current=page]:after{content:'';position:absolute;bottom:0;height:1px;background:var(--accent);left:0;right:0}.site-header nav a:hover{color:var(--accent)}.header-end{display:flex;gap:30px;align-items:center;justify-content:end}.language{font-size:12px;color:var(--muted);padding:12px 0;min-width:35px;min-height:44px}.talk{display:flex;align-items:center;font-size:18px;gap:5px}.talk:hover{color:var(--accent)}
.showcase{position:relative;min-height:760px;height:100svh;display:flex;flex-direction:column;isolation:isolate;overflow:hidden;background:#101012}.world{position:absolute;z-index:-1;inset:0;overflow:hidden;background:#101012}.world-image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:0;transition:opacity 900ms var(--ease);animation:world-drift 24s ease-in-out infinite alternate;will-change:transform}.world-image.active{opacity:1}.world-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,12,.28) 0%,rgba(10,10,12,.13) 45%,transparent 70%),linear-gradient(0deg,#101012 0%,rgba(16,16,18,.86) 12%,transparent 40%)}@keyframes world-drift{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.075) translate3d(-.7%,-.5%,0)}}.motion-paused .world-image,.showcase.is-offscreen .world-image{animation-play-state:paused}.hero-main{display:grid;grid-template-columns:54% 46%;align-items:center;flex:1;padding-top:110px;padding-bottom:65px;min-height:0}.hero-copy{position:relative;z-index:2;padding-bottom:10px}.hero-copy h1{font-size:clamp(85px,8.15vw,175px);line-height:.95;font-weight:500;letter-spacing:-.04em}.hero-copy p{font-size:clamp(17px,1.5vw,27px);line-height:1.5;margin-top:34px;white-space:nowrap}.hero-copy .text-link{font-size:clamp(17px,1.45vw,26px);margin-top:20px}.showcase-figure{width:100%;padding-left:0;margin-top:55px;position:relative}.devices{position:relative;width:100%;padding-bottom:8%;perspective:1400px}.device-tablet{position:relative;width:91%;border:7px solid #08090a;border-radius:23px;background:#08090a;box-shadow:0 0 0 1.5px #666761,0 20px 50px #0006;overflow:hidden;aspect-ratio:1.48}.device-tablet img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:15px}.device-phone{position:absolute;right:2%;bottom:0;width:24%;aspect-ratio:.485;background:#101111;border:5px solid #08090a;border-radius:26px;box-shadow:0 0 0 1.5px #686965,0 18px 30px #0006;overflow:hidden;padding-top:12px}.device-phone img{width:100%;height:100%;object-fit:cover;object-position:top}.phone-camera{position:absolute;z-index:1;top:0;left:24%;width:52%;height:10px;border-radius:0 0 10px 10px;background:#08090a}.single-device .device-tablet{width:100%}.single-device{padding-bottom:0}.showcase-figure figcaption{padding-top:19px;display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;font-size:14px;color:var(--muted)}.showcase-figure figcaption a{display:flex;gap:8px;align-items:center}.showcase-figure figcaption a:hover{color:var(--paper)}.showcase-figure figcaption svg{height:15px;width:15px}.showcase-figure figcaption>span{font-size:11px}.hero-bottom{position:relative;z-index:3;flex-shrink:0}.project-rail{display:grid;grid-template-columns:1.65fr 1fr 1.1fr 1.2fr 1.1fr 1.05fr;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-rail>button,.project-rail>a{text-align:left;position:relative;padding:12px 16px 11px 0;display:flex;flex-direction:column;gap:14px;min-width:0}.project-rail>button:before{content:'';position:absolute;top:-1px;left:0;width:calc(100% - 32px);height:1px;background:transparent}.project-rail>button[aria-pressed=true]{color:var(--accent)}.project-rail>button[aria-pressed=true]:before{background:var(--accent)}.rail-name{font-size:clamp(18px,2vw,36px);line-height:1.3;letter-spacing:-.035em;white-space:nowrap;display:flex;align-items:center;gap:8px}.rail-type{font-size:clamp(11px,1.02vw,18px);color:var(--muted);line-height:1.5}.project-rail>button[aria-pressed=true] .rail-type{color:var(--accent)}.rail-name:after{content:'';position:absolute;top:59%;left:0;right:0;height:1px;background:var(--line)}.project-rail>button[aria-pressed=true] .rail-name:after{background:linear-gradient(90deg,var(--accent) 0%,var(--accent) 60%,var(--line) 60%)}.rail-all:hover{color:var(--accent)}.hero-footer{display:flex;justify-content:center;position:relative;align-items:center;padding:12px 0 13px;color:var(--muted);font-size:12px;min-height:47px}.hero-footer button{position:absolute;right:0;display:flex;align-items:center;gap:9px;padding:10px 0;font-size:11px;color:var(--muted)}.pause-icon{width:7px;height:9px;border-left:2px solid currentColor;border-right:2px solid currentColor}.hero-footer button[aria-pressed=true] .pause-icon{height:9px;border-right:0;border-left:7px solid currentColor;clip-path:polygon(0 0,100% 50%,0 100%)}
.work-section{padding-top:140px;padding-bottom:120px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:60px}.section-heading p{max-width:360px;color:var(--muted);font-size:17px;line-height:1.7}.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:44px;border-bottom:1px solid var(--line)}.filters{display:flex;gap:30px;flex-wrap:wrap}.filters button{padding:14px 0;position:relative;color:var(--muted);font-size:14px;min-height:48px}.filters button[aria-pressed=true]{color:var(--accent)}.filters button[aria-pressed=true]:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent)}#filter-status{font-size:12px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px 36px}.project{min-width:0;scroll-margin-top:30px}.project-stage{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;aspect-ratio:1.44;overflow:hidden;background:#242628;border-radius:2px}.card-world{position:absolute;z-index:-2;width:100%;height:100%;object-fit:cover;filter:brightness(.78);transition:transform 1.2s var(--ease)}.project-stage:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,#10101255,transparent)}.project-stage .devices{width:80%;transform:translateY(5px);transition:transform .75s var(--ease)}.project-stage:hover .card-world{transform:scale(1.055)}.project-stage:hover .devices{transform:translateY(0)}.project-stage .device-tablet{border-width:5px;border-radius:17px}.project-stage .device-tablet img{border-radius:11px}.project-stage .device-phone{border-width:4px;border-radius:20px;padding-top:9px}.project-stage .phone-camera{height:8px}.project-stage .single-device{width:76%}.private-label{position:absolute;left:22px;top:18px;font-size:10px;letter-spacing:.015em;color:var(--paper);background:#101012c7;padding:5px 8px;border-radius:3px}.stage-open{position:absolute;right:20px;bottom:16px;display:flex}.stage-open svg{width:20px;height:20px}.project-meta{padding-top:22px}.project-title{display:flex;align-items:center;justify-content:space-between;gap:18px}.showcase-link{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;transition:background .25s}.showcase-link:hover{background:var(--accent);color:var(--ink);border-color:var(--accent)}.showcase-link svg{width:19px;height:19px}.project-kind{font-size:12px;color:var(--muted);margin-top:6px}.project-description{font-size:16px;margin-top:17px;line-height:1.65;color:var(--paper);max-width:48ch}details{border-top:1px solid var(--line);margin-top:23px;font-size:14px;scroll-margin-top:32px}summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:17px 0;color:var(--muted)}summary::-webkit-details-marker{display:none}summary:hover{color:var(--accent)}.plus{width:12px;height:12px;position:relative}.plus:before,.plus:after{content:'';position:absolute;left:0;top:5px;width:12px;height:1px;background:currentColor}.plus:after{transform:rotate(90deg)}details[open] .plus:after{transform:rotate(0)}.case-content{padding:7px 0 23px}.case-content h4{font-size:13px;margin-bottom:7px;color:var(--paper)}.case-content p{color:var(--muted);margin-bottom:22px}.case-content .tags{font-size:11px}.case-actions{display:flex;gap:20px;flex-wrap:wrap;font-size:12px}.studio-bridge{padding:80px 0 105px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.4fr 1fr;gap:90px}.studio-bridge>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:end;gap:24px}.studio-bridge p{max-width:34ch;font-size:19px;color:var(--muted)}
.contact{padding-top:100px;padding-bottom:120px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.15fr 1fr;gap:10%}.contact-heading h2{font-size:clamp(55px,6.8vw,105px)}.contact-heading p{color:var(--muted);font-size:17px;margin:25px 0;max-width:32ch}.email{font-size:22px}fieldset{border:0;padding:0;margin:0 0 25px}legend{padding:0;font-size:14px;margin-bottom:17px;color:var(--muted)}.service-choices{display:flex;gap:9px;flex-wrap:wrap}.service-choices label{position:relative;cursor:pointer}.service-choices input{position:absolute;opacity:0;width:100%;height:100%;inset:0;margin:0;cursor:pointer}.service-choices label>span{display:block;border:1px solid var(--line);border-radius:30px;font-size:12px;padding:10px 17px}.service-choices input:checked+span{background:var(--accent);border-color:var(--accent);color:var(--ink)}.service-choices input:focus-visible+span{outline:2px solid var(--accent);outline-offset:4px}.field{display:block;margin-top:27px;color:var(--muted);font-size:13px}.field input,.field textarea{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--paper);padding:11px 0;resize:vertical;border-radius:0;font-size:17px}.submit{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--paper);width:100%;padding:16px 0;margin-top:24px;font-size:18px}.submit:hover{color:var(--accent);border-color:var(--accent)}.form-note{font-size:11px;color:var(--muted);margin-top:14px}#project-context,#brief-status{font-size:12px;color:var(--accent);margin-top:16px}.site-footer{border-top:1px solid var(--line);padding-top:27px;padding-bottom:23px}.footer-line{display:flex;justify-content:space-between;align-items:center;gap:35px;font-size:12px;color:var(--muted)}.footer-line p{max-width:55ch}.footer-brand{font-size:clamp(120px,28.5vw,550px);font-weight:600;letter-spacing:-.04em;line-height:1.14;margin-left:-.012em;overflow:hidden}.footer-bottom{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;border-top:1px solid var(--line);padding-top:17px}
.studio-hero{padding-top:185px;padding-bottom:65px}.studio-hero h1{font-size:clamp(80px,9vw,160px);line-height:.98;max-width:1000px}.studio-intro{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:65px}.studio-intro .studio-position{font-size:clamp(25px,2.5vw,39px);line-height:1.4;color:var(--paper)}.studio-intro p{color:var(--muted);font-size:18px}.city-line{display:flex;align-items:center;gap:25px;margin-top:75px;font-size:14px;color:var(--accent)}.city-connection{height:1px;background:var(--line);flex:1;position:relative}.city-connection:before,.city-connection:after{content:'';height:6px;width:6px;background:var(--accent);position:absolute;top:-2px;border-radius:50%}.city-connection:before{left:0}.city-connection:after{right:0}.studio-services{padding:90px 0 115px}.service-row{display:grid;grid-template-columns:1.1fr 1fr 24px;align-items:center;gap:50px;border-top:1px solid var(--line);padding:36px 0}.service-row:last-child{border-bottom:1px solid var(--line)}.service-row p{color:var(--muted);max-width:45ch;font-size:16px}.service-row:hover h3,.service-row:hover svg{color:var(--accent)}.process{padding:20px 0 125px}.process-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.process-list li{border-top:1px solid var(--line);padding-top:20px}.process-number{font-size:12px;color:var(--accent);font-variant-numeric:tabular-nums}.process-list h3{font-size:24px;line-height:1.25;margin:22px 0 15px;max-width:16ch}.process-list p{font-size:14px;line-height:1.7;color:var(--muted)}.studio-close{padding:85px 0 120px;border-top:1px solid var(--line)}.studio-close h2{font-size:clamp(55px,7vw,110px)}.studio-close p{max-width:47ch;font-size:18px;color:var(--muted);margin:30px 0}.studio-close .text-link{font-size:22px}
@media(min-width:1800px){.showcase-figure{margin-top:85px}.device-tablet{border-width:10px;border-radius:32px}.device-phone{border-width:7px;border-radius:36px;padding-top:18px}.phone-camera{height:15px}.hero-main{padding-top:130px;padding-bottom:80px}.hero-copy p{margin-top:44px}.hero-copy .text-link{margin-top:28px}.showcase-figure figcaption{font-size:19px}.site-header{top:36px}.brand{font-size:53px}.site-header nav,.talk{font-size:26px}.project-rail>button,.project-rail>a{padding-top:19px;padding-bottom:17px;gap:24px}.hero-footer{padding-block:20px;font-size:16px}.hero-footer button{font-size:13px}}
@media(max-width:1100px){.site-header nav{gap:25px}.header-end{gap:16px}.hero-copy h1{font-size:8.2vw}.hero-copy p{white-space:normal;max-width:30ch;font-size:17px}.hero-main{grid-template-columns:52% 48%;padding-top:140px;padding-bottom:100px}.rail-name{font-size:1.95vw}.rail-type{font-size:11px}.project-rail>button,.project-rail>a{gap:15px;padding-right:10px}.device-tablet{border-radius:18px;border-width:5px}.device-phone{border-radius:21px;border-width:4px}.section-heading{gap:35px}.section-heading p{max-width:290px;font-size:15px}.hero-footer{justify-content:flex-start}.project-grid{gap:60px 25px}.studio-bridge{gap:50px}.contact{gap:7%}.process-list{gap:20px}.process-list h3{font-size:21px}.service-row{gap:30px}}
@media(max-width:760px){:root{--gutter:6vw}.site-header{top:23px;grid-template-columns:1fr auto;gap:15px}.brand{font-size:31px}.site-header nav{font-size:13px;gap:21px;position:absolute;left:43%;transform:translateX(-15%)}.header-end{gap:12px}.language{font-size:10px;min-width:24px}.talk{font-size:0;gap:0;min-width:25px;min-height:44px}.talk svg{width:22px;height:22px}.showcase{height:auto;min-height:100svh}.world-image{object-position:65% center}.world-shade{background:linear-gradient(180deg,#10101230 0%,#10101277 24%,transparent 46%,#10101255 68%,#101012 89%)}.hero-main{display:block;padding-top:132px;padding-bottom:18px}.hero-copy h1{font-size:clamp(61px,13.9vw,102px);line-height:.97}.hero-copy p{font-size:15px;line-height:1.6;max-width:28ch;margin-top:23px}.hero-copy .text-link{font-size:15px;margin-top:17px}.showcase-figure{margin:34px auto 0;width:94%;padding:0}.devices{padding-bottom:8%}.device-tablet{border-width:5px;border-radius:16px}.device-tablet img{border-radius:9px}.device-phone{border-width:3px;border-radius:16px;padding-top:9px;width:25%;right:0}.phone-camera{height:8px}.showcase-figure figcaption{font-size:11px;padding-top:14px;gap:3px}.showcase-figure figcaption>span{font-size:9px}.project-rail{display:flex;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;margin-top:24px;padding-bottom:0;gap:24px}.project-rail>button,.project-rail>a{flex:0 0 auto;min-width:115px;scroll-snap-align:start;padding:12px 0;gap:16px}.project-rail>button:before{width:100%}.rail-name{font-size:20px}.rail-type{font-size:10px}.rail-name:after{top:57%}.rail-name svg{width:18px;height:18px}.hero-footer{font-size:9px;padding:18px 0 20px;gap:14px;justify-content:space-between;align-items:flex-start}.hero-footer>span{max-width:24ch;line-height:1.7}.hero-footer button{font-size:9px;position:static;padding:0;min-height:32px;flex-shrink:0}.work-section{padding-top:80px;padding-bottom:70px}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:38px;line-height:1.1}.section-heading p{font-size:15px;max-width:36ch;margin-top:22px}.filter-bar{gap:10px;margin-bottom:28px;align-items:start}.filters{gap:18px;flex-wrap:wrap}.filters button{font-size:12px;padding:12px 0;min-height:45px}#filter-status{font-size:10px;padding-top:14px}.project-grid{grid-template-columns:1fr;gap:43px}.project-stage{aspect-ratio:1.32}.project-stage .devices{width:81%}.project-stage .device-tablet{border-radius:14px;border-width:4px}.project-stage .device-phone{border-radius:15px;border-width:3px}.project-meta{padding-top:17px}.project-title h3{font-size:25px}.project-kind{font-size:11px;margin-top:3px}.project-description{font-size:14px;margin-top:12px}.showcase-link{min-width:38px;width:38px;height:38px}.private-label{font-size:9px;left:14px;top:13px}.stage-open{right:15px;bottom:13px}details{margin-top:18px;font-size:13px}summary{padding:14px 0}.case-content p{margin-bottom:18px}.case-actions{font-size:11px}.studio-bridge{grid-template-columns:1fr;gap:27px;padding:50px 0 60px}.studio-bridge h2{font-size:37px}.studio-bridge p{font-size:16px;max-width:32ch}.studio-bridge>div{gap:20px}.contact{grid-template-columns:1fr;gap:47px;padding:60px 0 65px}.contact-heading h2{font-size:55px}.contact-heading p{font-size:15px;margin-block:21px}.email{font-size:20px}.field input,.field textarea{font-size:16px}.service-choices label>span{font-size:11px;padding:10px 13px}.site-footer{padding-top:24px;padding-bottom:20px}.footer-line{font-size:10px;align-items:start;gap:25px}.footer-line p{max-width:26ch}.footer-line>a{white-space:nowrap;font-size:10px;gap:5px}.footer-line svg{width:15px;height:15px}.footer-brand{font-size:28vw;margin-block:22px 10px;line-height:1.2}.footer-bottom{font-size:9px;gap:12px;align-items:start}.footer-bottom span:last-child{text-align:right;max-width:24ch}.studio-hero{padding-top:145px;padding-bottom:30px}.studio-hero h1{font-size:14vw;line-height:1.03}.studio-intro{grid-template-columns:1fr;gap:27px;margin-top:39px}.studio-intro .studio-position{font-size:27px;line-height:1.4}.studio-intro p{font-size:15px}.city-line{margin-top:47px;font-size:12px;gap:17px}.studio-services{padding:55px 0 65px}.service-row{grid-template-columns:1fr 22px;gap:18px;padding:28px 0}.service-row h3{font-size:26px;grid-column:1;max-width:20ch}.service-row p{grid-column:1;grid-row:2;font-size:14px}.service-row svg{grid-column:2;grid-row:1;width:20px;height:20px}.process{padding:0 0 65px}.process-list{grid-template-columns:1fr 1fr;gap:29px 23px}.process-list h3{font-size:20px;margin-top:15px}.process-list p{font-size:12px}.studio-close{padding:50px 0 65px}.studio-close h2{font-size:46px}.studio-close p{font-size:15px;margin:24px 0}.studio-close .text-link{font-size:16px}}
@media(max-width:380px){.filters{gap:12px}.filters button{font-size:11px}.hero-copy h1{font-size:13.7vw}.site-header nav{left:42%;gap:17px}.service-choices label>span{padding-inline:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.world-image{transform:none!important}.project-stage:hover .devices,.project-stage:hover .card-world{transform:none}}
.showcase-link,#motion-toggle{display:none}.js-enabled .showcase-link,.js-enabled #motion-toggle{display:flex}
/* Match the approved comp's copy/device balance; the larger lettering is intentional. */
@media(min-width:1101px){.hero-main{grid-template-columns:59.5% 40.5%;padding-top:170px}.showcase-figure{margin-top:30px}.world-shade{background:linear-gradient(90deg,rgba(10,10,12,.56),rgba(10,10,12,.23) 46%,transparent 70%),linear-gradient(0deg,#101012 0%,rgba(16,16,18,.86) 12%,transparent 40%)}}
@media(min-width:1800px){.hero-main{padding-top:210px}.showcase-figure{margin-top:50px}}
@media(max-width:760px){.world-shade{background:linear-gradient(90deg,#10101244,transparent),linear-gradient(180deg,#10101270 0%,#101012aa 26%,#10101222 48%,#10101266 68%,#101012 89%)}}
.world-image:not(.active){animation-play-state:paused}
/* Keep supporting copy readable on small screens. */
.private-label,.form-note,.showcase-figure figcaption>span{font-size:12px}
@media(max-width:760px){.language,.rail-type,.hero-footer button,.footer-line>a,#filter-status{font-size:11px}.hero-footer,.footer-line,.footer-bottom{font-size:12px}.hero-footer>span{max-width:23ch}.hero-footer button{padding-top:3px}.showcase-figure figcaption{font-size:12px}.private-label{font-size:11px}.project-kind,.case-actions,.case-content .tags{font-size:12px}.footer-line{flex-wrap:wrap}.footer-line p{max-width:35ch}.footer-bottom{font-size:11px}}
/* Approved comp: the car and real screens lead; ceiling reflections recede. */
.showcase[data-project="autoshine"] .world-shade:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,16,18,.64),rgba(16,16,18,.35) 25%,transparent 47%)}
.project-rail>button[aria-pressed=true] .rail-name:after{height:clamp(3px,.29vw,6px);background:var(--accent);right:auto;width:fit-content;min-width:68%}
@media(max-width:760px){.showcase[data-project="autoshine"] .world-shade:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(16,16,18,.82) 35%,rgba(16,16,18,.82) 47%,transparent 54%)}}
/* Intrinsic hero sizing reserves space for the rail at every viewport height. */
.showcase{height:auto;min-height:max(760px,100svh)}
.hero-main{min-height:min-content;flex:1 0 auto;padding-bottom:70px}
.hero-copy h1{font-size:clamp(72px,min(8.15vw,14.3svh),175px)}
.showcase-figure figcaption{max-width:100%;padding-inline:10px;font-size:clamp(12px,1vw,18px)}
.showcase-figure figcaption a{min-width:0;max-width:100%}
#showcase-caption{overflow-wrap:anywhere}
.rail-name{font-size:clamp(16px,1.75vw,34px)}
.hero-bottom{margin-top:auto}
/* Studio uses the same photographic depth and real screen evidence as Work. */
.studio-hero{padding-top:160px;padding-bottom:70px}
.studio-hero-top{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:35px}
.studio-hero h1{font-size:clamp(64px,6.1vw,112px);line-height:1.03}
.studio-project{position:relative;isolation:isolate;min-width:0;padding:50px 25px 0}
.studio-world{position:absolute;inset:-70px -40px -25px;width:calc(100% + 80px);height:calc(100% + 95px);object-fit:cover;z-index:-1;mask-image:linear-gradient(90deg,transparent,#000 18%,#000 85%,transparent),linear-gradient(0deg,transparent,#000 20%,#000 75%,transparent);mask-composite:intersect;opacity:.7}
.studio-project .devices{width:100%;transform:rotate(-3deg)}
.studio-project figcaption{position:relative;margin-top:27px;font-size:12px;color:var(--muted);text-align:center}
.studio-project figcaption a{display:inline-flex;align-items:center;gap:7px}
.studio-project figcaption svg{width:16px;height:16px}
.studio-intro{margin-top:85px}
.studio-services .service-row{grid-template-columns:.9fr 1.1fr 24px;gap:50px;padding:35px 0}
.service-proof{min-width:0}
.service-proof>div{background-image:linear-gradient(#10101222,#10101222),var(--proof-world);background-size:cover;background-position:center;padding:25px 35px;overflow:hidden}
.service-proof img{width:100%;height:auto;aspect-ratio:1.6;object-fit:contain;object-position:center;background:#101012;border:4px solid #08090a;border-radius:11px;box-shadow:0 12px 30px #0006}
.service-proof figcaption{font-size:12px;color:var(--muted);margin-top:10px}
.service-copy h3{font-size:clamp(25px,2.7vw,44px);margin-bottom:20px}
.service-copy p{font-size:16px;max-width:43ch}
@media(min-width:1800px){.hero-main{padding-top:170px}.showcase-figure{margin-top:50px}}
@media(max-width:1100px){.studio-hero-top{gap:15px}.studio-project{padding-inline:5px}.studio-hero h1{font-size:6.2vw}.studio-services .service-row{gap:30px}.service-proof>div{padding:20px}}
@media(max-width:760px){.showcase{min-height:100svh}.hero-main{padding-top:132px;padding-bottom:18px}.hero-copy h1{font-size:clamp(52px,13.7vw,102px)}.rail-name{font-size:20px}.showcase-figure figcaption{font-size:12px}.studio-hero{padding-top:140px;padding-bottom:40px}.studio-hero-top{display:flex;flex-direction:column;align-items:stretch;gap:35px}.studio-hero h1{font-size:13.7vw}.studio-project{padding:20px 5px 0}.studio-world{inset:-25px -15px -20px;width:calc(100% + 30px);height:calc(100% + 45px)}.studio-project .devices{width:94%;margin:auto}.studio-project figcaption{font-size:11px;margin-top:22px}.studio-intro{margin-top:40px}.studio-intro .studio-position{font-size:25px}.studio-services .service-row{grid-template-columns:1fr 24px;gap:25px;padding:30px 0}.service-proof{grid-column:1 / -1;grid-row:1}.service-proof>div{padding:25px 35px}.service-proof figcaption{font-size:11px}.service-copy{grid-column:1;grid-row:2}.service-row .service-copy h3{font-size:28px;margin-bottom:15px}.service-row .service-copy p{font-size:15px}.studio-services .service-row>svg{grid-column:2;grid-row:2;align-self:start}.process-list{grid-template-columns:1fr;gap:0}.process-list li{display:grid;grid-template-columns:26px 1fr;gap:10px 16px;padding:25px 0}.process-number{grid-row:1 / 3;padding-top:5px}.process-list h3{font-size:24px;max-width:none;margin:0}.process-list p{grid-column:2;font-size:15px;max-width:40ch}}
.screen-recording{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .3s ease}
.screen-recording.is-playing{opacity:1}
.device-phone .screen-recording{top:12px;height:calc(100% - 12px);border-radius:0}
.project-stage .device-phone .screen-recording{top:9px;height:calc(100% - 9px)}
@media(min-width:1800px){.device-phone .screen-recording{top:18px;height:calc(100% - 18px)}}
@media(max-width:760px){.device-phone .screen-recording{top:9px;height:calc(100% - 9px)}}
@media(prefers-reduced-motion:reduce){.screen-recording{display:none}}
/* Studio: an editorial portrait of the team, distinct from the project showcase. */
.studio-identity{display:grid;grid-template-columns:1.13fr 1fr;gap:7%;padding-top:175px;padding-bottom:100px;align-items:center}
.studio-identity h1{font-size:clamp(60px,6.55vw,120px);line-height:1.02;letter-spacing:-.045em}
.studio-identity h1 em{display:block;font-size:.67em;line-height:1.15;margin-top:22px;color:var(--accent);font-style:normal;letter-spacing:-.04em}
.studio-team{font-size:clamp(18px,1.6vw,25px);max-width:31ch;margin:35px 0 28px;color:var(--muted)}
.city-composition{position:relative;padding:22px 30px 24px;border:1px solid var(--line);background:#161813;transform:rotate(3deg);isolation:isolate}
.city-composition:before{content:'';position:absolute;inset:11px;z-index:-1;border:1px solid #d5e76b12;pointer-events:none}
.city-registration{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line)}
.city-station{position:relative}.city-code{font-weight:500;font-size:clamp(90px,11.2vw,200px);line-height:1.1;letter-spacing:-.07em;display:block}
.city-ath{padding-top:18px}.city-skg .city-code{color:var(--accent)}.city-caption{display:flex;align-items:baseline;justify-content:space-between;gap:15px;font-size:11px}.city-caption strong{font-size:18px;font-weight:400}.city-caption>span{color:var(--muted);font-variant-numeric:tabular-nums}
.city-link{display:block;width:100%;height:auto;margin:12px 0 0;overflow:visible;stroke:var(--accent);stroke-width:1;opacity:.8}.city-link path:nth-child(2){opacity:.6}.city-link path:nth-child(3){opacity:.35}.city-link path:nth-child(4){opacity:.2}.city-link circle{fill:var(--accent);stroke:none}
.city-composition figcaption{border-top:1px solid var(--line);margin-top:28px;padding-top:15px;font-size:12px;color:var(--muted)}
.studio-approach{border-top:1px solid var(--line);padding-top:90px;padding-bottom:120px;display:grid;grid-template-columns:1.35fr 1fr;gap:12%}
.studio-approach h2{font-size:clamp(42px,4.5vw,80px);line-height:1.12;max-width:20ch}.studio-approach h2 em{font-style:normal;color:var(--muted)}
.approach-notes{padding-top:5px}.approach-notes>p{font-size:22px;color:var(--paper);margin-bottom:38px}.approach-notes>div{margin-top:30px;padding-top:25px;border-top:1px solid var(--line)}.approach-notes h3{font-size:21px;margin-bottom:13px}.approach-notes div p{font-size:16px;color:var(--muted);max-width:43ch}
.studio-method{background:var(--paper);color:var(--ink);padding:85px 0 95px}.method-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:65px}.method-heading h2{font-size:clamp(40px,4.8vw,78px);max-width:23ch}.method-heading p{max-width:26ch;color:#53564b;font-size:17px}
.method-steps{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.method-steps li{border-top:1px solid #989b8e;padding-top:18px}.method-number{font-size:13px;color:#53564b}.method-steps h3{font-size:32px;margin:32px 0 18px}.method-steps p{font-size:16px;line-height:1.65;color:#53564b;max-width:33ch}
.studio-practice{padding:105px 0;display:grid;grid-template-columns:1fr 1.2fr;gap:12%}.practice-heading h2{font-size:clamp(42px,4.4vw,75px)}.practice-heading p{font-size:18px;color:var(--muted);max-width:30ch;margin-top:28px}
.practice-link{display:flex;justify-content:space-between;gap:25px;padding:30px 0;border-top:1px solid var(--line);align-items:center}.practice-link:last-child{border-bottom:1px solid var(--line)}.practice-link h3{font-size:clamp(24px,2.1vw,35px)}.practice-link p{font-size:15px;color:var(--muted);margin-top:10px}.practice-link:hover h3,.practice-link:hover svg{color:var(--accent)}
.studio-invitation{padding:75px 0 120px;border-top:1px solid var(--line)}.studio-invitation>p{font-size:18px;color:var(--muted);margin-bottom:35px}.studio-invitation h2{font-size:clamp(60px,8vw,138px);line-height:1.06}.studio-invitation .text-link{font-size:22px;margin-top:40px}
@media(max-width:1100px){.studio-identity{gap:5%;padding-top:150px}.city-composition{padding:18px}.city-caption{display:block}.city-caption>span{display:block;margin-top:5px}.studio-approach{gap:7%}.approach-notes>p{font-size:19px}.studio-practice{gap:7%}.method-steps{gap:22px}.method-steps h3{font-size:27px}}
@media(max-width:760px){.studio-identity{grid-template-columns:1fr;gap:55px;padding-top:138px;padding-bottom:65px}.studio-identity h1{font-size:16vw;letter-spacing:-.04em}.studio-identity h1 em{font-size:.65em;margin-top:16px}.studio-team{font-size:19px;margin-top:27px;max-width:29ch}.city-composition{width:94%;margin:auto;padding:20px;transform:rotate(2deg)}.city-code{font-size:28vw}.city-caption{display:flex}.city-caption strong{font-size:17px}.city-caption>span{font-size:9px;margin:0}.city-registration{font-size:10px}.city-composition figcaption{font-size:11px}.studio-approach{grid-template-columns:1fr;gap:35px;padding-top:55px;padding-bottom:65px}.studio-approach h2{font-size:10.6vw}.approach-notes>p{font-size:19px;margin-bottom:30px}.approach-notes h3{font-size:22px}.approach-notes div p{font-size:15px}.studio-method{padding:55px 0 60px}.method-heading{display:block;margin-bottom:35px}.method-heading h2{font-size:39px}.method-heading p{font-size:16px;margin-top:24px}.method-steps{grid-template-columns:1fr;gap:28px}.method-steps li{display:grid;grid-template-columns:30px 1fr;gap:10px 17px;padding-top:22px}.method-number{grid-row:1 / 3;padding-top:7px}.method-steps h3{font-size:29px;margin:0}.method-steps p{grid-column:2;font-size:15px;max-width:36ch}.studio-practice{grid-template-columns:1fr;gap:35px;padding:65px 0}.practice-heading h2{font-size:42px}.practice-heading p{font-size:16px;margin-top:22px}.practice-link{padding:25px 0}.practice-link h3{font-size:25px}.practice-link p{font-size:14px}.studio-invitation{padding:55px 0 70px}.studio-invitation>p{font-size:15px;margin-bottom:28px}.studio-invitation h2{font-size:13vw}.studio-invitation .text-link{font-size:17px;margin-top:30px}}
.studio-invitation>p{margin-top:28px;margin-bottom:0}.studio-invitation .text-link{margin-top:24px}
/* Approved option 6: interlocking mark with a spaced uppercase wordmark. */
.brand{display:flex;align-items:center;line-height:1;min-height:44px}.brand img{display:block;width:190px;height:auto;max-width:none}.footer-brand{font-size:inherit;line-height:1;margin-block:55px 40px}.footer-brand img{width:100%;height:auto;max-width:1100px}
@media(max-width:760px){.brand img{width:clamp(100px,31vw,124px)}.footer-brand{margin-block:38px 28px}.footer-brand img{width:100%}}

/* Visible project enquiries lead straight to the brief. */
.project-enquiry{display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;margin-top:24px;padding:12px 20px;background:var(--accent);color:var(--ink);border:1px solid var(--accent);border-radius:2px;font-size:15px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;transition:background .2s,color .2s,border-color .2s}
.project-enquiry:hover{background:var(--paper);border-color:var(--paper)}
.project-enquiry:focus-visible{outline-offset:5px}
@media(max-width:760px){.project-enquiry{width:100%;margin-top:20px;font-size:14px}}
