/* Colibri / Take flight. A studio poster, a silver bird, and work at full scale. */
:root{--studio-paper:#eeeee6;--studio-ink:#181918;--studio-orange:#f45c35;--paper:var(--studio-paper);--ink:var(--studio-ink);--signal:var(--studio-orange);--gutter:clamp(22px,4.2vw,80px);--font-sans:'Archivo',sans-serif;--ease-out:cubic-bezier(.16,1,.3,1)}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body.studio-page{background:var(--studio-paper);color:var(--studio-ink);font-family:'Archivo',sans-serif;font-weight:400;line-height:1.5;overflow-x:clip}
.studio-page h1,.studio-page h2,.studio-page h3{font-weight:550;letter-spacing:-.04em;line-height:1}
.studio-page a,.studio-page button{-webkit-tap-highlight-color:transparent}
.studio-page p{max-width:70ch}
.studio-page [hidden]{display:none!important}
.studio-page :focus-visible{outline:2px solid currentColor;outline-offset:6px}
.colibri-sprite{position:absolute;width:0;height:0;overflow:hidden}
.ui-arrow{display:inline-block;width:24px;height:24px;flex:none;vertical-align:middle}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:22px;letter-spacing:-.055em;white-space:nowrap}
.brand>svg{width:39px;height:34px;transition:transform .65s var(--ease-out)}
.brand:hover>svg{transform:rotate(-14deg) translate(2px,-3px)}
.studio-header{height:100px;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:25px;position:relative;z-index:10;max-width:2000px;margin:auto}
.studio-header nav{display:flex;gap:36px;font-size:14px}
.studio-header nav a{padding:14px 0;position:relative}
.studio-header nav a:after{content:'';height:1px;position:absolute;bottom:8px;left:0;right:0;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.studio-header nav a:hover:after{transform:scaleX(1)}
.header-contact{display:flex;gap:18px;align-items:center;font-size:14px}
.header-contact>span{width:46px;height:46px;border-radius:50%;background:var(--studio-orange);display:grid;place-items:center;transition:transform .5s var(--ease-out)}
.header-contact:hover>span{transform:rotate(45deg)}
.studio-hero{padding:30px var(--gutter) 0;max-width:2000px;margin:auto;position:relative;isolation:isolate}
.studio-hero .hero-name{display:flex;justify-content:space-between;gap:.09em;font-size:clamp(90px,18vw,354px);font-weight:650;font-stretch:82%;font-variation-settings:'wdth' 82,'wght' 650;line-height:.82;letter-spacing:-.04em;white-space:nowrap;position:relative;z-index:2;margin-left:-.014em}
.hero-body{display:grid;grid-template-columns:1fr 1.2fr;position:relative;min-height:414px;align-items:center;padding:35px 0 25px}
.hero-copy{max-width:510px;position:relative;z-index:3}
.hero-statement{font-size:clamp(36px,4.1vw,73px);line-height:1.02;letter-spacing:-.04em;font-weight:500}
.hero-intro{font-size:16px;line-height:1.6;max-width:360px!important;margin-top:20px}
.round-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;margin-top:24px;min-height:52px}
.round-link-icon{width:49px;height:49px;background:var(--studio-ink);color:var(--studio-paper);border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s,transform .5s var(--ease-out)}
.round-link .ui-arrow{transform:rotate(45deg)}
.round-link:hover .round-link-icon{background:var(--studio-orange);color:var(--studio-ink);transform:rotate(-45deg)}
.flight-stage{width:100%;height:440px;position:relative;margin-top:-70px;z-index:1;isolation:isolate}
.flight-sun{position:absolute;width:58%;aspect-ratio:1;border-radius:50%;background:var(--studio-orange);left:22%;top:12%;z-index:-1}
.flight-interaction{position:absolute;inset:0;width:100%;height:100%;cursor:grab;touch-action:pan-y}
.flight-interaction:active{cursor:grabbing}
.flight-interaction:disabled{cursor:default}
.flight-fallback,.flight-canvas{position:absolute;inset:0;width:100%;height:100%;transition:opacity .45s ease}
.flight-fallback{padding:28px;color:var(--studio-ink);transform:rotate(-8deg)}
.flight-canvas{opacity:0;pointer-events:none}
.flight-ready .flight-canvas{opacity:1}
.flight-ready .flight-fallback{opacity:0}
.flight-caption{position:absolute;right:0;top:19%;display:flex;gap:12px;align-items:center;font-size:11px;line-height:1.4;pointer-events:none;z-index:3}
.flight-caption-line{width:38px;height:1px;background:currentColor;transform:rotate(-25deg)}
.flight-hint{position:absolute;bottom:6px;left:47%;display:none;align-items:center;gap:14px;font-size:12px;pointer-events:none}
.flight-hint .ui-arrow{width:18px;height:18px;transform:rotate(-45deg)}
.flight-ready .flight-hint{display:flex}
.hero-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #bfc0b8;min-height:78px;gap:24px;font-size:12px}
.hero-foot a{display:flex;align-items:center;gap:25px;min-height:44px}
.hero-foot .ui-arrow{width:18px}
.studio-work{background:var(--studio-ink);color:var(--studio-paper);padding:100px var(--gutter) 65px;margin-top:20px;border-radius:28px 28px 0 0}
.work-heading{max-width:1840px;margin:0 auto 70px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.work-heading h2{font-size:clamp(44px,6.5vw,110px)}
.work-heading h2 span{color:#a5a69d}
.work-heading>p{font-size:14px;line-height:1.6;margin-bottom:5px;color:#bec0b5}
.work-grid{max-width:1840px;margin:auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:5vw;row-gap:90px;align-items:start;perspective:1600px}
.work-card{display:block;min-width:0;transform-style:preserve-3d}
.work-william-allan{grid-column:span 8}
.work-note{grid-column:span 4;align-self:center;padding:40px 0}
.work-note-bird{display:block;width:95px;color:var(--studio-orange);margin-bottom:45px;transform:rotate(-12deg)}
.work-note-bird svg{width:100%}
.work-note p{font-size:clamp(28px,3.5vw,56px);line-height:1.04;letter-spacing:-.03em;margin-bottom:30px}
.work-note>span:last-child{font-size:13px;color:#b6b8ae}
.work-crawshaw{grid-column:span 5;margin-top:30px}
.work-jacob{grid-column:span 7;margin-top:150px}
.work-kitchen-command{grid-column:span 7}
.work-keystone-codex{grid-column:span 5;margin-top:170px}
.work-reclaim{grid-column:1 / -1}
.work-reclaim .work-visual{background:#c9d6f7;aspect-ratio:1.8;padding:7% 12%}
.work-reclaim .project-type,.work-reclaim .project-action{color:#19284e}
.work-caption .work-parent-brand{display:block;margin-top:8px;font-size:14px;line-height:1.4;font-weight:400;letter-spacing:0;color:#b6b8ae}
@media(max-width:767px){.work-reclaim .work-visual{aspect-ratio:1.2;padding:9%}}
.work-visual{position:relative;aspect-ratio:1.23;display:flex;align-items:center;padding:8%;overflow:hidden;border-radius:10px;background:#354c65;isolation:isolate;perspective:1400px}
.work-william-allan .work-visual{aspect-ratio:1.55;background:#42617a}
.work-crawshaw .work-visual{background:#d3b98a}
.work-jacob .work-visual{background:#adc8ba;aspect-ratio:1.25}
.work-kitchen-command .work-visual{background:#bcc0b1;aspect-ratio:1.48}
.work-keystone-codex .work-visual{background:#e5ecee;padding:0;aspect-ratio:1}
.work-visual img{width:100%;height:auto;box-shadow:0 25px 40px -15px #0007;border-radius:4px;transform:rotate(-3deg) rotateY(-7deg) rotateX(5deg);transition:transform .85s var(--ease-out)}
.work-crawshaw .work-visual img{transform:rotate(3deg) rotateY(7deg) rotateX(5deg)}
.work-jacob .work-visual img{transform:rotate(-4deg) rotateY(-6deg) rotateX(5deg)}
.work-kitchen-command .work-visual img{transform:rotate(3deg) rotateY(5deg) rotateX(5deg)}
.work-keystone-codex .work-visual img{position:absolute;inset:16% 23%;width:54%;height:68%;object-fit:contain;transform:none;box-shadow:none;border-radius:0}
.work-card[href]:hover .work-visual img{transform:rotate(0) rotateY(0) rotateX(0) scale(1.035)}
.project-type,.project-action{position:absolute;left:25px;z-index:2;color:#171a18;font-size:11px}
.project-type{top:22px;max-width:80%}
.project-action{bottom:20px;right:24px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.project-action .ui-arrow{width:18px;height:18px}
.work-william-allan .project-type,.work-william-allan .project-action{color:#fff}
.work-keystone-codex .project-type,.work-keystone-codex .project-action{color:#163954;background:none;padding:0;right:24px;border-radius:0}
.work-caption{display:flex;justify-content:space-between;gap:22px;padding-top:24px}
.work-caption h3{font-size:clamp(21px,2.2vw,37px);letter-spacing:-.025em}
.work-caption p{font-size:13px;line-height:1.6;color:#b6b8ae;max-width:450px;margin-top:12px}
.work-cursor{position:absolute;top:0;left:0;width:94px;height:94px;border-radius:50%;background:var(--studio-orange);color:var(--studio-ink);display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:13px;line-height:1.2;z-index:5;opacity:0;pointer-events:none;transition:opacity .2s}
.work-cursor .ui-arrow{width:19px;height:19px;margin-top:5px}
.work-visual.is-pointing .work-cursor{opacity:1}
.work-close{display:flex;justify-content:space-between;align-items:center;max-width:1840px;margin:85px auto 0;padding:27px 0;border-top:1px solid #54564e;font-size:clamp(20px,2vw,34px);letter-spacing:-.03em}
.work-close .ui-arrow{width:32px;height:32px}
/* A real, interactive chrome flock fills its own orange sheet. */
.flock-playground{position:relative;background:var(--studio-orange);color:var(--studio-ink);padding:65px var(--gutter) 28px;overflow:clip;isolation:isolate;scroll-margin-top:0}
.flock-heading{max-width:1840px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:32px;position:relative;z-index:2}
.flock-heading h2{font-size:clamp(54px,6.6vw,112px);line-height:.95}
.flock-formations{display:flex;gap:4px;align-items:center;margin-bottom:7px;visibility:hidden;pointer-events:none}
.flock-ready .flock-formations{visibility:visible;pointer-events:auto}
.flock-formations button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border-radius:100px;font-size:13px;transition:background .2s,color .2s}
.flock-formations button:hover{background:#18191814}
.flock-formations button[aria-pressed="true"]{background:var(--studio-ink);color:var(--studio-paper)}
.flock-formations button[aria-pressed="true"]:hover{background:#363830}
.flock-formations svg{width:21px;height:21px;flex:none}
.flock-formations button:disabled{cursor:default}
.flock-stage{position:relative;max-width:1840px;height:clamp(460px,58svh,650px);margin:0 auto;touch-action:pan-y;isolation:isolate}
.flock-stage:focus-visible{outline-offset:-8px}
.flock-canvas,.flock-fallback{position:absolute;inset:0;width:100%;height:100%;transition:opacity .45s ease;pointer-events:none}
.flock-canvas{display:block;opacity:0}
.flock-fallback{color:var(--studio-ink)}
.flock-fallback svg{position:absolute;width:18%;height:auto;transform:translate(-50%,-50%) rotate(-12deg)}
.flock-fallback svg:nth-child(1){left:49%;top:46%;width:24%}
.flock-fallback svg:nth-child(2){left:26%;top:32%;width:15%;transform:translate(-50%,-50%) rotate(14deg)}
.flock-fallback svg:nth-child(3){left:71%;top:26%;width:13%}
.flock-fallback svg:nth-child(4){left:78%;top:61%;width:17%;transform:translate(-50%,-50%) rotate(-28deg)}
.flock-fallback svg:nth-child(5){left:24%;top:77%;width:13%;transform:translate(-50%,-50%) rotate(-26deg)}
.flock-fallback svg:nth-child(6){left:13%;top:49%;width:9%}
.flock-fallback svg:nth-child(7){left:53%;top:82%;width:11%;transform:translate(-50%,-50%) rotate(8deg)}
.flock-fallback svg:nth-child(8){left:45%;top:16%;width:10%}
.flock-fallback svg:nth-child(9){left:91%;top:36%;width:8%}
.flock-ready .flock-canvas{opacity:1}
.flock-ready .flock-fallback{opacity:0}
.flock-ready .flock-stage{cursor:grab}
.flock-ready .flock-stage:active{cursor:grabbing}
.flock-footer{max-width:1840px;margin:0 auto;min-height:79px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid #18191866;position:relative;z-index:2}
.flock-instruction{font-size:13px;line-height:1.5}
.flock-controls{display:flex;align-items:center;gap:9px;visibility:hidden;pointer-events:none}
.flock-ready .flock-controls{visibility:visible;pointer-events:auto}
.flock-controls button{min-height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:27px;padding:12px 19px;border:1px solid var(--studio-ink);border-radius:100px;font-size:13px;transition:background .2s,color .2s}
.flock-controls svg{width:20px;height:20px;flex:none;transition:transform .5s var(--ease-out)}
.flock-scatter{background:var(--studio-ink);color:var(--studio-paper)}
.flock-scatter:hover{background:#363830}
.flock-scatter:hover svg{transform:rotate(90deg)}
.flock-reset:hover{background:#eeeee63b}
.flock-reset:hover svg{transform:rotate(-65deg)}
.flock-controls button:disabled{cursor:default;opacity:.5}
@media(max-width:767px){
  .flock-playground{padding-top:43px;padding-bottom:22px}
  .flock-heading{display:block}
  .flock-heading h2{font-size:clamp(45px,12vw,75px)}
  .flock-formations{margin:24px 0 0;gap:3px}
  .flock-formations button{min-height:44px;padding:10px 15px;font-size:12px;gap:8px}
  .flock-formations svg{width:19px;height:19px}
  .flock-stage{height:470px;margin-inline:calc(-1 * var(--gutter))}
  .flock-fallback svg{width:22%}
  .flock-fallback svg:nth-child(1){width:34%}
  .flock-fallback svg:nth-child(2){width:20%}
  .flock-fallback svg:nth-child(3){width:18%}
  .flock-fallback svg:nth-child(4){width:23%}
  .flock-fallback svg:nth-child(5){width:18%}
  .flock-footer{display:flex;flex-direction:column;align-items:flex-start;gap:17px;padding-top:19px}
  .flock-instruction{font-size:12px}
  .flock-controls{width:100%;gap:10px}
  .flock-controls button{flex:1;font-size:12px;padding-inline:17px;gap:12px}
}
@media(max-width:359px){.flock-stage{height:410px}.flock-controls button{padding-inline:14px}}
.studio-about{padding:110px var(--gutter) 50px}
.about-heading{max-width:1840px;margin:0 auto 70px;display:grid;grid-template-columns:1.2fr 1fr;gap:8vw;align-items:start}
.about-heading h2{font-size:clamp(44px,6.3vw,105px)}
.about-heading h2 span{color:#707367}
.about-intro>p:first-child{font-size:clamp(23px,2.4vw,38px);line-height:1.25;letter-spacing:-.03em;margin-bottom:25px}
.about-body{font-size:16px;line-height:1.65;max-width:490px!important;color:#56594f}
.film-window{position:relative;width:100%;max-width:1840px;margin:auto;aspect-ratio:2.1;overflow:hidden;border-radius:12px;isolation:isolate;background:#1c2523;transform:scale(var(--film-scale,1));transform-origin:center;will-change:transform}
.film-poster,.studio-film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.studio-film{opacity:0}
.studio-film.is-playing{opacity:1}
.film-window:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#0009);pointer-events:none}
.film-caption{position:absolute;inset:auto 40px 35px;display:flex;justify-content:space-between;align-items:flex-end;color:var(--studio-paper);z-index:2;gap:20px}
.film-caption>p{font-size:clamp(30px,4.5vw,76px);line-height:1;letter-spacing:-.04em}
.film-toggle{display:flex;gap:10px;align-items:center;min-height:44px;font-size:12px;white-space:nowrap}
.film-state{display:block;width:12px;height:12px;border-left:10px solid currentColor;border-top:6px solid transparent;border-bottom:6px solid transparent}
.film-toggle.is-playing .film-state{border:0;border-left:3px solid currentColor;border-right:3px solid currentColor;width:9px}
.about-bottom{display:flex;justify-content:space-between;gap:20px;font-size:12px;max-width:1840px;margin:25px auto 0}
.studio-marquee{overflow:hidden;padding:22px 0 35px;margin:25px 0 0;color:#cc4326}
.studio-marquee-track{display:flex;width:max-content;transform:translateX(calc(var(--page-progress,0) * -16%));will-change:transform}
.studio-marquee-track>span{display:flex;align-items:center;gap:30px;white-space:nowrap;font-size:clamp(60px,10vw,170px);font-weight:650;font-stretch:85%;letter-spacing:-.035em;line-height:1.1;padding-right:30px}
.studio-marquee-track svg{width:.85em;height:.75em}
.studio-process{padding:95px var(--gutter) 110px}
.process-heading{max-width:1840px;margin:0 auto 60px;display:flex;justify-content:space-between;gap:35px;align-items:flex-end}
.process-heading h2{font-size:clamp(40px,5.8vw,96px)}
.process-heading p{font-size:14px;line-height:1.6;margin-bottom:5px}
.process-list{max-width:1840px;margin:auto}
.process-step{border-top:1px solid #bfc0b8}
.process-step:last-child{border-bottom:1px solid #bfc0b8}
.process-step summary{display:grid;grid-template-columns:8% 1fr 22% 36px;align-items:center;gap:16px;padding:35px 0;cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
.stage-number{font-size:13px;align-self:start;margin-top:9px}
.process-step h3{font-size:clamp(42px,6vw,98px);transition:transform .5s var(--ease-out)}
.process-step summary:hover h3{transform:translateX(12px)}
.stage-caption{font-size:14px}
.expand-icon{width:26px;height:26px;position:relative;display:block}
.expand-icon:before,.expand-icon:after{content:'';position:absolute;top:12px;left:3px;width:20px;height:1px;background:currentColor;transition:transform .35s var(--ease-out)}
.expand-icon:after{transform:rotate(90deg)}
details[open]>summary .expand-icon:after{transform:rotate(0)}
.process-step[open] h3{color:#b43516}
.stage-content{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:0 7% 42px 9.2%}
.stage-content>p{font-size:25px;line-height:1.3;letter-spacing:-.025em}
.stage-content ul{list-style:none}
.stage-content li{font-size:14px;line-height:1.5;margin-bottom:10px;position:relative;padding-left:17px}
.stage-content li:before{content:'';position:absolute;left:0;top:9px;width:5px;height:5px;background:var(--studio-orange);border-radius:50%}
.studio-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;margin:0 var(--gutter);padding:0 0 120px;max-width:1840px}
.faq-heading h2{font-size:clamp(34px,3.8vw,66px);margin-bottom:24px}
.faq-heading p{font-size:14px;line-height:1.7}
.faq-heading a{display:inline-flex;gap:15px;align-items:center;min-height:44px}
.faq-heading .ui-arrow{width:16px}
.faq-item{border-top:1px solid #bfc0b8}
.faq-item:last-child{border-bottom:1px solid #bfc0b8}
.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:24px;padding:25px 0;font-size:17px;line-height:1.35}
.faq-item summary .expand-icon{flex:none;width:24px;height:24px}
.faq-item p{font-size:15px;line-height:1.7;color:#56594f;padding:0 45px 25px 0}
.studio-contact{background:var(--studio-orange);padding:80px var(--gutter) 0;overflow:hidden;border-radius:28px 28px 0 0}
.contact-heading{display:flex;justify-content:space-between;gap:25px;align-items:center;max-width:1840px;margin:auto}
.contact-heading h2{font-size:clamp(66px,12.5vw,225px);line-height:.86;letter-spacing:-.04em;font-stretch:88%;font-variation-settings:'wdth' 88,'wght' 600;font-weight:600}
.contact-heading h2 span{color:#fff}
.contact-heading-arrow{width:16vw;height:16vw;max-width:250px;max-height:250px;border:1px solid #18191899;border-radius:50%;display:grid;place-items:center;margin-right:3vw;transition:background .3s,color .3s}
.contact-heading-arrow .ui-arrow{width:55%;height:55%;transition:transform .5s var(--ease-out)}
.contact-heading-arrow:hover{background:var(--studio-ink);color:var(--studio-orange)}
.contact-heading-arrow:hover .ui-arrow{transform:rotate(45deg)}
.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:10vw;padding:85px 0 75px;max-width:1840px;margin:auto}
.contact-intro>p:first-child{font-size:clamp(25px,3vw,47px);line-height:1.1;letter-spacing:-.035em;margin-bottom:25px}
.contact-intro>p:nth-child(2){font-size:16px;line-height:1.6}
.row-shell{display:flex;align-items:center;gap:20px;margin-top:40px;flex-wrap:wrap}
.contact-row{font-size:clamp(21px,2vw,34px);letter-spacing:-.025em;min-height:44px;display:flex;align-items:center;border-bottom:1px solid #18191880}
.row-copy{font-size:10px;padding:13px 10px;border:1px solid #18191880;border-radius:50%;width:52px;height:52px;transition:background .2s}
.row-copy:hover{background:#eeeee644}
.contact-form{scroll-margin-top:35px}
.form-botcheck{display:none!important}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.field-wide{grid-column:1/-1}
.field-label{display:block;font-size:12px;margin-bottom:8px;letter-spacing:0;text-transform:none}
.field-input{width:100%;background:transparent;border:0;border-bottom:1px solid #18191890;color:var(--studio-ink);border-radius:0;padding:9px 0 15px;font:inherit;font-size:17px;outline-offset:5px;line-height:1.5;resize:vertical}
.field-input::placeholder{color:var(--studio-ink);opacity:1}
.field-textarea{min-height:100px;font-size:15px}
.field-input.is-dirty:invalid{border-bottom:2px solid var(--studio-ink)}
.form-privacy{font-size:12px;line-height:1.6;margin:20px 0;color:var(--studio-ink)}
.form-consent{display:flex;align-items:flex-start;gap:12px;font-size:12px;line-height:1.6;cursor:pointer;color:var(--studio-ink);min-height:44px}
.form-consent-input{width:18px;height:18px;flex:none;accent-color:var(--studio-ink);margin-top:2px;cursor:pointer}
.form-consent a{text-decoration:underline;text-underline-offset:3px}
.form-foot{margin-top:25px}
.form-submit{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 25px;background:var(--studio-ink);color:var(--studio-paper);font-size:15px;border-radius:4px;transition:background .2s}
.form-submit:hover{background:#34362e}
.form-submit:disabled{opacity:.7;cursor:wait}
.form-submit-arrow{width:35px;height:18px}
.form-status{font-size:12px;min-height:0}
.form-status.is-shown{margin-top:15px}
.form-note{font-size:11px;line-height:1.5;margin-top:14px}
.studio-footer{padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #18191866;font-size:11px;max-width:1840px;margin:auto}
.studio-footer .brand{font-size:18px}
.studio-footer .brand>svg{width:30px}
.studio-footer nav{display:flex;gap:22px;flex-wrap:wrap}
.studio-footer nav a,.back-to-top{display:inline-flex;align-items:center;min-height:44px}
.back-to-top{gap:13px;white-space:nowrap}
.back-to-top .ui-arrow{width:18px;transform:rotate(-45deg)}
.footer-wordmark{font-size:clamp(78px,16vw,285px);font-weight:600;font-stretch:80%;font-variation-settings:'wdth' 80,'wght' 600;letter-spacing:-.04em;line-height:.85;display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:27px;margin-bottom:-.06em;white-space:nowrap;max-width:1840px;margin-left:auto;margin-right:auto}
.footer-wordmark>span{width:.8em;display:block;flex:none;transform:rotate(-10deg)}
.footer-wordmark svg{width:100%;height:auto}
@media(min-width:2000px){.studio-faq{margin-left:auto;margin-right:auto}}
@media(max-width:1100px){.hero-body{min-height:375px}.flight-stage{height:380px;margin-top:-35px}.flight-caption{right:-6px;top:12%;font-size:10px}.hero-statement{font-size:44px}.hero-intro{font-size:15px;max-width:320px!important}.studio-header{height:85px}.work-heading>p{max-width:240px}.work-grid{column-gap:4vw;row-gap:65px}.project-type{left:17px;top:15px;font-size:10px}.project-action{left:17px;right:17px;bottom:13px;font-size:10px}.work-caption{padding-top:18px}.work-note p{font-size:34px}.studio-footer{flex-wrap:wrap;gap:10px 25px}.studio-footer nav{order:4;width:100%}.contact-layout{gap:7vw}.contact-heading-arrow{margin-right:0}}
@media(max-width:767px){
:root{--gutter:22px}.studio-header{height:80px;gap:14px}.brand{font-size:20px}.brand>svg{width:30px;height:29px}.studio-header nav{display:none}.header-contact{font-size:12px;gap:10px}.header-contact>span{width:39px;height:39px}.header-contact .ui-arrow{width:19px;height:19px}
.studio-hero{padding-top:17px}.studio-hero .hero-name{font-size:17vw;line-height:.86;gap:.08em;font-variation-settings:'wdth' 78,'wght' 650;font-stretch:78%}
.hero-body{grid-template-columns:1fr;gap:0;padding-top:22px;padding-bottom:28px;min-height:0}.hero-copy{max-width:none;display:grid;grid-template-columns:1fr;position:relative}.hero-statement{font-size:38px;line-height:1.02;max-width:270px!important}.hero-intro{font-size:14px;line-height:1.6;max-width:310px!important;margin-top:17px}.round-link{margin-top:19px;font-size:12px;gap:12px}.round-link-icon{width:42px;height:42px}.round-link .ui-arrow{width:20px;height:20px}
.flight-stage{height:295px;width:100%;margin-top:-5px;grid-row:1}.flight-sun{width:60%;left:22%;top:9%}.flight-fallback{padding:17px}.flight-caption{top:13%;right:0;font-size:9px;gap:6px}.flight-caption-line{width:22px}.flight-hint{font-size:10px;bottom:17px;left:52%;gap:6px}.flight-hint .ui-arrow{width:14px;height:14px}
.hero-foot{min-height:70px;align-items:flex-start;padding:18px 0;font-size:10px;gap:20px}.hero-foot>span{max-width:160px;line-height:1.5}.hero-foot>a{gap:8px;min-height:30px;max-width:150px}.hero-foot .ui-arrow{width:15px;height:15px}
.studio-work{padding-top:60px;padding-bottom:35px;margin-top:0;border-radius:18px 18px 0 0}.work-heading{display:block;margin-bottom:35px}.work-heading h2{font-size:45px;letter-spacing:-.04em}.work-heading>p{font-size:12px;margin-top:25px;max-width:none}.work-grid{display:flex;flex-direction:column;gap:42px}.work-card{width:100%;margin-top:0}.work-note{display:none}.work-visual{aspect-ratio:1.13;padding:9%;border-radius:7px}.work-william-allan .work-visual{aspect-ratio:1.15}.work-jacob .work-visual{aspect-ratio:1.2}.work-kitchen-command .work-visual{aspect-ratio:1.2}.work-keystone-codex .work-visual{aspect-ratio:1.3}.project-type{font-size:10px}.work-caption h3{font-size:24px;line-height:1.12}.work-caption p{font-size:12px;margin-top:10px}.work-close{font-size:20px;margin-top:45px;padding:22px 0}.work-close .ui-arrow{width:24px;height:24px}
.studio-about{padding-top:65px;padding-bottom:30px}.about-heading{display:block;margin-bottom:32px}.about-heading h2{font-size:47px;line-height:1.02}.about-intro{margin-top:33px}.about-intro>p:first-child{font-size:24px;margin-bottom:20px}.about-body{font-size:14px;line-height:1.7}.film-window{aspect-ratio:.88;border-radius:7px}.film-poster,.studio-film{object-position:52% 50%}.film-caption{inset:auto 22px 22px;display:block}.film-caption>p{font-size:35px}.film-toggle{margin-top:20px;font-size:11px}.about-bottom{font-size:10px;line-height:1.5;gap:40px;margin-top:17px}.about-bottom>span{max-width:150px}
.studio-marquee{margin-top:5px;padding-bottom:15px}.studio-marquee-track>span{font-size:68px;gap:18px;padding-right:18px}
.studio-process{padding-top:55px;padding-bottom:65px}.process-heading{display:block;margin-bottom:35px}.process-heading h2{font-size:38px;line-height:1.06}.process-heading p{font-size:12px;margin-top:23px}.process-step summary{grid-template-columns:25px 1fr 62px 23px;gap:10px;padding:26px 0}.stage-number{font-size:10px;margin-top:5px}.process-step h3{font-size:43px}.stage-caption{font-size:11px}.expand-icon{width:22px}.expand-icon:before,.expand-icon:after{width:17px}.stage-content{grid-template-columns:1fr;gap:22px;padding:0 0 25px 35px}.stage-content>p{font-size:22px}.stage-content li{font-size:12px;line-height:1.6}
.studio-faq{display:block;padding-bottom:65px}.faq-heading{margin-bottom:25px}.faq-heading h2{font-size:38px;margin-bottom:15px}.faq-heading p{font-size:12px}.faq-item summary{font-size:15px;padding:22px 0;gap:15px}.faq-item p{font-size:13px;padding-right:15px}
.studio-contact{padding-top:55px;border-radius:18px 18px 0 0}.contact-heading{gap:14px;align-items:flex-end}.contact-heading h2{font-size:14.6vw;line-height:.9;font-variation-settings:'wdth' 78,'wght' 600;font-stretch:78%}.contact-heading-arrow{width:55px;height:55px;flex:none;margin-bottom:3px}.contact-layout{display:block;padding:45px 0}.contact-intro>p:first-child{font-size:29px}.contact-intro>p:nth-child(2){font-size:14px}.row-shell{margin-top:25px;gap:15px}.contact-row{font-size:24px}.row-copy{width:44px;height:44px;font-size:9px;padding:7px}.contact-form-block{margin-top:45px}.form-grid{gap:22px}.field-input{font-size:16px}.field-label{font-size:12px}.field-textarea{font-size:16px;min-height:105px}.form-privacy,.form-consent{font-size:12px}.form-note{font-size:10px}.form-submit{padding:18px 20px}
.studio-footer{gap:14px 20px;padding:22px 0}.studio-footer .brand{font-size:17px}.studio-footer>p{font-size:9px;margin-left:auto}.studio-footer nav{gap:12px;font-size:10px;order:4;justify-content:space-between}.back-to-top{font-size:10px;margin-top:-4px}.footer-wordmark{font-size:16.2vw;padding-top:15px;gap:7px}
}
@media(max-width:359px){:root{--gutter:18px}.hero-statement{font-size:34px}.flight-stage{height:245px}.hero-intro{font-size:13px}.work-heading h2{font-size:38px}.about-heading h2{font-size:40px}.process-heading h2{font-size:33px}.process-step h3{font-size:36px}.process-step summary{grid-template-columns:22px 1fr 58px 20px;gap:7px}.form-grid{grid-template-columns:1fr}.contact-row{font-size:21px}.contact-heading-arrow{width:45px;height:45px}.brand{font-size:17px}.header-contact{font-size:11px}.flight-caption{font-size:8px}.film-caption>p{font-size:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.studio-page *, .studio-page *:before,.studio-page *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.studio-marquee-track{transform:none}.film-window{transform:none;will-change:auto}.work-card{rotate:none!important}.work-cursor{display:none}.flight-hint{display:none!important}}
@media(hover:none){.work-cursor{display:none}}

/* Scroll-led composition: content starts visible; each effect has its own layer. */
.work-reveal{perspective:1200px;transform-style:preserve-3d}
.scroll-directed .work-reveal{
  transform:translate3d(0,var(--work-reveal-y,0px),0) rotateX(var(--work-reveal-rx,0deg)) rotateZ(var(--work-reveal-rz,0deg)) scale(var(--work-reveal-scale,1));
  transform-origin:50% 70%;
}
.scroll-directed .work-heading h2{transform:translateX(var(--work-title-x,0px))}
.scroll-word{display:inline-block;position:relative}
.about-heading h2 .scroll-word,.about-heading h2 .scroll-word-ink{color:var(--studio-ink)}
.scroll-word-ink{position:absolute;inset:0;color:var(--studio-ink);opacity:0;pointer-events:none}
.scroll-directed .about-heading h2 .scroll-word{color:#707367}
.scroll-directed .scroll-word-ink{opacity:var(--word-ink,0)}
.scroll-directed .cinema-scroll{height:160svh;margin-inline:calc(-1 * var(--gutter));position:relative}
.scroll-directed .cinema-sticky{position:sticky;top:6svh;height:88svh;display:flex;align-items:center}
.scroll-directed .cinema-scroll .film-window{height:88svh;max-width:none;aspect-ratio:auto;transform:scale(var(--cinema-scale,.82));transform-origin:50% 50%;will-change:auto}
.scroll-directed .cinema-scroll .film-poster,.scroll-directed .cinema-scroll .studio-film{transform:scale(var(--cinema-image-scale,1));transform-origin:50% 50%}
.scroll-directed .cinema-scroll .film-caption{inset-inline:var(--gutter);transform:translateY(var(--cinema-caption-y,0px))}
.scroll-directed .process-step summary{transform:translateY(var(--process-step-y,0px))}
.scroll-directed .contact-heading h2{transform:translateY(var(--contact-title-y,0px))}
.scroll-directed .contact-heading-arrow>.ui-arrow{rotate:var(--contact-arrow-rotate,0deg)}
.scroll-dock{
  position:fixed;z-index:30;bottom:25px;left:50%;display:flex;align-items:center;gap:3px;
  padding:6px;background:var(--studio-paper);color:var(--studio-ink);border-radius:100px;
  box-shadow:0 8px 28px -12px #0006;opacity:0;visibility:hidden;pointer-events:none;
  transform:translate(-50%,18px);transition:transform .45s var(--ease-out),opacity .25s,visibility .25s;
}
.scroll-dock.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.scroll-dock>a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 19px;font-size:12px;border-radius:100px;white-space:nowrap;transition:background .2s,color .2s}
.scroll-dock>a[aria-current="location"]{background:var(--studio-ink);color:var(--studio-paper)}
.scroll-dock>a:hover{background:#d9dbd0}
.scroll-dock>a[aria-current="location"]:hover{background:#34362e}
.scroll-dock .scroll-dock-contact{background:var(--studio-orange);width:44px;padding:0;margin-left:3px}
.scroll-dock .scroll-dock-contact:hover{background:#df4b27}
.scroll-dock .ui-arrow{width:20px;height:20px}
@media(max-width:767px){
  .scroll-directed .work-heading h2{transform:none}
  .scroll-directed .cinema-scroll{height:145svh}
  .scroll-directed .cinema-sticky{top:8svh;height:84svh}
  .scroll-directed .cinema-scroll .film-window{height:84svh}
  .scroll-directed .cinema-scroll .film-caption{inset-inline:22px;bottom:26px}
  .scroll-dock{bottom:calc(14px + env(safe-area-inset-bottom,0px));max-width:calc(100vw - 24px);padding:5px}
  .scroll-dock>a{padding-inline:15px;font-size:11px}
  .scroll-dock .scroll-dock-contact{padding:0}
}
@media(max-width:359px){.scroll-dock>a{padding-inline:12px}.scroll-dock .scroll-dock-contact{width:40px;padding:0}}
@media(prefers-reduced-motion:reduce){
  .scroll-dock{transition:none}
  .scroll-directed .work-reveal,.scroll-directed .work-heading h2,.scroll-directed .process-step summary,.scroll-directed .contact-heading h2,.scroll-directed .cinema-scroll .film-window,.scroll-directed .cinema-scroll .film-poster,.scroll-directed .cinema-scroll .studio-film,.scroll-directed .cinema-scroll .film-caption{transform:none}
  .scroll-directed .cinema-scroll{height:auto;margin-inline:0}
  .scroll-directed .cinema-sticky{position:static;height:auto;display:block}
  .scroll-directed .cinema-scroll .film-window{height:auto;aspect-ratio:2.1}
  .scroll-directed .scroll-word{color:var(--studio-ink)}
}
