#cases>.shell:first-child .section-title h2{max-width:960px;margin-inline:auto;text-wrap:balance}.case-marquee{--case-height:clamp(360px,30vw,460px);--case-gap:28px}.case-marquee-window{width:100%;overflow:hidden}.case-marquee-track{display:flex;width:max-content;animation:case-drift-left 100s linear infinite;will-change:transform}.case-marquee-group{display:flex;flex:none;gap:var(--case-gap);padding-right:var(--case-gap)}.case-marquee .case-marquee-card{flex:none;width:calc(var(--case-height) * var(--case-ratio));min-width:0}.case-marquee .work-image{height:var(--case-height);aspect-ratio:auto}.case-marquee .work-image img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .35s ease}.case-marquee .work-meta{padding-inline:8px}.case-marquee[data-paused=true] .case-marquee-track,.case-marquee-window:has(.case-marquee-card:focus-visible) .case-marquee-track{animation-play-state:paused}@media(hover:hover){.case-marquee-window:hover .case-marquee-track{animation-play-state:paused}.case-marquee .work:hover .work-image img{transform:scale(1.035)}}@keyframes case-drift-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:700px){.case-marquee{--case-height:clamp(180px, calc((100vw - 48px)*.5625) ,300px);--case-gap:18px}.case-marquee .work-meta{padding-inline:4px}#cases>.shell:first-child .section-title h2{font-size:28px;line-height:1.5}}@media(prefers-reduced-motion:reduce){.case-marquee-track{animation:none;transform:none;will-change:auto}.case-marquee-window{overflow-x:auto}.case-marquee-group[aria-hidden=true]{display:none}}.case-marquee-rows{display:grid;gap:40px}@media(max-width:700px){.case-marquee-rows{gap:28px}}.case-marquee .work-image:after{top:35%;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.25) 45%,rgba(0,0,0,.8) 100%);z-index:1}.case-marquee .work-meta{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px 80px 24px 24px;pointer-events:none}.case-marquee .work-meta h3{color:#fff;margin:0;line-height:1.4}.case-marquee .work-meta span{color:#ffffffc7;line-height:1.5}@media(max-width:700px){.case-marquee .work-meta{padding:14px 12px}.case-marquee .work-meta h3{font-size:15px}.case-marquee .work-meta span{font-size:10px}.case-marquee .work .play{top:12px;right:12px;bottom:auto;width:34px;height:34px}}.case-marquee-rows{position:relative;isolation:isolate}.case-marquee-rows:before,.case-marquee-rows:after{content:"";position:absolute;top:0;bottom:0;width:clamp(44px,7vw,120px);z-index:3;pointer-events:none;opacity:0;transition:opacity .18s ease}.case-marquee-rows:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,.65) 25%,transparent)}.case-marquee-rows:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,.65) 25%,transparent)}.case-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:grid;place-items:center;width:52px;height:52px;border:1px solid #e7e7e7;border-radius:50%;background:#fff;color:#191919;box-shadow:0 4px 16px #00000012;opacity:0;pointer-events:none;transition:opacity .18s ease,background-color .18s ease}.case-nav .icon{font-size:24px}.case-nav-prev{left:24px}.case-nav-next{right:24px}.case-marquee-rows:has(:focus-visible) .case-nav{opacity:1;pointer-events:auto}.case-marquee-rows:has(:focus-visible):before,.case-marquee-rows:has(:focus-visible):after{opacity:1}.case-marquee-rows.is-stepping .case-marquee-track,.case-marquee-rows:has(:focus-visible) .case-marquee-track{animation-play-state:paused}@media(hover:hover){.case-marquee-rows:hover .case-marquee-track{animation-play-state:paused}.case-marquee-rows:hover .case-nav{opacity:1;pointer-events:auto}.case-marquee-rows:hover:before,.case-marquee-rows:hover:after{opacity:1}.case-nav:hover{background:#f2f2f2}}@media(hover:none){.case-nav{opacity:1;pointer-events:auto}.case-marquee-rows:before,.case-marquee-rows:after{opacity:1}}@media(max-width:700px){.case-nav{width:42px;height:42px}.case-nav-prev{left:10px}.case-nav-next{right:10px}}@media(prefers-reduced-motion:reduce){.case-nav{opacity:1;pointer-events:auto;transition:none}.case-marquee-rows:before,.case-marquee-rows:after{opacity:1;transition:none}}.case-marquee-rows{grid-template-columns:minmax(0,1fr);min-width:0}.case-marquee{min-width:0;max-width:100%}.t-success-check{--check-opacity-dur:.5s;--check-rotate-dur:.5s;--check-rotate-from:80deg;--check-bob-dur:.5s;--check-y-amount:40px;--check-blur-dur:.5s;--check-blur-from:10px;--check-path-dur:.5s;--check-path-delay:80ms;--check-ease-out:cubic-bezier(.22,1,.36,1);--check-ease-opacity:cubic-bezier(.22,1,.36,1);--check-ease-rotate:cubic-bezier(.22,1,.36,1);--check-ease-bob:cubic-bezier(.34,1.35,.64,1);--check-ease-path:cubic-bezier(.22,1,.36,1);display:inline-block;transform-origin:center;opacity:0;color:var(--accent,#191919);margin-bottom:24px}.t-success-check svg{display:block;overflow:visible}.t-success-check svg path{stroke-dasharray:20;stroke-dashoffset:20}.t-success-check[data-state=in]{animation:t-check-fade var(--check-opacity-dur) var(--check-ease-opacity) forwards,t-check-rotate var(--check-rotate-dur) var(--check-ease-rotate) forwards,t-check-blur var(--check-blur-dur) var(--check-ease-out) forwards,t-check-bob var(--check-bob-dur) var(--check-ease-bob) forwards}.t-success-check[data-state=in] svg path{animation:t-check-draw var(--check-path-dur) var(--check-ease-path) var(--check-path-delay) forwards}@keyframes t-check-fade{0%{opacity:0}to{opacity:1}}@keyframes t-check-rotate{0%{transform:rotate(var(--check-rotate-from))}to{transform:rotate(0)}}@keyframes t-check-blur{0%{filter:blur(var(--check-blur-from))}to{filter:blur(0)}}@keyframes t-check-bob{0%{translate:0 var(--check-y-amount)}to{translate:0 0}}@keyframes t-check-draw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.t-success-check[data-state=in]{animation:none!important;opacity:1;transform:none;translate:none;filter:none}.t-success-check[data-state=in] svg path{animation:none!important;stroke-dashoffset:0!important}}.t-confetti-stage{position:relative;overflow:hidden;--confetti-count:120;--confetti-gravity:1300;--confetti-size:8px;--confetti-sway:16;--confetti-bounce:.3;--confetti-hold:4s;--confetti-fade:.8s}.t-confetti-stage button{position:relative;z-index:1}.t-confetti-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}@media(prefers-reduced-motion:reduce){.t-confetti-canvas{display:none}}.modal .t-confetti-stage{position:static;overflow:visible}.modal:has(.t-confetti-stage){--confetti-count:120;--confetti-gravity:1300;--confetti-size:8px;--confetti-sway:16;--confetti-bounce:.3;--confetti-hold:4s;--confetti-fade:.8s}.modal .t-confetti-canvas{border-radius:inherit}:root{--shape-radius-0: 0;--shape-radius-4: 4px;--shape-radius-6: 6px;--shape-radius-8: 8px;--shape-radius-12: 12px;--shape-radius-16: 16px;--shape-radius-20: 20px;--shape-radius-24: 24px;--shape-radius-28: 28px;--shape-radius-32: 32px;--shape-radius-36: 36px;--shape-radius-40: 40px;--shape-radius-full: 1000px;--color-schemes-primary: #863dfb;--color-schemes-on-primary: #ffffff;--color-schemes-secondary: #003bc4;--color-schemes-on-secondary: #ffffff;--color-schemes-secondary-container: #2e5fff;--color-schemes-on-secondary-container: #ffffff;--color-schemes-error: #ba1a1a;--color-schemes-on-error: #ffffff;--color-schemes-brand: #863dfb;--color-surface-background: #f4f4f5;--color-surface-surface-dim: #e4e4e7;--color-surface-surface: #f4f4f5;--color-surface-surface-bright: #fafafa;--color-surface-on-surface: #09090b;--color-surface-on-surface-variant: #3f3f46;--color-surface-outline: #d4d4d8;--color-surface-outline-variant: #e4e4e7;--color-surface-surface-container-lowest: #ffffff;--color-surface-surface-container-low: #fafafa;--color-surface-surface-container: #f4f4f5;--color-surface-surface-container-high: #e4e4e7;--color-surface-surface-container-highest: #d4d4d8;--color-surface-inverse-surface: #09090b;--color-surface-inverse-on-surface: #ffffff;--shape-corner-none: var(--shape-radius-0);--shape-corner-extra-small-h24: var(--shape-radius-4);--shape-corner-medium-small-h32: var(--shape-radius-6);--shape-corner-small-h40: var(--shape-radius-8);--shape-corner-medium-h48: var(--shape-radius-12);--shape-corner-large-h56: var(--shape-radius-16);--shape-corner-extra-large: var(--shape-radius-20);--shape-corner-full: var(--shape-radius-full);--font-family-plain: "Manrope", ui-sans-serif, system-ui, sans-serif;--font-family-brand: "Nohemi", "Manrope", ui-sans-serif, sans-serif;--type-label-medium-size: 12px;--type-label-medium-leading: 17px;--type-label-medium-tracking: .2px;--type-label-medium-weight: 500;--type-label-medium-prominent-size: 12px;--type-label-medium-prominent-leading: 17px;--type-label-medium-prominent-tracking: .2px;--type-label-medium-prominent-weight: 600;--type-label-large-size: 14px;--type-label-large-leading: 20px;--type-label-large-tracking: .1px;--type-label-large-weight: 500;--type-label-large-prominent-size: 14px;--type-label-large-prominent-leading: 20px;--type-label-large-prominent-tracking: .1px;--type-label-large-prominent-weight: 600;--type-title-medium-size: 16px;--type-title-medium-leading: 24px;--type-title-medium-tracking: .15px;--type-title-medium-weight: 600;--type-body-medium-size: 14px;--type-body-medium-leading: 20px;--type-body-medium-tracking: .1px;--type-body-medium-weight: 600;--space-s0: 0;--space-s1: 4px;--space-s2: 8px;--space-s3: 12px;--space-s4: 16px;--space-s5: 20px;--space-s6: 24px;--space-s7: 32px;--space-s8: 40px;--space-s9: 48px;--space-s10: 64px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-schemes-primary: #863dfb;--color-schemes-on-primary: #ffffff;--color-schemes-secondary-container: #738bff;--color-schemes-error: #ffb4ab;--color-schemes-brand: #863dfb;--color-surface-background: #17141a;--color-surface-surface-dim: #0d0a10;--color-surface-surface: #17141a;--color-surface-surface-bright: #26222a;--color-surface-on-surface: #e5e3e8;--color-surface-on-surface-variant: #a49daf;--color-surface-outline: #413d48;--color-surface-outline-variant: #3c3842;--color-surface-surface-container-lowest: #2d2932;--color-surface-surface-container-low: #312e38;--color-surface-surface-container: #36333d;--color-surface-surface-container-high: #3c3842;--color-surface-surface-container-highest: #413d48;--color-surface-inverse-surface: #e0ccff;--color-surface-inverse-on-surface: #313031}}:root[data-theme=dark]{--color-schemes-primary: #863dfb;--color-schemes-on-primary: #ffffff;--color-schemes-secondary-container: #738bff;--color-schemes-error: #ffb4ab;--color-schemes-brand: #863dfb;--color-surface-background: #17141a;--color-surface-surface-dim: #0d0a10;--color-surface-surface: #17141a;--color-surface-surface-bright: #26222a;--color-surface-on-surface: #e5e3e8;--color-surface-on-surface-variant: #a49daf;--color-surface-outline: #413d48;--color-surface-outline-variant: #3c3842;--color-surface-surface-container-lowest: #2d2932;--color-surface-surface-container-low: #312e38;--color-surface-surface-container: #36333d;--color-surface-surface-container-high: #3c3842;--color-surface-surface-container-highest: #413d48;--color-surface-inverse-surface: #e0ccff;--color-surface-inverse-on-surface: #313031}:root[data-theme=light]{--color-schemes-primary: #863dfb;--color-schemes-on-primary: #ffffff;--color-schemes-secondary: #003bc4;--color-schemes-on-secondary: #ffffff;--color-schemes-secondary-container: #2e5fff;--color-schemes-on-secondary-container: #ffffff;--color-schemes-error: #ba1a1a;--color-schemes-on-error: #ffffff;--color-schemes-brand: #863dfb;--color-surface-background: #f4f4f5;--color-surface-surface-dim: #e4e4e7;--color-surface-surface: #f4f4f5;--color-surface-surface-bright: #fafafa;--color-surface-on-surface: #09090b;--color-surface-on-surface-variant: #3f3f46;--color-surface-outline: #d4d4d8;--color-surface-outline-variant: #e4e4e7;--color-surface-surface-container-lowest: #ffffff;--color-surface-surface-container-low: #fafafa;--color-surface-surface-container: #f4f4f5;--color-surface-surface-container-high: #e4e4e7;--color-surface-surface-container-highest: #d4d4d8;--color-surface-inverse-surface: #09090b;--color-surface-inverse-on-surface: #ffffff}.o2x-type-label-medium{font-family:var(--font-family-plain);font-size:var(--type-label-medium-size);line-height:var(--type-label-medium-leading);letter-spacing:var(--type-label-medium-tracking);font-weight:var(--type-label-medium-weight)}.o2x-type-label-large{font-family:var(--font-family-plain);font-size:var(--type-label-large-size);line-height:var(--type-label-large-leading);letter-spacing:var(--type-label-large-tracking);font-weight:var(--type-label-large-weight)}.o2x-type-title-medium{font-family:var(--font-family-plain);font-size:var(--type-title-medium-size);line-height:var(--type-title-medium-leading);letter-spacing:var(--type-title-medium-tracking);font-weight:var(--type-title-medium-weight)}@keyframes stream-right{0.00%{transform:translate3d(-11cqw,0,-258.46cqw) rotateY(-6deg) scale(1.65)}4.17%{transform:translate3d(-3.79cqw,0,-225.92cqw) rotateY(-6.92deg) scale(1.597)}8.33%{transform:translate3d(2.73cqw,0,-197.04cqw) rotateY(-7.83deg) scale(1.546)}12.50%{transform:translate3d(8.6cqw,0,-171.43cqw) rotateY(-8.75deg) scale(1.498)}16.67%{transform:translate3d(13.87cqw,0,-148.7cqw) rotateY(-9.67deg) scale(1.451)}20.83%{transform:translate3d(18.56cqw,0,-128.54cqw) rotateY(-10.58deg) scale(1.407)}25.00%{transform:translate3d(22.72cqw,0,-110.65cqw) rotateY(-11.5deg) scale(1.366)}29.17%{transform:translate3d(26.37cqw,0,-94.78cqw) rotateY(-12.42deg) scale(1.326)}33.33%{transform:translate3d(29.57cqw,0,-80.7cqw) rotateY(-13.33deg) scale(1.289)}37.50%{transform:translate3d(32.34cqw,0,-68.21cqw) rotateY(-14.25deg) scale(1.254)}41.67%{transform:translate3d(34.71cqw,0,-57.13cqw) rotateY(-15.17deg) scale(1.221)}45.83%{transform:translate3d(36.73cqw,0,-47.3cqw) rotateY(-16.08deg) scale(1.191)}50.00%{transform:translate3d(38.42cqw,0,-38.58cqw) rotateY(-17deg) scale(1.163)}54.17%{transform:translate3d(39.81cqw,0,-30.84cqw) rotateY(-17.92deg) scale(1.137)}58.33%{transform:translate3d(40.94cqw,0,-23.98cqw) rotateY(-18.83deg) scale(1.113)}62.50%{transform:translate3d(41.84cqw,0,-17.89cqw) rotateY(-19.75deg) scale(1.091)}66.67%{transform:translate3d(42.53cqw,0,-12.48cqw) rotateY(-20.67deg) scale(1.072)}70.83%{transform:translate3d(43.06cqw,0,-7.69cqw) rotateY(-21.58deg) scale(1.055)}75.00%{transform:translate3d(43.43cqw,0,-3.44cqw) rotateY(-22.5deg) scale(1.041)}79.17%{transform:translate3d(43.69cqw,0,.33cqw) rotateY(-23.42deg) scale(1.028)}83.33%{transform:translate3d(43.85cqw,0,3.68cqw) rotateY(-24.33deg) scale(1.018)}87.50%{transform:translate3d(43.94cqw,0,6.65cqw) rotateY(-25.25deg) scale(1.01)}91.67%{transform:translate3d(43.98cqw,0,9.28cqw) rotateY(-26.17deg) scale(1.005)}95.83%{transform:translate3d(44cqw,0,11.62cqw) rotateY(-27.08deg) scale(1.001)}100.00%{transform:translate3d(44cqw,0,13.7cqw) rotateY(-28deg) scale(1)}}@keyframes stream-left{0.00%{transform:translate3d(11cqw,0,-258.46cqw) rotateY(6deg) scale(1.65)}4.17%{transform:translate3d(3.79cqw,0,-225.92cqw) rotateY(6.92deg) scale(1.597)}8.33%{transform:translate3d(-2.73cqw,0,-197.04cqw) rotateY(7.83deg) scale(1.546)}12.50%{transform:translate3d(-8.6cqw,0,-171.43cqw) rotateY(8.75deg) scale(1.498)}16.67%{transform:translate3d(-13.87cqw,0,-148.7cqw) rotateY(9.67deg) scale(1.451)}20.83%{transform:translate3d(-18.56cqw,0,-128.54cqw) rotateY(10.58deg) scale(1.407)}25.00%{transform:translate3d(-22.72cqw,0,-110.65cqw) rotateY(11.5deg) scale(1.366)}29.17%{transform:translate3d(-26.37cqw,0,-94.78cqw) rotateY(12.42deg) scale(1.326)}33.33%{transform:translate3d(-29.57cqw,0,-80.7cqw) rotateY(13.33deg) scale(1.289)}37.50%{transform:translate3d(-32.34cqw,0,-68.21cqw) rotateY(14.25deg) scale(1.254)}41.67%{transform:translate3d(-34.71cqw,0,-57.13cqw) rotateY(15.17deg) scale(1.221)}45.83%{transform:translate3d(-36.73cqw,0,-47.3cqw) rotateY(16.08deg) scale(1.191)}50.00%{transform:translate3d(-38.42cqw,0,-38.58cqw) rotateY(17deg) scale(1.163)}54.17%{transform:translate3d(-39.81cqw,0,-30.84cqw) rotateY(17.92deg) scale(1.137)}58.33%{transform:translate3d(-40.94cqw,0,-23.98cqw) rotateY(18.83deg) scale(1.113)}62.50%{transform:translate3d(-41.84cqw,0,-17.89cqw) rotateY(19.75deg) scale(1.091)}66.67%{transform:translate3d(-42.53cqw,0,-12.48cqw) rotateY(20.67deg) scale(1.072)}70.83%{transform:translate3d(-43.06cqw,0,-7.69cqw) rotateY(21.58deg) scale(1.055)}75.00%{transform:translate3d(-43.43cqw,0,-3.44cqw) rotateY(22.5deg) scale(1.041)}79.17%{transform:translate3d(-43.69cqw,0,.33cqw) rotateY(23.42deg) scale(1.028)}83.33%{transform:translate3d(-43.85cqw,0,3.68cqw) rotateY(24.33deg) scale(1.018)}87.50%{transform:translate3d(-43.94cqw,0,6.65cqw) rotateY(25.25deg) scale(1.01)}91.67%{transform:translate3d(-43.98cqw,0,9.28cqw) rotateY(26.17deg) scale(1.005)}95.83%{transform:translate3d(-44cqw,0,11.62cqw) rotateY(27.08deg) scale(1.001)}100.00%{transform:translate3d(-44cqw,0,13.7cqw) rotateY(28deg) scale(1)}}@media(prefers-reduced-motion:reduce){.stream-card{animation-play-state:paused}}@keyframes stream-mobile-left{0.000%{transform:translate3d(-29.57cqw,0,-80.7cqw) rotateY(13.33deg);opacity:0}6.250%{transform:translate3d(-32.34cqw,0,-68.21cqw) rotateY(14.25deg);opacity:1}12.500%{transform:translate3d(-34.71cqw,0,-57.13cqw) rotateY(15.17deg);opacity:1}18.750%{transform:translate3d(-36.73cqw,0,-47.3cqw) rotateY(16.08deg);opacity:1}25.000%{transform:translate3d(-38.42cqw,0,-38.58cqw) rotateY(17deg);opacity:1}31.250%{transform:translate3d(-39.81cqw,0,-30.84cqw) rotateY(17.92deg);opacity:1}37.500%{transform:translate3d(-40.94cqw,0,-23.98cqw) rotateY(18.83deg);opacity:1}43.750%{transform:translate3d(-41.84cqw,0,-17.89cqw) rotateY(19.75deg);opacity:1}50.000%{transform:translate3d(-42.53cqw,0,-12.48cqw) rotateY(20.67deg);opacity:1}56.250%{transform:translate3d(-43.06cqw,0,-7.69cqw) rotateY(21.58deg);opacity:1}62.500%{transform:translate3d(-43.43cqw,0,-3.44cqw) rotateY(22.5deg);opacity:1}68.750%{transform:translate3d(-43.69cqw,0,.33cqw) rotateY(23.42deg);opacity:1}75.000%{transform:translate3d(-43.85cqw,0,3.68cqw) rotateY(24.33deg);opacity:1}81.250%{transform:translate3d(-43.94cqw,0,6.65cqw) rotateY(25.25deg);opacity:1}87.500%{transform:translate3d(-43.98cqw,0,9.28cqw) rotateY(26.17deg);opacity:1}93.750%{transform:translate3d(-44cqw,0,11.62cqw) rotateY(27.08deg);opacity:1}100.000%{transform:translate3d(-44cqw,0,13.7cqw) rotateY(28deg);opacity:0}}@keyframes stream-mobile-right{0.000%{transform:translate3d(29.57cqw,0,-80.7cqw) rotateY(-13.33deg);opacity:0}6.250%{transform:translate3d(32.34cqw,0,-68.21cqw) rotateY(-14.25deg);opacity:1}12.500%{transform:translate3d(34.71cqw,0,-57.13cqw) rotateY(-15.17deg);opacity:1}18.750%{transform:translate3d(36.73cqw,0,-47.3cqw) rotateY(-16.08deg);opacity:1}25.000%{transform:translate3d(38.42cqw,0,-38.58cqw) rotateY(-17deg);opacity:1}31.250%{transform:translate3d(39.81cqw,0,-30.84cqw) rotateY(-17.92deg);opacity:1}37.500%{transform:translate3d(40.94cqw,0,-23.98cqw) rotateY(-18.83deg);opacity:1}43.750%{transform:translate3d(41.84cqw,0,-17.89cqw) rotateY(-19.75deg);opacity:1}50.000%{transform:translate3d(42.53cqw,0,-12.48cqw) rotateY(-20.67deg);opacity:1}56.250%{transform:translate3d(43.06cqw,0,-7.69cqw) rotateY(-21.58deg);opacity:1}62.500%{transform:translate3d(43.43cqw,0,-3.44cqw) rotateY(-22.5deg);opacity:1}68.750%{transform:translate3d(43.69cqw,0,.33cqw) rotateY(-23.42deg);opacity:1}75.000%{transform:translate3d(43.85cqw,0,3.68cqw) rotateY(-24.33deg);opacity:1}81.250%{transform:translate3d(43.94cqw,0,6.65cqw) rotateY(-25.25deg);opacity:1}87.500%{transform:translate3d(43.98cqw,0,9.28cqw) rotateY(-26.17deg);opacity:1}93.750%{transform:translate3d(44cqw,0,11.62cqw) rotateY(-27.08deg);opacity:1}100.000%{transform:translate3d(44cqw,0,13.7cqw) rotateY(-28deg);opacity:0}}:root{--modal-open-dur: .25s;--modal-close-dur: .15s;--modal-scale: .96;--modal-scale-close: .96;--modal-ease: cubic-bezier(.22, 1, .36, 1);--check-box: .15s;--check-draw: .35s;--check-delay: 0ms;--check-uncheck: .15s;--check-ease: cubic-bezier(.22, 1, .36, 1)}.t-modal{transform-origin:center;transform:scale(var(--modal-scale));opacity:0;pointer-events:none;transition:transform var(--modal-open-dur) var(--modal-ease),opacity var(--modal-open-dur) var(--modal-ease);will-change:transform,opacity}.t-modal.is-open{transform:scale(1);opacity:1;pointer-events:auto}.t-modal.is-closing{transform:scale(var(--modal-scale-close));opacity:0;pointer-events:none;transition:transform var(--modal-close-dur) var(--modal-ease),opacity var(--modal-close-dur) var(--modal-ease)}@media(prefers-reduced-motion:reduce){.t-modal{transition:none!important}}.t-check{transition:background var(--check-box) var(--check-ease),box-shadow var(--check-box) var(--check-ease)}.t-check svg path{stroke-dasharray:var(--check-len, 15);stroke-dashoffset:var(--check-len, 15);transition:stroke-dashoffset var(--check-uncheck) var(--check-ease)}.t-check[aria-checked=true] svg path{stroke-dashoffset:0;transition:stroke-dashoffset var(--check-draw) var(--check-ease) var(--check-delay)}@media(prefers-reduced-motion:reduce){.t-check,.t-check svg path{transition:none!important}}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial;--tw-tracking:initial}}}@layer theme{:root,:host{--color-neutral-400:oklch(70.8% 0 none);--spacing:.25rem;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-light:300;--tracking-tight:-.025em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.static{position:static}.inset-0{top:0;right:0;bottom:0;left:0}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.h-full{height:100%}.min-h-72{min-height:calc(var(--spacing) * 72)}.w-full{width:100%}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-16{padding-block:calc(var(--spacing) * 16)}.text-center{text-align:center}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-neutral-400\/80{color:#a1a1a1cc}@supports (color:color-mix(in lab,red,red)){.text-neutral-400\/80{color:color-mix(in oklab,var(--color-neutral-400) 80%,transparent)}}.opacity-50{opacity:.5}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/SourceSerif4-italic-400-latin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;src:url(/fonts/Manrope-normal-400-latin.woff2)}@font-face{font-display:swap;font-family:Manrope;src:url(/fonts/Manrope-normal-600-latin.woff2);font-weight:600}@font-face{font-display:swap;font-family:Nohemi;src:url(/fonts/Nohemi-VF.woff2);font-weight:100 900}@font-face{font-display:swap;font-family:o2x-icons;src:url(/fonts/o2x-icons.woff2)}:root{--ink:#191919;--muted:#626262;--line:#ebebeb;--paper:#fff;--soft:#fafafa;--accent:#7462bd;--display:64px;--heading:40px;--title:20px;--body:15px;--small:13px;--radius:24px;--section-space:110px;--font:Manrope,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);font-family:var(--font);font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;min-width:320px}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600}h2{font-size:var(--heading);letter-spacing:-1.5px;line-height:1.4}h3{font-size:var(--title);line-height:1.5}p{font-size:var(--body);line-height:1.9}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.shell{width:min(1216px,calc(100% - 64px));margin-inline:auto}.section{padding-block:var(--section-space)}.tinted{background:var(--soft);border-block:1px solid var(--line)}.muted{color:var(--muted)}.icon{font-family:o2x-icons!important;font-weight:400;font-style:normal;font-size:20px;line-height:1;display:inline-block;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);padding:12px 20px;border-radius:var(--shape-radius-12);min-height:46px;font-size:var(--small);line-height:1.4;transition:background .2s,transform .2s}.button.secondary{background:var(--paper);color:var(--ink);border-color:var(--line)}.icon-button{border:1px solid var(--line);background:var(--paper);border-radius:var(--shape-radius-12);display:grid;place-items:center;width:44px;height:44px}.actions{display:flex;gap:12px;justify-content:center}.brand{display:flex;align-items:center;gap:8px;font-family:Nohemi,var(--font);font-weight:600;font-size:27px;letter-spacing:-1px}.brand img{width:36px;height:36px;object-fit:contain}.eyebrow{font-size:11px;letter-spacing:1.6px;color:var(--muted);font-weight:500}.section-title{text-align:center;max-width:740px;margin:0 auto 48px}.section-title h2{margin-top:18px}.section-title p{color:var(--muted);max-width:660px;margin:20px auto 0}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:var(--shape-radius-full);padding:7px 12px;background:var(--soft);font-size:12px;color:#666}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}header{position:sticky;top:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(235,235,235,.65)}.header-inner{width:min(1216px,calc(100% - 64px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}nav{display:flex;gap:28px;font-size:var(--small);color:#555}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .button{padding:10px 16px;min-height:40px}.menu{display:none}.mobile-nav{padding:16px 24px}.hero{position:relative;height:clamp(640px,calc(100svh - 76px),780px);overflow:hidden;isolation:isolate}.hero-copy{position:relative;z-index:2;text-align:center;padding-top:45px}.hero h1{font-size:var(--display);line-height:1.24;letter-spacing:-2px;margin-top:24px}.hero h1 span{font-weight:500}.hero-bottom{position:absolute;z-index:3;bottom:38px;left:24px;right:24px;text-align:center}.hero-bottom p{color:var(--muted);margin-bottom:22px}.stream{position:absolute;top:0;right:0;bottom:0;left:0;container-type:inline-size;pointer-events:none;overflow:hidden}.perspective{position:absolute;top:0;right:0;bottom:0;left:0;perspective:30cqw;perspective-origin:50% 56%}.rails{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d}.stream-card{position:absolute;left:50%;top:56%;width:18cqw;height:25cqw;margin-left:-9cqw;margin-top:-12.5cqw;border-radius:.4cqw;backface-visibility:hidden;overflow:hidden;animation-duration:18s;animation-timing-function:linear;animation-iteration-count:infinite}.stream-card img{width:100%;height:100%;object-fit:cover}.intro{padding-top:70px}.intro .section-title{margin-bottom:24px}.intro-copy{max-width:775px;margin:auto;text-align:center;font-size:20px;line-height:1.9}.intro-detail{max-width:750px;text-align:center;margin:16px auto 0}.service-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:32px 0 50px}.service-chips a{display:flex;align-items:center;gap:20px;font-size:13px;border:1px solid var(--line);padding:11px 16px;border-radius:var(--shape-radius-12)}.service-chips .icon{font-size:16px;color:#999}.metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:36px 0;border-block:1px solid var(--line)}.metrics>div{text-align:center;border-right:1px solid var(--line)}.metrics>div:last-child{border:0}.metrics strong{display:block;font-size:34px;font-weight:500;letter-spacing:-1px}.metrics span{display:block;margin-top:8px;font-size:13px;color:var(--muted)}.works{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.work{padding:0;background:none;border:0;text-align:left}.work-image{aspect-ratio:16/10;overflow:hidden;position:relative;border-radius:var(--shape-radius-20);background:#e9e9e9}.work-image:after{content:"";position:absolute;top:60%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0006);pointer-events:none}.work-image>img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:#ffffffde;color:#111;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:grid;place-items:center}.play .icon{font-size:28px}.work-index{position:absolute;bottom:20px;left:22px;color:#fff;font-size:10px;letter-spacing:1.3px;z-index:1}.work-meta{padding:18px 8px 5px;display:flex;align-items:center;justify-content:space-between}.work-meta h3{font-size:18px}.work-meta span{font-size:12px;color:var(--muted);display:block;margin-top:5px}.work-meta>.icon{font-size:22px}.upcoming{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:28px}.upcoming>div{display:flex;align-items:center;gap:14px;border:1px solid var(--line);padding:20px;border-radius:var(--shape-radius-16)}.upcoming h3{font-size:15px}.upcoming span,.upcoming p{font-size:12px;color:var(--muted)}.upcoming small{margin-left:auto;white-space:nowrap;font-size:11px;color:var(--muted);background:#f0f0f0;padding:4px 8px;border-radius:6px}.categories{text-align:center;margin-top:45px;padding-top:28px;border-top:1px solid var(--line)}.categories>span{font-size:12px;color:#555}.categories p{font-size:12px;color:var(--muted);margin-top:12px}.audience{text-align:center;padding-block:75px}.audience h2{font-size:28px;margin-top:14px}.audience-tags{max-width:960px;margin:28px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.audience-tags span{font-size:13px;color:#666;border:1px solid var(--line);border-radius:var(--shape-radius-full);padding:10px 18px}.why{padding-top:45px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.benefits article{padding:32px;border-right:1px solid var(--line)}.benefits article:last-child{border:0}.benefit-title{font-size:18px}.benefits strong{display:block;font-size:64px;letter-spacing:-3px;line-height:1.5;font-weight:500;margin:20px 0 12px}.benefits p{font-size:13px;color:var(--muted);max-width:235px}.partners{margin-top:65px;text-align:center}.partners>div{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-top:30px}.partners img{width:100px;height:45px;object-fit:contain;filter:grayscale(1);opacity:.7;mix-blend-mode:multiply}.solution-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:start}.solution-tabs{display:grid;gap:12px}.solution-tabs button{border:1px solid transparent;background:transparent;display:flex;gap:16px;text-align:left;padding:25px 22px;border-radius:var(--shape-radius-20);width:100%;align-items:flex-start;transition:background .2s,border-color .2s}.solution-tabs button[aria-selected=true]{background:var(--paper);border-color:var(--line);box-shadow:0 8px 25px #00000003}.solution-tabs h3{font-size:18px}.solution-tabs p{font-size:13px;color:var(--muted);margin-top:10px}.solution-tabs .number{font-size:12px;color:#aaa;padding-top:5px}.solution-tabs button>.icon{margin-left:auto;padding-top:5px;font-size:18px}.solution-detail{padding:16px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);min-height:595px}.solution-visual{height:230px;position:relative;border-radius:12px;overflow:hidden}.solution-visual>img{height:100%;width:100%;object-fit:cover}.solution-visual>span{position:absolute;left:16px;bottom:16px;display:flex;gap:8px;align-items:center;background:#fffffff2;padding:9px 12px;border-radius:8px;font-size:12px}.solution-visual .icon{font-size:16px;color:var(--accent)}.solution-body{padding:24px 12px 10px}.solution-body>p{font-size:14px;margin-top:10px}.solution-body ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0;margin:22px 0 26px}.solution-body li{display:flex;gap:6px;font-size:12px;color:#666}.solution-body li .icon{font-size:16px}.medeo-link{text-align:center;font-size:13px;color:var(--muted);margin-top:30px}.medeo-link a{color:var(--ink);display:inline-flex;align-items:center;gap:5px}.medeo-link .icon{font-size:16px}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;margin-top:64px}.process-grid>div{position:relative}.process-grid>div:not(:last-child):after{content:"";position:absolute;top:23px;left:62px;right:-7px;height:1px;background:var(--line)}.step-number{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--line);background:var(--soft);border-radius:var(--shape-radius-12);font-size:14px;color:#777}.process-grid h3{font-size:16px;margin-top:26px}.process-grid p{font-size:12px;color:var(--muted);margin-top:10px}.about-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:55px}.about-heading h2{margin-top:18px}.about-heading p{font-size:14px}.about-heading p+p{margin-top:16px}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quality-grid>article{min-height:230px;padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:var(--shape-radius-20)}.quality-grid h3{font-size:18px;margin:27px 0 14px}.quality-grid p{font-size:13px;color:var(--muted)}.quality-number{font-size:12px;color:#aaa}.quality-grid .quality-art{position:relative;overflow:hidden;padding:0;border:0;color:#fff}.quality-art>img{width:100%;height:100%;object-fit:cover;position:absolute;filter:brightness(.58)}.quality-art>div{position:absolute;left:28px;bottom:25px}.quality-art span{font-size:9px;letter-spacing:1px}.quality-art h3{font-size:26px;margin-bottom:0;font-weight:500}.faq-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:70px;align-items:start}.faq-heading{position:sticky;top:130px}.faq-heading h2{margin:20px 0}.faq-heading p{color:var(--muted);margin-bottom:28px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid transparent;background:var(--soft);border-radius:var(--shape-radius-16);overflow:hidden}.faq-item.open{border-color:var(--line);background:#fff}.faq-item h3{font-size:14px}.faq-item button{padding:20px 22px;border:0;background:none;width:100%;text-align:left;display:flex;gap:20px;justify-content:space-between;align-items:center}.faq-item .icon{font-size:18px}.faq-item p{padding:0 22px 23px;font-size:13px;color:var(--muted)}.contact{background:linear-gradient(180deg,#fafafa,#fff);border-top:1px solid var(--line)}.contact .section-title{margin-bottom:28px}.contact .section-title h2{font-size:48px}.contact-card{display:flex;align-items:center;justify-content:center;gap:24px;width:max-content;max-width:100%;padding:22px 28px;border:1px solid var(--line);border-radius:var(--shape-radius-20);background:#fff;margin:46px auto 0}.contact-card>img{width:92px;height:92px}.contact-card strong{display:block;font-size:15px;font-weight:500}.contact-card a{display:block;font-size:13px;margin-top:8px}.contact-card p{font-size:11px;color:var(--muted);margin-top:8px}footer{padding-top:46px;border-top:1px solid var(--line);position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.footer-links{display:flex;gap:24px;align-items:start;justify-content:flex-end;font-size:12px}footer>div>p{font-size:12px;color:var(--muted);margin-top:14px}.copyright{font-size:11px;color:#999;grid-column:1/-1;margin-top:36px}.footer-word{grid-column:1/-1;font-family:Nohemi,var(--font);font-size:clamp(120px,24vw,340px);letter-spacing:-.065em;color:#f3f3f3;line-height:1.12;font-weight:500;text-align:center;margin-top:20px}.modal{border:1px solid var(--line);border-radius:var(--shape-radius-24);padding:28px;width:min(640px,calc(100% - 32px));max-height:90dvh;color:var(--ink);background:var(--paper);box-shadow:0 32px 100px #0003}.modal::backdrop{background:#121212a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal.wide{width:min(1050px,calc(100% - 32px))}.modal-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}.modal-heading h2{font-size:23px;letter-spacing:0}.modal video{display:block;width:100%;max-height:65vh;background:#000;border-radius:12px}.video-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:13px;color:var(--muted)}.video-bottom>div{display:flex;gap:8px}.form-progress{display:flex;gap:10px;margin-bottom:28px}.form-progress span{flex:1;border-top:2px solid var(--line);padding-top:12px;font-size:12px;color:#999}.form-progress span.active{border-color:var(--ink);color:var(--ink)}.form-progress b{margin-right:8px;font-weight:500}form>h3{margin-bottom:24px;font-size:20px}form label{display:block;font-size:13px;line-height:1.6;margin-bottom:18px}input,textarea{width:100%;display:block;margin-top:8px;border:1px solid #ddd;border-radius:var(--shape-radius-8);background:var(--paper);padding:11px 12px;font-size:14px;color:var(--ink)}textarea{resize:vertical}fieldset{border:0;padding:0;margin:0 0 22px}legend{font-size:13px;margin-bottom:10px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-grid label{border:1px solid var(--line);padding:12px;border-radius:8px;margin:0;display:flex;align-items:center;gap:8px;font-size:12px}.choice-grid label.selected{border-color:var(--ink);background:var(--soft)}.choice-grid input{width:14px;margin:0;accent-color:var(--ink)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.form-note{font-size:12px;color:var(--muted);background:var(--soft);padding:14px;border-radius:8px}.form-done{text-align:center;padding:20px}.form-done>.icon{font-size:44px;color:var(--accent);margin-bottom:24px}.form-done h3{margin-bottom:12px}.form-done p{color:var(--muted);font-size:14px}.form-done>a{display:block;margin:18px 0 30px}.form-done .form-contact{margin:18px 0 30px}.form-done .form-contact a{color:var(--ink);border-bottom:.5px solid color-mix(in srgb,var(--ink) 28%,transparent)}@media(hover:hover){.button:hover{background:#3b3b3b;transform:translateY(-1px)}.button.secondary:hover{background:#f4f4f4}nav a:hover,.footer-links a:hover{color:var(--ink)}.work:hover .work-image>img{transform:scale(1.035)}.service-chips a:hover{background:var(--soft)}.solution-tabs button:hover{background:#fff}}@media(max-width:960px){:root{--section-space:80px;--heading:34px}.header-inner nav{gap:16px}.header-inner{width:calc(100% - 40px)}.shell{width:calc(100% - 48px)}.solution-layout{gap:20px}.solution-tabs button{padding:18px 12px}.solution-tabs h3{font-size:16px}.process-grid{grid-template-columns:repeat(3,1fr);row-gap:36px}.process-grid>div:nth-child(3):after{display:none}.quality-grid{grid-template-columns:repeat(2,1fr)}.upcoming>div{flex-wrap:wrap;gap:10px}.upcoming p{display:none}.partners>div{gap:20px;flex-wrap:wrap;justify-content:center}.partners img{width:85px}.about-heading,.faq-layout{gap:32px}.footer-links{flex-wrap:wrap;gap:16px}.hero{height:720px}.hero-copy{padding-top:55px}.hero h1{font-size:56px}}@media(max-width:700px){:root{--heading:29px;--display:43px;--section-space:64px}.shell{width:calc(100% - 40px)}h2{letter-spacing:-.7px}.header-inner{height:68px}.brand{font-size:24px}.brand img{width:30px;height:30px}.header-inner>nav{display:none}.menu{display:grid;width:40px;height:40px}.header-actions .button{padding:9px 12px;font-size:11px}.header-actions .button .icon{display:none}.mobile-nav{display:flex;flex-direction:column;border-top:1px solid var(--line);gap:0}.mobile-nav a{padding:12px 4px}.hero{height:660px}.hero-copy{padding-top:36px}.hero h1{font-size:46px;letter-spacing:-1px;margin-top:25px}.hero-bottom{bottom:30px;left:28px;right:28px}.hero-bottom p{font-size:13px;max-width:310px;margin:0 auto 20px}.stream{top:20px;right:-60px;bottom:0;left:-60px}.perspective{perspective-origin:50% 52%}.stream-card{top:52%}.intro{padding-top:46px}.section-title{margin-bottom:32px}.section-title h2{margin-top:14px}.section-title p{font-size:13px;margin-top:16px}.intro-copy{font-size:17px;text-align:left}.intro-detail{text-align:left;font-size:13px}.service-chips{gap:8px;margin:26px 0 35px}.service-chips a{width:calc(50% - 4px);justify-content:space-between;font-size:11px;padding:11px 10px;gap:4px}.metrics{grid-template-columns:repeat(2,1fr);padding:0}.metrics>div{padding:24px 0;border-bottom:1px solid var(--line)}.metrics>div:nth-child(2){border-right:0}.metrics>div:nth-child(n+3){border-bottom:0}.metrics strong{font-size:28px}.metrics span{font-size:11px}.works{gap:25px;grid-template-columns:1fr}.work-image{aspect-ratio:16/10}.work-meta{padding-top:13px}.work-meta h3{font-size:17px}.upcoming{grid-template-columns:1fr;gap:10px;margin-top:24px}.upcoming>div{padding:16px}.upcoming h3{font-size:14px}.categories{margin-top:28px;text-align:left}.categories p{line-height:2.1}.audience{padding-block:48px}.audience h2{font-size:25px}.audience-tags{gap:8px}.audience-tags span{font-size:11px;padding:8px 12px}.why{padding-top:15px}.benefits{grid-template-columns:1fr}.benefits article{padding:26px;display:grid;grid-template-columns:1fr 1fr;align-items:center;border-right:0;border-bottom:1px solid var(--line)}.benefits strong{font-size:44px;grid-column:2;grid-row:1/3;margin:0;text-align:right}.benefit-title{font-size:16px}.benefits p{font-size:11px;margin-top:9px}.partners{margin-top:42px}.partners>div{gap:24px}.partners img{width:65px;height:35px}.solution-layout{grid-template-columns:1fr;gap:22px}.solution-tabs{grid-template-columns:1fr 1fr;gap:8px}.solution-tabs button{padding:14px 12px;gap:9px;border-color:var(--line);border-radius:12px}.solution-tabs h3{font-size:13px}.solution-tabs p{display:none}.solution-tabs .number{font-size:10px;padding-top:3px}.solution-tabs button>.icon{display:none}.solution-tabs button[aria-selected=true]{border-color:#aaa}.solution-detail{min-height:0;padding:12px}.solution-visual{height:210px}.solution-body{padding:22px 8px 8px}.solution-body p{font-size:13px}.solution-body ul{gap:12px 8px}.solution-body li{font-size:11px}.process-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px;margin-top:38px}.process-grid>div:nth-child(3):after{display:block}.process-grid>div:nth-child(2n):after{display:none}.process-grid h3{margin-top:16px}.process-grid p{font-size:11px;margin-top:6px}.about-heading{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.about-heading p{font-size:13px}.quality-grid{grid-template-columns:1fr;gap:12px}.quality-grid>article{min-height:0;padding:24px}.quality-grid h3{margin-top:16px;font-size:17px}.quality-grid p{font-size:12px}.quality-grid .quality-art{height:270px}.quality-art h3{font-size:27px}.faq-layout{grid-template-columns:1fr;gap:32px}.faq-heading{position:static}.faq-heading .button{display:none}.faq-heading h2{margin:15px 0}.faq-heading p{margin-bottom:0;font-size:13px}.faq-item button{font-size:12px;padding:18px 16px}.faq-item p{font-size:12px;padding:0 16px 18px}.contact .section-title h2{font-size:33px}.contact-card{padding:18px;gap:14px;margin-top:30px}.contact-card>img{width:75px;height:75px}.contact-card strong{font-size:12px}.contact-card a{font-size:11px}.contact-card p{font-size:10px;max-width:185px}footer{grid-template-columns:1fr;padding-top:35px}.footer-links{justify-content:flex-start;margin-top:30px;gap:14px;font-size:11px}.copyright{margin-top:25px}.footer-word{font-size:27vw;margin-top:25px}.modal{padding:20px}.modal-heading h2{font-size:20px}.choice-grid,.field-grid{grid-template-columns:1fr}.choice-grid label{font-size:12px}.form-progress{gap:6px}.form-progress span{font-size:10px}.form-progress b{margin-right:5px}.video-bottom>span{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.stream-card{animation-play-state:paused}*,*:before,*:after{transition:none!important}}.mobile-label{display:none}@media(max-width:700px){.desktop-label{display:none}.mobile-label{display:inline}}.stream-card img{height:112%;transform:translateY(-2%)}.pipeline{height:100%;padding:20px;background:#f8f8fa;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #f0eff3;border-radius:12px}.pipeline-head{display:flex;align-items:center;gap:8px;font-size:11px;color:#666}.pipeline-head .icon{font-size:18px;color:var(--accent)}.pipeline-head small{margin-left:auto;color:#aaa;font-size:10px}.pipeline-flow{display:grid;grid-template-columns:1fr 16px 1.25fr 16px 1fr;gap:9px;align-items:center;margin-top:17px}.pipeline-flow>.icon{font-size:16px;color:#bbb}.pipeline-node{text-align:center;min-width:0}.pipeline-label{display:block;font-size:11px;margin-bottom:12px;color:#555}.pipeline-node>small{display:block;font-size:9px;color:#999;margin-top:10px;white-space:nowrap}.input-thumbs,.output-thumbs{height:90px;display:flex;align-items:center;justify-content:center;gap:4px}.input-thumbs img{width:47%;height:66px;object-fit:cover;border:3px solid white;border-radius:7px;box-shadow:0 4px 8px #0001}.input-thumbs img:first-child{transform:rotate(-8deg)}.input-thumbs img:last-child{transform:rotate(8deg)}.output-thumbs img{height:77px;width:35px;object-fit:cover;border:3px solid white;border-radius:6px;box-shadow:0 4px 8px #0001}.output-thumbs img:last-child{width:55px;height:46px}.recipe-steps{height:90px;background:#fff;border:1px solid #e8e4f0;box-shadow:0 8px 18px #56427a08;border-radius:10px;display:flex;flex-direction:column;justify-content:center;gap:7px}.recipe-steps span{font-size:10px;color:#81728e}.recipe .pipeline-label{color:#766292}@media(max-width:700px){.hero{height:560px}.stream{top:8px;right:-80px;bottom:0;left:-80px}.pipeline{padding:13px}.pipeline-flow{gap:5px;grid-template-columns:1fr 12px 1.15fr 12px 1fr}.pipeline-head{font-size:10px}.pipeline-head small{font-size:8px}.pipeline-flow>.icon{font-size:12px}.pipeline-node>small{font-size:8px}.pipeline-label{font-size:10px}.recipe-steps span{font-size:9px}.input-thumbs img{height:55px;border-width:2px}.output-thumbs img{width:26px}.output-thumbs img:last-child{width:34px;height:34px}.hero-bottom p{font-size:13px}}.quality-grid>article{min-height:184px;display:flex;flex-direction:column;justify-content:center}.quality-grid h3{margin:0 0 14px}.quality-art h3{margin:18px 0 0}.pipeline-label{font-size:13px;color:#353139;font-weight:500}.recipe-steps span{font-size:12px;color:#514460}.pipeline-node>small{color:#666}.pipeline-head{color:#555}@media(max-width:700px){.pipeline{padding:16px 10px}.pipeline-head{font-size:11px}.pipeline-head small{display:none}.pipeline-flow{grid-template-columns:1fr 12px 1.2fr 12px 1fr;gap:3px;margin:auto 0}.pipeline-label{font-size:12px;margin-bottom:12px}.recipe-steps span{font-size:12px}.recipe-steps{height:100px;gap:9px}.pipeline-node>small{display:none}.pipeline-flow>.icon{color:#706b78}.quality-grid>article{min-height:0}.quality-grid .quality-art{height:230px}.quality-grid h3{margin:0 0 12px}.quality-art h3{margin:16px 0 0}}.solution-tabs p,.quality-grid p{font-size:14px;line-height:1.85;color:#606060}.hero-bottom p,.section-title p,.intro-detail{color:#626262}.solution-body li{font-size:13px;color:#5c5c5c}.work-image{aspect-ratio:16/9}.work-image.science-cover img,.work:hover .work-image.science-cover img{transform:none}@media(max-width:700px){.solution-tabs p{display:none}.quality-grid p{font-size:14px}.solution-body li{font-size:12px}.work-image{aspect-ratio:16/9}.section-title p,.intro-detail{font-size:14px}}.work .play{left:auto;top:auto;right:18px;bottom:18px;transform:none;z-index:2;width:46px;height:46px}.work .play .icon{font-size:25px}.partners>div{gap:24px}.partner-logo{position:relative;width:100px;height:44px;display:block;overflow:hidden;flex-shrink:0}.partners .partner-logo img{position:absolute;max-width:none;object-fit:fill;filter:grayscale(1) invert(1) contrast(5);opacity:.72;mix-blend-mode:multiply}.pipeline{padding:18px}.pipeline-flow{grid-template-columns:1fr 16px 1.05fr 16px 1.05fr;gap:10px;margin:auto 0}.pipeline-head{font-size:12px}.pipeline-head small{color:#777;font-size:11px}.pipeline-label{font-size:13px;color:#4b4453;margin-bottom:12px}.brand-input{height:103px;position:relative;overflow:hidden;border-radius:8px}.brand-input>img{width:100%;height:100%;object-fit:cover}.brand-input>span{position:absolute;inset:auto 0 0;background:#191919d9;color:#fff;font-size:10px;padding:5px 1px}.recipe-steps{height:103px;gap:10px}.recipe-steps span{font-size:12px;color:#4f455b}.version-output{display:grid;gap:8px;height:103px;grid-template-columns:1fr 1fr;align-items:end}.version-output>div{min-width:0}.version-output img{width:100%;height:50px;object-fit:cover;border-radius:5px}.version-output>div:last-child img{height:80px}.version-output span{font-size:11px;display:block;margin-top:6px;white-space:nowrap;color:#514b57}.quality-art>img{filter:brightness(.88)}.quality-art .film-caption{left:16px;bottom:14px;background:#191919c9;border-radius:5px;padding:6px 9px}.quality-art .film-caption span{font-size:11px;letter-spacing:0}@media(max-width:700px){.partners>div{gap:15px}.pipeline{padding:14px 10px}.pipeline-head{font-size:11px}.pipeline-head small{display:none}.pipeline-flow{grid-template-columns:1fr 10px 1.05fr 10px 1.05fr;gap:4px}.pipeline-label{font-size:11px;white-space:nowrap}.recipe-steps span{font-size:11px}.brand-input>span{font-size:9px}.version-output{gap:4px}.version-output span{font-size:10px}.brand-input{height:103px}}.stream-card img{filter:saturate(.68)}.quality-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quality-grid>.quality-art,.quality-grid>article:nth-child(2){grid-column:span 2;min-height:230px}.quality-grid>article:nth-child(2) h3{font-size:23px}.quality-grid>article:nth-child(2) p{max-width:420px}.delivery-line{display:flex;align-items:center;gap:14px;margin-top:26px;font-size:13px;color:#4e4e4e}.delivery-line .icon{font-size:16px;color:#9a9a9a}@media(min-width:701px)and (max-width:960px){.quality-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-grid>.quality-art,.quality-grid>article:nth-child(2){grid-column:span 1}.delivery-line{gap:7px;font-size:12px}}@media(max-width:700px){.quality-grid{grid-template-columns:1fr}.quality-grid>.quality-art,.quality-grid>article:nth-child(2){grid-column:span 1}.quality-grid>article:nth-child(2){min-height:0}.quality-grid>article:nth-child(2) h3{font-size:21px}.delivery-line{gap:12px;font-size:12px;margin-top:20px}.solution-visual:has(.pipeline){height:auto}.pipeline{padding:18px}.pipeline-head{font-size:12px}.pipeline-flow{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.pipeline-node{display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;align-items:center}.pipeline-label{font-size:12px;white-space:normal;text-align:left;margin:0}.pipeline-flow>.icon{justify-self:center;transform:translate(41px) rotate(90deg);font-size:18px;color:#8b8690}.brand-input{height:96px}.brand-input>span{font-size:11px;padding:5px}.recipe-steps{height:96px;gap:7px}.recipe-steps span{font-size:12px}.version-output{height:114px;gap:12px;align-items:end}.version-output img{height:59px}.version-output>div:last-child img{height:88px}.version-output span{font-size:12px;margin-top:7px;white-space:nowrap}.quality-grid p{font-size:14px}}.quality-grid>article:nth-child(n+3){justify-content:flex-start}.stream-card{animation-delay:var(--desktop-delay)}.stream-card img{height:100%;transform:none;filter:saturate(.78);object-position:center}.solution-visual:has(.pipeline){height:auto}.pipeline{padding:20px}.pipeline-flow{grid-template-columns:1fr 20px 1.1fr;gap:14px;margin-top:20px}.pipeline-flow>.icon:nth-of-type(2){grid-column:1/-1;justify-self:center;transform:rotate(90deg);color:#8b8690}.pipeline-node:last-child{grid-column:1/-1}.pipeline-node:last-child>.pipeline-label{text-align:left;margin-bottom:14px}.brand-input,.recipe-steps{height:100px}.brand-input>img{object-position:65% center}.version-output{height:auto;grid-template-columns:1.45fr 1fr;gap:20px;align-items:center}.output-version{min-width:0}.version-output .output-design{position:relative;overflow:hidden;border:1px solid #e3e0da;border-radius:8px}.version-output .website-design{height:158px;background:#f4f1e9}.web-chrome{height:23px;padding:6px 8px;display:flex;justify-content:space-between;align-items:center;color:#4e514b;font-size:8px}.web-chrome b{font-size:10px;letter-spacing:.7px}.web-chrome span{font-size:7px;margin:0;color:#6a6c66}.web-film{position:relative;height:135px;background:#194843}.version-output .web-film>img{width:100%;height:100%;border-radius:0;object-fit:cover;object-position:65% center;filter:brightness(.7)}.web-film>div{position:absolute;inset:14px auto auto 12px;text-align:left;color:#fff}.web-film small{font-size:8px;letter-spacing:1px}.web-film strong{display:block;font-size:17px;line-height:1.5;margin-top:7px;font-weight:600}.web-film em{display:block;font-size:8px;font-style:normal;margin-top:10px}.version-output .social-design{width:108px;height:192px;margin:auto;background:#59412d}.version-output .social-design>img{width:100%;height:100%;border-radius:0;object-fit:cover;filter:brightness(.8)}.social-title{position:absolute;left:10px;top:13px;text-align:left;font-size:21px;line-height:1.25;font-weight:600;color:#fff}.social-caption{position:absolute;left:6px;right:6px;bottom:18px;background:#f5ebcf;color:#302b23;padding:5px 2px;font-size:9px;white-space:nowrap}.social-caption b{font-size:9px}.social-progress{position:absolute;bottom:7px;left:8px;right:8px;display:flex;gap:3px}.social-progress i{height:2px;background:#fffc;flex:1}.social-progress i:not(:first-child){background:#fff5}.version-output>.output-version>span{font-size:11px;margin-top:9px;color:#555;white-space:nowrap}@media(max-width:700px){.stream-slot-4,.stream-slot-5{display:none}.stream-card{animation-delay:var(--mobile-delay);width:21cqw;height:29cqw;margin-left:-10.5cqw;margin-top:-14.5cqw}.pipeline{padding:18px}.pipeline-flow{grid-template-columns:1fr;gap:10px;margin-top:22px}.pipeline-flow>.icon:nth-of-type(2){grid-column:auto;transform:translate(41px) rotate(90deg)}.pipeline-node:last-child{grid-column:auto;grid-template-columns:1fr;gap:0}.pipeline-node:last-child>.pipeline-label{margin:6px 0 14px}.version-output{grid-template-columns:1.4fr 1fr;gap:12px}.version-output .website-design{height:146px}.web-film{height:123px}.web-film>div{left:10px;top:11px}.web-film strong{font-size:15px}.version-output .social-design{width:96px;height:171px}.social-title{font-size:19px}.version-output>.output-version>span{font-size:11px}.web-chrome span{display:none}}@media(max-width:360px){.version-output{gap:9px}.version-output .social-design{width:82px;height:146px}.version-output .website-design{height:135px}.web-film{height:112px}.web-film strong{font-size:13px}.web-film em{font-size:7px}.social-title{font-size:17px}.social-caption{font-size:8px;left:4px;right:4px}.version-output>.output-version>span{font-size:10px}}.stream-card img{height:108%;transform:translateY(-3%)}.version-output .output-version .social-design>img{height:100%;width:100%}.stream-card img[src*="/4.jpg"]{object-position:28% center}.stream-card{animation-name:var(--rail-animation)}.pipeline-label small{display:none}@media(max-width:700px){.stream-card{animation-name:var(--mobile-animation)}.pipeline-label small{display:inline;font-size:10px;color:#777;font-weight:400;margin-left:6px}}.version-output .output-version .website-design{height:auto;aspect-ratio:16/9}.web-chrome{display:none}.web-film{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.version-output .output-version .web-film>img{height:100%;width:100%}.web-film>div{inset:15px auto auto 12px}@media(max-width:700px){.stream-slot-4,.stream-slot-5{display:block}.stream-card{animation-name:var(--rail-animation);animation-delay:var(--desktop-delay)}.web-film>div{inset:12px auto auto 9px}.web-film small,.web-film em{display:none}.web-film strong{font-size:14px;line-height:1.45;margin:0}}@media(max-width:360px){.web-film>div{inset:9px auto auto 8px}.web-film strong{font-size:12px}}@media(max-width:700px){.pipeline-flow{gap:7px;margin-top:18px}.pipeline-node{grid-template-columns:1fr;gap:7px}.pipeline-flow>.icon,.pipeline-flow>.icon:nth-of-type(2){transform:rotate(90deg);font-size:16px}.brand-input{height:56px;display:flex;align-items:center;background:#fff;border:1px solid #e6e1eb}.brand-input>img{width:86px;height:56px;object-position:65% 60%}.brand-input>span{position:static;background:none;color:#514b57;flex:1;font-size:11px;padding:0 8px}.recipe-steps{height:44px;flex-direction:row;align-items:center;gap:0}.recipe-steps span{flex:1;font-size:11px;border-right:1px solid #e8e4f0}.recipe-steps span:last-child{border:0}.pipeline-node:last-child>.pipeline-label{margin:2px 0 12px}.version-output .social-design{width:107px;height:auto;aspect-ratio:9/16}}@media(max-width:360px){.version-output .social-design{width:90px}.recipe-steps span{font-size:10px}.brand-input>img{width:72px}.brand-input>span{font-size:10px}}.hero h1{display:flex;align-items:baseline;justify-content:center;white-space:nowrap;font-family:var(--font);font-weight:600;gap:0;font-size:clamp(40px,4.45vw,64px);line-height:1.35;letter-spacing:-1.8px;padding-inline:20px}.hero h1>span{font:inherit;letter-spacing:inherit}.hero-reveal{background-clip:text;-webkit-background-clip:text}.solution-body li.service-emphasis{color:var(--ink);font-weight:600}@media(max-width:700px){.hero h1{font-size:clamp(26px,8.6vw,46px);letter-spacing:-.8px;padding-inline:16px;margin-top:26px}.hero{height:500px}.hero-copy{padding-top:34px}.perspective{perspective-origin:50% 49%}.stream-card{top:49%}}.hero-dots{z-index:-1;color:#9b9ba6;opacity:.48;mask-image:radial-gradient(ellipse 65% 65% at 50% 40%,#000 18%,transparent 88%);-webkit-mask-image:radial-gradient(ellipse 65% 65% at 50% 40%,#000 18%,transparent 88%)}@media(max-width:700px){.hero-dots{opacity:.42;mask-image:radial-gradient(ellipse 85% 65% at 50% 35%,#000 20%,transparent 90%);-webkit-mask-image:radial-gradient(ellipse 85% 65% at 50% 35%,#000 20%,transparent 90%)}}.hero-reveal-wrap{position:relative;display:inline-block}.hero-reveal-base{display:block;color:var(--ink)}.hero-reveal-wrap>.hero-reveal{position:absolute;top:0;right:0;bottom:0;left:0;font:inherit;letter-spacing:inherit;white-space:nowrap}.solution-tabs button[aria-selected=false]{background:transparent}.solution-tabs button[aria-selected=true]{border-color:#7462bd;background:#f6f4fb;box-shadow:inset 3px 0 #7462bd}.solution-tabs button[aria-selected=true]>.icon{color:#7462bd}@media(hover:hover){.solution-tabs button[aria-selected=false]:hover{background:#f1f1f1}}.stream-card img[src*="/4.jpg"]{object-position:8% center}.pipeline-branch{grid-column:1/-1;width:100%;height:32px;overflow:visible;color:#9992a4;fill:none;stroke:currentColor;stroke-width:1;vector-effect:non-scaling-stroke}.branch-mobile{display:none}@media(max-width:700px){.branch-desktop{display:none}.branch-mobile{display:block}.pipeline-branch{height:25px}}@media(hover:hover){.solution-tabs button[aria-selected=false]:hover{background:transparent}.solution-tabs button[aria-selected=false]:hover h3{color:#65539b}}.hero h1 .hero-reveal-base{font:inherit;letter-spacing:inherit}@media(min-width:701px){.stream-card{width:20cqw;margin-left:-10cqw}}.tinted,.inverse-band{--hatch: color-mix(in srgb, var(--ink) 4.5%, transparent);position:relative;isolation:isolate;overflow:hidden;background:var(--soft)}.tinted:before,.inverse-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0 7px,var(--hatch) 7px 8px)}.tinted>*,.inverse-band>*{position:relative;z-index:1}.inverse-band .contact{background:none;border-top:0}.site-footer{background:#000;color:#fff;min-height:720px;padding:80px 0;display:flex;border-top:0;overflow:hidden}.site-footer-inner{width:min(1216px,calc(100% - 64px));margin:0 auto;flex:none;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.site-footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.site-footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:24px;max-width:550px}.site-footer-logo img{display:block;width:97px;height:26px;object-fit:contain;filter:invert(1)}.site-footer-brand h2{margin:0;font-family:Manrope,var(--font);font-size:64px;font-weight:600;line-height:1.15;letter-spacing:-1.5px;color:#fff}.site-footer-brand em{font-family:"Source Serif 4",Georgia,serif;font-style:italic;font-weight:400}.site-footer-links{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:208px}.site-footer-links a{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:18px;font-weight:500;line-height:1.4;color:#fff;transition:opacity .2s ease}.site-footer-links a[href="#home"] span:first-child{font-size:16px}.outward-arrow{width:16px;height:16px;flex:none;display:block;overflow:hidden;transition:transform .2s ease-in-out,opacity .2s ease}.outward-arrow svg{display:block;width:16px;height:16px}.site-footer-copy{margin:0;font-size:14px;line-height:1.4;color:#fff;opacity:.5}@media(hover:hover){nav.site-footer-links a:hover{color:#fff;opacity:.5}.site-footer-links a:hover .outward-arrow{transform:rotate(45deg)}}@media(max-width:960px){.site-footer{padding:64px 0;min-height:560px}.site-footer-inner{width:calc(100% - 40px)}.site-footer-brand h2{font-size:48px}}@media(max-width:700px){.site-footer{padding:48px 0 32px;min-height:auto}.site-footer-top{flex-direction:column;gap:40px}.site-footer-links{align-items:flex-start}.site-footer-brand h2{font-size:36px;letter-spacing:-1px}}header{background:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background-color .2s ease,border-color .2s ease}header.is-scrolled{background:#fffffff0;border-bottom-color:#ebebeba6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{align-items:center;gap:var(--space-s3)}.brand img{width:105px;height:28px;object-fit:contain;object-position:left center}.brand small{font-family:var(--font);font-size:var(--small);line-height:1;font-weight:400;letter-spacing:normal;color:#555;white-space:nowrap}header .brand{align-items:center}header .brand small,header nav a{line-height:1}@media(max-width:700px){.brand img{width:90px;height:24px}.header-actions .button .outward-arrow{display:none}}.button{gap:6px;border-radius:var(--shape-radius-full)}.icon-button{border-radius:var(--shape-radius-full)}.button .outward-arrow,.button .outward-arrow svg{width:12px;height:12px}.button .icon{font-size:12px;line-height:1;width:12px;height:12px}.button.has-play .icon{font-size:10px;width:10px;height:10px}.button:has(.icon){padding-right:16px}.button-label{line-height:1}@media(hover:hover){.button:hover{transform:none}.button.has-outward:hover .outward-arrow{transform:rotate(45deg)}}.button{transition:background-color .2s ease,transform .15s ease-out}.button:active{transform:scale(.97)}:root{--ease-out-quart:cubic-bezier(.165,.84,.44,1)}@keyframes page-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes page-enter-scale{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes page-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:none}}html.page-enter header,html.page-enter .hero-copy,html.page-enter .hero-dots,html.page-enter .stream,html.page-enter .hero-bottom{will-change:transform,opacity}html.page-enter header{animation:page-enter .32s var(--ease-out-quart) both}html.page-enter .hero-dots{animation:page-fade .38s var(--ease-out-quart) both}html.page-enter .hero-copy{animation:none}html.page-enter .stream{animation:page-fade .38s var(--ease-out-quart) 70ms both}html.page-enter .hero-bottom{animation:page-enter .38s var(--ease-out-quart) .14s both}.mobile-nav{animation:page-enter .2s var(--ease-out-quart) both}.modal[open]{animation:modal-in .24s var(--ease-out-quart) both}.modal.t-modal[open]{animation:none}.modal[open]::backdrop{animation:page-fade .24s var(--ease-out-quart) both}.stream.is-offscreen .stream-card{animation-play-state:paused}.reveal{opacity:0;transform:translateY(16px)}.reveal.is-in{animation:page-enter .4s var(--ease-out-quart) var(--reveal-delay,0ms) both}.works.reveal,.upcoming.reveal,.categories.reveal,.benefits.reveal,.partners.reveal,.solution-layout.reveal,.process-grid.reveal,.quality-grid.reveal,.faq-list.reveal,.audience-tags.reveal,.business-bento.reveal,.business-workflows.reveal,.stats-bento.reveal,.contact-card.reveal,.actions.reveal{--reveal-delay:80ms}@media(prefers-reduced-motion:reduce){html.page-enter header,html.page-enter .hero-copy,html.page-enter .hero-dots,html.page-enter .stream,html.page-enter .hero-bottom,.mobile-nav,.modal[open],.modal[open]::backdrop,.reveal,.reveal.is-in{animation:none}.reveal,.reveal.is-in{opacity:1;transform:none}.button:active{transform:none}}.service-advantages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 72px;margin:48px auto 52px;max-width:920px;text-align:left}.service-advantage{display:grid;grid-template-columns:20px minmax(0,1fr);gap:20px;align-items:start;border-radius:4px}.service-check{margin-top:3px}.service-advantage h3{display:flex;align-items:center;gap:12px;font-size:18px;line-height:1.5;font-weight:500;margin:0}.service-advantage p{font-size:15px;line-height:1.8;color:#707070;margin:7px 0 0;max-width:360px}@media(max-width:700px){.service-advantages{grid-template-columns:1fr;gap:26px;margin:32px 0 38px}.service-advantage{gap:16px}.service-advantage h3{font-size:17px}.service-advantage p{font-size:14px;max-width:none}}.stats-bento{display:grid;grid-template-columns:3fr 1fr 1.9fr;grid-template-rows:146px 146px;gap:18px;width:100%;max-width:none;margin:0 auto;text-align:left}.stat-card{border-radius:26px;min-width:0;overflow:hidden}.stat-card strong{display:block;font-weight:500;letter-spacing:-1px;line-height:1.15;font-variant-numeric:tabular-nums}.stat-card p{margin:0;font-size:14px;line-height:1.6;color:#707070}.stat-delivery{grid-row:1/3;position:relative;background:#191919;color:#fff;padding:38px 40px;display:flex;align-items:flex-start;flex-direction:column;isolation:isolate}.stat-delivery:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:repeating-linear-gradient(45deg,transparent 0 8px,#ffffff24 8px 9px);-webkit-mask-image:linear-gradient(210deg,#000 0%,transparent 58%);mask-image:linear-gradient(210deg,#000 0%,transparent 58%);pointer-events:none}.stat-badge{padding:5px 12px;border-radius:99px;background:#ffffff14;font-size:12px;letter-spacing:1px;color:#d4d4d4}.stat-delivery strong{font-size:72px;margin-top:23px;letter-spacing:-3px}.stat-delivery p{margin-top:auto;color:#b7b7b7}.stat-clients{grid-column:2/4;background:#f5f5f5;border:1px solid #e5e5e5;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.stat-clients p{font-size:13px;letter-spacing:1px;margin-bottom:8px}.stat-clients strong{font-size:36px}.stat-bars{display:flex;align-items:flex-end;gap:5px;height:67px}.stat-bars span{width:7px;border-radius:5px;background:#191919;transform-origin:bottom}.stat-speed{border:1px solid #e5e5e5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 8px;text-align:center}.stat-speed strong{font-size:36px;letter-spacing:-1px;white-space:nowrap}.stat-speed strong span{font-size:inherit;letter-spacing:inherit}.stat-speed p{font-size:12px}.stat-language{background:#f5f5f5;display:flex;align-items:center;gap:20px;padding:24px}.stat-language strong{font-size:36px;letter-spacing:-1px;margin-bottom:7px}.stat-globe{display:grid;place-items:center;flex:0 0 44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000000d}.stat-globe svg{width:26px;height:26px}@media(max-width:900px)and (min-width:701px){.stats-bento{grid-template-columns:2.4fr 1.2fr 1.6fr;gap:14px}.stat-delivery{padding:32px}.stat-delivery strong{font-size:62px}.stat-clients{padding:24px}.stat-language{padding:18px;gap:12px}.stat-bars{gap:4px}.stat-bars span{width:5px}}@media(max-width:700px){.stats-bento{grid-template-columns:1fr 1.4fr;grid-template-rows:250px 124px 124px;gap:12px}.stat-card{border-radius:22px}.stat-delivery{grid-column:1/3;grid-row:1;padding:30px}.stat-delivery strong{font-size:68px;margin-top:20px}.stat-clients{grid-column:1/3;grid-row:2;padding:24px}.stat-clients strong{font-size:34px}.stat-speed{grid-column:1;grid-row:3}.stat-language{grid-column:2;grid-row:3;padding:18px;gap:12px}.stat-language strong{font-size:34px}.stat-globe{flex-basis:36px;height:36px}.stat-globe svg{width:23px;height:23px}.stat-language p{font-size:12px}.stat-speed strong{font-size:34px}.stat-bars{height:58px;transform:scaleY(.86);transform-origin:bottom}}:root{--digit-dur:.5s;--digit-distance:8px;--digit-stagger:70ms;--digit-blur:2px;--digit-ease:cubic-bezier(.34,1.45,.64,1);--digit-dir-x:0;--digit-dir-y:1}@keyframes t-digit-pop-in{0%{transform:translate(calc(var(--digit-distance) * var(--digit-dir-x)),calc(var(--digit-distance) * var(--digit-dir-y)));opacity:0;filter:blur(var(--digit-blur))}to{transform:translate(0);opacity:1;filter:blur(0)}}.t-digit-group{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums}.t-digit{display:inline-block}.t-digit-group:not(.is-animating) .t-digit{opacity:0}.t-digit-group.is-animating .t-digit{will-change:transform,opacity,filter;animation:t-digit-pop-in var(--digit-dur) var(--digit-ease) both;animation-delay:calc(var(--digit-stagger) * var(--digit-i,0))}.t-digit-group.is-animating .t-digit[data-stagger="1"]{animation-delay:var(--digit-stagger)}.t-digit-group.is-animating .t-digit[data-stagger="2"]{animation-delay:calc(var(--digit-stagger) * 2)}@media(prefers-reduced-motion:reduce){.t-digit-group .t-digit,.t-digit-group:not(.is-animating) .t-digit{animation:none!important;opacity:1;filter:none;transform:none}}.business-workflows{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:44px 0 56px;text-align:left}.business-workflow{padding:16px 22px;border:1px solid #e5e5e5;border-radius:26px;background:#f5f5f5;box-shadow:none;min-width:0}.business-workflow-label{display:flex;align-items:center;gap:6px;font-size:13px;line-height:1.5;color:#626262}.business-workflow-label svg{flex-shrink:0}.business-workflow h3{font-size:18px;font-weight:600;letter-spacing:-.3px;line-height:1.6;margin:12px 0 8px;color:#191919}.business-workflow p{font-size:14px;line-height:1.95;color:#626262;margin:0}@media(min-width:701px)and (max-width:1000px){.business-workflows{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.business-workflows{grid-template-columns:1fr;gap:14px;margin:30px 0 38px}.business-workflow{padding:16px 20px;border-radius:22px}.business-workflow h3{font-size:19px;margin:12px 0 8px}.business-workflow p{font-size:15px}.business-workflow-label{font-size:13px}}.intro-magic-copy{max-width:none;margin:0 auto;padding:0;text-align:left;color:#191919;font-size:30px;font-weight:600;line-height:1.6}.intro-magic-copy p{margin:0;font:inherit;color:inherit;overflow-wrap:break-word}.intro-magic-copy p+p{margin-top:24px}@media(max-width:700px){.intro-magic-copy{font-size:24px;line-height:1.6;padding:0}.intro-magic-copy p+p{margin-top:24px}}#core-business .business-bento{width:100%;max-width:none;margin-left:auto;margin-right:auto}.eyebrow.section-kicker{display:inline-flex;align-items:center;justify-content:center;padding:4px 14px;border:1px solid rgb(0 0 0 / 8%);border-radius:999px;background:#fffc;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0;color:#60616a}.inverse-band .eyebrow.section-kicker{color:#d4d4d4;background:#ffffff0d;border-color:#ffffff29}#core-business,.audience,#process,#faq{width:100%;max-width:none;box-sizing:border-box;padding-inline:max(32px,calc((100% - 1216px)/2));background:#fafafa;box-shadow:none;clip-path:none}#core-business{border-top:0;padding-top:136px;padding-bottom:136px}@media(max-width:700px){#core-business{padding-top:88px;padding-bottom:88px}}.audience{border-bottom:1px solid #ededed}#cases,#solutions,#advantages{background:#fff;border-color:#ededed}#cases:before,#solutions:before,#advantages:before{display:none}.business-workflow{background:#fff;border-color:#00000012;border-radius:22px;box-shadow:none}#core-business .stat-clients,#core-business .stat-speed{background:#fff;border:1px solid rgb(0 0 0 / 7%);box-shadow:none}#core-business .stat-language{background:#fafafa;border:1px solid rgb(0 0 0 / 7%);box-shadow:none}.inverse-band{background:#fff;overflow:visible}.inverse-band:before{display:none}.inverse-band .contact{background:#fff;border-top:1px solid #ededed}.inverse-band .eyebrow.section-kicker{color:#60616a;background:#fffc;border-color:#00000014}#core-business,.audience,#process,#faq{--hatch:color-mix(in srgb,var(--ink) 4.5%,transparent);position:relative;isolation:isolate}#core-business:before,.audience:before,#process:before,#faq:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0 7px,var(--hatch) 7px 8px)}#core-business>*,.audience>*,#process>*,#faq>*{position:relative;z-index:1}.hero{height:clamp(680px,calc(100svh - 76px),840px);border-bottom:1px solid #e8e8e8}.hero-bottom{bottom:72px}.perspective{perspective-origin:50% 50%}.stream-card{top:50%}@media(max-width:960px){.hero{height:clamp(640px,calc(100svh - 76px),760px)}.hero-bottom{bottom:64px}}@media(max-width:700px){.hero{height:clamp(500px,calc(100svh - 68px),640px)}.hero-bottom{bottom:52px}}.business-bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto 146px 146px;gap:18px;margin-top:44px;text-align:left}.business-bento .business-workflows,.business-bento .stats-bento{display:contents}.business-bento .business-workflow,.business-bento .stat-card{border-radius:22px}.business-bento .stat-delivery{grid-column:1/3;grid-row:2/4}.business-bento .stat-clients{grid-column:3/5;grid-row:2}.business-bento .stat-speed{grid-column:3;grid-row:3}.business-bento .stat-language{grid-column:4;grid-row:3}@media(min-width:701px)and (max-width:1000px){.business-bento{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto auto 160px 146px}.business-bento .stat-delivery{grid-column:1/3;grid-row:3;min-height:220px}.business-bento .stat-clients{grid-column:1/3;grid-row:4}.business-bento .stat-speed{grid-column:1;grid-row:5}.business-bento .stat-language{grid-column:2;grid-row:5}}@media(max-width:700px){.business-bento{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:12px;margin-top:30px}.business-bento .business-workflow,.business-bento .stat-delivery,.business-bento .stat-clients{grid-column:1/-1;grid-row:auto}.business-bento .stat-delivery{min-height:220px}.business-bento .stat-speed{grid-column:1;grid-row:auto}.business-bento .stat-language{grid-column:2;grid-row:auto}}.header-inner{position:relative}.header-inner>nav{position:absolute;left:50%;transform:translate(-50%)}.partners{position:relative;text-align:center}.partners>.logo-marquee{display:block;overflow:hidden;margin-top:28px;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.logo-marquee-track{display:flex;width:max-content;animation:partner-marquee 64s linear infinite;will-change:transform}.logo-marquee-group{display:flex;align-items:center;gap:64px;padding-right:64px;flex:none}.logo-marquee .partner-logo{width:100px;height:48px}@keyframes partner-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:700px){.logo-marquee-group{gap:40px;padding-right:40px}.partners>.logo-marquee{margin-top:24px}}@media(prefers-reduced-motion:reduce){.logo-marquee-track{animation:none;transform:none;width:100%}.logo-marquee-group{flex-wrap:wrap;justify-content:center;gap:24px;padding:0;width:100%}.logo-marquee-group[aria-hidden],.logo-extra{display:none}.partners>.logo-marquee{-webkit-mask-image:none;mask-image:none}}.why{width:100%;max-width:none;box-sizing:border-box;padding-inline:max(32px,calc((100% - 1216px)/2));padding-top:168px;padding-bottom:56px;background:#fff}@media(max-width:960px){.why{padding-top:128px}}@media(max-width:700px){.why{padding-top:96px}}.partners-section{position:relative;background:#fff;padding:56px 0 110px;border:0}.partners-section .section-title{margin-bottom:28px}.partners-section .partners{margin-top:0}.partners>.logo-marquee{margin-top:0}#solutions,#advantages,.inverse-band .contact{background:#fafafa}#process,#faq{background:#fff}#process:before,#faq:before{display:none}#solutions:before,#advantages:before{display:block;background-image:repeating-linear-gradient(-45deg,transparent 0 7px,rgb(25 25 25 / 4.5%) 7px 8px)}.inverse-band .contact{position:relative;isolation:isolate}.inverse-band .contact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0 7px,rgb(25 25 25 / 4.5%) 7px 8px)}@media(max-width:700px){.partners-section{padding:40px 0 72px}}#faq.faq-layout{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-template-rows:auto auto;column-gap:24px;row-gap:20px;align-items:start}#faq .faq-kicker{grid-column:1;grid-row:1;justify-self:start}#faq .faq-heading{grid-column:1;grid-row:2;position:sticky;top:100px;padding:0;background:none}#faq .faq-heading h2{font-size:38px;line-height:1.4;letter-spacing:-1px;margin:0;color:#191919}#faq .faq-list{grid-column:2;grid-row:2;border:1px solid #ebebeb;border-radius:24px;background:#fff;overflow:hidden;gap:0}#faq .faq-item{margin:0;border:0;border-bottom:1px solid #ebebeb;border-radius:0;background:transparent}#faq .faq-item:last-child{border-bottom:0}#faq .faq-item h3{font-size:inherit;line-height:0}#faq .faq-item button{width:100%;padding:22px 28px;background:transparent;gap:24px;text-align:left;font-size:16px;font-weight:600;line-height:1.5;display:flex;align-items:center;justify-content:space-between}.faq-chevron{flex-shrink:0;transition:transform .24s ease;color:#626262}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease,opacity .2s ease;opacity:0}.faq-answer>div{overflow:hidden;min-height:0}.faq-item.open .faq-answer{grid-template-rows:1fr;opacity:1}#faq .faq-item p{padding:0 28px 26px;font-size:15px;line-height:1.95;color:#626975}@media(max-width:900px){#faq.faq-layout{grid-template-columns:1fr;grid-template-rows:none}#faq .faq-kicker,#faq .faq-heading,#faq .faq-list{grid-column:1;grid-row:auto}#faq .faq-heading{position:static}#faq .faq-heading h2{font-size:32px}}@media(max-width:700px){#faq .faq-heading h2{font-size:30px}#faq .faq-item button{padding:21px 20px;font-size:15px}#faq .faq-item p{padding:0 20px 22px;font-size:14px}}@media(prefers-reduced-motion:reduce){.faq-answer,.faq-chevron{transition:none}}#solutions .solution-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:32px;align-items:start}.solution-chooser{padding:8px 0;min-width:0}#solutions .solution-chooser .section-title{text-align:left;margin:0 0 32px;max-width:none}#solutions .solution-chooser .section-title h2{font-size:38px;letter-spacing:-1px;line-height:1.4;margin-top:20px}#solutions .solution-chooser .section-title p{font-size:15px;line-height:1.9;margin:18px 0 0;max-width:400px}#solutions .solution-tabs{display:flex;flex-direction:column;gap:10px}#solutions .solution-tabs button{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;border:0;border-radius:16px;background:#f4f4f4;padding:16px 12px;box-shadow:none;text-align:left;transition:background-color .28s ease}#solutions .solution-tabs button[aria-selected=true]{background:#fff}#solutions .solution-plus{display:grid;place-items:center;width:22px;height:22px;flex-shrink:0;border-radius:50%;background:#fff;color:#191919;transition:transform .28s ease,background-color .28s ease}#solutions .solution-plus .icon{font-size:16px;line-height:1}#solutions .solution-tabs button[aria-selected=true] .solution-plus{transform:rotate(45deg);background:#f0f0f0}#solutions .solution-tabs h3{font-size:15px;line-height:1.5;font-weight:500}#solutions .solution-tabs p{display:none}.solution-stage{min-width:0;background:#f2f2f2;padding:20px;border-radius:40px}#solutions .solution-detail{padding:8px;min-height:0;background:#fff;border:0;border-radius:20px;box-shadow:none;overflow:hidden}#solutions .solution-visual{height:250px;border-radius:12px;overflow:hidden}#solutions .solution-visual:empty{display:none}#solutions .solution-body{display:flex;flex-direction:column;align-items:flex-start;gap:28px;padding:32px 28px 36px;min-height:420px}.solution-summary h3{font-size:22px;line-height:1.5;margin-bottom:18px}#solutions .solution-summary p{font-size:14px;line-height:1.85;margin:10px 0 0;max-width:36em}#solutions .solution-body ul{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px;margin:0;padding:0;width:100%;align-self:stretch}#solutions .solution-body li{font-size:13px;line-height:1.7;align-items:flex-start}#solutions .solution-body li .icon{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#f0f0f0;color:#191919;font-size:16px;margin-top:2px;flex-shrink:0}@media(hover:hover){#solutions .solution-tabs button:hover{background:#ececec}#solutions .solution-tabs button[aria-selected=true]:hover{background:#fff}#solutions .solution-tabs button:hover h3,#solutions .solution-tabs button[aria-selected=false]:hover h3{color:#191919}}@media(max-width:1050px){#solutions .solution-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:24px}#solutions .solution-body{min-height:0;padding:28px 22px 32px}.solution-stage{padding:20px}}@media(max-width:700px){#solutions .solution-layout{grid-template-columns:1fr;gap:24px}#solutions .solution-chooser .section-title h2{font-size:30px}#solutions .solution-tabs{gap:8px}#solutions .solution-tabs button{padding:14px 12px;gap:10px;border-radius:14px}#solutions .solution-tabs h3{font-size:13px}#solutions .solution-visual{height:220px;border-radius:8px}#solutions .solution-body{padding:22px 16px 24px;min-height:0;gap:22px}#solutions .solution-body ul{gap:12px 16px}.solution-summary h3{font-size:21px}.solution-stage{padding:12px;border-radius:32px}#solutions .solution-detail{padding:8px;border-radius:20px}}#solutions .solution-visual:has(.pipeline){height:auto;min-height:300px}#solutions .solution-visual .pipeline{height:auto;min-height:300px;background:#f7f7f7;border-color:#ebebeb;border-radius:12px}#solutions .pipeline-head .icon{color:#707070}#solutions .pipeline-label,#solutions .recipe .pipeline-label,#solutions .recipe-steps span,#solutions .pipeline-head{color:#555}#solutions .recipe-steps{background:#fff;border-color:#e5e5e5;box-shadow:none}#solutions .pipeline-branch,#solutions .pipeline-flow>.icon{color:#bbb}#solutions .website-design{background:#f4f4f4}#solutions .web-film{background:#191919}#solutions .social-design{background:#2a2a2a}#solutions .social-caption{background:#f0f0f0;color:#191919}#solutions .output-design{border-color:#e5e5e5}@media(prefers-reduced-motion:reduce){#solutions .solution-plus{transition:none}}#solutions .medeo-link{width:fit-content;max-width:100%;margin:24px 0 0;padding:0;text-align:left}.medeo-link a{gap:2px}.medeo-link .outward-arrow,.medeo-link .outward-arrow svg{width:12px;height:12px}@media(hover:hover){.medeo-link a:hover .outward-arrow{transform:rotate(45deg)}}@media(prefers-reduced-motion:reduce){.medeo-link .outward-arrow{transition:none}}.work-image.portrait-cover{background:#e9e9e7}.work-image.portrait-cover>img{object-fit:contain}.icon{font-family:inherit!important;display:inline-flex;align-items:center;justify-content:center}.icon svg{display:block;width:1em;height:1em}.outward-arrow svg{display:block}.play .icon{font-size:18px}.work .play .icon{font-size:16px}.play .icon svg{transform:translate(1px)}.categories{text-align:center;padding-top:36px;border-top:0}.category-marquee{display:block;overflow:hidden;margin-top:28px;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.category-marquee-track{display:flex;width:max-content;animation:partner-marquee 48s linear infinite;will-change:transform}.category-marquee-group{display:flex;align-items:center;gap:12px;padding:0 12px 0 0;flex:none;list-style:none;margin:0}.category-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e8e8eb;border-radius:999px;background:#fff;box-shadow:none;color:#202125;font-size:14px;font-weight:500;line-height:24px;white-space:nowrap}.category-pill svg{display:block;flex:none;color:#555}@media(max-width:700px){.categories{text-align:center}.category-marquee{margin-top:24px}.category-pill{font-size:13px;padding:8px 14px;gap:7px}}@media(prefers-reduced-motion:reduce){.category-marquee-track{animation:none;transform:none;width:100%}.category-marquee-group{flex-wrap:wrap;justify-content:center;padding:0;width:100%}.category-marquee-group[aria-hidden]{display:none}.category-marquee{-webkit-mask-image:none;mask-image:none}}.audience h2,.categories>h2{font-size:var(--heading);letter-spacing:-1.5px;line-height:1.4;font-weight:600;color:var(--ink)}.audience h2{margin-top:18px}.audience-tags span{--audience-tag-h:41px;--audience-cover:22px;--audience-cover-inset:calc((var(--audience-tag-h) - var(--audience-cover)) / 2 - 1px);position:relative;display:inline-flex;align-items:center;box-sizing:border-box;height:var(--audience-tag-h);padding:0 16px 0 calc(var(--audience-cover-inset) + var(--audience-cover) + 8px);background:#fff}.audience-cover{position:absolute;left:var(--audience-cover-inset);top:50%;width:var(--audience-cover);height:var(--audience-cover);transform:translateY(-50%);border-radius:50%;overflow:hidden;pointer-events:none}.audience-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:700px){.audience h2,.categories>h2{letter-spacing:-.7px}.audience-tags span{--audience-tag-h:36px;--audience-cover:18px;font-size:11px;padding:0 12px 0 calc(var(--audience-cover-inset) + var(--audience-cover) + 6px)}}#cases{padding-bottom:calc(var(--section-space) - 28px)}.quality-art>video{width:100%;height:100%;object-fit:cover;position:absolute;display:block}.process-flow{position:relative;isolation:isolate;grid-template-columns:repeat(6,minmax(0,1fr))}.process-flow>.process-step{display:flex;flex-direction:column;align-items:center;text-align:center}.process-flow>.process-step:after{display:none!important}.process-connections{position:absolute;left:0;top:0;width:auto;height:auto;overflow:visible;pointer-events:none;z-index:2}.process-connections path{fill:none;stroke-linecap:round;stroke-linejoin:round}.process-track{stroke:#eeeef1;stroke-width:1}.process-beam{stroke:#191919;stroke-width:1;stroke-dasharray:3.5 103.5;stroke-dashoffset:3.5;animation:process-travel 10s linear infinite;animation-play-state:paused}.process-flow[data-running=true] .process-beam{animation-play-state:running}.process-flow .step-number{position:relative;background:#fafafa;border-color:transparent;box-shadow:none}@keyframes process-travel{0%{stroke-dashoffset:3.5;opacity:0}3%{opacity:1}88%{stroke-dashoffset:-100;opacity:1}92%,to{stroke-dashoffset:-100;opacity:0}}@media(max-width:960px){.process-flow{grid-template-columns:1fr;gap:28px}.process-flow>.process-step{display:grid;grid-template-columns:48px 1fr;column-gap:22px;min-height:72px;align-content:start}.process-flow .step-number{grid-row:1/3}.process-flow h3{margin:1px 0 0}.process-flow p{margin:7px 0 0}.process-flow .process-connections{height:100%}}@media(prefers-reduced-motion:reduce){.process-flow .process-beam{animation:none;display:none}}.form-consent{display:flex!important;align-items:flex-start;gap:10px;font-size:12px;color:#666;line-height:1.7}.form-consent input{width:16px!important;min-width:16px;height:16px;margin-top:3px!important;accent-color:#191919}.brief-form>h3:not(:first-of-type){margin-top:8px}.choice-grid label{position:relative}.choice-grid input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.choice-grid .t-check{width:16px;height:16px;display:grid;place-items:center;flex:none;border:1px solid var(--line);border-radius:4px;background:#fff;color:#fff}.choice-grid .t-check svg{width:10px;height:10px;display:block}.choice-grid .t-check svg path{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.choice-grid .t-check[aria-checked=true]{background:var(--ink);border-color:var(--ink)}.form-error{color:#b42318;font-size:13px;line-height:1.6}.form-error:empty{display:none}.button:disabled{opacity:.55;cursor:wait}.intro-stats{margin-top:44px}.core-services .business-workflows{margin:0}@media(max-width:700px){.intro-stats{margin-top:30px}}.hero{border-bottom:0}#core-business{background:#fff;border:0}#core-business:before{display:none}#core-services{width:100%;max-width:none;box-sizing:border-box;padding-inline:max(32px,calc((100% - 1216px)/2));background:#fafafa;border-block:1px solid #ededed;position:relative;isolation:isolate}#core-services:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0 7px,rgb(25 25 25 / 4.5%) 7px 8px)}@media(max-width:700px){#core-services{padding-inline:32px}}.core-services .business-workflow{overflow:hidden;box-shadow:none}.business-workflow-cover{position:relative;height:156px;margin:-16px -22px 20px;overflow:hidden}.business-workflow-cover img{display:block;width:100%;height:100%;object-fit:cover}.business-workflow-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#fff;color:#191919;border:0}@media(max-width:700px){.business-workflow-cover{height:180px;margin:-16px -20px 20px}}#core-services+#cases{border-top:0}#solutions .solution-detail{padding:0}.solution-cover{position:relative;height:200px;overflow:hidden}.solution-cover>img{width:100%;height:100%;object-fit:cover}.solution-cover .business-workflow-icon{width:76px;height:76px;border-radius:22px}@media(max-width:700px){#solutions .solution-detail{padding:0}.solution-cover{height:164px}}#solutions{padding-bottom:80px}#solutions .solution-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px}.solution-cover{height:260px}#solutions .solution-body{min-height:0;padding:26px 28px 24px;gap:22px}@media(min-width:701px)and (max-width:1050px){#solutions .solution-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:28px}.solution-cover{height:240px}}@media(max-width:700px){#solutions{padding-bottom:56px}#solutions .solution-layout{grid-template-columns:1fr;gap:24px}.solution-cover{height:210px}#solutions .solution-body{padding:22px 20px 20px;gap:20px}}@media(max-width:700px){#solutions .solution-layout{display:flex;flex-direction:column;gap:12px}#solutions .solution-chooser,#solutions .solution-tabs{display:contents}#solutions .solution-chooser .section-title{order:0;width:100%;margin-bottom:16px}#solutions .solution-tabs>button,#solutions .solution-stage{order:var(--solution-order);width:100%}#solutions .solution-stage{margin-bottom:8px}#solutions .medeo-link{order:10;margin-top:12px}}.business-workflow h3.business-workflow-heading{font-size:20px;font-weight:600;line-height:1.5;color:#191919;margin:0 0 10px}.business-workflow p.business-workflow-summary{font-size:14px;font-weight:400;line-height:1.8;color:#626262;margin:0 0 6px}.sample-player{position:relative;background:#111;width:100%;max-height:72vh;overflow:hidden;border-radius:12px}.modal .sample-player video{display:block;width:100%;height:100%;max-height:72vh;object-fit:contain;background:#111}.sample-player-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;background:#111}.sample-player-status{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:12px;flex-direction:column;color:#fff;background:#0005;pointer-events:none;font-size:14px;text-shadow:0 1px 4px #000}.sample-player-status button{pointer-events:auto;border:0;border-radius:99px;background:#fff;color:#191919;padding:10px 18px}.sample-player-spinner{width:26px;height:26px;border:2px solid #ffffff50;border-top-color:#fff;border-radius:50%;animation:sample-loading .8s linear infinite}@keyframes sample-loading{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.sample-player-spinner{animation:none}}#solutions .solution-cover{height:auto;aspect-ratio:16/9;background:#fafafb}#solutions .solution-cover>img{display:block;object-fit:contain;filter:grayscale(1)}
