@import "https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Wix+Madefor+Display:wght@400&family=Wix+Madefor+Text:wght@400;500&display=swap";
@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@layer theme{:root,:host{--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:"Wix Madefor Text";--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.block{display:block}.flex{display:flex}.h-full{height:100%}.min-h-full{min-height:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fff;--surface:#fff;--surface-soft:#f4f3f0;--foreground:#111;--muted:#8f8c87;--line:#11111114;--button:#171717;--button-text:#fff}.button-sandbox .animated-cta,.button-sandbox .animated-cta:hover{width:280px;min-width:280px;height:80px}.button-sandbox .animated-cta__main,.button-sandbox .animated-cta:hover .animated-cta__main{height:80px}.button-sandbox .animated-cta__circle{display:flex}.button-sandbox,.button-sandbox *{cursor:auto!important}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:64px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--background);color:var(--foreground);margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.custom-cursor{--cursor-x:50vw;--cursor-y:50vh;z-index:1000;pointer-events:none;mix-blend-mode:difference;opacity:0;width:10px;height:10px;transform:translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%) scale(.8);background:#fff;border-radius:50%;transition:width 90ms,height 90ms,opacity 80ms;position:fixed;top:0;left:0}.custom-cursor--visible{opacity:1}.custom-cursor--interactive{width:24px;height:24px;transform:translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%) scale(1)}.custom-cursor--logo{width:44px;height:44px;transform:translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%) scale(1)}@media (pointer:fine){body,a,button,input,textarea,select,[role=button]{cursor:none}}@media (pointer:coarse),(max-width:768px){.custom-cursor{display:none}}img{max-width:100%;display:block}.site-page{background:var(--background);min-height:100vh}.site-header{z-index:90;background:#fff;justify-content:space-between;align-items:center;width:100%;height:64px;padding:10px max(20px,50vw - 600px);display:flex;position:fixed;top:0;left:0}.site-page main{padding-top:64px;animation:.22s ease-out both page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.site-page main{animation:none}}.brand-mark{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex:none;align-items:center;width:141px;height:44px;display:inline-flex;position:relative}.brand-logo{display:block}.brand-logo--default,.brand-logo--hover{transition:opacity .16s;position:absolute;top:0;left:0}.brand-logo--default{opacity:1;width:141px;height:auto}.brand-logo--hover{opacity:0;align-items:center;gap:8px;width:141px;height:44px;display:inline-flex}.brand-mark:hover .brand-logo--default,.brand-mark:focus-visible .brand-logo--default{opacity:0}.brand-mark:hover .brand-logo--hover,.brand-mark:focus-visible .brand-logo--hover{opacity:1}.brand-avatar{background:#fff;border-radius:50%;width:44px;height:44px;display:block;position:relative;overflow:hidden}.brand-avatar__image{object-fit:cover;width:68.83px;max-width:none;height:96.34px;display:block;position:absolute;top:-5.71px;left:-7.05px}.brand-wordmark{width:89px;height:auto;display:block}.site-nav{letter-spacing:0;flex-wrap:wrap;gap:20px;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:normal;display:flex}.roll-link{line-height:inherit;vertical-align:top;text-decoration:none;display:inline-block;overflow:hidden}.roll-link>span{will-change:transform;transition:transform .7s cubic-bezier(.16,1,.3,1);display:block;position:relative;transform:translateY(0)}.roll-link>span:after{content:attr(data-text);width:100%;position:absolute;top:100%;left:0}.roll-link:hover>span,.roll-link:focus-visible>span{transform:translateY(-100%)}.mobile-menu-toggle,.mobile-menu{display:none}.homepage-shell{--homepage-text-width:714px;width:1200px;margin:0 auto}.homepage-hero{background:#fff}.homepage-hero__inner{flex-direction:column;align-items:flex-start;gap:40px;padding:80px 0;display:flex}.homepage-hero__copy{flex-direction:column;gap:20px;width:100%;display:flex}.homepage-hero__copy h1,.homepage-case__headline h2,.about-grid h2,.case-header h1,.cover-mamba__label,.cover-beeline__title{letter-spacing:0;color:#000;margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-weight:300;line-height:.99}.homepage-hero__copy h1{width:1200px;font-size:96px;line-height:95px}.homepage-hero__title-line{opacity:0;will-change:opacity, transform;transition:opacity 1.3s cubic-bezier(.22,1,.36,1),transform 1.6s cubic-bezier(.22,1,.36,1);display:block;transform:translateY(64px)}.scroll-reveal--visible .homepage-hero__title-line{opacity:1;transform:translateY(0)}.scroll-reveal--visible .homepage-hero__title-line:nth-child(2){transition-delay:.24s}.homepage-hero__intro{opacity:0;will-change:opacity, transform;transition:opacity .9s cubic-bezier(.22,1,.36,1) .56s,transform 1.1s cubic-bezier(.22,1,.36,1) .56s;transform:translateY(28px)}.scroll-reveal--visible .homepage-hero__intro{opacity:1;transform:translateY(0)}.homepage-hero__copy p{width:var(--homepage-text-width);color:#333;letter-spacing:0;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:normal}.primary-button,.footer-cta{background:var(--button);min-width:282px;min-height:80px;color:var(--button-text);letter-spacing:0;border-radius:32px;justify-content:center;align-items:center;padding:26px 42px;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:1.25rem;transition:transform .18s;display:inline-flex}.footer-cta{border-radius:64px;width:840px;min-width:840px;height:162px;min-height:162px;padding:57px 36px;font-size:40px;line-height:1;transition:width .32s,min-width .32s,height .32s,min-height .32s,padding .32s;position:relative;overflow:hidden}.homepage-hero__cta,.homepage-case__cta{margin-top:0}.primary-button:hover{transform:scale(1.03)}.homepage-case{background:#fff}.homepage-case--mamba,.homepage-case--king,.homepage-case--beeline{padding:0 0 100px}.homepage-case__cover{--parallax-y:0px;transform-origin:50%;background:#fff;border-radius:32px;width:1200px;height:515px;position:relative;overflow:hidden}.homepage-case__cover-reveal{width:1200px;max-width:100%}.homepage-case__cover-image{object-fit:cover;transform:translateY(calc(var(--parallax-y) * .45)) scale(1.08);will-change:transform;transition:transform .18s linear}.homepage-case__cover-base,.homepage-case__cover-color-frame{object-fit:cover}.homepage-case__cover-color-frame{opacity:0;will-change:opacity}.king-cover-sandbox{background:#f5f5f5;place-items:center;min-height:100vh;padding:32px;display:grid}.king-cover-sandbox__stage{width:min(1200px,100vw - 64px)}.king-cover-motion{--parallax-y:0px;aspect-ratio:1200/515;clip-path:inset(0 round 32px);transform-origin:50%;background:#fff;border-radius:32px;width:100%;position:relative;overflow:hidden}.king-cover-motion__bg,.king-cover-motion__vector{position:absolute}.king-cover-motion__bg{width:101.25%;height:105.24%;transform:translateY(calc(var(--parallax-y) * .32));will-change:transform;transition:transform .18s linear;top:-5.24%;left:0}.king-cover-motion__vector{width:98.19%;height:167.06%;transform:translate(-50%, -50%) translateY(calc(var(--parallax-y) * .2));transform-origin:50%;will-change:transform;place-items:center;transition:transform .18s linear;display:grid;top:49.63%;left:50.01%}.king-cover-motion__vector-inner{width:92.17%;height:82.36%;position:relative;transform:rotate(8.44deg)}.king-cover-motion__end-forms{width:100%;height:2.95%;position:absolute;top:0;left:0;transform:scaleY(-1)}.king-cover-motion__screen{transform-origin:0 0;will-change:transform;transition:transform .18s linear;position:absolute}.king-cover-motion__screen--front{width:22.25%;height:112.23%;transform:translateY(calc(var(--parallax-y) * .58));top:28.35%;left:26.75%}.king-cover-motion__screen--back{width:16.67%;height:84.08%;transform:translateY(calc(var(--parallax-y) * .38));top:7.96%;left:52.33%}.king-cover-motion__image{object-fit:cover}@media (hover:hover) and (pointer:fine){.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame{animation-duration:3.6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(2){animation-name:mamba-frame-1}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(3){animation-name:mamba-frame-2}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(4){animation-name:mamba-frame-3}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(5){animation-name:mamba-frame-4}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(6){animation-name:mamba-frame-5}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(7){animation-name:mamba-frame-6}.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame:nth-of-type(8){animation-name:mamba-frame-7}}@keyframes mamba-frame-1{0%,11%{opacity:1}17%,94%{opacity:0}to{opacity:1}}@keyframes mamba-frame-2{0%,11%{opacity:0}17%,25%{opacity:1}31%,to{opacity:0}}@keyframes mamba-frame-3{0%,25%{opacity:0}31%,39%{opacity:1}45%,to{opacity:0}}@keyframes mamba-frame-4{0%,39%{opacity:0}45%,53%{opacity:1}59%,to{opacity:0}}@keyframes mamba-frame-5{0%,53%{opacity:0}59%,67%{opacity:1}73%,to{opacity:0}}@keyframes mamba-frame-6{0%,67%{opacity:0}73%,81%{opacity:1}87%,to{opacity:0}}@keyframes mamba-frame-7{0%,81%{opacity:0}87%,94%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.homepage-case__cover--mamba-animated:hover .homepage-case__cover-color-frame{animation:none}}.homepage-case__content{grid-template-columns:282px var(--homepage-text-width);align-items:start;gap:24px;margin-top:40px;display:grid}.homepage-case__content--beeline{grid-template-columns:282px var(--homepage-text-width)}.homepage-case__brand{align-items:center;gap:12px;width:282px;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:32px;line-height:normal;display:flex}.homepage-case__brand--logo-only{align-items:flex-start}.homepage-case__brand--beeline{gap:20px}.homepage-case__brand-logo{flex:none}.homepage-case__brand-logo--mamba{width:187px;height:40px}.homepage-case__main{width:var(--homepage-text-width);flex-direction:column;gap:32px;display:flex}.homepage-case__main--beeline{width:var(--homepage-text-width)}.homepage-case__tags{color:#00000080;white-space:nowrap;align-items:center;gap:20px;width:100%;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal;display:flex;overflow:hidden}.homepage-case__headline{flex-direction:column;gap:16px;width:100%;display:flex}.homepage-case__headline h2{font-size:96px;line-height:normal}.homepage-case__summary{color:#333;width:100%;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:normal}.homepage-case__summary p{margin:0}.homepage-case__summary p+p{margin-top:25px}.homepage-case__note{color:#ff641f;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.homepage-case__meta{width:var(--homepage-text-width);color:#333;gap:24px;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:normal;display:grid}.homepage-case__meta-item{gap:0;display:grid}.homepage-case__meta-item span,.homepage-case__meta-item strong{font-size:20px;font-weight:400;line-height:normal}.homepage-impact{width:var(--homepage-text-width);background:0 0;border-radius:0;align-items:flex-start;gap:60px;padding:0;display:flex}.homepage-impact__item{flex-direction:column;gap:4px;display:flex}.homepage-impact__item strong{font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:48px;font-weight:300;line-height:normal}.homepage-impact__item span{color:#111112;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.homepage-case__cta,.homepage-hero__cta-reveal,.homepage-case__cta-reveal{align-self:flex-start}.homepage-reveal--delay-1{transition-delay:80ms}.homepage-reveal--delay-2{transition-delay:.15s}.homepage-reveal--delay-3{transition-delay:.22s}.homepage-reveal--delay-4{transition-delay:.29s}.animated-cta{width:280px;min-width:280px;height:80px;color:var(--button-text);letter-spacing:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:20px;line-height:normal;display:inline-block;position:relative;overflow:visible;transform:translateZ(0)}.animated-cta__main,.animated-cta__circle{pointer-events:none;background:#161616;justify-content:center;align-items:center;height:80px;display:flex;position:absolute;top:0}.animated-cta__main{z-index:1;border-radius:32px;width:280px;padding:12px 24px;left:0;overflow:hidden}.animated-cta__label{white-space:nowrap;display:block}.animated-cta__circle{opacity:1;color:#fff;transform-origin:50%;z-index:2;border-radius:50%;width:80px;padding:12px 24px;left:200px;transform:translate(-32px)scale(.22)}.animated-cta__arrow{opacity:0;width:32px;height:32px;display:none;transform:translate(0)scale(1)}.animated-cta__floating-arrow{z-index:3;color:#4f4f4f;opacity:0;pointer-events:none;width:32px;height:32px;display:block;position:absolute;top:24px;left:224px;transform:translate(-42px)}.animated-cta__floating-arrow-icon{width:32px;height:32px;display:block}.animated-cta:hover{animation:.16s linear forwards cta-group-hover}.animated-cta:hover .animated-cta__main{animation:.16s linear forwards cta-main-reveal}.animated-cta:hover .animated-cta__circle{animation:.16s linear forwards cta-circle-reveal}.animated-cta:hover .animated-cta__floating-arrow{animation:.16s linear forwards cta-arrow-reveal}.animated-cta--leaving{animation:none}.animated-cta--leaving .animated-cta__main{z-index:4;animation:.18s ease-out forwards cta-main-leave}.animated-cta--leaving .animated-cta__circle{opacity:1;animation:none;transform:translate(0)scale(1)}.animated-cta--leaving .animated-cta__floating-arrow{color:#fff;opacity:1;animation:none;transform:translate(0)}@keyframes cta-group-hover{0%{width:280px}to{width:280px}}@keyframes cta-main-reveal{0%{border-radius:32px;width:280px;transform:scaleX(1)scaleY(1)}7%{border-radius:40px;width:280px;transform:scaleX(.985)scaleY(1.025)}14%{border-radius:40px;width:280px;transform:scaleX(.985)scaleY(1.025)}36%{border-radius:40px 32px 32px 40px;width:252px;transform:scaleX(1)scaleY(1)}68%{border-radius:38px 32px 32px 38px;width:224px;transform:scaleX(1)scaleY(1)}to{border-radius:38px 32px 32px 38px;width:204px;transform:scaleX(1)scaleY(1)}}@keyframes cta-circle-reveal{0%{opacity:1;transform:translate(-32px)scale(.22)}28%{opacity:1;transform:translate(-32px)scale(.22)}52%{opacity:1;transform:translate(-18px)scale(.58)}78%{opacity:1;transform:translate(-5px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes cta-arrow-reveal{0%{color:#4f4f4f;opacity:0;transform:translate(-42px)}7%{color:#575757;opacity:0;transform:translate(-36px)}14%{color:#666;opacity:.38;transform:translate(-28px)}36%{color:#9a9a9a;opacity:.72;transform:translate(-16px)}68%{color:#e7e7e7;opacity:1;transform:translate(-5px)}to{color:#fff;opacity:1;transform:translate(0)}}@keyframes cta-main-leave{0%{border-radius:38px 32px 32px 38px;width:204px;transform:scaleX(1)scaleY(1)}to{border-radius:32px;width:280px;transform:scaleX(1)scaleY(1)}}.button-sandbox .animated-cta{width:280px;min-width:280px;height:80px}.button-sandbox .animated-cta__main,.button-sandbox .animated-cta__circle{height:80px}.button-sandbox .animated-cta__main{width:280px;padding:12px 24px}.button-sandbox .animated-cta__circle{opacity:1;width:80px;padding:12px 24px;left:200px;transform:translate(-32px)scale(.22)}.button-sandbox .animated-cta__arrow{display:none}.button-sandbox .animated-cta__floating-arrow{z-index:3;color:#4f4f4f;opacity:0;pointer-events:none;width:32px;height:32px;display:block;position:absolute;top:24px;left:224px;transform:translate(-42px)}.button-sandbox .animated-cta__floating-arrow-icon{width:32px;height:32px;display:block}.button-sandbox .animated-cta:hover{animation:.16s linear forwards sandbox-cta-group-hover}.button-sandbox .animated-cta:hover .animated-cta__main{animation:.16s linear forwards sandbox-cta-main-reveal}.button-sandbox .animated-cta:hover .animated-cta__circle{animation:.16s linear forwards sandbox-cta-circle-reveal}.button-sandbox .animated-cta:hover .animated-cta__floating-arrow{animation:.16s linear forwards sandbox-cta-arrow-reveal}.button-sandbox .animated-cta--leaving{animation:none}.button-sandbox .animated-cta--leaving .animated-cta__main{z-index:4;animation:.18s ease-out forwards cta-main-leave}.button-sandbox .animated-cta--leaving .animated-cta__circle{opacity:1;animation:none;transform:translate(0)scale(1)}.button-sandbox .animated-cta--leaving .animated-cta__floating-arrow{color:#fff;opacity:1;animation:none;transform:translate(0)}@keyframes sandbox-cta-group-hover{0%{width:280px}to{width:280px}}@keyframes sandbox-cta-main-reveal{0%{border-radius:32px;width:280px;transform:scaleX(1)scaleY(1)}7%{border-radius:40px;width:280px;transform:scaleX(.985)scaleY(1.025)}14%{border-radius:40px;width:280px;transform:scaleX(.985)scaleY(1.025)}36%{border-radius:40px 32px 32px 40px;width:252px;transform:scaleX(1)scaleY(1)}68%{border-radius:38px 32px 32px 38px;width:224px;transform:scaleX(1)scaleY(1)}to{border-radius:38px 32px 32px 38px;width:204px;transform:scaleX(1)scaleY(1)}}@keyframes sandbox-cta-circle-reveal{0%{opacity:1;transform:translate(-32px)scale(.22)}28%{opacity:1;transform:translate(-32px)scale(.22)}52%{opacity:1;transform:translate(-18px)scale(.58)}78%{opacity:1;transform:translate(-5px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes sandbox-cta-arrow-reveal{0%{color:#4f4f4f;opacity:0;transform:translate(-42px)}7%{color:#575757;opacity:0;transform:translate(-36px)}14%{color:#666;opacity:.38;transform:translate(-28px)}36%{color:#9a9a9a;opacity:.72;transform:translate(-16px)}68%{color:#e7e7e7;opacity:1;transform:translate(-5px)}to{color:#fff;opacity:1;transform:translate(0)}}.button-sandbox{background:#fff;place-items:center;min-height:100vh;display:grid}.button-sandbox__cta{align-self:center}.about-section{color:#a50034;background:#fff5f4;width:100%;margin:0}.about-section__inner{flex-direction:column;gap:52px;width:1200px;margin:0 auto;padding:80px 0 120px;display:flex}.about-avatar{background:#fff;border-radius:44px;width:180px;height:180px;overflow:hidden}.about-avatar__image{width:100%;height:auto;display:block}.about-grid{grid-template-columns:576px 579px;align-items:start;gap:44px;display:grid}.about-grid h2{color:#a50034;font-size:64px;line-height:normal}.about-grid p{letter-spacing:0;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:24px;line-height:normal}.about-copy{gap:34px;display:grid}.site-footer{background:#161616;padding:0}.footer-inner{color:#faf8f2;text-align:center;background:0 0;flex-direction:column;align-items:center;gap:80px;width:840px;height:630px;margin:0 auto;padding:170px 0 0;display:flex;position:relative}.footer-cta{color:#171717;background:#fff}.footer-cta__label{transition:transform .32s,opacity .32s}.footer-cta__mobile{display:none}.footer-cta__hover{opacity:0;position:absolute;transform:translateY(120%)}@media (hover:hover) and (min-width:769px){.footer-cta:hover{width:934px;min-width:934px;height:180px;min-height:180px;padding:36px 72px}.footer-cta:hover .footer-cta__desktop,.footer-cta:hover .footer-cta__mobile{opacity:0;transform:translateY(-120%)}.footer-cta:hover .footer-cta__hover{opacity:1;transform:translateY(0)}}.footer-links{color:#fff;letter-spacing:-.014em;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:18px;display:flex;position:absolute;top:412px;left:50%;transform:translate(-50%)}.case-page{padding:54px 0 96px}.case-page--king{width:min(1200px,100% - 80px);margin:0 auto;padding-top:32px}.case-page--king-figma{color:#111112;--king-frame-gutter:max(120px, calc((100vw - 1200px) / 2));--king-column-offset:306px;--king-content-width:min(894px, calc(100vw - (var(--king-frame-gutter) * 2) - var(--king-column-offset)));background:#fff;width:100%}.king-cover{padding:80px var(--king-frame-gutter) 60px;background:#fff}.king-cover__inner{flex-direction:column;gap:40px;width:1200px;max-width:100%;margin:0 auto;display:flex}.king-cover__header{grid-template-columns:282px 776px;align-items:start;gap:24px;min-height:137px;display:grid}.king-brand-row{align-items:center;gap:12px;width:282px;display:flex}.king-brand-row__logo{border-radius:8px}.king-brand-row span{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:32px;line-height:40px}.king-cover__copy{width:776px;max-width:100%}.king-cover__copy h1{letter-spacing:0;margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:96px;font-weight:300;line-height:.95}.king-cover__copy p{color:#333;margin:16px 0 0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.king-cover__image{clip-path:inset(0 round 32px);background:#fff;border-radius:32px;width:1200px;max-width:100%;height:515px;position:relative;overflow:hidden}.king-cover__image-file{object-fit:contain}.king-role-row,.king-impact-row{width:100vw;margin-left:calc(var(--king-frame-gutter) * -1);padding:0 var(--king-frame-gutter)}.king-role-block{padding-left:var(--king-column-offset);color:#333;white-space:pre-wrap;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.king-role-row{min-height:200px;margin-top:40px}.king-impact-row{justify-content:flex-end;margin-top:40px;display:flex}.king-impact-panel{width:var(--king-content-width);background:#0000000d;border-radius:16px;justify-content:center;max-width:100%;padding:30px 24px;display:flex}.king-impact-item{flex-direction:column;gap:4px;display:flex}.king-impact-item+.king-impact-item{margin-left:73px}.king-impact-item strong{font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:64px;font-weight:300;line-height:1}.king-impact-item span{color:#111112;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:20px}.king-copy-section{width:100%;padding:20px var(--king-frame-gutter) 20px calc(var(--king-frame-gutter) + var(--king-column-offset));background:#fff}.king-copy-section--last{min-height:225px;padding-bottom:60px}.king-copy-section--solution{min-height:435px;padding-top:60px;padding-bottom:80px}.king-copy-section--problem{min-height:185px}.king-copy-section--goal{min-height:135px}.king-copy-section h2{color:#858585;margin:0;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:25px}.king-copy-section__body{width:100%;max-width:var(--king-content-width);margin-top:20px}.king-copy-section__body p{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.king-copy-section__body p+p{margin-top:20px}.king-banner-figma{background:#fff;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.king-banner-figma__card{width:1200px;max-width:calc(100% - (var(--king-frame-gutter) * 2));background:#d4caff;border-radius:32px;justify-content:center;align-items:center;min-height:380px;display:flex;overflow:hidden}.king-banner-figma__image{width:375px;height:202px}.king-label-section{width:100%;padding:60px var(--king-frame-gutter);background:#fff}.king-label-section__inner{width:1200px;max-width:100%;padding-left:var(--king-column-offset);margin:0 auto}.king-label-section h3{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:25px}.king-screen-section{width:100%;padding:80px var(--king-frame-gutter)}.king-screen-section--gray{background:#f5f3f3}.king-screen-section--sand{background:#edd4a6}.king-screen-section--white{background:#fff}.king-screen-section--purple{background:#d4caff}.king-screen-section--gradient{background:linear-gradient(#d4caff 0%,#ffb5c0 100%)}.king-screen-grid{justify-content:center;gap:40px;display:flex}.king-phone-shot{border-radius:24px;flex:none;width:310px;height:671px;position:relative;overflow:hidden}.king-phone-shot__image{object-fit:cover;object-position:center top}.king-screen-section--desktop{overflow-x:auto}.king-desktop-strip{width:max-content;padding:0 var(--king-frame-gutter);gap:40px;display:flex}.king-desktop-shot{border-radius:8.8px;flex:none;width:1000px;height:639px;position:relative;overflow:hidden}.king-desktop-shot__image{object-fit:cover;object-position:center top}.case-page--king-v2{color:#000;--king-v2-gutter:max(120px, calc((100vw - 1200px) / 2));--king-v2-column:306px;--king-v2-text-width:714px;background:#fff;width:100%;overflow:hidden}.case-bottom-arrow{z-index:80;cursor:pointer;opacity:0;pointer-events:none;background:#161616;border:0;border-radius:100px;justify-content:center;align-items:center;width:80px;height:80px;padding:0;transition:opacity .22s,transform .22s cubic-bezier(.16,1,.3,1),background-color .22s;display:flex;position:fixed;bottom:50px;right:40px;transform:translateY(16px)}.case-bottom-arrow--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.case-bottom-arrow:hover,.case-bottom-arrow:focus-visible{background:#000;transform:translateY(-4px)}.case-bottom-arrow img{width:32px;height:32px;transform:rotate(-90deg)}.king-v2-cover{padding:80px var(--king-v2-gutter) 40px;background:#fff;flex-direction:column;gap:40px;display:flex}.king-v2-cover__header{grid-template-columns:282px 776px;gap:24px;width:1200px;max-width:100%;display:grid}.king-v2-brand{align-items:center;gap:12px;width:282px;display:flex}.king-v2-brand__logo{border-radius:8px}.king-v2-brand span{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:32px;font-weight:400;line-height:normal}.king-v2-title{width:776px;max-width:100%}.king-v2-title h1{letter-spacing:0;margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:96px;font-weight:300;line-height:normal}.king-v2-title p{color:#000;margin:16px 0 0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:24px;line-height:normal}.king-v2-cover-art{--parallax-y:0px;background:#fff;border-radius:32px;width:1200px;max-width:100%;height:515px;position:relative;overflow:hidden}.king-v2-cover-art__bg{object-fit:cover;max-width:none;width:1215px!important;height:542px!important;top:-27px!important;left:0!important}.king-v2-cover-art__forms{width:1215px;height:16px;position:absolute;top:-16px;left:0;transform:scaleY(-1)}.king-v2-cover-art__vector{width:1086px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(8.44deg)}.king-v2-cover-art__phone{object-fit:contain;will-change:transform;height:auto;transition:transform .18s linear;position:absolute}.king-v2-cover-art__phone--back{width:200px;transform:translateY(calc(var(--parallax-y) * .45));top:41px;left:628px}.king-v2-cover-art__phone--front{width:267px;transform:translateY(calc(var(--parallax-y) * .66));top:146px;left:321px}.king-v2-meta{width:100%;max-width:1200px;padding:0 var(--king-v2-column);color:#333;white-space:pre-wrap;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.king-v2-meta p{margin:0}.king-v2-impact{justify-content:flex-end;width:1200px;max-width:100%;display:flex}.king-v2-impact__inner{background:#0000000d;border-radius:16px;justify-content:center;gap:73px;width:894px;max-width:100%;padding:30px 24px;display:flex}.king-v2-impact__item{flex-direction:column;gap:4px;display:flex}.king-v2-impact__item strong{font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:64px;font-weight:300;line-height:normal}.king-v2-impact__item span{font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.king-v2-text{width:100%;padding:20px var(--king-v2-gutter) 20px calc(var(--king-v2-gutter) + var(--king-v2-column));background:#fff;flex-direction:column;gap:12px;display:flex}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform .92s cubic-bezier(.16,1,.3,1);transform:translateY(26px)}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.scroll-reveal--lines{opacity:1;transform:none}.scroll-reveal--lines .king-v2-solution-heading__line{opacity:0;will-change:opacity, transform;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform .92s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(34px)}.scroll-reveal--lines.scroll-reveal--visible .king-v2-solution-heading__line{opacity:1;transform:translateY(0)}.scroll-reveal--lines.scroll-reveal--visible .king-v2-solution-heading__line:nth-child(2){transition-delay:.13s}.scroll-reveal--lines .beeline-section-heading__line{opacity:0;will-change:opacity, transform;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform .92s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(34px)}.scroll-reveal--lines.scroll-reveal--visible .beeline-section-heading__line{opacity:1;transform:translateY(0)}.scroll-reveal--lines.scroll-reveal--visible .beeline-section-heading__line:nth-child(2){transition-delay:.13s}.king-v2-text--hypothesis{padding-bottom:60px}.king-v2-text--solution{padding-top:40px;padding-bottom:80px}.king-v2-text--single,.king-v2-text--label{padding-top:60px;padding-bottom:60px}.king-v2-text__label{color:#858585;margin:0;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:normal}.king-v2-text__body{width:var(--king-v2-text-width);color:#333;max-width:100%;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:normal}.king-v2-text__body p{margin:0}.king-v2-text__body p+p{margin-top:24px}.king-v2-solution-heading{padding:140px var(--king-v2-gutter) 0;background:#fff}.king-v2-solution-heading h2{margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:96px;font-weight:300;line-height:normal}.king-v2-image-block{width:100%;padding:0 var(--king-v2-gutter);background:#fff}.king-v2-image-block--stacked{padding-top:40px}.king-v2-image-block--spaced{padding-top:60px}.king-v2-image-block--desktop{padding-bottom:120px}.king-v2-illustration-card,.king-v2-phone-card,.king-v2-desktop-card{--parallax-y:0px;--king-v2-card-bg:#fff;isolation:isolate;border-radius:32px;width:1200px;max-width:100%;position:relative;overflow:hidden}.king-v2-phone-card:before,.king-v2-desktop-card:before{content:"";z-index:-1;background:var(--king-v2-card-bg);position:absolute;inset:0}.king-v2-illustration-card{background:#d4caff;justify-content:center;align-items:center;min-height:380px;display:flex}.king-v2-illustration-card__image{width:375px;height:auto}.king-v2-phone-card{background:var(--king-v2-card-bg);padding:80px 120px}.king-v2-phone-card--sand{--king-v2-card-bg:#edd4a6}.king-v2-phone-card--lavender{--king-v2-card-bg:#d4caff80}.king-v2-phone-card--gray{--king-v2-card-bg:#f5f3f3}.king-v2-phone-card--gradient{--king-v2-card-bg:linear-gradient(180deg, #d4caff 0%, #ffb5c0 100%)}.king-v2-phone-row{transform:translateY(calc(var(--parallax-y) * .72));will-change:transform;justify-content:center;gap:40px;transition:transform .18s linear;display:flex}.king-v2-phone{flex:none;width:310px;height:671px;margin:0;position:relative;overflow:hidden}.king-v2-phone img{object-fit:cover;object-position:center top}.king-v2-desktop-card{--king-v2-card-bg:#d4caff;background:var(--king-v2-card-bg);padding:80px 0;overflow:hidden}.king-v2-desktop-viewport{-webkit-overflow-scrolling:touch;width:100%;padding:0 120px;scroll-padding-left:120px;overflow:auto hidden}.king-v2-desktop-viewport::-webkit-scrollbar{display:none}.king-v2-desktop-row{gap:40px;width:max-content;display:flex}.king-v2-desktop{scroll-snap-align:start;border-radius:8px;flex:none;width:1000px;height:639px;margin:0;position:relative;overflow:hidden}.king-v2-desktop img{object-fit:cover;object-position:center top}@media (max-width:767px){.case-page--king-v2{--king-v2-gutter:20px;--king-v2-column:0px;--king-v2-text-width:100%}.case-bottom-arrow{width:64px;height:64px;bottom:30px;right:20px}.case-bottom-arrow img{width:28px;height:28px}.king-v2-cover{gap:32px;padding:40px 20px}.king-v2-cover__header{flex-direction:column;gap:20px;width:100%;display:flex}.king-v2-brand{width:100%}.king-v2-brand span{font-size:32px}.king-v2-title{width:100%}.king-v2-title h1{font-size:54px}.king-v2-title p{font-size:16px}.king-v2-cover-art{aspect-ratio:1200/515;border-radius:16px;width:100%;height:auto}.king-v2-cover-art__bg{width:101.25%!important;height:105.24%!important;top:-5.24%!important}.king-v2-cover-art__forms{width:101.25%;height:auto}.king-v2-cover-art__vector{width:90.5%}.king-v2-cover-art__phone--back{width:16.67%;top:7.96%;left:52.33%}.king-v2-cover-art__phone--front{width:22.25%;top:28.35%;left:26.75%}.king-v2-meta{padding:0}.king-v2-impact{width:100%}.king-v2-impact__inner{justify-content:space-between;gap:20px;width:100%;padding:24px}.king-v2-impact__item strong{font-size:48px}.king-v2-text{padding:20px}.scroll-reveal{transform:translateY(18px)}.king-v2-text--hypothesis{padding-bottom:60px}.king-v2-text--solution{padding-top:40px;padding-bottom:40px}.king-v2-text--single,.king-v2-text--label{padding-top:60px;padding-bottom:60px}.king-v2-text__label,.king-v2-text__body{font-size:16px}.king-v2-text__body p+p{margin-top:16px}.king-v2-solution-heading{padding:40px 20px 0}.king-v2-solution-heading h2{font-size:54px;line-height:1.05}.king-v2-image-block{padding:0 20px}.king-v2-image-block--phones,.king-v2-image-block--desktop{padding-left:0;padding-right:0}.king-v2-image-block--desktop{padding-bottom:0}.king-v2-illustration-card{min-height:300px}.king-v2-phone-card,.king-v2-desktop-card{border-radius:0;width:100%;max-width:none}.king-v2-phone-card{-webkit-overflow-scrolling:touch;padding:60px 0;overflow:auto hidden}.king-v2-phone-card--sand{--king-v2-card-bg:#f5f3f3}.king-v2-phone-card--lavender{--king-v2-card-bg:#edd4a6}.king-v2-desktop-card{padding:60px 0 80px}.king-v2-desktop-viewport{background:var(--king-v2-card-bg);-webkit-overflow-scrolling:touch;padding:0 20px;scroll-padding-left:20px;overflow:auto hidden}.king-v2-phone-card::-webkit-scrollbar{display:none}.king-v2-desktop-viewport::-webkit-scrollbar{display:none}.king-v2-phone-row,.king-v2-desktop-row{justify-content:flex-start;gap:24px}.king-v2-phone-row{background:var(--king-v2-card-bg);width:max-content;min-width:100%;padding:0 20px;transition:none;transform:none}.king-v2-phone-row:after,.king-v2-desktop-row:after{content:"";flex:0 0 0;align-self:stretch;margin-left:-24px}.king-v2-phone{width:250px;height:541px}.king-v2-desktop{scroll-snap-align:start;width:500px;height:319px}}.case-hero{gap:40px;display:grid}.king-hero{gap:24px;display:grid}.king-top{grid-template-columns:282px minmax(0,1fr);align-items:start;gap:24px;display:grid}.king-top__copy{max-width:920px}.king-top__copy h1{letter-spacing:0;margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:6rem;font-weight:300;line-height:.95}.king-top__copy .project-summary{color:#333;margin:26px 0 0;font-size:1.25rem;line-height:1.4}.king-hero .case-cover{min-height:515px}.king-meta{grid-template-columns:1fr;align-items:start;gap:28px;max-width:620px;margin-left:306px;display:grid}.king-meta__item{gap:2px;display:grid}.king-meta__item span,.king-meta__item strong{color:#333;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.4}.case-cover--dark{background:#140f16}.king-text-blocks{gap:32px;max-width:774px;margin-left:306px;padding-top:52px;display:grid}.king-text-block{max-width:920px}.king-text-block h2,.king-solution h2{margin:0;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:400;line-height:1.4}.king-text-block p,.king-solution__copy p{color:#333;margin:12px 0 0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.4}.king-banner{background:#c9bcff;border-radius:0;justify-content:center;align-items:center;width:100vw;min-height:388px;margin-top:40px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;display:flex}.king-banner__image{width:375px;max-width:none;height:202px;display:block}.king-solution{background:#fff;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:80px 120px}.king-solution__copy{gap:0;max-width:1180px;display:grid}.king-gallery,.king-extra-states{padding-top:48px}.king-gallery--full,.king-extra-states--full,.king-gradient-strip--full{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:80px 120px}.king-gallery--gray,.king-extra-states--gray{background:#f5f3f3}.king-gallery--purple{background:#c9bcff}.king-gallery--white,.king-extra-states--white{background:#fff}.king-gradient-strip{background:linear-gradient(#d7c8ff 0%,#ffc3d4 100%);padding-left:120px;padding-right:120px;overflow:hidden}.king-gallery__grid{justify-content:center;align-items:start;gap:24px;display:grid}.king-gallery__grid--three{grid-template-columns:repeat(3,310px)}.king-gallery__grid--two{grid-template-columns:repeat(2,310px);justify-content:center}.king-gallery__grid--desktop{grid-template-columns:repeat(2,1000px);justify-content:center;gap:40px}.king-gallery__phone,.king-gallery__desktop{background:0 0;position:relative;overflow:hidden}.king-gallery__phone{border-radius:24px;width:310px;height:670px;min-height:670px}.king-gallery__desktop{background:0 0;border-radius:8.8px;width:1000px;height:639px;min-height:639px}.king-gallery__img--contain{object-fit:contain}.king-gallery__img--phone,.king-gallery__img--desktop{object-fit:cover;object-position:center top}.king-extra-states--desktop .king-gallery__grid--desktop{grid-template-columns:repeat(2,1000px);justify-content:start;overflow-x:auto}.king-extra-states h3{color:#333;margin:0 0 32px;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.4}.king-section-label{background:#fff;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:80px 120px}.king-section-label h3{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.4}.king-gallery--full,.king-gradient-strip--full{border-radius:0;overflow:hidden}.king-gallery--desktop-wrap{overflow:auto hidden}.king-gallery--desktop-wrap .king-gallery__grid--desktop{justify-content:start;width:max-content}.case-page--king .impact-panel{background:#f5f3f3;border-radius:20px;gap:120px;width:calc(100% - 306px);max-width:none;margin-top:0;margin-left:306px;padding:24px 56px}.case-page--king .impact-item{text-align:center;align-items:center;gap:8px}.case-page--king .impact-item strong{letter-spacing:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:4rem;font-weight:300;line-height:1}.case-page--king .impact-item span{color:#111112;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.35}.case-gallery{padding:84px 0 32px}.case-gallery__phones{background:radial-gradient(circle at 12% 22%,#c6b5ff38,#0000 24%),linear-gradient(135deg,#c9bcff 0%,#111112 35% 68%,#cabdff 100%);border-radius:32px;min-height:760px;position:relative;overflow:hidden}.case-gallery__phone{border-radius:40px;position:absolute;overflow:hidden;box-shadow:0 28px 80px #00000047}.case-gallery__phone--back{opacity:.78;width:300px;height:650px;top:78px;right:180px}.case-gallery__phone--front{width:320px;height:695px;top:192px;left:250px}.case-sections{gap:36px;padding-top:52px;display:grid}.case-section{border-top:1px solid var(--line);max-width:920px;padding-top:22px}.case-section h2{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1rem}.case-section p{color:#333;letter-spacing:0;margin:14px 0 0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.35}@media (max-width:1100px){.case-page--king-figma{--king-frame-gutter:32px}.case-page--king-figma .king-cover__inner{width:100%}.case-page--king-figma .king-cover__header{grid-template-columns:282px minmax(0,1fr)}.case-page--king-figma .king-cover__copy{width:100%}.case-page--king-figma .king-cover__copy h1{font-size:80px}.hero-inner,.project-card,.about-section,.case-page{width:min(1200px,100% - 32px)}.project-content,.case-header,.king-top,.king-meta,.about-section,.about-grid{grid-template-columns:1fr}.project-brand,.project-tags{margin-bottom:8px}.king-gallery__grid--three,.king-gallery__grid--two,.king-gallery__grid--desktop{grid-template-columns:1fr}}@media (max-width:768px){.case-page--king{width:min(100%,100% - 32px);padding-top:20px}.site-header{flex-direction:row;align-items:center;gap:16px}.site-nav{display:none}.mobile-menu-toggle{display:flex}.hero{padding-top:42px}.hero h1{font-size:clamp(3rem,14vw,4.8rem)}.hero p,.project-summary,.about-grid p,.case-section p{font-size:1.08rem}.project-cover,.case-cover{border-radius:28px;min-height:320px}.king-hero .case-cover{min-height:260px}.project-main h2,.case-header h1,.about-grid h2{font-size:clamp(2.6rem,14vw,4rem)}.impact-panel{gap:28px}.impact-item strong{font-size:2.1rem}.case-gallery__phones{min-height:500px}.case-gallery__phone--back{width:170px;height:360px;top:58px;right:38px}.case-gallery__phone--front{width:180px;height:390px;top:148px;left:28px}.king-banner,.king-gradient-strip{padding:32px 20px}.king-gallery__phone{min-height:420px}.king-gallery__desktop{min-height:260px}.primary-button{min-width:100%}}.beeline-page{--beeline-frame-gutter:max(120px, calc((100vw - 1200px) / 2));--beeline-content-left:calc(var(--beeline-frame-gutter) + 306px);--beeline-content-right:var(--beeline-frame-gutter);--beeline-text-width:714px;background:#fff;width:100%}.beeline-hero{background:#fff;flex-direction:column;gap:40px;width:100%;padding:80px 120px 40px;display:flex}.beeline-hero__header{align-items:flex-start;gap:24px;width:1200px;max-width:100%;min-height:137px;margin:0 auto;display:flex}.beeline-hero__brand{align-items:center;gap:20px;width:282px;display:flex}.beeline-hero__brand span{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:32px;line-height:40px}.beeline-hero__copy{flex-direction:column;gap:16px;width:776px;max-width:100%;display:flex}.beeline-hero__copy h1{margin:0;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:96px;font-weight:300;line-height:.95}.beeline-hero__copy p{color:#000;margin:0;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.beeline-hero__cover{--parallax-y:0px;background:#000;border-radius:32px;width:1200px;max-width:100%;height:625px;margin:0 auto;position:relative;overflow:hidden}.beeline-hero__cover-image{object-fit:cover;width:100%;height:100%;transform:translateY(calc(var(--parallax-y) * .45)) scale(1.08);will-change:transform;transition:transform .18s linear}.beeline-meta{flex-direction:column;gap:25px;width:1200px;max-width:100%;margin:0 auto;padding-left:306px;display:flex}.beeline-meta__group{flex-direction:column;gap:0;display:flex}.beeline-meta__group p{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.beeline-text-block{width:100%;padding:40px var(--beeline-content-right) 80px var(--beeline-content-left);background:#fff;flex-direction:column;gap:20px;display:flex}.beeline-text-block--muted{background:#fbfbfb}.beeline-text-block__content{background:0 0;flex-direction:column;gap:20px;display:flex}.beeline-text-block--intro-start{padding-top:60px;padding-bottom:20px}.beeline-text-block--intro-middle{padding-top:20px;padding-bottom:20px}.beeline-text-block--intro-end{padding-top:20px;padding-bottom:80px}.beeline-text-block--after-image{padding-top:40px;padding-bottom:100px}.beeline-text-block--default{padding-top:40px;padding-bottom:80px}.beeline-text-block--intro-end+.beeline-text-block--default{min-height:0}.beeline-text-block h2{color:#858585;margin:0;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:25px}.beeline-text-block__body{width:100%;max-width:var(--beeline-text-width);flex-direction:column;gap:20px;display:flex}.beeline-text-block__body p{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.beeline-image-band{width:100%;padding:0 var(--beeline-frame-gutter);background:#fff;justify-content:center;display:flex}.beeline-image-band__card{--parallax-y:0px;--beeline-card-bg:#fff;background:var(--beeline-card-bg);border-radius:32px;justify-content:center;width:1200px;max-width:100%;padding:80px 120px;display:flex;overflow:hidden}.beeline-image-band--black .beeline-image-band__card{--beeline-card-bg:#000}.beeline-image-band--dark .beeline-image-band__card{--beeline-card-bg:#222}.beeline-image-band--light .beeline-image-band__card{--beeline-card-bg:#f5f3f3}.beeline-image-band__inner{transform:translateY(calc(var(--parallax-y) * .62));will-change:transform;justify-content:center;align-items:flex-start;gap:40px;transition:transform .18s linear;display:flex}.beeline-image-band--concerts{margin-bottom:0}.beeline-desktop-scroll-section{width:100%;padding:0 var(--beeline-frame-gutter) 100px;background:#fff;justify-content:center;display:flex}.beeline-desktop-scroll{contain:layout paint;background:#000;border-radius:32px;justify-content:center;width:1200px;max-width:100%;padding:80px 120px;display:flex;overflow:hidden}.beeline-desktop-scroll__screen{background:#222;border-radius:19.2px;width:835.2px;max-width:100%;height:560px;position:relative;overflow:hidden}.beeline-desktop-scroll__mobile-image{display:none}.beeline-desktop-scroll__header,.beeline-desktop-scroll__sidebar,.beeline-desktop-scroll__player{pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;display:block;position:absolute}.beeline-desktop-scroll__header{z-index:4;width:100%;height:auto;top:0;left:0}.beeline-desktop-scroll__sidebar{z-index:2;width:147.72px;height:auto;top:50.95px;left:0}.beeline-desktop-scroll__player{z-index:5;width:100%;height:auto;bottom:0;left:0}.beeline-desktop-scroll__viewport{z-index:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#222;position:absolute;inset:50.95px 0 48.39px 147.72px;overflow:hidden auto}.beeline-desktop-scroll__viewport:focus-visible{outline-offset:-2px;outline:2px solid #ffcb00e6}.beeline-desktop-scroll__viewport::-webkit-scrollbar{display:none}.beeline-desktop-scroll__page{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:none;height:auto;display:block}.beeline-phone{border-radius:24px;flex:none;width:310px;height:723px;position:relative;overflow:hidden}.beeline-phone__image{object-fit:cover;width:100%;height:100%;display:block}.beeline-image-band__inner--1 .beeline-phone,.beeline-image-band__inner--2 .beeline-phone{width:310px;height:671px}.beeline-section-heading{width:100%;padding:140px var(--beeline-frame-gutter) 0;background:#fff}.beeline-section-heading h2{color:#000;letter-spacing:0;width:1200px;max-width:100%;margin:0 auto;font-family:Josefin Sans,Arial,Helvetica,sans-serif;font-size:96px;font-weight:300;line-height:1.06}.beeline-desktop-label{width:100%;padding:60px var(--beeline-content-right);padding-left:var(--beeline-content-left);background:#fff}.beeline-desktop-label p{color:#333;margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:20px;line-height:25px}.beeline-mobile-desktop-copy{display:none}@media (max-width:768px){html{scroll-padding-top:84px}.site-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;height:84px;margin:0;padding:20px;left:0;transform:none}.site-page main{padding-top:84px}.brand-logo{width:141px}.brand-mark{z-index:60;width:147px;height:44px}.brand-logo--default{width:141px}.brand-mark:hover .brand-logo--default,.brand-mark:focus-visible .brand-logo--default{opacity:1}.brand-mark:hover .brand-logo--hover,.brand-mark:focus-visible .brand-logo--hover{opacity:0}.brand-wordmark{width:95px}.site-nav{display:none}.mobile-menu-toggle{z-index:50;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:7.333px;width:44px;height:44px;margin:0;padding:0;display:flex;position:relative}.mobile-menu-toggle span{background:#161616;width:29.333px;height:3.667px;display:block}.mobile-menu{z-index:100;color:#fff;opacity:0;visibility:hidden;pointer-events:none;background:#161616;justify-content:center;align-items:center;width:100vw;height:100vh;min-height:100svh;padding:20px 10px;transition:opacity .16s,visibility .16s;display:flex;position:fixed;inset:0}.mobile-menu--open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu__brand{align-items:center;gap:8px;width:147px;height:44px;display:flex;position:absolute;top:20px;left:20px}.mobile-menu__avatar{border-radius:50%;width:44px;height:44px}.mobile-menu__wordmark{width:95px;height:26.297px}.mobile-menu__close{cursor:pointer;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.9628 8.62945L35.3705 6.03711L22 19.4077L8.6295 6.03711L6.03717 8.62945L19.4077 22L6.03717 35.3705L8.6295 37.9628L22 24.5923L35.3705 37.9628L37.9628 35.3705L24.5923 22L37.9628 8.62945Z' fill='white'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:44px 44px;border:0;width:44px;height:44px;margin:0;padding:0;position:absolute;top:20px;right:20px}.mobile-menu__nav{white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:60px;width:100%;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:32px;font-weight:400;line-height:normal;display:flex}.homepage-shell{width:100%;margin:0;padding:0 20px}.homepage-hero__inner{gap:40px;padding:40px 20px 60px}.homepage-hero__copy{gap:20px}.homepage-hero__copy h1{width:100%;font-size:64px;line-height:normal}.homepage-hero__copy p{width:100%;font-size:24px;line-height:normal}.primary-button{border-radius:32px;width:100%;min-width:0;min-height:80px;padding:12px 24px;font-size:20px}.primary-button:hover{transform:none}.homepage-case{padding-left:0;padding-right:0}.homepage-case--mamba,.homepage-case--king,.homepage-case--beeline{padding-top:0;padding-bottom:60px}.homepage-case__cover{aspect-ratio:1200/515;border-radius:16px;width:100%;height:auto}.homepage-case--mamba .homepage-case__cover{border-radius:9px}.homepage-case__content,.homepage-case__content--beeline{flex-direction:column;align-items:flex-start;gap:32px;width:100%;margin-top:32px;display:flex}.homepage-case--king .homepage-case__content{gap:40px;margin-top:40px}.homepage-case--beeline .homepage-case__content{gap:24px;margin-top:40px}.homepage-case__brand{width:100%;font-size:32px;line-height:normal}.homepage-case__brand--logo-only{width:187px}.homepage-case__main,.homepage-case__main--beeline{gap:32px;width:100%}.homepage-case__tags{white-space:normal;flex-wrap:wrap;align-content:center;gap:4px 20px;font-size:16px;line-height:20px}.homepage-case__headline{gap:16px}.homepage-case__headline h2{font-size:54px;line-height:normal}.homepage-case__summary{font-size:16px;line-height:normal}.homepage-case__summary p+p{margin-top:16px}.homepage-case__note{font-size:16px;line-height:normal}.homepage-case__meta{gap:16px;width:100%;font-size:16px;line-height:normal}.homepage-case__meta-item span,.homepage-case__meta-item strong{font-size:16px;line-height:normal}.homepage-impact{justify-content:flex-start;gap:16px;width:100%;min-height:0;padding:0}.homepage-impact__item strong{font-size:48px;line-height:normal}.homepage-impact__item span{font-size:16px;line-height:normal}.homepage-case__cta{width:100%}.homepage-hero__cta-reveal,.homepage-case__cta-reveal{pointer-events:auto;align-self:stretch;width:100%}.homepage-hero__cta,.homepage-case__cta{z-index:1;pointer-events:auto;width:100%;position:relative}.animated-cta,.animated-cta:hover,.animated-cta--leaving{width:100%;min-width:100%;height:80px;animation:none;transform:none}.animated-cta__main,.animated-cta:hover .animated-cta__main,.animated-cta--leaving .animated-cta__main{opacity:1;border-radius:32px;width:100%;height:80px;animation:none;transform:none}.animated-cta__circle,.animated-cta__floating-arrow{display:none}.about-section__inner{gap:32px;width:100%;padding:60px 20px 120px}.about-section{width:100%;margin:0}.about-grid{flex-direction:column;gap:20px;display:flex}.about-grid h2{font-size:40px;line-height:normal}.about-grid p{color:#a50034;font-size:16px;line-height:normal}.about-copy{gap:16px}.footer-inner{justify-content:flex-start;gap:40px;width:100%;height:auto;min-height:420px;padding:80px 20px 200px}.footer-cta{white-space:nowrap;border-radius:32px;width:100%;min-width:0;height:80px;min-height:80px;padding:12px 24px;font-size:20px;line-height:normal}.footer-cta__desktop{display:none}.footer-cta__mobile{display:inline}.footer-links{white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;gap:20px;font-size:16px;position:static;transform:none}.beeline-page{--beeline-frame-gutter:20px;--beeline-content-left:20px;--beeline-content-right:20px;--beeline-text-width:none;width:100%;overflow:hidden}.beeline-hero{gap:32px;padding:40px 20px}.beeline-hero__header{flex-direction:column;gap:24px;width:100%;margin:0}.beeline-hero__brand{gap:20px;width:282px}.beeline-hero__brand span{font-size:32px;line-height:normal}.beeline-hero__copy{gap:16px;width:100%}.beeline-hero__copy h1{font-size:54px;line-height:normal}.beeline-hero__copy p{color:#333;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.beeline-hero__cover{border-radius:16px;width:calc(100% + 8px);height:147px;margin:0}.beeline-meta{gap:20px;width:100%;margin:0;padding-left:0}.beeline-meta__group{gap:8px}.beeline-meta__group p{color:#333;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;font-size:16px;line-height:normal}.beeline-text-block{gap:12px;min-height:0;padding:40px 20px}.beeline-text-block--muted{background:#f5f3f3}.beeline-text-block--intro-start{padding-top:40px;padding-bottom:10px}.beeline-text-block--intro-middle{padding-top:10px;padding-bottom:10px}.beeline-text-block--intro-end{padding-top:10px;padding-bottom:40px}.beeline-text-block--after-image{padding-top:40px;padding-bottom:40px}.beeline-text-block--intro-end+.beeline-text-block--default,.beeline-image-band--black+.beeline-text-block,.beeline-image-band--dark+.beeline-text-block,.beeline-image-band--light+.beeline-text-block{min-height:0}.beeline-text-block h2{font-size:16px;line-height:normal}.beeline-text-block__body{gap:16px;max-width:none}.beeline-text-block__body p{font-size:16px;line-height:normal}.beeline-image-band{justify-content:flex-start;padding:0;overflow:visible}.beeline-image-band__card{-webkit-overflow-scrolling:touch;border-radius:0;justify-content:flex-start;width:100%;padding:60px 20px 60px 0;scroll-padding-left:20px;overflow:auto hidden}.beeline-image-band--dark .beeline-image-band__card{--beeline-card-bg:#000;background:#000;padding-right:0}.beeline-image-band__card::-webkit-scrollbar{display:none}.beeline-image-band__inner{background:var(--beeline-card-bg);justify-content:flex-start;gap:24px;width:max-content;min-width:100%;padding:0 20px}.beeline-image-band__inner--1{justify-content:center;width:100%;min-width:100%}.beeline-image-band__inner--3 .beeline-phone{width:250px;height:583px}.beeline-phone,.beeline-image-band__inner--1 .beeline-phone,.beeline-image-band__inner--2 .beeline-phone{border-radius:24px;width:250px;height:541px}.beeline-phone__image{border-radius:24px}.beeline-image-band--light .beeline-image-band__inner,.beeline-image-band--concerts .beeline-image-band__inner{gap:24px}.beeline-image-band__inner:not(.beeline-image-band__inner--1):after{content:"";flex:0 0 20px;align-self:stretch;margin-left:-24px}.beeline-desktop-label{display:none}.beeline-mobile-desktop-copy{background:#fff;flex-direction:column;gap:20px;width:100%;padding:80px 20px 40px;display:flex}.beeline-mobile-desktop-copy__label,.beeline-mobile-desktop-copy__body p{margin:0;font-family:Wix Madefor Text,Arial,Helvetica,sans-serif;line-height:normal}.beeline-mobile-desktop-copy__label{color:#858585;font-size:16px}.beeline-mobile-desktop-copy__body{flex-direction:column;gap:16px;display:flex}.beeline-mobile-desktop-copy__body p{color:#333;font-size:16px}.beeline-desktop-scroll-section{justify-content:flex-start;padding:0 0 100px;display:flex;overflow:visible}.beeline-desktop-scroll{-webkit-overflow-scrolling:touch;border-radius:0;justify-content:flex-start;width:100%;max-width:none;padding:60px 20px 80px;scroll-padding-left:20px;overflow:auto hidden}.beeline-desktop-scroll::-webkit-scrollbar{display:none}.beeline-desktop-scroll:after{content:"";flex:0 0 0;align-self:stretch}.beeline-desktop-scroll__screen{display:none}.beeline-desktop-scroll__mobile-image{object-fit:cover;-webkit-user-select:none;user-select:none;border-radius:0;flex:0 0 500px;width:500px;max-width:none;height:343px;display:block}.beeline-section-heading{padding:80px 20px 0}.beeline-section-heading h2{width:100%;font-size:54px;line-height:1.05}.case-page--king-figma{width:100%;overflow:hidden}.case-page--king-figma .king-cover{flex-direction:column;gap:32px;padding:40px 20px;display:flex}.case-page--king-figma .king-cover__inner{gap:32px;width:100%;margin:0}.case-page--king-figma .king-cover__header{flex-direction:column;gap:20px;width:100%;display:flex}.case-page--king-figma .king-brand-row{gap:12px;width:100%}.case-page--king-figma .king-brand-row span{font-size:32px;line-height:normal}.case-page--king-figma .king-cover__copy{width:100%}.case-page--king-figma .king-cover__copy h1{font-size:54px;line-height:normal}.case-page--king-figma .king-cover__copy p{margin-top:16px;font-size:16px;line-height:normal}.case-page--king-figma .king-cover__image{aspect-ratio:2400/1030;border-radius:16px;width:100%;height:auto}.case-page--king-figma .king-impact-row{order:2;width:100%;margin:0;padding:0}.case-page--king-figma .king-impact-panel{border-radius:16px;justify-content:space-between;width:100%;min-height:120px;padding:24px}.case-page--king-figma .king-impact-item+.king-impact-item{margin-left:0}.case-page--king-figma .king-impact-item strong{font-size:48px;line-height:normal}.case-page--king-figma .king-impact-item span{font-size:16px;line-height:normal}.case-page--king-figma .king-role-row{order:3;width:100%;min-height:0;margin:0;padding:0}.case-page--king-figma .king-role-block{padding-left:0;font-size:16px;line-height:normal}.case-page--king-figma .king-copy-section{min-height:0;padding:20px}.case-page--king-figma .king-copy-section--last{min-height:262px;padding-bottom:60px}.case-page--king-figma .king-copy-section--solution{min-height:482px;padding-top:40px;padding-bottom:40px}.case-page--king-figma .king-copy-section--problem{min-height:217px}.case-page--king-figma .king-copy-section--goal{min-height:142px}.case-page--king-figma .king-copy-section h2{font-size:16px;line-height:normal}.case-page--king-figma .king-copy-section--problem h2{font-size:16px}.case-page--king-figma .king-copy-section__body{max-width:none;margin-top:12px}.case-page--king-figma .king-copy-section__body p{font-size:16px;line-height:normal}.case-page--king-figma .king-copy-section__body p+p{margin-top:16px}.case-page--king-figma .king-banner-figma{height:300px;padding:0 20px}.case-page--king-figma .king-banner-figma__card{border-radius:32px;width:100%;max-width:none;height:100%;min-height:0}.case-page--king-figma .king-banner-figma__image{width:375px;max-width:none;height:202px}.case-page--king-figma .king-label-section{padding:20px}.case-page--king-figma .king-label-section__inner{width:100%;padding-left:0}.case-page--king-figma .king-label-section h3{font-size:16px;line-height:normal}.case-page--king-figma .king-screen-section{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:40px 20px;scroll-padding-left:20px;overflow:auto hidden}.case-page--king-figma .king-screen-section::-webkit-scrollbar{display:none}.case-page--king-figma .king-screen-grid{justify-content:flex-start;gap:24px;width:max-content}.case-page--king-figma .king-phone-shot{scroll-snap-align:start;border-radius:0;width:250px;height:541px}.case-page--king-figma .king-screen-section--desktop{padding-top:40px;padding-bottom:80px}.case-page--king-figma .king-desktop-strip{gap:24px;padding:0}.case-page--king-figma .king-desktop-shot{scroll-snap-align:start;width:500px;height:319px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
