@font-face{font-family:"Montserrat";src:url("../fonts/montserrat-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0100-017F,U+2000-206F,U+20AC,U+2190-21FF,U+25A0-25FF}@font-face{font-family:"Montserrat";src:url("../fonts/montserrat-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;unicode-range:U+0000-00FF,U+0100-017F,U+2000-206F,U+20AC,U+2190-21FF,U+25A0-25FF}@font-face{font-family:"Space Mono";src:url("../fonts/space-mono-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0100-017F,U+2000-206F,U+20AC,U+2190-21FF,U+25A0-25FF}:root{--white:#fff;--text:#222226;--muted:#8d8d8d;--soft-grey:#d7d7d7;--line:#eee;--blue:#1717ff;--yellow:#ffd928;--red:#ff3d2e;--font:"Montserrat",Arial,sans-serif;--mono:"Space Mono","Courier New",monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}body{font-family:var(--font);background:#fff;color:var(--text)}body.is-intro{overflow:hidden}a{color:inherit;text-decoration:none}.site-header{position:fixed;inset:0 0 auto 0;height:76px;padding:28px 48px;display:flex;align-items:flex-start;justify-content:space-between;z-index:50;pointer-events:none}.logo-link,.hamburger{pointer-events:auto}.logo-img{width:106px;height:auto;display:block}.hamburger{width:28px;height:10px;border:0;background:transparent;display:grid;gap:8px;cursor:pointer;padding:0}.hamburger span{height:1px;width:100%;display:block;background:var(--soft-grey);transition:.25s}.hamburger:hover span{background:#b8b8b8}.hamburger.is-open span:first-child{transform:translateY(4.5px) rotate(45deg)}.hamburger.is-open span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.menu{position:fixed;inset:0;background:rgba(255,255,255,.985);display:grid;place-content:center;gap:20px;opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:40}.menu.is-open{opacity:1;pointer-events:auto}.menu a{font-size:clamp(20px,2.5vw,34px);font-weight:400;letter-spacing:-.03em;text-align:center}.hero{position:relative;width:100%;height:100vh;min-height:100svh;overflow:hidden;background:#fff}.art-stage{position:absolute;top:49%;left:50%;height:98vh;width:auto;aspect-ratio:var(--art-ratio,.78);transform:translate(-50%,-50%);z-index:2}.hero-image,#scratchCanvas{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:contain;z-index:1}#scratchCanvas{z-index:2}.hero-copy{position:absolute;left:11vw;bottom:16vh;z-index:12;display:grid;gap:18px}.typewriter{font-family:var(--mono);font-size:clamp(18px,1.7vw,28px);line-height:1.45;white-space:pre-line;min-height:2.9em;letter-spacing:-.02em}.typewriter::after{content:"";display:inline-block;width:9px;height:1.1em;margin-left:3px;vertical-align:-.14em;background:var(--text);opacity:0}.hero.is-typing .typewriter::after{opacity:1;animation:blink .75s step-end infinite}.portfolio-link{width:max-content;font-family:var(--mono);font-size:clamp(16px,1.35vw,22px);line-height:1;opacity:0;transform:translateY(8px);border-bottom:1px solid currentColor;padding-bottom:4px}.portfolio-link span{color:var(--blue);padding-left:3px}.hero.is-done .portfolio-link{opacity:1;transform:translateY(0);transition:opacity .65s ease,transform .65s ease}.site-footer{position:fixed;left:18px;right:18px;bottom:13px;z-index:35;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:var(--text);font-size:9px;line-height:1.45;letter-spacing:.03em}.site-footer nav{display:flex;gap:12px}.site-footer a{opacity:.62}.site-footer a:hover{opacity:1}.cookie-panel{position:fixed;left:18px;bottom:42px;z-index:60;width:min(320px,calc(100vw - 36px));background:#fff;border:1px solid var(--line);padding:14px 15px;display:none;box-shadow:0 16px 48px rgba(0,0,0,.07)}.cookie-panel.is-visible{display:grid;gap:10px}.cookie-panel p{font-size:10px;line-height:1.55;color:var(--muted)}.cookie-panel button{justify-self:end;border:0;border-bottom:1px solid var(--text);background:transparent;padding-bottom:4px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.simple-page{min-height:100vh;padding:120px 48px 80px;display:grid;align-content:center}.simple-page__inner{max-width:760px}.simple-page h1{font-size:clamp(32px,5vw,70px);font-weight:400;letter-spacing:-.06em;line-height:1;margin-bottom:24px}.simple-page p{color:var(--muted);line-height:1.8;max-width:620px}.contact-page{min-height:100vh;padding:100px 48px 60px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.contact-art img{width:min(70vh,100%);margin:0 auto}.contact-form{display:grid;gap:22px;max-width:520px}.contact-form h1{font-size:clamp(30px,4vw,56px);font-weight:400;letter-spacing:-.05em;margin-bottom:8px}.contact-form label{display:grid;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.contact-form input,.contact-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);padding:12px 0;font:inherit;outline:0;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--text)}.contact-form button{justify-self:start;border:0;border-bottom:1px solid var(--text);background:none;padding-bottom:5px;font:inherit;cursor:pointer}@keyframes blink{50%{opacity:0}}@media(max-width:900px){.site-header{padding:24px 22px;height:70px}.logo-img{width:92px}.art-stage{width:96vw;height:auto;max-height:72vh}.hero-copy{left:24px;right:24px;bottom:12vh}.typewriter{font-size:clamp(17px,5vw,24px)}.site-footer{justify-content:flex-start;bottom:11px;font-size:8.5px}.contact-page{grid-template-columns:1fr;padding:100px 24px 80px}}@media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important}}.menu{grid-template-rows:auto auto}.menu-main{display:grid;gap:20px}.menu-main > a{font-size:clamp(20px,2.5vw,34px);font-weight:400;letter-spacing:-.03em;text-align:center}.menu-socials{display:flex;justify-content:center;gap:18px;margin-top:26px}.menu-socials a{font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:4px}.menu-socials a:hover{color:var(--text);border-color:var(--text)}.reference-page{overflow:hidden;background:var(--white)}.references-snap{height:100svh;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:contain;background:var(--white)}.reference-card{position:relative;min-height:100svh;padding:116px 7vw 72px;display:flex;align-items:center;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;background:var(--white);border-bottom:1px solid var(--line)}.reference-content{position:relative;z-index:2;width:min(940px,78vw)}.reference-content--right{margin-left:auto;text-align:right}.reference-index{display:block;margin-bottom:28px;font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em;color:var(--muted)}.reference-card blockquote{margin:0;max-width:920px;font-size:clamp(34px,5vw,76px);line-height:1.07;font-weight:400;letter-spacing:-.055em}.reference-content--right blockquote{margin-left:auto}.reference-author{display:grid;gap:4px;margin-top:42px;font-family:var(--mono);font-size:10px;line-height:1.5}.reference-author strong{font-weight:400;color:var(--text)}.reference-author span{color:var(--muted)}.reference-shape{position:absolute;z-index:1;pointer-events:none}.shape-circle{width:clamp(180px,25vw,390px);aspect-ratio:1;border-radius:50%;right:6vw;top:15vh;background:var(--yellow)}.shape-rectangle{width:clamp(300px,43vw,720px);height:clamp(105px,15vw,230px);left:5vw;bottom:12vh;background:var(--blue)}.shape-square{width:clamp(160px,22vw,340px);aspect-ratio:1;right:8vw;bottom:12vh;background:var(--red)}.contact-socials{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;max-width:520px;margin-top:28px;font-family:var(--mono);font-size:10px;letter-spacing:.04em}.contact-socials > span{width:100%;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.contact-socials a{border-bottom:1px solid var(--line);padding-bottom:4px}.contact-socials a:hover{border-color:var(--text)}@media(max-width:900px){.reference-card{padding:100px 24px 62px;align-items:center}.reference-content,.reference-content--right{width:min(100%,720px);margin:0;text-align:left}.reference-content--right blockquote{margin-left:0}.reference-card blockquote{font-size:clamp(31px,8vw,58px);max-width:92%}.shape-circle{right:-60px;top:14vh;opacity:.92}.shape-rectangle{width:62vw;left:-8vw;bottom:10vh;opacity:.96}.shape-square{right:-42px;bottom:12vh;opacity:.94}}@media(max-width:560px){.reference-card{min-height:100svh;padding:92px 22px 46px}.reference-card blockquote{font-size:clamp(28px,9.2vw,45px);line-height:1.08;max-width:100%}.reference-index{margin-bottom:20px}.reference-author{margin-top:28px}.shape-circle{width:190px;right:-76px;top:16vh}.shape-rectangle{width:70vw;height:100px;left:-14vw;bottom:9vh}.shape-square{width:170px;right:-64px;bottom:11vh}}.portfolio-page,.project-page{background:#fff}.portfolio-wire{width:100%;padding-top:86px;background:#fff}.portfolio-wire__intro{min-height:110px;padding:28px 3vw 24px;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:10px;line-height:1.5}.portfolio-wire__intro span{color:var(--text)}.portfolio-wire__intro p{color:var(--muted)}.portfolio-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px;background:#fff}.portfolio-tile{min-width:0;display:grid;grid-template-rows:minmax(330px,42vw) auto;overflow:hidden;background:#fff}.portfolio-tile__image{position:relative;overflow:hidden;background:#fafafa;border:1px solid var(--line)}.portfolio-tile__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.portfolio-tile:hover .portfolio-tile__image img{transform:scale(1.018)}.portfolio-tile__meta{min-height:94px;display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:start;padding:17px 4px 12px;border-bottom:1px solid var(--line)}.portfolio-tile__meta > span{font-family:var(--mono);font-size:9px;color:var(--muted);padding-top:5px}.portfolio-tile__meta h2{margin:0 0 4px;font-size:clamp(20px,2.1vw,31px);line-height:1.05;font-weight:400;letter-spacing:-.045em}.portfolio-tile__meta p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.portfolio-tile__meta b{font-family:var(--mono);font-size:18px;font-weight:400;transition:color .2s,transform .2s}.portfolio-tile:hover .portfolio-tile__meta b{color:var(--blue);transform:translate(2px,-2px)}.portfolio-slider{position:relative;margin:0 12px;min-height:clamp(520px,62vw,780px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;background:#fff}.portfolio-slider__track{position:absolute;inset:0}.portfolio-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);opacity:0;pointer-events:none;transition:opacity .38s ease;background:#fff}.portfolio-slide.is-active{opacity:1;pointer-events:auto}.portfolio-slide__visual{min-width:0;height:100%;display:grid;place-items:center;overflow:hidden;background:#fafafa}.portfolio-slide__visual img{width:100%;height:100%;object-fit:contain;transition:transform .7s ease}.portfolio-slide:hover .portfolio-slide__visual img{transform:scale(1.012)}.portfolio-slide__caption{position:relative;padding:clamp(36px,5vw,76px) clamp(24px,4vw,60px);display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line);background:#fff}.portfolio-slide__caption > span{font-family:var(--mono);font-size:9px;color:var(--muted);margin-bottom:22px}.portfolio-slide__caption h2{margin:0 0 12px;font-size:clamp(34px,4.5vw,70px);line-height:.95;font-weight:400;letter-spacing:-.06em}.portfolio-slide__caption p{color:var(--muted);font-size:11px;line-height:1.6;margin:0 0 32px}.portfolio-slide__caption b{width:max-content;font-family:var(--mono);font-size:10px;font-weight:400;border-bottom:1px solid var(--text);padding-bottom:4px}.portfolio-slider__controls{position:absolute;left:calc(100% - min(32vw,420px));right:18px;bottom:18px;z-index:5;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.portfolio-slider__prev,.portfolio-slider__next{width:34px;height:34px;border:1px solid var(--line);background:#fff;font:400 15px var(--mono);cursor:pointer}.portfolio-slider__prev:hover,.portfolio-slider__next:hover{border-color:var(--text)}.portfolio-slider__dots{display:flex;justify-content:center;gap:8px}.portfolio-slider__dot{width:7px;height:7px;border:0;border-radius:50%;padding:0;background:#d7d7d7;cursor:pointer}.portfolio-slider__dot:nth-child(3n+1).is-active{background:var(--yellow)}.portfolio-slider__dot:nth-child(3n+2).is-active{background:var(--blue)}.portfolio-slider__dot:nth-child(3n+3).is-active{background:var(--red)}.portfolio-row--bottom{padding-bottom:60px}.project-detail-v8{padding-top:92px}.project-title-v8{min-height:55vh;padding:72px 7vw 64px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);grid-template-areas:"back type" "title title" "intro intro";align-content:end;gap:18px 48px;border-bottom:1px solid var(--line)}.project-back{grid-area:back;align-self:start;font:400 10px var(--mono);color:var(--muted)}.project-type{grid-area:type;justify-self:end;align-self:start;text-align:right;font:400 10px var(--mono);color:var(--muted)}.project-title-v8 h1{grid-area:title;margin:20px 0 0;font-size:clamp(54px,9.4vw,148px);line-height:.86;font-weight:400;letter-spacing:-.075em}.project-title-v8 p{grid-area:intro;max-width:760px;margin:18px 0 0;color:var(--muted);font-size:14px;line-height:1.8}.project-lead{margin:0;min-height:70vh;display:grid;place-items:center;padding:48px 3vw;background:#fff;border-bottom:1px solid var(--line)}.project-lead img{max-width:100%;max-height:82vh;object-fit:contain}.project-gallery-v8{padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#fff}.project-media{min-width:0;margin:0;min-height:360px;display:grid;place-items:center;overflow:hidden;background:#fafafa}.project-media img{width:100%;height:100%;max-height:820px;object-fit:contain}.project-media--wide{grid-column:1/-1;min-height:440px}.project-media--portrait{min-height:680px}.project-media--portrait img{width:auto;max-width:100%}.project-end{min-height:180px;display:grid;place-items:center;border-top:1px solid var(--line);padding:40px 24px}.project-end a{font:400 10px var(--mono);border-bottom:1px solid var(--text);padding-bottom:4px}@media(max-width:900px){.portfolio-wire{padding-top:70px}.portfolio-wire__intro{padding:22px;min-height:90px}.portfolio-row{grid-template-columns:1fr;gap:26px;padding:10px 10px 34px}.portfolio-tile{grid-template-rows:auto auto}.portfolio-tile__image{aspect-ratio:4/3}.portfolio-slider{margin:0 10px;min-height:720px}.portfolio-slide{grid-template-columns:1fr;grid-template-rows:1fr auto}.portfolio-slide__visual{min-height:0}.portfolio-slide__caption{border-left:0;border-top:1px solid var(--line);padding:28px 22px 62px}.portfolio-slide__caption h2{font-size:clamp(32px,8vw,54px)}.portfolio-slider__controls{left:18px;right:18px;bottom:14px}.project-title-v8{min-height:50vh;padding:70px 24px 48px;grid-template-columns:1fr;grid-template-areas:"back" "type" "title" "intro";gap:12px}.project-type{justify-self:start;text-align:left}.project-gallery-v8{grid-template-columns:1fr;padding:10px;gap:10px}.project-media--wide{grid-column:auto}.project-media--portrait{min-height:560px}}@media(max-width:560px){.portfolio-wire__intro{display:grid;gap:8px;align-items:start}.portfolio-tile__image{aspect-ratio:1/1}.portfolio-tile__meta{grid-template-columns:30px 1fr auto;min-height:86px}.portfolio-slider{min-height:650px}.portfolio-slide__visual{background:#fff}.portfolio-slide__caption{padding:24px 18px 60px}.project-title-v8 h1{font-size:clamp(48px,16vw,78px)}.project-lead{min-height:auto;padding:32px 12px}.project-media{min-height:280px}.project-media--portrait{min-height:490px}}.project-stage{position:relative;overflow:hidden;background:#f6f6f4 !important;isolation:isolate}.project-stage img{position:absolute;display:block;object-fit:contain !important;max-width:none;transform:none !important;box-shadow:0 18px 45px rgba(0,0,0,.10)}.portfolio-tile:hover .project-stage img,.portfolio-slide:hover .project-stage img{transform:none !important}.project-stage--zdenka .stage-zdenka-desktop{left:5%;top:9%;width:76%;height:auto}.project-stage--zdenka .stage-zdenka-mobile{right:7%;bottom:5%;width:22%;height:58%}.project-stage--zdenka .stage-zdenka-book{left:8%;bottom:4%;width:18%;height:39%}.project-stage--mimibe{display:block}.project-stage--mimibe .stage-phone{top:9%;height:82%;width:auto;border-radius:16px}.project-stage--mimibe .stage-phone--main{left:50%;transform:translateX(-50%) !important;z-index:3}.project-stage--mimibe .stage-phone--left{left:7%;top:17%;height:68%;z-index:1;opacity:.94}.project-stage--mimibe .stage-phone--right{right:7%;top:17%;height:68%;z-index:1;opacity:.94}.project-stage--hotel .hotel-wine{left:8%;top:5%;height:90%;width:auto;z-index:2}.project-stage--hotel .hotel-orc{right:6%;top:8%;width:43%;height:42%}.project-stage--hotel .hotel-klima{right:6%;bottom:7%;width:43%;height:42%}.project-stage--beauty .beauty-main{left:8%;top:7%;height:86%;width:auto;z-index:2}.project-stage--beauty .beauty-voucher{right:5%;top:10%;width:45%;height:31%}.project-stage--beauty .beauty-cert{right:9%;bottom:6%;height:49%;width:auto}.project-stage--freshfit .freshfit-set{left:5%;top:7%;width:82%;height:63%}.project-stage--freshfit .freshfit-tall{right:7%;bottom:5%;height:50%;width:auto}.project-stage--freshfit .freshfit-strip{left:9%;bottom:8%;width:70%;height:13%}.project-stage--jarmanka .jarmanka-main{right:7%;top:8%;width:56%;height:84%}.project-stage--jarmanka .jarmanka-logo{left:5%;top:17%;width:45%;height:42%}.project-stage--runners .runners-set{left:5%;top:9%;width:70%;height:70%}.project-stage--runners .runners-sale{right:6%;bottom:6%;width:34%;height:54%}.project-stage--game .game-board{left:4%;top:7%;width:77%;height:70%}.project-stage--game .game-card{bottom:5%;height:42%;width:auto}.project-stage--game .game-card--1{right:18%}.project-stage--game .game-card--2{right:4%}.project-stage--zafra .zafra-presentation{left:5%;top:10%;width:77%;height:59%}.project-stage--zafra .zafra-voucher{right:6%;bottom:5%;height:51%;width:auto}.project-editorial{padding-top:92px;background:#fff}.project-editorial__title{min-height:58vh;padding:70px 7vw 58px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"back type" "title title" "intro intro";align-content:end;border-bottom:1px solid var(--line)}.project-editorial__title .project-back{grid-area:back}.project-editorial__title .project-type{grid-area:type;justify-self:end}.project-editorial__title h1{grid-area:title;margin:22px 0 20px;font-size:clamp(58px,9vw,140px);line-height:.86;letter-spacing:-.07em;font-weight:400}.project-editorial__title p{grid-area:intro;max-width:760px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.project-editorial__hero{position:relative;height:min(76vw,850px);margin:0;overflow:hidden;background:#f6f6f4;border-bottom:1px solid var(--line)}.project-editorial__hero img{position:absolute;display:block;object-fit:contain;box-shadow:0 20px 55px rgba(0,0,0,.11)}.project-editorial__body{padding:90px 3vw 20px}.editorial-section{max-width:1480px;margin:0 auto 110px}.editorial-section__head{border-top:1px solid var(--text);padding:13px 0 28px}.editorial-section__head span{font:400 10px var(--mono);letter-spacing:.04em;text-transform:uppercase}.editorial-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:start}.editorial-media{grid-column:span 6;margin:0;min-height:430px;display:flex;align-items:center;justify-content:center;padding:34px;background:#f7f7f5;overflow:hidden}.editorial-media img{width:100%;height:100%;max-height:820px;object-fit:contain}.editorial-media.media--wide{grid-column:1/-1;min-height:390px}.editorial-media.media--portrait{grid-column:span 4;min-height:620px}.editorial-media.media--square{grid-column:span 6}.project-hero--zdenka-styling .hero-main{left:5%;top:9%;width:75%;height:auto}.project-hero--zdenka-styling .hero-phone{right:7%;bottom:5%;height:61%;width:auto}.project-hero--zdenka-styling .hero-card{left:8%;bottom:5%;height:42%;width:auto}.project-hero--mimibe img{top:8%;height:84%;width:auto;border-radius:18px}.project-hero--mimibe .hero-phone-main{left:50%;transform:translateX(-50%);z-index:3}.project-hero--mimibe .hero-phone-left{left:16%;top:15%;height:70%}.project-hero--mimibe .hero-phone-right{right:16%;top:15%;height:70%}.project-hero--hotel-lafayette .hero-poster{left:8%;top:5%;height:90%;width:auto}.project-hero--hotel-lafayette .hero-square-one{right:8%;top:8%;width:42%;height:40%}.project-hero--hotel-lafayette .hero-square-two{right:8%;bottom:8%;width:42%;height:40%}.project-hero--beauty-luxury .hero-poster{left:8%;top:6%;height:88%;width:auto}.project-hero--beauty-luxury .hero-wide-card{right:6%;top:10%;width:49%;height:31%}.project-hero--beauty-luxury .hero-cert{right:10%;bottom:6%;height:48%;width:auto}.project-hero--fresh-fit .hero-wide{left:5%;top:8%;width:82%;height:65%}.project-hero--fresh-fit .hero-banner-tall{right:8%;bottom:5%;height:52%;width:auto}.project-hero--fresh-fit .hero-banner-strip{left:9%;bottom:8%;width:69%;height:12%}.project-hero--jarmanka .hero-square-main{right:8%;top:7%;height:86%;width:auto}.project-hero--jarmanka .hero-logo-wide{left:6%;top:20%;width:47%;height:40%}.project-hero--runners-city .hero-wide{left:6%;top:8%;width:72%;height:69%}.project-hero--runners-city .hero-square-two{right:7%;bottom:6%;height:53%;width:auto}.project-hero--podmorske-dobrodruzstvi .hero-wide{left:5%;top:6%;width:78%;height:73%}.project-hero--podmorske-dobrodruzstvi .hero-card-left{right:18%;bottom:5%;height:43%;width:auto}.project-hero--podmorske-dobrodruzstvi .hero-card-right{right:5%;bottom:5%;height:43%;width:auto}.project-hero--zafra .hero-wide{left:5%;top:9%;width:79%;height:62%}.project-hero--zafra .hero-card-right{right:7%;bottom:5%;height:54%;width:auto}@media(max-width:900px){.project-stage--zdenka .stage-zdenka-book,.project-stage--hotel .hotel-klima,.project-stage--beauty .beauty-cert,.project-stage--freshfit .freshfit-strip,.project-stage--game .game-card--2{display:none}.project-editorial__title{min-height:48vh;padding:64px 24px 44px;grid-template-columns:1fr;grid-template-areas:"back" "type" "title" "intro";gap:10px}.project-editorial__title .project-type{justify-self:start}.project-editorial__hero{height:78vw;min-height:520px}.project-editorial__body{padding:55px 14px 10px}.editorial-section{margin-bottom:72px}.editorial-grid{grid-template-columns:1fr 1fr;gap:12px}.editorial-media,.editorial-media.media--wide,.editorial-media.media--portrait,.editorial-media.media--square{grid-column:auto;min-height:360px;padding:18px}.editorial-media.media--wide{grid-column:1/-1}}@media(max-width:560px){.project-stage--zdenka .stage-zdenka-desktop{left:4%;top:8%;width:91%}.project-stage--zdenka .stage-zdenka-mobile{right:7%;bottom:5%;height:48%;width:auto}.project-stage--mimibe .stage-phone--left,.project-stage--mimibe .stage-phone--right{height:58%;top:21%}.project-stage--mimibe .stage-phone--left{left:2%}.project-stage--mimibe .stage-phone--right{right:2%}.project-stage--mimibe .stage-phone--main{height:76%;top:12%}.project-stage--hotel .hotel-wine{left:5%;height:90%}.project-stage--hotel .hotel-orc{right:4%;width:48%;height:40%}.project-editorial__title h1{font-size:clamp(48px,16vw,76px)}.project-editorial__hero{height:112vw;min-height:460px}.project-editorial__body{padding:42px 10px 0}.editorial-grid{grid-template-columns:1fr}.editorial-media,.editorial-media.media--wide,.editorial-media.media--portrait,.editorial-media.media--square{grid-column:auto;min-height:280px;padding:12px}.editorial-media.media--portrait{min-height:520px}.project-editorial__hero img{box-shadow:0 12px 30px rgba(0,0,0,.10)}.project-hero--zdenka-styling .hero-main{left:4%;top:7%;width:91%}.project-hero--zdenka-styling .hero-card{display:none}.project-hero--zdenka-styling .hero-phone{right:6%;bottom:5%;height:48%}.project-hero--mimibe .hero-phone-left{left:2%;height:62%}.project-hero--mimibe .hero-phone-right{right:2%;height:62%}.project-hero--mimibe .hero-phone-main{height:78%}.project-hero--hotel-lafayette .hero-poster{left:5%;height:89%}.project-hero--hotel-lafayette .hero-square-one{right:4%;width:48%;height:38%}.project-hero--hotel-lafayette .hero-square-two{display:none}.project-hero--beauty-luxury .hero-cert{display:none}.project-hero--fresh-fit .hero-banner-strip{display:none}.project-hero--podmorske-dobrodruzstvi .hero-card-right{display:none}}.case-study{max-width:1240px;margin:0 auto;padding:118px 28px 0;background:#fff}.case-head{padding:34px 0 42px;border-bottom:1px solid var(--line)}.case-head__top{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:42px}.case-head__main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:60px;align-items:end}.case-head h1{margin:0;font-size:clamp(48px,6vw,82px);line-height:.92;letter-spacing:-.055em;font-weight:400}.case-head p{margin:0 0 5px;max-width:520px;color:var(--muted);font-size:14px;line-height:1.75}.project-back,.project-type{font:400 10px var(--mono);letter-spacing:.04em}.project-type{color:var(--muted)}.case-hero{position:relative;height:520px;margin:34px 0 88px;overflow:hidden;border:1px solid #ededeb;background:#fafaf8}.case-hero img{position:absolute;object-fit:contain;display:block;box-shadow:0 16px 38px rgba(0,0,0,.09)}.case-hero--zdenka .case-hero__desktop{left:4.5%;top:7%;width:76%;height:auto}.case-hero--zdenka .case-hero__mobile{right:5%;bottom:5%;height:64%;width:auto;z-index:3}.case-hero--zdenka .case-hero__ebook{left:6%;bottom:5%;height:42%;width:auto;z-index:2}.case-section{margin:0 0 94px}.case-section__title{display:grid;grid-template-columns:48px minmax(200px,.65fr) 1fr;gap:20px;align-items:baseline;padding:12px 0 22px;border-top:1px solid var(--text)}.case-section__title span{font:400 10px var(--mono);color:var(--muted)}.case-section__title h2{margin:0;font-size:26px;font-weight:500;letter-spacing:-.03em}.case-section__title p{margin:0;color:var(--muted);font-size:12px;max-width:470px}.web-presentation{position:relative;min-height:500px;margin-bottom:26px;padding:28px 23% 28px 28px;border:1px solid #ededeb;background:#fff}.web-presentation__desktop{margin:0;width:100%;box-shadow:0 12px 32px rgba(0,0,0,.07)}.web-presentation__desktop img{display:block;width:100%}.web-presentation__phone{position:absolute;right:4%;bottom:7%;width:18%;margin:0;box-shadow:0 12px 32px rgba(0,0,0,.11)}.web-presentation__phone img{display:block;width:100%}.web-presentation--reverse{padding:28px 28px 28px 23%}.web-presentation--reverse .web-presentation__phone{right:auto;left:4%}.brand-presentation{display:grid;grid-template-columns:1fr 1fr;gap:18px}.brand-presentation figure{min-height:280px;margin:0;padding:32px;display:flex;align-items:center;justify-content:center;border:1px solid #ededeb;background:#fff;overflow:hidden}.brand-presentation__wide{grid-column:1/-1;min-height:250px !important}.brand-presentation img{width:auto;max-width:88%;max-height:230px;object-fit:contain}.brand-presentation__wide img{max-width:82%;max-height:180px}.print-presentation{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:start}.print-presentation figure{margin:0;border:1px solid #ededeb;background:#fff;display:flex;align-items:center;justify-content:center;padding:22px;overflow:hidden}.print-presentation img{display:block;width:100%;height:100%;object-fit:contain}.print-presentation__portrait{grid-column:span 4;height:520px}.print-presentation__landscape{grid-column:span 4;height:260px}.print-presentation__landscape--wide{grid-column:span 4}.case-end{padding:30px 0 75px;border-top:1px solid var(--text)}.case-end a{font:400 10px var(--mono);text-transform:uppercase}.project-page--compact .project-editorial{padding-top:92px}.project-page--compact .project-editorial__title{min-height:auto;max-width:1180px;margin:0 auto;padding:48px 24px 38px}.project-page--compact .project-editorial__title h1{margin:18px 0 16px;font-size:clamp(48px,6vw,82px);line-height:.92}.project-page--compact .project-editorial__title p{max-width:650px;font-size:13px}.project-page--compact .project-editorial__hero{width:min(calc(100% - 48px),1180px);height:520px;margin:28px auto 80px;border:1px solid #ededeb;background:#fafaf8}.project-page--compact .project-editorial__body{max-width:1180px;margin:0 auto;padding:0 24px 10px}.project-page--compact .editorial-section{margin:0 auto 84px}.project-page--compact .editorial-section__head{padding:11px 0 20px}.project-page--compact .editorial-grid{gap:16px}.project-page--compact .editorial-media{min-height:320px;padding:20px;background:#fff;border:1px solid #ededeb}.project-page--compact .editorial-media.media--wide{min-height:300px}.project-page--compact .editorial-media.media--portrait{min-height:480px}.project-page--compact .editorial-media img{max-height:620px}.project-page--compact .project-end{max-width:1132px;margin:0 auto;padding:28px 0 70px}.project-page--compact .project-editorial__hero img{box-shadow:0 14px 35px rgba(0,0,0,.09)}.project-page--compact .project-hero--mimibe img{height:76%;top:12%}.project-page--compact .project-hero--mimibe .hero-phone-left,.project-page--compact .project-hero--mimibe .hero-phone-right{height:62%;top:19%}.project-page--compact .project-hero--hotel-lafayette .hero-poster,.project-page--compact .project-hero--beauty-luxury .hero-poster{height:82%;top:9%}.project-page--compact .project-hero--fresh-fit .hero-wide,.project-page--compact .project-hero--runners-city .hero-wide,.project-page--compact .project-hero--podmorske-dobrodruzstvi .hero-wide,.project-page--compact .project-hero--zafra .hero-wide{top:11%;height:58%}.project-page--compact .project-hero--jarmanka .hero-square-main{height:76%;top:12%}@media(max-width:900px){.case-study{padding:94px 18px 0}.case-head__top{margin-bottom:28px}.case-head__main{grid-template-columns:1fr;gap:18px}.case-hero{height:58vw;min-height:430px;margin-bottom:64px}.case-section{margin-bottom:68px}.case-section__title{grid-template-columns:34px 1fr}.case-section__title p{grid-column:2}.web-presentation{min-height:390px;padding:20px 26% 20px 20px}.web-presentation--reverse{padding:20px 20px 20px 26%}.brand-presentation figure{min-height:220px;padding:20px}.brand-presentation img{max-height:180px}.print-presentation__portrait{height:430px}.print-presentation__landscape{height:220px}.project-page--compact .project-editorial__hero{height:56vw;min-height:420px;margin-bottom:60px}}@media(max-width:620px){.case-study{padding:78px 12px 0}.case-head{padding-top:26px}.case-head__top{align-items:flex-start;flex-direction:column;gap:10px}.case-head h1{font-size:48px}.case-hero{height:105vw;min-height:390px;margin:20px 0 55px}.case-hero--zdenka .case-hero__desktop{left:4%;top:7%;width:91%}.case-hero--zdenka .case-hero__ebook{display:none}.case-hero--zdenka .case-hero__mobile{height:50%;right:6%;bottom:5%}.case-section__title h2{font-size:23px}.web-presentation,.web-presentation--reverse{min-height:auto;padding:14px;display:grid;grid-template-columns:1fr 31%;gap:12px;align-items:end}.web-presentation__phone,.web-presentation--reverse .web-presentation__phone{position:static;width:100%}.brand-presentation{grid-template-columns:1fr}.brand-presentation__wide{grid-column:auto}.brand-presentation figure{min-height:190px}.brand-presentation img{max-height:150px}.print-presentation{grid-template-columns:1fr 1fr;gap:12px}.print-presentation__portrait,.print-presentation__landscape,.print-presentation__landscape--wide{grid-column:auto;height:360px;padding:12px}.print-presentation__landscape{height:190px}.project-page--compact .project-editorial__title{padding:36px 14px 28px}.project-page--compact .project-editorial__title h1{font-size:48px}.project-page--compact .project-editorial__hero{width:calc(100% - 24px);height:100vw;min-height:380px;margin:18px auto 52px}.project-page--compact .project-editorial__body{padding:0 12px}.project-page--compact .editorial-grid{grid-template-columns:1fr;gap:12px}.project-page--compact .editorial-media,.project-page--compact .editorial-media.media--wide,.project-page--compact .editorial-media.media--portrait,.project-page--compact .editorial-media.media--square{grid-column:auto;min-height:250px;padding:12px}.project-page--compact .editorial-media.media--portrait{min-height:400px}}.project-stage--mockup{display:flex !important;align-items:center;justify-content:center;padding:0 !important;background:#fff !important}.project-stage--mockup .project-stage__cover{position:static !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;transform:none !important;opacity:1 !important;box-shadow:none !important}.case-intro{display:grid;gap:18px;align-items:start}.case-live-link{width:max-content;font:400 10px var(--mono);letter-spacing:.04em;border-bottom:1px solid var(--text);padding-bottom:4px}.case-live-link:hover{opacity:.58}.case-hero--mockup{height:auto;aspect-ratio:4/3;background:#f7f5f1}.case-hero--mockup img{position:static;width:100%;height:100%;object-fit:cover;box-shadow:none}.case-quote{margin:10px 0 94px;padding:42px 0 44px;border-top:1px solid var(--text);border-bottom:1px solid var(--line)}.case-quote>span{display:block;margin-bottom:26px;font:400 10px var(--mono);letter-spacing:.08em;color:var(--muted)}.case-quote blockquote{margin:0;max-width:980px;font-size:clamp(28px,3.5vw,50px);line-height:1.12;letter-spacing:-.04em;font-weight:400}.case-quote__meta{display:flex;justify-content:space-between;gap:18px;margin-top:34px;font:400 10px var(--mono)}.case-quote__meta strong{font-weight:400}.case-quote__meta a{border-bottom:1px solid var(--line);padding-bottom:3px}.case-end{display:flex;justify-content:space-between;gap:20px}.reference-source{width:max-content;margin-top:5px;color:var(--text);border-bottom:1px solid var(--line);padding-bottom:2px}.reference-source:hover{border-color:var(--text)}.reference-card--long blockquote{font-size:clamp(24px,3.2vw,49px);line-height:1.12;max-width:1050px}.reference-card:nth-child(4) .shape-circle{left:6vw;right:auto;top:auto;bottom:13vh}.reference-card:nth-child(5) .shape-rectangle{left:auto;right:5vw;top:16vh;bottom:auto}.reference-card:nth-child(6) .shape-square{left:7vw;right:auto;top:18vh;bottom:auto}@media(max-width:900px){.case-hero--mockup{aspect-ratio:4/3;margin-bottom:68px}.case-quote__meta{align-items:flex-start}.reference-card--long blockquote{font-size:clamp(24px,5.6vw,40px)}}@media(max-width:560px){.case-live-link{font-size:9px}.case-hero--mockup{margin-top:22px;margin-bottom:58px}.case-quote{margin-bottom:64px;padding:34px 0}.case-quote blockquote{font-size:clamp(26px,8vw,38px)}.case-quote__meta{display:grid;gap:10px}.case-end{display:grid;gap:16px}.reference-card--long blockquote{font-size:clamp(21px,6.2vw,31px);line-height:1.16}}.project-stage--mockup .project-stage__cover{object-fit:contain !important;padding:3.5%}.portfolio-more{padding:72px 12px 80px;border-top:1px solid var(--line);background:#fff}.portfolio-more__head{display:flex;justify-content:space-between;gap:24px;padding:0 0 26px;font:400 10px var(--mono);color:var(--muted)}.portfolio-more__head span{color:var(--text)}.portfolio-more__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portfolio-more__item{min-width:0}.portfolio-more__image{height:30vw;max-height:470px;min-height:320px;border:1px solid var(--line)}.portfolio-more__meta{display:grid;grid-template-columns:34px 1fr auto;gap:10px;padding:15px 4px;border-bottom:1px solid var(--line)}.portfolio-more__meta span{font:400 9px var(--mono);color:var(--muted);padding-top:4px}.portfolio-more__meta h2{font-size:clamp(22px,2vw,30px);font-weight:400;letter-spacing:-.04em;margin:0 0 4px}.portfolio-more__meta p{font-size:10px;color:var(--muted);margin:0}.portfolio-more__meta b{font:400 17px var(--mono)}.project-stage--beauty-real .beauty-photo{left:5%;top:7%;width:69%;height:86%;object-fit:cover !important;z-index:1}.project-stage--beauty-real .beauty-main{right:4%;bottom:6%;height:58%;width:auto;z-index:2}.project-stage--hotel-real .hotel-wine{left:5%;top:5%;height:90%;width:auto;z-index:3}.project-stage--hotel-real .hotel-orc{right:6%;top:8%;width:46%;height:44%;z-index:1}.project-stage--hotel-real .hotel-adriana{right:8%;bottom:6%;height:48%;width:auto;z-index:2}.project-stage--nettie .nettie-card{left:4%;top:7%;width:74%;height:86%;object-fit:cover !important;z-index:1}.project-stage--nettie .nettie-post{right:4%;bottom:7%;height:54%;width:auto;z-index:2}.project-stage--wedding .wedding-set{left:4%;top:8%;width:77%;height:84%;object-fit:cover !important;z-index:1}.project-stage--wedding .wedding-bride{right:4%;bottom:7%;height:58%;width:auto;z-index:2}.project-hero--hotel-real .hero-hotel-wine{left:7%;top:7%;height:86%;width:auto;z-index:3}.project-hero--hotel-real .hero-hotel-orc{right:6%;top:8%;width:48%;height:43%;z-index:1}.project-hero--hotel-real .hero-hotel-adriana{right:9%;bottom:6%;height:48%;width:auto;z-index:2}.project-hero--beauty-real .hero-beauty-photo{left:5%;top:8%;width:66%;height:84%;object-fit:cover;z-index:1}.project-hero--beauty-real .hero-beauty-poster{right:5%;top:7%;height:50%;width:auto;z-index:2}.project-hero--beauty-real .hero-beauty-cert{right:8%;bottom:6%;height:44%;width:auto;z-index:3}.project-hero--nettie .hero-card-wide{left:4%;top:8%;width:72%;height:84%;object-fit:cover;z-index:1}.project-hero--nettie .hero-post{right:5%;bottom:7%;height:56%;width:auto;z-index:2}.project-hero--wedding .hero-wedding-set{left:4%;top:8%;width:73%;height:84%;object-fit:cover;z-index:1}.project-hero--wedding .hero-wedding-real{right:5%;bottom:7%;height:56%;width:auto;z-index:2}@media(max-width:900px){.portfolio-more__grid{grid-template-columns:1fr 1fr}.portfolio-more__image{height:48vw;min-height:300px}.project-stage--hotel-real .hotel-adriana,.project-stage--beauty-real .beauty-main{display:none}}@media(max-width:620px){.portfolio-more{padding:52px 10px 64px}.portfolio-more__head{display:grid;gap:7px}.portfolio-more__grid{grid-template-columns:1fr}.portfolio-more__image{height:82vw;min-height:300px}.project-stage--nettie .nettie-card,.project-stage--wedding .wedding-set{left:3%;top:6%;width:90%;height:88%}.project-stage--nettie .nettie-post,.project-stage--wedding .wedding-bride{right:4%;bottom:5%;height:46%}.project-hero--hotel-real .hero-hotel-wine{left:4%;top:6%;height:88%}.project-hero--hotel-real .hero-hotel-orc{right:3%;top:8%;width:49%;height:38%}.project-hero--hotel-real .hero-hotel-adriana{display:none}.project-hero--beauty-real .hero-beauty-photo{left:3%;top:6%;width:90%;height:88%}.project-hero--beauty-real .hero-beauty-poster{right:4%;bottom:6%;top:auto;height:48%}.project-hero--beauty-real .hero-beauty-cert{display:none}.project-hero--nettie .hero-card-wide,.project-hero--wedding .hero-wedding-set{left:3%;top:6%;width:90%;height:88%}.project-hero--nettie .hero-post,.project-hero--wedding .hero-wedding-real{right:4%;bottom:5%;height:48%}}.project-stage--single .project-stage__cover{inset:0;width:100%;height:100%;object-fit:cover !important;box-shadow:none;padding:0}.portfolio-page .project-stage{background:#fff !important}.portfolio-page .project-stage img{box-shadow:0 16px 36px rgba(16,16,16,.09)}.portfolio-page .project-stage--mockup img,.portfolio-page .project-stage--single img{box-shadow:none}.project-stage--beauty-clean .beauty-photo{left:3.5%;top:7%;width:67%;height:86%;object-fit:cover !important;z-index:1}.project-stage--beauty-clean .beauty-poster{right:4%;top:15%;height:70%;width:auto;z-index:2}.project-stage--hotel-clean .hotel-wine{left:5%;top:5%;height:90%;width:auto;z-index:3}.project-stage--hotel-clean .hotel-orc{right:5%;top:7%;width:45%;height:45%;object-fit:contain !important;z-index:1}.project-stage--hotel-clean .hotel-adriana{right:9%;bottom:5%;height:48%;width:auto;z-index:2}.project-stage--game-clean .game-board{left:3%;top:6%;width:76%;height:88%;object-fit:contain !important;z-index:1}.project-stage--game-clean .game-card{width:auto;height:46%;object-fit:contain !important;z-index:2}.project-stage--game-clean .game-card--a{right:15%;top:9%;transform:rotate(4deg) !important}.project-stage--game-clean .game-card--b{right:3%;bottom:8%;transform:rotate(-3deg) !important}.project-stage--mimibe-clean,.case-hero--mimibe-clean{position:relative;overflow:hidden;background:#fff !important}.project-stage--mimibe-clean .phone-mockup,.case-hero--mimibe-clean .phone-mockup{position:absolute;overflow:hidden;background:#0d0d0e;border:10px solid #0d0d0e;border-radius:36px;box-shadow:0 24px 50px rgba(0,0,0,.13)}.project-stage--mimibe-clean .phone-mockup::before,.case-hero--mimibe-clean .phone-mockup::before{content:"";position:absolute;left:50%;top:0;width:34%;height:18px;transform:translateX(-50%);background:#0d0d0e;border-radius:0 0 12px 12px;z-index:3}.project-stage--mimibe-clean .phone-mockup img,.case-hero--mimibe-clean .phone-mockup img{position:static !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;box-shadow:none !important;border-radius:25px;transform:none !important}.project-stage--mimibe-clean .phone-mockup--main{left:38%;top:7%;height:86%;aspect-ratio:375/672;z-index:3}.project-stage--mimibe-clean .phone-mockup--left{left:9%;top:16%;height:69%;aspect-ratio:376/664;z-index:1;transform:rotate(-7deg)}.project-stage--mimibe-clean .phone-mockup--right{right:8%;top:16%;height:69%;aspect-ratio:375/664;z-index:2;transform:rotate(7deg)}.case-hero--mimibe-clean{height:min(680px,56vw);min-height:480px;margin:34px auto 92px;max-width:1280px}.case-hero--mimibe-clean .phone-mockup--main{left:39%;top:5%;height:90%;aspect-ratio:375/672;z-index:3}.case-hero--mimibe-clean .phone-mockup--left{left:13%;top:15%;height:71%;aspect-ratio:376/664;z-index:1;transform:rotate(-7deg)}.case-hero--mimibe-clean .phone-mockup--right{right:12%;top:15%;height:71%;aspect-ratio:375/664;z-index:2;transform:rotate(7deg)}.project-stage--nettie-clean .nettie-card{left:3%;top:7%;width:68%;height:86%;object-fit:cover !important;z-index:1}.project-stage--nettie-clean .nettie-post{right:4%;top:15%;height:70%;width:auto;z-index:2}.project-stage--runners-clean .runners-set{left:3%;top:8%;width:72%;height:84%;object-fit:contain !important;z-index:1}.project-stage--runners-clean .runners-sale{right:4%;top:18%;height:64%;width:auto;object-fit:contain !important;z-index:2}@media(max-width:900px){.project-stage--beauty-clean .beauty-photo{left:2%;width:72%}.project-stage--beauty-clean .beauty-poster{right:2%;height:64%;top:18%}.project-stage--hotel-clean .hotel-wine{left:2%;height:88%;top:6%}.project-stage--hotel-clean .hotel-orc{right:2%;width:49%;height:40%}.project-stage--hotel-clean .hotel-adriana{right:4%;height:43%}.project-stage--game-clean .game-board{left:2%;width:82%}.project-stage--game-clean .game-card--a{right:8%}.project-stage--game-clean .game-card--b{right:1%}.project-stage--nettie-clean .nettie-card{left:2%;width:74%}.project-stage--nettie-clean .nettie-post{right:2%;height:64%;top:18%}.project-stage--runners-clean .runners-set{left:2%;width:76%}.project-stage--runners-clean .runners-sale{right:2%;height:58%;top:21%}.case-hero--mimibe-clean{height:66vw;min-height:440px}.case-hero--mimibe-clean .phone-mockup--left{left:6%;height:66%;top:18%}.case-hero--mimibe-clean .phone-mockup--right{right:6%;height:66%;top:18%}}@media(max-width:620px){.portfolio-page .project-stage img{box-shadow:0 10px 22px rgba(16,16,16,.08)}.project-stage--beauty-clean .beauty-photo{left:3%;top:8%;width:72%;height:84%}.project-stage--beauty-clean .beauty-poster{right:3%;top:23%;height:54%}.project-stage--hotel-clean .hotel-wine{left:3%;height:86%;top:7%}.project-stage--hotel-clean .hotel-orc{right:3%;top:10%;width:48%;height:34%}.project-stage--hotel-clean .hotel-adriana{right:5%;bottom:8%;height:38%}.project-stage--game-clean .game-board{left:2%;top:7%;width:88%;height:86%}.project-stage--game-clean .game-card{height:36%}.project-stage--game-clean .game-card--a{right:5%;top:9%}.project-stage--game-clean .game-card--b{right:1%;bottom:8%}.project-stage--mimibe-clean .phone-mockup{border-width:7px;border-radius:25px}.project-stage--mimibe-clean .phone-mockup::before{height:12px}.project-stage--mimibe-clean .phone-mockup--main{left:36%;height:80%;top:10%}.project-stage--mimibe-clean .phone-mockup--left{left:3%;height:58%;top:21%}.project-stage--mimibe-clean .phone-mockup--right{right:3%;height:58%;top:21%}.project-stage--nettie-clean .nettie-card{left:2%;top:8%;width:75%;height:84%}.project-stage--nettie-clean .nettie-post{right:2%;top:25%;height:51%}.project-stage--runners-clean .runners-set{left:2%;top:10%;width:79%;height:80%}.project-stage--runners-clean .runners-sale{right:1%;top:27%;height:47%}.case-hero--mimibe-clean{height:88vw;min-height:390px;margin-bottom:62px}.case-hero--mimibe-clean .phone-mockup{border-width:7px;border-radius:26px}.case-hero--mimibe-clean .phone-mockup::before{height:12px}.case-hero--mimibe-clean .phone-mockup--main{left:35%;height:80%;top:10%}.case-hero--mimibe-clean .phone-mockup--left{left:2%;height:58%;top:21%}.case-hero--mimibe-clean .phone-mockup--right{right:2%;height:58%;top:21%}}.portfolio-page .project-stage--presentation{background:#fff !important}.portfolio-page .project-stage--presentation .project-stage__cover{position:absolute;inset:0;width:100%;height:100%;object-fit:contain !important;box-shadow:none !important;transform:none !important}.portfolio-page .portfolio-tile:hover .project-stage--presentation .project-stage__cover,.portfolio-page .portfolio-slide:hover .project-stage--presentation .project-stage__cover{transform:none !important}.project-page--compact .project-editorial__hero.project-hero--mockup{height:auto;aspect-ratio:4 / 3;max-height:none;overflow:hidden;background:#fff}.project-hero--mockup .project-hero__mockup{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:contain !important;box-shadow:none !important}.project-page--compact .editorial-media.media--mockup{padding:0;aspect-ratio:4 / 3;min-height:0;background:#fff}.project-page--compact .editorial-media.media--mockup img{max-height:none;object-fit:contain}.mimibe-brand-card{min-height:430px !important}.mimibe-brand-card--mark{background:#f8f4ee !important;padding:42px !important}.mimibe-brand-card--wordmark{background:#fff9f5 !important;padding:70px !important}.mimibe-brand-card--mark img{max-width:520px;max-height:520px !important}.mimibe-brand-card--wordmark img{max-width:560px;max-height:220px !important}@media(max-width:900px){.project-page--compact .project-editorial__hero.project-hero--mockup{height:auto;min-height:0;aspect-ratio:4 / 3}.mimibe-brand-card{min-height:360px !important}}@media(max-width:620px){.project-page--compact .project-editorial__hero.project-hero--mockup{width:calc(100% - 20px);margin:18px auto 58px;height:auto;min-height:0;aspect-ratio:4 / 3}.project-page--compact .editorial-media.media--mockup{aspect-ratio:4 / 3;min-height:0 !important}.mimibe-brand-card{min-height:300px !important}.mimibe-brand-card--mark{padding:24px !important}.mimibe-brand-card--wordmark{padding:38px 24px !important}}.project-page--compact .project-editorial__hero.project-hero--mockup-wide{aspect-ratio:3 / 2}@media(max-width:900px){.project-page--compact .project-editorial__hero.project-hero--mockup-wide{aspect-ratio:3 / 2}}@media(max-width:620px){.project-page--compact .project-editorial__hero.project-hero--mockup-wide{aspect-ratio:3 / 2}}.project-testimonial{max-width:980px;margin-left:auto;margin-right:auto;padding:clamp(28px,5vw,64px);border:1px solid rgba(17,17,17,.14);background:#faf7f2}.project-testimonial blockquote{margin:0 0 24px;font-family:"Montserrat",sans-serif;font-size:clamp(1.15rem,2.2vw,1.75rem);line-height:1.55;font-weight:400}.project-testimonial p{margin:0;font-size:.95rem;line-height:1.6}.project-testimonial p span{opacity:.68}.project-copy-block{max-width:850px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.75}.project-copy-block p+p{margin-top:1.2rem}.project-inline-link,.case-live-link{display:inline-flex;margin-top:1.2rem;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.18rem}.editorial-grid--logo{grid-template-columns:minmax(0,1fr)}.runner-logo-card{background:#fff;min-height:220px;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,5rem)}.runner-logo-card img{width:min(540px,80%);height:auto;object-fit:contain}.case-subsection-title{margin:clamp(2rem,5vw,4rem) 0 1.5rem;max-width:760px}.case-subsection-title h3{font-size:clamp(1.7rem,3vw,2.7rem);margin:0 0 .65rem;font-weight:500}.case-subsection-title p{line-height:1.65;margin:0}.case-subsection-title--about{padding:clamp(1.5rem,4vw,3rem);border:1px solid #111;margin-top:clamp(3rem,7vw,6rem)}.about-page{background:#fff;color:#111}.about-wrap{padding:clamp(8rem,14vw,12rem) clamp(1.25rem,6vw,7rem) 6rem;min-height:100vh}.about-hero{max-width:1050px;border-bottom:1px solid #111;padding-bottom:clamp(3rem,7vw,6rem)}.about-kicker{font-family:'Space Mono',monospace;font-size:.76rem;letter-spacing:.08em}.about-hero h1{font-size:clamp(3rem,8vw,8rem);line-height:.96;letter-spacing:-.055em;font-weight:400;margin:1.5rem 0 2rem;max-width:1050px}.about-lead{font-size:clamp(1.15rem,2vw,1.65rem);line-height:1.6;max-width:820px}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#111;border:1px solid #111;margin-top:clamp(3rem,7vw,6rem)}.about-block{background:#fff;padding:clamp(1.5rem,4vw,3.5rem);min-height:330px}.about-block>span{font-family:'Space Mono',monospace;font-size:.78rem}.about-block h2{font-size:clamp(1.8rem,3vw,3rem);font-weight:400;margin:3rem 0 1rem}.about-block p{line-height:1.7}.about-cta{margin-top:clamp(4rem,9vw,8rem);display:flex;align-items:end;justify-content:space-between;gap:2rem;border-top:1px solid #111;padding-top:2rem}.about-cta p{font-size:clamp(1.8rem,4vw,4.5rem);max-width:800px;line-height:1.05;margin:0}.about-cta a{text-decoration:none;white-space:nowrap;font-size:1.1rem}.contact-panel{display:flex;flex-direction:column;justify-content:center;min-width:0}.contact-intro{margin:-.5rem 0 2rem;opacity:.72;line-height:1.5}.form-botcheck{position:absolute!important;left:0!important;top:0!important;width:1px!important;height:1px!important;opacity:0!important;clip-path:inset(50%)!important;overflow:hidden!important;pointer-events:none!important}.form-status{min-height:1.5em;margin-top:1rem;font-size:.9rem}.contact-form button:disabled{opacity:.55;cursor:wait}@media(max-width:800px){.about-grid{grid-template-columns:1fr}.about-block{min-height:auto}.about-cta{align-items:flex-start;flex-direction:column}.about-wrap{padding-top:7rem}}.cookie-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid #111;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(0,0,0,.14);backdrop-filter:blur(12px);font-family:"Montserrat",sans-serif}.cookie-consent__copy{max-width:780px}.cookie-consent__copy strong{display:block;margin-bottom:5px}.cookie-consent__copy p{margin:0;line-height:1.5;font-size:.88rem}.cookie-consent__copy a{color:inherit}.cookie-consent__actions{display:flex;gap:10px;flex-shrink:0}.cookie-consent button{appearance:none;border:1px solid #111;background:#fff;color:#111;padding:11px 14px;font:inherit;cursor:pointer}.cookie-consent button.is-primary{background:#111;color:#fff}.legal-page{background:#fff;color:#111}.legal-wrap{max-width:880px;margin:0 auto;padding:clamp(5rem,10vw,9rem) 24px 6rem;font-family:"Montserrat",sans-serif}.legal-back{display:inline-block;color:inherit;text-decoration:none;margin-bottom:3rem}.legal-wrap h1{font-size:clamp(2.8rem,7vw,6.2rem);font-weight:400;line-height:1;margin:0 0 1rem;letter-spacing:-.05em}.legal-updated{font-family:"Space Mono",monospace;font-size:.78rem;opacity:.6;margin-bottom:4rem}.legal-wrap h2{font-size:clamp(1.35rem,2vw,2rem);font-weight:500;margin:3rem 0 1rem}.legal-wrap p{font-size:1rem;line-height:1.75}.legal-wrap a{color:inherit}.legal-note{border-top:1px solid #111;padding-top:1.5rem;margin-top:4rem;opacity:.7}.thanks-page{background:#fff;color:#111;min-height:100vh}.thanks-wrap{min-height:calc(100vh - 150px);padding:clamp(9rem,16vw,14rem) clamp(1.25rem,7vw,8rem) 6rem;display:flex;flex-direction:column;justify-content:center}.thanks-kicker{font-family:"Space Mono",monospace;font-size:.8rem;letter-spacing:.08em}.thanks-wrap h1{font-size:clamp(5rem,16vw,14rem);font-weight:400;line-height:.78;letter-spacing:-.07em;margin:1.8rem 0 3rem}.thanks-wrap p{font-size:clamp(1.2rem,2.2vw,1.8rem);line-height:1.55;max-width:800px;margin:0}.thanks-actions{display:flex;gap:28px;flex-wrap:wrap;margin-top:3rem}.thanks-actions a{color:inherit;text-decoration:none;border-bottom:1px solid #111;padding-bottom:4px}.form-privacy{font-size:.78rem;line-height:1.55;opacity:.72;margin:1rem 0}.form-privacy a{color:inherit}@media(max-width:700px){.cookie-consent{flex-direction:column;align-items:stretch;gap:14px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent button{width:100%}}.project-hero--fresh-fit .hero-wide--single{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;display:block!important;margin:0 auto!important}.project-hero--fresh-fit{display:block!important;min-height:0!important;height:auto!important;padding:0!important;background:transparent!important}.logo-img{width:116px}.portfolio-wire__intro{min-height:102px;align-items:center;position:relative;overflow:hidden}.portfolio-wire__intro span{position:relative;z-index:2;font-size:clamp(11px,.88vw,13px);letter-spacing:.035em}.portfolio-wire__intro::after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:3vw;top:50%;transform:translateY(-50%);background:var(--yellow);z-index:0}.about-wrap{padding-top:clamp(7.2rem,11vw,9.5rem)}.about-hero{max-width:none;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(2.5rem,7vw,8rem);align-items:center;min-height:calc(100vh - 150px);padding-bottom:clamp(3rem,6vw,5rem)}.about-hero__copy{max-width:980px}.about-hero h1{font-size:clamp(3.6rem,7.4vw,7.6rem);max-width:930px}.about-lead{max-width:760px}.about-hero__visual{position:relative;width:min(31vw,430px);aspect-ratio:1;justify-self:end;display:grid;place-items:center}.about-hero__visual img{width:74%;aspect-ratio:1;object-fit:cover;border-radius:50%;filter:grayscale(1);position:relative;z-index:2;display:block}.about-shape{position:absolute;width:70%;aspect-ratio:1;right:-2%;bottom:-7%;background:var(--blue);z-index:1}.contact-body{overflow:hidden}.contact-page{height:100svh;min-height:100svh;padding:76px 0 0;display:grid;grid-template-columns:50% 50%;gap:0;align-items:stretch}.contact-art,.contact-panel{min-width:0;display:flex;align-items:center;justify-content:center;position:relative}.contact-art{padding:clamp(2rem,5vw,5.5rem);overflow:hidden}.contact-art img{width:auto;height:auto;max-width:min(72%,430px);max-height:54vh;margin:0;position:relative;z-index:1;object-fit:contain}.contact-panel{padding:clamp(2rem,5vw,5.5rem)}.contact-form{width:min(100%,520px);margin:0 auto}.contact-form button{transition:color .2s ease,border-color .2s ease}.contact-form button:hover,.contact-form button:focus-visible{color:var(--red);border-color:var(--red)}.contact-socials{width:min(100%,520px);margin-left:auto;margin-right:auto}@media(max-width:900px){.logo-img{width:100px}.portfolio-wire__intro::after{width:54px;height:54px;right:22px}.about-hero{grid-template-columns:1fr;min-height:auto}.about-hero__visual{width:min(76vw,360px);justify-self:start;margin-top:1rem}.contact-body{overflow:auto}.contact-page{height:auto;min-height:100svh;grid-template-columns:1fr;padding-top:70px}.contact-art{min-height:44svh;padding:3rem 24px 1.5rem}.contact-art img{max-height:34svh;max-width:min(72vw,360px)}.contact-art::after{left:17%;bottom:8%;width:100px}.contact-panel{padding:2rem 24px 5rem}}@media(max-width:560px){.about-wrap{padding-top:6.8rem}.about-hero h1{font-size:clamp(3rem,14vw,5rem)}.about-hero__visual img{width:76%}}.contact-form button{justify-self:center}.site-header{position:absolute}.logo-img{width:128px}.hamburger{position:fixed;top:28px;right:48px;z-index:60}.about-hero__visual{width:min(30vw,410px);aspect-ratio:1}.about-hero__visual img{width:min(78%,320px);height:min(78%,320px);aspect-ratio:1 / 1;object-fit:cover;object-position:center;border-radius:50%;flex:none}.about-shape{width:66%;height:66%;aspect-ratio:1 / 1;right:0;bottom:0}@media(max-width:900px){.logo-img{width:110px}.hamburger{top:23px;right:24px}.about-hero__visual{width:min(78vw,360px)}.about-hero__visual img{width:min(78%,280px);height:min(78%,280px)}}.project-page--zdenka .case-subsection-title{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.project-page--zdenka .case-subsection-title h3{margin:0}.zdenka-project-links{display:flex;gap:18px;flex-wrap:wrap}.zdenka-project-links .project-inline-link{margin-top:0}.zdenka-virtual-grid{display:grid;grid-template-columns:minmax(0,3.2fr) minmax(150px,.8fr);gap:clamp(18px,3vw,36px);align-items:start;padding:clamp(18px,3vw,34px);border:1px solid #ededeb;background:#fff;margin-bottom:26px}.zdenka-virtual-grid figure{margin:0;min-width:0}.zdenka-virtual-grid img{display:block;width:100%;height:auto;object-fit:contain;box-shadow:0 12px 32px rgba(0,0,0,.07)}.zdenka-virtual-grid__phone{align-self:end}@media(max-width:720px){.zdenka-virtual-grid{grid-template-columns:1fr}.zdenka-virtual-grid__phone{width:min(46%,240px);justify-self:center}}.project-page--zdenka .web-presentation{min-height:0;padding:clamp(14px,2.2vw,28px);display:grid;grid-template-columns:minmax(0,1fr) clamp(150px,18vw,230px);gap:clamp(16px,2.5vw,34px);align-items:start}.project-page--zdenka .web-presentation__desktop,.project-page--zdenka .web-presentation__phone{position:static;width:auto;margin:0;box-shadow:none;min-width:0}.project-page--zdenka .web-presentation__desktop img,.project-page--zdenka .web-presentation__phone img{display:block;width:auto !important;height:auto !important;max-width:100% !important;max-height:none !important;object-fit:contain !important;aspect-ratio:auto !important;box-shadow:0 12px 32px rgba(0,0,0,.08)}.project-page--zdenka .web-presentation__desktop img{margin:0 auto}.project-page--zdenka .web-presentation__phone img{margin:0 auto}.about-hero__visual{width:min(31vw,420px);aspect-ratio:auto !important;min-height:0;display:flex;align-items:center;justify-content:center}.about-hero__visual img{position:relative;z-index:2;display:block;width:min(82%,360px) !important;height:auto !important;max-width:100%;aspect-ratio:auto !important;object-fit:contain !important;object-position:center !important;border-radius:0 !important;flex:none}.about-shape{z-index:1;width:64%;height:64%;right:0;bottom:0}@media(max-width:720px){.project-page--zdenka .web-presentation{grid-template-columns:1fr}.project-page--zdenka .web-presentation__phone{width:min(48%,210px);justify-self:center}.about-hero__visual{width:min(82vw,380px)}.about-hero__visual img{width:min(82%,330px) !important}}.about-hero__visual img{width:min(86%,380px) !important;height:auto !important;object-fit:contain !important;object-position:center !important;border-radius:0 !important;clip-path:circle(46% at 50% 50%)}.about-shape{width:66%;height:66%;right:0;bottom:0}@media(max-width:720px){.about-hero__visual img{width:min(86%,340px) !important}}.about-block > span{color:var(--blue)}.about-cta a,.contact-socials a,.thanks-actions a,.site-footer a,.project-inline-link{transition:color .2s ease,border-color .2s ease}.about-cta a{border-bottom:1px solid currentColor;padding-bottom:4px}.about-cta a:hover,.about-cta a:focus-visible,.contact-socials a:hover,.contact-socials a:focus-visible,.thanks-actions a:hover,.thanks-actions a:focus-visible,.site-footer a:hover,.site-footer a:focus-visible,.project-inline-link:hover,.project-inline-link:focus-visible{color:var(--red);border-color:var(--red)}.about-shape{width:82% !important;height:82% !important;right:-8% !important;bottom:-11% !important}.contact-form h1{font-size:clamp(2.35rem,3.7vw,4.4rem);line-height:1.02}.contact-intro{max-width:500px}.thanks-wrap{position:relative;overflow:hidden;isolation:isolate}.thanks-wrap::after{content:"";position:absolute;width:clamp(150px,19vw,320px);aspect-ratio:1;border-radius:50%;background:var(--yellow);right:clamp(28px,7vw,120px);top:clamp(105px,15vw,185px);z-index:0}.thanks-wrap > *{position:relative;z-index:1}@media(max-width:720px){.about-shape{width:78% !important;height:78% !important;right:-6% !important;bottom:-9% !important}.thanks-wrap::after{width:120px;right:18px;top:110px}}.contact-body{overflow:auto !important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.portfolio-wire__intro h1{position:relative;z-index:2;margin:0;font:inherit;font-size:clamp(11px,.88vw,13px);font-weight:400;line-height:1.5;letter-spacing:.035em;color:var(--text)}.reference-card--seven .reference-content{margin-left:0!important;margin-right:auto!important;text-align:left!important}.reference-card--seven .reference-content blockquote{margin-left:0!important;margin-right:auto!important}.reference-card--seven .shape-circle{left:auto!important;right:6vw!important}.cookie-settings-button{appearance:none;border:1px solid var(--text);background:#fff;color:var(--text);padding:11px 14px;font:inherit;cursor:pointer;margin-top:.6rem;transition:color .2s ease,border-color .2s ease}.cookie-settings-button:hover,.cookie-settings-button:focus-visible{color:var(--red);border-color:var(--red)}.site-footer--static{position:static!important;margin:0 18px 13px;min-height:48px}@media(max-width:900px){.reference-card--seven .shape-circle{right:-60px!important}}@media(max-width:560px){.reference-card--seven .shape-circle{right:-76px!important}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.project-page--compact .runner-web-shot{background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:clamp(12px,2vw,24px)}.project-page--compact .runner-web-shot img{width:100%;height:auto;object-fit:contain;display:block}html{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;-webkit-text-size-adjust:100%}body{width:100%;max-width:100%;overflow-x:clip;position:relative}main,section,article,header,footer,nav{max-width:100%}img,svg,video,canvas,iframe{max-width:100%}.site-header,.menu,.hero,.portfolio-wire,.project-page,.about-wrap,.reference-page,.contact-page,.thanks-wrap,.legal-wrap{max-width:100%}.hero{width:100%}.site-footer{max-width:calc(100% - 36px)}.site-footer nav{flex-wrap:wrap;justify-content:center}@media(max-width:900px){.hero{width:100%;height:100svh;min-height:100svh}.art-stage{width:min(94vw,620px);max-width:94vw;max-height:70svh}.hero-copy{left:22px;right:22px;max-width:calc(100% - 44px)}.typewriter,.portfolio-link{max-width:100%}.site-header{width:100%;max-width:100%}.menu{width:100%;max-width:100%;overflow-x:hidden;padding-inline:22px}.menu-main,.menu-socials{width:100%;max-width:100%}.portfolio-wire,.project-page,.about-wrap,.reference-page,.contact-page,.simple-page,.thanks-wrap,.legal-wrap{width:100%;max-width:100%;overflow-x:clip}.portfolio-wire__intro,.portfolio-main,.portfolio-more,.project-case,.case-section,.case-gallery,.about-hero,.about-grid,.contact-panel,.contact-form{min-width:0;max-width:100%}.project-stage,.project-hero,.web-presentation,.zdenka-virtual-grid{max-width:100%;overflow:hidden}}@media(max-width:560px){.site-header{padding:22px 18px}.logo-img{width:104px;max-width:32vw}.hamburger{right:18px;top:22px}.hero-copy{left:18px;right:18px;max-width:calc(100% - 36px);bottom:11svh}.art-stage{width:92vw;max-width:92vw;max-height:66svh}.site-footer{left:14px;right:14px;max-width:calc(100% - 28px);gap:7px 12px}.site-footer nav{width:100%;gap:6px 10px;justify-content:flex-start}.cookie-panel{left:14px;right:14px;width:auto;max-width:calc(100% - 28px)}.portfolio-wire__intro{padding-inline:18px}.portfolio-wire__intro::after{right:18px}.about-wrap,.simple-page{padding-left:20px;padding-right:20px}.about-hero{gap:2rem}.about-hero__visual{width:min(82vw,340px)!important;max-width:100%}.about-shape{right:-4%!important}.contact-art,.contact-panel{padding-left:20px;padding-right:20px}.contact-form h1{overflow-wrap:anywhere}.reference-card{width:100%;max-width:100%;overflow:hidden}.reference-content,.reference-content--right{min-width:0;max-width:100%}.thanks-wrap h1,.legal-wrap h1,.project-page h1,.about-hero h1{overflow-wrap:anywhere}}html,body{overflow-x:hidden!important;max-width:100%}body{min-width:0}img,video,svg,canvas,iframe{height:auto}input,textarea,select,button{max-width:100%}.case-study,.case-head,.case-head__top,.case-head__main,.case-intro,.case-hero,.case-section,.case-section__title,.web-presentation,.zdenka-virtual-grid,.brand-presentation,.print-presentation,.case-end,.project-editorial,.project-editorial__title,.project-editorial__hero,.project-editorial__body,.editorial-section,.editorial-grid,.editorial-media,.portfolio-wire,.portfolio-wire__intro,.portfolio-row,.portfolio-tile,.portfolio-slider,.portfolio-slide,.portfolio-slide__visual,.portfolio-slide__caption,.about-wrap,.about-hero,.about-grid,.contact-page,.contact-art,.contact-panel,.contact-form,.reference-page,.reference-card,.reference-content,.thanks-wrap,.legal-wrap{min-width:0;max-width:100%}.case-live-link,.project-inline-link,.project-back,.project-type,.reference-source{max-width:100%;overflow-wrap:anywhere;word-break:normal}@media(max-width:720px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{position:relative;margin:0}.site-header{left:0!important;right:0!important;width:100%!important;max-width:100%!important;padding:22px 18px!important}.logo-img{width:112px!important;max-width:38vw!important;height:auto!important}.hamburger{position:fixed!important;right:18px!important;top:22px!important;left:auto!important}.menu{inset:0!important;width:100%!important;max-width:100%!important;padding:78px 20px 28px!important;overflow-x:hidden!important}.menu-main,.menu-socials{width:100%;max-width:100%}.case-study{width:100%!important;max-width:100%!important;margin:0!important;padding:78px 16px 0!important}.case-head{width:100%;padding:26px 0 34px!important}.case-head__top{width:100%;flex-direction:column!important;align-items:flex-start!important;gap:9px!important;margin-bottom:26px!important}.case-head__main{width:100%;grid-template-columns:minmax(0,1fr)!important;gap:16px!important}.case-head h1{font-size:clamp(38px,12vw,48px)!important;line-height:.96!important;letter-spacing:-.045em!important;max-width:100%;overflow-wrap:normal}.case-head p,.case-intro{width:100%;max-width:100%}.case-live-link{width:fit-content!important;max-width:100%;white-space:normal}.case-hero,.case-hero--mockup{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4/3!important;margin:20px 0 54px!important;overflow:hidden!important}.case-hero--mockup img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important}.case-section{width:100%;margin-bottom:62px!important}.case-section__title{width:100%;grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:12px 0 20px!important}.case-section__title h2{font-size:23px!important;min-width:0}.case-section__title p{grid-column:2!important;width:100%;max-width:100%}.project-page--zdenka .web-presentation,.zdenka-virtual-grid{width:100%!important;grid-template-columns:minmax(0,1fr)!important;padding:12px!important;gap:14px!important;overflow:hidden!important}.project-page--zdenka .web-presentation__desktop,.project-page--zdenka .web-presentation__phone,.zdenka-virtual-grid figure{width:100%!important;max-width:100%!important;min-width:0!important;position:static!important}.project-page--zdenka .web-presentation__desktop img,.project-page--zdenka .web-presentation__phone img,.zdenka-virtual-grid img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important}.project-page--zdenka .web-presentation__phone,.zdenka-virtual-grid__phone{width:min(46%,190px)!important;justify-self:center!important}.project-page--zdenka .case-subsection-title{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.zdenka-project-links{width:100%;gap:12px!important}.brand-presentation{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.brand-presentation__wide{grid-column:auto!important}.brand-presentation figure{width:100%;min-height:180px!important;padding:16px!important}.brand-presentation img{width:auto!important;height:auto!important;max-width:92%!important;max-height:190px!important;object-fit:contain!important}.print-presentation{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.print-presentation figure{min-width:0!important;width:100%;padding:10px!important}.print-presentation__portrait{grid-column:auto!important;height:310px!important}.print-presentation__landscape{grid-column:1/-1!important;height:190px!important}.print-presentation__landscape--wide{grid-column:1/-1!important}.project-page--compact .project-editorial{padding-top:78px!important}.project-page--compact .project-editorial__title{width:100%!important;max-width:100%!important;margin:0!important;padding:34px 16px 26px!important}.project-page--compact .project-editorial__title h1{font-size:clamp(38px,12vw,48px)!important;line-height:.96!important;letter-spacing:-.045em!important;overflow-wrap:anywhere}.project-page--compact .project-editorial__title p{width:100%;max-width:100%}.project-page--compact .project-editorial__hero{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:18px auto 48px!important;height:auto!important;min-height:0!important;aspect-ratio:4/3;overflow:hidden!important}.project-page--compact .project-editorial__body{width:100%!important;max-width:100%!important;padding:0 12px!important}.project-page--compact .editorial-grid{grid-template-columns:minmax(0,1fr)!important}.project-page--compact .editorial-media,.project-page--compact .editorial-media.media--wide,.project-page--compact .editorial-media.media--portrait,.project-page--compact .editorial-media.media--square{width:100%;max-width:100%;grid-column:auto!important}.project-page--compact .editorial-media img{display:block;max-width:100%!important;height:auto;object-fit:contain}.portfolio-wire{width:100%!important}.portfolio-wire__intro{padding:20px 16px!important}.portfolio-row{width:100%;grid-template-columns:minmax(0,1fr)!important;padding:10px!important}.portfolio-tile{width:100%;max-width:100%}.portfolio-tile__meta{grid-template-columns:28px minmax(0,1fr) auto!important;gap:10px!important}.portfolio-tile__meta h2,.portfolio-slide__caption h2{overflow-wrap:anywhere}.portfolio-slider{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;margin:0 10px!important}.portfolio-slide{grid-template-columns:minmax(0,1fr)!important}.portfolio-slider__controls{left:14px!important;right:14px!important}.about-wrap,.simple-page,.legal-wrap,.thanks-wrap{width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}.about-hero{grid-template-columns:minmax(0,1fr)!important}.about-hero h1,.thanks-wrap h1,.legal-wrap h1{overflow-wrap:anywhere}.about-hero__visual{max-width:100%!important;margin-inline:auto}.contact-page{width:100%!important;max-width:100%!important;grid-template-columns:minmax(0,1fr)!important}.contact-art,.contact-panel{width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}.contact-form,.contact-form input,.contact-form textarea{width:100%!important;max-width:100%!important}.contact-form h1{overflow-wrap:anywhere}.reference-card{width:100%!important;max-width:100%!important;overflow:hidden!important}.reference-content,.reference-content--right{width:100%;max-width:100%;min-width:0}.project-page .site-footer,.portfolio-page .site-footer,.about-page .site-footer,.reference-page .site-footer,.contact-body .site-footer,.legal-page .site-footer,.thanks-page .site-footer{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;margin:34px 16px 16px!important;padding:0!important;justify-content:flex-start!important;gap:8px 12px!important}.project-page .site-footer nav,.portfolio-page .site-footer nav,.about-page .site-footer nav,.reference-page .site-footer nav,.contact-body .site-footer nav,.legal-page .site-footer nav,.thanks-page .site-footer nav{width:100%;justify-content:flex-start!important}.cookie-panel,.cookie-consent{max-width:calc(100% - 28px)!important}}@media(max-width:390px){.case-study{padding-left:14px!important;padding-right:14px!important}.case-head h1,.project-page--compact .project-editorial__title h1{font-size:clamp(34px,11.3vw,44px)!important}.case-section__title{grid-template-columns:30px minmax(0,1fr)!important}.case-section__title p{grid-column:2!important}.print-presentation{grid-template-columns:minmax(0,1fr)!important}.print-presentation__portrait,.print-presentation__landscape,.print-presentation__landscape--wide{grid-column:auto!important;height:auto!important;min-height:220px!important;aspect-ratio:auto!important}.portfolio-tile__meta{grid-template-columns:24px minmax(0,1fr) auto!important}.portfolio-slide__caption{padding-left:16px!important;padding-right:16px!important}}.cookie-consent__copy strong{font-weight:400}@media(max-width:900px){.site-footer{font-size:11px;line-height:1.5;opacity:1}.site-footer a{opacity:.78;display:inline-flex;align-items:center;min-height:24px;padding:2px 0}.site-footer a:hover,.site-footer a:focus-visible{opacity:1}}@media(max-width:560px){.site-footer{font-size:10.5px}.site-footer nav{row-gap:2px}}@media(min-width:721px){.case-section,.editorial-section,.about-grid,.about-cta{content-visibility:auto;contain-intrinsic-size:800px}}