/* Shared inner-page design. The home story and its motion styles stay in styles.css. */
:root{--forest:#063b39;--orange:#f1602f;--paper:#faf9f6;--ink:#0a2927;--muted:#586663;--line:#183d3929}
[hidden]{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-toolbar nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:8px;text-decoration-color:var(--orange);text-decoration-thickness:2px}.site-toolbar .nav-contact{display:flex;gap:8px}.mobile-menu{display:none}.site-footer{padding:70px 6.2vw 25px;display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:40px;background:#052e2c;font-size:14px}.footer-name{font-size:30px;font-weight:700;letter-spacing:-1.3px}.footer-name span{color:var(--orange)}.site-footer p{color:#d0dcda;line-height:1.8;margin:12px 0 0}.site-footer nav,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-contact>span{color:#d0dcda;font-size:12px}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:25px;display:flex;justify-content:space-between;gap:20px;color:#d0dcda;font-size:12px}.site-footer a:hover{text-decoration:underline;text-underline-offset:5px}.section-onward{margin:0 0 32px}
.inner-page{background:var(--paper);color:var(--ink)}.inner-page main{outline:none}.page-hero{padding:178px 6.2vw 68px;max-width:1800px;margin:auto}.page-hero h1{font-size:clamp(44px,6.6vw,106px);letter-spacing:-.065em;line-height:1.09;margin:0;max-width:1250px}.inner-page .section-label{font-size:13px;letter-spacing:.02em;display:flex;align-items:center;gap:12px;margin:0 0 30px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex:none}.accent{color:#be3c14}.peach{color:#ffb28e}.hero-bottom{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.small-label{font-size:13px;line-height:1.75}.lede{font-size:clamp(17px,1.65vw,24px);line-height:1.65;margin:0;max-width:630px;letter-spacing:-.02em}.page-section{padding:90px 6.2vw;max-width:1800px;margin:auto}.inner-page h2{font-size:clamp(32px,3.6vw,56px);line-height:1.17;letter-spacing:-.045em;margin:0}.inner-page h3{letter-spacing:-.03em}.body-copy{font-size:17px;line-height:1.9;color:var(--muted)}.body-copy p{margin:0 0 24px}.body-copy p:last-child{margin-bottom:0}.body-copy .text-link{color:var(--ink)}.editorial-split{display:grid;grid-template-columns:1.1fr .9fr;gap:9vw}.green-section{background:var(--forest);color:#fff;max-width:none}.green-section>.section-label{color:#cfdbd9}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:65px}.principles article{border-top:1px solid #ffffff40;padding-top:28px}.principles article>span{font-size:13px;color:#ffb28e}.principles h3{font-size:24px;font-weight:500;line-height:1.35;margin:22px 0 16px}.principles p{font-size:15px;line-height:1.85;color:#d0dcda}.section-topline{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px}.studio-art{margin:0 6.2vw;background:var(--forest);position:relative;overflow:hidden;border-radius:4px}.studio-art>img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;object-position:right center}.studio-art figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:20px;padding:50px 30px 24px;color:#fff;background:linear-gradient(transparent,#052e2c);font-size:14px}
.page-cta{background:var(--orange);color:#fff;padding:65px 6.2vw}.page-cta>div{display:flex;align-items:center;justify-content:space-between;gap:30px}.inner-page .page-cta h2{font-size:clamp(50px,7vw,106px);letter-spacing:-.065em}.page-cta .section-label{margin-bottom:20px}.page-cta .button{flex-shrink:0}.inner-page .button-dark{background:var(--forest);border:0;cursor:pointer}.inner-page .button:focus-visible{outline-color:var(--ink)}
/* A browsable archive with generous images and quiet metadata. */
.work-hero{padding-bottom:64px}.archive{padding-top:0}.archive-toolbar{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 0 36px}.work-filters{display:flex;flex-wrap:wrap;gap:8px}.work-filters button{border:1px solid var(--line);background:transparent;color:var(--ink);padding:11px 19px;border-radius:30px;cursor:pointer;font-size:13px;min-height:44px}.work-filters button[aria-pressed="true"]{background:var(--forest);color:#fff;border-color:var(--forest)}.work-filters button:hover:not([aria-pressed="true"]){background:#e8ede7}.results-count{font-size:13px;color:var(--muted);white-space:nowrap;margin:0}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px 30px}.work-card{min-width:0}.work-card>a{display:block;text-decoration:none}.work-image{position:relative;overflow:hidden;background:#eeede8;border-radius:3px}.work-image>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;display:block;transition:transform .45s ease}.work-card:hover .work-image>img{transform:scale(1.025)}.card-arrow{position:absolute;right:18px;bottom:18px;display:grid;place-items:center;border-radius:50%;width:43px;height:43px;background:var(--paper);color:var(--ink);font-size:23px;transition:background .2s}.work-card:hover .card-arrow{background:#ffb28e}.card-caption{display:flex;justify-content:space-between;align-items:baseline;gap:15px;margin-top:20px}.inner-page .card-caption h2{font-size:clamp(20px,2vw,29px);letter-spacing:-.035em;line-height:1.25;font-weight:500}.card-caption>span{font-size:12px;white-space:nowrap;color:var(--muted)}.work-card p{font-size:14px;line-height:1.6;color:var(--muted);margin:9px 0 0}.work-card>a:focus-visible{outline-offset:7px}
/* Services are reading chapters, with a real project beside each one. */
.services-hero{max-width:none;background:var(--forest);color:#fff}.services-hero .hero-bottom{grid-template-columns:1fr 1fr}.service-count{display:flex;align-items:center;gap:22px;font-size:70px;font-weight:500;line-height:1;color:#ffb28e;letter-spacing:-.06em}.service-count>span{font-size:13px;color:#d0dcda;line-height:1.6;letter-spacing:0}.service-jump{padding:24px 6.2vw;display:grid;grid-template-columns:repeat(6,1fr);gap:24px;border-bottom:1px solid var(--line)}.service-jump a{display:flex;align-items:center;gap:10px;justify-content:space-between;font-size:12px;text-decoration:none;min-height:44px}.service-jump a>span:first-child{color:#8b5650}.service-chapter{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;scroll-margin-top:75px}.service-chapter+.service-chapter{border-top:1px solid var(--line)}.service-heading h2{max-width:570px}.service-heading>.body-copy{margin:25px 0}.deliverables{padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}.deliverables li{font-size:12px;line-height:1.6;border:1px solid var(--line);border-radius:30px;padding:7px 12px}.service-example{text-decoration:none;min-width:0}.service-example>img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#eeede8;display:block}.service-example>span{display:flex;justify-content:space-between;gap:18px;margin-top:17px;font-size:13px}.process-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0;margin:60px 0 0}.process-list li{border-top:1px solid #ffffff40;padding-top:24px}.process-list li>span{font-size:13px;color:#ffb28e}.process-list h3{font-size:25px;font-weight:500;margin:20px 0 12px}.process-list p{color:#d0dcda;font-size:15px;line-height:1.8}
/* Case studies retain each image's complete composition. */
.project-hero{padding-top:145px;padding-bottom:50px}.back-link{display:inline-block;min-height:44px;font-size:13px;text-decoration:none;margin-bottom:25px}.back-link:hover{text-decoration:underline}.project-kicker{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:18px}.project-hero h1{font-size:clamp(43px,7.5vw,112px)}.project-line{font-size:clamp(18px,2vw,26px);letter-spacing:-.025em;margin:20px 0 0}.project-lead{margin:0 6.2vw;background:#eeede8}.project-lead>img{display:block;width:100%;height:auto;max-height:740px;object-fit:contain}.project-story{display:grid;grid-template-columns:1fr .8fr;gap:9vw}.project-story h2{font-size:clamp(25px,2.8vw,43px);line-height:1.35}.project-facts{display:flex;gap:45px;margin:32px 0 0}.project-facts dt{font-size:12px;color:var(--muted);margin-bottom:8px}.project-facts dd{font-size:14px;margin:0}.project-story>.body-copy{padding-top:45px}.project-gallery{padding-top:0}.gallery-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:30px;margin-bottom:30px}.inner-page .gallery-heading h2{font-size:23px;font-weight:500;letter-spacing:-.025em}.gallery-heading>span{font-size:12px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}.gallery-item{display:block;position:relative;background:#eeede8}.gallery-item>img{display:block;width:100%;height:auto}.gallery-wide{grid-column:1/-1}.gallery-zoom{position:absolute;right:14px;bottom:14px;background:var(--paper);color:var(--ink);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:20px}.next-project{background:#e9ede6;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.next-project .text-link{margin-top:25px}.next-project-link{text-decoration:none}.next-project-link img{display:block;width:100%;height:auto;max-height:350px;object-fit:contain;background:#e2e5de}.next-project-link>span{display:flex;justify-content:space-between;gap:20px;font-size:clamp(22px,2.5vw,36px);font-weight:500;letter-spacing:-.04em;margin-top:20px}.lightbox{border:0;padding:20px;background:#052e2c;color:#fff;width:calc(100% - 40px);max-width:1500px;height:calc(100dvh - 40px);max-height:none;overflow:hidden}.lightbox[open]{display:flex;flex-direction:column}.lightbox::backdrop{background:#001c1beF}.lightbox-bar{display:flex;align-items:center;justify-content:space-between;gap:20px}.lightbox-bar p{font-size:14px;margin:0}.lightbox button{background:transparent;color:#fff;border:1px solid #ffffff60;min-width:44px;min-height:44px;padding:8px 16px;border-radius:30px;cursor:pointer}.lightbox-image{display:block;flex:1;min-height:0;width:100%;object-fit:contain;padding:16px 0}.lightbox-controls{display:flex;align-items:center;justify-content:center;gap:20px;font-size:12px;color:#d0dcda}.viewer-open{overflow:hidden}
/* The enquiry builder is deliberately email-based, with an explicit review step. */
.contact-hero{padding-bottom:40px}.contact-layout{padding-top:10px;display:grid;grid-template-columns:.85fr 1.15fr;gap:6vw;align-items:start}.contact-note{background:var(--forest);color:#fff;padding:45px 35px;border-radius:4px}.inner-page .contact-note h2{font-size:clamp(30px,3vw,45px)}.contact-note>p:not(.section-label){color:#d0dcda;font-size:15px;line-height:1.9;margin:25px 0}.contact-note .section-label{color:#ffb28e}.contact-direct{display:flex;justify-content:space-between;gap:15px;font-size:clamp(19px,2.2vw,31px);letter-spacing:-.035em;text-decoration:none;border-bottom:1px solid #ffffff50;padding-bottom:16px;margin-top:32px}.address-block{border-bottom:1px solid #ffffff30;margin:28px 0 18px;padding-bottom:18px}.address-block>.small-label{color:#ffb28e}.address-block p{font-size:14px;line-height:1.8}.enquiry-panel{padding-top:8px}.inner-page .enquiry-panel h2{font-size:clamp(28px,3vw,42px)}.enquiry-panel>p:not(.section-label){font-size:14px;color:var(--muted);line-height:1.8;margin:18px 0 28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}#enquiry-form label{display:flex;flex-direction:column;font-size:13px;gap:9px;margin:0 0 24px}#enquiry-form label>span:not(:last-child),#enquiry-form legend>span{color:var(--muted);font-size:11px;font-weight:400}#enquiry-form label>span{display:contents}input,textarea{font:inherit;color:var(--ink);min-width:0;max-width:100%}#enquiry-form input:not([type=checkbox]),#enquiry-form textarea,#enquiry-text{display:block;border:1px solid #afbab5;border-radius:5px;background:#fff;width:100%;padding:14px 12px;font-size:14px;line-height:1.6;resize:vertical}input:focus-visible,textarea:focus-visible{outline:2px solid var(--forest);outline-offset:3px}#enquiry-form input::placeholder,#enquiry-form textarea::placeholder{color:#65736d}#enquiry-form fieldset{padding:0;border:0;margin:0 0 24px;min-width:0}#enquiry-form legend{font-size:13px;margin-bottom:14px}.service-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}#enquiry-form .service-options label{flex-direction:row;gap:10px;align-items:center;margin:0;border:1px solid var(--line);border-radius:5px;padding:12px;font-size:12px;line-height:1.6;cursor:pointer}#enquiry-form .service-options label:has(:checked){background:#e4ebe2;border-color:var(--forest)}.service-options input{accent-color:var(--forest);flex:none;width:16px;height:16px;margin:0}.form-note{font-size:12px;line-height:1.8;color:var(--muted);margin:18px 0 0}.enquiry-preview h3{font-size:25px;line-height:1.35}.enquiry-preview>label{font-size:13px;display:block;margin-bottom:10px}.enquiry-preview .actions{gap:18px;margin-top:22px}.enquiry-preview>p{font-size:13px;line-height:1.8;color:var(--muted)}.text-button{border:0;background:transparent;color:var(--ink);border-bottom:1px solid currentColor;padding:12px 0;min-height:44px;font-size:13px;cursor:pointer}
@media(min-width:1800px){.studio-art,.project-lead{max-width:1575px;margin-left:auto;margin-right:auto}}
@media(max-width:1000px){.page-hero{padding-top:145px}.service-jump{grid-template-columns:repeat(3,1fr);gap:10px 28px}.service-chapter{gap:5vw}.service-heading .section-label{font-size:12px}.principles{gap:25px}.contact-layout{gap:4vw;grid-template-columns:.85fr 1.15fr}.contact-note{padding:32px 24px}.form-row{grid-template-columns:1fr;gap:0}.service-options{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr .6fr 1fr;gap:30px}.card-caption{flex-direction:column;gap:8px}}
@media(max-width:700px){.site-toolbar .desktop-nav{display:none}.mobile-menu{display:block}.mobile-menu summary{display:flex;align-items:center;gap:17px;cursor:pointer;font-size:14px;padding:10px;min-height:44px;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary>span{font-size:22px;line-height:1}.mobile-menu[open] summary>span{transform:rotate(45deg)}.site-toolbar .mobile-menu nav{position:absolute;left:0;right:0;top:calc(100% + 10px);display:flex;flex-direction:column;align-items:stretch;gap:0;padding:14px 24px 20px;background:#f7f8f2;border:1px solid #cbd3cb;border-radius:14px;box-shadow:0 15px 35px #052e2c20;max-height:calc(100dvh - 100px);overflow:auto}.site-toolbar .mobile-menu nav a,.site-toolbar .mobile-menu nav a:first-child{display:flex;font-size:18px;min-height:48px;padding:13px 0;border-bottom:1px solid var(--line)}.site-toolbar .mobile-menu nav .nav-contact{justify-content:space-between}.page-hero{padding-top:122px;padding-bottom:45px}.page-hero h1{font-size:clamp(39px,8.7vw,62px);letter-spacing:-.055em}.page-hero h1 br{display:initial}.hero-bottom{grid-template-columns:1fr;gap:22px;margin-top:30px}.hero-bottom>.small-label br{display:initial}.lede{font-size:17px}.page-section{padding:55px 6.2vw}.inner-page .section-label{font-size:12px;margin-bottom:22px}.studio-art{margin:0}.studio-art>img{height:380px;object-position:75% center}.studio-art figcaption{font-size:12px;padding:40px 6.2vw 20px}.studio-art figcaption span:last-child{display:none}.editorial-split{grid-template-columns:1fr;gap:28px}.body-copy{font-size:16px;line-height:1.8}.principles{grid-template-columns:1fr;gap:22px;margin-top:35px}.principles article{padding-top:20px}.principles h3{margin:14px 0 10px}.principles p{margin:0}.section-topline{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:30px}.work-grid{gap:35px 20px}.work-image>img{aspect-ratio:1}.card-caption>span{font-size:11px}.work-card p{font-size:13px}.card-arrow{width:34px;height:34px;right:10px;bottom:10px;font-size:20px}.archive{padding-top:0}.archive-toolbar{align-items:flex-start;flex-direction:column;gap:18px;padding:22px 0 28px}.work-filters{gap:7px}.work-filters button{font-size:12px;padding:10px 14px}.service-count{font-size:56px}.services-hero .hero-bottom{grid-template-columns:1fr;gap:25px}.service-jump{grid-template-columns:repeat(2,1fr);padding-top:17px;padding-bottom:17px;gap:5px 25px}.service-chapter{grid-template-columns:1fr;gap:30px;scroll-margin-top:70px}.service-example>img{max-height:400px}.process-list{grid-template-columns:1fr 1fr;gap:25px;margin-top:35px}.page-cta{padding:45px 6.2vw}.page-cta>div{align-items:flex-start;flex-direction:column;gap:25px}.page-cta .section-label{margin-bottom:15px}.site-footer{grid-template-columns:1fr 1fr;padding:45px 6.2vw 24px;gap:32px 20px}.footer-name{font-size:25px}.footer-contact{grid-column:1/-1}.site-footer p{font-size:13px}.project-hero{padding-top:108px}.project-hero .back-link{margin-bottom:16px}.project-hero h1{overflow-wrap:break-word}.project-lead{margin:0}.project-lead>img{max-height:570px}.project-story{grid-template-columns:1fr;gap:25px}.project-story>.body-copy{padding-top:0}.project-facts{gap:25px;margin-top:25px;flex-wrap:wrap}.project-gallery{padding-top:0}.gallery-grid{gap:12px}.gallery-heading{padding-top:24px;margin-bottom:23px}.gallery-heading>span{white-space:nowrap}.inner-page .gallery-heading h2{font-size:22px}.gallery-zoom{width:28px;height:28px;font-size:16px;right:7px;bottom:7px}.next-project{grid-template-columns:1fr;gap:28px}.lightbox{padding:14px;width:calc(100% - 16px);height:calc(100dvh - 16px)}.lightbox-bar p{font-size:12px;max-width:70%}.lightbox-bar button{padding:8px 12px;font-size:13px}.contact-hero{padding-bottom:34px}.contact-layout{grid-template-columns:1fr;padding-top:0;gap:40px}.contact-note{padding:30px 25px}.contact-direct{font-size:25px}.enquiry-panel{padding-top:0}.form-row{grid-template-columns:1fr 1fr;gap:18px}.service-options{grid-template-columns:1fr 1fr}}
@media(max-width:450px){.work-grid{grid-template-columns:1fr;gap:35px}.work-image>img{aspect-ratio:4/3}.card-caption{flex-direction:row;align-items:baseline;gap:12px}.inner-page .card-caption h2{font-size:22px}.card-caption>span{font-size:11px}.form-row,.service-options{grid-template-columns:1fr;gap:0}.service-options{gap:9px}.gallery-grid{grid-template-columns:1fr}.gallery-wide{grid-column:auto}.process-list{gap:20px}.process-list h3{font-size:23px}.process-list p{font-size:14px}.site-footer{grid-template-columns:1fr 1fr}.footer-bottom{font-size:11px}.gallery-zoom{width:36px;height:36px}.project-kicker{font-size:12px}.studio-art>img{height:320px}}
@media(prefers-reduced-motion:reduce){.work-image>img{transition:none}.work-card:hover .work-image>img{transform:none}}

/* Page roles: studio illustration introduces the practice; the portfolio holds the work. */
.services-hero-illustrated{display:grid;grid-template-columns:.92fr 1.08fr;gap:5vw;align-items:center;padding-bottom:70px}
.services-hero-illustrated h1{font-size:clamp(45px,5.2vw,80px);letter-spacing:-.06em}
.services-opening .lede{font-size:18px;line-height:1.75;margin:26px 0 18px;color:#dbe5de}
.services-opening>.text-link{font-size:13px;color:#ffb28e}
.services-opening-art{margin:0;min-width:0}
.services-opening-art img{display:block;width:100%;height:auto;border-radius:4px}
.capabilities-section{scroll-margin-top:85px}
.capabilities-heading{display:grid;grid-template-columns:1fr .85fr;gap:9vw;align-items:end;margin-bottom:40px}
.capabilities-heading>.body-copy{margin:0;max-width:440px}
.capabilities-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:65px}
.capability{display:flex;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line);padding:30px 0 38px;scroll-margin-top:110px;min-width:0}
.capability-topline{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.capability-number{font-size:13px;color:#a84c2c}
.capability-enquire{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;text-decoration:none;font-size:20px;transition:background .2s}
.capability-enquire:hover{background:#ffddc9}
.capability h3{font-size:clamp(23px,2.35vw,34px);font-weight:500;line-height:1.3;margin:0 0 16px;max-width:470px}
.capability>p{color:var(--muted);font-size:16px;line-height:1.85;margin:0 0 24px;max-width:540px}
.capability .deliverables{margin-top:auto;margin-bottom:0}
.collaboration-section{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#e9ede6;max-width:none}
.collaboration-section .text-link{margin-top:30px}
.collaboration-steps{list-style:none;margin:0;padding:0}
.collaboration-steps li{display:grid;grid-template-columns:28px 1fr;gap:22px;border-top:1px solid var(--line);padding:24px 0}
.collaboration-steps li:first-child{padding-top:0;border:0}
.collaboration-steps li:last-child{padding-bottom:0}
.collaboration-steps li>span{font-size:12px;color:#a84c2c;padding-top:5px}
.collaboration-steps h3{font-weight:500;font-size:22px;line-height:1.35;margin:0 0 12px}
.collaboration-steps p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
.work-signpost{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:42px;padding-bottom:42px}
.work-signpost>p{font-size:17px;line-height:1.7;margin:0;color:var(--muted)}
.work-signpost>a{display:flex;align-items:center;gap:32px;font-size:22px;font-weight:500;letter-spacing:-.035em;text-decoration:none;padding:10px 0;border-bottom:1px solid var(--line)}
.about-introduction{display:grid;grid-template-columns:1.2fr .8fr;gap:5vw;align-items:center;padding-top:0}
.about-art{margin:0;min-width:0}
.about-art img{display:block;width:100%;height:auto;border-radius:4px}
.about-art figcaption{font-size:12px;color:var(--muted);margin-top:16px}
.about-perspective h2{font-size:clamp(28px,3vw,46px)}
.about-perspective .body-copy{font-size:16px;line-height:1.85;margin-top:24px}
.studio-onward{display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center}
.studio-onward h2{font-size:clamp(30px,3.3vw,49px)}
.studio-destinations>a{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:24px 0;border-bottom:1px solid var(--line);text-decoration:none}
.studio-destinations>a:first-child{border-top:1px solid var(--line)}
.studio-destinations strong{display:block;font-weight:500;font-size:19px}
.studio-destinations small{display:block;font-size:13px;line-height:1.6;color:var(--muted);margin-top:8px}
.studio-destinations>a>span:last-child{font-size:25px}
.contact-note-illustrated{padding:0;overflow:hidden}
.contact-art{margin:0;background:#f6a851}
.contact-art img{display:block;width:100%;height:auto}
.contact-note-copy{padding:32px 35px 15px}
.contact-note-copy>p:not(.section-label){font-size:15px;line-height:1.85;color:#d0dcda;margin:22px 0}
.contact-form-jump{margin-top:25px}
.enquiry-panel{scroll-margin-top:110px}
.project-pagination{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;background:#e9ede6;max-width:none;align-items:center;padding-top:46px;padding-bottom:46px}
.project-pagination a{text-decoration:none}
.project-return{display:flex;align-items:center;gap:18px;font-size:15px;min-height:44px}
.project-next{display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--line);padding-left:40px}
.project-next>.small-label{color:var(--muted);font-size:12px}
.project-next>span:last-child{display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:clamp(22px,2.7vw,39px);letter-spacing:-.04em;line-height:1.3;font-weight:500}
.home-selection{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.selected-project{display:block;text-decoration:none;min-width:0}
.selected-project-art{position:relative;background:#e8e7e1;overflow:hidden}
.selected-project-art img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;transition:transform .3s}
.selected-project-art>span{position:absolute;right:14px;bottom:14px;background:var(--paper);color:var(--ink);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:21px}
.selected-project>p{font-size:12px;color:var(--muted);margin:18px 0 8px}
.selected-project h3{font-size:clamp(21px,2vw,29px);font-weight:500;line-height:1.3;letter-spacing:-.025em;margin:0}
.selected-project:hover .selected-project-art img{transform:scale(1.025)}
.work-intro>.section-topline{margin-bottom:40px}
.work-intro .section-topline .section-heading{margin-bottom:0}
@media(max-width:1100px){.about-introduction{grid-template-columns:1fr 1fr;gap:4vw}.about-perspective .body-copy{font-size:15px}.contact-note-copy{padding:28px 24px 12px}.capabilities-grid{column-gap:40px}}
@media(max-width:900px){.services-hero-illustrated{grid-template-columns:1fr;gap:38px}.services-hero-illustrated h1{font-size:clamp(44px,7vw,64px)}.services-opening-art{max-width:760px}.services-opening-art img{max-height:480px;object-fit:contain}.about-introduction{grid-template-columns:1fr;gap:36px}.about-perspective{display:grid;grid-template-columns:1fr 1fr;column-gap:36px}.about-perspective>.section-label{grid-column:1/-1}.about-perspective .body-copy{margin-top:0;font-size:16px}.studio-onward{grid-template-columns:1fr;gap:30px}.home-selection{gap:20px}.selected-project h3{font-size:22px}}
@media(max-width:700px){.services-hero-illustrated{padding-bottom:38px;gap:30px}.services-hero-illustrated h1{font-size:clamp(43px,10vw,62px)}.services-opening .lede{font-size:16px;margin-top:24px}.services-opening>.text-link{font-size:14px}.capabilities-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.capabilities-grid{grid-template-columns:1fr}.capability{padding:24px 0 30px;scroll-margin-top:88px}.capability-topline{margin-bottom:14px}.capability h3{font-size:26px}.capability>p{font-size:16px}.capabilities-section{scroll-margin-top:75px}.collaboration-section{grid-template-columns:1fr;gap:38px}.collaboration-steps{margin:0}.collaboration-steps h3{font-size:21px}.work-signpost{align-items:flex-start;flex-direction:column;gap:16px;padding-top:32px;padding-bottom:36px}.work-signpost>p{font-size:16px}.work-signpost>a{font-size:23px}.about-introduction{padding-top:0;gap:32px}.about-perspective{display:block}.about-perspective .body-copy{margin-top:22px}.contact-note-illustrated{padding:0}.contact-note-copy{padding:28px 25px 10px}.contact-art img{max-height:360px;object-fit:contain}.project-pagination{grid-template-columns:1fr;gap:22px;padding-top:32px;padding-bottom:36px}.project-next{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.home-selection{grid-template-columns:1fr;gap:32px}.selected-project h3{font-size:25px}.selected-project-art img{max-height:400px}.work-intro>.section-topline{gap:22px;margin-bottom:28px}}
@media(prefers-reduced-motion:reduce){.selected-project-art img{transition:none}.selected-project:hover .selected-project-art img{transform:none}}
