@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-0d85af813fc3.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-7dde307fa887.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-a13d9b41b0a4.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-f433e5d333be.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-6bad1a774228.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-b9584e099e0e.woff) format('woff');
}

:root{--green:#00472f;--deep:#062f32;--blue:#c8e9ec;--paper:#f5f7f4;--white:#fff;--ink:#102d26;--muted:#53675f;--line:#d2ddd5;--pad:clamp(22px,4.5vw,90px);--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Manrope',Arial,sans-serif;color-scheme:light;scroll-behavior:smooth;scrollbar-color:#4e7668 #e7ede8;scrollbar-width:thin}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:15px;-webkit-font-smoothing:antialiased;overflow-x:clip}body:has(dialog[open]){overflow:hidden}::selection{background:#c8e9ec;color:#00472f}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#e7ede8}::-webkit-scrollbar-thumb{background:#4e7668;border:2px solid #e7ede8;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#00472f}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{cursor:pointer;-webkit-tap-highlight-color:transparent}button{color:inherit}button:disabled{cursor:default;opacity:.5}button,a,input,select,textarea,summary{outline-offset:6px} :focus-visible{outline:3px solid #358f70}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);text-transform:uppercase;font-weight:600;letter-spacing:-.02em}h1{font-size:clamp(70px,10vw,170px);line-height:.88}h2{font-size:clamp(56px,7.3vw,122px);line-height:.94}h3{font-size:40px;line-height:1}p{line-height:1.85}img{display:block;width:100%;object-fit:cover}svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.5}button{border-radius:0}button,.btn{touch-action:manipulation}.arrow{font-family:Arial,sans-serif;font-size:23px;font-weight:400;line-height:1}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}[hidden]{display:none!important}.skip{position:fixed;top:-90px;left:20px;z-index:100;background:white;padding:15px;color:var(--green)}.skip:focus{top:15px}.eyebrow{font-size:10px;line-height:1.7;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.muted{color:var(--muted)}.pad{padding-inline:var(--pad)}.section{padding-block:clamp(70px,8vw,145px)}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:52px;padding:16px 22px;border:1px solid var(--green);background:var(--green);color:white;font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.025em;transition:background .25s,color .25s,transform .25s}.btn:hover{background:#126446;border-color:#126446;transform:translateY(-2px)}.btn.light{background:white;color:var(--green);border-color:white}.btn.light:hover{background:var(--blue);border-color:var(--blue)}.btn.line{background:transparent;border-color:currentColor;color:inherit}.btn.line:hover{background:var(--green);color:white;border-color:var(--green)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border:0;border-bottom:1px solid currentColor;background:none;padding:14px 0;font-size:12px;font-weight:700;min-height:48px;transition:gap .25s}.text-link:hover{gap:42px}.round{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;transition:background .25s,color .25s,transform .3s;flex-shrink:0}.round:hover{background:var(--green);border-color:var(--green);color:white;transform:rotate(45deg)}
.header{height:96px;position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-inline:var(--pad);background:white}.logo{width:176px;flex-shrink:0}.logo img{object-fit:contain;aspect-ratio:3.42}.nav{display:flex;align-items:center;gap:30px}.nav a{position:relative;padding:16px 0;font-size:11px;font-weight:700}.nav a:after{content:'';height:1px;background:var(--green);position:absolute;left:0;bottom:10px;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav a:hover:after,.nav a[aria-current=page]:after{transform:scaleX(1)}.header .btn{min-height:46px;padding:12px 17px;font-size:10px;gap:25px}.menu-button{display:none;align-items:center;gap:12px;background:none;border:0;font-size:11px;font-weight:700;min-height:48px}.burger{width:22px;height:13px;border-top:1px solid;border-bottom:1px solid}.mobile-nav{position:fixed;z-index:30;inset:96px 0 0;background:var(--green);color:white;padding:30px var(--pad);overflow:auto}.mobile-nav a{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff4d;padding:16px 0;font-family:var(--display);font-size:48px;text-transform:uppercase}.mobile-nav small{font-size:10px;letter-spacing:.15em;display:block;margin-top:28px}.scroll-progress{height:2px;width:100%;transform:scaleX(0);transform-origin:left;background:#70b4a6;position:fixed;top:0;z-index:50}
.hero{position:relative;min-height:680px;height:calc(100svh - 96px);max-height:1080px;margin:0 16px;background:var(--deep);color:white;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:-5% 0;width:100%;height:110%;object-position:64% 55%;z-index:-2;will-change:transform;animation:drift 16s ease-in-out infinite alternate}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#03202c91,transparent 80%),linear-gradient(0deg,#001d2691,transparent 45%)}.hero-top{display:flex;justify-content:space-between;align-items:center;position:absolute;top:34px;left:calc(var(--pad) - 16px);right:calc(var(--pad) - 16px);font-size:10px;letter-spacing:.14em}.hero-top>span:last-child{opacity:.8}.hero-copy{position:absolute;left:calc(var(--pad) - 16px);top:47%;transform:translateY(-50%);width:90%}.hero h1{font-size:clamp(90px,13.2vw,210px);line-height:.83;max-width:1100px;letter-spacing:-.01em}.hero h1 .clip{display:block;overflow:hidden;padding-bottom:.065em}.hero h1 .clip>span{display:block;animation:rise 1.1s cubic-bezier(.16,1,.3,1) both}.hero h1 .clip:nth-child(2)>span{animation-delay:.12s}.hero .hero-intro{display:flex;align-items:center;gap:36px;margin-top:30px;max-width:590px}.hero-intro p{max-width:345px;font-size:13px;line-height:1.7}.hero-intro .round{width:62px;height:62px}.hero-intro .round:hover{background:white;color:var(--green);border-color:white}.hero-bottom{position:absolute;bottom:31px;left:calc(var(--pad) - 16px);right:calc(var(--pad) - 16px);display:flex;justify-content:space-between;align-items:end;gap:30px}.hero-sectors{display:flex;gap:30px}.hero-sectors a{min-width:185px;display:flex;justify-content:space-between;align-items:center;gap:32px;border-top:1px solid #ffffff85;padding-top:16px;padding-bottom:6px;font-size:12px;font-weight:600}.hero-sectors a:hover{border-color:white;color:var(--blue)}.hero-bottom-note{font-size:9px;letter-spacing:.16em;line-height:1.9;text-transform:uppercase;text-align:right}.hero-bottom-note button{display:block;margin:7px 0 0 auto;border:0;background:none;color:#fff;font-size:9px;padding:6px;min-height:30px;letter-spacing:.08em}.hero-bottom-note button:hover{text-decoration:underline}.hero-caption{display:flex;justify-content:space-between;gap:20px;padding:17px var(--pad);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero-caption span:last-child{color:var(--muted)}
.intro{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:start}.intro h2{max-width:660px}.intro-copy{padding-top:12px;max-width:420px;margin-left:auto}.intro-copy .eyebrow{margin-bottom:24px}.intro-copy p{font-size:16px;color:var(--muted)}.intro-copy .text-link{margin-top:26px}.statement{display:block;position:relative}.statement span{color:#9aaea1}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:18px}.section-heading p{max-width:315px;color:var(--muted);font-size:13px}.selected{padding-bottom:100px}.feature-grid{display:grid;grid-template-columns:1.28fr 1fr;gap:30px}.feature-card{display:block;min-width:0}.feature-card:nth-child(2){padding-top:150px}.feature-card .image-wrap{height:570px;position:relative;overflow:hidden;background:#d2dfd6}.feature-card:nth-child(2) .image-wrap{height:420px}.image-wrap img{height:100%;transition:transform 1s cubic-bezier(.2,.65,.2,1)}.feature-card:hover img,.project-tile:hover img{transform:scale(1.055)}.image-wrap .image-open{position:absolute;right:22px;bottom:22px;background:white;color:var(--green);border:0}.feature-card:hover .image-open{transform:rotate(45deg)}.card-meta{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:21px 0}.card-meta h3{font-size:36px}.card-meta p{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}.card-meta .label{font-size:9px;text-transform:uppercase;border:1px solid var(--line);padding:7px 10px;white-space:nowrap}.gallery-bottom{display:flex;justify-content:center;margin-top:40px}.gallery-bottom .btn{min-width:235px}
.dual{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.dual-panel{position:relative;isolation:isolate;overflow:hidden;background:var(--deep);color:white;display:flex;align-items:end;padding:55px var(--pad)}.dual-panel>img{position:absolute;inset:0;height:100%;z-index:-2;transition:transform 1s}.dual-panel:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#012c2ceb,transparent 85%);z-index:-1}.dual-panel:hover>img{transform:scale(1.04)}.dual-panel .eyebrow{margin-bottom:20px}.dual-panel h2{font-size:clamp(58px,6.2vw,100px);margin-bottom:21px}.dual-panel p{font-size:13px;max-width:355px;line-height:1.8;color:#f3f7f3;margin-bottom:24px}.dual-panel .text-link{min-width:230px}
.mood-section{position:relative;background:var(--blue);padding:95px var(--pad)}.mood-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.mood-top .eyebrow{margin-bottom:16px}.mood-top h2{font-size:clamp(56px,7vw,104px)}.mood-control{display:flex;gap:4px;background:#ffffff66;padding:5px}.mood-control button{padding:13px 22px;min-height:46px;border:0;background:none;color:var(--green);font-size:11px;font-weight:700}.mood-control button[aria-pressed=true]{background:var(--green);color:white}.mood-control button:hover{background:#ffffff80}.mood-control button[aria-pressed=true]:hover{background:#126446}.mood-view{height:660px;position:relative;background:#799c95;overflow:hidden}.mood-view img{position:absolute;inset:0;height:100%;object-position:center;transition:opacity 1s,transform 1.4s}.mood-view img[data-scene=dusk]{opacity:0;transform:scale(1.045)}.mood-view[data-mood=dusk] img[data-scene=dusk]{opacity:1;transform:scale(1)}.mood-view[data-mood=dusk] img[data-scene=day]{opacity:0;transform:scale(1.045)}.mood-view .mood-tag{position:absolute;left:30px;bottom:28px;background:white;color:var(--green);padding:12px 18px;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.mood-bottom{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:23px}.mood-bottom p{font-size:12px;max-width:450px;color:#355d5b}.mood-bottom .text-link{white-space:nowrap}
.capability{background:var(--green);color:white;display:grid;grid-template-columns:1.08fr 1fr;gap:80px}.capability .eyebrow{margin-bottom:23px;color:#c7ded0}.capability h2{font-size:clamp(60px,7vw,115px);max-width:600px}.capability-copy>p{color:#d7e4db;font-size:14px;margin-bottom:32px;max-width:480px}.cap-list{padding:0;margin:0;list-style:none}.cap-list li{display:grid;grid-template-columns:24px 1fr;gap:18px;padding:19px 0;border-top:1px solid #ffffff45}.cap-list .arrow{font-size:17px;padding-top:4px}.cap-list strong{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.cap-list p{font-size:12px;color:#c9ddd0;line-height:1.8}.partners{background:#fff;padding-block:35px;display:flex;justify-content:space-between;gap:35px;align-items:center}.partners>.eyebrow{max-width:140px;color:var(--muted);font-size:9px}.partner-logos{display:flex;justify-content:space-between;align-items:center;gap:40px;width:68%}.partner-logos img{width:120px;max-width:20%;height:65px;object-fit:contain;filter:grayscale(1);opacity:.8}
.process{display:grid;grid-template-columns:1fr 1fr;gap:80px}.process h2{max-width:470px}.process .eyebrow{margin-bottom:20px}.process-list details{border-top:1px solid var(--line)}.process-list details:last-child{border-bottom:1px solid var(--line)}.process-list summary{display:flex;align-items:center;gap:23px;list-style:none;padding:25px 0;cursor:pointer;min-height:76px}.process-list summary::-webkit-details-marker{display:none}.process-list summary .number{font-size:10px;color:var(--muted)}.process-list summary strong{font-size:17px;font-weight:500}.process-list summary .plus{margin-left:auto;font-size:23px;transition:transform .25s}.process-list details[open] .plus{transform:rotate(45deg)}.process-list details p{padding:0 35px 27px 42px;color:var(--muted);font-size:13px}
.cta{background:var(--blue);padding-block:70px}.cta-top{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-size:clamp(70px,10vw,165px)}.cta .round{width:110px;height:110px;flex-shrink:0}.cta .round .arrow{font-size:42px}.cta .eyebrow{margin-bottom:20px}.cta-bottom{margin-top:30px;display:flex;justify-content:space-between;gap:25px;align-items:center}.cta-bottom p{font-size:13px;max-width:490px}.footer{background:var(--green);color:white;padding:55px var(--pad) 25px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding-bottom:50px}.footer-brand{font-family:var(--display);font-size:75px;font-weight:700;letter-spacing:.02em;line-height:1}.footer small{font-size:9px;letter-spacing:.15em;display:block;margin-top:12px;text-transform:uppercase}.footer .eyebrow{margin-bottom:12px;color:#c9ddce}.footer a{display:block;padding:7px 0;font-size:12px;line-height:1.7}.footer a:hover{text-decoration:underline;text-underline-offset:5px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff42;padding-top:20px;font-size:9px;color:#c8ddd0;line-height:1.8}.footer-bottom a{font-size:9px;display:inline;padding:0}.footer-caption{max-width:580px}
.page-hero{position:relative;isolation:isolate;min-height:690px;display:flex;align-items:center;background:var(--deep);color:white;padding:80px var(--pad)}.page-hero>img{position:absolute;inset:0;z-index:-2;height:100%;object-position:60% 50%}.page-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#00312b9e,transparent 100%),linear-gradient(0deg,#00262369,transparent 70%)}.page-hero h1{margin-top:24px;font-size:clamp(80px,10.6vw,172px);max-width:900px}.page-hero p{margin-top:25px;margin-bottom:25px;max-width:420px;font-size:14px;color:#fff}.page-hero .btn{margin-top:5px}.page-top{padding-top:75px;padding-bottom:50px}.page-top .eyebrow{margin-bottom:23px}.page-top h1{font-size:clamp(80px,10vw,160px)}.page-top-row{display:flex;align-items:end;justify-content:space-between;gap:35px}.page-top-row p{font-size:14px;max-width:345px;color:var(--muted)}.filters{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:35px}.filters a{font-size:11px;font-weight:600;padding:12px 20px;min-height:44px;transition:background .25s}.filters a:hover{background:#e5ebe3}.filters a[aria-current=true]{background:var(--green);color:white}.filters .result-count{margin-left:auto;font-size:10px;color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px}.project-tile .image-wrap{position:relative;height:410px;overflow:hidden;background:#c5d7cb}.project-tile:nth-child(3n) .image-wrap{height:520px}.project-tile:nth-child(3n+1){align-self:start}.project-tile .card-meta h3{font-size:37px}.portfolio-foot{padding-top:30px;font-size:10px;color:var(--muted)}
.project-top{padding-top:40px;padding-bottom:35px}.project-top .back{font-size:11px;min-height:45px;display:inline-flex;gap:12px;align-items:center;margin-bottom:30px}.project-title{display:flex;justify-content:space-between;align-items:end;gap:30px}.project-title h1{font-size:clamp(72px,9vw,145px)}.project-title p{font-size:11px;text-align:right;color:var(--muted);line-height:1.9;max-width:220px}.project-photo{margin:0 16px;position:relative;background:#d9e3dc;min-height:300px}.project-photo img{height:min(72vw,850px);max-height:82vh;object-fit:cover}.project-photo .round{position:absolute;right:30px;bottom:30px;background:white;color:var(--green);border-color:white}.project-story{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:60px}.project-story p{font-size:15px;color:var(--muted);max-width:560px}.project-story .project-enquiry{margin-left:auto;max-width:390px}.project-story .eyebrow{margin-bottom:12px}.project-source{font-size:10px;margin-top:22px;color:var(--muted);line-height:1.7}.project-source a{text-decoration:underline;text-underline-offset:4px}.project-next{border-top:1px solid var(--line);padding-block:34px;display:flex;justify-content:space-between;align-items:center;gap:25px}.project-next strong{display:block;font-family:var(--display);font-weight:600;font-size:45px;text-transform:uppercase;margin-top:7px}.project-next .eyebrow{color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.about-grid img{height:680px}.about-grid h2{font-size:clamp(64px,7.4vw,117px);margin-bottom:30px}.about-grid p{color:var(--muted);font-size:15px;max-width:470px;margin-bottom:20px}.about-grid .eyebrow{margin-bottom:23px}
.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding-top:80px;padding-bottom:100px}.contact-copy h1{font-size:clamp(80px,8.5vw,135px);margin:25px 0 30px}.contact-copy>p{max-width:350px;color:var(--muted);font-size:14px}.contact-email{display:inline-block;margin-top:27px;font-size:15px;border-bottom:1px solid;padding-bottom:8px}.contact-copy .contact-note{font-size:11px;max-width:330px;margin-top:38px}.contact-form{background:white;padding:40px}.sector-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;border:0;margin:0 0 32px;padding:0}.sector-choice legend{font-size:11px;margin-bottom:13px;font-weight:600}.sector-choice label{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 16px;border:1px solid var(--line);cursor:pointer;font-size:13px;font-weight:600}.sector-choice input{position:absolute;opacity:0}.sector-choice label:has(input:checked){background:var(--green);color:white;border-color:var(--green)}.sector-choice label:has(input:focus-visible){outline:3px solid #358f70;outline-offset:4px}.sector-choice label:after{content:'';width:11px;height:11px;border:1px solid currentColor;border-radius:50%}.sector-choice label:has(input:checked):after{background:white;box-shadow:inset 0 0 0 3px var(--green)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px}.field{display:flex;flex-direction:column;gap:9px;font-size:10px;font-weight:600;min-width:0}.field input,.field select,.field textarea{font-size:15px;border:0;border-bottom:1px solid #aabbaf;background:transparent;color:var(--ink);padding:10px 0;min-height:45px;border-radius:0;width:100%}.field select{appearance:auto}.field textarea{min-height:100px;resize:none}.field input::placeholder,.field textarea::placeholder{color:#6d7d73;opacity:1}.field.full{grid-column:1/-1}.field-error{color:#a63022;font-size:11px;line-height:1.5}.field [aria-invalid=true]{border-color:#a63022}.form-submit{margin-top:27px;width:100%;min-height:55px}.form-note{font-size:10px;color:var(--muted);line-height:1.8;margin-top:12px}.form-note a{text-decoration:underline;text-underline-offset:3px}.brief-preview{margin-top:25px;padding:23px;background:var(--paper);border-left:3px solid var(--green)}.brief-preview h2{font-size:35px;margin-bottom:12px}.brief-preview p{font-size:12px;color:var(--muted);margin-bottom:18px}.brief-summary{font-size:12px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 23px;font-family:var(--body)}.brief-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.brief-actions button{background:none;border:0;text-decoration:underline;text-underline-offset:4px;font-size:11px;min-height:44px}.copy-status{font-size:11px;margin-top:12px}.form-preview-title{margin-bottom:30px;font-size:12px;color:var(--muted)}
.lightbox{padding:0;border:0;background:#082d29;color:white;width:min(1500px,96vw);max-width:96vw;height:92svh;max-height:92svh;overflow:hidden}.lightbox::backdrop{background:#001e1dea;backdrop-filter:blur(8px)}.lightbox-inner{height:100%;display:flex;flex-direction:column;padding:22px}.lightbox-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.lightbox h2{font-size:32px}.lightbox img{object-fit:contain;min-height:0;flex:1;width:100%;height:100%;background:#082d29}.lightbox .round{width:44px;height:44px}.lightbox p{font-size:10px;margin-top:13px;color:#d4e6db}.reveal{opacity:1;transform:none}.motion-on .reveal.pending{opacity:0;transform:translateY(35px)}.reveal{transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.motion-off *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.route-enter{animation:route-in .45s ease-out}.motion-off .route-enter{animation:none}.float-top{position:fixed;bottom:22px;right:22px;z-index:18;background:white;color:var(--green);box-shadow:0 4px 24px #002e2520;width:45px;height:45px}.float-top:hover{transform:translateY(-3px)}@keyframes rise{from{transform:translateY(115%)}to{transform:translateY(0)}}@keyframes route-in{from{opacity:.5;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes drift{from{transform:scale(1)}to{transform:scale(1.045)}}
@media(min-width:1600px){.hero h1{font-size:210px}.feature-card .image-wrap{height:690px}.feature-card:nth-child(2) .image-wrap{height:520px}}
@media(max-width:1100px){.header{gap:25px;height:85px}.logo{width:155px}.nav{gap:21px}.header .btn{display:none}.hero{height:calc(100svh - 85px);min-height:630px}.hero h1{font-size:15.5vw}.hero-intro p{font-size:12px}.hero-top{font-size:9px}.intro,.process,.capability{gap:45px}.feature-card .image-wrap{height:460px}.feature-card:nth-child(2) .image-wrap{height:340px}.feature-card:nth-child(2){padding-top:120px}.dual{min-height:590px}.dual-panel{padding:40px 35px}.mood-view{height:520px}.partner-logos{gap:20px}.contact-wrap{gap:40px}.contact-form{padding:30px}.about-grid{gap:45px}.about-grid img{height:560px}.project-tile .image-wrap{height:330px}.project-tile:nth-child(3n) .image-wrap{height:410px}}
@media(max-width:760px){:root{--pad:23px}.header{height:80px;gap:18px}.logo{width:151px}.nav{display:none}.menu-button{display:flex}.mobile-nav{inset-block-start:80px}.hero{margin:0 8px;height:calc(100svh - 88px);min-height:610px;max-height:900px}.hero-copy{top:43%;left:23px;width:calc(100% - 46px)}.hero h1{font-size:clamp(78px,18vw,130px);line-height:.88}.hero-image{object-position:64% 50%;animation:none}.hero:after{background:linear-gradient(90deg,#002f355c,transparent),linear-gradient(0deg,#002128b0,transparent 60%)}.hero-top{left:23px;right:23px;top:24px;font-size:8px;letter-spacing:.12em}.hero-top>span:last-child{display:none}.hero-intro{margin-top:24px!important;gap:20px!important}.hero-intro p{font-size:12px;max-width:255px}.hero-intro .round{width:49px;height:49px}.hero-bottom{left:23px;right:23px;bottom:21px;display:block}.hero-sectors{gap:20px}.hero-sectors a{min-width:0;flex:1;font-size:11px;gap:12px;padding-top:14px}.hero-bottom-note{display:flex;align-items:center;justify-content:space-between;text-align:left;margin-top:20px;font-size:7px;letter-spacing:.06em}.hero-bottom-note br{display:none}.hero-bottom-note button{margin:0;min-height:34px;font-size:8px}.hero-caption{font-size:8px;padding-top:15px;gap:13px;line-height:1.7}.hero-caption span:first-child{max-width:60%}.hero-caption span:last-child{text-align:right}.section{padding-block:65px}.intro{grid-template-columns:1fr;gap:30px}.intro h2{font-size:70px}.intro-copy{margin:0;padding:0;max-width:520px}.intro-copy .eyebrow{margin-bottom:16px}.intro-copy p{font-size:14px}.intro-copy .text-link{margin-top:13px}.section-heading{align-items:start;gap:25px;flex-direction:column;margin-bottom:27px}.section-heading h2{font-size:65px}.section-heading p{font-size:13px;max-width:460px}.feature-grid{grid-template-columns:1fr;gap:27px}.feature-card:nth-child(2){padding-top:0}.feature-card .image-wrap,.feature-card:nth-child(2) .image-wrap{height:450px}.card-meta{padding:17px 0}.card-meta h3{font-size:35px}.card-meta p{font-size:8px}.card-meta .label{font-size:8px}.selected{padding-bottom:60px}.gallery-bottom{margin-top:20px}.dual{grid-template-columns:1fr}.dual-panel{min-height:560px;padding:35px var(--pad)}.dual-panel h2{font-size:76px}.dual-panel p{max-width:340px}.dual-panel>img{object-position:center}.mood-section{padding:60px var(--pad)}.mood-top{align-items:start;gap:25px;flex-direction:column}.mood-top h2{font-size:64px}.mood-control button{padding:12px 23px}.mood-view{height:420px}.mood-view img{object-position:57% center}.mood-view .mood-tag{left:17px;bottom:17px;font-size:8px;padding:10px 12px}.mood-bottom{flex-direction:column;align-items:start;gap:9px;margin-top:18px}.mood-bottom p{font-size:12px}.capability{grid-template-columns:1fr;gap:35px}.capability h2{font-size:76px}.capability-copy>p{font-size:14px}.cap-list li{padding:18px 0}.partners{flex-direction:column;align-items:start;gap:20px;padding-block:30px}.partners>.eyebrow{max-width:none;font-size:8px}.partner-logos{width:100%;gap:18px}.partner-logos img{height:45px;max-width:21%}.process{grid-template-columns:1fr;gap:35px}.process h2{font-size:70px}.process-list summary{padding-block:23px}.cta{padding-block:50px}.cta h2{font-size:clamp(64px,12.5vw,96px)}.cta .round{width:62px;height:62px}.cta .round .arrow{font-size:25px}.cta-top{gap:17px}.cta-bottom{align-items:start;flex-direction:column;gap:10px;margin-top:23px}.cta-bottom p{font-size:12px}.footer{padding-top:40px}.footer-top{grid-template-columns:1fr 1fr;gap:30px;padding-bottom:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-brand{font-size:65px}.footer a{font-size:11px}.footer-bottom{flex-direction:column;gap:15px;font-size:9px}.page-hero{min-height:650px;padding:60px var(--pad)}.page-hero h1{font-size:clamp(75px,15vw,118px)}.page-hero p{font-size:13px;max-width:345px}.page-hero>img{object-position:62% 50%}.page-top{padding-top:50px;padding-bottom:35px}.page-top-row{align-items:start;flex-direction:column;gap:24px}.page-top h1{font-size:84px}.page-top-row p{font-size:13px}.filters{flex-wrap:wrap;gap:3px;padding-bottom:20px;margin-bottom:25px}.filters a{padding:12px 15px;font-size:10px}.filters .result-count{font-size:9px;width:100%;margin:10px 0 0}.project-grid{grid-template-columns:1fr;gap:28px}.project-tile .image-wrap,.project-tile:nth-child(3n) .image-wrap{height:370px}.project-title{align-items:start;flex-direction:column;gap:20px}.project-title h1{font-size:clamp(65px,14vw,100px)}.project-title p{text-align:left;font-size:11px;max-width:none}.project-photo{margin:0 8px}.project-photo img{height:470px;max-height:none}.project-photo .round{width:48px;height:48px;right:20px;bottom:20px}.project-story{grid-template-columns:1fr;gap:32px;padding-block:40px}.project-story p{font-size:14px}.project-story .project-enquiry{margin:0;max-width:none}.project-next strong{font-size:36px}.project-next .eyebrow{font-size:9px}.about-grid{grid-template-columns:1fr;gap:38px}.about-grid img{height:480px}.about-grid h2{font-size:76px}.about-grid p{font-size:14px}.contact-wrap{grid-template-columns:1fr;gap:40px;padding-top:50px;padding-bottom:60px}.contact-copy h1{font-size:100px;margin-block:22px}.contact-copy>p{max-width:none}.contact-copy .contact-note{margin-top:20px;max-width:none}.contact-form{padding:27px 22px}.fields{gap:23px 16px}.sector-choice label{padding:17px 13px;font-size:11px}.contact-email{font-size:15px;margin-top:20px}.lightbox{width:100vw;max-width:100vw;max-height:100svh;height:100svh}.lightbox-inner{padding:17px}.lightbox h2{font-size:28px}.float-top{right:14px;bottom:14px}}
@media(max-width:390px){.hero h1{font-size:19vw}.hero-copy{left:18px;width:calc(100% - 36px)}.hero-intro p{font-size:11px}.hero-top,.hero-bottom{left:18px;right:18px}.hero-sectors a{font-size:10px}.hero-bottom-note{font-size:6.5px}.feature-card .image-wrap,.feature-card:nth-child(2) .image-wrap{height:360px}.mood-view{height:370px}.fields{grid-template-columns:1fr}.contact-form{padding:24px 18px}.project-tile .image-wrap,.project-tile:nth-child(3n) .image-wrap{height:320px}.intro h2{font-size:62px}.cta h2{font-size:60px}.cta .round{width:50px;height:50px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-on .reveal.pending{opacity:1;transform:none}}@media(forced-colors:active){:root{scrollbar-color:auto}.btn,.round,.sector-choice label{border:1px solid ButtonText}}

/* Readability refinement */
.header .nav a,.btn,.header .btn,.hero-sectors a{font-size:12px}.field,.sector-choice legend{font-size:12px}.field input,.field select,.field textarea{font-size:16px}.contact-form .form-note{font-size:11px}.footer a{font-size:12px}

.contact-copy h1{font-size:clamp(60px,6vw,108px)}
@media(max-width:760px){.contact-copy h1{font-size:clamp(52px,16vw,100px)}.capability h2{font-size:clamp(58px,17vw,76px)}.process h2{font-size:clamp(52px,16vw,70px)}.intro h2{font-size:clamp(56px,16vw,70px)}.page-hero h1{font-size:clamp(62px,17vw,118px)}}
.cap-download{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center;background:var(--blue);padding-block:70px}.cap-download h2{font-size:clamp(50px,5.6vw,90px);margin:18px 0 22px}.cap-download p:not(.eyebrow){font-size:16px;max-width:530px}.download-actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-left:auto}.download-actions>span{font-size:13px;color:var(--muted)}.download-actions .btn{font-size:14px}.film-teaser{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.film-teaser h2{font-size:clamp(58px,6vw,98px);margin:20px 0}.film-teaser-copy>p:not(.eyebrow){font-size:16px;max-width:350px}.film-teaser-player video{display:block;width:100%;aspect-ratio:720/404;background:var(--deep);object-fit:cover}.film-teaser-player>p{font-size:13px;color:var(--muted);margin-top:14px}.technical{background:var(--deep);color:white}.technical .section-heading>p{color:#d6e6df;font-size:16px}.technical-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.technical-grid img{height:320px}.technical-grid h3{font-size:34px;margin:22px 0 14px}.technical-grid p{font-size:16px;color:#d6e6df;max-width:420px}.technical-bottom{display:flex;align-items:end;justify-content:space-between;gap:45px;border-top:1px solid #42635c;margin-top:50px;padding-top:28px}.technical-bottom>p{max-width:640px;font-size:16px;color:#d6e6df}.technical-bottom .text-link{flex-shrink:0;font-size:14px}.film-library{background:white}.film-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.film-card button{display:block;position:relative;width:100%;padding:0;border:0;background:var(--deep);overflow:hidden}.film-card button img{height:250px;transition:transform .5s}.film-card button:hover img{transform:scale(1.035)}.play-disc{position:absolute;inset:0;margin:auto;display:flex;align-items:center;justify-content:center;width:66px;height:66px;border-radius:50%;background:white;color:var(--green);font-size:21px;padding-left:3px}.film-duration{position:absolute;right:13px;bottom:13px;background:#002d26db;color:white;padding:5px 9px;font-size:12px}.film-card>.eyebrow{margin:23px 0 12px;font-size:12px}.film-card h3{font-size:37px;line-height:1.04;margin-bottom:16px}.film-card>p:not(.eyebrow){font-size:16px;color:var(--muted)}.film-privacy{font-size:13px;color:var(--muted);margin-top:35px}.film-dialog{padding:25px;border:0;width:min(1100px,95vw);max-width:95vw;background:var(--deep);color:white}.film-dialog::backdrop{background:#001e1dec}.film-dialog-top{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:20px}.film-dialog h2{font-size:32px;line-height:1.05}.film-dialog .round{width:44px;height:44px}.film-frame{aspect-ratio:16/9;background:#001b18}.film-frame iframe{display:block;width:100%;height:100%;border:0}.film-dialog>.text-link{font-size:14px;margin-top:12px}.case-study{padding-block:50px 75px;border-top:1px solid var(--line)}.case-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-bottom:40px}.case-heading h2{font-size:clamp(48px,5.5vw,84px);margin-top:15px}.case-heading>p{font-size:16px;color:var(--muted)}.case-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:0 0 40px}.case-facts>div{border-top:1px solid var(--line);padding-top:20px}.case-facts dt{font-size:13px;color:var(--muted);margin-bottom:8px}.case-facts dd{font-size:16px;margin:0;font-weight:600}.case-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.case-gallery figure{position:relative}.case-gallery img{height:490px}.case-gallery figure:only-child{grid-column:1/-1}.case-gallery figure:only-child img{height:570px}.case-gallery .round{position:absolute;bottom:20px;right:20px;background:white;color:var(--green);border-color:white}.case-note{font-size:13px;color:var(--muted);margin-top:22px}.client-quote{background:var(--blue)}.client-quote blockquote{font-family:var(--display);font-size:clamp(40px,4.8vw,76px);line-height:1.1;margin:25px 0;max-width:1050px}.client-quote>p:not(.eyebrow){font-size:16px;font-weight:700}.client-quote>p>span{font-weight:400}.experience-table{overflow-x:auto}.experience table{width:100%;border-collapse:collapse;font-size:16px;text-align:left;min-width:610px}.experience th{font-weight:600;border-bottom:2px solid var(--green);padding:16px}.experience td{padding:20px 16px;border-bottom:1px solid var(--line)}.experience tbody tr:nth-child(even){background:#e8efea}.experience-bottom{margin-top:30px}.capability-page-download{padding-bottom:45px}.contact-download{margin-top:25px}.contact-download .text-link{font-size:14px}.tender-fields{display:grid;gap:22px;margin-top:22px}.field input[type=date]{font-family:var(--body)}.hero-caption a{text-decoration:underline;text-underline-offset:4px;min-height:30px}.form-note .privacy-link{display:inline-block}.footer a[href="#films"],.footer a[href="#capability"]{margin-top:8px}
@media(max-width:1100px){.film-teaser{gap:35px}.technical-grid img{height:250px}.technical-bottom{align-items:start;flex-direction:column;gap:20px}.film-card button img{height:200px}.case-gallery img{height:390px}.header .nav{gap:18px}}
@media(max-width:760px){.film-teaser,.cap-download,.case-heading{grid-template-columns:1fr;gap:30px}.film-teaser h2{font-size:clamp(54px,15vw,78px)}.film-teaser-copy>p:not(.eyebrow){max-width:none}.download-actions{margin:0}.cap-download h2{font-size:clamp(46px,12vw,72px)}.technical-grid,.film-grid,.case-gallery,.case-facts{grid-template-columns:1fr}.technical-grid,.film-grid{gap:40px}.technical-grid img{height:340px}.technical-grid h3{font-size:35px}.technical .section-heading h2{font-size:clamp(55px,15vw,75px)}.film-card button img{height:280px}.film-library .section-heading h2{font-size:60px}.film-dialog{padding:16px;max-width:100vw;width:100vw}.film-dialog h2{font-size:25px}.case-gallery img,.case-gallery figure:only-child img{height:410px}.case-heading h2{font-size:56px}.case-study{padding-block:35px 55px}.experience .section-heading h2{font-size:clamp(42px,11vw,62px)}.client-quote blockquote{font-size:45px}.technical-bottom .text-link{flex-shrink:1}.capability-page-download .btn,.download-actions .btn{width:100%;font-size:13px;gap:20px}.hero-caption{align-items:center}}


.privacy-copy{max-width:1040px;padding-top:0;font-size:16px;line-height:1.75}.privacy-copy h2{font-size:32px;margin:32px 0 16px;line-height:1.2}.privacy-copy ul{padding-left:24px;margin:18px 0 26px}.privacy-copy li{margin:10px 0}.privacy-copy a{text-decoration:underline}



/* Functional icons are SVG, so device emoji fonts never change their appearance. */
.icon{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:-.15em;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.arrow,.plus{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.btn>.icon,.text-link>.icon,.back>.icon{width:20px;height:20px}
.round>.icon{width:22px;height:22px}
.mobile-nav a>.icon{width:24px;height:24px;align-self:center}
.motion-toggle{display:inline-flex;align-items:center;gap:8px}
.motion-toggle .icon{width:14px;height:14px}
.play-disc{padding-left:0}
.play-disc .icon{width:24px;height:24px;margin-left:3px}
.back{gap:10px}
.hero-caption a{display:inline-flex;align-items:center;gap:8px;min-height:44px}
.float-top{bottom:max(22px,env(safe-area-inset-bottom))}
.feature-card,.project-tile,.card-meta>div,.contact-copy,.contact-form{min-width:0}

/* Project films stay visible in the menu and alongside the photographic gallery. */
.header .nav a{white-space:nowrap}
.film-invitation{background:var(--blue)}
.film-invitation>div,.film-invitation-photo,.gallery-intro{min-width:0}
.film-invitation .btn,.gallery-intro .btn{margin-top:24px;font-size:14px}
.film-invitation-photo{display:block;position:relative;cursor:pointer}
.film-invitation-photo img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.film-invitation-photo>span{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;background:var(--deep);color:white;font-size:14px;font-weight:700}
.film-invitation-photo:hover>span,.film-invitation-photo:active>span{background:var(--green)}
.film-invitation a:focus-visible,.gallery-intro a:focus-visible{outline:3px solid var(--green);outline-offset:5px}
.gallery-intro{max-width:460px}
.gallery-intro>p{max-width:none}

/* Keep the construction subject visible rather than cropping unrelated scenery. */
.technical-grid .technical-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.technical-grid .technical-card-spring img{object-fit:contain;background:white}
.technical-grid .technical-card-plant img{object-position:50% 43%}
.technical-card figcaption{min-height:44px;padding-top:10px;font-size:12px;line-height:1.5;color:var(--blue)}
.technical-card figcaption a{display:inline-flex;align-items:center;min-height:34px;text-decoration:underline;text-underline-offset:3px}
.technical-card figcaption a:hover{color:white}
.technical-card figcaption a:focus-visible{outline:2px solid white;outline-offset:4px}
.technical-grid .technical-card h3{margin-top:16px}

@media(min-width:961px) and (max-width:1200px){
  .header{gap:18px}
  .header .nav{gap:16px}
}

@media(max-width:960px){
  .header .nav{display:none}
  .menu-button{display:flex;padding:12px 0 12px 16px;font-size:13px}
  .mobile-nav{inset-block-start:85px;padding-bottom:max(28px,env(safe-area-inset-bottom))}
}

@media(max-width:760px){
  :root{--pad:clamp(20px,5.6vw,32px)}
  body{font-size:16px}
  .mobile-nav{inset-block-start:80px}
  .mobile-nav a{font-size:clamp(32px,8vw,48px);padding-block:13px;gap:20px;min-height:56px}
  .hero{min-height:560px}
  .hero-intro p{font-size:14px;line-height:1.65;max-width:280px}
  .hero-sectors a{font-size:12px;min-height:48px}
  .hero-bottom-note{font-size:8px}
  .hero-bottom-note button{min-height:44px;font-size:10px}
  .hero-caption{font-size:10px;padding-top:5px;gap:18px}
  .hero-caption a{font-size:12px}
  .film-invitation{gap:28px}
  .film-invitation .btn,.gallery-intro .btn{width:100%;font-size:14px}
  .film-invitation-photo>span{padding:16px 18px}
  .section{padding-block:56px}
  .section-heading{gap:18px;margin-bottom:24px}
  .section-heading h2{font-size:clamp(52px,14vw,72px)}
  .intro-copy p,.section-heading p,.capability-copy>p,.project-story p,.about-grid p,.page-top-row p,.page-hero p{font-size:16px;line-height:1.7}
  .eyebrow{font-size:10px}
  .btn{font-size:13px;min-height:52px;gap:20px;padding:14px 18px}
  .text-link{font-size:13px;min-height:48px}
  .feature-grid,.project-grid{gap:24px}
  .feature-card .image-wrap,.feature-card:nth-child(2) .image-wrap,
  .project-tile .image-wrap,.project-tile:nth-child(3n) .image-wrap{height:auto;aspect-ratio:4/3}
  .image-wrap>img{height:100%;width:100%;object-fit:cover}
  .image-wrap .image-open{width:44px;height:44px;right:14px;bottom:14px}
  .image-open .arrow{font-size:21px}
  .card-meta{align-items:flex-start;gap:12px;padding:16px 0 8px}
  .card-meta h3,.project-tile .card-meta h3{font-size:32px;line-height:1.04;overflow-wrap:anywhere}
  .card-meta p{font-size:10px;line-height:1.6;letter-spacing:.07em;margin-bottom:8px}
  .card-meta .label{font-size:9px;padding:6px 8px;margin-top:2px}
  .selected{padding-bottom:48px}
  .gallery-bottom{margin-top:24px}
  .gallery-bottom .btn{width:100%;min-width:0}
  .dual-panel{min-height:470px}
  .dual-panel p{font-size:15px;line-height:1.7}
  .mood-section{padding:48px var(--pad)}
  .mood-view{height:auto;aspect-ratio:4/3}
  .mood-control button{font-size:13px;min-height:44px}
  .mood-bottom p,.cap-list p,.process-list details p{font-size:14px;line-height:1.7}
  .cap-list strong{font-size:16px}
  .process-list summary{gap:16px;padding-block:20px}
  .process-list summary strong{font-size:16px}
  .process-list details p{padding-left:32px;padding-right:0}
  .cta{padding-block:44px}
  .cta-bottom p{font-size:14px}
  .cta .round{width:56px;height:56px}
  .footer a{font-size:13px;min-height:44px;max-width:100%;overflow-wrap:anywhere}
  .footer-bottom{font-size:11px;gap:10px}
  .page-hero{min-height:570px;padding-block:48px}
  .page-top h1{font-size:clamp(64px,18vw,100px)}
  .filters{gap:6px}
  .filters a{font-size:12px;min-height:44px;padding:11px 13px}
  .filters .result-count{font-size:11px}
  .project-title p,.project-top .back{font-size:13px}
  .project-photo img{height:auto;aspect-ratio:4/3;object-fit:cover}
  .project-next strong{font-size:32px;overflow-wrap:anywhere}
  .technical-grid,.film-grid{gap:32px}
  .technical-grid img,.case-gallery img,.case-gallery figure:only-child img{height:auto;aspect-ratio:4/3;object-fit:cover}
  .film-card button img{height:auto;aspect-ratio:16/9;object-fit:cover}
  .film-card>.eyebrow{margin-top:18px}
  .film-card h3{font-size:34px}
  .case-heading{gap:22px;margin-bottom:28px}
  .case-facts{gap:20px;margin-bottom:28px}
  .download-actions{align-items:stretch;gap:14px}
  .contact-wrap{gap:28px;padding-top:40px;padding-bottom:48px}
  .contact-form{padding:26px 20px}
  .contact-copy>p{font-size:16px}
  .contact-copy .contact-note{font-size:13px}
  .contact-email{max-width:100%;overflow-wrap:anywhere}
  .field,.sector-choice legend{font-size:13px}
  .field input,.field select,.field textarea{font-size:16px;min-height:48px;line-height:1.5}
  .field textarea{min-height:128px;resize:vertical}
  .field-error,.form-note,.brief-preview p,.brief-summary{font-size:13px}
  .sector-choice label{font-size:12px;min-height:52px;gap:8px;padding:14px 10px}
  .sector-choice label:after{flex-shrink:0}
  .brief-preview{padding:20px 16px}
  .brief-actions{align-items:stretch;flex-direction:column}
  .brief-actions .btn{width:100%}
  .lightbox-inner{padding:20px 16px max(20px,env(safe-area-inset-bottom))}
  .film-dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100svh - 24px);padding:16px;overflow:auto}
  .film-dialog-top{gap:14px}
  .float-top{width:44px;height:44px;right:14px;bottom:max(14px,env(safe-area-inset-bottom))}
  .privacy-copy{overflow-wrap:anywhere}
}

@media(max-width:600px){.fields{grid-template-columns:minmax(0,1fr);gap:24px}}
@media(max-width:360px){
  .hero-copy{top:40%}
  .hero-intro{gap:14px!important}
  .hero-intro p{font-size:13px}
  .hero-caption{font-size:9px;gap:10px}
  .hero-bottom-note{font-size:7px}
  .card-meta{flex-wrap:wrap}
  .card-meta>div{flex-basis:100%}
  .card-meta .label{margin-top:0}
  .contact-form{padding:24px 16px}
  .footer-top{grid-template-columns:1fr;gap:20px}
}

.breadcrumbs{padding:18px var(--pad) 0;font-size:13px;color:var(--muted)}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.breadcrumbs li+li:before{content:'/';margin-right:8px;color:#72847b}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px;display:inline-block;padding-block:6px}.search-hero{padding-block:64px 56px}.search-hero h1{font-size:clamp(62px,7.7vw,118px);line-height:.97;max-width:1120px;margin:24px 0 28px}.search-lead{font-size:18px;line-height:1.75;max-width:770px;margin:0 0 28px}.guide-byline{font-size:14px;color:var(--muted);margin-bottom:24px}.search-copy,.region-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}.search-copy h2,.region-intro h2{font-size:clamp(48px,5.8vw,84px);line-height:1}.search-copy p,.region-intro p{font-size:16px;line-height:1.8;margin-bottom:20px}.search-copy .text-link{display:flex;font-size:14px;border-bottom:1px solid var(--line)}.region-intro{align-items:center}.region-intro img{width:100%;aspect-ratio:4/3;object-fit:cover}.region-intro .image-note{font-size:12px;color:var(--muted);margin-top:12px}.region-intro h2{margin-bottom:28px}.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.scope-grid article{border-top:1px solid var(--line);padding-top:24px}.scope-grid h3{font-size:36px;margin:20px 0 18px}.scope-grid p{font-size:16px;line-height:1.75;color:var(--muted)}.service-areas{background:var(--deep);color:white}.service-areas .section-heading p{color:#d6e6df;font-size:16px}.region-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.region-grid>a{border-top:1px solid #ffffff60;padding:24px 0;display:flex;flex-direction:column;gap:20px}.region-grid h3{font-size:36px}.region-grid span{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.region-grid a:hover{text-decoration:underline;text-underline-offset:5px}.search-faq h2{font-size:clamp(46px,6vw,82px)}.faq-grid{max-width:1060px}.faq-grid details{border-top:1px solid var(--line)}.faq-grid details:last-child{border-bottom:1px solid var(--line)}.faq-grid summary{display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;padding-block:24px;font-size:18px;font-weight:600;min-height:64px}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid .plus{font-size:23px}.faq-grid details[open] .plus{transform:rotate(45deg)}.faq-grid p{font-size:16px;line-height:1.85;padding:0 48px 26px 0;max-width:900px}.guide-layout{display:grid;grid-template-columns:240px minmax(0,780px);justify-content:space-between;gap:64px;padding-top:24px}.guide-index{align-self:start;position:sticky;top:30px}.guide-index a{display:block;font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}.guide-copy section{margin-bottom:52px;scroll-margin-top:30px}.guide-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.12;margin-bottom:24px}.guide-copy p,.guide-copy li{font-size:17px;line-height:1.85;margin-bottom:18px}.guide-copy ul{padding-left:22px}.guide-copy a{text-decoration:underline;text-underline-offset:4px}.footer-regions{display:flex;flex-wrap:wrap;gap:12px 28px;padding:24px 0;border-top:1px solid var(--line)}.footer-regions a{font-size:13px;min-height:44px;display:inline-flex;align-items:center}.not-found{min-height:55vh}.no-js-note{padding:20px var(--pad);background:var(--blue);font-size:14px}.project-context{margin:22px 0;font-size:15px}.project-context a{text-decoration:underline}
@media(max-width:960px){.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-copy,.region-intro{gap:36px}.guide-layout{grid-template-columns:190px minmax(0,1fr);gap:32px}}
@media(max-width:760px){.breadcrumbs{font-size:12px;padding-top:12px}.search-hero{padding-block:38px 40px}.search-hero h1{font-size:clamp(48px,12.5vw,84px);overflow-wrap:anywhere}.search-lead{font-size:16px}.search-copy,.region-intro,.scope-grid{grid-template-columns:1fr;gap:30px}.search-copy h2,.region-intro h2{font-size:clamp(44px,12vw,64px)}.scope-grid{gap:28px}.scope-grid h3{font-size:32px}.region-grid{gap:16px}.region-grid h3{font-size:30px}.region-grid span{font-size:13px;align-items:flex-start}.search-faq h2{font-size:clamp(44px,12vw,64px)}.faq-grid summary{font-size:16px;gap:18px;padding-block:20px}.faq-grid p{padding-right:0}.guide-layout{grid-template-columns:1fr;gap:36px}.guide-index{position:static}.guide-copy p,.guide-copy li{font-size:16px}.guide-copy h2{font-size:38px}.guide-copy section{margin-bottom:38px}.footer-regions{gap:0 24px}.search-hero>.btn{width:100%}}
@media(max-width:360px){.region-grid{grid-template-columns:1fr}.search-hero h1{font-size:44px}}

@media(max-width:760px){.page-hero h1{font-size:clamp(44px,12vw,90px)}}

/* Shared conversion surface. Inherits Nature's colours and type from base.css. */
#enquiry{scroll-margin-top:110px}
.cta.enquiry-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(30px,6vw,100px);padding-block:80px;background:var(--green);color:var(--white)}
.enquiry-copy h2{font-size:clamp(72px,8vw,132px);line-height:.9;margin:24px 0}
.enquiry-copy>p:not(.eyebrow){max-width:420px;font-size:18px;line-height:1.65}
.enquiry-section .quick-enquiry{background:var(--paper);color:var(--ink)}
.quick-enquiry{padding:32px;min-width:0}
.quick-enquiry .fields{gap:22px}
.quick-enquiry .field{font-size:14px;line-height:1.5;min-width:0}
.quick-enquiry input,.quick-enquiry textarea,.quick-enquiry select{width:100%;min-height:48px;font-size:16px;line-height:1.5;scroll-margin-block:110px}
.quick-enquiry textarea{min-height:116px;resize:none;overflow-y:auto}
.quick-enquiry .form-submit{width:100%;min-height:54px;justify-content:center;margin-top:18px;cursor:pointer;font-size:15px}
.quick-enquiry .form-submit:disabled{cursor:default;opacity:.65}
.quick-enquiry .form-submit:hover:enabled{background:var(--deep)}
.quick-enquiry .form-submit:active:enabled{transform:translateY(1px)}
.quick-enquiry .enquiry-note{font-size:13px;line-height:1.65;margin-top:20px;color:var(--ink)}
.quick-enquiry .enquiry-status{font-size:15px;line-height:1.65;margin-top:14px;overflow-wrap:anywhere;min-height:24px}
.quick-enquiry .enquiry-status:empty{margin-top:0;min-height:0}
.quick-enquiry .enquiry-privacy{font-size:12px;line-height:1.6;margin-top:14px;color:var(--ink)}
.quick-enquiry a{text-decoration:underline;text-underline-offset:3px}
.quick-enquiry .field-error{font-size:13px;line-height:1.5}
.quick-enquiry :focus-visible{outline:2px solid var(--green);outline-offset:4px}
.quick-enquiry .enquiry-status:focus{outline:none}
.quick-enquiry[hidden],.enquiry-success[hidden]{display:none!important}
.enquiry-success{padding:clamp(28px,5vw,56px);background:var(--paper);color:var(--ink);min-height:360px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;scroll-margin-block:120px}
.enquiry-success .eyebrow{margin:0 0 20px}
.enquiry-success h2{font-size:clamp(64px,8vw,96px);line-height:.95;margin:0 0 24px}
.enquiry-success>p:not(.eyebrow){font-size:18px;line-height:1.65;margin:0}
.enquiry-success .btn{margin-top:32px;min-height:48px;max-width:100%}
.enquiry-success:focus{outline:2px solid var(--green);outline-offset:4px}
.enquiry-section .enquiry-noscript{grid-column:2;color:inherit}
.contact-wrap.simple-contact{padding-block:55px 75px;gap:clamp(28px,5vw,80px)}
.simple-contact .contact-copy h1{font-size:clamp(72px,8vw,125px);line-height:.9}
.simple-contact .contact-copy>p:not(.eyebrow){font-size:18px;line-height:1.65;max-width:430px}
.simple-contact .contact-download{margin-top:30px}
.hero-enquire{display:inline-flex;margin-top:22px}
.enquiry-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:36px;padding-top:26px;border-top:1px solid currentColor}
.enquiry-strip p{margin:0;font-size:17px;line-height:1.6}
.enquiry-strip .btn{flex-shrink:0}
.mobile-enquire{display:none}
@media(max-width:960px){
 .contact-wrap.simple-contact{grid-template-columns:1fr}
 .cta.enquiry-section{grid-template-columns:1fr;padding-block:50px;gap:28px}
 .enquiry-copy h2{font-size:clamp(68px,12vw,105px)}
 .enquiry-copy>p:not(.eyebrow){font-size:16px;max-width:600px}
 .enquiry-section .enquiry-noscript{grid-column:auto}
 .mobile-enquire{display:flex;position:fixed;left:16px;bottom:calc(14px + env(safe-area-inset-bottom));z-index:30;min-height:48px;padding:12px 22px;gap:12px;align-items:center;background:var(--green);color:white;border:1px solid white;box-shadow:0 3px 16px #102d2626;text-decoration:none;font-size:15px;font-weight:700}
 .mobile-enquire .icon{width:19px;height:19px}
 .mobile-enquire:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
 .mobile-enquire:hover{background:var(--deep)}
 body:has(.quick-enquiry:focus-within) .mobile-enquire,body:has(.enquiry-success:not([hidden])) .mobile-enquire,body:has(.mobile-nav:not([hidden])) .mobile-enquire,body:has(dialog[open]) .mobile-enquire,.enquiry-visible .mobile-enquire{display:none}
 .footer{padding-bottom:calc(80px + env(safe-area-inset-bottom))}
 .simple-contact .contact-copy h1{font-size:clamp(72px,13vw,110px)}
 .simple-contact .contact-copy>p:not(.eyebrow){font-size:16px}
}
@media(max-width:600px){
 .quick-enquiry{padding:25px 20px}
 .quick-enquiry .fields{grid-template-columns:1fr;gap:20px}
 .quick-enquiry .field{grid-column:1/-1}
 .enquiry-strip{align-items:flex-start;flex-direction:column;gap:16px}
 .enquiry-strip .btn{width:100%;justify-content:center}
 .contact-wrap.simple-contact{padding-top:30px;gap:24px}
}
@media(prefers-reduced-motion:reduce){#enquiry{scroll-behavior:auto}}
