@font-face{font-family:Manrope;src:url('assets/manrope-latin.woff2') format('woff2');font-weight:400 800;font-style:normal;font-display:swap}
:root{--paper:#f1f1f2;--white:#fff;--ink:#000e03;--text:#363737;--green:#02811b;--teal:#38947c;--sage:#b7c1b5;--muted:#647064;--line:#d4d8d2;--forest:#07170d;--gutter:clamp(24px,4.45vw,88px);--ease:cubic-bezier(.22,.72,.2,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:125px;-webkit-text-size-adjust:100%;scrollbar-gutter:stable}body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.7 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:450;line-height:1.08;letter-spacing:-.055em}h2{font-size:clamp(40px,4.15vw,68px)}h3{font-size:26px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;background:none;border:0}button,a,input,select,textarea{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}a,button{-webkit-user-drag:none}img,svg{display:block;max-width:100%}img{height:auto}svg{flex-shrink:0}p{text-wrap:pretty}[hidden]{display:none!important}::selection{background:var(--sage);color:var(--ink)}:focus-visible{outline:2px solid var(--green);outline-offset:6px}.dark :focus-visible{outline-color:var(--sage)}.shell{max-width:1776px;padding-inline:var(--gutter);margin-inline:auto}.section-space{padding-block:126px}.eyebrow{font-size:10px;line-height:1.5;letter-spacing:.13em;font-weight:650;text-transform:uppercase}.section-number{color:var(--muted);margin-right:13px;font-size:10px;letter-spacing:.02em}.soft-word{color:#697a69}.dark{background:var(--forest);color:var(--paper)}.dark .section-number{color:#a0b19d}.small-line{display:inline-block;width:25px;height:2px;background:var(--green);vertical-align:middle;margin-right:12px}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.svg-library,.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}.skip-link{position:fixed;left:20px;top:10px;z-index:500;background:var(--ink);color:white;padding:12px 20px;transform:translateY(-180%)}.skip-link:focus{transform:none}.text-link{display:inline-flex;align-items:center;gap:28px;min-height:46px;font-size:12px;font-weight:650;position:relative;padding:0}.text-link:after{position:absolute;content:'';height:1px;background:currentColor;bottom:7px;left:0;right:0;transform-origin:left;transform:scaleX(0);transition:transform .35s var(--ease)}.text-link:hover:after{transform:scaleX(1)}.text-link .icon{width:19px;height:19px;transition:transform .35s var(--ease)}.text-link:hover .icon{transform:translate(2px,-2px)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:56px;padding:6px 6px 6px 23px;background:var(--ink);color:#fff;border:1px solid var(--ink);font-size:12px;line-height:1.4;font-weight:600;border-radius:2px;transition:background .3s,border-color .3s,color .3s}.button-arrow{width:41px;height:41px;display:grid;place-items:center;background:var(--green);border-radius:1px;overflow:hidden;flex-shrink:0}.button-arrow .icon{width:21px;height:21px}.button:hover{background:#183820;border-color:#183820}.button:hover .button-arrow .icon{animation:arrow-pass .45s var(--ease)}.button-small{min-height:46px;padding:4px 4px 4px 18px;font-size:11px;gap:25px}.button-small .button-arrow{width:35px;height:35px}.button-sage{background:var(--sage);color:var(--ink);border-color:var(--sage)}.button-sage .button-arrow{background:var(--ink);color:white}.button-sage:hover{background:#d5ded0;border-color:#d5ded0}.button-sage:hover .button-arrow{background:var(--green)}@keyframes arrow-pass{0%{transform:translate(0,0)}45%{transform:translate(25px,-25px)}46%{transform:translate(-25px,25px)}100%{transform:translate(0,0)}}

/* The frame stays quiet so the typography and actual project imagery lead. */
.site-header{position:sticky;top:0;z-index:60;background:#f1f1f2f5;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;height:112px;gap:32px}.brand{display:block;width:66px;flex-shrink:0}.brand img{width:66px;height:auto}.brand-note{font-size:9px;line-height:1.75;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);border-left:1px solid var(--line);padding-left:25px}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.desktop-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:11px;font-weight:600;position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:6px;left:0;right:0;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .3s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{transform:scaleX(1)}.header-cta{margin-left:18px}.menu-toggle{display:none;width:44px;height:44px;padding:12px 9px}.menu-toggle span{width:25px;height:1px;background:var(--ink);display:block;margin-block:6px;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:absolute;inset-inline:0;top:100%;background:var(--paper);box-shadow:0 18px 26px #000e0312;padding-top:20px;padding-bottom:30px;max-height:calc(100dvh - 88px);overflow:auto}.mobile-menu>a{display:flex;gap:22px;align-items:center;min-height:59px;border-bottom:1px solid var(--line);font-size:23px;letter-spacing:-.035em}.mobile-menu>a>span{font-size:10px;color:var(--muted);letter-spacing:0}.mobile-menu>a .icon{margin-left:auto}.mobile-menu>p{padding-top:28px;color:var(--muted);font-size:12px;line-height:1.9}.mobile-menu>p a{display:inline-block;margin-top:12px;min-height:30px}

.hero{padding-top:59px}.hero-heading{display:grid;grid-template-columns:1fr 270px;gap:40px;align-items:end;margin-bottom:44px}.hero-eyebrow{margin-bottom:24px}.hero h1{font-size:clamp(62px,7.45vw,126px);font-weight:450;letter-spacing:-.065em;line-height:1.015}.hero-intro{padding-bottom:4px}.hero-intro>p{font-size:13px;line-height:1.95;color:var(--text)}.hero-intro .text-link{margin-top:23px;gap:34px}.hero-intro .text-link:hover .icon{transform:translateY(3px)}.hero-gallery{display:grid;grid-template-columns:1.94fr 1fr;gap:18px;height:clamp(360px,33.7vw,580px)}.hero-photo{display:block;position:relative;overflow:hidden;isolation:isolate;background:#bac2ba}.hero-photo>img{height:100%;width:100%;object-fit:cover;object-position:50% 53%;transition:transform 1.4s var(--ease)}.hero-photo:hover>img{transform:scale(1.035)}.photo-shade{position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#000e0360);pointer-events:none}.hero-photo-caption{position:absolute;bottom:28px;left:30px;right:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;color:white}.hero-photo-caption .eyebrow{font-size:8px;letter-spacing:.15em}.hero-photo-caption strong{display:block;font-size:19px;font-weight:500;letter-spacing:-.03em;margin-top:6px}.round-arrow{display:grid;place-items:center;border:1px solid #ffffff80;border-radius:50%;width:46px;height:46px;transition:background .3s,color .3s}.hero-photo:hover .round-arrow{background:white;color:var(--ink)}.image-corner{position:absolute;width:11px;height:11px;border:solid #ffffffa0;pointer-events:none}.corner-top{top:18px;left:18px;border-width:1px 0 0 1px}.corner-bottom{top:18px;right:18px;border-width:1px 1px 0 0}.hero-interior{display:flex;flex-direction:column;min-height:0;overflow:hidden}.hero-interior>img{width:100%;height:calc(100% - 88px);object-fit:cover;object-position:38% 50%;flex-grow:1;min-height:0}.interior-caption{height:88px;flex-shrink:0;padding:20px 23px;background:#dce3d9;display:flex;align-items:center;gap:20px}.tiny-cross{font-size:25px;font-weight:400;line-height:1;color:#48704b}.interior-caption p{font-size:11px;line-height:1.7;letter-spacing:-.01em}.image-index{font-size:9px;color:var(--muted);margin-left:auto;white-space:nowrap;align-self:flex-end}.hero-baseline{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-block:23px;font-size:10px;color:var(--muted)}.hero-baseline>span{display:flex;align-items:center;gap:16px}.hero-baseline i,.process-panel i{display:inline-block;width:3px;height:3px;border-radius:50%;background:currentColor;font-style:normal}.hero-baseline>a{display:flex;align-items:center;gap:20px;min-height:30px}.hero-baseline .icon{width:16px;height:16px}

.about{display:grid;grid-template-columns:1fr 2.15fr;gap:80px}.section-aside{display:flex;flex-direction:column;justify-content:space-between;gap:60px}.experience-number>span{display:block;font-size:112px;letter-spacing:-.075em;font-weight:450;line-height:1}.number-plus{font-size:.48em;vertical-align:top;line-height:1.3;color:var(--green);letter-spacing:-.05em}.experience-number p{font-size:11px;line-height:1.8;margin-top:18px;color:var(--muted)}.about-main h2{font-size:clamp(40px,4.35vw,74px);line-height:1.12}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:36px}.about-copy p{font-size:13px;line-height:1.95;color:var(--text)}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);gap:24px;padding-top:26px;margin-top:40px}.principles span{font-size:9px;color:var(--green);display:block;margin-bottom:17px}.principles h3{font-size:14px;font-weight:600;letter-spacing:-.03em}.principles p{font-size:10px;color:var(--muted);margin-top:7px;line-height:1.8}

.expertise{position:relative;overflow:hidden}.expertise:before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent calc(33.333% - 1px),#b7c1b508 33.333%,transparent calc(33.333% + 1px),transparent calc(66.666% - 1px),#b7c1b508 66.666%,transparent calc(66.666% + 1px));background-size:100% 100%}.expertise-inner{padding-block:105px 100px;display:grid;grid-template-columns:1fr 1.43fr;gap:clamp(60px,8vw,150px);position:relative}.expertise-intro .eyebrow{margin-bottom:35px}.expertise-intro h2{font-size:clamp(48px,5vw,80px);line-height:1.09}.expertise-intro h2 span{color:var(--sage)}.expertise-intro>p:not(.eyebrow){max-width:300px;font-size:13px;color:#a9b6a8;line-height:1.95;margin-top:27px}.light-link{color:#e4ebe1;margin-top:24px}.expertise-foot{display:flex;align-items:center;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#a9b6a8;margin-top:72px}.expertise-foot .small-line{background:var(--sage)}.service{border-top:1px solid #b7c1b53d}.service:last-child{border-bottom:1px solid #b7c1b53d}.service summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:20px;min-height:108px;position:relative}.service summary::-webkit-details-marker{display:none}.service-number{font-size:10px;color:#9eaf9a;align-self:center;min-width:22px}.service h3{font-size:clamp(21px,1.85vw,31px);letter-spacing:-.04em;line-height:1.25}.service-toggle{width:34px;height:34px;border:1px solid #b7c1b55c;border-radius:50%;display:grid;place-items:center;margin-left:auto;flex-shrink:0;transition:background .3s,transform .3s,color .3s}.service-toggle .icon{width:17px;height:17px}.service[open] .service-toggle{background:var(--sage);color:var(--ink);transform:rotate(45deg);border-color:var(--sage)}.service summary:hover h3{color:#b7c1b5}.service-content{padding:0 30px 28px 42px}.service-content>p{font-size:12px;line-height:1.9;color:#b5c1b0;max-width:490px}.service-tags{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:20px;color:#b5c1b0;font-size:9px}.service-tags span{border-bottom:1px solid #b7c1b54a;padding-bottom:6px}.service-link{display:inline-flex;align-items:center;gap:18px;font-size:10px;color:#e5ece1;min-height:44px;margin-top:11px}.service-link .icon{width:16px;height:16px}.service-link:hover{text-decoration:underline;text-underline-offset:4px}

.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.section-heading .eyebrow{margin-bottom:27px}.section-heading h2{font-size:clamp(40px,4.05vw,68px);line-height:1.13}.section-heading>p{font-size:12px;line-height:1.9;color:var(--muted);width:270px;padding-bottom:5px}.project-toolbar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:43px;gap:20px}.project-filters{display:flex;align-items:center;gap:28px}.filter{min-height:64px;padding:0;position:relative;font-size:11px;white-space:nowrap;color:var(--muted);transition:color .25s}.filter sup{font-size:8px;margin-left:5px;vertical-align:top;display:inline-block;padding-top:20px;line-height:1}.filter:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .3s}.filter.active{color:var(--ink);font-weight:650}.filter.active:after{transform:scaleX(1)}.filter:hover{color:var(--ink)}.project-toolbar-note{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.project-grid{display:grid;grid-template-columns:1.23fr 1fr;column-gap:66px;row-gap:50px;margin-top:44px;align-items:start}.project-card:nth-child(even){padding-top:105px}.project-card{min-width:0}.project-card>a{display:block}.project-image{position:relative;overflow:hidden;background:#d8ded5;aspect-ratio:1.47}.project-card:nth-child(even) .project-image{aspect-ratio:1.24}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.project-card>a:hover .project-image img{transform:scale(1.035)}.project-badge{position:absolute;top:18px;left:18px;background:#f1f1f2ed;color:var(--ink);padding:6px 11px;font-size:9px;line-height:1.5}.project-open{position:absolute;bottom:20px;right:20px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--paper);color:var(--ink);transition:background .3s,color .3s,transform .3s}.project-card>a:hover .project-open{background:var(--ink);color:var(--white);transform:rotate(4deg)}.project-open .icon{width:20px;height:20px}.visualisation-label{position:absolute;bottom:15px;left:15px;font-size:8px;letter-spacing:.02em;line-height:1.5;color:white;background:#000e03a8;padding:5px 8px}.project-caption{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-top:21px}.project-caption h3{font-size:25px;font-weight:500;letter-spacing:-.045em}.project-caption p{font-size:10px;line-height:1.8;color:var(--muted);margin-top:7px}.project-caption p span{border-left:1px solid var(--line);padding-left:12px;margin-left:12px}.project-year{font-size:10px;color:var(--muted);padding-top:6px}.project-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:48px;border-top:1px solid var(--line);padding-top:27px}.project-bottom>p{font-size:11px;line-height:1.8;color:var(--muted)}.brochure-link{gap:14px;font-size:11px}.brochure-link>span{font-size:8px;color:var(--muted);border:1px solid var(--line);padding:2px 4px;line-height:1.5}.project-grid.filtered .project-card{padding-top:0}.project-grid.filtered{row-gap:44px}.no-js-note{font-size:12px;margin-top:20px}.no-js-note a{text-decoration:underline}

.approach{background:#e1e7de;border-top:1px solid #d5ddd1;border-bottom:1px solid #d5ddd1}.approach-inner{padding-block:96px 76px;display:grid;grid-template-columns:1fr 1.15fr;gap:60px 90px}.approach-intro .eyebrow{margin-bottom:32px}.approach-intro h2{font-size:clamp(42px,4.2vw,70px);line-height:1.13}.approach-intro>p:not(.eyebrow){max-width:390px;font-size:12px;line-height:1.95;color:var(--text);margin-top:27px}.approach-intro .text-link{margin-top:19px}.architecture-wrap{display:flex;flex-direction:column;align-self:start;min-width:0}.architecture-heading,.architecture-caption{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:9px;color:#52634d}.architecture-heading{padding-bottom:15px;border-bottom:1px solid #b9c6b3;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.architecture-view{font-size:8px;letter-spacing:.04em}.architecture-art{position:relative;height:325px;margin:16px 0;background:radial-gradient(ellipse at 50% 65%,#edf1e940,transparent 70%)}.architecture-art canvas{height:100%;width:100%;display:block}.model-cross{position:absolute;font-size:16px;font-weight:400;color:#95a58b;line-height:1;pointer-events:none}.model-cross-tl{top:0;left:0}.model-cross-tr{top:0;right:0}.model-cross-bl{bottom:0;left:0}.model-cross-br{bottom:0;right:0}.architecture-caption{border-top:1px solid #b9c6b3;padding-top:13px;font-size:8px}.model-status{display:flex;align-items:center;gap:8px}.model-status>span:first-child{width:4px;height:4px;background:var(--green);border-radius:50%}.process{grid-column:1/-1}.process-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #b9c6b3;border-top:1px solid #b9c6b3}.process-tab{display:flex;align-items:center;gap:20px;padding:20px 25px 20px 0;min-height:84px;position:relative;text-align:left}.process-tab:not(:first-child){padding-left:25px;border-left:1px solid #b9c6b3}.process-tab>span{font-size:10px;color:#6e7f64}.process-tab>strong{font-size:20px;letter-spacing:-.035em;font-weight:500}.process-tab>.icon{width:18px;height:18px;margin-left:auto;opacity:0;transform:translateY(5px);transition:opacity .3s,transform .3s}.process-tab:after{position:absolute;content:'';height:2px;background:var(--green);inset-inline:0;bottom:-1px;transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.process-tab[aria-selected=true]:after{transform:scaleX(1)}.process-tab[aria-selected=true]>.icon{opacity:1;transform:none}.process-tab[aria-selected=true]>span{color:var(--green)}.process-panel{display:grid;grid-template-columns:.85fr 1.3fr .7fr;gap:45px;align-items:start;padding-top:30px;min-height:128px}.process-panel h3{font-size:21px;letter-spacing:-.035em;line-height:1.3}.process-panel>p{font-size:11px;color:#485741;line-height:1.95;max-width:480px}.process-panel>span{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;font-size:9px;color:#52654b;padding-top:5px;line-height:1.9}

.contact-section{padding-block:72px 55px}.contact-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-location{font-size:9px;color:#a1b09b}.contact-main{display:grid;grid-template-columns:1.75fr 1fr;gap:60px;align-items:end;padding-block:42px 49px}.contact-main h2{font-size:clamp(58px,6.65vw,116px);letter-spacing:-.058em;line-height:1.06}.contact-main h2>span{color:var(--sage)}.contact-side{padding-bottom:8px;justify-self:end}.contact-side>p{font-size:13px;line-height:1.95;color:#b7c1b5;margin-bottom:25px}.contact-direct{border-top:1px solid #b7c1b531;padding-top:27px;display:flex;gap:65px}.contact-direct>a{display:inline-flex;align-items:center;gap:30px;font-size:18px;font-weight:450;letter-spacing:-.025em;min-height:44px}.contact-direct .icon{width:17px;height:17px;color:var(--sage)}.contact-direct>a:hover{color:var(--sage)}.site-footer{background:#041008}.footer-main{display:flex;align-items:center;gap:42px;padding-block:45px}.footer-brand{width:70px;display:block;flex-shrink:0}.footer-brand img{width:70px}.footer-main>p{font-size:13px;letter-spacing:-.02em;line-height:1.75;color:#b5c1b0}.footer-main nav{display:flex;gap:29px;margin-left:auto;font-size:10px;color:#b5c1b0}.footer-main nav a{display:inline-flex;align-items:center;min-height:44px}.footer-main a:hover{color:white}.back-top{font-size:10px;display:flex;align-items:center;gap:18px;margin-left:38px}.back-top .icon{width:16px;height:16px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #b7c1b526;padding-block:22px;font-size:9px;color:#9aa993}.footer-bottom a{min-height:28px;display:inline-flex;align-items:center}

/* Native dialogs keep focus, scrolling and the route back to the page predictable. */
dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-height:calc(100dvh - 48px);box-shadow:0 30px 100px #000e0345;border-radius:2px}dialog::backdrop{background:#000e03aa;backdrop-filter:blur(8px)}dialog[open]{animation:dialog-in .3s var(--ease)}@keyframes dialog-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.close-button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex-shrink:0;transition:background .2s,color .2s}.close-button .icon{width:18px;height:18px}.close-button:hover{background:var(--ink);color:white;border-color:var(--ink)}.project-dialog{width:min(1120px,calc(100vw - 64px));overflow:auto}.project-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 25px;border-bottom:1px solid var(--line)}.project-dialog-top .eyebrow{font-size:9px;color:var(--muted)}.project-dialog-layout{display:grid;grid-template-columns:1.4fr 1fr}.project-gallery{background:#e2e7de;display:flex;flex-direction:column;min-width:0}.project-gallery>img{width:100%;height:100%;min-height:340px;max-height:590px;object-fit:contain;flex:1}.gallery-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 19px;min-height:74px;border-top:1px solid #c8d3c1;background:#e2e7de}.gallery-bar>p{font-size:9px;line-height:1.6;color:#53634b}.gallery-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.gallery-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #b3c1aa;border-radius:50%}.gallery-button .icon{width:17px;height:17px}#gallery-prev .icon{transform:rotate(180deg)}.gallery-button:hover{background:var(--ink);color:white;border-color:var(--ink)}#gallery-count{font-size:9px;white-space:nowrap;min-width:39px;text-align:center}.project-detail{padding:36px 35px 32px}.project-detail>.eyebrow{font-size:9px;color:var(--green);margin-bottom:18px}.project-detail h2{font-size:43px;line-height:1.04}.project-address{font-size:11px;color:var(--muted);margin-top:16px}.project-description{font-size:12px;line-height:1.85;color:var(--text);margin-top:26px}.project-detail dl{margin:26px 0 17px;border-top:1px solid var(--line)}.project-detail dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding-block:11px;border-bottom:1px solid var(--line);font-size:11px}.project-detail dt{color:var(--muted)}.project-detail dd{margin:0;font-weight:600;text-align:right}.project-attribution{font-size:9px;line-height:1.8;color:var(--muted);margin-bottom:25px}.project-detail .button{width:100%;font-size:11px;gap:14px}.enquiry-dialog{width:min(1060px,calc(100vw - 64px));overflow:auto}.enquiry-layout{display:grid;grid-template-columns:.76fr 1.24fr;min-height:730px}.enquiry-aside{padding:33px;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.enquiry-logo{width:65px}.enquiry-aside .eyebrow{font-size:8px;color:#b7c1b5;margin-bottom:26px}.enquiry-aside h2{font-size:clamp(34px,3.1vw,46px);letter-spacing:-.055em;line-height:1.13}.enquiry-aside h2>span{color:var(--sage)}.enquiry-aside>div>p:not(.eyebrow){font-size:12px;line-height:1.9;color:#b7c1b5;max-width:210px;margin-top:22px}.enquiry-direct{display:flex;flex-direction:column;align-items:flex-start;font-size:11px;color:#e1e8de}.enquiry-direct a{min-height:31px;display:flex;align-items:center}.enquiry-direct>span{font-size:9px;color:#b7c1b5;margin-top:14px}.enquiry-workspace{padding:51px 38px 30px;position:relative;min-width:0}.enquiry-workspace>.close-button{position:absolute;right:21px;top:18px;width:37px;height:37px}.enquiry-workspace .eyebrow{font-size:9px;color:var(--green);margin-bottom:16px}.enquiry-workspace h2{font-size:35px;letter-spacing:-.05em;line-height:1.1}.enquiry-subtitle{font-size:11px;color:var(--muted);margin-top:12px}.enquiry-types{border:0;margin:25px 0 23px;padding:0;display:flex;gap:8px;flex-wrap:wrap}.enquiry-types legend{font-size:10px;font-weight:600;margin-bottom:10px}.enquiry-types label{position:relative;cursor:pointer}.enquiry-types input{position:absolute;width:1px;height:1px;opacity:0}.enquiry-types label>span{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 11px;border:1px solid #a7b29f;font-size:10px;color:var(--text);border-radius:2px;transition:background .2s,color .2s}.enquiry-types input:checked+span{border-color:#315532;background:#dce5d7;color:var(--ink)}.enquiry-types input:focus-visible+span{outline:2px solid var(--green);outline-offset:3px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{min-width:0}.field label{display:flex;justify-content:space-between;gap:8px;font-size:10px;font-weight:600;margin-bottom:6px}.field label>span{font-size:9px;font-weight:400;color:var(--muted)}.field input,.field select,.field textarea{display:block;width:100%;min-height:44px;padding:11px 12px;border:1px solid #9fac97;border-radius:2px;background:#f8f9f6;font-size:12px;line-height:1.6;color:var(--ink);transition:background .2s,border-color .2s}.field input::placeholder,.field textarea::placeholder{font-size:11px;color:#64715d;opacity:1}.field textarea{resize:vertical;min-height:86px;max-height:220px}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23363737'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.field input:focus,.field select:focus,.field textarea:focus{background:white;border-color:#315532;outline:2px solid #315532;outline-offset:2px}.field [aria-invalid=true]{border-color:#9d2f20}.field-error{font-size:10px;color:#9d2f20;margin-top:5px;display:block}.field-wide{grid-column:1/-1}.form-submit{width:100%;margin-top:23px;min-height:51px}.form-submit .button-arrow{width:37px;height:37px}.form-explanation{font-size:9px;line-height:1.85;color:var(--muted);margin-top:13px}.ready-mark{width:53px;height:53px;display:grid;place-items:center;background:#dce5d7;border-radius:50%;margin-bottom:30px;color:#315532}.ready-mark .icon{width:26px;height:26px}#enquiry-ready{padding-top:30px}#enquiry-ready h2{font-size:44px}#enquiry-ready>p:not(.eyebrow){font-size:12px;color:var(--muted);line-height:1.85;margin-top:24px}#enquiry-ready>p strong{font-weight:550;color:var(--text)}.enquiry-review{background:#e5eadd;border-left:2px solid #6a8460;padding:20px;margin-block:27px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.8;color:var(--text);max-height:none;overflow:visible}#open-email-draft{width:100%}.ready-actions{display:flex;justify-content:space-between;gap:20px;margin-top:17px}.ready-actions .text-link{font-size:10px;gap:12px}.copy-status{min-height:24px;font-size:10px!important}

/* Entrance is decorative: content remains visible if JavaScript fails. */
@media(prefers-reduced-motion:no-preference){.hero-heading>div:first-child{animation:enter .9s var(--ease) both}.hero-intro{animation:enter .9s .12s var(--ease) both}.hero-gallery{animation:enter 1s .18s var(--ease) both}@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}
@media(min-width:1700px){.hero-intro{padding-bottom:14px}.hero-heading{grid-template-columns:1fr 330px}.hero-intro>p{font-size:15px}.hero-gallery{height:530px}.architecture-art{height:390px}}
@media(max-width:1200px){.brand-note{display:none}.desktop-nav{gap:24px}.header-inner{gap:25px}.hero-heading{grid-template-columns:1fr 230px;gap:25px}.hero-intro>p{font-size:12px}.hero h1{font-size:7.4vw}.interior-caption{padding:17px 18px;gap:12px}.image-index{display:none}.about{gap:50px;grid-template-columns:1fr 2.3fr}.about-copy{gap:26px}.principles{gap:14px}.principles h3{font-size:13px}.expertise-inner{gap:60px;grid-template-columns:1fr 1.4fr}.service summary{gap:14px}.service-content{padding-left:36px;padding-right:8px}.service h3{font-size:23px}.project-grid{column-gap:44px}.approach-inner{gap:48px}.process-panel{gap:25px}.contact-main{gap:35px;grid-template-columns:1.5fr 1fr}.footer-main{gap:25px}.footer-main nav{gap:20px}.back-top{margin-left:18px}.enquiry-aside{padding:28px}.enquiry-workspace{padding-inline:30px}}
@media(max-width:950px){:root{--gutter:32px}.header-inner{height:92px}.brand,.brand img{width:58px}.desktop-nav{gap:21px}.desktop-nav a{font-size:10px}.header-cta{margin-left:0;gap:16px}.hero{padding-top:44px}.hero-heading{grid-template-columns:1fr 208px;gap:24px}.hero h1{font-size:7.1vw}.hero-eyebrow{font-size:9px;margin-bottom:22px}.hero-intro>p{font-size:11px;line-height:1.85}.hero-intro .text-link{font-size:10px;gap:20px;margin-top:15px}.hero-gallery{height:340px;gap:12px;grid-template-columns:1.8fr 1fr}.hero-photo-caption{left:21px;bottom:20px;right:18px}.hero-photo-caption strong{font-size:15px}.hero-photo-caption .eyebrow{font-size:7px}.round-arrow{width:38px;height:38px}.round-arrow .icon{width:18px;height:18px}.interior-caption{height:78px;padding:15px}.interior-caption p{font-size:9px}.hero-interior>img{height:calc(100% - 78px)}.hero-baseline{font-size:9px;padding-block:18px}.hero-baseline>span{gap:10px}.hero-baseline>a{gap:12px}.section-space{padding-block:90px}.about{grid-template-columns:1fr 2.35fr;gap:38px}.about-main h2{font-size:41px}.about-copy{grid-template-columns:1fr;gap:18px;margin-top:25px}.about-copy p{font-size:12px}.experience-number>span{font-size:92px}.principles{grid-template-columns:1fr;gap:15px;padding-top:19px;margin-top:25px}.principles>div{display:grid;grid-template-columns:20px 1fr;gap:0 8px}.principles span{grid-row:1/3;align-self:start;margin:3px 0 0}.principles h3{font-size:13px;line-height:1.4}.principles p{font-size:10px;margin-top:3px}.expertise-inner{padding-block:80px;grid-template-columns:1fr 1.25fr;gap:45px}.expertise-intro h2{font-size:48px}.expertise-intro>p:not(.eyebrow){font-size:12px}.expertise-intro .text-link{font-size:10px;gap:18px}.service h3{font-size:20px}.service summary{min-height:100px;gap:12px}.service-number{min-width:13px;font-size:9px}.service-toggle{width:29px;height:29px}.service-content{padding-left:25px}.service-content>p{font-size:11px}.section-heading{gap:25px}.section-heading h2{font-size:41px}.section-heading>p{font-size:11px;width:210px}.project-filters{gap:25px}.project-toolbar-note{display:none}.project-grid{column-gap:30px;row-gap:25px}.project-card:nth-child(even){padding-top:70px}.project-caption h3{font-size:22px}.project-caption p span{display:block;border:0;padding:0;margin:0}.project-bottom>p{font-size:10px}.project-bottom .text-link{font-size:10px;gap:14px}.approach-inner{padding-block:80px 60px;grid-template-columns:1fr 1fr;gap:45px 35px}.approach-intro h2{font-size:41px}.approach-intro>p:not(.eyebrow){font-size:11px}.architecture-art{height:290px}.architecture-caption>span:last-child{display:none}.process-tab{gap:12px;padding-right:16px;min-height:76px}.process-tab:not(:first-child){padding-left:16px}.process-tab>strong{font-size:17px}.process-tab>.icon{width:14px;height:14px}.process-panel{grid-template-columns:.8fr 1.5fr;gap:25px}.process-panel>span{grid-column:2;justify-content:flex-start;padding:0;margin-top:-12px}.process-panel h3{font-size:19px}.contact-main{grid-template-columns:1.35fr 1fr;gap:25px}.contact-main h2{font-size:7vw}.contact-side>p{font-size:11px}.contact-side .button{font-size:10px;gap:16px;padding-left:15px;min-height:49px}.contact-side .button-arrow{width:35px;height:35px}.contact-direct{gap:45px}.contact-direct>a{font-size:16px;gap:18px}.footer-main nav{gap:16px;font-size:9px}.footer-main>p{font-size:11px}.back-top{margin-left:0}.enquiry-layout{grid-template-columns:.65fr 1.35fr}.enquiry-aside{padding:25px}.enquiry-aside h2{font-size:31px}.enquiry-workspace{padding-inline:25px}.enquiry-direct{font-size:9px}.project-dialog-layout{grid-template-columns:1.15fr 1fr}.project-detail{padding:27px 25px}.project-detail h2{font-size:36px}.project-gallery>img{min-height:260px}.gallery-bar{gap:10px;padding-inline:12px}.gallery-controls{gap:7px}.gallery-button{width:30px;height:30px}}
@media(max-width:760px){:root{--gutter:24px}.header-inner{height:88px;gap:18px}.brand,.brand img{width:53px}.brand-note{display:block;font-size:8px;padding-left:18px;border:0;letter-spacing:.06em}.desktop-nav{display:none}.header-cta{margin-left:auto;font-size:10px;gap:15px;min-height:42px;padding-left:12px}.header-cta .button-arrow{width:32px;height:32px}.menu-toggle{display:block;margin-right:-7px}.hero{padding-top:35px}.hero-heading{display:block;margin-bottom:31px}.hero h1{font-size:clamp(45px,8.7vw,65px);letter-spacing:-.065em}.hero-eyebrow{font-size:8px;margin-bottom:21px}.hero-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:0;margin-top:24px}.hero-intro>p{font-size:11px;line-height:1.9}.hero-intro .text-link{font-size:10px;gap:16px;white-space:nowrap;margin:0;min-height:38px}.hero-gallery{height:300px;grid-template-columns:1.5fr 1fr;gap:10px}.hero-photo-caption{left:16px;right:16px;bottom:16px}.hero-photo-caption strong{font-size:13px;max-width:170px;line-height:1.5}.hero-photo-caption .eyebrow{font-size:6px}.round-arrow{width:32px;height:32px;flex-shrink:0}.round-arrow .icon{width:15px;height:15px}.hero-interior>img{height:calc(100% - 65px)}.interior-caption{height:65px;padding:13px;gap:8px}.interior-caption .tiny-cross{font-size:20px}.interior-caption p{font-size:8px}.hero-baseline{font-size:8px;padding-block:15px;gap:16px}.hero-baseline>a{font-size:0;gap:0}.hero-baseline>a .icon{width:17px;height:17px}.section-space{padding-block:70px}.about{grid-template-columns:1fr;gap:35px}.section-aside{flex-direction:row;align-items:start;gap:30px}.experience-number{display:flex;align-items:center;gap:15px;margin-top:-9px}.experience-number>span{font-size:63px;letter-spacing:-.075em}.experience-number p{font-size:8px;line-height:1.7;margin:0}.section-aside>.eyebrow{font-size:8px;min-width:132px}.section-number{font-size:8px;margin-right:8px}.about-main h2{font-size:44px}.about-copy{grid-template-columns:1fr 1fr;gap:25px}.about-copy p{font-size:11px;line-height:1.9}.principles{grid-template-columns:repeat(3,1fr);gap:18px;padding-top:24px;margin-top:30px}.principles>div{display:block}.principles span{margin:0 0 13px}.principles h3{font-size:12px}.principles p{font-size:9px;margin-top:7px}.expertise-inner{grid-template-columns:1fr;gap:40px;padding-block:65px}.expertise-intro .eyebrow{margin-bottom:28px}.expertise-intro h2{font-size:49px}.expertise-intro>p:not(.eyebrow){max-width:380px;font-size:12px;margin-top:23px}.expertise-intro .text-link{font-size:11px;margin-top:16px}.expertise-foot{display:none}.service summary{min-height:87px;gap:20px}.service h3{font-size:26px}.service-toggle{width:34px;height:34px}.service-content{padding-left:33px;padding-bottom:25px}.service-content>p{font-size:12px;max-width:510px}.service-tags{font-size:9px}.section-heading{display:block}.section-heading h2{font-size:44px}.section-heading .eyebrow{margin-bottom:25px}.section-heading>p{font-size:11px;width:auto;max-width:310px;margin-top:24px;padding:0}.project-toolbar{margin-top:30px;overflow-x:auto;scrollbar-width:none}.project-toolbar::-webkit-scrollbar{display:none}.project-filters{gap:25px}.filter{min-height:60px;font-size:10px}.filter sup{font-size:7px;margin-left:3px;padding-top:20px}.project-grid{column-gap:23px;row-gap:28px;margin-top:29px}.project-card:nth-child(even){padding-top:62px}.project-image{aspect-ratio:1.03}.project-card:nth-child(even) .project-image{aspect-ratio:.88}.project-badge{font-size:8px;top:12px;left:12px;padding:4px 8px}.project-open{width:34px;height:34px;right:12px;bottom:12px}.project-open .icon{width:16px;height:16px}.visualisation-label{left:8px;bottom:9px;font-size:6px;max-width:110px;padding:4px 6px}.project-caption{padding-top:16px;gap:8px}.project-caption h3{font-size:21px;line-height:1.15}.project-caption p{font-size:9px;margin-top:8px}.project-year{font-size:8px;padding-top:4px}.project-bottom{flex-wrap:wrap;margin-top:30px;gap:15px 25px;padding-top:21px}.project-bottom>p{margin-right:auto;font-size:9px}.project-bottom .text-link{font-size:10px}.brochure-link{display:none}.approach-inner{grid-template-columns:1fr;gap:34px;padding-block:65px 45px}.approach-intro .eyebrow{margin-bottom:27px}.approach-intro h2{font-size:45px}.approach-intro>p:not(.eyebrow){font-size:12px;max-width:435px;margin-top:24px}.approach-intro .text-link{margin-top:14px;font-size:11px}.architecture-wrap{margin-top:5px}.architecture-art{height:345px;margin-block:17px}.architecture-caption>span:last-child{display:inline}.process-tab{min-height:78px;gap:8px;display:grid;grid-template-columns:1fr auto;padding:14px 10px 14px 0}.process-tab:not(:first-child){padding-left:12px}.process-tab>span{font-size:9px}.process-tab>strong{font-size:16px;grid-row:2;grid-column:1/-1}.process-tab>.icon{grid-column:2;grid-row:1;width:13px;height:13px}.process-panel{grid-template-columns:1fr;gap:16px;padding-top:24px;min-height:183px}.process-panel h3{font-size:23px}.process-panel>p{font-size:11px;max-width:500px;line-height:1.9}.process-panel>span{grid-column:1;justify-content:flex-start;margin:0;font-size:8px}.contact-section{padding-block:51px 28px}.contact-top .eyebrow{font-size:8px}.contact-location{display:none}.contact-main{grid-template-columns:1fr;gap:29px;padding-block:33px 31px}.contact-main h2{font-size:clamp(45px,8.5vw,65px)}.contact-side{display:flex;align-items:flex-end;justify-content:space-between;justify-self:stretch;gap:25px;padding:0}.contact-side>p{font-size:11px;line-height:1.85;margin:0}.contact-side .button{font-size:10px;padding-left:15px;gap:14px;min-height:51px}.contact-direct{display:flex;gap:17px;flex-wrap:wrap;padding-top:19px;justify-content:space-between}.contact-direct>a{font-size:13px;min-height:36px;gap:15px}.contact-direct .icon{width:14px;height:14px}.footer-main{display:grid;grid-template-columns:58px 1fr auto;gap:25px;padding-block:32px}.footer-brand,.footer-brand img{width:58px}.footer-main>p{font-size:12px}.footer-main nav{grid-row:2;grid-column:1/-1;margin:0;justify-content:space-between;gap:20px;border-top:1px solid #b7c1b526;padding-top:15px;font-size:10px}.back-top{justify-self:end;font-size:9px;gap:12px}.footer-bottom{font-size:8px;gap:10px;padding-block:17px}.footer-bottom>span:nth-child(2){display:none}.project-dialog{width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}.project-dialog-layout{grid-template-columns:1fr}.project-dialog-top{position:sticky;top:0;z-index:2;background:var(--paper);padding:12px 18px}.project-dialog-top .eyebrow{font-size:8px}.project-dialog-top .close-button{width:35px;height:35px}.project-gallery>img{height:310px;min-height:0;max-height:42dvh;flex:none}.gallery-bar{min-height:60px;padding:10px 16px}.project-detail{padding:26px}.project-detail h2{font-size:39px}.project-address{font-size:10px}.project-description{font-size:12px;margin-top:21px}.project-detail dl{margin-top:22px}.project-detail .button{width:auto;min-width:250px}.enquiry-dialog{width:calc(100vw - 28px);max-height:calc(100dvh - 28px)}.enquiry-layout{grid-template-columns:1fr;min-height:0}.enquiry-aside{display:none}.enquiry-workspace{padding:37px 25px 25px}.enquiry-workspace>.close-button{right:17px;top:17px}.enquiry-workspace h2{font-size:32px;max-width:310px}.enquiry-workspace .eyebrow{font-size:8px;margin-bottom:18px}.enquiry-subtitle{font-size:11px;margin-top:13px}.enquiry-types{margin-top:24px}.enquiry-types label>span{font-size:10px;min-height:42px}.field input,.field select,.field textarea{font-size:16px;min-height:46px}.field input::placeholder,.field textarea::placeholder{font-size:11px}.field select{font-size:13px}.field label{font-size:10px}.form-explanation{font-size:9px}.form-submit{font-size:11px}#enquiry-ready{padding-top:20px}#enquiry-ready h2{font-size:43px}}
@media(max-width:480px){.brand-note{font-size:7px;padding-left:0;line-height:1.9;max-width:85px}.header-inner{gap:15px}.header-cta{font-size:9px;gap:12px;padding-left:10px}.header-cta .button-arrow{width:28px;height:28px}.header-cta .button-arrow .icon{width:17px;height:17px}.menu-toggle{width:36px;padding-inline:6px;flex-shrink:0}.hero-heading{margin-bottom:27px}.hero h1{font-size:11.3vw}.hero-intro{display:block;margin-top:22px}.hero-intro>p{font-size:11px;line-height:1.9}.hero-intro>p br:first-child{display:none}.hero-intro .text-link{margin-top:11px;min-height:36px;gap:22px}.hero-gallery{display:block;height:310px}.hero-exterior{height:100%}.hero-interior{display:none}.hero-photo>img{object-position:48% 50%}.hero-photo-caption{bottom:19px;left:20px;right:20px}.hero-photo-caption .eyebrow{font-size:7px}.hero-photo-caption strong{font-size:14px;max-width:225px;margin-top:5px}.round-arrow{width:37px;height:37px}.hero-baseline{font-size:8px}.hero-baseline>span{gap:10px}.hero-baseline i{width:2px;height:2px}.section-aside{gap:14px}.section-aside>.eyebrow{font-size:7px;min-width:114px}.experience-number{gap:10px;align-items:flex-start;margin-top:-5px}.experience-number>span{font-size:53px}.experience-number p{font-size:7px;line-height:1.7;padding-top:5px}.about-main h2{font-size:39px}.about-copy{grid-template-columns:1fr;gap:17px}.about-copy p{font-size:12px;line-height:1.9}.principles{gap:14px}.principles h3{font-size:11px;line-height:1.5;letter-spacing:-.02em}.principles p{font-size:8px;line-height:1.8;margin-top:5px}.principles span{font-size:8px;margin-bottom:10px}.expertise-intro h2{font-size:47px}.service summary{gap:13px;min-height:86px}.service h3{font-size:23px}.service-number{font-size:8px;min-width:14px}.service-toggle{width:30px;height:30px}.service-content{padding-left:27px;padding-right:8px}.service-content>p{font-size:11px}.service-tags{font-size:8px}.section-heading h2{font-size:38px}.section-heading>p{font-size:11px;max-width:275px}.project-filters{gap:22px}.filter{font-size:9px;min-height:56px}.filter sup{padding-top:18px;font-size:7px}.project-grid{grid-template-columns:1fr;gap:31px}.project-card:nth-child(even){padding-top:0}.project-image,.project-card:nth-child(even) .project-image{aspect-ratio:1.32}.project-caption h3{font-size:25px}.project-caption p span{display:inline;border-left:1px solid var(--line);margin-left:10px;padding-left:10px}.project-caption p{font-size:9px}.project-year{font-size:9px}.project-caption{padding-top:17px}.project-badge{top:16px;left:16px;font-size:8px;padding:5px 9px}.project-open{width:39px;height:39px;bottom:16px;right:16px}.visualisation-label{max-width:none;font-size:7px;bottom:13px;left:13px}.project-bottom{gap:15px}.project-bottom .text-link{font-size:10px}.project-bottom>p{font-size:8px}.approach-intro h2{font-size:39px}.architecture-art{height:275px}.architecture-heading{font-size:8px}.architecture-view{font-size:7px}.architecture-caption{font-size:7px}.process-tab>strong{font-size:13px;letter-spacing:-.035em}.process-tab:not(:first-child){padding-left:10px}.process-tab>span{font-size:8px}.process-panel{min-height:205px}.process-panel h3{font-size:22px}.contact-main h2{font-size:11.1vw}.contact-side{display:block}.contact-side>p{margin-bottom:22px}.contact-side .button{min-height:53px;font-size:11px;gap:24px;padding-left:18px}.contact-side .button-arrow{width:38px;height:38px}.contact-direct{display:block;padding-top:16px}.contact-direct>a{display:flex;justify-content:space-between;min-height:44px;font-size:14px}.footer-main{gap:20px;grid-template-columns:55px 1fr auto}.footer-main>p{font-size:11px}.footer-brand,.footer-brand img{width:55px}.back-top{font-size:8px;gap:9px}.back-top .icon{width:14px;height:14px}.footer-main nav{font-size:9px;gap:15px}.project-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.project-gallery>img{height:260px}.project-detail{padding:24px}.project-detail h2{font-size:36px}.enquiry-workspace{padding:34px 20px 23px}.enquiry-workspace>.close-button{top:12px;right:12px;width:32px;height:32px}.enquiry-workspace h2{font-size:29px}.enquiry-types{gap:7px}.enquiry-types label>span{font-size:9px;min-height:40px;padding-inline:10px}.form-grid{gap:17px 12px}.field label{font-size:9px;gap:5px}.field label>span{font-size:8px}.field input{font-size:16px;padding-inline:10px}.field input::placeholder{font-size:10px}.field-error{font-size:9px}.form-explanation{font-size:8px}.enquiry-types legend{font-size:9px}.enquiry-subtitle{font-size:10px}.field select{font-size:12px}.enquiry-layout .button{font-size:11px}.ready-actions .text-link{font-size:10px}}
@media(max-width:360px){:root{--gutter:20px}.brand-note{display:none}.header-cta{margin-left:auto}.hero-gallery{height:270px}.hero h1{font-size:11.1vw}.hero-baseline>span{font-size:7px;gap:8px}.experience-number p{font-size:6px}.about-main h2,.section-heading h2,.approach-intro h2{font-size:34px}.service h3{font-size:20px}.project-filters{gap:18px}.filter{font-size:8px}.architecture-art{height:235px}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.enquiry-workspace h2{font-size:27px}.process-tab>strong{font-size:12px}.footer-main>p{font-size:10px}}
h1,h2{word-spacing:.055em}.hero h1{letter-spacing:-.06em}
.project-detail>.eyebrow,.enquiry-workspace .eyebrow,.principles span,.process-tab[aria-selected=true]>span{color:#027317}
@media(max-width:760px){.hero-intro>p{font-size:12px}.about-copy p{font-size:13px}.service-content>p{font-size:13px}.section-heading>p,.approach-intro>p:not(.eyebrow){font-size:13px}.process-panel>p{font-size:12px}.contact-side>p{font-size:12px}.hero-eyebrow,.section-aside>.eyebrow,.contact-top .eyebrow{font-size:9px}.hero-photo-caption .eyebrow{font-size:8px}.project-caption p,.project-year{font-size:10px}.project-badge{font-size:9px}.field label{font-size:11px}.field label>span{font-size:9px}.form-explanation{font-size:10px}.enquiry-subtitle{font-size:12px}.enquiry-types legend{font-size:11px}.enquiry-types label>span{font-size:10px}}
@media(max-width:480px){.brand-note{display:none}.header-cta{font-size:10px;white-space:nowrap;padding-left:14px;gap:20px}.header-cta .button-arrow{width:32px;height:32px}.hero h1{font-size:10.9vw}.hero-intro>p br:first-child{display:block}.experience-number p{font-size:8px}.section-aside>.eyebrow{font-size:8px;min-width:108px}.principles h3{font-size:12px}.principles p{font-size:10px}.project-filters{gap:21px}.filter{font-size:10px}.process-panel{min-height:220px}.architecture-caption{font-size:8px}.project-bottom>p{font-size:10px}.footer-main>p{font-size:12px}}
@media(max-width:360px){.hero h1{font-size:10.6vw}.section-aside{flex-direction:column;gap:28px}.experience-number>span{font-size:62px}.experience-number p{font-size:10px}.filter{font-size:9px}.project-filters{gap:16px}.process-panel{min-height:240px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.hero-photo:hover>img,.project-card>a:hover .project-image img{transform:none}}
