/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--bg:#fcf6ee;--text-primary:#2e160e;--text-muted:#8b7a6f;--white:#fff;--black:#000;--accent:orange;--border:#e0d5c8;--shadow-base:0 2px 8px rgba(0,0,0,.04);--shadow-hover:0 8px 16px rgba(0,0,0,.12);--shadow-modal:0 12px 24px rgba(0,0,0,.15);--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--max-width:1280px;--border-radius:4px;--font-system:system-ui,-apple-system,sans-serif;font-family:var(--font-system);--foreground-rgb:46,22,14;--background-rgb:252,246,238}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body{font-family:var(--font-system);color:var(--text-primary);background:var(--bg);line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}h1,h2,h3,h4{margin:0;font-family:var(--font-system);color:var(--text-primary)}h1{font-size:48px;font-weight:700;line-height:1.1}h2{font-size:32px;line-height:1.2}h2,h3{font-weight:600}h3{font-size:24px}h4{font-size:18px;font-weight:600}ol,p,ul{margin:0 0 .5rem;font-size:16px;font-weight:400}.container{padding:0 var(--space-lg);@media (min-width:768px){max-width:var(--max-width)}}.container,.topping{margin:0 auto}.intro{margin:0 auto 4rem;padding:var(--space-xxl) 0}.intro__availability{margin-bottom:var(--space-sm)}.intro__availability h1{font-size:14px;font-weight:500;color:var(--text-muted)}.intro__title h2{font-size:28px;line-height:1.3;margin-bottom:var(--space-lg);font-weight:600;color:var(--text-primary);@media (min-width:768px){font-size:40px}}.intro__subtitle{font-size:16px;line-height:1.6;color:var(--text-muted);@media (min-width:768px){font-size:18px}}.intro__cta,.intro__subtitle{margin-bottom:var(--space-xl)}.intro__cta{display:flex;flex-direction:column;gap:var(--space-sm);@media (min-width:768px){flex-direction:row;gap:var(--space-md)}}.btn-primary{background:var(--text-primary);color:var(--white);padding:12px 24px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;font-size:14px;transition:all .2s ease;text-align:center;display:inline-block;border:1px solid var(--text-primary)}.btn-primary:hover{background:var(--black);border-color:var(--black);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-secondary{background:transparent;color:var(--text-primary);padding:12px 24px;border:1px solid var(--text-primary);border-radius:var(--border-radius);text-decoration:none;font-weight:600;font-size:14px;transition:all .2s ease;text-align:center;display:inline-block}.btn-secondary:hover{background:var(--text-primary);color:var(--white);transform:translateY(-1px)}.intro__expertise{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border);@media (min-width:768px){gap:var(--space-lg)}}.expertise-item{display:flex;flex-direction:column;gap:4px;min-width:0}.expertise-item strong{font-size:20px;font-weight:700;color:var(--text-primary);line-height:1.1;word-break:break-word;@media (min-width:768px){font-size:36px}}.expertise-item span{font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.expertise-item__client{font-size:11px;font-style:normal;letter-spacing:.02em;margin-top:2px}.expertise-item__client,.section-title{font-weight:600;color:var(--text-primary)}.section-title{font-size:24px;margin-bottom:var(--space-xl);@media (min-width:768px){font-size:32px}}.skills-section{margin:var(--space-xxl) 0;padding:var(--space-xxl) 0;border-top:1px solid var(--border)}.skills-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl);@media (min-width:768px){grid-template-columns:repeat(3,1fr);gap:var(--space-xxl)}}.skill-category h3{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-md)}.skill-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.skill-list li{font-size:15px;color:var(--text-primary);padding-left:var(--space-md);position:relative}.skill-list li:before{content:"→";position:absolute;left:0;color:var(--text-muted)}.works{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg);padding-bottom:var(--space-xxl);margin-top:var(--space-lg);@media (min-width:768px){grid-template-columns:repeat(2,1fr)}@media (min-width:1024px){grid-template-columns:repeat(3,1fr)}}.page{padding:0}.page--home .heading{@media (orientation:landscape){height:90vh}}.btn{color:var(--white);border:1px solid var(--text-primary);background:var(--text-primary);text-decoration:none;display:inline-block;font-size:14px;padding:12px 24px;border-radius:var(--border-radius);transition:all .2s ease;line-height:1.2;margin-bottom:1rem;font-weight:600;&:hover{background:var(--black);border-color:var(--black);transform:translateY(-1px)}}.sticky{position:fixed;bottom:10px;left:5%;z-index:10;width:56px;height:56px}.page--single{position:relative}.heading-case--mint,.heading-case--redbull{background:var(--bg)}.heading{background:#111!important}.heading:hover{background:var(--text-primary);color:var(--white)}.heading--perfahome{transition:all .25s}.heading--other .heading__media{width:60%;height:100%}.heading--other .device__img{position:absolute;bottom:0;width:100%;top:auto}.relative{position:relative}.case{margin-bottom:5rem;@media (orientation:landscape){width:55%}}.case ol,.case p,.case ul{font-size:1.5rem;line-height:1.6}.case__info{line-height:1.4}.case__info,.pool{margin-bottom:4rem}.pool{display:flex;justify-content:space-evenly;padding:5px}.pool--1{justify-content:center}.pool--1,.pool--2{padding:5px}.pool--2,.pool--3{justify-content:space-between;margin-left:auto;margin-right:auto}.pool--3{width:70%;padding:5px}.justify-evenly{justify-content:space-evenly}.product--xs{width:25%}.product--l,.product--m,.product--sm,.product--xl{width:100%}.product__caption{margin-top:.5rem;margin-bottom:.75rem;font-size:.75rem;line-height:1.4;text-align:center;color:var(--text-muted)}.video__wrapper{padding-bottom:calc((393/182) * 100%);position:relative}.video{object-fit:cover;width:100%;height:100%;position:absolute}.aspect-ratio-box{height:0;overflow:hidden;background:#fff;position:relative}.aspect-ratio-box-inside{position:absolute;top:0;left:0;width:100%;height:100%}.case--mint{background:#b3c6c7}.product{position:relative;overflow:hidden;height:0;padding-bottom:100%}.ratio-levis-hardware{padding-bottom:calc((1100/1790) * 100%)}.ratio-other{padding-bottom:calc((703/1240) * 100%)}.ratio-other-l{padding-bottom:calc((1430/1240) * 100%)}.ratio-coca-keyvisual{padding-bottom:calc((335/603) * 100%)}.ratio-dev-sosh-wheel{padding-bottom:calc((393/182) * 100%)}.ratio-mobile{padding-bottom:calc((1334/774) * 100%)}.ratio-mobile-duo{padding-bottom:calc((1360 / 986) * 100%)}.ratio-coca-screen,.ratio-wireframe{padding-bottom:calc((1088 / 2880) * 100%)}.ratio-desktop{padding-bottom:calc((900 / 600) * 100%)}.ratio-mba{padding-bottom:calc((900 / 1440) * 100%)}.ratio-templates{padding-bottom:calc((1620/2477) * 100%)}.shift__up{@media (orientation:landscape){margin-top:-8rem}}.sidebar{position:absolute;top:0;left:0;width:400px;display:none}.sidebar .title{font-size:.8rem}.case__12,.case__full,.case__right{grid-column-start:1;grid-column-end:5;@media (orientation:landscape){grid-column-start:7;grid-column-end:11}}.case__right__down{@media (orientation:landscape){margin-top:8rem}}.case__1-2-left,.case__1-2-right,.case__1-3-1,.case__1-3-2,.case__1-3-3,.case__1-4-1,.case__1-4-2,.case__1-4-3,.case__1-4-4,.case__elements,.case__left{grid-column-start:1;grid-column-end:5;@media (orientation:landscape){grid-column-start:10;grid-column-end:13}}.btn-back{padding:0;margin:0;line-height:1;width:100%;text-align:center;background:var(--bg)}.btn-back svg{margin-bottom:0;fill:var(--text-primary)}.Footer_footer__4vzqH{margin-top:var(--space-xxl);padding:var(--space-xxl) 0 var(--space-xl);border-top:1px solid var(--border);background:var(--white)}.Footer_footer_main__yIP5j,.Footer_wrapper__rpDYh{display:flex;flex-direction:column;gap:var(--space-xl);@media (min-width:768px){flex-direction:row;justify-content:space-between;align-items:center}}.Footer_footer_brand__F0cVA{display:flex;flex-direction:column;gap:var(--space-xs)}.Footer_brand_link__MAZFx{font-size:16px;font-weight:600;text-decoration:none;color:var(--text-primary);transition:opacity .2s ease}.Footer_brand_link__MAZFx:hover{opacity:.6}.Footer_tagline__NHwwX{font-size:13px;color:var(--text-muted);font-weight:500;margin:0}.Footer_footer_cta__hoQoC{display:flex;flex-direction:column;gap:var(--space-sm);align-items:flex-start;@media (min-width:768px){align-items:flex-end}}.Footer_availability__DJOOQ{display:flex;align-items:center;gap:var(--space-xs);font-size:13px;font-weight:500;margin:0;color:var(--text-muted)}.Footer_dot__tvREM{width:7px;height:7px;background:#10b981;border-radius:50%;display:inline-block;animation:Footer_pulse__wDYui 2s infinite}@keyframes Footer_pulse__wDYui{0%,to{opacity:1}50%{opacity:.4}}.Footer_cta_button__MXajh{background:var(--text-primary);color:var(--white);padding:10px 20px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;font-size:13px;transition:all .2s ease;display:inline-block;border:1px solid var(--text-primary)}.Footer_cta_button__MXajh:hover{background:var(--black);border-color:var(--black);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.Footer_footer_bottom__xItvx{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-xl);border-top:1px solid var(--border);@media (min-width:768px){flex-direction:row;justify-content:space-between;align-items:center}}.Footer_footer_links__zdgN0{display:flex;gap:var(--space-xl)}.Footer_social_link__WQ0s2{font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.Footer_social_link__WQ0s2:hover{color:var(--text-primary)}.Footer_copyright__1v3uR{font-size:12px;color:var(--text-muted);margin:0}.Header_wrapper__Ys_tD{background:var(--white);border-bottom:1px solid var(--border);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_inner__bfSJD{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.Header_brand__EL5wC{font-size:15px;font-weight:600;color:var(--text-primary);text-decoration:none;transition:opacity .2s ease}.Header_brand__EL5wC:hover{opacity:.7}.Header_nav__LVYU2{display:flex;align-items:center;gap:24px}.Header_navLink__bX76H{font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.Header_navLink__bX76H:hover{color:var(--text-primary)}.Header_cta__T_fLv{font-size:13px;font-weight:600;color:var(--white);background:var(--text-primary);padding:8px 16px;border-radius:var(--border-radius);text-decoration:none;transition:all .2s ease;border:1px solid var(--text-primary)}.Header_cta__T_fLv:hover{background:var(--black);border-color:var(--black);transform:translateY(-1px)}