@font-face{font-family:'SF Pro';src:url('assets/fonts/sf-pro.woff2') format('woff2');font-style:normal;font-weight:100 1000;font-display:swap}
:root{--ink:#1c1d20;--gray:#929294;--blue:#414ae8;--ease:cubic-bezier(.76,0,.24,1)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:auto}
body{margin:0;background:#fff;color:var(--ink);font-family:'SF Pro',Arial,sans-serif;font-weight:510;font-variation-settings:'wdth' 100}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;color:inherit;border:0;background:none;padding:0;cursor:pointer}
a{color:inherit;text-decoration:none}
[aria-disabled=true]{cursor:default}
p{margin:0}
img{display:block;max-width:100%}
button:focus-visible,a:focus-visible{outline:2px solid var(--blue);outline-offset:6px}
[hidden]{display:none}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.hero{height:750px;position:relative;overflow:hidden;background:var(--gray);color:#fff}
.hero__portrait{position:absolute;left:calc(50% - 319px);top:0;width:465px;height:750px;overflow:hidden;pointer-events:none}
.hero__portrait img{position:absolute;max-width:none;width:172.15%;height:189.65%;left:-30.29%;top:-9.88%}
.header{position:absolute;z-index:2;left:50px;right:50px;top:24px;display:flex;justify-content:space-between;align-items:center;font-size:18px;line-height:normal}
.header__brand{display:block}
.header__actions,.header__nav{display:flex;align-items:center;gap:36px}
.header__link{position:relative;display:block;white-space:nowrap}
.header__link::after{content:'';position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;left:50%;bottom:-12px;transform:translateX(-50%) scale(0);transition:transform .3s}
.header__link:hover::after{transform:translateX(-50%) scale(1)}
.header__brand>span,.header__link>span,.menu-toggle>span,.side-menu__close>span{display:block}
.language{position:relative}
.language__toggle{display:flex;align-items:center;gap:6px}
.language__options{position:absolute;right:0;top:32px;background:var(--ink);padding:12px 16px;border-radius:12px;min-width:70px}
.language__options button{display:block;padding:5px 0}
.language__options button:disabled{opacity:.35;cursor:default}
.menu-toggle{display:none;width:24px;height:24px}
.hero__marquee{position:absolute;top:471px;left:0;font-size:200px;font-weight:400;line-height:normal;white-space:nowrap;pointer-events:none}
.hero__marquee-track{display:flex;width:max-content;will-change:transform}
.hero__marquee-track span{flex-shrink:0;white-space:pre}
.hero__services{position:absolute;left:min(calc(50% + 188px),63.055556%);top:237px}
.hero__arrow{width:24px;height:24px}
.hero__service-copy{margin-top:60px;width:482px;font-size:clamp(23px,2.083333vw,30px);line-height:normal;letter-spacing:0;white-space:nowrap}
.hero__service-copy p+p{color:#ddd}
.availability{position:absolute;left:0;top:327px;display:flex;align-items:center;gap:24px;background:var(--ink);border-radius:0 500px 500px 0;padding:24px 24px 24px 50px;overflow:hidden;font-size:18px;line-height:normal;text-align:left;isolation:isolate}
.availability__copy{display:flex;flex-direction:column}
.availability__copy span+span{color:var(--gray)}
.availability picture{display:block;flex-shrink:0}
.availability img{width:48px;height:48px;transition:filter .3s}
.availability:hover img,.availability:focus-visible img{filter:grayscale(1) contrast(10)}
.page-loader{position:fixed;z-index:20;inset:0;color:#fff;font-size:clamp(40px,5vw,64px);overflow:hidden;pointer-events:none}
.page-loader__screen{position:relative;top:0;width:100%;height:100%;background:var(--ink)}
.page-loader__words{position:absolute;top:50%;left:50%;translate:-50% -50%;white-space:nowrap}
.page-loader__words>span{position:absolute;left:50%;translate:-50% 0;padding-left:.6em;padding-right:.4em;font-weight:400}
.page-loader__words>span::before{content:'';position:absolute;left:0;top:47%;width:10px;height:10px;border-radius:50%;background:#fff}
.page-loader__curve{position:absolute;left:0;right:0;bottom:0;translate:0 99%;overflow:hidden}
.page-loader__curve>div{position:absolute;left:-25%;top:-645%;width:150%;height:745%;border-radius:50%;background:var(--ink)}
.motion-off .page-loader{display:none}
.menu-float{position:fixed;z-index:9;right:40px;top:30px;width:80px;height:80px;border-radius:50%;background:var(--ink);color:white;scale:0;transition:scale .4s cubic-bezier(.34,1,.64,1),background .3s;overflow:hidden;isolation:isolate}
.menu-float.is-visible{scale:1}
.menu-float.is-menu-open{background:var(--blue)}
.menu-float__lines{display:block;position:relative;margin:auto;width:24px;height:12px}
.menu-float__lines::before,.menu-float__lines::after{content:'';position:absolute;left:0;right:0;top:0;height:1px;background:#fff;transition:transform .3s}
.menu-float__lines::after{top:11px}
.is-menu-open .menu-float__lines::before{transform:translateY(5.5px) rotate(45deg)}
.is-menu-open .menu-float__lines::after{transform:translateY(-5.5px) rotate(-45deg)}
.menu-backdrop{position:fixed;z-index:7;inset:0;background:linear-gradient(to right,rgba(0,0,0,.3) 40%,#000 80%);opacity:0;transition:opacity .8s cubic-bezier(.7,0,.2,1)}
.menu-backdrop.is-open{opacity:.35}
.side-menu{position:fixed;z-index:8;inset:0 0 0 auto;width:min(600px,100%);background:var(--ink);color:#fff;padding:15vh 7.5vw 10vh;transform:translateX(calc(100% + 6vw));transition:transform .8s cubic-bezier(.7,0,.2,1);display:flex;flex-direction:column}
.side-menu.is-open{transform:translateX(0)}
.side-menu__curve{position:absolute;right:calc(100% - 1px);top:0;bottom:0;width:6vw;overflow:hidden;transition:width .85s cubic-bezier(.7,0,.2,1)}
.side-menu__curve::before{content:'';position:absolute;top:0;left:0;width:200%;height:100%;border-radius:50%;background:var(--ink)}
.side-menu.is-open .side-menu__curve{width:0}
.side-menu__close{display:none}
.side-menu__label{font-size:10px;text-transform:uppercase;color:var(--gray);padding-bottom:28px;border-bottom:1px solid #414144}
.side-menu__nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:36px;font-size:clamp(36px,4vw,56px)}
.side-menu__nav>*{transform:translateX(15vw);transition:transform .8s cubic-bezier(.7,0,.2,1)}
.side-menu.is-open .side-menu__nav>*{transform:translateX(0);opacity:1}
.side-menu__nav>:nth-child(2){transition-delay:.03s}.side-menu__nav>:nth-child(3){transition-delay:.06s}.side-menu__nav>:nth-child(4){transition-delay:.09s}
.side-menu__link{position:relative;display:block;line-height:1.4}
.side-menu__link>span{display:block}
.side-menu__link::after{content:'';position:absolute;left:-30px;top:50%;width:10px;height:10px;border-radius:50%;background:#fff;transform:translateY(-50%) scale(0);transition:transform .3s cubic-bezier(.7,0,.3,1)}
.side-menu__link[aria-current=page]::after,.side-menu__link:hover::after,.side-menu__link:focus-visible::after{transform:translateY(-50%) scale(1)}
.side-menu__bottom{margin-top:auto;padding-top:32px;font-size:14px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}
.side-menu__contact{display:flex;flex-direction:column;gap:14px}.side-menu__contact-label{font-size:10px;text-transform:uppercase;color:var(--gray)}.side-menu__social{display:flex;gap:30px}.side-menu__bottom .language__options{top:auto;bottom:calc(100% + 12px)}
/* At 1100px the desktop portrait, availability and service column collide. */
@media(max-width:1100px){
  .hero{height:700px}
  .hero__portrait{inset:0;width:100%;height:100%}
  .hero__portrait img{width:174.99%;height:167.43%;left:-37.47%;top:-5.59%}
  .hero__portrait::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(28,29,32,0) 50.153%,rgba(28,29,32,.7) 81.551%)}
  .header{left:10px;right:10px;font-size:14px}
  .header__actions{gap:24px}
  .header__nav{display:none}
  .menu-toggle{display:block}
  .hero__marquee{display:none}
  .hero__details{position:absolute;left:10px;right:10px;top:466px;display:flex;flex-direction:column;gap:24px}
  .hero__services{position:static}
  .hero__arrow{width:16px;height:16px}
  .hero__service-copy{margin-top:24px;width:auto;font-size:20px}
  .availability{position:relative;top:auto;left:auto;width:100%;justify-content:space-between;padding:12px 12px 12px 16px;font-size:14px;background:rgba(28,29,32,.3);border:1px solid #414144;border-radius:500px;backdrop-filter:blur(15px)}
  .availability img{width:36px;height:36px}
  .menu-float{right:10px;top:20px;width:60px;height:60px}
  .side-menu{padding:120px 30px 36px}
  .side-menu__close{right:20px;top:20px;width:60px;height:60px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.header__link::after,.availability::before,.menu-float,.menu-backdrop,.side-menu,.side-menu__curve,.side-menu__nav>*{transition-duration:.01ms}}
.motion-off{scroll-behavior:auto}
.about{position:relative;display:flex;align-items:flex-start;gap:48px;margin-top:150px;padding:0 min(13.888889vw,200px) 210px;font-weight:400}
.about__main{flex:1;min-width:0;font-size:25px;line-height:30px}
.about__main--mobile{display:none}
.about__support{width:220px;flex-shrink:0;font-size:16px;line-height:19px}
.about__button{position:absolute;display:flex;align-items:center;justify-content:center;right:min(13.888889vw,200px);bottom:20px;width:180px;height:180px;border-radius:50%;background:var(--ink);color:#fff;font-size:18px;font-weight:510;line-height:normal;z-index:2;overflow:hidden;isolation:isolate}
.motion-word{display:inline-block;overflow:hidden;vertical-align:top}
.motion-word-inner{display:inline-block}
.portfolio{padding:0 50px;margin-top:0;display:flex;flex-direction:column;gap:48px}
.portfolio__label{margin:0;padding:0 min(10.416667vw,150px);font-size:10px;font-weight:510;color:var(--gray);text-transform:uppercase;line-height:normal}
.portfolio__list{display:flex;flex-direction:column}
.project{width:100%;padding:36px min(10.416667vw,150px);border-top:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left;cursor:pointer}
.project__image{display:none}
.project__info{display:contents}
.project__title{margin:0;flex:1;min-width:0;font-size:clamp(34px,3.472222vw,50px);font-weight:510;line-height:1.2;transition:translate .3s cubic-bezier(.7,0,.3,1),color .3s cubic-bezier(.7,0,.3,1)}
.project__details{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;width:min(27.777778vw,400px);flex-shrink:0;gap:16px}
.project__meta{display:flex;align-items:flex-start;gap:12px;font-size:clamp(14px,1.25vw,18px);line-height:normal;white-space:nowrap}
.project__tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:clamp(11px,.972222vw,14px);line-height:normal;color:var(--gray);white-space:nowrap}
.project:hover .project__title{translate:-.25em 0;color:var(--gray)}
.project__details{font-size:clamp(14px,1.25vw,18px);transition:translate .3s cubic-bezier(.7,0,.3,1)}
.project:hover .project__details{translate:1em 0;color:var(--gray)}
.portfolio__more{display:flex;justify-content:center}
.pill{position:relative;border:1px solid #ddd;border-radius:500px;padding:24px 48px;font-size:18px;line-height:normal;overflow:hidden;isolation:isolate}
.pill>span{display:block}
.pill__count{position:absolute;left:153.5px;top:17px;font-size:12px;line-height:normal;color:var(--gray)}
.pill__count--mobile{display:none}
.project-preview{position:fixed;z-index:4;left:0;top:0;width:0;aspect-ratio:1;pointer-events:none;overflow:hidden;transform:translate(-50%,-52%);transition:width .4s cubic-bezier(.36,0,.66,0);will-change:left,top,width}
.project-preview.is-visible{width:clamp(160px,27.5vw,400px);transition-timing-function:cubic-bezier(.34,1,.64,1)}
.project-preview__stack{position:absolute;inset:0;height:100%}
.project-preview__mat{position:relative;width:100%;height:100%;overflow:hidden;background:#ddd}
.project-preview__mat:nth-child(odd){background:var(--ink)}
.project__image img,.project-preview__mat img{position:absolute;width:94.36%;left:2.82%;height:auto;max-width:none}
.project--siverguma img{top:25.63%;height:48.74%}
.project--paving img{top:23.1%;height:54.08%}
.project--electroport img{top:15.21%;height:69.58%}
.project--uperwood img{top:19.44%;height:61.41%}
.project--fusion img{top:11.27%;height:77.46%}
.project--dentistry img{top:21.97%;height:56.06%}
.project--xreal img{top:19.15%;height:61.98%}
.project--embroidery img{top:26.76%;height:46.76%}
.project--dashboard img{top:26.2%;height:47.88%}
.project--beauty img{top:3.94%;height:92.12%}
.project__image img,.project-preview__mat img{object-fit:cover}
.project-cursor,.project-cursor-label{position:fixed;z-index:6;left:0;top:0;width:0;height:0;border-radius:50%;background:var(--blue);color:#fff;display:flex;justify-content:center;align-items:center;pointer-events:none;transform:translate(-50%,-60%);overflow:hidden;transition:width .4s cubic-bezier(.36,0,.66,0),height .4s cubic-bezier(.36,0,.66,0);will-change:left,top,width,height}
.project-cursor.is-visible,.project-cursor-label.is-visible{width:clamp(60px,5.5vw,80px);height:clamp(60px,5.5vw,80px);transition-timing-function:cubic-bezier(.34,1,.64,1)}
.project-cursor-label{background:transparent}
.project-cursor-label.is-visible{width:clamp(160px,27.5vw,400px);border-radius:0}
.project-cursor-label>span{font-size:0;transition:font-size .4s cubic-bezier(.36,0,.66,0)}
.project-cursor-label.is-visible>span{font-size:14px;transition-timing-function:cubic-bezier(.34,1,.64,1)}
.project-cursor.is-visible.is-pressed{width:clamp(84px,7.7vw,112px);height:clamp(84px,7.7vw,112px)}
@media(max-width:1100px){
 .about{display:flex;flex-direction:column;align-items:stretch;gap:24px;margin-top:80px;padding:0 10px 48px}
 .about__main{font-size:18px;line-height:21px}
 .about__main--desktop{display:none}.about__main--mobile{display:block}
 .about__support{width:auto;font-size:14px;line-height:17px}
 .about__button{position:absolute;display:flex;align-items:center;justify-content:center;right:10px;bottom:-48px;width:96px;height:96px;border-radius:50%;background:var(--ink);color:#fff;font-size:14px;font-weight:510;line-height:17px;z-index:2;overflow:hidden;isolation:isolate}
 .portfolio{padding:0 10px;margin-top:80px;gap:36px}
 .portfolio__label{padding:0}
 .portfolio__list{gap:48px}
 .project{display:block;padding:0;border:0}
 .project__image{display:block;position:relative;width:100%;aspect-ratio:1;background:#ddd;overflow:hidden}
 .project:nth-child(odd) .project__image{background:var(--ink)}
 .project__info{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:16px}
 .project__title{font-size:30px;line-height:normal;width:100%;padding-bottom:12px;border-bottom:1px solid #ddd}
 .project__details{width:100%;align-items:flex-start;gap:12px}
 .project__meta{font-size:14px;gap:6px;flex-wrap:wrap}
 .project__tags{font-size:12px}
 .project:hover .project__title{translate:0;color:var(--ink)}
 .project:hover .project__details{translate:0;color:var(--ink)}
 .pill{font-size:14px}
 .pill__count{left:130.5px;top:18px;font-size:10px}
 .pill__count--desktop{display:none}.pill__count--mobile{display:block}
 .project-preview,.project-cursor,.project-cursor-label{display:none}
}
.footer-shell{position:relative;margin-top:150px}
.footer-wrap{position:relative;overflow:hidden;background:var(--ink)}
.footer{position:relative;padding:150px 50px 24px;background:var(--ink);color:#fff;display:flex;flex-direction:column;gap:150px}
.footer__content{padding:0 min(10.416667vw,150px);display:flex;flex-direction:column;gap:72px}
.footer__heading{position:relative;font-size:clamp(65px,6.25vw,90px);line-height:1.188888889}
.footer__heading-row{display:flex;gap:36px;align-items:flex-start}
.footer__heading h2{margin:0;font-size:inherit;font-weight:510;line-height:inherit}
.footer__heading-second{color:var(--gray)}
.footer__portrait{position:relative;width:107px;height:107px;flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--gray)}
.footer__portrait img{position:absolute;inset:-11.21% 0 0;width:100%;height:111.21%;object-fit:cover;max-width:none}
.footer__arrow{position:absolute;right:0;top:50%;width:24px;height:24px}
.footer__contact-line{position:relative;height:0}
.footer__contact-line::before{content:'';position:absolute;left:0;right:0;top:0;border-top:1px solid #414144}
.contact-circle-wrap{position:absolute;right:60px;top:-90px;width:180px;height:180px}
.contact-circle{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden;isolation:isolate}
.motion-fill{position:absolute;left:-25%;top:-50%;width:150%;height:200%;border-radius:50%;background:var(--blue);pointer-events:none;z-index:-1}
.contact-circle .motion-fill{background:#3038ba}
.magnetic>.motion-fill{display:block}
.footer__contact-content{display:flex;flex-direction:column;gap:36px}
.footer__contact-pills{display:flex;gap:12px;align-items:center}
.pill--dark{background:var(--ink);border-color:#414144;color:#fff}
.footer__copy{color:var(--gray);font-weight:400;font-size:18px;line-height:normal}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:14px;line-height:17px}
.footer__metadata{flex:1;display:flex;flex-direction:column;gap:12px;align-items:flex-start;white-space:nowrap}
.footer__metadata--time{flex:0 0 auto;align-items:center;text-align:center}.footer__metadata--social{display:grid;grid-template-columns:max-content;justify-content:end}
.footer__label{font-size:10px;line-height:12px;text-transform:uppercase;color:var(--gray)}
.footer__social{display:flex;gap:36px}
.footer__social-link{position:relative}
.footer__social-link::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:1px;background:#fff;scale:0 1;transition:scale .3s}
.footer__social-link:hover::after{scale:1 1}
.footer__curve{position:absolute;z-index:1;left:0;right:0;top:-2px;height:0;background:#fff;clip-path:ellipse(50% 100% at 50% 0%);pointer-events:none}
.reveal-pending{opacity:0;transform:translateY(40px);clip-path:inset(100% 0 0 0)}
.page-transition{position:fixed;z-index:20;inset:0;overflow:hidden;pointer-events:none;color:#fff;font-size:clamp(40px,5vw,64px)}
.page-transition__screen{position:relative;top:110%;width:100%;height:100%;background:var(--ink)}
.page-transition__words{position:absolute;left:50%;top:50%;translate:-50% -50%;opacity:0;white-space:nowrap}
.page-loader__curve--top{top:0;bottom:auto;translate:0 -99%;scale:1 -1}
.motion-off .page-transition{transition-duration:0s}
.page-about .header,.page-work .header,.page-project .header{color:var(--ink)}
.page-about .header__link::after,.page-work .header__link::after,.page-project .header__link::after{background:var(--ink)}
.page-about .header__link[aria-current=page]::after,.page-work .header__link[aria-current=page]::after,.page-project .header__link[aria-current=page]::after{width:6px;height:6px;transform:translateX(-50%) scale(1)}
.page-about .language__options,.page-work .language__options,.page-project .language__options{color:#fff}
.project-page__opening{position:relative;padding:216px min(13.888889vw,200px) 0}
@media(max-width:1100px){.project-page__opening{padding:138px 10px 0}}
.work-hero{position:relative;padding:216px min(13.888889vw,200px) 0;background:#fff}
.work-hero__content{display:flex;flex-direction:column;gap:60px}
.work-hero__heading{display:flex;flex-direction:column;gap:24px}
.work-hero__heading h1{margin:0;font-size:clamp(65px,6.25vw,90px);font-weight:510;line-height:1.188888889}
.work-hero__heading h1>span{display:block}
.work-hero__heading p{font-size:30px;line-height:36px;color:var(--gray)}
.work-filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.work-filters__button{padding:16px 24px;line-height:21px;background:#fff}
.work-filters__button.is-active{border:0;background:var(--ink);color:#fff}
.work-catalog{margin-top:80px;font-size:16px}
.work-catalog .project:first-child{border-top:0}
.work-catalog .project[hidden]{display:none}
.project__value--mobile{display:none}
.work-catalog .project__rule{display:none}
.page-work .project__image,.page-work .project-preview__mat{background:var(--project-mat)}
.page-work .project__image-inner{position:absolute;inset:var(--project-inset);display:block;overflow:hidden}
.page-work .project__image img,.page-work .project-preview__mat img{position:static;width:100%;height:100%;object-fit:cover;max-width:none}
.page-work .project--restaurant img{position:absolute;top:0;left:-.01%;width:100.03%;height:123.67%;object-fit:fill}
.page-work .project-preview.is-visible,.page-work .project-cursor-label.is-visible{width:355px}
.page-work .project-cursor.is-visible{width:84px;height:84px}
.work-catalog .portfolio__list{transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .3s ease-in .4s}
.work-catalog.is-filtering .portfolio__list{opacity:0;transition:opacity .25s ease-out}
.work-catalog.is-entering .portfolio__list{opacity:0;transform:translateY(5em);transition:none}
.motion-off .work-catalog .portfolio__list,.motion-off .work-catalog .project__image-inner{transition:none}
@media(hover:hover) and (pointer:fine){
 .work-catalog .project__image-inner{transition:scale .5s cubic-bezier(.7,0,.3,1)}
 .work-catalog .project:hover .project__image-inner{scale:1.025}
}
.about-page-hero{position:relative;padding:216px min(13.888889vw,200px) 0;background:#fff}
.about-page-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:100px;padding-bottom:90px}
.about-page-hero__title{margin:0;width:100%;font-size:clamp(65px,6.25vw,90px);font-weight:510;line-height:1.188888889}
.about-page-hero__title>span{display:block}
.about-page-hero__rule{position:relative;width:100%;height:0}
.about-page-hero__rule .contact-circle{color:#fff}
.about-page-hero__divider{position:absolute;top:-.5px;left:0;width:100%;height:1px;max-width:none}
.motion-entrance{width:100%}
.biography{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;margin-top:80px;padding:0 min(13.888889vw,200px);background:#fff}
.biography__copy{position:relative;align-self:start;padding:60px 0;display:flex;flex-direction:column;gap:19px;font-size:16px;font-weight:400;line-height:19px}
.biography__arrow{position:absolute;top:0;left:0;display:block;width:24px;height:24px}
.biography__arrow img{width:100%;height:100%}
.biography__main--mobile{display:none}
.biography__image{position:relative;overflow:hidden;background:#e6e8eb;aspect-ratio:490/736}
.biography__image img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover}
.has-scroll-smooth .biography__image img{top:-20vh;height:calc(100% + 20vh)}
.experience{display:flex;flex-direction:column;gap:48px;margin-top:150px;padding:150px min(13.888889vw,200px);background:#e6e8eb}
.experience__heading{display:flex;flex-direction:column;gap:12px;width:100%}
.experience__heading h2{margin:0;font-size:50px;font-weight:510;line-height:60px}
.experience__heading p{color:var(--gray);font-size:14px;line-height:17px;text-transform:uppercase}
.experience__record{display:flex;align-items:flex-start;gap:80px;width:100%}
.experience__dates{display:flex;flex-direction:column;gap:6px;flex:0 0 220px;color:var(--gray);font-size:14px;line-height:17px;white-space:nowrap}
.experience__content{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}
.experience__content h3{margin:0;font-size:30px;font-weight:510;line-height:36px}
.experience__description{display:flex;flex-direction:column;gap:19px;font-size:16px;font-weight:400;line-height:19px}
.experience__divider{position:relative;display:block;width:100%;height:0}
.experience__divider img{position:absolute;top:-.5px;left:0;width:100%;height:1px;max-width:none}
.capabilities{display:flex;flex-direction:column;gap:48px;margin-top:150px;padding:0 min(13.888889vw,200px)}
.capabilities h2{margin:0;font-size:50px;font-weight:510;line-height:60px}
.capabilities__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;width:100%;align-items:start}
.capability{display:flex;flex-direction:column;gap:36px;min-width:0}
.capability__heading{display:flex;flex-direction:column;gap:24px;color:var(--gray);font-size:14px;line-height:17px}
.capability__divider{position:relative;display:block;width:100%;height:0}
.capability__divider img{position:absolute;top:-.5px;left:0;width:100%;height:1px;max-width:none}
.capability__content{display:flex;flex-direction:column;gap:16px}
.capability__content h3,.capabilities__tools h3{margin:0;font-size:30px;font-weight:510;line-height:36px}
.capability__content h3>span{display:block}
.capability__content p,.capabilities__tools p{font-size:16px;font-weight:400;line-height:19px}
.capabilities__tools{display:flex;flex-direction:column;gap:24px}
.working-style{display:flex;align-items:center;gap:60px;margin-top:150px;padding:0 min(13.888889vw,200px)}
.working-style__image{position:relative;flex:0 0 376px;aspect-ratio:376/421;background:var(--gray);overflow:hidden}
.working-style__image-inner{position:absolute;inset:0 -15.16% -53.92%}
.working-style__image img{width:100%;height:100%;max-width:none;object-fit:cover}
.working-style__copy{position:relative;display:flex;flex-direction:column;gap:36px;flex:1;min-width:0;padding:60px 0}
.working-style__copy h2{margin:0;font-size:50px;font-weight:510;line-height:60px}
.working-style__copy p{font-size:16px;font-weight:400;line-height:19px}
.working-style__arrow{position:absolute;right:0;top:0;display:block;width:24px;height:24px}
.working-style__arrow img{width:100%;height:100%}
@media(max-width:1100px){
 .work-hero{padding:138px 10px 0}
 .work-hero__content{gap:48px}
 .work-hero__heading{gap:12px}
 .work-hero__heading h1{font-size:40px;line-height:48px}
 .work-hero__heading p{font-size:16px;line-height:19px}
 .work-filters__button{padding:12px 16px;font-size:14px;line-height:17px}
 .work-catalog .project__title{position:relative;padding-bottom:0;border:0;line-height:36px}
 .work-catalog .project__rule{position:relative;display:block;width:100%;height:0}
 .work-catalog .project__rule img{position:absolute;top:-.5px;left:0;width:100%;height:1px;max-width:none}
 .work-catalog .project__meta{line-height:17px}
 .work-catalog .project__tags{font-size:12px;line-height:14px}
 .work-catalog .project__value--desktop{display:none}
 .work-catalog .project__value--mobile{display:inline}
 .about-page-hero{padding:138px 10px 0}
 .about-page-hero__content{gap:36px;padding-bottom:48px}
 .about-page-hero__title{font-size:40px;line-height:48px}
 .about-page-hero__title>span{display:inline}
 .biography{display:flex;flex-direction:column;gap:36px;margin-top:40px;padding:0 10px}
 .biography__copy{display:contents;font-size:14px;line-height:17px}
 .biography__intro{display:flex;flex-direction:column;gap:24px;order:0;font-size:14px;font-weight:400;line-height:17px}
 .biography__arrow{position:static;width:16px;height:16px}
 .biography__main--desktop{display:none}.biography__main--mobile{display:block}
 .biography__image{width:100%;aspect-ratio:355/533;order:1}
 .biography__support{order:2;font-size:14px;font-weight:400;line-height:17px}
 .experience{gap:36px;margin-top:80px;padding:80px 10px}
 .experience__heading h2{font-size:30px;line-height:36px}
 .experience__heading p{font-size:10px;line-height:12px}
 .experience__record{flex-direction:column;gap:24px}
 .experience__dates{flex-basis:auto}
 .experience__content{width:100%;flex:auto}
 .experience__content h3{font-size:20px;line-height:24px}
 .experience__title-line{display:block}
 .experience__description{gap:17px;font-size:14px;line-height:17px}
 .capabilities{gap:36px;margin-top:80px;padding:0 10px}
 .capabilities h2{font-size:30px;line-height:36px}
 .capabilities__grid{grid-template-columns:minmax(0,1fr);gap:36px}
 .capability{gap:24px}
 .capability__heading{gap:12px;font-size:12px;line-height:14px}
 .capability__content h3,.capabilities__tools h3{font-size:20px;line-height:24px}
 .capability__content p,.capabilities__tools p{font-size:14px;line-height:17px}
 .working-style{flex-direction:column;gap:36px;margin-top:80px;padding:0 10px}
 .working-style__image{order:1;flex-basis:auto;width:100%;aspect-ratio:355/360}
 .working-style__copy{order:0;width:100%;flex:auto;gap:24px;padding:0}
 .working-style__copy h2{font-size:30px;line-height:36px}
 .working-style__copy p{font-size:14px;line-height:17px}
 .working-style__arrow{position:static;align-self:flex-end;width:16px;height:16px}
}
.hero__service-copy p,.footer__heading h2,.footer__heading-second{overflow:hidden}
@media(max-width:1100px){
 .footer-shell{margin-top:80px}
 .footer{padding:80px 10px 24px;gap:72px}
 .footer__content{padding:0}
 .footer__heading{font-size:40px;line-height:normal}
 .footer__heading-row{gap:24px;align-items:center}
 .footer__portrait{width:60px;height:60px}
 .footer__arrow{top:auto;bottom:12px}
 .contact-circle-wrap{width:96px;height:96px;top:-48px;right:50px}
 .contact-circle{font-size:14px;line-height:17px}
 .footer__contact-pills{flex-direction:column;align-items:stretch}
 .footer__contact-pills .pill{width:100%;text-align:center;line-height:17px}
 .footer__copy{font-size:14px;line-height:17px}
 .footer__bottom{flex-wrap:wrap;gap:24px;align-items:flex-start}
 .footer__metadata--social{position:relative;order:-1;flex:0 0 100%;justify-content:start;padding-bottom:24px}
 .footer__metadata--social::after{content:'';position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid #414144}
}
@media(prefers-reduced-motion:reduce){.project__title,.pill::before,.project-preview,.project-preview__stack,.project-cursor,.contact-circle::before,.footer__social-link::after,.page-transition{transition-duration:.01ms}}

/* Work catalogue: Figma asset crops stay independent of Home assets. */
.page-work .project--siverguma{--project-mat:#1c1d20;--project-inset:25.63% 2.82% 25.63% 2.82%}
.page-work .project--paving{--project-mat:#e6e8eb;--project-inset:23.1% 2.82% 22.82% 2.82%}
.page-work .project--electroport{--project-mat:#1c1d20;--project-inset:15.21% 2.82% 15.21% 2.82%}
.page-work .project--uperwood{--project-mat:#e6e8eb;--project-inset:19.44% 2.82% 19.15% 2.82%}
.page-work .project--fusion{--project-mat:#1c1d20;--project-inset:11.27% 2.82% 11.27% 2.82%}
.page-work .project--dentistry{--project-mat:#e6e8eb;--project-inset:21.97% 2.82% 21.97% 2.82%}
.page-work .project--xreal{--project-mat:#1c1d20;--project-inset:19.15% 2.82% 18.87% 2.82%}
.page-work .project--embroidery{--project-mat:#e6e8eb;--project-inset:26.76% 2.82% 26.48% 2.82%}
.page-work .project--dashboard{--project-mat:#1c1d20;--project-inset:26.2% 2.82% 25.92% 2.82%}
.page-work .project--beauty{--project-mat:#e6e8eb;--project-inset:4.79% 2.82% 4.79% 2.82%}
.page-work .project--paving-catalog{--project-mat:#1c1d20;--project-inset:17.75% 2.82% 17.75% 2.82%}
.page-work .project--packaging{--project-mat:#e6e8eb;--project-inset:13.52% 2.82% 13.24% 2.82%}
.page-work .project--kitchenstock{--project-mat:#1c1d20;--project-inset:23.38% 2.82% 23.1% 2.82%}
.page-work .project--recruiting{--project-mat:#e6e8eb;--project-inset:8.17% 2.82% 8.17% 2.82%}
.page-work .project--online-store{--project-mat:#1c1d20;--project-inset:22.54% 2.82% 22.25% 2.82%}
.page-work .project--mri-center{--project-mat:#e6e8eb;--project-inset:26.2% 2.82% 26.2% 2.82%}
.page-work .project--property-corporate{--project-mat:#1c1d20;--project-inset:23.38% 2.82% 23.38% 2.82%}
.page-work .project--streaming{--project-mat:#e6e8eb;--project-inset:16.06% 2.82% 16.06% 2.82%}
.page-work .project--songs{--project-mat:#1c1d20;--project-inset:11.55% 2.82% 11.27% 2.82%}
.page-work .project--advertising{--project-mat:#e6e8eb;--project-inset:24.23% 2.82% 23.94% 2.82%}
.page-work .project--personal-portfolio{--project-mat:#1c1d20;--project-inset:25.63% 2.82% 25.63% 2.82%}
.page-work .project--carwash{--project-mat:#e6e8eb;--project-inset:10.42% 2.82% 10.42% 2.82%}
.page-work .project--mammologist{--project-mat:#1c1d20;--project-inset:14.93% 2.82% 14.65% 2.82%}
.page-work .project--restaurant{--project-mat:#e6e8eb;--project-inset:7.89% 2.82% 7.61% 2.82%}
.page-work .project--property-landing{--project-mat:#1c1d20;--project-inset:21.13% 2.82% 21.13% 2.82%}
.page-work .project--beauty-studio{--project-mat:#e6e8eb;--project-inset:5.07% 2.82% 4.79% 2.82%}
/* Published project data provides validated image geometry for both card views. */
[data-project-media] .project__image-inner{position:absolute;inset:var(--project-inset);display:block;overflow:hidden}
[data-project-media] .project__image-inner img{position:absolute;left:var(--project-image-left);top:var(--project-image-top);width:var(--project-image-width);height:var(--project-image-height);object-fit:var(--project-image-fit);max-width:none}
.project-preview__mat[data-project-media],.project__image[data-project-media]{background:var(--project-mat)}
body[data-page=home] .project__image{background:var(--project-mat)}

.project-intro{display:flex;flex-direction:column;gap:80px}
.project-intro__identity{display:flex;flex-direction:column;gap:24px}
.project-intro h1{margin:0;font-size:clamp(65px,6.25vw,90px);font-weight:510;line-height:1.188888889;overflow-wrap:break-word}
.project-intro__rule{position:relative;display:block;width:100%;height:0}
.project-intro__rule img{position:absolute;top:-.5px;left:0;width:100%;height:1px;max-width:none}
.project-intro__details{display:flex;flex-direction:column;gap:16px}
.project-intro__meta,.project-intro__tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:18px;line-height:normal}
.project-intro__tags{gap:6px;font-size:14px;color:var(--gray)}
.project-intro__cover{aspect-ratio:1040/549;overflow:hidden}
.project-intro__cover img{width:100%;height:100%;object-fit:contain}
.project-intro__narrative{display:flex;flex-direction:column;gap:36px}
.project-intro__row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:80px}
.project-intro__row h2{margin:0;font-size:30px;line-height:normal;font-weight:510}
.project-intro__row>p,.project-intro__copy{font-size:18px;line-height:normal;font-weight:400}
.project-intro__copy{display:flex;flex-direction:column;gap:1lh}
.project-intro__result{font-size:20px;line-height:normal;font-weight:400}
.project-intro__result strong{font-weight:590}
@media(max-width:1100px){
 .project-intro{gap:36px}
 .project-intro__identity{gap:12px}
 .project-intro h1{font-size:40px;line-height:48px}
 .project-intro__details{gap:12px}
 .project-intro__meta{gap:6px;font-size:14px;line-height:17px}
 .project-intro__tags{font-size:12px;line-height:14px}
 .project-intro__cover{aspect-ratio:355/183}
 .project-intro__narrative{gap:24px}
 .project-intro__row{display:flex;flex-direction:column;gap:12px}
 .project-intro__row h2{font-size:20px;line-height:24px}
 .project-intro__row>p,.project-intro__copy{font-size:14px;line-height:17px}
 .project-intro__result{font-size:16px;line-height:19px}
}

.case-media{margin-top:80px;padding:0 min(10.416666667vw,150px);display:flex;justify-content:center}
.case-media--dark{background:var(--ink);padding-top:80px;padding-bottom:80px}
.case-media--light{background:#e6e8eb;padding-top:80px;padding-bottom:80px}
.case-media__frame{position:relative;width:100%;max-width:var(--case-desktop-width);aspect-ratio:var(--case-desktop-ratio);overflow:hidden;background:var(--case-background,transparent)}
.case-media__layer{position:absolute;left:var(--case-desktop-left);top:var(--case-desktop-top);width:var(--case-desktop-width);height:var(--case-desktop-height);max-width:none;object-fit:var(--case-desktop-fit,cover)}
@media(max-width:1100px){
 .case-media{padding-left:10px;padding-right:10px}
 .case-media__frame{max-width:var(--case-mobile-width);aspect-ratio:var(--case-mobile-ratio);background:var(--case-mobile-background,var(--case-background,transparent))}
 .case-media__layer{left:var(--case-mobile-left);top:var(--case-mobile-top);width:var(--case-mobile-width);height:var(--case-mobile-height);object-fit:var(--case-mobile-fit,cover)}
}

.case-media__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.case-media--layered.case-media--light{margin-top:0;margin-bottom:-1px}
@media(max-width:1100px){.case-media--layered.case-media--light{margin-bottom:0}}

.case-media__frame--natural{aspect-ratio:auto;max-width:none}
.case-media__frame--natural .case-media__image{position:static;height:auto}
.case-gallery{display:flex;flex-direction:column;gap:150px;overflow:hidden;padding:80px min(13.888889vw,200px);background:#e6e8eb}
.case-gallery--dark{background:var(--ink)}
.case-gallery--plain{background:#fff}
.case-gallery--last{padding-bottom:150px}
.case-gallery__columns{display:flex;gap:calc((100% - 4 * (100% * 240 / 1040)) / 3)}
.case-gallery__column{display:flex;flex-direction:column;gap:140px;flex:1;min-width:0}
.case-gallery__column:nth-child(even){padding-top:60px}
.case-gallery__tile{position:relative;aspect-ratio:var(--gallery-desktop-ratio,auto);overflow:hidden;background:var(--gray)}
.case-gallery__tile--natural{aspect-ratio:auto}
.case-gallery__tile--natural img{position:static;width:100%;height:auto}
.case-pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;width:100%}
.case-pager__button{padding:16px 24px;background:#fff;line-height:21px}
.case-pager__count{font-size:14px;line-height:17px;color:var(--gray)}
.case-pager__count>span{color:var(--ink)}
.case-pager__label--mobile{display:none}
@media(max-width:1100px){
 .case-gallery{padding:80px 10px;gap:80px}
 .case-gallery__columns{gap:25px}
 .case-gallery__column{gap:25px}
 .case-gallery__tile{aspect-ratio:var(--gallery-mobile-ratio,auto)}
 .case-gallery__tile--natural{aspect-ratio:auto}
 .case-pager{gap:36px 0}
 .case-pager__button{padding:12px 16px;font-size:14px;line-height:17px}
 .case-pager__count{font-size:12px;line-height:14px}
 .case-pager__label--desktop{display:none}
 .case-pager__label--mobile{display:inline}
}

.page-project .footer-shell{margin-top:0}
.page-project .footer__curve{background:var(--case-footer-background,#fff)}



/* Revision: native touch scrolling retains the requested photo motion. */
.native-photo-motion .biography__image img{top:-10%;height:120%}
.project:target{outline:1px solid var(--blue);outline-offset:8px}
@media(max-width:1100px){.side-menu__nav{align-items:stretch}.side-menu__link::after{left:auto;right:0;width:6px;height:6px}.side-menu__bottom{padding-top:24px}.side-menu__social{gap:24px}}
