@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap";:root{--ink:#16171b;--paper:#fffaf0;--acid:#efffb6;--pink:#ff4f9a;--blue:#335cff;--yellow:#ffd83d;--coral:#ff735d;--purple:#7655d9;--line:#16171b2e;--serif:"DM Serif Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}::selection{background:var(--pink);color:#fff}.header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;background:#fffaf0eb;align-items:center;gap:34px;height:104px;padding:0 clamp(22px,5vw,76px);display:flex;position:sticky;top:0}.logo-mark{object-fit:contain;width:68px;height:68px;display:block}.header .logo-mark{width:64px;height:64px}.logo-word{letter-spacing:.018em;text-shadow:1px 1px #16171b21;align-items:center;margin-left:-7px;font-size:24px;font-weight:800;line-height:1;display:flex}.logo-word span{display:inline-block}.logo-word span:first-of-type{color:#2457ff;transform:translateY(-1px)}.logo-word span:nth-of-type(2){color:#f00083;transform:translateY(1px)}.logo-word span:nth-of-type(3){color:#b88900;transform:translateY(-2px)}.logo-word span:nth-of-type(4){color:#ed4f39}.logo-word span:nth-of-type(5){color:#7048e8;transform:translateY(1px)}.logo-word span:nth-of-type(6){color:#00889b;transform:translateY(-1px)}.logo-word span:nth-of-type(7){color:#c735df;transform:translateY(2px)}.logo-word span:nth-of-type(8){color:#08754f;transform:translateY(-1px)}.logo-word span:nth-of-type(9){color:#d93c19;transform:translateY(1px)}.logo-word span:nth-of-type(10){color:#5637c8;transform:translateY(-2px)}.logo-word span:nth-of-type(11){color:#a85d00}.logo-word span:nth-of-type(12){color:#0073c7;transform:translateY(1px)}nav{gap:30px;font-size:14px;font-weight:600;display:flex}nav a{padding:8px 0;position:relative}nav a:after{content:"";background:var(--pink);height:2px;transition:all .2s;position:absolute;inset:auto 100% 0 0}nav a:hover:after{right:0}.start{background:var(--ink);color:#fff;padding:13px 18px;font-size:13px;font-weight:600}.start span{color:var(--acid)}.menu{background:0 0;border:0;padding:8px;display:none}.menu span{background:var(--ink);width:25px;height:2px;margin:5px;display:block}.hero{background:var(--acid);grid-template-columns:1.04fr .96fr;align-items:center;gap:7vw;min-height:calc(100vh - 88px);padding:clamp(65px,7vw,110px) clamp(22px,5vw,76px);display:grid;overflow:hidden}.kicker{text-transform:uppercase;letter-spacing:2px;align-items:center;gap:10px;font-size:12px;font-weight:700;display:flex}.kicker span{background:var(--coral);border-radius:50%;width:9px;height:9px}.hero h1,.page-intro h1{font:400 clamp(68px,8.2vw,132px)/.83 var(--serif);letter-spacing:-5px;margin:30px 0}.hero h1 em,.page-intro h1 em{color:var(--blue);font-weight:400}.intro{max-width:560px;font-size:18px;line-height:1.6}.hero-actions{align-items:center;gap:30px;margin-top:34px;display:flex}.button{border:0;justify-content:center;align-items:center;padding:16px 22px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.button.dark{background:var(--ink);color:#fff}.button.dark:hover,.start:hover{background:var(--blue)}.button.light{background:var(--acid);color:var(--ink)}.button.outline{border:1.5px solid var(--ink);margin-top:42px}.button.outline:hover{background:var(--ink);color:#fff}.text-button{border-bottom:1px solid var(--ink);font-weight:700}.hero-collage{height:min(630px,70vw);position:relative}.hero-collage>div{position:absolute}.collage-blue{background:var(--blue);color:#fff;width:62%;height:48%;font:400 clamp(52px,7vw,110px) var(--serif);box-shadow:-20px 22px 0 var(--yellow);place-items:center;display:grid;top:5%;right:6%;transform:rotate(7deg)}.collage-pink{background:var(--pink);width:58%;height:38%;color:var(--ink);font:italic clamp(50px,6vw,92px) var(--serif);place-items:center;display:grid;bottom:11%;left:3%;transform:rotate(-8deg)}.collage-yellow{background:var(--yellow);letter-spacing:2px;padding:20px 28px;font-weight:700;bottom:1%;right:-4%;transform:rotate(4deg)}.collage-ring{border:28px solid var(--coral);border-radius:50%;width:190px;height:190px;top:0;left:4%}.collage-flower{color:var(--yellow);font-size:80px;top:45%;right:0;transform:rotate(15deg)}.collage-note{background:#fff;padding:26px 30px;font-size:16px;line-height:1.35;top:39%;left:33%;transform:rotate(3deg);box-shadow:0 18px 45px #16171b29}.collage-note b{font:italic 31px var(--serif);color:var(--purple)}.marquee{border-block:1px solid var(--ink);background:var(--yellow);white-space:nowrap;letter-spacing:2px;padding:13px 0;font-size:13px;font-weight:700;overflow:hidden}.marquee div{width:max-content;animation:24s linear infinite move}@keyframes move{to{transform:translate(-45%)}}.section{padding:clamp(85px,10vw,150px) clamp(22px,5vw,76px)}.section-title{grid-template-columns:.55fr 1.45fr .6fr;align-items:start;gap:40px;margin-bottom:60px;display:grid}.section-title>p,.section-label{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:700}.section-title h2,.belief-copy h2,.about-story h2,.contact-aside h2{font:400 clamp(52px,6vw,95px)/.9 var(--serif);letter-spacing:-3px;margin:0}.section-title h2 em{color:var(--pink);font-weight:400}.section-title>div{font-size:14px;line-height:1.6}.work-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.work-card{display:block}.work-art{isolation:isolate;background:var(--ink);height:330px;position:relative;overflow:hidden}.work-art>img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.work-card:hover .work-art>img{transform:scale(1.035)}.work-art:after{content:"";z-index:1;background:linear-gradient(#080f300f,#080f308c);position:absolute;inset:0}.work-index{color:#fff;z-index:3;text-shadow:0 1px 8px #00000059;font-weight:700;position:absolute;top:18px;left:20px}.art-word{font:italic clamp(44px,5vw,76px)/.85 var(--serif);color:#fff;z-index:2;text-shadow:0 3px 18px #0006;position:absolute;bottom:9%;left:7%;transform:rotate(-3deg)}.built-label{background:var(--ink);color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:3;padding:9px 12px;font-size:10px;position:absolute;bottom:14px;right:15px}.work-info{border-bottom:1px solid var(--ink);grid-template-columns:1fr auto;gap:8px;padding:20px 2px 28px;display:grid}.work-info>span{text-transform:uppercase;letter-spacing:1px;font-size:11px}.work-info h3{font:400 30px var(--serif);grid-column:1/-1;margin:14px 0 0}.work-info p{color:#56545a;grid-column:1/-1;margin:4px 0;line-height:1.6}.belief{background:var(--pink);grid-template-columns:1.15fr .85fr;min-height:680px;display:grid}.belief-art{background:var(--blue);color:#fff;clip-path:polygon(0 0,93% 0,100% 50%,93% 100%,0 100%);flex-direction:column;justify-content:center;padding:8vw 5vw;display:flex}.belief-art span,.belief-art strong,.belief-art b{font:400 clamp(65px,8vw,125px)/.72 var(--serif);letter-spacing:-5px}.belief-art em{font:italic clamp(55px,7vw,105px)/.9 var(--serif);color:var(--yellow);align-self:center}.belief-art b{color:var(--acid);font-weight:400}.belief-copy{flex-direction:column;justify-content:center;padding:8vw 6vw;display:flex}.dark-kicker span{background:var(--ink)}.belief-copy h2{margin:25px 0;font-size:clamp(48px,5vw,75px)}.belief-copy>p:not(.kicker){font-size:19px;line-height:1.65}.belief-copy>a{margin-top:15px;font-weight:700;text-decoration:underline}.contact-strip{background:var(--ink);color:#fff;grid-template-columns:.7fr 2fr auto;align-items:center;gap:35px;padding:100px clamp(22px,5vw,76px);display:grid}.contact-strip p{text-transform:uppercase;letter-spacing:2px;font-size:11px}.contact-strip h2{font:400 clamp(55px,7vw,105px)/.9 var(--serif);margin:0}.contact-strip h2 em{color:var(--pink);font-weight:400}.contact-strip.small{margin-top:20px}.page-intro{background:var(--yellow);padding:clamp(90px,11vw,170px) clamp(22px,5vw,76px)}.page-intro h1{max-width:1150px;margin:38px 0;font-size:clamp(72px,10vw,150px)}.page-intro>p:last-child{max-width:650px;font-size:20px;line-height:1.6}.all-work .work-grid{grid-template-columns:repeat(2,1fr)}.all-work .work-art{height:440px}.about-story{grid-template-columns:1fr 1fr;gap:10vw;padding:clamp(85px,10vw,150px) clamp(22px,5vw,76px);display:grid}.story-copy{font-size:18px;line-height:1.75}.story-copy .lead{font:400 34px/1.3 var(--serif);color:var(--blue)}.principles{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 clamp(22px,5vw,76px) 130px;display:grid}.principles article{border:1px solid var(--line);background:#fff;min-height:285px;padding:34px}.principles article:nth-child(2){background:var(--acid)}.principles article:nth-child(3){background:var(--pink)}.principles span{font-size:12px;font-weight:700}.principles h3{font:400 35px var(--serif);margin:45px 0 10px}.principles p{line-height:1.6}.contact-page{grid-template-columns:.85fr 1.15fr;gap:9vw;padding:clamp(85px,10vw,150px) clamp(22px,5vw,76px);display:grid}.contact-aside{position:relative}.contact-aside h2{margin:20px 0}.contact-aside>p:not(.section-label){max-width:450px;font-size:17px;line-height:1.7}.contact-aside>a{border-bottom:2px solid var(--pink);margin-top:20px;font-weight:700;display:inline-block}.pink-square{background:var(--pink);width:100px;height:100px;position:absolute;bottom:5%;right:12%;transform:rotate(12deg)}form{border:1px solid var(--line);background:#fff;gap:24px;padding:45px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}label{text-transform:uppercase;letter-spacing:1px;gap:9px;font-size:12px;font-weight:700;display:grid}input,textarea{border:0;border-bottom:1px solid var(--ink);text-transform:none;letter-spacing:normal;background:0 0;outline:none;padding:13px 4px}textarea{border:1px solid var(--ink);resize:vertical;padding:14px}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 2px 0 var(--blue)}form .button{justify-self:start}.form-status{font-size:14px}footer{background:var(--paper);border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:45px;padding:65px clamp(22px,5vw,76px) 30px;display:grid}footer>div:first-child{align-items:flex-start;gap:35px;display:flex}footer p{margin:0;font-size:13px;line-height:1.6}.footer-links{justify-content:flex-end;gap:28px;font-size:13px;font-weight:600;display:flex}.copyright{border-top:1px solid var(--line);grid-column:1/-1;padding-top:35px}@media (width<=980px){.header{flex-wrap:wrap;height:auto;min-height:88px;padding-block:12px}.header .logo-mark{width:56px;height:56px}.menu{display:block}.start{display:none}nav{flex-direction:column;order:3;width:100%;padding:18px 0 5px;display:none}nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-collage{height:540px}.section-title{grid-template-columns:1fr}.work-grid{grid-template-columns:1fr 1fr}.belief{grid-template-columns:1fr}.belief-art{clip-path:none}.contact-strip,.about-story,.contact-page{grid-template-columns:1fr}.pink-square{display:none}}@media (width<=620px){.logo-word{letter-spacing:0;margin-left:-6px;font-size:18px}.hero h1,.page-intro h1{letter-spacing:-3px;font-size:62px}.hero-collage{height:400px}.collage-ring{border-width:18px;width:120px;height:120px}.collage-note{padding:16px}.collage-flower{font-size:50px}.work-grid,.all-work .work-grid,.principles{grid-template-columns:1fr}.all-work .work-art{height:330px}.belief-art{padding:100px 24px}.belief-art span,.belief-art strong,.belief-art b{font-size:62px}.belief-art em{font-size:58px}.principles{padding-bottom:90px}.form-row{grid-template-columns:1fr}form{padding:28px 20px}.contact-strip{padding-block:75px}.contact-strip h2{font-size:60px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;justify-content:flex-start}footer>div:first-child{display:grid}.work-info{grid-template-columns:1fr}.work-info>span:nth-child(2){display:none}}.logo-word{transform:translateY(17px)}@media (width<=620px){.logo-word{transform:translateY(14px)}}.studio-hero{background:var(--acid);grid-template-columns:1.05fr .95fr;align-items:center;gap:8vw;min-height:760px;padding:clamp(75px,9vw,135px) clamp(22px,5vw,76px);display:grid}.studio-hero h1{font:400 clamp(70px,8vw,125px)/.84 var(--serif);letter-spacing:-5px;margin:30px 0}.studio-hero h1 em{color:var(--blue);font-weight:400}.studio-hero>div:first-child>p:not(.kicker){max-width:650px;font-size:18px;line-height:1.65}.studio-board{background:var(--blue);color:#fff;min-height:520px;box-shadow:-22px 22px 0 var(--pink);flex-direction:column;justify-content:center;padding:50px;display:flex;position:relative;transform:rotate(2deg)}.studio-board small{letter-spacing:2px;font-weight:700}.studio-board strong{font:400 clamp(58px,6vw,92px)/.85 var(--serif);margin:40px 0}.studio-board strong em{color:var(--yellow);font-weight:400}.studio-board>b{background:var(--yellow);color:var(--ink);letter-spacing:2px;align-self:flex-end;padding:12px 16px}.studio-spark{color:var(--acid);font-size:60px;position:absolute;top:25px;right:35px}.studio-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.studio-steps article{border:1px solid var(--line);background:#fff;min-height:300px;padding:35px}.studio-steps article:nth-child(2){background:var(--yellow)}.studio-steps article:nth-child(3){background:var(--pink)}.studio-steps span{font-size:12px;font-weight:700}.studio-steps h3{font:400 38px var(--serif);margin:55px 0 12px}.studio-steps p{line-height:1.65}.pricing-section{background:var(--ink);color:#fff;padding:clamp(85px,10vw,150px) clamp(22px,5vw,76px)}.pricing-intro{grid-template-columns:.8fr 1.2fr 1fr;align-items:start;gap:45px;margin-bottom:70px;display:grid}.pricing-intro h2{font:400 clamp(56px,6vw,92px)/.9 var(--serif);letter-spacing:-3px;margin:0}.pricing-intro h2 em{color:var(--pink);font-weight:400}.pricing-intro>p:last-child{color:#d8d8db;line-height:1.65}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:22px;display:grid}.price-card{background:var(--paper);color:var(--ink);flex-direction:column;padding:38px;display:flex;position:relative}.price-card.featured{background:var(--blue);color:#fff;transform:translateY(-16px)}.price-card>p:first-of-type{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:700}.price{align-items:flex-end;margin:24px 0;display:flex}.price sup{align-self:flex-start;margin-top:12px;font-size:25px}.price strong{font:400 78px/.8 var(--serif)}.price span{margin-left:6px;font-size:12px}.plan-note{min-height:72px;line-height:1.55}.price-card ul{border-top:1px solid;gap:13px;margin:0 0 28px;padding:22px 0;font-size:14px;line-height:1.45;list-style:none;display:grid}.price-card .button{margin-top:auto}.popular{background:var(--yellow);color:var(--ink);text-transform:uppercase;letter-spacing:1px;padding:8px 10px;font-size:9px;font-weight:700;position:absolute;top:18px;right:18px}.pricing-footnote{color:#c7c7cb;max-width:780px;margin:35px 0 0;font-size:13px;line-height:1.6}@media (width<=980px){.studio-hero{grid-template-columns:1fr}.studio-board{min-height:440px}.studio-steps,.pricing-grid,.pricing-intro{grid-template-columns:1fr}.price-card.featured{transform:none}}@media (width<=620px){.studio-hero h1{letter-spacing:-3px;font-size:62px}.studio-board{min-height:360px;padding:32px}.studio-board strong{font-size:58px}.studio-steps h3{margin-top:35px}.price-card{padding:30px 24px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--ink:#050505;--paper:#fff;--yellow:#ffe500;--blue:#123cff;--red:#ef0043;--acid:#ffe500;--pink:#ef0043;--coral:#ef0043;--serif:"Anton",Impact,sans-serif;--sans:"Archivo",Arial,sans-serif;--line:#050505}body{background:#fff}.header{height:92px;box-shadow:none;background:#fff;border-bottom:4px solid #000}.logo-word{font-family:Archivo,sans-serif;font-weight:900}.header nav{text-transform:uppercase;letter-spacing:.08em;font-weight:900}.start,.button{text-transform:uppercase;letter-spacing:.08em;border:2px solid #000;box-shadow:4px 4px #000}.hero{background:var(--yellow);background-image:radial-gradient(#00000024 1.4px,#0000 1.4px);background-size:13px 13px;border-bottom:5px solid #000;min-height:760px}.hero h1,.page-intro h1,.studio-hero h1{text-transform:uppercase;letter-spacing:-.025em;font-family:Anton,Impact,sans-serif;font-style:normal;line-height:.92}.hero h1 em,.page-intro h1 em,.studio-hero h1 em{color:var(--red);-webkit-text-stroke:2px #000;font-style:normal}.hero-collage{filter:drop-shadow(10px 10px #000)}.collage-blue,.collage-pink,.collage-yellow,.collage-note{border:3px solid #000}.marquee{background:var(--red);color:#fff;border-width:4px;font-family:Archivo,sans-serif}.services-block{border-bottom:5px solid #000}.services-heading{background:var(--yellow);border-bottom:5px solid #000;justify-content:space-between;align-items:end;gap:40px;padding:62px clamp(22px,10vw,190px);display:flex}.services-heading h2{letter-spacing:-.02em;margin:0;font:400 clamp(65px,8vw,125px)/.85 Anton,Impact,sans-serif}.services-heading p{max-width:500px;font-size:17px;font-weight:600;line-height:1.45}.service-grid{border-left:0 solid #000;grid-template-columns:repeat(4,1fr);display:grid}.service-card{color:#000;background:#fff;border-right:4px solid #000;flex-direction:column;gap:26px;min-height:350px;padding:38px;transition:background .16s,color .16s,transform .16s;display:flex}.service-card:last-child{border-right:0}.service-card>span{letter-spacing:.18em;font-size:12px;font-weight:900}.service-card h3{white-space:pre-line;text-transform:uppercase;margin:0;font:400 clamp(30px,3vw,44px)/1.05 Anton,Impact,sans-serif}.service-card p{color:#444;flex:1;margin:0;font-size:15px;line-height:1.5;transition:color .16s}.service-card b{font-size:25px}.service-card:hover{transform:translateY(-7px);box-shadow:0 7px #000}.service-card:hover p{color:inherit}.service-card.hover-yellow:hover{background:var(--yellow)}.service-card.hover-blue:hover{background:var(--blue);color:#fff}.service-card.hover-red:hover{background:var(--red);color:#fff}.service-card.hover-black:hover{color:var(--yellow);background:#000}.section-title h2,.belief-copy h2,.about-story h2,.contact-aside h2,.contact-strip h2,.pricing-intro h2{text-transform:uppercase;letter-spacing:-.02em;font-family:Anton,Impact,sans-serif;font-style:normal}.section-title h2 em,.contact-strip h2 em,.pricing-intro h2 em{font-style:normal}.work-art,.work-info,form,.principles article,.studio-steps article,.price-card{border-color:#000}.work-section{background:#fff}.belief{border-block:5px solid #000}.belief-art span,.belief-art strong,.belief-art b,.belief-art em{text-transform:uppercase;font-family:Anton,Impact,sans-serif;font-style:normal}.contact-strip{border-top:5px solid #000}.page-intro{background:var(--blue);color:#fff;background-image:radial-gradient(#ffffff2e 1.4px,#0000 1.4px);background-size:13px 13px;border-bottom:5px solid #000}.page-intro .dark-kicker span{background:var(--yellow)}footer{border-top:5px solid #000}.studio-hero{border-bottom:5px solid #000}.pricing-section{border-block:5px solid #000}@media (width<=980px){.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(2){border-right:0}.service-card{border-bottom:4px solid #000}.services-heading{flex-direction:column;align-items:flex-start}}@media (width<=620px){.service-grid{grid-template-columns:1fr}.service-card{border-right:0}.services-heading{padding:55px 22px}.services-heading h2{font-size:70px}.hero h1,.page-intro h1{font-size:58px}.header{border-bottom-width:3px}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}main,section,header,footer{max-width:100vw}img,svg{max-width:100%}.logo{gap:10px;min-width:0}.logo-mark,.header .logo-mark{flex:none}.logo-word{text-shadow:none;white-space:nowrap;align-self:center;margin-left:0;color:#000!important;transform:none!important}.logo-word span{color:#000!important;transform:none!important}.logo-word i{width:.34em}.hero,.studio-hero{width:100%;min-height:min(760px,100svh - 92px);padding-top:clamp(48px,7vh,90px);padding-bottom:clamp(48px,7vh,90px)}.hero-copy,.hero-collage,.studio-hero>div,.section-title>*{min-width:0}.hero h1,.page-intro h1,.studio-hero h1{overflow-wrap:break-word}.hero-collage{justify-self:center;width:100%;max-width:680px}.services-heading,.service-grid,.work-grid,.belief,.contact-strip,.about-story,.contact-page,.pricing-grid,.studio-steps{width:100%;max-width:100%}.service-card,.work-card,.price-card{min-width:0}.service-card{overflow:hidden}.service-card h3{overflow-wrap:anywhere}@media (width<=1200px){.header{gap:20px;padding-inline:28px}.header nav{gap:18px}.logo-word{font-size:20px}.hero{gap:4vw}.hero h1{font-size:clamp(58px,7.4vw,100px)}.service-card{min-height:330px;padding:30px}.service-card h3{font-size:clamp(27px,2.7vw,38px)}}@media (width<=980px){.header{padding-inline:22px}.logo-word{font-size:19px}.hero,.studio-hero{min-height:auto}.hero-collage{max-width:620px}.service-grid{overflow:hidden}.services-heading h2{font-size:clamp(58px,12vw,90px)}}@media (width<=620px){.header{min-height:78px;padding-block:8px}.header .logo-mark{width:50px;height:50px}.logo-word{letter-spacing:0;font-size:15px}.logo-word i{width:.27em}.hero,.studio-hero,.page-intro,.section,.about-story,.contact-page,.pricing-section{padding-left:18px;padding-right:18px}.hero h1,.page-intro h1,.studio-hero h1{letter-spacing:-.02em;font-size:clamp(48px,16vw,66px)}.hero h1 em,.page-intro h1 em,.studio-hero h1 em{-webkit-text-stroke:1px #000}.hero-collage{filter:drop-shadow(6px 6px #000);height:340px}.services-heading{padding:48px 18px}.service-card{min-height:280px;padding:28px 22px}.contact-strip h2{font-size:clamp(46px,15vw,62px)}.belief-art span,.belief-art strong,.belief-art b{font-size:clamp(48px,15vw,62px)}.belief-art em{font-size:clamp(44px,14vw,58px)}}.logo{align-items:center;gap:0;margin-right:auto;display:inline-flex}.unified-logo{object-fit:contain;object-position:left center;width:clamp(235px,22vw,330px);height:auto;max-height:76px;display:block}.header .unified-logo{width:clamp(230px,21vw,315px);max-height:72px}footer .unified-logo{width:290px;max-height:none}@media (width<=980px){.header .unified-logo{width:250px;max-height:64px}}@media (width<=620px){.header .unified-logo{width:205px;max-height:54px}footer .unified-logo{width:min(270px,85vw)}}.header{-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:4px solid #000;background-color:var(--yellow)!important;background-image:radial-gradient(#00000024 1.4px,#0000 1.4px)!important;background-size:13px 13px!important}.header nav a,.header .menu{color:#000}.header .menu span{background:#000}.header .start{color:#fff;background:#000}.header .start:hover{background:var(--red);color:#fff}.header .unified-logo{filter:none}.service-card h3{-webkit-hyphens:none;hyphens:none;max-width:100%;overflow-wrap:normal!important;word-break:keep-all!important;white-space:pre-line!important}@media (width>=981px) and (width<=1280px){.service-card h3{font-size:30px}.service-card{padding-inline:24px}}.header{align-items:center;height:112px;min-height:112px;border-bottom:0!important;padding-top:20px!important;padding-bottom:8px!important}.header .unified-logo,.header nav,.header .start,.header .menu{transform:translateY(4px)}@media (width<=980px){.header{height:auto;min-height:104px;padding-top:18px!important;padding-bottom:12px!important}.header nav{margin-top:6px;transform:none}.header .menu{transform:translateY(4px)}}@media (width<=620px){.header{min-height:92px;padding-top:14px!important;padding-bottom:8px!important}.header .unified-logo{transform:translateY(3px)}}.hero-system{isolation:isolate;height:min(640px,67vw);min-height:500px;position:relative;filter:none!important}.hero-system:before{content:"";background:var(--blue);clip-path:polygon(8% 0,100% 0,94% 42%,100% 100%,16% 95%,0 70%,5% 20%);border:5px solid #000;position:absolute;inset:4% 2% 7% 5%;transform:rotate(2deg);box-shadow:14px 14px #000}.hero-system>div{position:absolute}.system-window{z-index:3;width:76%;height:54%;box-shadow:10px 10px 0 var(--red);background:#fff;border:5px solid #000;top:19%;right:2%;transform:rotate(-2deg)}.window-bar{background:var(--yellow);letter-spacing:.12em;border-bottom:5px solid #000;align-items:center;gap:9px;height:52px;padding:0 16px;font-size:10px;font-weight:900;display:flex}.window-bar i{background:#fff;border:3px solid #000;border-radius:50%;width:15px;height:15px}.window-bar i:nth-child(2){background:var(--red)}.window-bar i:nth-child(3){background:var(--blue)}.window-bar b{margin-left:auto}.window-body{grid-template-columns:.55fr 1fr;align-items:center;gap:24px;height:calc(100% - 52px);padding:28px;display:grid;position:relative}.code-mark{color:var(--red);letter-spacing:-.12em;font:900 clamp(52px,6vw,90px)/1 Archivo,sans-serif}.code-lines{gap:13px;display:grid}.code-lines i{background:#000;height:12px;display:block}.code-lines i:first-child{background:var(--blue);width:92%}.code-lines i:nth-child(2){background:var(--red);width:70%}.code-lines i:nth-child(3){width:100%}.code-lines i:nth-child(4){background:var(--yellow);border:2px solid #000;width:58%}.launch-chip{color:#fff;letter-spacing:.1em;background:#000;padding:11px 14px;font-size:10px;font-weight:900;position:absolute;bottom:18px;right:22px}.system-burst{z-index:5;aspect-ratio:1;background:var(--yellow);clip-path:polygon(50% 0,61% 22%,82% 7%,80% 31%,100% 35%,80% 50%,98% 66%,74% 68%,79% 94%,58% 78%,49% 100%,39% 77%,17% 94%,22% 68%,0 64%,21% 49%,0 34%,23% 30%,18% 7%,40% 22%);text-align:center;border:5px solid #000;flex-direction:column;justify-content:center;align-items:center;width:210px;display:flex;top:1%;left:-2%;transform:rotate(-8deg)}.system-burst span{font:400 25px Anton,Impact,sans-serif}.system-burst strong{color:var(--red);-webkit-text-stroke:2px #000;font:400 50px/.8 Anton,Impact,sans-serif}.system-flow{z-index:6;letter-spacing:.1em;background:#fff;border:4px solid #000;align-items:center;gap:12px;padding:15px 19px;font-size:12px;font-weight:900;display:flex;bottom:4%;left:9%;transform:rotate(1deg);box-shadow:7px 7px #000}.system-flow b{color:var(--red);font-size:18px}.system-stamp{z-index:7;background:var(--red);color:#fff;text-align:center;border:5px solid #000;padding:16px 20px;font:400 21px/1 Anton,Impact,sans-serif;bottom:0;right:-1%;transform:rotate(7deg);box-shadow:6px 6px #000}.system-stamp strong{color:var(--yellow);font-weight:400}.system-pixels{z-index:2;grid-template-columns:repeat(3,1fr);gap:7px;width:145px;display:grid;top:2%;right:0;transform:rotate(8deg)}.system-pixels i{aspect-ratio:1;background:var(--yellow);border:3px solid #000}.system-pixels i:nth-child(2n){background:var(--red)}.system-pixels i:nth-child(3n){background:#fff}@media (width<=980px){.hero-system{max-width:720px;height:560px;min-height:0}.system-window{width:78%}}@media (width<=620px){.hero-system{min-height:0;height:400px!important}.system-burst{width:135px}.system-burst span{font-size:17px}.system-burst strong{font-size:33px}.system-window{width:88%;height:55%;top:21%}.window-bar{height:40px;padding-inline:10px}.window-bar i{border-width:2px;width:11px;height:11px}.window-bar b{display:none}.window-body{gap:12px;height:calc(100% - 40px);padding:18px}.code-mark{font-size:42px}.code-lines{gap:8px}.code-lines i{height:8px}.launch-chip{padding:8px;font-size:8px;bottom:10px;right:12px}.system-flow{gap:7px;padding:10px 11px;font-size:8px;bottom:3%;left:2%}.system-flow b{font-size:13px}.system-stamp{padding:10px 12px;font-size:15px;right:0}.system-pixels{gap:4px;width:90px}.system-pixels i{border-width:2px}}.hero-system:before{content:"";clip-path:polygon(8% 0,100% 0,94% 42%,100% 100%,16% 95%,0 70%,5% 20%);z-index:0;position:absolute;inset:3% 1% 6% 4%;transform:rotate(2deg);box-shadow:none!important;background:#000!important;border:0!important}.hero-system:after{content:"";background:var(--blue);clip-path:polygon(8% 0,100% 0,94% 42%,100% 100%,16% 95%,0 70%,5% 20%);z-index:1;position:absolute;inset:4.2% 2.2% 7.2% 5.2%;transform:rotate(2deg)}.system-burst{filter:drop-shadow(4px 0 #000)drop-shadow(-4px 0 #000)drop-shadow(0 4px #000)drop-shadow(0 -4px #000);isolation:isolate;z-index:8!important;border:0!important}.system-burst:after{content:"";background:var(--yellow);clip-path:inherit;z-index:-1;position:absolute;inset:5px}.system-window{z-index:4}.system-pixels{z-index:3}.system-flow{z-index:6}.system-stamp{z-index:7}@media (width<=620px){.system-burst{filter:drop-shadow(3px 0 #000)drop-shadow(-3px 0 #000)drop-shadow(0 3px #000)drop-shadow(0 -3px #000)}}.marquee{width:100%;max-width:100vw;overflow:hidden}.marquee .marquee-track{will-change:transform;width:max-content;min-width:200%;animation:28s linear infinite eden-marquee;display:flex}.marquee .marquee-track span{white-space:nowrap;flex:none;padding-right:1.2em;display:block}@keyframes eden-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee .marquee-track{animation:none;transform:none}}.system-burst-outline{aspect-ratio:1;clip-path:polygon(50% 0,61% 22%,82% 7%,80% 31%,100% 35%,80% 50%,98% 66%,74% 68%,79% 94%,58% 78%,49% 100%,39% 77%,17% 94%,22% 68%,0 64%,21% 49%,0 34%,23% 30%,18% 7%,40% 22%);background:#000;width:220px;position:absolute;top:1%;left:-2%;transform:rotate(-8deg);z-index:9!important}.system-burst-outline .system-burst{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;aspect-ratio:auto!important;background:var(--yellow)!important;clip-path:polygon(50% 0,61% 22%,82% 7%,80% 31%,100% 35%,80% 50%,98% 66%,74% 68%,79% 94%,58% 78%,49% 100%,39% 77%,17% 94%,22% 68%,0 64%,21% 49%,0 34%,23% 30%,18% 7%,40% 22%)!important;filter:none!important;z-index:1!important;border:0!important;width:auto!important;height:auto!important;position:absolute!important;inset:6px!important;transform:none!important}.system-burst-outline .system-burst:after{display:none!important}@media (width<=620px){.system-burst-outline{width:145px}.system-burst-outline .system-burst{inset:4px!important}}.selected-builds{background:#fff;border-block:5px solid #000}.selected-builds-head{background:var(--blue);color:#fff;border-bottom:5px solid #000;justify-content:space-between;align-items:center;gap:30px;min-height:205px;padding:42px clamp(24px,10vw,190px);display:flex}.selected-builds-head h2{letter-spacing:-.02em;margin:0;font:400 clamp(62px,7vw,112px)/.9 Anton,Impact,sans-serif}.selected-builds-head a{letter-spacing:.12em;font-size:13px;font-weight:900}.selected-builds-head a span{margin-left:10px}.build-list{padding:0 clamp(24px,8vw,150px)}.build-row{border-bottom:4px solid #000}.build-toggle{color:#000;text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:1.3fr 1fr 55px;align-items:center;gap:28px;width:100%;min-height:132px;padding:26px 42px;transition:background .15s,color .15s;display:grid}.build-toggle:hover,.build-row.active .build-toggle{background:var(--yellow)}.build-name{text-transform:uppercase;font:400 clamp(29px,3vw,46px)/1 Anton,Impact,sans-serif}.build-tag{letter-spacing:.09em;text-transform:uppercase;border:2px solid #000;justify-self:start;padding:10px 14px;font-size:11px;font-weight:900}.build-symbol{justify-self:end;font:400 42px/1 Anton,Impact,sans-serif}.build-detail{opacity:0;background:#fff;grid-template-columns:1fr auto;align-items:end;gap:45px;max-height:0;padding:0 42px;transition:max-height .28s,padding .28s,opacity .2s;display:grid;overflow:hidden}.build-row.active .build-detail{opacity:1;max-height:320px;padding:4px 42px 40px}.build-detail h3{text-transform:uppercase;margin:0 0 12px;font:400 clamp(30px,3vw,48px)/1 Anton,Impact,sans-serif}.build-detail p{color:#444;max-width:760px;margin:0;line-height:1.6}.build-detail>a{color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#000;padding:15px 18px;font-size:11px;font-weight:900}.build-detail>a:hover{background:var(--red)}@media (width<=760px){.selected-builds-head{flex-direction:column;align-items:flex-start;min-height:170px;padding:35px 20px}.selected-builds-head h2{font-size:clamp(55px,16vw,78px)}.build-list{padding-inline:0}.build-toggle{grid-template-columns:1fr 35px;gap:15px;min-height:110px;padding:24px 20px}.build-tag{grid-area:2/1;font-size:9px}.build-symbol{grid-area:1/2/3}.build-detail{grid-template-columns:1fr;padding-inline:20px}.build-row.active .build-detail{gap:22px;max-height:430px;padding:2px 20px 30px}.build-detail>a{justify-self:start}}.hero h1{letter-spacing:-.02em!important;margin:24px 0!important;font-size:clamp(52px,6vw,88px)!important;line-height:.92!important}@media (width<=980px){.hero h1{font-size:clamp(50px,9vw,76px)!important}}@media (width<=620px){.hero h1{font-size:clamp(43px,13vw,58px)!important;line-height:.94!important}}body:has(main>.page-intro+.contact-page) .header{background-color:var(--blue)!important;background-image:radial-gradient(#ffffff2e 1.4px,#0000 1.4px)!important;background-size:13px 13px!important}body:has(main>.page-intro+.contact-page) .header .unified-logo{filter:brightness(0)invert()}body:has(main>.page-intro+.contact-page) .header nav a{color:#fff}body:has(main>.page-intro+.contact-page) .header .start{color:var(--yellow)}body:has(main>.page-intro+.contact-page) .header .start span{color:var(--yellow)}body:has(main>.page-intro+.contact-page) .header .menu span{background:#fff}.studio-contact-strip{background:var(--yellow);color:var(--ink)}.studio-contact-strip .button.light{background:var(--blue);color:var(--yellow);border-color:#000;box-shadow:4px 4px #000}.studio-contact-strip .button.light:hover{color:var(--yellow);background:#000}body:has(main>.studio-hero) .studio-hero{background-color:var(--yellow);background-image:radial-gradient(#00000042 1.5px,#0000 1.5px);background-size:13px 13px}body:has(main>.studio-hero) .studio-contact-strip{background-color:var(--yellow);background-image:radial-gradient(#00000042 1.5px,#0000 1.5px);background-size:13px 13px}body:has(main>.studio-hero) footer{background-color:var(--yellow);background-image:radial-gradient(#00000042 1.5px,#0000 1.5px);background-size:13px 13px}body:has(main>.studio-hero) .studio-contact-strip{border-top:0;margin-top:0}body:has(main>.studio-hero) footer{border-top:0}body:has(main>.studio-hero) footer .copyright{border-top:0}:is(body:has(main>.work-page-intro) .header,body:has(main>.work-page-intro) .work-page-intro,body:has(main>.work-page-intro) .work-contact-strip){background-color:var(--blue);background-image:radial-gradient(#00000047 1.5px,#0000 1.5px);background-size:13px 13px}body:has(main>.work-page-intro) .header{color:#000;-webkit-backdrop-filter:none;backdrop-filter:none}body:has(main>.work-page-intro) .header nav a{color:#000}body:has(main>.work-page-intro) .header .start{color:var(--yellow);background:#000}body:has(main>.work-page-intro) .header .start span{color:var(--yellow)}body:has(main>.work-page-intro) .work-page-intro{color:#fff}body:has(main>.work-page-intro) .work-page-intro h1 em{color:var(--red)}body:has(main>.work-page-intro) .work-contact-strip{color:#fff}body:has(main>.work-page-intro) .work-contact-strip h2 em{color:var(--red)}body:has(main>.work-page-intro) .work-contact-strip .button.light{background:var(--yellow);color:#000;border:3px solid #000;box-shadow:5px 5px #000}body:has(main>.work-page-intro) footer{background-color:var(--blue);color:#fff;background-image:radial-gradient(#00000047 1.5px,#0000 1.5px);background-size:13px 13px;border-top-color:#000}body:has(main>.work-page-intro) .header .unified-logo{filter:brightness(0)invert()}body:has(main>.work-page-intro) footer .unified-logo{filter:brightness(0)invert()}body:has(main>.work-page-intro) .header{color:#fff}body:has(main>.work-page-intro) .header nav a{color:#fff}body:has(main>.work-page-intro) footer{color:#fff}body:has(main>.work-page-intro) footer a{color:#fff}body:has(main>.work-page-intro) footer p{color:#fff}body:has(main>.work-page-intro) .header .menu span{background:#fff}body:has(main>.work-page-intro) footer .copyright{border-top-color:#ffffffa6}body:has(main>.work-page-intro) .header{background-color:var(--blue)!important;background-image:radial-gradient(#00000047 1.5px,#0000 1.5px)!important;background-size:13px 13px!important}body:has(main>.work-page-intro) footer{border-top:0!important}
