@import 'https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap';:root{--navy:#071b2d;--navy-2:#0b263d;--cyan:#06c7ea;--cyan-soft:#bdeffa;--paper:#f4f5f1;--white:#fff;--ink:#102336;--muted:#65717c;--orange:#ff922f;--coral:#ff6257;--yellow:#ffc400;--line:rgba(16,35,54,.16);--pad:clamp(24px,5vw,80px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:dm sans,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-header{position:absolute;z-index:30;top:0;left:0;width:100%;height:106px;padding:24px var(--pad);display:flex;align-items:center;justify-content:space-between;color:var(--white)}.logo-link{display:block;width:164px;padding:9px 13px;background:#fff0;border-radius:2px}.logo-link img{width:100%;height:auto}.header-actions{display:flex;align-items:center;gap:30px}.header-contact{font-size:13px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:4px}.menu-toggle{display:flex;align-items:center;gap:13px;border:0;background:0 0;color:inherit;cursor:pointer;padding:12px 0 12px 12px}.menu-label{font-size:14px}.menu-icon{width:29px;height:16px;display:block;position:relative}.menu-icon i,.menu-close i{position:absolute;left:0;width:100%;height:1px;background:currentColor;transition:transform .25s}.menu-icon i:first-child{top:3px}.menu-icon i:last-child{bottom:3px;width:70%;left:auto;right:0}.menu-toggle:hover .menu-icon i:last-child{width:100%}.menu-backdrop{position:fixed;z-index:80;inset:0;background:rgba(2,13,23,.63);opacity:0;visibility:hidden;cursor:pointer}.site-menu{position:fixed;z-index:90;top:0;right:0;width:min(560px,48vw);height:100%;padding:31px clamp(30px,4vw,66px);background:var(--cyan);color:var(--navy);display:flex;flex-direction:column;transform:translateX(102%);visibility:hidden}.menu-topline{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.menu-close{position:relative;width:36px;height:36px;border:0;background:0 0;color:var(--navy);cursor:pointer}.menu-close i{top:17px}.menu-close i:first-child{transform:rotate(45deg)}.menu-close i:last-child{transform:rotate(-45deg)}.site-menu nav{margin:auto 0;display:flex;flex-direction:column}.site-menu nav a{position:relative;display:flex;align-items:center;gap:22px;padding:12px 0;text-decoration:none;font:500 clamp(29px,3.2vw,50px)/1.05 manrope,sans-serif;letter-spacing:-.045em;overflow:hidden}.site-menu nav a span{width:28px;font:500 10px/1 dm sans,sans-serif;letter-spacing:.08em}.site-menu nav a:after{content:"";position:absolute;bottom:5px;left:50px;width:calc(100% - 50px);height:1px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .35s}.site-menu nav a:hover:after,.site-menu nav a[aria-current=page]:after{transform:scaleX(1)}.menu-footer{display:flex;align-items:end;justify-content:space-between;gap:20px;font-size:12px}.menu-footer p{margin:0}.menu-footer a{text-underline-offset:4px}.home-hero,.page-hero{position:relative;min-height:100svh;padding:150px var(--pad)70px;background:var(--navy);color:var(--white);overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,black,transparent 88%)}.hero-copy{position:relative;z-index:2;max-width:1260px}.kicker{margin:0 0 25px;font-size:11px;font-weight:600;letter-spacing:.17em;text-transform:uppercase;color:var(--cyan)}.kicker.dark{color:var(--ink)}.hero-title{margin:0;font:500 clamp(52px,7.7vw,118px)/.94 manrope,sans-serif;letter-spacing:-.065em}.title-line{display:block;overflow:hidden}.title-text{display:block}.js .title-text{animation:title-reveal .95s cubic-bezier(.22,1,.36,1)both}.js .title-line:nth-child(2) .title-text{animation-delay:.1s}.js .title-line:nth-child(3) .title-text{animation-delay:.2s}@keyframes title-reveal{from{transform:translateY(110%)}to{transform:translateY(0)}}.hero-title em,.page-title em{font-style:normal;color:var(--cyan)}.hero-bottom{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:30px;margin-top:55px;padding-left:36%}.hero-bottom>p{max-width:540px;margin:0;color:rgba(255,255,255,.67);font-size:clamp(16px,1.5vw,20px);line-height:1.55}.round-link{flex:0 0 108px;width:108px;height:108px;border:1px solid rgba(255,255,255,.32);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:12px;transition:background .3s,color .3s,transform .3s}.round-link b{font-size:20px;font-weight:400}.round-link:hover{background:var(--cyan);color:var(--navy);transform:rotate(-5deg)}.hero-mark{position:absolute;right:-2vw;bottom:-15vw;width:43vw;height:43vw;border:1px solid rgba(6,199,234,.25);border-radius:50%;display:grid;place-items:center;color:rgba(6,199,234,8%);font:600 28vw/1 manrope,sans-serif;transform:rotate(-12deg)}.chocolatine-badge{position:absolute;z-index:3;right:clamp(24px,4vw,70px);top:20%;width:clamp(135px,12vw,180px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center}.chocolatine-badge img{position:relative;z-index:2;width:58%;height:auto}.chocolatine-text{position:absolute;inset:0;width:100%;height:100%;overflow:visible;animation:chocolatine-spin 18s linear infinite}.chocolatine-text text{fill:var(--white);font:600 7px/1 dm sans,sans-serif;letter-spacing:2.7px;text-transform:uppercase}@keyframes chocolatine-spin{to{transform:rotate(360deg)}}.section-pad{padding:120px var(--pad)}.section-index{padding-bottom:20px;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.13em;text-transform:uppercase}.section-index.light{color:rgba(255,255,255,.52);border-color:rgba(255,255,255,.18)}.intro-section{display:grid;grid-template-columns:1.15fr .85fr;column-gap:8vw;background:var(--paper)}.intro-section>.section-index{grid-column:1/-1;margin-bottom:76px}.intro-statement h2,.process-heading h2,.service-promise h2,.contact-intro h2{margin:0;font:500 clamp(36px,4.5vw,68px)/1.05 manrope,sans-serif;letter-spacing:-.055em}.intro-statement h2 em,.service-promise h2 em{font-style:normal;color:#079fc4}.intro-copy{align-self:end;padding-bottom:8px}.intro-copy p,.service-description,.contact-intro>p:last-child{margin:0 0 28px;color:var(--muted);font-size:17px;line-height:1.7}.text-link{display:inline-flex;gap:25px;text-decoration:none;border-bottom:1px solid;padding-bottom:7px;font-weight:600;font-size:13px}.services-section,.deliverables{background:var(--navy);color:var(--white)}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:50px;padding:72px 0}.section-title-row h2,.deliverable-head h2{margin:0;font:500 clamp(42px,6vw,84px)/.98 manrope,sans-serif;letter-spacing:-.06em}.section-title-row p{max-width:390px;margin:0 0 8px;color:rgba(255,255,255,.58);line-height:1.6}.service-list{border-top:1px solid rgba(255,255,255,.18)}.service-row{display:grid;grid-template-columns:70px 1.3fr 1fr 40px;align-items:center;gap:25px;padding:34px 4px;border-bottom:1px solid rgba(255,255,255,.18);text-decoration:none;transition:padding .3s,background .3s}.service-row:hover{padding-left:18px;padding-right:18px;background:rgba(6,199,234,8%)}.service-num{color:var(--cyan);font-size:11px}.service-row h3{margin:0;font:500 clamp(27px,3vw,43px)/1 manrope,sans-serif;letter-spacing:-.04em}.service-row p{margin:0;color:rgba(255,255,255,.56);font-size:14px;line-height:1.5}.service-row b{color:var(--cyan);font-size:22px;font-weight:400}.process-section>.section-index{margin-bottom:76px}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw}.process-heading{max-width:570px}.process-steps{list-style:none;margin:0;padding:0}.process-steps li{display:grid;grid-template-columns:50px 1fr;gap:25px;padding:0 0 30px;margin-bottom:30px;border-bottom:1px solid var(--line)}.process-steps li>span{font-size:11px;color:#079fc4}.process-steps h3{margin:0 0 9px;font:600 25px/1.1 manrope,sans-serif}.process-steps p{margin:0;color:var(--muted);line-height:1.6}.contact-band,.service-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:80px var(--pad);background:var(--cyan);color:var(--navy)}.contact-band p,.service-cta p{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.contact-band a,.service-cta a{display:flex;align-items:center;gap:30px;text-decoration:none;font:500 clamp(42px,6vw,86px)/1 manrope,sans-serif;letter-spacing:-.06em}.contact-band a span,.service-cta a span{font-size:.5em}.site-footer{position:relative;overflow:hidden;padding:110px var(--pad)28px;background:#03111d;color:var(--white)}.footer-watermark{position:absolute;left:-2vw;bottom:-3vw;color:transparent;-webkit-text-stroke:1px rgba(6,199,234,9%);font:600 16vw/1 manrope,sans-serif;letter-spacing:-.1em;pointer-events:none;white-space:nowrap}.footer-lead{position:relative;z-index:2;padding-bottom:90px;border-bottom:1px solid rgba(255,255,255,.17)}.footer-lead-row{display:flex;align-items:end;justify-content:space-between;gap:40px}.footer-lead h2{margin:0;font:500 clamp(48px,7.4vw,108px)/.93 manrope,sans-serif;letter-spacing:-.07em}.footer-lead h2 em{color:var(--cyan);font-style:normal}.footer-round-link{flex:0 0 138px;width:138px;height:138px;border-radius:50%;background:var(--cyan);color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:13px;transition:transform .35s,background .35s}.footer-round-link b{font-size:26px;font-weight:400}.footer-round-link:hover{transform:rotate(-7deg)scale(1.04);background:var(--white)}.footer-main{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .55fr 1fr;gap:8vw;padding:68px 0 78px}.footer-brand{display:flex;align-items:flex-start;gap:clamp(20px,3vw,46px)}.footer-brand>a{display:block;flex:0 0 190px;width:190px;padding:10px 15px;background:#fff0;border-radius:2px}.footer-brand img{width:100%;height:auto}.footer-brand>p{max-width:370px;margin:27px 0 0;color:rgba(255,255,255,.5);line-height:1.65}.tarn-badge{position:relative;flex:0 0 180px;width:180px;aspect-ratio:1;margin:0;display:grid;place-items:center}.tarn-badge>img{position:relative;z-index:2;width:56%;height:auto}.tarn-badge-text{position:absolute;inset:0;width:100%;height:100%;overflow:visible;animation:chocolatine-spin 18s linear infinite}.tarn-badge-text text{fill:var(--white);font:600 7px/1 dm sans,sans-serif;letter-spacing:4.6px;text-transform:uppercase}.footer-nav,.footer-contact{display:flex;align-items:flex-start;flex-direction:column;gap:11px}.footer-nav>p,.footer-contact>p{margin:0 0 18px;color:var(--cyan);font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.footer-nav a{position:relative;color:rgba(255,255,255,.72);text-decoration:none;font-size:14px;transition:color .2s,transform .2s}.footer-nav a:hover{color:var(--white);transform:translateX(4px)}.footer-contact>a{display:flex;align-items:center;gap:17px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.32);text-decoration:none;font:500 clamp(18px,2vw,27px)/1.2 manrope,sans-serif;letter-spacing:-.03em}.footer-contact>a span{color:var(--cyan)}.footer-contact small{color:rgba(255,255,255,.4);font-size:11px}.footer-bottom{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-top:25px;border-top:1px solid rgba(255,255,255,.17);color:rgba(255,255,255,.4);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.footer-bottom>div{display:flex;gap:22px}.footer-bottom a{color:inherit;text-decoration:none}.footer-bottom a:hover{color:var(--white)}.footer-bottom>span:last-child{text-align:right}.page-hero{display:flex;align-items:end;min-height:82svh}.page-hero-copy{position:relative;z-index:2;width:100%}.page-title{max-width:1140px;margin:0;font:500 clamp(51px,7.5vw,110px)/.95 manrope,sans-serif;letter-spacing:-.065em}.page-lead{max-width:600px;margin:45px 0 0 40%;color:rgba(255,255,255,.65);font-size:18px;line-height:1.6}.page-count{position:absolute;right:var(--pad);top:145px;color:rgba(6,199,234,.14);font:500 clamp(120px,24vw,350px)/1 manrope,sans-serif;letter-spacing:-.08em}.service-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw}.service-intro>.section-index{grid-column:1/-1;margin-bottom:50px}.service-description p{margin:0 0 24px}.deliverables>.section-index{margin-bottom:65px}.deliverable-head{margin-bottom:70px}.deliverable-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.18)}.deliverable-card{min-height:275px;padding:35px;background:var(--navy)}.deliverable-card span{color:var(--cyan);font-size:11px}.deliverable-card h3{margin:65px 0 15px;font:500 28px/1.1 manrope,sans-serif}.deliverable-card p{max-width:470px;margin:0;color:rgba(255,255,255,.55);line-height:1.6}.service-catalog,.about-values{background:var(--navy);color:var(--white)}.service-catalog>.section-index,.about-values>.section-index{margin-bottom:65px}.service-catalog-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:6vw;align-items:start;margin-bottom:70px}.service-catalog-head h2{max-width:940px;margin:0;font:500 clamp(38px,5.5vw,76px)/1 manrope,sans-serif;letter-spacing:-.055em}.service-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.16)}.service-category{min-height:420px;padding:38px;background:var(--navy)}.service-category-number{color:var(--cyan);font-size:11px}.service-category h3{margin:65px 0 18px;font:500 clamp(28px,3vw,42px)/1.05 manrope,sans-serif;letter-spacing:-.04em}.service-category>p{max-width:540px;margin:0 0 30px;color:rgba(255,255,255,.56);line-height:1.65}.service-category ul{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.15)}.service-category li{position:relative;padding:14px 0 14px 22px;border-bottom:1px solid rgba(255,255,255,.15);font-size:14px}.service-category li:before{content:"↗";position:absolute;left:0;color:var(--cyan)}.about-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.about-intro>.section-index{grid-column:1/-1;margin-bottom:45px}.about-signature{width:min(32vw,390px);aspect-ratio:1;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--cyan);font:500 clamp(80px,13vw,180px)/1 manrope,sans-serif;letter-spacing:-.09em}.about-story{max-width:680px;color:var(--muted);font-size:18px;line-height:1.75}.about-story p{margin:0 0 25px}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.16)}.about-value{position:relative;min-height:300px;padding:36px;background:var(--navy);overflow:hidden}.about-value>span{color:var(--cyan);font-size:11px}.about-value h3{position:relative;z-index:2;margin:65px 0 16px;font:500 30px/1.1 manrope,sans-serif;letter-spacing:-.035em}.about-value p{position:relative;z-index:2;max-width:500px;margin:0;color:rgba(255,255,255,.56);line-height:1.65}.about-footer-space{height:clamp(70px,9vw,140px);background:var(--paper)}.legal-content>.section-index{margin-bottom:65px}.legal-text{max-width:850px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.75}.legal-text h2{margin:60px 0 18px;color:var(--ink);font:500 clamp(28px,4vw,44px)/1.1 manrope,sans-serif;letter-spacing:-.04em}.legal-text h2:first-child{margin-top:0}.legal-text h3{margin:34px 0 12px;color:var(--ink);font:600 20px/1.3 manrope,sans-serif}.legal-text p,.legal-text ul{margin:0 0 20px}.legal-text a{color:var(--ink);text-underline-offset:4px}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:28px 22px}.contact-form label{display:flex;flex-direction:column;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.09em}.contact-form label:last-of-type{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);border-radius:0;background:0 0;padding:14px 0;color:var(--ink);outline:none;text-transform:none;letter-spacing:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan)}.contact-form button{justify-self:start;border:0;background:var(--navy);color:var(--white);padding:16px 22px;cursor:pointer}.contact-form button span{color:var(--cyan);margin-left:22px}.form-note{grid-column:1/-1;margin:0;color:var(--muted);font-size:11px}.contact-form .botcheck{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-form .contact-consent{grid-column:1/-1;display:grid;grid-template-columns:20px 1fr;align-items:start;gap:12px;text-transform:none;letter-spacing:0;line-height:1.55}.contact-form .contact-consent input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--cyan)}.contact-consent a{color:inherit;text-underline-offset:3px}.contact-form button:disabled{cursor:wait;opacity:.65}.form-note.is-success{color:#16734a}.form-note.is-error{color:#b42318}.featured-work>.section-index,.projects-list>.section-index{margin-bottom:65px}.featured-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:70px}.featured-heading h2{margin:0;font:500 clamp(40px,5.4vw,78px)/1 manrope,sans-serif;letter-spacing:-.06em}.featured-projects,.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.project-preview{text-decoration:none}.project-visual{position:relative;aspect-ratio:1.35;overflow:hidden;background:var(--project-color);display:grid;place-items:center;color:rgba(255,255,255,.84)}.project-visual:before{content:"";position:absolute;width:65%;height:65%;border:1px solid rgba(255,255,255,.32);border-radius:50%;transition:transform .6s}.project-visual>span{font:500 clamp(65px,10vw,145px)/1 manrope,sans-serif;letter-spacing:-.1em;transition:transform .6s}.project-visual>b{position:absolute;right:20px;top:18px;font-size:11px;font-weight:500}.project-preview:hover .project-visual:before{transform:scale(1.25)}.project-preview:hover .project-visual>span{transform:scale(.94)}.project-meta{display:grid;grid-template-columns:1fr auto;gap:7px 20px;padding:22px 2px}.project-meta h2,.project-meta h3{margin:0;font:500 clamp(25px,3vw,38px)/1 manrope,sans-serif;letter-spacing:-.04em}.project-meta p{grid-column:1;margin:0;color:var(--muted);font-size:13px}.project-meta>span{grid-row:1/3;grid-column:2;align-self:center;font-size:12px}.projects-list{background:var(--paper)}.project-hero{--project-color:#06c7ea;position:relative;min-height:88svh;padding:150px var(--pad)65px;background:var(--project-color);color:var(--white);display:flex;align-items:end;overflow:hidden}.project-hero-top{position:absolute;z-index:2;left:var(--pad);right:var(--pad);top:135px;display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.project-hero-copy{position:relative;z-index:2;width:100%}.project-hero .kicker{color:var(--white)}.project-hero .page-lead{color:rgba(255,255,255,.76)}.project-hero-mark{position:absolute;right:-4vw;top:12%;color:rgba(255,255,255,.12);font:500 31vw/1 manrope,sans-serif;letter-spacing:-.12em}.project-summary{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw}.project-facts>div{display:flex;justify-content:space-between;gap:25px;padding:18px 0;border-bottom:1px solid var(--line)}.project-facts span{color:var(--muted);font-size:12px}.project-facts strong{font-weight:500;text-align:right}.project-story h2{margin:0 0 35px;font:500 clamp(34px,4.2vw,62px)/1.05 manrope,sans-serif;letter-spacing:-.055em}.project-story>div{max-width:650px;color:var(--muted);font-size:17px;line-height:1.7}.project-story p{margin:0 0 22px}.project-showcase{padding:8vw;background:var(--project-color)}.browser-mockup{max-width:1180px;margin:auto;background:var(--white);box-shadow:0 30px 80px rgba(0,0,0,.2)}.browser-bar{height:46px;padding:0 18px;display:flex;align-items:center;gap:7px;background:#eef0ed;color:var(--muted)}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#b8bdb8}.browser-bar span{margin-left:auto;margin-right:auto;font-size:10px}.browser-content{min-height:500px;padding:9vw 8vw;background:var(--navy);color:var(--white);position:relative;overflow:hidden}.browser-content>span{position:absolute;right:-3vw;bottom:-7vw;color:rgba(6,199,234,.12);font:500 27vw/1 manrope,sans-serif}.browser-content h2{position:relative;max-width:760px;margin:0;font:500 clamp(38px,6vw,82px)/.98 manrope,sans-serif;letter-spacing:-.06em}.browser-content p{position:relative;margin:35px 0 0;color:rgba(255,255,255,.6)}.project-results>.section-index{margin-bottom:55px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.result{padding:38px;background:var(--paper)}.result strong{font:500 clamp(42px,5vw,75px)/1 manrope,sans-serif;letter-spacing:-.06em;color:#079fc4}.result p{margin:15px 0 0;color:var(--muted)}.project-nav{display:flex;align-items:center;justify-content:space-between;padding:55px var(--pad);background:var(--cyan)}.project-nav a{text-decoration:none;font-weight:600}.project-nav a:last-child{font:500 clamp(25px,3vw,42px)/1 manrope,sans-serif;letter-spacing:-.04em}.project-nav span{margin-left:15px}.device-showcase{max-width:1380px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(18px,3vw,48px);align-items:center}.device-shot{margin:0}.device-shot img{display:block;width:100%;height:auto;box-shadow:0 30px 70px rgba(3,17,29,.22)}.device-shot figcaption{margin-top:14px;color:rgba(255,255,255,.68);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.device-iphone{transform:translateY(7%)}.browser-bar a{margin-left:auto;margin-right:auto;color:var(--muted);font-size:10px;text-decoration:none}.browser-bar a:hover{color:var(--ink)}.browser-mockup.has-screenshot{max-width:850px}.client-screenshot-scroll{height:min(72vh,760px);min-height:520px;overflow-y:auto;overscroll-behavior:contain;background:var(--white);scrollbar-color:var(--cyan)#e5e8e5;scrollbar-width:thin}.client-screenshot-scroll:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.client-screenshot-scroll img{display:block;width:100%;height:auto}.client-site-frame{position:relative;height:min(72vh,760px);min-height:520px;background:var(--white)}.client-site-frame iframe{position:relative;z-index:2;display:block;width:100%;height:100%;border:0;background:var(--white)}.client-site-frame>p{position:absolute;z-index:1;inset:50% auto auto 50%;transform:translate(-50%,-50%);margin:0;text-align:center;font-size:12px}.client-site-frame>p a{color:var(--ink)}@media(max-width:900px){.site-menu{width:min(620px,82vw)}.intro-section,.process-grid,.service-intro,.contact-layout,.project-summary{grid-template-columns:1fr}.intro-copy,.service-description{max-width:650px}.hero-bottom{padding-left:0}.service-row{grid-template-columns:45px 1fr 28px}.service-row p{display:none}.page-lead{margin-left:0}.deliverable-grid{grid-template-columns:1fr}.project-story{max-width:760px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom>span:last-child{display:none}}@media(max-width:620px){.site-header{height:86px;padding-top:18px;padding-bottom:18px}.logo-link{width:132px}.header-contact{display:none}.site-menu{width:100%;padding:25px}.menu-footer{align-items:start;flex-direction:column}.home-hero,.page-hero{padding-top:125px}.home-hero{min-height:780px}.hero-title{font-size:clamp(45px,14vw,66px)}.hero-bottom{display:block;margin-top:45px}.round-link{margin-top:35px;width:90px;height:90px}.hero-mark{width:86vw;height:86vw;right:-35vw;bottom:-12vw;font-size:54vw}.section-pad{padding-top:80px;padding-bottom:80px}.intro-section>.section-index,.process-section>.section-index{margin-bottom:50px}.section-title-row,.featured-heading{display:block;padding:55px 0}.section-title-row p,.featured-heading .text-link{margin-top:25px}.service-row{padding:27px 2px}.contact-band,.service-cta{display:block;padding-top:60px;padding-bottom:60px}.contact-band a,.service-cta a{margin-top:22px}.site-footer{padding-top:78px}.footer-lead-row{display:block}.footer-round-link{width:105px;height:105px;margin-top:38px}.footer-main{grid-template-columns:1fr;gap:52px;padding:55px 0}.footer-brand{grid-column:auto}.footer-bottom{display:flex;align-items:flex-start;flex-direction:column}.footer-bottom>div{flex-wrap:wrap}.footer-watermark{font-size:55vw;bottom:7vw}.page-hero{min-height:720px}.page-title{font-size:clamp(45px,13vw,65px)}.page-count{top:120px}.deliverable-card{min-height:245px}.contact-form{grid-template-columns:1fr}.contact-form label:last-of-type,.form-note{grid-column:auto}.featured-projects,.projects-grid{grid-template-columns:1fr}.project-hero{min-height:760px}.project-hero-mark{font-size:60vw;right:-10vw;top:22%}.project-hero-top{top:110px}.project-showcase{padding:24px}.browser-content{min-height:390px;padding:70px 28px}.result-grid{grid-template-columns:1fr}.project-nav{align-items:start;flex-direction:column;gap:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .title-text{animation:none;transform:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.live-device-showcase{max-width:1420px;margin:auto;display:grid;grid-template-columns:minmax(0,1.55fr)minmax(220px,.48fr);gap:clamp(20px,4vw,64px);align-items:center}.live-device{margin:0;min-width:0}.live-device-canvas{position:relative;width:100%}.live-device-frame{position:relative;z-index:1;display:block;width:100%;height:auto;pointer-events:none}.live-device-screen{position:absolute;z-index:2;overflow-y:auto;overscroll-behavior:contain;background:var(--white);scrollbar-width:none}.live-device-screen::-webkit-scrollbar{display:none}.live-device-screen:focus-visible{outline:3px solid var(--cyan);outline-offset:2px}.live-device-screen img{display:block;width:100%;height:auto}.live-device-notch{position:absolute;z-index:3;display:block;background:#020202;pointer-events:none}.live-macbook .live-device-canvas{aspect-ratio:1600/1100}.live-macbook .live-device-screen{left:9.3%;top:6.9%;width:82.25%;height:77.25%;border-radius:1.2%}.live-macbook .live-device-notch{left:45.45%;top:6.8%;width:10%;height:5.5%;border-radius:0 0 8px 8px}.live-iphone .live-device-canvas{aspect-ratio:640/1140}.live-iphone .live-device-screen{left:9.85%;top:5.75%;width:80.45%;height:88.1%;border-radius:9%/5%;box-shadow:inset 0 0 0 2px #020202}.live-iphone .live-device-notch{left:28.75%;top:5.7%;width:41.6%;height:6.2%;border-radius:0 0 18px 18px}.live-device figcaption{margin-top:14px;color:rgba(255,255,255,.68);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.project-hero.has-image{background-color:var(--project-color);background-image:linear-gradient(90deg,rgba(3,17,29,.94) 0%,rgba(3,17,29,.76) 48%,rgba(3,17,29,.26) 100%),linear-gradient(0deg,rgba(3,17,29,.48),transparent 45%),var(--hero-image);background-size:cover;background-position:50% 12%;background-repeat:no-repeat}.project-hero.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(6,199,234,.16),transparent 45%);pointer-events:none}.project-hero.has-image .project-hero-copy,.project-hero.has-image .project-hero-top{z-index:3}.project-hero.has-image .project-hero-mark{z-index:2;color:rgba(255,255,255,8%)}.project-showcase.has-texture{background-color:#aeb2b4;background-image:var(--project-bg);background-size:cover;background-position:50%}.project-showcase.has-metal-gradient{background-color:#aeb3b7;background-image:radial-gradient(circle at 78% 18%,rgba(255,255,255,.82),transparent 30%),radial-gradient(circle at 18% 86%,rgba(70,79,87,.28),transparent 38%),linear-gradient(128deg,#707980 0%,#cdd2d5 32%,#f0f2f3 52%,#9ba3a8 76%,#626b72 100%);box-shadow:inset 0 1px rgba(255,255,255,.7),inset 0 -1px rgba(0,0,0,.18)}.project-showcase.has-texture .live-device figcaption,.project-showcase.has-metal-gradient .live-device figcaption{color:rgba(7,27,45,.68)}.featured-projects{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-projects .project-meta{grid-template-columns:1fr}.featured-projects .project-meta>span{grid-row:auto;grid-column:1;margin-top:6px}.featured-projects .project-visual>span{font-size:clamp(58px,8vw,112px)}@media(max-width:900px){.featured-projects{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.featured-projects,.live-device-showcase,.device-showcase{grid-template-columns:1fr}.live-iphone{width:min(72vw,330px);margin:auto}.device-iphone{transform:none}.client-site-frame,.client-screenshot-scroll{height:590px;min-height:0}}@media(max-width:620px){.chocolatine-badge{top:auto;right:22px;bottom:42px;width:118px}}@media(max-width:620px){.footer-brand{gap:14px}.footer-brand>a{flex-basis:150px;width:150px}.tarn-badge{flex-basis:142px;width:142px}}@media(max-width:900px){.service-catalog-head,.about-intro{grid-template-columns:1fr}.about-signature{width:min(65vw,330px)}.service-category-grid,.about-values-grid{grid-template-columns:1fr}}@media(max-width:620px){.service-category{min-height:0;padding:30px 24px}.service-category h3{margin-top:45px}.about-value{min-height:260px;padding:30px 24px}}.service-category{position:relative;overflow:hidden}.service-category h3,.service-category>p,.service-category ul{position:relative;z-index:2}.service-category li{padding-left:26px}.service-category li:before{position:absolute;left:0;color:var(--cyan)}.service-symbol{position:absolute;right:34px;top:28px;width:112px;height:82px;color:var(--cyan);opacity:.8;transition:opacity .35s,transform .5s cubic-bezier(.22,1,.36,1)}.service-category:hover .service-symbol{opacity:1;transform:scale(1.06)}.service-symbol i,.service-symbol b{position:absolute;display:block;box-sizing:border-box}.service-category:nth-child(1) .service-symbol i{left:50%;top:50%;border:1px solid;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s,opacity .5s}.service-category:nth-child(1) .service-symbol i:nth-child(1){width:72px;height:72px;opacity:.25}.service-category:nth-child(1) .service-symbol i:nth-child(2){width:48px;height:48px;opacity:.55}.service-category:nth-child(1) .service-symbol i:nth-child(3){width:20px;height:20px;background:currentColor}.service-category:nth-child(1):hover .service-symbol i:nth-child(1){width:82px;height:82px;opacity:.45}.service-category:nth-child(1):hover .service-symbol i:nth-child(2){width:56px;height:56px}.service-category:nth-child(2) .service-symbol{display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:12px 10px;border-bottom:1px solid rgba(6,199,234,.4)}.service-category:nth-child(2) .service-symbol i{position:relative;width:17px;background:currentColor;transform-origin:bottom;transition:height .5s cubic-bezier(.22,1,.36,1)}.service-category:nth-child(2) .service-symbol i:nth-child(1){height:22px;opacity:.35}.service-category:nth-child(2) .service-symbol i:nth-child(2){height:38px;opacity:.65}.service-category:nth-child(2) .service-symbol i:nth-child(3){height:58px}.service-category:nth-child(2):hover .service-symbol i:nth-child(1){height:35px}.service-category:nth-child(2):hover .service-symbol i:nth-child(2){height:52px}.service-category:nth-child(2):hover .service-symbol i:nth-child(3){height:68px}.service-category:nth-child(3) .service-symbol i{width:34px;height:28px;border:1px solid;transition:transform .5s,background .35s}.service-category:nth-child(3) .service-symbol i:nth-child(1){left:8px;top:8px}.service-category:nth-child(3) .service-symbol i:nth-child(2){left:48px;top:8px}.service-category:nth-child(3) .service-symbol i:nth-child(3){left:28px;top:43px}.service-category:nth-child(3) .service-symbol b{left:68px;top:43px;width:34px;height:28px;border:1px dashed;opacity:.45}.service-category:nth-child(3):hover .service-symbol i:nth-child(1){transform:translate(20px,35px)}.service-category:nth-child(3):hover .service-symbol i:nth-child(2){transform:translate(20px,35px);background:currentColor}.service-category:nth-child(3):hover .service-symbol i:nth-child(3){transform:translate(-20px,-35px)}.service-category:nth-child(4) .service-symbol:before,.service-category:nth-child(4) .service-symbol:after{content:"";position:absolute;left:22px;right:22px;top:40px;height:1px;background:currentColor;transform-origin:center;transition:transform .5s}.service-category:nth-child(4) .service-symbol:after{transform:rotate(32deg)}.service-category:nth-child(4) .service-symbol i{width:18px;height:18px;border:1px solid;border-radius:50%;background:var(--navy);transition:transform .5s,background .35s}.service-category:nth-child(4) .service-symbol i:nth-child(1){left:8px;top:31px}.service-category:nth-child(4) .service-symbol i:nth-child(2){left:47px;top:5px}.service-category:nth-child(4) .service-symbol i:nth-child(3){right:8px;top:31px}.service-category:nth-child(4) .service-symbol b{left:47px;bottom:2px;width:18px;height:18px;border:1px solid;border-radius:50%;background:var(--navy)}.service-category:nth-child(4):hover .service-symbol:after{transform:rotate(-32deg)}.service-category:nth-child(4):hover .service-symbol i:nth-child(2){transform:translateY(10px);background:currentColor}.service-category:nth-child(4):hover .service-symbol i:nth-child(1){transform:translateX(8px)}.service-category:nth-child(4):hover .service-symbol i:nth-child(3){transform:translateX(-8px)}.service-category:nth-child(1) li:nth-child(1):before{content:"↻"}.service-category:nth-child(1) li:nth-child(2):before{content:"◉"}.service-category:nth-child(1) li:nth-child(3):before{content:"◇"}.service-category:nth-child(2) li:nth-child(1):before{content:"↗"}.service-category:nth-child(2) li:nth-child(2):before{content:"⌖"}.service-category:nth-child(2) li:nth-child(3):before{content:"∿"}.service-category:nth-child(3) li:nth-child(1):before{content:"＋"}.service-category:nth-child(3) li:nth-child(2):before{content:"✎"}.service-category:nth-child(4) li:nth-child(1):before{content:"?"}.service-category:nth-child(4) li:nth-child(2):before{content:"◎"}.service-category:nth-child(4) li:nth-child(3):before{content:"∞"}.about-value-icon{position:absolute;right:34px;top:27px;width:108px;height:76px;color:var(--cyan);opacity:.78;transition:opacity .35s,transform .5s cubic-bezier(.22,1,.36,1)}.about-value:hover .about-value-icon{opacity:1;transform:scale(1.07)}.about-value-icon i,.about-value-icon b{position:absolute;display:block;box-sizing:border-box}.about-value:nth-child(1) .about-value-icon i{width:55px;height:35px;border:1px solid;border-radius:18px;transition:transform .5s,background .35s}.about-value:nth-child(1) .about-value-icon i:nth-child(1){left:5px;top:8px}.about-value:nth-child(1) .about-value-icon i:nth-child(2){right:5px;bottom:7px}.about-value:nth-child(1) .about-value-icon i:nth-child(3){left:24px;top:23px;width:8px;height:8px;border:0;background:currentColor}.about-value:nth-child(1) .about-value-icon b{right:24px;bottom:22px;width:8px;height:8px;border-radius:50%;background:currentColor}.about-value:nth-child(1):hover .about-value-icon i:nth-child(1){transform:translateX(8px)}.about-value:nth-child(1):hover .about-value-icon i:nth-child(2){transform:translateX(-8px)}.about-value:nth-child(2) .about-value-icon i{left:50%;top:50%;border:1px solid;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s,opacity .5s}.about-value:nth-child(2) .about-value-icon i:nth-child(1){width:72px;height:72px;opacity:.28}.about-value:nth-child(2) .about-value-icon i:nth-child(2){width:45px;height:45px;opacity:.55}.about-value:nth-child(2) .about-value-icon i:nth-child(3){width:12px;height:12px;background:currentColor}.about-value:nth-child(2):hover .about-value-icon i:nth-child(1){width:82px;height:82px;opacity:.48}.about-value:nth-child(2):hover .about-value-icon i:nth-child(2){width:52px;height:52px}.about-value:nth-child(3) .about-value-icon i{right:5px;height:2px;background:currentColor;transform-origin:right;transition:width .5s}.about-value:nth-child(3) .about-value-icon i:nth-child(1){top:13px;width:88px;opacity:.35}.about-value:nth-child(3) .about-value-icon i:nth-child(2){top:36px;width:66px;opacity:.65}.about-value:nth-child(3) .about-value-icon i:nth-child(3){top:59px;width:44px}.about-value:nth-child(3):hover .about-value-icon i:nth-child(1){width:55px}.about-value:nth-child(3):hover .about-value-icon i:nth-child(2){width:78px}.about-value:nth-child(3):hover .about-value-icon i:nth-child(3){width:95px}.about-value:nth-child(4) .about-value-icon:before,.about-value:nth-child(4) .about-value-icon:after{content:"";position:absolute;top:20px;width:44px;height:34px;border:1px solid;border-radius:50%;transition:transform .5s}.about-value:nth-child(4) .about-value-icon:before{left:12px;transform:rotate(28deg)}.about-value:nth-child(4) .about-value-icon:after{right:12px;transform:rotate(-28deg)}.about-value:nth-child(4) .about-value-icon i:nth-child(1){left:50%;top:36px;width:16px;height:1px;background:currentColor;transform:translateX(-50%)}.about-value:nth-child(4):hover .about-value-icon:before{transform:rotate(-12deg)translateX(4px)}.about-value:nth-child(4):hover .about-value-icon:after{transform:rotate(12deg)translateX(-4px)}.deliverables-creation .deliverable-card{position:relative;overflow:hidden}.creation-deliverable-icon{position:absolute;right:34px;top:28px;width:110px;height:80px;color:var(--cyan);opacity:.8;transition:opacity .35s,transform .5s cubic-bezier(.22,1,.36,1)}.deliverables-creation .deliverable-card:hover .creation-deliverable-icon{opacity:1;transform:scale(1.07)}.creation-deliverable-icon i,.creation-deliverable-icon b{position:absolute;display:block;box-sizing:border-box}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon i{left:50%;top:50%;border:1px solid;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s,opacity .5s}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon i:nth-child(1){width:72px;height:72px;opacity:.3}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon i:nth-child(2){width:44px;height:44px;opacity:.6}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon i:nth-child(3){width:10px;height:10px;background:currentColor}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon:before,.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon:after{content:"";position:absolute;left:50%;top:50%;background:currentColor;opacity:.45}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon:before{width:90px;height:1px;transform:translate(-50%,-50%)}.deliverables-creation .deliverable-card:nth-child(1) .creation-deliverable-icon:after{width:1px;height:78px;transform:translate(-50%,-50%)}.deliverables-creation .deliverable-card:nth-child(1):hover .creation-deliverable-icon i:nth-child(1){width:82px;height:82px}.deliverables-creation .deliverable-card:nth-child(1):hover .creation-deliverable-icon i:nth-child(2){width:52px;height:52px}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i{border:1px solid;transition:transform .5s,background .35s}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(1){left:5px;top:5px;width:78px;height:56px}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(2){right:4px;bottom:3px;width:38px;height:54px;background:var(--navy)}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(3){left:16px;top:17px;width:45px;height:1px;border:0;background:currentColor;opacity:.55}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon b{left:16px;top:29px;width:28px;height:18px;border:1px solid;opacity:.45}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon i:nth-child(1){transform:translateX(8px)}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon i:nth-child(2){transform:translateX(-8px);background:currentColor}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon:before,.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon:after{position:absolute;top:14px;color:currentColor;font:48px/1 dm sans,sans-serif;transition:transform .5s}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon:before{content:"‹";left:8px}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon:after{content:"›";right:8px}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon i{left:42px;width:28px;height:1px;background:currentColor;transition:width .5s,left .5s}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon i:nth-child(1){top:25px}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon i:nth-child(2){top:39px;opacity:.65}.deliverables-creation .deliverable-card:nth-child(3) .creation-deliverable-icon i:nth-child(3){top:53px;opacity:.35}.deliverables-creation .deliverable-card:nth-child(3):hover .creation-deliverable-icon:before{transform:translateX(-7px)}.deliverables-creation .deliverable-card:nth-child(3):hover .creation-deliverable-icon:after{transform:translateX(7px)}.deliverables-creation .deliverable-card:nth-child(3):hover .creation-deliverable-icon i{left:37px;width:38px}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i{border:1px solid;border-radius:50%;transition:transform .5s,opacity .5s}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(1){left:9px;bottom:6px;width:68px;height:68px;opacity:.3}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(2){left:29px;bottom:26px;width:28px;height:28px;opacity:.65}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(3){left:39px;bottom:36px;width:8px;height:8px;background:currentColor}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon b{right:9px;top:5px;width:48px;height:48px;border-top:2px solid;border-right:2px solid;transition:transform .5s}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon b{transform:translate(6px,-6px)}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon i:nth-child(1){transform:scale(1.15);opacity:.5}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(1){transform-origin:center;transition:transform .7s cubic-bezier(.22,1,.36,1),background .35s}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(2){transform-origin:center;transition:transform .7s cubic-bezier(.22,1,.36,1),background .35s}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon i:nth-child(3){transform-origin:left;transition:transform .6s,width .6s}.deliverables-creation .deliverable-card:nth-child(2) .creation-deliverable-icon b{transition:transform .65s,opacity .4s}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon i:nth-child(1){transform:translate(-7px,-5px)rotate(-3deg)}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon i:nth-child(2){transform:translate(9px,-11px)rotate(6deg);background:currentColor}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon i:nth-child(3){width:58px;transform:translateX(-4px)scaleX(.75)}.deliverables-creation .deliverable-card:nth-child(2):hover .creation-deliverable-icon b{transform:translate(5px,4px)scale(.82);opacity:.8}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon{overflow:visible}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon b{right:13px;top:8px;width:61px;height:43px;border:0;background:currentColor;clip-path:polygon(0 48%,100% 0,63% 100%,49% 60%);transform:rotate(-8deg);transform-origin:center;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .35s}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i{height:1px;border:0;border-radius:0;background:currentColor;transform:rotate(-32deg);transform-origin:right;transition:width .65s,opacity .45s,transform .65s}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(1){left:7px;bottom:18px;width:54px;height:1px;opacity:.25}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(2){left:20px;bottom:25px;width:39px;height:1px;opacity:.5}.deliverables-creation .deliverable-card:nth-child(4) .creation-deliverable-icon i:nth-child(3){left:34px;bottom:32px;width:25px;height:1px;opacity:.85}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon b{transform:translate(18px,-17px)rotate(-14deg)}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon i:nth-child(1){width:75px;opacity:.5;transform:rotate(-32deg)translateX(-5px)}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon i:nth-child(2){width:58px;opacity:.75;transform:rotate(-32deg)translateX(-3px)}.deliverables-creation .deliverable-card:nth-child(4):hover .creation-deliverable-icon i:nth-child(3){width:40px;transform:rotate(-32deg)}.deliverables-refonte .deliverable-card{position:relative;overflow:hidden}.refonte-deliverable-icon{position:absolute;right:34px;top:28px;width:110px;height:80px;color:var(--cyan);opacity:.8;transition:opacity .35s,transform .55s cubic-bezier(.22,1,.36,1)}.deliverables-refonte .deliverable-card:hover .refonte-deliverable-icon{opacity:1;transform:scale(1.07)}.refonte-deliverable-icon i,.refonte-deliverable-icon b{position:absolute;display:block;box-sizing:border-box}.deliverables-refonte .deliverable-card:nth-child(1) .refonte-deliverable-icon i:nth-child(1){left:10px;top:6px;width:59px;height:59px;border:1px solid;border-radius:50%;transition:transform .6s}.deliverables-refonte .deliverable-card:nth-child(1) .refonte-deliverable-icon i:nth-child(2){left:28px;top:24px;width:23px;height:23px;border:1px solid;border-radius:50%;opacity:.55}.deliverables-refonte .deliverable-card:nth-child(1) .refonte-deliverable-icon i:nth-child(3){left:63px;top:58px;width:40px;height:2px;background:currentColor;transform:rotate(42deg);transform-origin:left;transition:transform .6s,width .6s}.deliverables-refonte .deliverable-card:nth-child(1) .refonte-deliverable-icon b{left:16px;top:36px;width:47px;height:1px;background:currentColor;opacity:.45;transition:top .6s}.deliverables-refonte .deliverable-card:nth-child(1):hover .refonte-deliverable-icon i:nth-child(1){transform:translate(7px,-5px)rotate(12deg)}.deliverables-refonte .deliverable-card:nth-child(1):hover .refonte-deliverable-icon i:nth-child(3){width:49px;transform:rotate(30deg)}.deliverables-refonte .deliverable-card:nth-child(1):hover .refonte-deliverable-icon b{top:20px}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon:before,.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon:after{content:"";position:absolute;left:18px;right:18px;top:39px;height:1px;background:currentColor;transition:transform .6s}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon:before{transform:rotate(25deg)}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon:after{transform:rotate(-25deg)}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon i{width:18px;height:18px;border:1px solid;border-radius:50%;background:var(--navy);transition:transform .6s,background .35s}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon i:nth-child(1){left:4px;top:31px}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon i:nth-child(2){left:46px;top:4px}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon i:nth-child(3){right:4px;top:31px}.deliverables-refonte .deliverable-card:nth-child(2) .refonte-deliverable-icon b{left:46px;bottom:4px;width:18px;height:18px;border-radius:50%;background:currentColor}.deliverables-refonte .deliverable-card:nth-child(2):hover .refonte-deliverable-icon:before{transform:rotate(-25deg)}.deliverables-refonte .deliverable-card:nth-child(2):hover .refonte-deliverable-icon:after{transform:rotate(25deg)}.deliverables-refonte .deliverable-card:nth-child(2):hover .refonte-deliverable-icon i:nth-child(2){transform:translateY(14px);background:currentColor}.deliverables-refonte .deliverable-card:nth-child(3) .refonte-deliverable-icon i{width:54px;height:50px;border:1px solid;transition:transform .65s,background .4s}.deliverables-refonte .deliverable-card:nth-child(3) .refonte-deliverable-icon i:nth-child(1){left:4px;top:4px}.deliverables-refonte .deliverable-card:nth-child(3) .refonte-deliverable-icon i:nth-child(2){left:28px;top:16px;transform:rotate(12deg);opacity:.65}.deliverables-refonte .deliverable-card:nth-child(3) .refonte-deliverable-icon i:nth-child(3){right:4px;bottom:3px;transform:rotate(24deg);opacity:.35}.deliverables-refonte .deliverable-card:nth-child(3) .refonte-deliverable-icon b{left:49px;top:33px;width:12px;height:12px;border-radius:50%;background:currentColor}.deliverables-refonte .deliverable-card:nth-child(3):hover .refonte-deliverable-icon i:nth-child(1){transform:translate(20px,10px)rotate(45deg);background:currentColor}.deliverables-refonte .deliverable-card:nth-child(3):hover .refonte-deliverable-icon i:nth-child(2){transform:translate(-16px,18px)rotate(-18deg)}.deliverables-refonte .deliverable-card:nth-child(3):hover .refonte-deliverable-icon i:nth-child(3){transform:translate(-28px,-26px)rotate(8deg)}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon i{top:18px;width:35px;height:44px;border:1px solid;transition:transform .7s,background .35s}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon i:nth-child(1){left:4px}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon i:nth-child(2){right:4px}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon i:nth-child(3){left:41px;top:39px;width:28px;height:1px;border:0;background:currentColor}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon b:before,.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon b:after{content:"";position:absolute;top:39px;width:35px;height:1px;background:currentColor;transition:transform .6s}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon b:before{left:28px;transform:rotate(35deg)}.deliverables-refonte .deliverable-card:nth-child(4) .refonte-deliverable-icon b:after{right:28px;transform:rotate(-35deg)}.deliverables-refonte .deliverable-card:nth-child(4):hover .refonte-deliverable-icon i:nth-child(1){transform:translateX(67px);background:currentColor}.deliverables-refonte .deliverable-card:nth-child(4):hover .refonte-deliverable-icon i:nth-child(2){transform:translateX(-67px)}.deliverables-refonte .deliverable-card:nth-child(4):hover .refonte-deliverable-icon b:before{transform:rotate(-35deg)}.deliverables-refonte .deliverable-card:nth-child(4):hover .refonte-deliverable-icon b:after{transform:rotate(35deg)}