:root{--ink:#2e2e38;--grey:#676783;--grey-dark:#9898ae;--border:#e1e1e5;--bg:#ebebef;--bg-card:#f4f4f6;--neutral:#f5f5f5;--orange:#ff5747;--blue:#46a0ff;--blue-deep:#5185bd;--footer:#0e0e11;--black:#2f2f2f;--font-display:var(--font-space-grotesk), system-ui, sans-serif;--font-body:var(--font-satoshi), system-ui, sans-serif;--h1:112px;--h2:clamp(1.75rem, 1.3rem + 1.6vw, 2.25rem);--h3a:1.25rem;--h3b:1rem;--container:82.5rem;--gutter:clamp(1.25rem, 4vw, 3rem);--radius:30px;--radius-sm:12px;--ease-out:cubic-bezier(.22,1,.36,1);--nav-height:84px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:1.0625rem;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}:focus-visible{outline:2px solid var(--blue-deep);outline-offset:3px;border-radius:4px}.container{width:min(var(--container), 100% - 2*var(--gutter));margin-inline:auto}h1,h2,h3{font-family:var(--font-display);color:var(--ink)}h1{font-weight:500;font-size:var(--h1);letter-spacing:-.02em;line-height:1.04}h2{font-weight:600;font-size:var(--h2);letter-spacing:-.015em;line-height:1.12}.section h1{letter-spacing:-.02em;font-size:clamp(2.5rem,1.25rem + 4.5vw,4.75rem);font-weight:600;line-height:1.08}.section h1 em{color:var(--orange);font-style:normal}h3{font-weight:500;font-size:var(--h3a);line-height:1.3}.h3b{font-family:var(--font-display);font-weight:600;font-size:var(--h3b)}.eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--blue-deep);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.eyebrow--dark{color:var(--grey-dark)}.dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.dot--live{background:var(--orange);animation:2.2s infinite pulse;box-shadow:0 0 #ff574773}@keyframes pulse{0%{box-shadow:0 0 #ff574773}70%{box-shadow:0 0 0 9px #ff574700}to{box-shadow:0 0 #ff574700}}.btn{font-family:var(--font-display);transition:transform .35s var(--ease-out), background-color .25s, color .25s, border-color .25s, box-shadow .25s;will-change:transform;border-radius:999px;align-items:center;gap:.55rem;padding:.95rem 1.6rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn svg{width:15px;height:15px;transition:transform .3s var(--ease-out)}.btn:hover svg{transform:translate(4px)}.btn--primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px -10px #ff57478c}.btn--primary:hover{background:#46a0ff;transform:translateY(-2px);box-shadow:0 10px 24px -10px #46a0ff8c}.btn--ghost{color:var(--ink);border:1px solid var(--border);background:0 0;background:var(--neutral)}.btn--ghost:hover{border-color:var(--blue);color:var(--blue);background:var(--neutral);transform:translateY(-2px)}.btn--ghost:hover svg{stroke:var(--blue)}.btn--outline-dark{color:#fff;border:1px solid #ffffff40}.btn--outline-dark:hover{border-color:#fff;transform:translateY(-2px)}.btn--about-cta{background:var(--orange);color:#fff;border:1px solid var(--orange);box-shadow:0 10px 24px -10px #ff57478c}.btn--about-cta:hover{color:#fff;background:#46a0ff;border-color:#46a0ff;transform:translateY(-2px);box-shadow:0 10px 24px -10px #46a0ff8c}.btn--sm{padding:.6rem 1.15rem;font-size:.875rem}.btn--lg{padding:1.1rem 2rem;font-size:1rem}.nav{z-index:60;-webkit-backdrop-filter:blur()saturate();box-shadow:none;transition:background-color .3s, box-shadow .3s, backdrop-filter .3s, border-color .3s, transform .4s var(--ease-out), opacity .4s var(--ease-out);background:0 0;border-bottom:none;position:fixed;inset:0 0 auto}.nav.nav--subpage{background:var(--bg);animation:.8s cubic-bezier(.16,1,.3,1) forwards navFadeInUp;border-bottom:none!important}.nav.nav--hidden{opacity:0!important;pointer-events:none!important;animation:none!important;transform:translateY(-100%)!important}.nav.is-scrolled{-webkit-backdrop-filter:blur(28px)saturate(170%);background:#ebebefd1;box-shadow:0 10px 26px -20px #2e2e384d;border-bottom:1px solid #2e2e381f!important}.nav__inner{width:min(var(--container), 100% - 2*var(--gutter));justify-content:space-between;align-items:center;margin-inline:auto;padding-block:1.1rem;display:flex}.nav__logo{font-family:var(--font-display);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:600;display:flex}.nav__logo sup{color:var(--orange);font-size:.6em}.nav__logo-mark{background:conic-gradient(from 45deg, var(--orange), var(--blue));border-radius:3px;width:12px;height:12px;display:inline-block}.nav__links{gap:2.2rem;display:flex}.nav__links a{font-family:var(--font-display);color:var(--ink);font-size:.9375rem;font-weight:500;transition:color .25s;position:relative}.nav__links a:after{content:"";width:0;height:2px;transition:width .3s var(--ease-out);background:#46a0ff;border-radius:2px;position:absolute;bottom:-6px;left:0}.nav__links a:hover{color:#46a0ff}.nav__links a:hover:after{width:100%}.nav__lang{border:1px solid var(--border);color:var(--grey);border-radius:99px;padding:.28rem .7rem;font-size:.8125rem!important}.nav__lang:after{display:none}.nav__lang:hover{border-color:var(--ink);color:var(--ink)}.nav__logo-img{width:auto;height:48px;display:block}.btn-floating-home{z-index:99;background:var(--neutral);border:1px solid var(--border);width:52px;height:52px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,border-color .3s,color .3s,transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 24px -10px #2e2e3840}.btn-floating-home:hover{background:var(--orange);border-color:var(--orange);color:#fff;transform:translateY(-4px);box-shadow:0 10px 24px -10px #ff57478c}@media (max-width:760px){.btn-floating-home{width:46px;height:46px;bottom:1.5rem;right:1.5rem}}.nav__cta{align-items:center;gap:1rem;display:flex}.btn--nav-cta{color:#fff;box-shadow:none;background-color:#2e2e38;padding:16px 20px}.btn--nav-cta:hover{color:#fff;background-color:#46a0ff}.nav__burger{flex-direction:column;gap:6px;padding:8px;display:none}.nav__burger span{background:var(--ink);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s}.nav__burger[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.nav__burger[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu{z-index:55;background:var(--bg);text-align:center;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu nav{flex-direction:column;align-items:center;gap:1.6rem;display:flex}.mobile-menu nav a:not(.btn){font-family:var(--font-display);font-size:1.75rem;font-weight:500}.hero{background:var(--bg);flex-direction:column;justify-content:center;min-height:100dvh;padding-top:clamp(5.5rem,4.5rem + 3vw,7.5rem);padding-bottom:clamp(1.5rem,3vw,3rem);display:flex;position:relative}.content-wrapper{z-index:2;background:var(--bg);border-radius:30px;position:relative;overflow:hidden;box-shadow:0 -15px 30px #00000008}.content-wrapper--subpage{animation:.85s cubic-bezier(.16,1,.3,1) forwards subpageFadeInUp;display:flow-root;box-shadow:none!important;border-radius:0 0 30px 30px!important}@keyframes navFadeInUp{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes subpageFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.content-wrapper--subpage:before{display:none!important}.content-wrapper:before{content:"";pointer-events:none;opacity:.04;z-index:-1;border-radius:inherit;background:linear-gradient(#2e2e38 1px,#0000 1px) 0 0/88px 88px,linear-gradient(90deg,#2e2e38 1px,#0000 1px) 0 0/88px 88px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}@media (min-width:1025px){.hero{z-index:1;position:sticky;top:0}.footer{z-index:0;width:100%;position:fixed;bottom:0;left:0}.content-wrapper{border-radius:30px}}.hero:before{content:"";pointer-events:none;background:linear-gradient(var(--border) 1px, transparent 1px) 0 0 / 88px 88px, linear-gradient(90deg, var(--border) 1px, transparent 1px) 0 0 / 88px 88px;opacity:.35;position:absolute;inset:0 0 30%;-webkit-mask-image:radial-gradient(85% 100% at 50% 0,#000 30%,#0000 90%);mask-image:radial-gradient(85% 100% at 50% 0,#000 30%,#0000 90%)}.hero__grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:clamp(2rem,4vw,4rem);display:grid;position:relative}.hero__eyebrow{margin-bottom:1.25rem}.hero__title{max-width:13ch}@media (max-width:760px){.hero__title{max-width:none;font-size:clamp(2.5rem,11vw,5.5rem);line-height:1.05}}.hero__title em{color:var(--orange);white-space:nowrap;font-style:normal;position:relative}.hero__title em:after{content:"";background:var(--orange);height:.09em;transform:scaleX(var(--underline,0));transform-origin:0;transition:transform 1s var(--ease-out) .9s;border-radius:99px;position:absolute;bottom:.06em;left:0;right:0}.hero__sub{max-width:44ch;color:var(--grey);margin-top:2.25rem;font-size:1.0625rem}.hero__actions{flex-wrap:wrap;gap:.85rem;margin-top:3.25rem;display:flex}.hero__meta{border-top:1px solid var(--border);font-family:var(--font-display);flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:1.25rem;font-size:.9375rem;font-weight:500;display:flex}.hero__meta-k{letter-spacing:.12em;text-transform:uppercase;color:var(--grey-dark);margin-bottom:.3rem;font-size:.75rem;font-weight:600;display:block}.hero__portrait{flex-direction:column;place-self:stretch end;width:min(100%,28rem);margin-top:0;display:flex;position:relative}.hero__portrait-frame{border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);flex-grow:1;display:flex;overflow:hidden;box-shadow:0 30px 60px -30px #2e2e3840}.hero__portrait-frame img{object-fit:cover;object-position:center 15%;width:100%;height:100%}.hero__dims{position:absolute;overflow:visible}.hero__dims line{stroke:var(--blue-deep);stroke-width:1.5px}.hero__dims--top{width:100%;height:28px;top:-26px;left:0;right:0}.hero__dims--side{width:28px;height:100%;top:0;bottom:0;left:-26px}.hero__dims-label{font-family:var(--font-display);letter-spacing:.14em;color:var(--blue-deep);background:var(--bg);white-space:nowrap;padding:0 .6rem;font-size:.66rem;font-weight:600;position:absolute}.hero__dims-label--top{top:-33px;left:50%;transform:translate(-50%)}.hero__dims-label--side{top:50%;left:-26px;transform:translate(-50%,-50%)rotate(-90deg)}.hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-sm);background:#f5f5f5eb;padding:.7rem 1rem;line-height:1.3;position:absolute;bottom:1rem;left:1rem}.hero__badge strong{font-family:var(--font-display);font-size:.9375rem;font-weight:600;display:block}.hero__badge span{color:var(--grey);font-size:.8125rem}.hero__rule{border-top:1px solid var(--border);margin-top:clamp(2rem,5vw,4rem)}.hero__rule--bottom{border-top:1px solid var(--border);margin-top:0}.marquee{padding-block:1.6rem;overflow:hidden}.marquee__track{width:max-content;font-family:var(--font-display);color:var(--grey);white-space:nowrap;align-items:center;gap:2.75rem;font-size:1rem;font-weight:500;animation:30s linear infinite marquee;display:flex}.marquee__track i{color:var(--orange);font-size:.6rem;font-style:normal}@keyframes marquee{to{transform:translate(-50%)}}.section{padding-block:clamp(5.5rem,5rem + 6vw,10rem)}.section__head{max-width:44rem;margin-bottom:clamp(3rem,5vw,4.5rem)}.section__head .eyebrow,.faq__intro .eyebrow,.about__body .eyebrow{margin-bottom:1.25rem}.section__lede{color:var(--grey);max-width:40rem;margin-top:1.25rem;font-size:1.0625rem}.work{border-bottom:1px solid var(--border)}.work__grid{grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2.5rem);margin-top:clamp(3rem,5vw,4rem);display:grid}.work__cta{justify-content:center;margin-top:clamp(2.5rem,5vw,4rem);display:flex}.work-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .3s, box-shadow .5s var(--ease-out), transform .5s var(--ease-out);transform-style:preserve-3d;will-change:transform;flex-direction:column;gap:1.5rem;padding:clamp(1.25rem,2vw,1.75rem);display:flex;box-shadow:0 20px 40px -24px #2e2e3826}.work-card:hover{border-color:var(--blue-deep);box-shadow:0 30px 60px -25px #2e2e3847}.work-card__canvas{aspect-ratio:16/11;background:var(--mock-bg,#17171c);color:var(--mock-ink,#f4f4f6);transition:transform .5s var(--ease-out);border-radius:12px;padding:clamp(1rem,2vw,1.5rem);position:relative;overflow:hidden}.work-card__canvas--image{padding:0}.work-card__image{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;transition:transform .6s var(--ease-out);display:block}.work-card:hover .work-card__image{transform:scale(1.03)}.mock{height:100%;transition:transform .3s var(--ease-out);will-change:transform;flex-direction:column;gap:.75rem;display:flex}.mock__bar{gap:.35rem;display:flex}.mock__bar i{opacity:.25;background:currentColor;border-radius:50%;width:8px;height:8px}.mock__body{flex-direction:column;flex:1;gap:.75rem;margin-top:.5rem;display:flex}.mock__h{opacity:.35;background:currentColor;border-radius:3px;height:10px}.mock__h--lg{opacity:.75;width:75%;height:14px}.mock__h--md{opacity:.5;width:55%}.mock__h--sm{opacity:.35;width:40%}.mock__cta{background:var(--mock-accent,currentColor);border-radius:6px;width:38%;height:24px;margin-top:auto}.mock__row{gap:.5rem;margin-top:.25rem;display:flex}.mock__slot{opacity:.12;background:currentColor;border-radius:6px;flex:1;height:22px}.mock__slot--on{background:var(--mock-accent,currentColor);opacity:1}.mock__gallery{gap:.5rem;display:flex}.mock__gallery i{aspect-ratio:1;opacity:.2;background:currentColor;border-radius:6px;flex:1}.work-card__info{flex-direction:column;gap:.75rem;display:flex}.work-card__title-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.work-card__title-row h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:clamp(1.15rem,1rem + .5vw,1.375rem);font-weight:500;line-height:1.2}.work-card__arrow{border:1px solid var(--border);width:36px;height:36px;color:var(--ink);background:var(--neutral);transition:transform .35s var(--ease-out), background-color .25s, color .25s, border-color .25s;border-radius:50%;flex:none;place-items:center;display:grid}.work-card__arrow svg{width:14px;height:14px}.work-card:hover .work-card__arrow{background:var(--ink);color:#fff;border-color:var(--ink);transform:translate(2px,-2px)}.work-card__info>p{color:var(--grey);font-size:.9875rem;line-height:1.55}.tags{flex-wrap:wrap;gap:.4rem;margin-top:.25rem;display:flex}.tags li{font-family:var(--font-display);background:var(--neutral);border:1px solid var(--border);color:var(--grey);border-radius:99px;padding:.3rem .7rem;font-size:.75rem;font-weight:500}.scroll-x{width:100%;position:relative}.scroll-x__container{width:100%;position:relative;overflow:visible}.scroll-x__gradient-left,.scroll-x__gradient-right{z-index:10;pointer-events:none;width:8vw;position:absolute;top:0;bottom:0}.scroll-x__gradient-left{background:linear-gradient(90deg,#ebebef 20%,#0000);left:0}.scroll-x__gradient-right{background:linear-gradient(270deg,#ebebef 20%,#0000);right:0}.scroll-x__wrap{width:max-content;padding:0 var(--gutter);will-change:transform;gap:2.5rem;display:flex}.scroll-x__wrap>:first-child{margin-left:0}.scroll-x__progress{background:var(--border);height:4px;margin:3.5rem var(--gutter) 0 var(--gutter);border-radius:9px;position:relative;overflow:hidden}.scroll-x__progress-bar{background:var(--blue);transform-origin:0;border-radius:9px;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(0)}.about{border-bottom:1px solid var(--border)}.about__grid{grid-template-columns:.8fr 1.2fr;align-items:stretch;gap:clamp(2.5rem,6vw,6rem);display:grid}.about__media{flex-direction:column;height:100%;display:flex;position:relative}.about__media img{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);flex-grow:1;width:100%;height:100%;box-shadow:0 24px 48px -24px #2e2e3840}.about__media-tag{font-family:var(--font-display);background:var(--neutral);border:1px solid var(--border);z-index:2;border-radius:99px;align-items:center;gap:.55rem;margin-top:0;padding:.55rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex;position:absolute;bottom:1.5rem;left:1.5rem}.about__statement{font-family:var(--font-display);letter-spacing:-.01em;margin-top:1.5rem;font-size:clamp(1.5rem,1.1rem + 1.7vw,2.25rem);font-weight:500;line-height:1.3}.about__statement .w{color:var(--grey-dark);transition:color .3s}.about__statement .w.is-on{color:var(--ink)}.about__cols{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.75rem;padding-top:2rem;display:grid}.about__cols p{color:var(--grey);margin-top:.6rem;font-size:.9875rem}.about__body>.btn{margin-top:2.5rem}.process{border-bottom:1px solid var(--border);overflow:hidden}.process .container{margin-bottom:clamp(3rem,6vw,5rem)}.process__note{color:var(--grey);margin-top:1.5rem;font-size:.9875rem}.process__note a{color:var(--blue-deep);border-bottom:1px solid;font-weight:700}.process-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);min-width:clamp(300px,42vw,460px);max-width:clamp(300px,42vw,460px);min-height:clamp(420px,40vw,560px);transition:border-color .4s, box-shadow .4s var(--ease-out), transform .4s var(--ease-out);flex-direction:column;justify-content:space-between;gap:clamp(1.5rem,3vw,2rem);padding:clamp(1.75rem,3vw,2.5rem);display:flex;box-shadow:0 20px 40px -20px #2e2e3826}.process-card--bg{isolation:isolate;background-image:var(--card-bg);color:#fff;background-position:50%;background-size:cover;border-color:#0000;position:relative;overflow:hidden}.process-card--bg:before{content:"";z-index:-1;transition:background .4s var(--ease-out);background:linear-gradient(#14141c8c 0%,#14141cc7 60%,#14141ce0 100%);position:absolute;inset:0}.process-card--bg:hover:before{background:linear-gradient(#14141c99 0%,#14141cd1 60%,#14141ce6 100%)}.process-card--bg .process-card__num{color:#fff;opacity:1;text-shadow:0 1px 2px #00000059}.process-card--bg .process-card__title{color:#fff}.process-card--bg .process-card__body p{color:#ffffffeb}.process-card--bg:hover{border-color:#0000}.process-card:hover{border-color:var(--blue-deep);transform:translateY(-4px);box-shadow:0 30px 60px -25px #2e2e3840}.process-card__num{font-family:var(--font-display);letter-spacing:-.03em;color:var(--blue-deep);opacity:.85;font-size:clamp(3rem,5vw,4.25rem);font-weight:500;line-height:1}.process-card__body{flex-direction:column;gap:.75rem;display:flex}.process-card__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);font-size:clamp(1.25rem,1rem + .9vw,1.6rem);font-weight:500;line-height:1.15}.process-card__body p{color:var(--grey);font-size:.9875rem;line-height:1.55}.testimonials{border-bottom:1px solid var(--border)}.editorial-testimonials{max-width:1100px;margin:0 auto;padding:clamp(2rem,5vw,4rem) 0 0}.editorial-testimonials__stage{flex:1;align-items:flex-start;gap:clamp(1.25rem,3vw,2.25rem);min-width:0;min-height:220px;display:flex}.editorial-testimonials__index{font-family:var(--font-display);letter-spacing:-.04em;color:var(--blue);opacity:.12;-webkit-user-select:none;user-select:none;font-feature-settings:"tnum";transition:opacity .5s var(--ease-out);flex:none;font-size:clamp(4.5rem,9vw,7.5rem);font-weight:300;line-height:1}.editorial-testimonials__content{flex:1;min-width:0;padding-top:clamp(.5rem,1.5vw,1.25rem)}.editorial-testimonials__quote{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);transition:opacity .3s var(--ease-out), transform .3s var(--ease-out);font-size:clamp(1.35rem,1rem + 1.6vw,1.9rem);font-weight:300;line-height:1.35}.editorial-testimonials__quote.is-long{font-size:clamp(1.05rem,.9rem + .9vw,1.4rem);line-height:1.45}.editorial-testimonials__quote:before{content:none}.editorial-testimonials.is-transitioning .editorial-testimonials__quote{opacity:0;transform:translate(1rem)}.editorial-testimonials__author{cursor:default;transition:opacity .3s var(--ease-out) 50ms;align-items:center;gap:1rem;margin-top:clamp(1.75rem,3vw,2.5rem);display:flex}.editorial-testimonials.is-transitioning .editorial-testimonials__author{opacity:0;transition-delay:0s}.editorial-testimonials__avatar{width:56px;height:56px;font-family:var(--font-display);color:#fff;background:linear-gradient(135deg, var(--blue), var(--blue-deep));transition:box-shadow .3s var(--ease-out);border-radius:50%;flex:none;place-items:center;font-weight:600;display:grid;overflow:hidden;box-shadow:0 0 0 2px #2e2e3814}.editorial-testimonials__avatar img{object-fit:contain;width:78%;height:78%;transition:transform .3s var(--ease-out);display:block}.editorial-testimonials__author:hover .editorial-testimonials__avatar{box-shadow:0 0 0 2px #2e2e3847}.editorial-testimonials__author:hover .editorial-testimonials__avatar img{transform:scale(1.18)}.editorial-testimonials__author-meta{min-width:0}.editorial-testimonials__name{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:500;line-height:1.2}.editorial-testimonials__role{color:var(--grey);margin-top:.2rem;font-size:.875rem;line-height:1.3}.editorial-testimonials__sep{color:#2e2e3833;margin:0 .5rem}.editorial-testimonials__author:hover [data-company]{color:var(--ink);transition:color .3s var(--ease-out)}.editorial-testimonials__main{padding:0 clamp(3.5rem,6vw,5rem);position:relative}.editorial-testimonials__pagination{justify-content:center;align-items:center;gap:1.5rem;margin-top:clamp(2.5rem,5vw,4rem);display:flex}.editorial-testimonials__dots{align-items:center;gap:.75rem;display:flex}.editorial-testimonials__dot{appearance:none;cursor:pointer;background:0 0;border:0;padding:1rem 0;display:block}.editorial-testimonials__dot-line{background:var(--blue);opacity:.35;width:24px;height:2px;transition:width .5s var(--ease-out), opacity .5s var(--ease-out), background .5s var(--ease-out);display:block}.editorial-testimonials__dot:hover .editorial-testimonials__dot-line{opacity:.7;width:32px}.editorial-testimonials__dot.is-active .editorial-testimonials__dot-line{background:var(--blue);opacity:1;width:48px}.editorial-testimonials__counter{letter-spacing:.18em;text-transform:uppercase;color:var(--grey);font-feature-settings:"tnum";font-size:.75rem}.editorial-testimonials__arrow{appearance:none;color:#2e2e3866;cursor:pointer;width:48px;height:48px;transition:color .3s var(--ease-out), background .3s var(--ease-out), transform .2s var(--ease-out);background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid;position:absolute;top:clamp(2.5rem,5.5vw,4.25rem)}.editorial-testimonials__arrow[data-prev]{left:0}.editorial-testimonials__arrow[data-next]{right:0}.editorial-testimonials__arrow:hover{color:var(--blue);background:#46a0ff14}.editorial-testimonials__arrow:active{transform:scale(.92)}.editorial-testimonials__arrow:focus-visible{outline:2px solid var(--blue-deep);outline-offset:2px}.faq{padding-top:clamp(3rem,2rem + 2vw,4rem);padding-bottom:72px}.faq__grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(2.5rem,6vw,6rem);display:grid}.faq__intro{position:sticky;top:7rem}.faq__list{gap:1rem;display:grid}.faq__item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .3s;overflow:hidden}.faq__item[open]{border-color:var(--ink)}.faq__item summary{cursor:pointer;font-family:var(--font-display);align-items:center;gap:1.1rem;padding:1.35rem 1.5rem;font-size:1.0625rem;font-weight:600;list-style:none;display:flex}.faq__item summary::-webkit-details-marker{display:none}.faq__num{color:var(--blue-deep);flex:none;font-size:.8125rem}.faq__icon{flex:none;width:14px;height:14px;margin-left:auto;position:relative}.faq__icon:before,.faq__icon:after{content:"";background:var(--ink);transition:transform .3s var(--ease-out);border-radius:2px;margin:auto;position:absolute;inset:0}.faq__icon:before{width:14px;height:2px}.faq__icon:after{width:2px;height:14px}.faq__item[open] .faq__icon:after{transform:rotate(90deg)}.faq__answer{padding:0 1.5rem 1.4rem 3.6rem}.faq__answer p{color:var(--grey);max-width:38rem;font-size:.9875rem}.footer-reveal{z-index:0;position:relative}.footer{color:#fff;background:radial-gradient(at 100% 100%,#111114,#2e2e38);border-radius:0;flex-direction:column;min-height:100vh;margin-top:0;display:flex}.footer.footer--static{min-height:100vh!important;position:static!important}.footer__cta{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;padding-block:clamp(5.5rem,10vw,9rem) clamp(4rem,8vw,7rem);display:flex}.footer__title{color:#fff;letter-spacing:-.02em;max-width:16ch;font-size:clamp(3rem,1.5rem + 6.5vw,6rem);font-weight:500;line-height:1.06}.footer__sub{color:var(--grey-dark);max-width:40ch}.footer__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:auto;padding-block:2rem;display:flex}.footer__logo{display:inline-block}.footer__logo-img{width:auto;height:clamp(1.5rem,2vw,2rem)}.footer__nav{flex-wrap:wrap;justify-content:center;gap:1rem 1.75rem;display:flex}.footer__nav a{font-family:var(--font-display);color:var(--grey-dark);font-size:.875rem;font-weight:500;transition:color .25s}.footer__nav a:hover{color:var(--orange)}.footer__meta{color:var(--grey-dark);font-size:.875rem}.js [data-reveal]{opacity:0;transform:translateY(28px)}.js [data-split] .line,.js [data-split-dark] .line{display:block;overflow:hidden}.js [data-split] .line-inner,.js [data-split-dark] .line-inner{display:block;transform:translateY(110%)}.js .hero__title .line{margin-bottom:-.06em;padding-bottom:.18em}.js .hero__dims .dim-line{stroke-dasharray:1000;stroke-dashoffset:1000px}.js .hero__dims .dim-tick,.js .hero__dims-label{opacity:0}.js .hero__portrait-frame{clip-path:inset(0 0 100% 0 round var(--radius))}.js .hero__badge{opacity:0;transform:translateY(12px)}@media (max-width:1024px){.about__grid,.faq__grid,.work__grid{grid-template-columns:1fr}.about__media{max-width:22rem;height:auto;display:block;position:relative}.about__media img{object-fit:contain;width:100%;height:auto}.about__media-tag{margin-top:1rem;display:inline-flex;position:static}.faq__intro{margin-bottom:1rem;position:static}}@media (max-width:760px){.nav__links{display:none}.nav__burger{display:flex}.nav__cta .btn,.nav__cta .nav__lang{display:none}.mobile-menu .btn{display:inline-flex}.scroll-x{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;overflow-x:auto}.scroll-x__wrap{padding-bottom:1rem}.scroll-x__gradient-left,.scroll-x__gradient-right{display:none}.editorial-testimonials__stage{flex-direction:column;gap:.75rem;height:auto;min-height:280px}.editorial-testimonials__index{font-size:5rem}.editorial-testimonials__content{padding-top:0}.about__cols{grid-template-columns:1fr}.hero{padding-top:calc(var(--nav-height,68px) + 24px);justify-content:flex-start;height:100dvh;min-height:0;overflow:hidden}.hero>.container.hero__grid{flex:auto;min-height:0}.hero__grid{flex-direction:column;grid-template-columns:1fr;gap:1.5rem;display:flex}.hero__portrait{margin-inline:auto;flex:auto;order:1;width:100%;max-width:none;min-height:0;margin-top:auto}.hero__portrait-frame{flex:auto;min-height:0}.hero__portrait-frame img{aspect-ratio:auto;object-fit:cover;object-position:center 20%;height:100%}.hero__eyebrow{margin-bottom:.85rem;font-size:.75rem}.hero__sub{margin-top:1.5rem;font-size:1rem}.hero__actions{margin-top:2.25rem}.hero__actions .btn{padding:.8rem 1.25rem;font-size:.9rem}.hero__meta{gap:1rem 1.75rem;margin-top:1.25rem;padding-top:1rem;font-size:.875rem}.hero__meta-k{margin-bottom:.15rem;font-size:.7rem}.hero__dims,.hero__dims-label{display:none}.hero__badge{padding:.5rem .75rem}.hero__badge strong{font-size:.85rem}.hero__badge span{font-size:.75rem}.faq__answer{padding-left:1.5rem}.footer__bottom{text-align:center;flex-direction:column}}@media (max-width:760px) and (min-height:720px){.hero{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important}.marquee__track{animation:none}.js [data-reveal]{opacity:1;transform:none}.js [data-split] .line-inner,.js [data-split-dark] .line-inner{transform:none}.js .hero__portrait-frame{clip-path:none}.js .hero__dims .dim-line{stroke-dashoffset:0}.js .hero__dims .dim-tick,.js .hero__dims-label,.js .hero__badge{opacity:1}}body.is-loading{height:100vh;overflow:hidden!important}.preloader--hidden{display:none!important}.preloader{z-index:9999;font-family:var(--font-display);color:#2e2e38;background:#ebebef;justify-content:center;align-items:center;display:none;position:fixed;inset:0;overflow:hidden}.preloader-active .preloader{display:flex}.preloader__inner{flex-direction:column;gap:1.5rem;width:min(400px,85vw);display:flex}.preloader__logo{justify-content:center;align-items:center;display:flex}.preloader__logo-mark{object-fit:contain;width:48px;height:48px;animation:1.6s ease-in-out infinite logo-pulse}@keyframes logo-pulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.preloader__status{justify-content:space-between;align-items:flex-end;font-weight:600;display:flex}.preloader__word{letter-spacing:.1em;color:var(--orange);text-transform:uppercase;min-width:150px;font-size:.875rem}.preloader__percentage{font-variant-numeric:tabular-nums;font-size:2.5rem;font-weight:700;line-height:1}.preloader__progress-bar{background:var(--border);border-radius:9px;width:100%;height:2px;position:relative;overflow:hidden}.preloader__progress-line{background:#2e2e38;width:0%;transition:width 80ms linear;position:absolute;top:0;bottom:0;left:0}.case-meta{border-block:1px solid var(--border);font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--grey-dark);margin-top:calc(var(--nav-height,84px) + 48px);font-size:.72rem;font-weight:500}.case-meta__row{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem;padding-block:1rem;display:grid}.case-meta__cell{align-items:center;gap:.6rem;display:inline-flex}.case-meta__cell--marked:before{content:"";background:var(--orange);width:8px;height:22px;display:inline-block}.case-meta__cell--center{text-align:center;color:var(--ink);justify-content:center}.case-meta__cell--right{text-align:right;justify-content:flex-end}.case-meta__link{color:inherit;border-bottom:1px solid var(--border);text-decoration:none;transition:color .25s,border-color .25s}.case-meta__link:hover{color:var(--orange);border-color:var(--orange)}.case-hero{padding-block:clamp(3rem,4vw + 1rem,5rem) clamp(3rem,5vw,5rem)}.case-hero__title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;flex-wrap:wrap;gap:clamp(.5rem,2vw,1.5rem);margin:0 0 1.5rem;font-size:clamp(4rem,1rem + 12vw,12rem);font-weight:600;line-height:.92;display:flex}.case-hero__title-solid{color:var(--ink)}.case-hero__title-outline{color:#0000;-webkit-text-stroke:1.5px var(--ink)}.case-hero__sub{color:var(--grey);max-width:38ch;margin:0 0 clamp(2.5rem,4vw,4rem);font-size:clamp(1.05rem,.95rem + .5vw,1.35rem)}.case-specs{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);grid-template-columns:repeat(4,1fr);margin-bottom:clamp(2.5rem,5vw,4rem);display:grid;overflow:hidden}.case-spec{border-right:1px solid var(--border);flex-direction:column;justify-content:center;gap:.4rem;min-height:5.5rem;padding:1.1rem 1.25rem;display:flex}.case-spec:last-child{border-right:0}.case-spec__label{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--grey-dark);font-size:.68rem}.case-spec__value{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-size:.9rem;font-weight:500}.case-shot{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);aspect-ratio:16/10;margin:0;position:relative;overflow:hidden}.case-shot img{object-fit:cover;width:100%;height:100%}.case-shot--fallback img{display:none}.case-shot--fallback{background:linear-gradient(140deg, var(--bg-card) 0%, var(--bg) 60%, var(--bg-card) 100%);justify-content:center;align-items:center;display:flex}.case-shot--fallback:after{content:"Add assets/mousse-cuts-hero.png";font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--grey-dark);font-size:.75rem}.case-shot__caption{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-sm);border:1px solid var(--border);background:#f5f5f5eb;padding:.5rem .8rem;font-size:.7rem;position:absolute;bottom:1rem;left:1rem}.case-block{border-top:1px solid var(--border);padding-block:clamp(3rem,4vw + 1rem,5rem)}.case-block__grid{grid-template-columns:1fr 2fr;align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.case-block__title{font-family:var(--font-display);letter-spacing:-.01em;text-transform:uppercase;flex-direction:column;font-size:clamp(2rem,1rem + 2.5vw,3rem);font-weight:600;line-height:1;display:flex}.case-block__the{color:var(--ink)}.case-block__label{color:var(--orange)}.case-block__body{color:var(--grey);flex-direction:column;gap:1.25rem;max-width:60ch;font-size:1.0625rem;line-height:1.7;display:flex}.case-block__body strong{color:var(--ink);font-weight:600}.case-cards{padding-block:clamp(2rem,4vw,4rem)}.case-cards__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.case-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);padding:clamp(1.75rem,2.5vw,2.25rem)}.case-card__eyebrow{color:var(--orange);margin-bottom:1rem}.case-card p{color:var(--grey);margin:0;font-size:.98rem;line-height:1.65}.case-next{border-top:1px solid var(--border);text-align:center;padding-block:clamp(4rem,8vw,8rem)}.case-next__inner{flex-direction:column;align-items:center;gap:1.75rem;display:flex}.case-next__title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;color:var(--ink);font-size:clamp(3rem,1rem + 10vw,9rem);font-weight:600;line-height:.95;transition:color .3s;display:inline-block}.case-next__title:hover{color:var(--orange)}@media (max-width:900px){.case-meta__row{text-align:left;grid-template-columns:1fr}.case-meta__cell--center,.case-meta__cell--right{text-align:left;justify-content:flex-start}.case-specs{grid-template-columns:repeat(2,1fr)}.case-spec{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.case-spec:nth-child(2n){border-right:0}.case-spec:nth-last-child(-n+2){border-bottom:0}.case-block__grid{grid-template-columns:1fr;gap:1.5rem}.case-cards__grid{grid-template-columns:1fr}}@media (max-width:500px){.case-specs{grid-template-columns:1fr}.case-spec{border-right:0;border-bottom:1px solid var(--border)}.case-spec:last-child{border-bottom:0}}.case-footer{border-top:1px solid var(--border);background:var(--bg);padding-block:1.5rem}.case-footer__row{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--grey-dark);grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:.72rem;display:grid}.case-footer__meta,.case-footer__tag{margin:0}.case-footer__tag{text-align:right}.case-footer__nav{justify-content:center;gap:2rem;display:flex}.case-footer__nav a{transition:color .25s}.case-footer__nav a:hover{color:var(--orange)}@media (max-width:700px){.case-footer__row{text-align:center;grid-template-columns:1fr;gap:.6rem}.case-footer__nav{justify-content:center}.case-footer__tag{text-align:center}}.site-cursor{background:var(--orange);pointer-events:none;z-index:9999;opacity:0;will-change:left, top;border-radius:50%;width:9px;height:9px;transition:opacity .25s,width .25s,height .25s;position:fixed;top:0;left:0;transform:translate(16px,18px)}.site-cursor.is-active{opacity:1}.site-cursor.is-hover{width:20px;height:20px}body:has(.collection-preview.is-visible) .site-cursor{opacity:0}@media (hover:none),(pointer:coarse){.site-cursor{display:none}}.collection-hero{padding-block:clamp(3rem,6vw + 1rem,6rem) clamp(.5rem,1vw,1rem)}.collection-hero__eyebrow{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;color:var(--grey-dark);align-items:center;gap:.6rem;margin-bottom:1.75rem;font-size:.72rem;font-weight:500;display:inline-flex}.collection-hero__eyebrow .dot{background:var(--orange);border-radius:50%;width:6px;height:6px;display:inline-block}.collection-hero__title{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;flex-wrap:wrap;gap:clamp(.4rem,1.5vw,1.25rem);margin:0 0 1.75rem;font-size:clamp(3.5rem,1rem + 12vw,12rem);font-weight:600;line-height:.88;display:flex}.collection-hero__word{padding-block:.05em;display:inline-flex;overflow:hidden}.collection-hero__word--outline .char{color:#0000;-webkit-text-stroke:1.5px var(--ink)}.char{display:inline-block}.collection-hero__lede{color:var(--grey);max-width:52ch;margin:0;font-size:clamp(1.05rem,.95rem + .5vw,1.35rem)}.collection-list{padding-block:clamp(.5rem,1vw,1rem) clamp(6rem,10vw,10rem);position:relative}.collection-list__inner{position:relative}.collection-row{border-top:1px solid var(--border);color:var(--ink);transition:color .4s var(--ease-out);grid-template-columns:4.5rem minmax(0,1fr) minmax(0,14rem) minmax(0,8rem) 3rem;align-items:center;gap:clamp(1rem,3vw,2rem);padding-block:clamp(1.75rem,3vw,2.5rem);display:grid;position:relative;overflow:hidden}.collection-row:last-child{border-bottom:1px solid var(--border)}.collection-row__num{font-family:var(--font-display);letter-spacing:.18em;color:var(--grey-dark);align-self:start;padding-top:.6rem;font-size:.78rem;font-weight:500}.collection-row__title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;transition:transform .5s var(--ease-out), color .4s var(--ease-out);z-index:2;margin:0;font-size:clamp(2rem,1.5rem + 3vw,4.5rem);font-weight:600;line-height:.95;position:relative}.collection-row__meta{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--grey);z-index:2;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:500;display:flex}.collection-row__meta small{color:var(--grey-dark);letter-spacing:.2em;font-size:.68rem}.collection-row__year{font-family:var(--font-display);letter-spacing:.18em;color:var(--grey);text-align:right;z-index:2;font-size:.78rem;font-weight:500}.collection-row__arrow{border:1px solid var(--border);width:44px;height:44px;color:var(--ink);transition:background .4s var(--ease-out), color .4s var(--ease-out), border-color .4s var(--ease-out), transform .5s var(--ease-out);z-index:2;border-radius:50%;justify-self:end;place-items:center;display:inline-grid}.collection-row__arrow svg{width:14px;height:14px}.collection-row:hover .collection-row__title{color:var(--orange);transform:translate(1.25rem)}.collection-row:hover .collection-row__arrow{background:var(--ink);color:#fff;border-color:var(--ink);transform:rotate(-45deg)}.collection-preview{aspect-ratio:1;pointer-events:none;z-index:40;opacity:0;width:clamp(3rem,4.5vw,4.5rem);transition:opacity .35s var(--ease-out), transform .5s var(--ease-out);border:1.5px solid var(--orange);background:0 0;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)scale(.6)}.collection-preview.is-visible{opacity:1;transform:translate(-50%,-50%)scale(1)}@media (hover:none),(max-width:900px){.collection-preview{display:none}}.collection-cta{border-top:1px solid var(--border);text-align:center;padding-block:clamp(3rem,5vw,5rem)}.collection-cta__inner{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.collection-cta__title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;max-width:22ch;margin:0;font-size:clamp(2rem,1rem + 4vw,3.5rem);font-weight:600;line-height:1}.collection-cta__title em{color:var(--orange);font-style:normal}.collection-cta__sub{color:var(--grey);max-width:44ch}@media (max-width:900px){.collection-row{grid-template-columns:3rem minmax(0,1fr) 3rem;grid-template-areas:"num title arrow""num meta arrow""num year arrow";gap:.5rem clamp(.75rem,2vw,1.5rem);padding-block:1.75rem}.collection-row__num{grid-area:num;padding-top:.5rem}.collection-row__title{grid-area:title}.collection-row__meta{grid-area:meta}.collection-row__year{text-align:left;grid-area:year}.collection-row__arrow{grid-area:arrow;align-self:center}.collection-row:hover .collection-row__title{transform:none}}@media (min-width:761px) and (max-width:1024px){.nav__inner{padding-block:.9rem}.nav__links{gap:1.4rem}.nav__logo-img{height:40px}.btn--nav-cta{padding:12px 16px;font-size:.875rem}.hero{padding-top:clamp(6rem,12vw,8rem);padding-bottom:2rem}.hero__grid{align-items:stretch;gap:clamp(1.5rem,3vw,2.5rem)}.hero__title{max-width:none;font-size:clamp(2.75rem,8vw,4.5rem);line-height:1.05}.hero__sub{margin-top:1.25rem}.hero__actions{margin-top:1.75rem}.hero__portrait{align-self:stretch;width:min(100%,20rem)}.section{padding-block:clamp(4rem,7vw,6rem)}.section__head{margin-bottom:clamp(2rem,4vw,3rem)}.about__grid{gap:3rem}.about__media{max-width:24rem;margin-inline:auto}.case-hero__title{font-size:clamp(3.5rem,8vw,7rem)}.case-next__title{font-size:clamp(3rem,8vw,6rem)}.collection-hero__title{font-size:clamp(3.5rem,9vw,7.5rem)}.work-card__canvas{aspect-ratio:16/10}}@media (max-width:768px){:root{--nav-height:68px;--gutter:clamp(1rem, 5vw, 1.5rem);--radius:22px;--radius-sm:10px}body{font-size:1rem;line-height:1.6}.nav__inner{padding-block:.8rem}.nav__logo-img{height:36px}.nav__burger{padding:6px}.btn-floating-home{width:44px;height:44px;bottom:1.25rem;right:1.25rem}.mobile-menu nav a:not(.btn){font-size:1.5rem}.mobile-menu nav{gap:1.25rem}.section{padding-block:clamp(3.5rem,12vw,5rem)}.section__head{margin-bottom:2rem}.section__lede{font-size:1rem}.section h1{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.hero__title{max-width:none}.hero__actions{margin-top:1.75rem}.hero__actions .btn{justify-content:center;width:100%}.hero__badge{padding:.45rem .7rem;bottom:.75rem;left:.75rem}.work__grid{gap:1.25rem;margin-top:2rem}.work-card{gap:1.1rem;padding:1rem}.work-card__canvas{aspect-ratio:16/10}.work-card__title-row h3{font-size:1.15rem}.work-card__arrow{width:32px;height:32px}.work-card__arrow svg{width:12px;height:12px}.work-card__info>p{font-size:.9375rem}.tags li{padding:.25rem .6rem;font-size:.7rem}.about__grid{gap:2rem}.about__media{max-width:100%}.about__media img{aspect-ratio:4/3}.about__statement{font-size:clamp(1.35rem,5vw,1.75rem);line-height:1.3}.about__cols{gap:1.5rem;margin-top:2rem;padding-top:1.5rem}.about__body>.btn{justify-content:center;width:100%;margin-top:2rem}.process .container{margin-bottom:2rem}.process-card{gap:1.25rem;min-width:min(85vw,320px);max-width:min(85vw,320px);min-height:380px;padding:1.5rem}.process-card__num{font-size:2.75rem}.process-card__title{font-size:1.2rem}.process-card__body p{font-size:.9375rem}.scroll-x__wrap{gap:1.25rem}.scroll-x__progress{margin-top:2rem}.editorial-testimonials__main{padding:0 2.5rem}.editorial-testimonials__arrow{width:36px;height:36px;top:3rem}.editorial-testimonials__arrow svg{width:18px;height:18px}.editorial-testimonials__quote{font-size:1.15rem;line-height:1.4}.editorial-testimonials__author{gap:.75rem;margin-top:1.25rem}.editorial-testimonials__avatar{width:44px;height:44px;font-size:.95rem}.editorial-testimonials__name{font-size:.95rem}.editorial-testimonials__role{font-size:.8125rem}.faq{padding-top:2.5rem;padding-bottom:3rem}.faq__grid{gap:2rem}.faq__item summary{gap:.85rem;padding:1.1rem 1.15rem;font-size:1rem}.faq__num{font-size:.75rem}.faq__answer{padding:0 1.15rem 1.15rem 2.75rem}.faq__answer p{font-size:.9375rem}.footer{min-height:auto}.footer__cta{gap:1.25rem;padding-block:4rem 3rem}.footer__title{max-width:18ch;font-size:clamp(2.25rem,9vw,3rem);line-height:1.1}.footer__sub{font-size:.95rem}.footer__actions .btn{justify-content:center;width:100%;max-width:20rem}.footer__bottom{justify-content:center;gap:1rem;padding-block:1.5rem}.footer__nav{order:2;gap:.75rem 1.25rem;font-size:.8125rem}.footer__logo{order:1}.footer__meta{order:3}.case-meta{margin-top:var(--nav-height)}.case-meta__row{gap:.35rem;padding-block:.85rem}.case-meta{letter-spacing:.16em;font-size:.65rem}.case-hero{padding-block:.75rem 2.5rem}.case-hero__title{gap:.35rem;margin-bottom:1.25rem;font-size:clamp(2.75rem,13vw,5rem)}.case-hero__sub{margin-bottom:2rem;font-size:1rem}.case-specs{margin-bottom:2rem}.case-spec{min-height:4.75rem;padding:.9rem 1rem}.case-spec__label{font-size:.62rem}.case-spec__value{font-size:.8125rem}.case-shot{aspect-ratio:4/3}.case-shot__caption{padding:.4rem .6rem;font-size:.62rem;bottom:.6rem;left:.6rem}.case-block{padding-block:2.25rem}.case-block__title{flex-flow:wrap;gap:.35em;font-size:clamp(1.75rem,7vw,2.25rem)}.case-block__body{gap:1rem;font-size:1rem}.case-cards{padding-block:2rem}.case-card{padding:1.4rem}.case-card p{font-size:.95rem}.case-next{padding-block:3rem}.case-next__title{font-size:clamp(2.25rem,11vw,4rem)}.case-next__cta{justify-content:center;width:100%;max-width:20rem}.collection-hero{padding-block:.5rem}.collection-hero__eyebrow{margin-bottom:1.25rem;font-size:.68rem}.collection-hero__title{gap:.3rem;margin-bottom:1.25rem;font-size:clamp(2.75rem,13vw,5.5rem)}.collection-hero__lede{font-size:1rem}.collection-list{padding-block:.5rem 3.5rem}.collection-row__title{font-size:clamp(1.5rem,7vw,2.5rem)}.collection-row__meta{font-size:.7rem}.collection-row__meta small{font-size:.62rem}.collection-row__year{font-size:.7rem}.collection-row__arrow{width:36px;height:36px}.collection-cta{padding-block:2.5rem}.collection-cta__title{font-size:clamp(1.75rem,8vw,2.5rem)}.collection-cta__sub{font-size:.95rem}.case-meta__cell--marked:before{width:6px;height:18px}}@media (max-width:480px){:root{--gutter:1rem}.btn{padding:.85rem 1.35rem;font-size:.875rem}.btn--lg{padding:1rem 1.5rem;font-size:.9375rem}.nav__logo-img{height:32px}.nav__inner{padding-block:.6rem}.hero{padding-top:calc(var(--nav-height,68px) + 24px)}.hero__eyebrow{letter-spacing:.1em;font-size:.7rem}.hero__badge strong{font-size:.8rem}.hero__badge span{font-size:.7rem}.section h1{font-size:clamp(1.75rem,9vw,2.5rem)}.work-card{border-radius:18px;padding:.85rem}.work-card__canvas{border-radius:10px}.about__media img{aspect-ratio:1}.about__media-tag{padding:.45rem .85rem;font-size:.8rem}.process-card{border-radius:20px;min-width:82vw;max-width:82vw;min-height:340px;padding:1.25rem}.process-card__num{font-size:2.25rem}.editorial-testimonials__main{padding:0 2rem}.editorial-testimonials__arrow{width:32px;height:32px;top:2.5rem}.editorial-testimonials__index{font-size:4rem}.editorial-testimonials__quote{font-size:1.05rem}.faq__item summary{gap:.7rem;padding:1rem;font-size:.95rem}.faq__answer{padding:0 1rem 1rem 2.4rem}.footer__title{font-size:clamp(2rem,10vw,2.75rem)}.footer__cta{padding-block:3rem 2.25rem}.footer__nav{gap:.6rem 1rem}.case-meta__row{padding-block:.7rem}.case-hero__title{font-size:clamp(2.25rem,14vw,4rem)}.case-hero__sub{font-size:.95rem}.case-block__title{font-size:clamp(1.5rem,7.5vw,2rem)}.case-block__body{font-size:.95rem}.case-card{border-radius:20px;padding:1.15rem}.case-next__title{font-size:clamp(2rem,12vw,3.5rem)}.collection-hero__title{font-size:clamp(2.25rem,13vw,4.5rem)}.collection-hero__lede{font-size:.95rem}.collection-row{gap:.4rem clamp(.6rem,3vw,1rem);padding-block:1.25rem}.collection-row__num{padding-top:.35rem;font-size:.68rem}.collection-row__title{font-size:clamp(1.35rem,8vw,2rem)}.collection-row__arrow{width:32px;height:32px}.collection-cta__title{font-size:clamp(1.5rem,9vw,2.25rem)}.preloader__percentage{font-size:2rem}.preloader__word{min-width:0;font-size:.8rem}}@media (max-width:360px){:root{--gutter:.875rem}.btn{padding:.75rem 1.15rem;font-size:.8125rem}.btn svg{width:13px;height:13px}.hero__title{font-size:clamp(1.75rem,10vw,2.25rem)}.section{padding-block:3rem}.footer__title{font-size:1.85rem}.footer__sub{font-size:.9rem}.case-hero__title{font-size:clamp(2rem,15vw,3.5rem)}.case-next__title{font-size:clamp(1.75rem,13vw,3rem)}.collection-hero__title{font-size:clamp(2rem,14vw,4rem)}.collection-row__title{font-size:clamp(1.15rem,8.5vw,1.75rem)}}@media (min-width:1440px){:root{--container:88rem}.hero__sub,.section__lede{font-size:1.125rem}.work-card__info>p{font-size:1.0625rem}.case-block__body{font-size:1.125rem}}@media (max-width:900px) and (orientation:landscape) and (max-height:500px){.hero{min-height:auto;padding-top:5rem;padding-bottom:2rem}.hero__grid{grid-template-columns:1.2fr .8fr}.hero__portrait{order:0;width:min(100%,12rem)}.footer{min-height:auto}}img,video{max-width:100%;height:auto}svg{max-width:100%}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_36df11f1-module__uR6-Xq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_36df11f1-module__uR6-Xq__variable{--font-space-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:satoshi;src:url(../media/Satoshi_Regular-s.p.0dvfn5g0xv8bu.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Medium-s.p.1jgchyhj64537.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Bold-s.p.2_-zzs2una4mm.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:satoshi Fallback;src:local(Arial);ascent-override:102.23%;descent-override:24.29%;line-gap-override:10.12%;size-adjust:98.8%}.satoshi_4b1af22b-module__ygjwkG__className{font-family:satoshi,satoshi Fallback}.satoshi_4b1af22b-module__ygjwkG__variable{--font-satoshi:"satoshi", "satoshi Fallback"}
