
@font-face{font-family:Poppins;src:url('brand/fonts/Poppins-Medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Poppins;src:url('brand/fonts/Poppins-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('brand/fonts/Inter-variable.ttf') format('truetype');font-weight:100 900;font-display:swap}
:root{--paper:#f8f7f4;--ink:#1e2421;--sage:#566957;--clay:#a95735;--sand:#d8cbb8;--background:#f8f7f4;--foreground:#1e2421;--primary:#1e2421;--primary-foreground:#fff;--border:#d3d4cd;--radius:0px;--popover:#fff;--popover-foreground:#1e2421;--accent:#eeefeb;--accent-foreground:#1e2421;--input:#a8afa8;--ring:#566957;--muted-foreground:#59615a;--destructive:#9d3823;--gutter:4.5vw}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.65 Inter,sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Poppins,sans-serif;font-weight:500;line-height:1.08;letter-spacing:-.055em}h2{font-size:clamp(38px,4.6vw,76px)}h2 span{color:#7d827a}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{display:block;width:100%;object-fit:cover}button,a,input,textarea,select{outline-offset:5px}:focus-visible{outline:2px solid var(--clay)}::selection{background:var(--sand);color:var(--ink)}button{color:inherit}button:disabled{cursor:default}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:135px var(--gutter);max-width:1920px;margin:auto}.eyebrow{text-transform:uppercase;font-size:11px;line-height:1.6;font-weight:500;letter-spacing:.16em;margin-bottom:28px}.arrow{font-family:Inter,sans-serif;font-weight:300;font-size:28px;line-height:1;display:inline-block;transition:transform .25s}a:hover>.arrow,a:hover .circle-link .arrow{transform:translate(3px,-3px)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px;padding:10px 0;border-bottom:1px solid currentColor;line-height:1.5}.text-link .arrow{font-size:23px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--ink);color:white;padding:18px 24px;border:1px solid var(--ink);font-size:13px;line-height:1.5;transition:background .2s,color .2s}.button:hover{background:var(--sage);border-color:var(--sage)}.circle-link{width:100px;height:100px;border:1px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s,color .3s}.circle-link .arrow{font-size:40px}.skip{position:fixed;top:-100px;left:10px;z-index:100;background:var(--ink);color:white;padding:15px}.skip:focus{top:10px}
/* A quiet, floating masthead. */
.header{position:fixed;z-index:30;top:0;left:0;right:0;height:108px;padding:0 var(--gutter);display:flex;align-items:center;gap:50px;background:var(--paper);color:var(--ink);transition:height .25s,background .25s,color .25s}.header-light{background:transparent;color:white}.header-scrolled{height:80px;border-bottom:1px solid #1e242114;background:#f8f7f4f5;backdrop-filter:blur(14px)}.logo{width:157px;flex-shrink:0}.logo img{height:auto}.desktop-nav{margin-left:auto;display:flex;gap:35px;font-size:13px}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:'';position:absolute;height:1px;bottom:3px;left:0;width:0;background:currentColor;transition:width .2s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{width:100%}.header-cta{font-size:12px;display:flex;align-items:center;gap:32px;border:1px solid #1e242166;padding:12px 18px}.header-cta span{font-size:21px}.header-light .header-cta{border-color:#ffffff88;background:#17201a26}.header-light .desktop-nav{text-shadow:0 1px 8px #0008}.menu-button{display:none;background:none;border:0;gap:16px;align-items:center;padding:10px 0;font-size:13px}.menu-lines{width:24px;display:grid;gap:6px}.menu-lines i{height:1px;background:currentColor}.navigation-dialog{border:0;max-width:none;max-height:none;width:100%;height:100dvh;margin:0;padding:24px;background:var(--ink);color:var(--paper)}.navigation-dialog::backdrop{background:var(--ink)}.menu-top{display:flex;align-items:center;justify-content:space-between}.menu-top img{width:140px;height:auto}.menu-top button{background:none;border:0;font-size:13px;padding:10px}.menu-top button span{font-size:25px;padding-left:10px}.navigation-dialog nav{margin:12vh 0 7vh}.navigation-dialog nav a{display:flex;align-items:center;gap:20px;font:500 clamp(25px,6vw,50px)/1.3 Poppins;padding:18px 0;border-bottom:1px solid #ffffff30;letter-spacing:-.04em}.menu-index{font:400 11px Inter;color:#adb4a8;letter-spacing:0}.navigation-dialog nav a>span:last-child{margin-left:auto;font:300 32px Inter}.menu-bottom{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#c2c8bf}
/* Three rooms, driven by native scrolling. No wheel interception. */
.cinema{height:240svh;background:var(--ink);color:white;position:relative}.cinema-stage{height:100svh;min-height:650px;position:sticky;top:0;overflow:hidden}.scene-images,.scene-image,.cinema-shade{position:absolute;inset:0}.scene-image{opacity:0;transition:opacity .85s cubic-bezier(.2,.6,.2,1);will-change:transform}.scene-image.is-active{opacity:1}.scene-image img{height:100%;object-position:50% 59%}.scene-image:nth-child(2) img{object-position:50% 57%}.scene-image:nth-child(3) img{object-position:50% 63%}.cinema-shade{background:linear-gradient(180deg,#10171375 0%,transparent 35%,#0a100f48 57%,#0a100fc9 100%)}.cinema-location{position:absolute;top:150px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:.15em;line-height:1.6}.cinema-copy{position:absolute;left:var(--gutter);bottom:155px}.cinema-copy .eyebrow{margin-bottom:20px;font-size:10px}.cinema-copy h1{font-size:clamp(80px,8.4vw,148px);line-height:.97;letter-spacing:-.067em}.hero-inquiry{display:inline-flex;align-items:center;gap:45px;font-size:13px;border-bottom:1px solid #ffffff88;margin-top:36px;padding:0 0 12px}.hero-inquiry span{font-size:23px}.scene-caption{position:absolute;right:var(--gutter);bottom:162px;width:230px;border-top:1px solid #ffffff88;padding-top:16px}.scene-caption>span{text-transform:uppercase;letter-spacing:.14em;font-size:10px}.scene-caption p{font-size:15px;line-height:1.5;margin:13px 0 24px}.scene-caption a{display:flex;justify-content:space-between;font-size:12px;align-items:center}.scene-caption a span{font-size:22px}.cinema-bottom{position:absolute;bottom:28px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.04em}.scroll-link{display:flex;align-items:center;gap:20px;min-height:44px}.scroll-link>span{font-size:25px}.scene-controls{display:flex;gap:14px;position:absolute;left:50%;transform:translateX(-50%)}.scene-controls button{border:0;background:none;padding:8px 0;min-width:58px;min-height:44px;display:flex;align-items:center;gap:10px;font-size:10px}.scene-controls i{display:block;width:28px;height:1px;background:#ffffff60;transition:background .25s}.scene-controls [aria-pressed=true] i{height:2px;background:white}.cinema-progress{position:absolute;bottom:0;height:2px;background:#fff2;left:0;right:0}.cinema-progress>div{width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left}
/* Open editorial spacing and architectural photography. */
.manifesto{display:grid;grid-template-columns:27% 73%;padding-top:160px;padding-bottom:160px}.manifesto h2{font-size:clamp(40px,5vw,84px);line-height:1.12}.manifesto-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:55px;align-items:end}.manifesto-bottom p{font-size:15px;line-height:1.85;max-width:410px}.manifesto-bottom .text-link{justify-self:start;margin-bottom:6px}.selected-work{background:var(--ink);color:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.selected-work .section-heading{padding-top:85px;padding-bottom:80px}.section-heading>.eyebrow{align-self:start;width:22%;flex-shrink:0}.section-heading h2{margin-right:auto}.section-heading>.text-link{flex-shrink:0}.featured-project{position:relative;display:block;height:85svh;min-height:580px;max-height:1100px;overflow:hidden}.featured-project>img{height:100%;object-position:50% 52%;transition:transform 1.2s cubic-bezier(.2,.6,.2,1)}.featured-project:hover>img{transform:scale(1.035)}.featured-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1118,transparent 35%,#1119)}.featured-top{position:absolute;top:32px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.featured-bottom{position:absolute;left:var(--gutter);right:var(--gutter);bottom:55px;display:flex;align-items:end;justify-content:space-between}.featured-bottom p{font-size:12px;margin-bottom:20px}.featured-bottom h3{font-size:clamp(55px,7vw,115px);line-height:1}.paired-work{display:grid;grid-template-columns:1.13fr 1fr;gap:12%;padding-top:120px;padding-bottom:150px}.paired-work .project-card:nth-child(2){padding-top:175px}.project-image{display:block;position:relative;overflow:hidden;background:#d5d4cd}.project-image img{aspect-ratio:4/5;height:auto;transition:transform 1s}.project-image:hover img{transform:scale(1.045)}.image-action{position:absolute;bottom:22px;right:22px;border:1px solid #ffffffaa;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:white;background:#141b1550;font-size:26px}.project-caption{display:flex;justify-content:space-between;align-items:end;gap:18px;padding:24px 0 0}.project-caption p{font-size:10px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:9px}.project-caption h3{font-size:clamp(23px,2.45vw,40px);line-height:1.2}.project-caption>span{font-size:11px;align-self:start}.material-story{display:grid;grid-template-columns:1fr 1fr;background:#d8cbb8}.material-photo{position:relative}.material-photo img{height:100%;max-height:920px;object-position:center}.material-photo>span{position:absolute;left:9%;bottom:35px;color:white;font-size:10px;letter-spacing:.15em;text-transform:uppercase;text-shadow:0 1px 8px #000}.material-copy{padding:110px 14%;display:flex;flex-direction:column;justify-content:center;align-items:start}.material-copy h2{font-size:clamp(60px,6.5vw,105px);line-height:1.05}.material-copy h2 span{color:#566052}.material-copy>p:not(.eyebrow){font-size:14px;margin:40px 0 35px;max-width:360px}.services-section{display:grid;grid-template-columns:44% 56%;gap:0;padding-top:145px;padding-bottom:150px}.services-intro>p:not(.eyebrow){max-width:325px;margin-top:35px;font-size:14px}.service-list{padding-top:12px}.service-list>a{display:flex;gap:25px;align-items:start;padding:36px 0;border-top:1px solid #bcc1b7}.service-list>a:last-child{border-bottom:1px solid #bcc1b7}.service-list>a>span:first-child{font-size:10px;padding-top:7px}.service-list h3{font-size:clamp(26px,2.3vw,40px);line-height:1.25}.service-list p{font-size:13px;margin-top:14px;color:#646b62}.service-list .arrow{margin-left:auto;padding-top:5px}.service-list a:hover h3{color:var(--sage)}.method{display:grid;grid-template-columns:44% 56%;background:#e9e9e1;border-top:1px solid #d3d5c9}.method-intro>p:not(.eyebrow){font-size:14px;max-width:320px;margin-top:35px}.method-steps article{display:flex;gap:45px;padding:26px 0 32px;border-bottom:1px solid #b8beb3}.method-steps article:first-child{padding-top:0}.method-steps article>span{font-size:12px;padding-top:7px}.method-steps h3{font-size:28px;line-height:1.3}.method-steps p{font-size:14px;max-width:415px;margin-top:14px;color:#596154}.image-interlude{height:82svh;min-height:560px;max-height:1050px;position:relative;overflow:hidden;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.image-interlude>img{position:absolute;inset:0;height:100%;object-position:50% 58%}.image-interlude:after{content:'';position:absolute;inset:0;background:#10171255}.image-interlude>p{position:relative;z-index:1;font:500 clamp(44px,6.7vw,106px)/1.07 Poppins;letter-spacing:-.06em}.image-interlude>.text-link{position:absolute;bottom:50px;z-index:1}.faq-section{display:grid;grid-template-columns:44% 56%}.faqs details{border-bottom:1px solid var(--border);padding:27px 0}.faqs details:first-child{border-top:1px solid var(--border)}.faqs summary{display:flex;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;font-size:16px;line-height:1.5}.faqs summary::-webkit-details-marker{display:none}.faqs summary span{font-size:24px;line-height:1}.faqs details[open] summary span{transform:rotate(45deg)}.faqs details p{font-size:14px;color:#596154;padding:20px 25px 0 0}.contact-band{background:#d8cbb8;padding:100px var(--gutter) 70px}.contact-statement{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #1e242150;padding-bottom:55px}.contact-statement h2{font-size:clamp(70px,12vw,200px);letter-spacing:-.075em;line-height:.98}.contact-statement .circle-link{width:145px;height:145px}.contact-statement .circle-link .arrow{font-size:65px}.contact-statement:hover .circle-link{background:var(--ink);color:var(--paper)}.contact-band-bottom{display:flex;justify-content:space-between;align-items:end;padding-top:35px}.contact-band-bottom p{font-size:14px}.footer{padding:70px var(--gutter) 25px;background:var(--ink);color:#f4f0e8}.footer-top{display:flex;gap:10%;align-items:start;padding-bottom:75px}.footer-top img{width:192px;height:auto}.footer-top>p{font-size:13px}.footer-top>div{margin-left:auto;display:grid;gap:8px;font-size:14px}.footer-bottom{display:flex;gap:30px;border-top:1px solid #ffffff30;padding-top:24px;font-size:10px;color:#c0c5bc}.footer-bottom>span{margin-right:auto}.footer-bottom a:last-child{margin-left:auto}
/* Project reports and service pages. */
.page-heading{padding:200px var(--gutter) 85px}.page-heading h1{font-size:clamp(54px,6.8vw,110px);line-height:1.06}.page-heading h1 span{color:#7d827a}.page-heading>p:not(.eyebrow){max-width:490px;margin-top:40px;font-size:15px}.page-work{padding-top:30px}.project-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:130px 12%}.project-grid .project-card:nth-child(even){padding-top:150px}.project-hero{height:95svh;min-height:640px;max-height:1100px;position:relative;background:var(--ink);color:white}.project-hero>img{position:absolute;height:100%;object-position:center 56%}.project-hero-shade{position:absolute;inset:0;background:linear-gradient(#0d160f65,transparent 40%,#0d160fc0)}.back-link{position:absolute;top:150px;left:var(--gutter);font-size:12px}.project-hero-copy{position:absolute;bottom:50px;left:var(--gutter);right:var(--gutter)}.project-hero-copy h1{font-size:clamp(60px,7.5vw,125px);max-width:1100px;line-height:1.04}.project-hero-copy>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff80;margin-top:36px;padding-top:22px;font-size:12px}.project-story{display:grid;grid-template-columns:1.2fr .8fr;gap:14%}.project-story h2{font-size:clamp(30px,3vw,50px);line-height:1.25}.project-story>div>p:not(.eyebrow){font-size:15px;margin-top:32px;max-width:580px}.project-scope{padding-top:0}.scope-list{list-style:none;margin:0;padding:0;font-size:14px}.scope-list li{border-top:1px solid var(--border);padding:15px 0}.scope-list li:last-child{border-bottom:1px solid var(--border)}.project-facts{display:flex;justify-content:space-between;gap:20px;margin:45px 0 0;border-top:1px solid var(--border);padding-top:22px}.project-facts dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.project-facts dd{margin:10px 0 0;font:500 21px Poppins}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:100px 7%;padding:0 var(--gutter)}.gallery figure{margin:0;min-width:0}.gallery figure:nth-child(3n+1){grid-column:1/-1}.gallery figure>button{display:block;width:100%;border:0;padding:0;background:transparent;position:relative;overflow:hidden}.gallery img{height:650px;transition:transform .9s}.gallery figure:nth-child(3n+1) img{height:min(80vw,85svh);min-height:500px;object-position:center 55%}.gallery button:hover img{transform:scale(1.025)}.gallery button>span{position:absolute;bottom:22px;right:22px;color:white;background:#1e242180;width:50px;height:50px;border:1px solid #fff8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px}.gallery figcaption{display:flex;gap:30px;font-size:11px;padding-top:18px;line-height:1.5}.gallery figcaption span{color:#6c7569}.photo-note{font-size:11px;line-height:1.7;color:#63705e;max-width:800px;margin:50px var(--gutter) 0}.next-project>a{display:flex;align-items:center;justify-content:space-between;gap:30px}.next-project .arrow{font-size:60px}.lightbox{width:100%;height:100dvh;max-height:none;max-width:none;border:0;margin:0;padding:65px 6vw 105px;background:#131815;color:#fff}.lightbox::backdrop{background:#131815}.lightbox>img{width:100%;height:100%;object-fit:contain}.lightbox-close{position:absolute;right:4.5vw;top:20px;background:none;border:1px solid #fff6;padding:8px 15px;font-size:13px}.lightbox-bottom{position:absolute;bottom:20px;left:4.5vw;right:4.5vw;display:flex;align-items:center;justify-content:space-between;gap:20px}.lightbox-bottom button{width:48px;height:48px;border:1px solid #fff6;background:none;font-size:23px;border-radius:50%}.lightbox-bottom p{text-align:center;font-size:12px}.lightbox-bottom p span{display:block;font-size:11px;margin-top:5px;color:#c5cec0}.service-detail{display:grid;grid-template-columns:.15fr 1.15fr 1fr;gap:6%;padding:65px 0;border-top:1px solid var(--border);scroll-margin-top:70px}.service-detail .number{font-size:12px}.service-detail h2{font-size:clamp(32px,3.5vw,55px)}.service-detail p{max-width:490px;font-size:14px;margin-top:24px}.service-cover{margin:0 var(--gutter) 70px;height:65svh;min-height:350px;object-position:50% 55%}.studio-hero{height:90svh;min-height:650px;position:relative;color:white;background:var(--ink)}.studio-hero img{position:absolute;height:100%;object-position:50% 60%}.studio-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(#1117,transparent 30%,#111b)}.studio-hero>div{position:absolute;left:var(--gutter);right:var(--gutter);bottom:70px;z-index:1}.studio-hero h1{font-size:clamp(60px,7vw,120px);line-height:1.03}.studio-lead{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding:130px var(--gutter);align-items:center}.studio-lead>img{height:750px}.studio-lead h2{font-size:clamp(36px,3.6vw,60px);line-height:1.15}.studio-lead p{margin-top:24px;font-size:14px;max-width:500px}.studio-lead .button{margin-top:35px}.studio-values{padding-top:30px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:5%;margin-top:65px}.steps article{border-top:1px solid var(--border);padding-top:22px}.steps article>span{font-size:12px}.steps h3{font-size:25px;line-height:1.2;margin:40px 0 22px}.steps p{font-size:14px}
/* Contact: useful qualification without a false send confirmation. */
.contact-layout{display:grid;grid-template-columns:42% 58%;padding-top:108px;min-height:95svh}.contact-aside{padding:85px 10.8% 75px;background:var(--ink);color:var(--paper)}.contact-aside h1{font-size:clamp(46px,4.5vw,78px);line-height:1.08}.contact-aside>p:not(.eyebrow){font-size:13px;margin-top:35px;max-width:330px;color:#c2c9bd}.contact-direct{margin-top:55px;display:flex;align-items:start;flex-direction:column;gap:12px}.contact-direct>p{font-size:11px;color:#b4beae;margin-bottom:5px}.contact-direct>a{font-size:14px;overflow-wrap:anywhere}.contact-direct .text-link{margin-top:12px}.contact-aside .contact-address{font-size:11px}.enquiry{padding:80px 10% 80px}.form-progress{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.08em;margin-bottom:40px}.form-progress>span{height:2px;flex:1;background:#cfd3c8}.form-progress>span:first-of-type{margin-left:20px}.form-progress>span.active{background:var(--ink)}.enquiry h2{font-size:clamp(31px,3vw,48px);line-height:1.2}.summary-title:focus{outline:none}.form-intro{font-size:13px;color:#65705f;margin:23px 0 38px;max-width:520px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 20px}.field{min-width:0;display:flex;flex-direction:column;gap:10px}.field label{font-size:12px;font-weight:500}.field input,.field textarea,.form-select{width:100%;min-height:50px;border:1px solid #afb8a7;background:transparent;border-radius:0;padding:12px 13px;box-shadow:none;font-size:13px;line-height:1.5;color:var(--ink)}.field input::placeholder,.field textarea::placeholder{color:#6c7566}.field textarea{min-height:120px;resize:vertical}.form-select{display:flex;align-items:center;justify-content:space-between;gap:8px;height:auto;min-width:0;white-space:normal}.form-select>span{overflow:hidden;text-overflow:ellipsis}.form-select svg{width:16px;flex-shrink:0}.select-popover{z-index:60;background:#fff;border:1px solid var(--border);font-size:13px;color:var(--ink);padding:5px;border-radius:0;max-width:var(--radix-select-trigger-width);box-shadow:0 12px 30px #1e24211c}.select-popover [role=option]{padding:10px 30px 10px 10px;cursor:pointer;position:relative;outline:none}.select-popover [role=option][data-highlighted]{background:#e9eee5}.select-popover [role=option]>span:first-child{position:absolute;right:9px;top:12px}.select-popover svg{width:16px;height:16px}.wide{grid-column:1/-1}.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:35px}.form-back{background:none;padding:10px 0;border:0;font-size:12px;border-bottom:1px solid var(--ink)}.form-hint{font-size:11px;color:#65705f;line-height:1.7;margin-top:23px}.privacy-row{display:flex;align-items:start;gap:12px;margin-top:28px;font-size:12px}.privacy-row>button{border:1px solid #63715b;flex-shrink:0;width:19px;height:19px;border-radius:0;background:transparent;margin-top:1px}.privacy-row>button[data-state=checked]{background:var(--ink);color:white}.privacy-row svg{width:16px;height:16px}.privacy-row a{text-decoration:underline}.form-error{font-size:12px;color:#99371f;margin-top:18px}.request-summary{white-space:pre-wrap;overflow-wrap:anywhere;padding:22px;background:#eeeee7;font-size:13px;line-height:1.9;border-left:2px solid var(--sage)}
/* Visible alternatives retain the same brand, scene and copy. */
.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;padding:0 var(--gutter) 120px}.compare-card{min-width:0}.compare-card h2{font-size:25px;margin-top:25px}.compare-card>p{font-size:13px;margin:22px 0}.direction-preview{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--ink);color:white}.direction-preview img{height:100%;opacity:.7}.direction-preview>span{position:absolute;bottom:40px;left:20px;font:500 42px/.98 Poppins;letter-spacing:-.06em}.direction-preview>i{position:absolute;top:16px;left:20px;font-style:normal;font-size:7px;letter-spacing:.12em}.preview-editorial{background:#e9e9e1;color:var(--ink)}.preview-editorial img{position:absolute;width:70%;height:58%;bottom:20px;right:20px;opacity:1}.preview-editorial>span{top:38px;bottom:auto;z-index:1;font-size:38px}.preview-materia img{width:58%;margin-left:42%;opacity:1}.preview-materia>span{font-size:33px;left:14px;bottom:40px}.cinema-editorial{height:100svh;background:#e9e9e1;color:var(--ink)}.cinema-editorial .cinema-stage{position:relative}.cinema-editorial .scene-images{left:33%;right:var(--gutter);top:24%;bottom:12%}.cinema-editorial .scene-image{transform:none!important}.cinema-editorial .cinema-shade,.cinema-editorial .scene-caption,.cinema-editorial .cinema-location{display:none}.cinema-editorial .cinema-copy{top:19%;bottom:auto;z-index:2}.cinema-editorial .cinema-copy h1{font-size:10vw}.cinema-editorial .hero-inquiry{border-color:var(--ink);background:#e9e9e1e6;padding:14px}.cinema-editorial .scene-controls i{background:#1e242155}.cinema-editorial .scene-controls [aria-pressed=true] i{background:var(--ink)}.cinema-editorial .cinema-project{color:var(--ink)}body:has(.cinema-editorial) .header-light{background:#e9e9e1;color:var(--ink)}body:has(.cinema-editorial) .header-light .logo{filter:brightness(0)}body:has(.cinema-editorial) .header-light .header-cta{border-color:var(--ink);background:none}body:has(.cinema-editorial) .header-light .desktop-nav{text-shadow:none}.cinema-materia{height:100svh}.cinema-materia .cinema-stage{position:relative}.cinema-materia .scene-images{left:42%}.cinema-materia .scene-image{transform:none!important}.cinema-materia .cinema-shade{background:linear-gradient(90deg,#1e2421 35%,transparent 62%)}.cinema-materia .cinema-copy{bottom:25%}.cinema-materia .cinema-copy h1{font-size:7.5vw}.cinema-materia .scene-caption{bottom:150px}.cinema-materia .cinema-location>span:first-child{max-width:250px}
@media(min-width:1921px){:root{--gutter:max(70px,calc((100vw - 1740px)/2))}.section{max-width:none}}
@media(max-width:1000px){:root{--gutter:5vw}.header{gap:30px}.desktop-nav{gap:24px}.header-cta{gap:15px}.cinema-copy h1{font-size:10vw}.scene-caption{width:190px}.manifesto{grid-template-columns:23% 77%}.manifesto-bottom{gap:8%}.section-heading>.eyebrow{width:20%}.section-heading{gap:25px}.section-heading>.text-link{max-width:160px}.paired-work{gap:8%}.material-copy{padding:75px 12%}.services-section,.method,.faq-section{grid-template-columns:40% 60%;gap:0}.method-steps article{gap:25px}.services-intro h2,.method-intro h2,.faq-section h2{font-size:42px}.services-intro>p:not(.eyebrow),.method-intro>p:not(.eyebrow){max-width:260px;padding-right:20px}.footer-top{gap:6%}.footer-top img{width:155px}.footer-top>div{font-size:12px}.footer-top>p{font-size:12px}.project-story{gap:8%}.project-grid{gap:80px 8%}.gallery img{height:500px}.contact-layout{grid-template-columns:40% 60%}.contact-aside{padding:70px 12.5%}.enquiry{padding:70px 8%}.contact-aside h1{font-size:46px}.studio-lead{gap:8%}.studio-lead>img{height:650px}.compare-grid{gap:20px}.direction-preview>span{font-size:32px}.preview-materia>span{font-size:26px}}
@media(max-width:760px){:root{--gutter:24px}.section{padding:85px var(--gutter)}.header{height:88px;gap:24px}.header-scrolled{height:72px}.logo{width:136px}.desktop-nav,.header-cta{display:none}.menu-button{display:flex;margin-left:auto}.cinema{height:220svh}.cinema-stage{min-height:640px}.cinema-location{top:115px;font-size:9px;gap:25px}.cinema-location>span:first-child{max-width:210px}.cinema-location>span:last-child{white-space:nowrap}.cinema-copy{bottom:235px}.cinema-copy .eyebrow{font-size:9px;margin-bottom:20px}.cinema-copy h1{font-size:clamp(69px,12.9vw,96px)}.hero-inquiry{font-size:12px;margin-top:28px;gap:32px}.scene-caption{bottom:105px;left:var(--gutter);right:auto;width:calc(100% - 48px);display:grid;grid-template-columns:1fr auto;column-gap:25px;padding-top:15px}.scene-caption p{grid-row:2;margin:8px 0 0;font-size:12px;max-width:250px}.scene-caption a{grid-column:2;grid-row:1/3;align-self:center;font-size:11px;gap:20px}.scene-caption>a>span{font-size:23px}.scene-caption>span{font-size:9px}.cinema-bottom{bottom:22px;gap:15px}.cinema-bottom .scroll-link{font-size:9px;gap:12px}.cinema-project{display:none}.scene-controls{position:static;transform:none;gap:5px}.scene-controls button{min-width:42px;gap:7px}.scene-controls i{width:19px}.manifesto{display:block;padding-top:95px;padding-bottom:100px}.manifesto>.eyebrow{margin-bottom:45px}.manifesto h2{font-size:clamp(36px,7.2vw,54px);line-height:1.18}.manifesto-bottom{grid-template-columns:1fr;gap:30px;margin-top:32px}.manifesto-bottom p{font-size:14px;max-width:460px}.section-heading{display:grid;grid-template-columns:1fr auto;gap:25px}.section-heading>.eyebrow{grid-column:1/-1;width:auto;margin:0}.section-heading h2{font-size:clamp(38px,7vw,54px)}.section-heading>.text-link{font-size:11px;gap:20px;max-width:135px}.selected-work .section-heading{padding-top:70px;padding-bottom:50px}.featured-project{height:75svh;min-height:560px}.featured-top{font-size:9px;gap:30px;top:25px}.featured-top span:last-child{text-align:right;max-width:140px}.featured-bottom{bottom:35px}.featured-bottom h3{font-size:clamp(52px,10vw,80px)}.featured-bottom .circle-link{width:64px;height:64px}.featured-bottom .circle-link .arrow{font-size:28px}.paired-work{gap:45px;grid-template-columns:1fr;padding-top:65px;padding-bottom:80px}.paired-work .project-card:nth-child(2){padding-top:15px;margin-left:14%}.project-caption p{font-size:9px;line-height:1.6}.project-caption h3{font-size:27px}.project-caption>span{font-size:10px}.material-story{grid-template-columns:1fr}.material-photo img{height:70svh;min-height:480px;max-height:800px}.material-photo>span{left:24px}.material-copy{padding:70px 24px 75px;display:block}.material-copy h2{font-size:clamp(70px,12vw,96px)}.material-copy>p:not(.eyebrow){max-width:430px;margin:30px 0}.services-section{display:block}.services-intro h2,.method-intro h2{font-size:52px}.services-intro>p:not(.eyebrow),.method-intro>p:not(.eyebrow){max-width:400px;padding:0}.service-list{margin-top:45px;padding:0}.service-list>a{gap:20px;padding:30px 0}.service-list h3{font-size:27px}.service-list p{font-size:12px}.method{display:block}.method-steps{margin-top:55px}.method-steps h3{font-size:25px}.method-steps p{font-size:13px}.method-steps article{padding:25px 0}.image-interlude{height:70svh;min-height:500px}.image-interlude>p{font-size:clamp(40px,7vw,55px);padding:0 24px}.image-interlude>img{object-position:50% 55%}.faq-section{display:block}.faq-section>div:first-child{margin-bottom:40px}.faq-section h2{font-size:43px}.faqs summary{font-size:14px}.contact-band{padding:70px 24px 50px}.contact-statement{padding-bottom:35px;gap:18px}.contact-statement h2{font-size:clamp(68px,12.8vw,100px)}.contact-statement .circle-link{width:65px;height:65px}.contact-statement .circle-link .arrow{font-size:31px}.contact-band-bottom{gap:25px;align-items:start}.contact-band-bottom p{font-size:12px}.contact-band-bottom .text-link{font-size:11px;max-width:170px;gap:15px;padding-top:0}.footer{padding:55px 24px 25px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:35px 20px;padding-bottom:45px}.footer-top>p{font-size:11px;align-self:center}.footer-top>div{grid-column:1/-1;margin-left:0;gap:12px;font-size:13px}.footer-bottom{flex-wrap:wrap;gap:18px 25px;font-size:9px}.footer-bottom>span{flex-basis:100%;margin:0}.footer-bottom a:last-child{margin-left:0}.page-heading{padding:160px 24px 65px}.page-heading h1{font-size:clamp(43px,7.5vw,65px)}.page-heading>p:not(.eyebrow){font-size:14px;margin-top:30px}.page-work{padding-top:0}.project-grid{grid-template-columns:1fr;gap:60px}.project-grid .project-card:nth-child(even){padding-top:0;margin-left:10%}.project-hero{height:90svh;min-height:640px}.back-link{top:125px}.project-hero-copy{bottom:35px}.project-hero-copy>.eyebrow{font-size:9px;max-width:300px}.project-hero-copy h1{font-size:clamp(52px,10.5vw,80px)}.project-hero-copy>div{font-size:10px;gap:20px}.project-story{display:block}.project-story h2{font-size:32px}.project-story>div>p:not(.eyebrow){font-size:14px}.project-facts{gap:16px}.project-facts dd{font-size:18px}.project-facts dt{font-size:9px}.project-scope{margin-top:60px}.gallery{grid-template-columns:1fr;gap:45px}.gallery figure:nth-child(3n+1){grid-column:auto}.gallery img,.gallery figure:nth-child(3n+1) img{height:auto;aspect-ratio:3/4;min-height:0;object-position:center}.gallery figcaption{font-size:10px;gap:20px}.photo-note{font-size:10px;margin-top:35px}.next-project h2{font-size:38px}.next-project .arrow{font-size:40px}.service-detail{grid-template-columns:30px 1fr;gap:15px;padding:45px 0}.service-detail>.scope-list{grid-column:2;margin-top:25px}.service-detail h2{font-size:32px}.service-detail .number{padding-top:7px}.service-cover{height:55svh;margin-bottom:35px}.studio-hero h1{font-size:clamp(52px,10vw,80px)}.studio-hero{height:85svh;min-height:620px}.studio-hero>div{bottom:45px}.studio-lead{grid-template-columns:1fr;gap:55px;padding:70px 24px}.studio-lead>img{height:auto;max-height:700px}.studio-lead h2{font-size:38px}.studio-values{padding-top:10px}.steps{grid-template-columns:1fr 1fr;gap:35px 25px;margin-top:40px}.steps h3{font-size:24px;margin:25px 0 15px}.steps p{font-size:13px}.contact-layout{grid-template-columns:1fr;padding-top:88px}.contact-aside{padding:55px 24px}.contact-aside h1{font-size:56px}.contact-aside h1 br:last-child{display:none}.contact-aside>p:not(.eyebrow){max-width:450px}.contact-direct{margin-top:35px}.contact-address{display:none}.enquiry{padding:55px 24px 70px}.enquiry h2{font-size:34px}.form-grid{gap:23px 15px}.form-select{font-size:12px;padding-left:10px}.field label{font-size:11px}.form-actions{gap:20px}.form-actions .button{font-size:12px;padding:15px 20px}.compare-grid{grid-template-columns:1fr;gap:65px;padding:0 24px 90px}.direction-preview{aspect-ratio:4/3}.direction-preview>span{font-size:50px;left:25px;bottom:40px}.preview-editorial>span{top:45px}.preview-materia>span{font-size:42px}.cinema-editorial,.cinema-materia{height:100svh}.cinema-editorial .cinema-copy{top:150px;bottom:auto}.cinema-editorial .cinema-copy h1{font-size:14vw}.cinema-editorial .scene-images{left:20%;top:38%;bottom:13%}.cinema-editorial .hero-inquiry{margin-top:18px;font-size:11px;padding:10px}.cinema-materia .scene-images{left:24%}.cinema-materia .cinema-shade{background:linear-gradient(90deg,#1e2421 0%,#1e242180 35%,#1e242110)}.cinema-materia .cinema-copy{bottom:36%}.cinema-materia .cinema-copy h1{font-size:13vw}.cinema-materia .scene-caption{bottom:105px}.lightbox{padding:75px 15px 115px}.lightbox-bottom p{max-width:65%}}
@media(max-width:390px){:root{--gutter:20px}.header{padding:0 20px}.cinema-copy h1{font-size:68px}.cinema-copy{bottom:240px}.scene-caption{width:calc(100% - 40px);column-gap:15px}.scene-caption p{max-width:180px}.scene-caption a{max-width:105px;font-size:10px;gap:10px}.cinema-copy .eyebrow{font-size:8px}.cinema-bottom .scroll-link{font-size:8px}.scene-controls button{min-width:37px}.scene-controls i{width:15px}.contact-statement h2{font-size:64px}.contact-statement .circle-link{width:55px;height:55px}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.manifesto h2{font-size:33px}.menu-bottom{flex-direction:column}.navigation-dialog nav{margin-top:9vh}.navigation-dialog nav a{font-size:26px;padding:14px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cinema{height:100svh}.cinema-stage{position:relative}.scene-image{transform:none!important}.cinema-progress{display:none}}

@media(max-width:760px){.contact-statement{display:block;position:relative}.contact-statement .circle-link{position:absolute;right:0;bottom:38px}}
@media(max-width:360px){.contact-statement h2{font-size:58px}}
body:has(dialog[open]){overflow:hidden}

.instagram-band{background:var(--ink);color:var(--paper)}.instagram-band>div{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:end}.instagram-band>div>div{max-width:400px}.instagram-band p:not(.eyebrow){font-size:16px;margin-bottom:30px}.instagram-band .text-link{font-size:14px}.instagram-band .instagram-feed-slot{margin-top:45px}.header{gap:34px}.desktop-nav{gap:28px}@media(max-width:900px) and (min-width:761px){.header-cta{display:none}}@media(max-width:760px){.instagram-band>div{grid-template-columns:1fr;gap:35px}.instagram-band h2{font-size:48px}}

/* WordPress editor and dynamic content */
body{overflow-wrap:break-word}button,select,input,textarea{font:inherit}button{line-height:inherit}dialog:not([open]){display:none}figure{margin:0}.admin-bar .header{top:32px}.project-rich-content{margin-top:28px}.project-rich-content p{margin:0 0 18px}.article-heading{padding:190px 8vw 65px;max-width:1200px;margin:auto}.article-heading h1{font-size:clamp(40px,5vw,80px);line-height:1.1}.article-heading>p:last-child{margin-top:30px;font-size:14px}.article-cover{max-width:1450px;margin:0 auto}.article-cover img{height:auto;max-height:780px}.article-content{max-width:830px;padding:50px 24px;margin:auto;font-size:18px;line-height:1.85}.article-content p,.article-content ul,.article-content ol,.article-content figure{margin:0 0 28px}.article-content a{text-decoration:underline}.article-content h2{font-size:36px;margin:50px 0 25px}.article-content h3{font-size:27px;margin:35px 0 20px}.article-content ul,.article-content ol{padding-left:25px}.article-content img{height:auto}.article-content .alignwide{max-width:1100px}.blog-list{padding-top:0}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}.blog-grid article img{aspect-ratio:4/3;height:auto;margin-bottom:24px}.blog-grid article .eyebrow{font-size:12px;margin:24px 0 16px}.blog-grid h2{font-size:30px;line-height:1.2}.blog-grid article>div{font-size:16px;margin:22px 0}.navigation.pagination,.article-navigation{margin-top:45px}.nav-links{display:flex;gap:20px;justify-content:space-between}.page-numbers{padding:10px}.page-numbers.current{background:var(--ink);color:white}.enquiry select{width:100%;min-height:52px;border:1px solid #afb8a7;background:transparent;padding:12px;font-size:14px}.enquiry .privacy-row input{width:18px;height:18px;flex-shrink:0}.enquiry .field input,.enquiry .field textarea{font-size:16px}.form-notice{padding:18px;border:1px solid var(--sage);margin-bottom:25px;font-size:15px}.enquiry [aria-hidden=true].spam-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.home-extra:empty{display:none}.desktop-nav{gap:20px}.header{gap:25px}.desktop-nav a{font-size:12px}.instagram-feed-slot{display:block!important;margin-top:45px}.cinema-stage .scene-controls [aria-pressed=true] i{background:white}.instagram-feed-slot #sb_instagram{width:100%!important}.project-grid .project-image img{height:auto;width:100%}@media(max-width:1100px) and (min-width:761px){.header-cta{display:none}}@media(max-width:760px){.admin-bar .header{top:46px}.blog-grid{grid-template-columns:1fr;gap:55px}.article-heading{padding:150px 24px 45px}.article-content{font-size:17px;padding-top:35px}.article-content h2{font-size:30px}.project-rich-content p{font-size:16px}}
