/* The moving studio: image, word and interaction share the composition. */
:root{--spring:cubic-bezier(.19,1,.22,1)}
.moving-manifesto{background:#242d24;color:#eff0d7;padding:40px var(--edge) 48px;overflow:hidden}.manifesto-top,.manifesto-foot{display:flex;align-items:center;justify-content:space-between;gap:30px}.manifesto-top{font-size:14px;opacity:.7;margin-bottom:28px}.moving-manifesto h2{font-weight:400;font-size:clamp(42px,6.3vw,102px);line-height:1.1;letter-spacing:-.055em}.phrase-line{display:flex;align-items:center;gap:.18em;white-space:nowrap;padding:8px 0;transform:translateX(calc(var(--phrase-shift,0)*1px));transition:transform .12s linear}.phrase-line:nth-child(2){justify-content:center}.phrase-line:nth-child(3){justify-content:flex-end}.word-window{height:.85em;width:1.75em;display:inline-block;overflow:hidden;border-radius:70px;flex-shrink:0;transform:rotate(calc(var(--phrase-tilt,0)*1deg));transition:transform .15s linear}.word-window img{width:100%;height:100%;object-fit:cover;transform:scale(1.12)}.product-window{border-radius:4px}.idea-window{border-radius:8px 70px 70px 8px}.manifesto-foot{margin-top:30px}.manifesto-foot p{font-size:16px;line-height:1.65}.manifesto-foot .text-link{font-size:16px}.studio-signoff{padding:60px var(--edge);background:#d6e9b1;color:#17382b;display:flex;gap:40px;align-items:center;justify-content:space-between}.studio-signoff h2{font-size:clamp(42px,5vw,80px);line-height:1.15;letter-spacing:-.05em}.studio-signoff h2>span{display:block}.signoff-links{display:flex;flex-direction:column;align-items:stretch;gap:12px}.signoff-links .quiet-button{min-width:200px}.studio-signoff em{display:inline-block;transform:translateX(calc(var(--phrase-shift,0)*.35px))}
/* A small film desk: the selected frame comes forward from an open fan. */
.film-desk{background:#190e14;color:#f1e9d8;padding:48px var(--edge) 55px;overflow:hidden;transition:background 1s var(--spring)}.desk-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.desk-heading h2{font-size:clamp(42px,5.5vw,84px);line-height:1.1;letter-spacing:-.055em}.desk-heading a{font-size:15px}.desk-stage{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:45px 0}.desk-card{color:var(--project-ink,#eee);background:var(--project-bg,#102a22);border:1px solid #e9edd933;box-shadow:0 16px 45px #0005;border-radius:5px;overflow:hidden}.desk-screen{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#101513}.desk-screen img,.desk-screen video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.desk-card.theme-artero .desk-screen img,.desk-card.theme-artero .desk-screen video{object-fit:contain;background:#ce95a8}.desk-play{position:absolute;right:20px;bottom:20px;border:1px solid #ffffff70;border-radius:30px;padding:12px 20px;font-size:14px;background:#11251c90;color:#fff;backdrop-filter:blur(12px)}.desk-caption{display:flex;align-items:center;justify-content:space-between;padding:17px 23px;gap:20px}.desk-caption h3{font-size:28px;letter-spacing:-.045em;line-height:1.2}.desk-project{font-size:14px;text-decoration:underline;text-underline-offset:5px}.desk-choices{display:none}.has-js .desk-stage{position:relative;height:clamp(430px,42vw,640px);display:block;padding:0;margin:25px 0 0;perspective:1600px}.has-js .desk-card{position:absolute;left:50%;top:50%;width:69%;max-width:940px;transform:translate(calc(-50% + var(--card-x,0px)),calc(-50% + var(--card-y,0px))) rotate(var(--card-turn,0deg)) scale(var(--card-scale,1));z-index:var(--card-z,1);transition:transform 1.1s var(--spring),filter .9s var(--spring),opacity .9s;filter:brightness(.52);pointer-events:none}.has-js .desk-card.is-current{filter:none;pointer-events:auto}.has-js .desk-card:not(.is-current) .desk-caption{visibility:hidden}.has-js .desk-choices{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #e9edd940;padding-top:12px;position:relative;z-index:10}.desk-choices button{background:none;text-align:left;padding:20px 18px 15px 0;position:relative;opacity:.5;transition:opacity .4s}.desk-choices button:after{content:'';position:absolute;left:0;top:-13px;width:calc(100% - 25px);height:2px;background:#e5ecb5;transform:scaleX(0);transform-origin:left;transition:transform .7s var(--spring)}.desk-choices button[aria-pressed=true]{opacity:1}.desk-choices button[aria-pressed=true]:after{transform:scaleX(1)}.desk-choices button:hover{opacity:1}.desk-choices span{display:block;font-size:24px;letter-spacing:-.03em}.desk-choices small{display:block;font-size:13px;line-height:1.6;margin-top:5px}
/* Services are a visual selection, not an essay. */
.services-page{background:#151e1a;color:#eee9dc}.service-intro-new{padding:125px var(--edge) 35px}.service-intro-new>p{font-size:14px;margin-bottom:14px;color:#cbd5bf}.service-intro-new h1{font-size:clamp(55px,8vw,120px);line-height:1.1;letter-spacing:-.065em}.service-playground{padding:0 var(--edge) 40px}.service-switch{display:none}.has-js .service-switch{display:flex;gap:30px;margin-bottom:28px;border-bottom:1px solid #e9edd933}.service-switch button{background:none;font-size:22px;padding:16px 4px;opacity:.48;position:relative;transition:opacity .4s}.service-switch button:after{content:'';position:absolute;inset:auto 0 -1px;height:2px;background:#d7e9b1;transform:scaleX(0);transform-origin:left;transition:transform .65s var(--spring)}.service-switch button[aria-pressed=true],.service-switch button:hover{opacity:1}.service-switch button[aria-pressed=true]:after{transform:scaleX(1)}.service-scene{display:grid;grid-template-columns:1.5fr 1fr;gap:0;background:#d1e3b1;color:#163627;margin-bottom:40px;border-radius:4px;overflow:hidden}.service-art{position:relative;min-height:440px;overflow:hidden;isolation:isolate}.service-art:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#1118);z-index:-1}.service-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform 1.5s var(--spring)}.service-art-word{position:absolute;bottom:27px;left:30px;font-size:clamp(55px,6.5vw,100px);letter-spacing:-.06em;line-height:1;color:#fff5df;font-family:var(--serif);font-style:italic;transform:translateY(0);transition:transform 1s var(--spring),opacity .7s}.service-scene-copy{padding:clamp(30px,4vw,60px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.service-scene-copy h2{font-size:clamp(30px,3.2vw,51px);letter-spacing:-.045em;line-height:1.15;max-width:430px}.service-scene-copy ul{list-style:none;padding:0;margin:30px 0;display:flex;flex-wrap:wrap;gap:10px}.service-scene-copy li{font-size:14px;border:1px solid #16362750;border-radius:30px;padding:8px 12px;line-height:1.35}.service-scene-copy p{font-size:16px;line-height:1.75;max-width:380px}.service-scene-copy>a{margin-top:28px;font-size:16px}.service-product{background:#f5ae64;color:#351509}.service-motion{background:#d3aed1;color:#37122e}.has-js .service-scenes{position:relative;display:grid}.has-js .service-scene{grid-area:1/1;margin-bottom:0;opacity:0;visibility:hidden;transition:opacity .7s,visibility .7s;pointer-events:none}.has-js .service-scene.is-current{opacity:1;visibility:visible;pointer-events:auto}.has-js .service-scene:not(.is-current) img{transform:scale(1.1)}.has-js .service-scene:not(.is-current) .service-art-word{transform:translateY(35px);opacity:0}.service-end{padding:38px var(--edge) 65px;display:grid;grid-template-columns:1fr auto;gap:20px 40px;align-items:center}.service-end>p{grid-column:1/-1;font-size:16px;color:#c5d2b8}.service-end h2{font-size:clamp(42px,5vw,78px);line-height:1.1;letter-spacing:-.05em}.service-end a{font-size:16px}
/* The workflow pairs the current stage with a living visual board. */
.process-page .process-heading{padding-bottom:45px}.process-page .process-heading h1{font-size:clamp(56px,7vw,108px);margin-top:18px}.visual-workflow{grid-template-columns:1.15fr 1fr;gap:7vw}.workflow-visual-column{position:sticky;top:115px;padding-bottom:15px}.process-visual{aspect-ratio:4/3;position:relative;overflow:hidden;background:#d8e1bf;color:#173a2c;border-radius:5px;isolation:isolate}.process-art{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s,visibility .7s;overflow:hidden}.process-art.is-current{opacity:1;visibility:visible}.process-art-label{position:absolute;bottom:22px;left:25px;font-size:clamp(19px,2.2vw,33px);font-family:var(--serif);font-style:italic;line-height:1.2}.brief-collage{position:absolute;inset:30px 25px 60px;display:flex;align-items:center;justify-content:center;perspective:900px}.brief-photo{height:80%;width:45%;object-fit:cover;position:absolute;border:5px solid #f1efd7;box-shadow:0 12px 30px #1234}.brief-photo-0{transform:translateX(-58%) rotate(-12deg);animation:board-left 7s ease-in-out infinite}.brief-photo-1{transform:rotate(4deg);z-index:2;animation:board-middle 7s ease-in-out infinite}.brief-photo-2{transform:translateX(58%) rotate(12deg);animation:board-right 7s ease-in-out infinite}.storyboard{position:absolute;inset:25px 25px 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:center}.storyboard figure{border-top:2px solid #173a2c;padding-top:12px;animation:storyboard-in 5s var(--spring) infinite}.storyboard figure:nth-child(2){animation-delay:.3s}.storyboard figure:nth-child(3){animation-delay:.6s}.storyboard img{height:180px;object-fit:cover;filter:grayscale(1)}.storyboard figcaption{font-size:14px;margin-top:12px}.process-film{position:absolute;inset:0}.process-film img,.process-film video{width:100%;height:100%;object-fit:cover}.process-art[data-process-art=production],.process-art[data-process-art=delivery]{color:#fff;background:#0c241c}.process-art[data-process-art=production]:after,.process-art[data-process-art=delivery]:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#000a);z-index:0}.process-art .process-art-label{z-index:3}.edit-tracks{position:absolute;left:25px;right:25px;bottom:70px;height:70px;background:#10231ccf;padding:10px;display:grid;gap:6px;z-index:2}.edit-tracks>span{height:9px;background:#d5e7a7;width:75%}.edit-tracks>span:nth-child(2){width:55%;margin-left:30%;background:#efb98d}.edit-tracks>span:nth-child(3){width:87%;background:#c5b1e2}.edit-tracks>i{position:absolute;inset:0 auto 0 0;width:2px;background:#fff;animation:edit-playhead 6s linear infinite}.finish-aperture{position:absolute;inset:14px;border:1px solid #fff7;z-index:2;animation:frame-breathe 6s ease-in-out infinite}.visual-workflow .workflow-nav{position:static;display:flex;gap:10px;justify-content:space-between;padding-top:18px}.visual-workflow .workflow-nav>a{display:block;flex:1;font-size:18px;padding:12px 0;letter-spacing:-.02em}.visual-workflow .workflow-nav>a span{display:none}.visual-workflow .workflow-step{padding:60px 0 65px;min-height:490px;display:flex;align-items:center}.visual-workflow .workflow-step:first-child{border-top:0}.visual-workflow .step-body h2{font-size:clamp(58px,6vw,94px);margin-top:0}.visual-workflow .step-body h2 em{color:#d9e7ac}.visual-workflow .step-body>p{font-size:17px;line-height:1.8}.visual-workflow .step-body .step-result{font-size:16px}.visual-workflow .stage-details{margin-top:25px}.visual-workflow .stage-details p{font-size:15px}.process-finale{padding:55px var(--edge);background:#d5e4ae;color:#163a2c;display:flex;align-items:center;justify-content:space-between;gap:35px}.process-finale h2{font-size:clamp(40px,5vw,75px);line-height:1.13;letter-spacing:-.04em}.process-finale a{flex-shrink:0}
@keyframes board-left{50%{transform:translate(-64%,-7px) rotate(-16deg)}}@keyframes board-middle{50%{transform:translateY(-10px) rotate(-2deg)}}@keyframes board-right{50%{transform:translate(64%,-6px) rotate(16deg)}}@keyframes storyboard-in{0%,15%{transform:translateY(8px);filter:opacity(.5)}40%,100%{transform:none;filter:none}}@keyframes edit-playhead{to{left:100%}}@keyframes frame-breathe{50%{inset:24px}} 
/* A playful production calculator, built around a miniature film sequence. */
.calculator-page{background:#dfedbb;color:#173c30}.calculator-heading{padding:118px var(--edge) 30px;display:flex;align-items:baseline;justify-content:space-between;gap:25px}.calculator-heading h1{font-size:clamp(44px,5.4vw,82px);letter-spacing:-.06em;line-height:1.1}.calculator-heading p{font-size:16px}.calculator-room{padding:0 var(--edge) 60px;display:grid;grid-template-columns:1fr 1.05fr;grid-template-rows:auto 1fr;gap:0 6vw;align-items:start}.playful-form{grid-column:1;grid-row:1/3}.playful-form fieldset{padding:18px 0 24px}.playful-form legend{font-size:21px}.type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.playful-form .type-buttons label{margin:0;position:relative}.type-buttons input{position:absolute;opacity:0;width:1px!important;height:1px!important;min-height:0!important}.type-buttons span{display:flex;align-items:center;justify-content:center;border:1px solid #173c3040;min-height:50px;border-radius:35px;font-size:16px;cursor:pointer;transition:background .4s,color .4s,transform .5s var(--spring)}.type-buttons input:checked+span{background:#173c30;color:#edf2d5;transform:scale(.98)}.type-buttons input:focus-visible+span{outline:2px solid #173c30;outline-offset:3px}.playful-form label.style-choice{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;margin-top:18px}.playful-form select{background:#eef3d6;min-height:45px;margin-top:7px;font-size:15px}.style-choice select{margin:0}.playful-form .length-heading{margin-top:18px}.playful-form .length-heading #seconds{font-size:25px;width:85px;background:transparent;border:0;border-bottom:1px solid #173c3060;border-radius:0;padding:4px 8px}.playful-form input[type=range]{margin-top:14px}.playful-form label.scene-input{margin-top:12px}.scene-stepper{display:flex;align-items:center;gap:2px}.scene-stepper button{border:1px solid #173c3055;background:none;border-radius:50%;width:42px;height:42px;min-height:42px;font-size:22px}.playful-form .scene-stepper input{width:55px;min-height:45px;padding:0;margin:0;background:none;border:0;text-align:center;font-size:25px;appearance:textfield}.scene-stepper input::-webkit-inner-spin-button{appearance:none}.playful-form .field-note{font-size:14px;line-height:1.6;max-width:400px;margin-top:12px}.starting-details{border-top:1px solid #173c3040;padding:18px 0 5px}.starting-details summary{font-size:16px}.starting-details>label{font-size:14px}.scope-preview{grid-column:2;grid-row:1;background:#173c30;color:#edf1d5;position:relative;overflow:hidden;padding:22px 25px;border-radius:5px;transition:background .6s}.scope-preview-top,.scope-preview-bottom{display:flex;justify-content:space-between;gap:20px;font-size:13px;line-height:1.5}.scope-preview-top>span:first-child{font-size:15px}.scope-frames{display:flex;height:180px;align-items:center;justify-content:center;perspective:750px;margin:14px 0;gap:0}.scope-shot{width:calc(90% / var(--visible-scenes,4));height:130px;flex-shrink:0;border:4px solid #f1eddb;border-bottom-width:17px;position:relative;background:#182a22;box-shadow:0 8px 24px #0006;transform:rotate(calc(var(--shot-turn,0)*1deg)) translateY(calc(var(--shot-lift,0)*1px));animation:shot-arrive .7s var(--spring) both;transition:width .7s var(--spring),transform .9s var(--spring)}.scope-shot img{width:100%;height:100%;object-fit:cover;filter:var(--sketch-filter,none)}.scope-shot:after{content:'';position:absolute;inset:auto 5px -11px;width:15px;height:2px;background:#173c3070}.scope-ruler{height:16px;position:relative;margin-top:0;background:repeating-linear-gradient(90deg,#e3ecd855 0 1px,transparent 1px 12px);border-top:1px solid #e3ecd860;margin-bottom:12px}.scope-playhead{position:absolute;left:0;top:-9px;width:3px;height:28px;background:#effbc8;border-radius:1px;animation:scope-scan var(--scope-speed,8s) linear infinite}.scope-preview-bottom{opacity:.75;font-size:12px}.playful-result{grid-column:2;grid-row:2;position:static;background:none;color:#173c30;padding:20px 0 0;overflow:visible;border-radius:0}.playful-result>p:first-child{font-size:14px}.playful-result .estimate-reading{margin:4px 0;gap:15px}.playful-result .estimate-reading>span:first-child{font-size:clamp(60px,6vw,96px)}.playful-result .estimate-reading>span:last-child{font-size:26px}.playful-result #estimate-caption{color:#385448;font-size:14px}.playful-result .estimate-contact{background:#173c30;color:#eff1d9;margin-top:18px;border-radius:30px;padding:14px 20px;font-size:16px}.playful-result .estimate-contact:hover{background:#2b5541}.playful-result .scope-note,.playful-result #estimate-error{color:#813d21;border-color:#813d2150;font-size:14px;margin-top:12px;padding:12px 0}.estimate-fineprint{margin-top:16px}.estimate-fineprint summary{font-size:14px}.estimate-fineprint p{font-size:14px;line-height:1.7;margin-top:14px}.estimate-fineprint .scope-summary{border-color:#173c3040;margin-top:16px;padding-top:16px}.estimate-fineprint .scope-summary h2{font-size:18px}.estimate-fineprint .scope-summary p{color:#385448;font-size:14px}.estimate-fineprint .effort-bar{background:#173c3010}.estimate-fineprint .effort-bar:after{background:#527647}.estimate-fineprint .phase-list{gap:14px;font-size:13px}.playful-form .mobile-estimate-link{display:none}
@keyframes scope-scan{to{left:100%}}@keyframes shot-arrive{from{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}
/* The mascot uses the original supplied contours; the runway wraps at both edges. */
.site-footer.compact-footer,.contact-page .site-footer.compact-footer{padding:42px var(--edge) 22px;background:#10241d;color:#e7edd8;overflow:hidden}.compact-directory{display:grid;grid-template-columns:1.15fr 1fr;gap:7vw;align-items:start}.footer-invite{display:flex;flex-direction:column;align-items:flex-start;gap:17px}.footer-invite>a:first-child{font-size:clamp(35px,3.4vw,54px);line-height:1.1;letter-spacing:-.04em}.footer-invite .footer-email{font-size:16px}.footer-links{display:flex;flex-direction:column;gap:22px;padding-top:6px}.footer-links nav{display:flex;gap:12px 25px;flex-wrap:wrap}.footer-links nav a{font-size:15px;line-height:1.6;padding:3px 0;transition:opacity .4s}.footer-links nav a:hover{opacity:.6}.footer-links nav+nav{padding-top:16px;border-top:1px solid #e7edd825}.footer-links nav+nav a{font-size:14px;opacity:.65}.dog-runway{height:110px;position:relative;margin:18px calc(-1*var(--edge)) 0;overflow:hidden}.running-dog{display:none;width:100%;height:100%}.dog-rest{position:absolute;left:55%;top:0;transform:translateX(-50%);width:205px;height:105px}.dog-rest .dog-mark{width:100%;height:100%}.dog-runway.is-ready .running-dog{display:block}.dog-runway.is-ready .dog-rest{display:none}.compact-footer .footer-bottom{padding-top:18px;font-size:13px}.contact-page .form-note{max-width:480px}.contact-page .send-brief:disabled{opacity:.65;cursor:wait}.contact-page #brief-status{font-size:15px;line-height:1.7}.contact-page #brief-status[data-state=success]{color:#d3e8b0}.contact-page #brief-status[data-state=error]{color:#ffd0b8}.contact-page .form-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(min-width:1500px){.service-art{min-height:510px}.scope-frames{height:200px}.scope-shot{height:155px}.playful-form fieldset{padding-bottom:28px}.calculator-room{max-width:1700px;margin:auto}}
@media(max-width:1100px){.moving-manifesto h2{font-size:6.7vw}.service-art{min-height:410px}.service-scene-copy{padding:28px}.service-scene-copy h2{font-size:34px}.service-scene-copy ul{margin:22px 0}.calculator-heading p{display:none}.calculator-room{gap:0 4vw}.scope-frames{height:160px}.scope-shot{height:115px}.scope-preview{padding:20px}.scope-preview-bottom>span:last-child{display:none}.type-buttons span{font-size:14px}.visual-workflow{gap:5vw}.storyboard img{height:120px}.visual-workflow .workflow-nav>a{font-size:16px}.compact-directory{gap:4vw}.footer-links nav{gap:10px 20px}}
@media(max-width:760px){.moving-manifesto{padding:27px 24px 32px}.manifesto-top{font-size:12px;margin-bottom:22px}.moving-manifesto h2{font-size:7.4vw;line-height:1.25}.phrase-line{padding:9px 0;gap:.13em;transform:none}.word-window{width:1.2em;height:.95em}.manifesto-foot{margin-top:22px;gap:18px}.manifesto-foot p{font-size:14px}.manifesto-foot a{font-size:14px;max-width:140px;text-align:right}.studio-signoff{padding:40px 24px;display:block}.studio-signoff h2{font-size:clamp(34px,7vw,53px)}.signoff-links{flex-direction:row;gap:12px;margin-top:25px}.signoff-links .quiet-button{min-width:0;flex:1;font-size:14px;padding:12px}.film-desk{padding:35px 24px}.desk-heading h2{font-size:48px}.desk-heading a{font-size:14px}.has-js .desk-stage{height:clamp(280px,60vw,450px);margin-top:25px}.has-js .desk-card{width:87%;left:50%}.desk-caption{padding:14px}.desk-caption h3{font-size:24px}.desk-project{font-size:13px}.desk-play{font-size:13px;padding:9px 15px;bottom:14px;right:14px}.has-js .desk-choices{grid-template-columns:repeat(4,1fr);padding-top:7px}.desk-choices button{padding:12px 5px 5px 0;text-align:center}.desk-choices span{font-size:15px;line-height:1.4;letter-spacing:-.02em}.desk-choices small{display:none}.desk-choices button:after{top:-8px;width:85%}.service-intro-new{padding:110px 24px 25px}.service-intro-new h1{font-size:clamp(47px,8vw,65px)}.service-playground{padding:0 24px 30px}.has-js .service-switch{gap:15px;justify-content:space-between;margin-bottom:20px}.service-switch button{font-size:17px;padding:12px 0}.service-scene{grid-template-columns:1fr}.service-art{min-height:0;aspect-ratio:4/3}.service-art-word{font-size:60px;left:20px;bottom:22px}.service-scene-copy{padding:27px}.service-scene-copy h2{font-size:33px;max-width:400px}.service-scene-copy ul{margin:23px 0;gap:8px}.service-scene-copy li{font-size:13px;padding:7px 10px}.service-scene-copy p{font-size:16px}.service-scene-copy>a{margin-top:20px}.service-end{padding:20px 24px 45px;grid-template-columns:1fr;gap:20px}.service-end h2{font-size:43px}.service-end>p{font-size:15px}.service-end>a{justify-self:start}.process-page .process-heading{padding:110px 24px 35px;gap:20px}.process-page .process-heading h1{font-size:60px;margin-top:15px}.process-lead p{font-size:17px}.visual-workflow{display:block;padding:0 24px 40px}.workflow-visual-column{position:sticky;top:84px;z-index:12;background:#1b3b33;padding:0 0 5px;box-shadow:0 10px 20px #1b3b3330}.process-visual{aspect-ratio:auto;height:190px}.process-art-label{font-size:24px;bottom:15px;left:18px}.brief-collage{inset:15px 20px 45px}.brief-photo{height:90%;width:35%;border-width:3px}.storyboard{inset:15px 20px 45px;gap:10px}.storyboard img{height:78px}.storyboard figure{padding-top:6px}.storyboard figcaption{font-size:12px;margin-top:6px}.process-art .process-art-label{font-size:21px}.edit-tracks{height:45px;bottom:48px;padding:6px;gap:4px}.edit-tracks>span{height:6px}.visual-workflow .workflow-nav{padding-top:4px;gap:12px;background:transparent;border:0}.visual-workflow .workflow-nav>a{font-size:15px;padding:12px 0;min-height:44px}.visual-workflow .workflow-step{scroll-margin-top:350px;min-height:390px;padding:35px 0 45px}.visual-workflow .step-body h2{font-size:62px;margin-bottom:22px}.visual-workflow .step-body>p{font-size:16px}.visual-workflow .stage-details{margin-top:20px}.visual-workflow .stage-details summary{font-size:15px}.process-finale{display:block;padding:40px 24px}.process-finale h2{font-size:42px}.process-finale a{margin-top:25px}.calculator-heading{padding:110px 24px 25px}.calculator-heading h1{font-size:clamp(42px,8vw,60px)}.calculator-room{display:flex;flex-direction:column;padding:0 24px 40px;gap:0}.scope-preview{order:0;width:100%;padding:18px;margin-bottom:25px}.scope-frames{height:120px;margin:10px 0}.scope-shot{height:94px;border-width:3px;border-bottom-width:13px}.scope-shot:after{bottom:-9px;height:2px;width:10px}.scope-preview-top{font-size:12px}.scope-preview-top>span:first-child{font-size:14px}.scope-preview-bottom{font-size:12px}.scope-ruler{height:10px}.scope-playhead{height:21px;top:-7px}.playful-form{order:1;width:100%}.playful-result{order:2;width:100%;padding:25px 0 0;border-top:1px solid #173c3040;margin-top:20px}.has-js .playful-form .mobile-estimate-link{display:flex;top:86px;padding:14px 17px;margin-bottom:23px;font-size:14px;border-radius:30px}.playful-form fieldset{padding:15px 0 23px}.playful-form legend{font-size:21px}.type-buttons span{font-size:15px;min-height:48px}.playful-form select{font-size:16px}.playful-form .field-note{font-size:14px}.playful-result .estimate-reading>span:first-child{font-size:76px}.playful-result .estimate-reading{margin:7px 0}.playful-result #estimate-caption{font-size:14px}.site-footer.compact-footer,.contact-page .site-footer.compact-footer{padding:32px 24px 22px}.compact-directory{grid-template-columns:1fr;gap:27px}.footer-invite>a:first-child{font-size:39px}.footer-invite .footer-email{font-size:15px}.footer-links{gap:12px;padding-top:0}.footer-links nav{gap:9px 20px}.footer-links nav a{font-size:14px;padding:4px 0}.footer-links nav+nav{padding-top:12px}.footer-links nav+nav a{font-size:13px}.dog-runway{height:93px;margin:12px -24px 0}.dog-rest{width:180px;height:90px}.compact-footer .footer-bottom{padding-top:14px;font-size:12px}}
@media(max-width:380px){.moving-manifesto{padding-inline:18px}.moving-manifesto h2{font-size:7.1vw}.word-window{width:1.1em}.manifesto-foot p,.manifesto-foot a{font-size:13px}.desk-heading h2{font-size:40px}.desk-heading a{font-size:13px}.has-js .desk-stage{height:250px}.desk-caption h3{font-size:22px}.desk-project{font-size:12px}.desk-choices span{font-size:13px}.service-switch button{font-size:15px}.service-art-word{font-size:52px}.service-scene-copy{padding:22px}.service-scene-copy h2{font-size:30px}.process-visual{height:155px}.workflow-visual-column{top:83px}.process-art-label{font-size:20px}.visual-workflow .workflow-nav>a{font-size:14px}.visual-workflow .workflow-step{scroll-margin-top:310px}.calculator-heading h1{font-size:40px}.scope-preview-top>span:first-child{font-size:13px}.scope-preview-top>span:last-child{font-size:11px}.scope-preview{padding:16px}.type-buttons span{font-size:14px}.playful-form label.style-choice{gap:12px}.footer-invite>a:first-child{font-size:35px}.footer-invite .footer-email{font-size:14px}}
.has-js .service-scene.is-current{z-index:2}.process-art.is-current{z-index:2}
.process-film img,.process-film video{position:absolute;inset:0}
.studio-signoff em{transform:none}.studio-signoff h2>span{transform:translateX(calc(var(--phrase-shift,0)*.3px))}
@media(max-width:760px){.moving-manifesto h2{font-size:8.9vw}.studio-signoff h2>span{transform:none}}
@media(max-width:380px){.moving-manifesto h2{font-size:8.5vw}}
@media(max-width:760px){.visual-workflow .workflow-step{scroll-margin-top:220px}}
@media(max-width:380px){.visual-workflow .workflow-step{scroll-margin-top:185px}}
.has-js .service-scene:not(.is-current) .service-scene-copy,.has-js .service-scene:not(.is-current) .service-art-word{visibility:hidden}
html[data-motion=off] [data-phrase],html[data-motion=off] .word-window,html[data-motion=off] .studio-signoff em{transform:none!important}html[data-motion=off] .scope-playhead{left:45%}html[data-motion=off] .edit-tracks>i{left:45%}.process-art:not(.is-current) *{animation-play-state:paused}

.dog-rest{left:auto;right:clamp(24px,5.5vw,80px);transform:none}
@media(max-width:760px){a .play-orbit,a .media-watch>span[aria-hidden=true],a.media-watch>span[aria-hidden=true]{display:none}}

/* The film desk becomes a scroll chapter, without intercepting scroll input. */
.film-desk.scrolling-desk{padding:0;overflow:visible;height:calc(100svh + var(--desk-travel,2000px))}
.scrolling-desk .desk-sticky{position:sticky;top:0;height:100svh;padding:110px var(--edge) 28px;display:flex;flex-direction:column;overflow:hidden}
.scrolling-desk .desk-heading{flex-shrink:0}
.has-js .scrolling-desk .desk-stage{flex:1;min-height:0;height:auto;margin:30px 0 10px}
.has-js .scrolling-desk .desk-card{width:69%;max-width:min(940px,var(--desk-card-fit,940px))}
.scrolling-desk .desk-choices{flex-shrink:0}
/* Process text is a sequence of short typographic gestures. */
.visual-workflow .workflow-step{padding-block:55px 65px;min-height:610px}
.visual-workflow .step-body .process-stage-name{font-size:15px;letter-spacing:.04em;margin:0 0 25px;color:#d2e5ad}
.visual-workflow .step-body h2.process-statement{font-size:clamp(42px,4.5vw,74px);line-height:1.12;letter-spacing:-.045em;margin:0 0 30px;font-weight:400}
.statement-line{display:block}
.statement-line+em{color:#d7e8b9;margin-top:5px}
.statement-word{display:inline-block;transform-origin:0 100%}
.process-copy{max-width:480px}
.process-copy p{font-size:19px;line-height:1.65;margin:0 0 15px;color:#d0dacf}
.process-copy strong{font-weight:500;color:#f1f1dc;background:linear-gradient(#c8e9a52b,#c8e9a52b) left 92%/0% 30% no-repeat;transition:background-size 1.2s var(--spring)}
.is-current .process-copy strong{background-size:100% 30%}
.visual-workflow .step-body .step-result{font-size:16px;line-height:1.55;padding:18px 0 0;margin-top:26px;color:#e3edcf;border:0;position:relative;max-width:410px}
.step-result:before{content:'';position:absolute;top:0;left:0;width:52px;height:2px;background:#d2e5ad;transform-origin:left;transition:transform 1s var(--spring)}
.visual-workflow .stage-details{margin-top:25px}
.process-statement{word-spacing:.08em}
html[data-motion=on] .process-statement .statement-word{transform:translateY(calc((1 - var(--type-reveal,1))*clamp(0px,calc(16px + var(--word-order)*7px),55px)));transition:transform .18s linear}
html[data-motion=on] #brief .process-statement em{translate:calc((1 - var(--type-reveal,1))*25px) 0}
html[data-motion=on] #direction .process-statement em{rotate:calc((1 - var(--type-reveal,1))*-3deg);transform-origin:left center}
html[data-motion=on] #production .process-statement em .statement-word{scale:calc(.94 + var(--type-reveal,1)*.06)}
html[data-motion=on] .workflow-step:not(.is-current) .step-result:before{transform:scaleX(.25)}
html[data-motion=off] .process-copy strong{background-size:100% 30%}
@media(max-width:760px){
  .film-desk.scrolling-desk{height:calc(min(620px,100svh - 74px) + var(--desk-travel,1800px))}
  .scrolling-desk .desk-sticky{top:74px;height:min(620px,calc(100svh - 74px));padding:24px 24px 22px}
  .has-js .scrolling-desk .desk-card{width:87%}
  .has-js .scrolling-desk .desk-stage{margin:30px 0 10px}
  .visual-workflow .workflow-step{padding-block:35px 45px;min-height:510px}
  .visual-workflow .step-body .process-stage-name{font-size:14px;margin-bottom:19px}
  .visual-workflow .step-body h2.process-statement{font-size:clamp(37px,9.5vw,58px);margin-bottom:24px;letter-spacing:-.04em}
  .process-copy p{font-size:17px;line-height:1.65;margin-bottom:13px}
  .visual-workflow .step-body .step-result{font-size:15px;margin-top:23px}
}
@media(max-width:380px){.scrolling-desk .desk-sticky{padding-inline:18px}.visual-workflow .step-body h2.process-statement{font-size:35px}}
@media(min-width:761px) and (max-height:700px){
  .scrolling-desk .desk-sticky{padding-top:95px;padding-bottom:18px}
  .scrolling-desk .desk-heading h2{font-size:44px}
  .scrolling-desk .desk-choices button{padding:10px 15px 5px 0}
  .scrolling-desk .desk-choices span{font-size:18px}
  .scrolling-desk .desk-choices small{display:none}
  .scrolling-desk .desk-caption{padding:12px 18px}
  .scrolling-desk .desk-caption h3{font-size:23px}
}
