:root{--bg:#071510;--panel:#0d2119;--panel-2:#11281f;--mint:#62efb4;--mint-dark:#08774b;--white:#f3f8f5;--muted:#b1c3b9;--line:#294236;--paper:#edf2ed;--ink:#132a20;--paper-muted:#486051;--radius:16px;--wrap:1200px;--header:78px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 20px)}body{margin:0;background:var(--bg);color:var(--white);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}p,h1,h2,h3,figure{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(42px,5vw,70px)}h2{font-size:clamp(30px,3.2vw,44px)}h3{font-size:21px}em{color:var(--mint);font-style:normal}p+p{margin-top:12px}::selection{background:var(--mint);color:var(--bg)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #28b882;outline-offset:5px}.wrap{width:min(var(--wrap),calc(100% - 64px));margin-inline:auto}.section{padding-block:76px}section[id],article[id],div[id]{scroll-margin-top:0}.paper{background:var(--paper);color:var(--ink);color-scheme:light}.paper .eyebrow{color:var(--mint-dark)}.paper .muted{color:var(--paper-muted)}.paper .text-link{color:var(--mint-dark)}.eyebrow{text-transform:uppercase;font-size:11px;line-height:1.5;letter-spacing:.16em;font-weight:700;color:var(--mint);margin-bottom:14px}.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}[hidden]{display:none!important}.skip-link{position:fixed;left:16px;top:-100px;padding:12px 20px;background:var(--mint);color:var(--bg);z-index:200}.skip-link:focus{top:8px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:12px 20px;border:1px solid var(--mint);border-radius:7px;background:var(--mint);color:#052517;font-weight:700;font-size:14px;line-height:1.35;text-align:center;transition:background .15s,border-color .15s}.button:hover{background:#8bf7cb;border-color:#8bf7cb}.button.outline{background:transparent;color:var(--white);border-color:#546c5e}.button.outline:hover{background:#193126;border-color:var(--mint)}.button.small{padding:10px 16px;font-size:13px;min-height:44px}.text-link{border:0;background:none;color:var(--mint);font-size:13px;font-weight:700;line-height:1.4;display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:8px 0;text-align:left}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:24px}.muted,.small-note,.image-note{color:var(--muted)}.small-note{font-size:13px;line-height:1.65}.small-note a,.source-note a{text-decoration:underline;text-underline-offset:3px}
/* Header stays in normal document flow before becoming sticky. */
.site-header{position:sticky;top:0;z-index:40;background:rgba(7,21,16,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{width:min(1320px,calc(100% - 64px));min-height:var(--header);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:10px;align-items:center;flex-shrink:0}.brand-mark{width:42px;height:42px;overflow:hidden;border-radius:4px}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-wordmark{font-size:21px;line-height:1.15;letter-spacing:-.045em;font-weight:800;white-space:nowrap}.brand-wordmark small{display:block;font-size:6.4px;letter-spacing:.13em;line-height:1.8;color:var(--muted)}.primary-nav{display:flex;align-items:center;gap:25px}.primary-nav>a:not(.button){font-size:13px;font-weight:600;min-height:44px;display:flex;align-items:center;white-space:nowrap}.primary-nav>a:not(.button):hover{color:var(--mint)}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);color:var(--white);border-radius:6px;align-items:center;gap:9px;min-height:44px;padding:8px 12px;font-size:13px}.menu-icon{height:12px;width:17px;position:relative;border-top:1px solid currentColor;border-bottom:1px solid currentColor}.menu-icon:after{content:'';position:absolute;top:5px;left:0;right:0;border-top:1px solid currentColor}
/* Home: six sections, each with one job. */
.hero{padding:64px 0 70px;background:radial-gradient(ellipse at 80% 48%,#102d20 0,transparent 58%)}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:54px;align-items:center}.hero-copy h1{font-weight:760;line-height:1.035;letter-spacing:-.05em}.hero-lead{font-size:21px;line-height:1.5;margin-top:24px;max-width:480px}.hero-support{margin-top:12px;color:var(--muted);font-size:15px;max-width:470px}.hero-visual{overflow:hidden;border-radius:var(--radius);border:1px solid #284d3b;box-shadow:0 20px 70px #0005;background:#05100c}.hero-visual img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.location{font-size:12px;color:#aec9b9;margin-top:20px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.section-heading>p{font-size:14px;color:var(--muted);max-width:390px}.paper .section-heading>p{color:var(--paper-muted)}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{background:#fbfcf9;border:1px solid #cfdacf;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.service-card>img{width:100%;aspect-ratio:2.5/1;height:auto;object-fit:cover;filter:saturate(.84)}.service-body{padding:18px 20px 10px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.service-number{font-family:Consolas,monospace;color:var(--mint-dark);font-size:12px;letter-spacing:.04em}.service-body h3{margin-top:5px;font-size:20px;line-height:1.15}.service-body p{margin-top:10px;margin-bottom:6px;color:var(--paper-muted);font-size:14px;line-height:1.55}.service-body .text-link{margin-top:auto}.deliverable-line{margin-top:24px;padding-top:20px;border-top:1px solid #c9d6cd;display:flex;align-items:center;justify-content:space-between;gap:20px}.deliverable-line strong{display:block;font-size:14px}.deliverable-line p>span{display:block;margin-top:4px;font-size:13px;color:var(--paper-muted)}.deliverable-line .text-link{flex-shrink:0}.image-note{margin-top:14px;color:#54705e;font-size:11px}.featured-project{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:58px}.project-preview{display:block;position:relative;overflow:hidden;border-radius:12px;border:1px solid #315443}.project-preview img{width:100%;height:auto;min-height:270px;object-fit:cover}.image-tag{position:absolute;bottom:14px;left:14px;padding:5px 10px;background:rgba(4,19,12,.88);color:var(--mint);border:1px solid #33503e;font-size:10px;letter-spacing:.04em;border-radius:3px}.project-copy h2{margin-bottom:16px}.project-copy>p:not(.eyebrow):not(.project-name){font-size:15px;color:var(--muted)}.project-name{font-size:16px;font-weight:700;margin-bottom:8px;color:#e1eee6}.project-copy .button{margin-top:24px}.academy-section{padding:0 0 76px}.academy-panel{padding:34px 40px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:35px}.academy-panel h2{font-size:32px}.academy-panel p:not(.eyebrow){margin-top:12px;max-width:710px;color:var(--muted);font-size:15px}.academy-panel .button{flex-shrink:0}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-layout h2{margin-bottom:20px}.faq-layout>.muted{font-size:14px}.faq-list details{border-bottom:1px solid #cbd6cd}.faq-list details:first-child{border-top:1px solid #cbd6cd}summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:58px;padding:15px 0;font-weight:600;font-size:15px;line-height:1.45}summary::-webkit-details-marker{display:none}summary>span{font-size:22px;font-weight:400;flex-shrink:0;transition:transform .15s}details[open]>summary>span{transform:rotate(45deg)}.faq-answer{padding:0 22px 18px 0;color:var(--paper-muted);font-size:14px;line-height:1.65}.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:74px}.contact-copy>p:not(.eyebrow){color:var(--muted);margin-top:20px;font-size:15px;max-width:410px}.email-link{display:inline-block;font-size:18px;color:var(--mint);margin-top:18px;min-height:44px;overflow-wrap:anywhere}.email-link:hover{text-decoration:underline}.mini-process{padding:0;margin:28px 0 0;list-style:none;display:grid;gap:20px}.mini-process li{display:flex;gap:16px}.mini-process li>span{color:var(--mint);font-family:Consolas,monospace;font-size:13px;padding-top:1px}.mini-process strong{font-size:14px}.mini-process p{font-size:12px;color:var(--muted)}.enquiry-form{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);min-width:0}.form-intro{font-weight:700;font-size:19px;margin-bottom:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:16px;min-width:0}.field>label,.outputs>legend{font-size:12px;line-height:1.5;font-weight:600;margin-bottom:7px;display:block}.optional{color:#b0c5b7;font-weight:400}.field input,.field select,.field textarea,.enquiry-result textarea{background:#081810;border:1px solid #3d5c49;border-radius:5px;width:100%;max-width:100%;color:#f2f7f3;min-height:46px;padding:10px 12px;line-height:1.5;font-size:16px;color-scheme:dark}.field textarea{resize:vertical;min-height:115px}.field input::placeholder,.field textarea::placeholder{color:#a7b8ad;font-size:13px}.outputs{margin:0 0 16px;padding:0;border:0;min-inline-size:0}.checks{display:flex;flex-wrap:wrap;gap:5px 14px}.check{display:flex;align-items:center;gap:7px;min-height:36px;cursor:pointer;font-size:12px;white-space:nowrap}.check input{width:17px;height:17px;margin:0;accent-color:var(--mint)}.form-help{font-size:12px;color:var(--muted);line-height:1.55;margin:0 0 17px}.enquiry-form>.button{width:100%}.enquiry-result{margin-top:24px;padding-top:22px;border-top:1px solid #477159}.enquiry-result h3{font-size:18px;color:var(--mint)}.enquiry-result>p{font-size:13px;color:var(--muted);margin:8px 0 16px}.enquiry-result label{display:block;font-size:12px;margin-bottom:7px}.enquiry-result textarea{font-size:13px;min-height:180px;resize:vertical}.enquiry-result .actions{gap:8px;margin-top:14px}.status{font-size:12px;color:var(--mint);min-height:18px;margin-top:10px!important}.site-footer{border-top:1px solid var(--line);padding:30px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:12px}.footer-links a{display:inline-flex;align-items:center;min-height:44px}.footer-links a:hover{color:var(--mint)}.footer-note{width:100%;font-size:11px;color:#acc1b3;padding-top:2px}.footer-note>span{color:#91a99b}.social-links{display:flex;gap:16px;font-size:12px}
/* The optional detail pages keep the homepage focused. */
.page-intro{padding-top:30px;padding-bottom:54px}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px;margin-bottom:42px}.breadcrumb a:hover{color:var(--mint)}.page-intro h1{font-size:clamp(40px,4.8vw,64px);line-height:1.09}.page-lead{font-size:18px;color:var(--muted);max-width:770px;margin-top:22px;line-height:1.7}.topic-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.topic-links a{padding:8px 12px;min-height:42px;font-size:12px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center}.topic-links a:hover{border-color:var(--mint);color:var(--mint)}.scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.scope-card{border:1px solid #cad6cb;border-radius:12px;background:#fafcf8;padding:30px;display:flex;flex-direction:column;align-items:flex-start}.scope-heading h2{font-size:27px;margin-top:10px}.scope-card>p{color:var(--paper-muted);font-size:15px;margin-top:16px}.scope-card dl{font-size:14px;margin:20px 0 10px}.scope-card dt{font-weight:700;margin-top:12px}.scope-card dd{margin:4px 0 0;color:var(--paper-muted)}.scope-check{border-top:1px solid #cdd8cf;width:100%;margin-top:auto}.scope-check summary{font-size:13px;min-height:46px;padding:12px 0}.scope-check p{font-size:13px;color:var(--paper-muted);padding:0 0 16px}.scope-card>.text-link{margin-top:8px}.formats-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.formats-layout h2{margin-bottom:22px}.formats-layout>div>p{color:var(--muted)}.formats-layout .small-note{margin-top:18px}.format-row{display:grid;grid-template-columns:125px 1fr;gap:22px;padding:18px 0;border-bottom:1px solid var(--line)}.format-row:first-child{border-top:1px solid var(--line)}.format-row>strong{font-size:13px;color:var(--mint)}.format-row h3{font-size:16px;letter-spacing:0;margin-bottom:6px}.format-row p{color:var(--muted);font-size:13px}.custom-panel{padding:32px 36px;border:1px solid #365b45;border-radius:14px;background:var(--panel);display:flex;align-items:center;justify-content:space-between;gap:34px;margin-block:0 76px}.custom-panel h2{font-size:28px}.custom-panel p{font-size:14px;color:var(--muted);max-width:730px;margin-top:12px}.custom-panel .button{flex-shrink:0}.case-intro .small-note{margin-top:18px}.showcase-section video{width:100%;height:auto;aspect-ratio:16/9;background:#05100a;border:1px solid var(--line);border-radius:12px;object-fit:contain}.showcase-section .small-note{margin-top:14px}.compact-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.compact-heading h2{font-size:26px}.compact-heading>span{font-size:12px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.gallery-grid figure{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel)}.gallery-link{display:block;position:relative}.gallery-link img{width:100%;aspect-ratio:16/10;height:auto;object-fit:contain;background:#041009}.zoom-label{position:absolute;right:10px;bottom:10px;font-size:11px;background:#05150ee6;padding:7px 10px;border:1px solid var(--line);border-radius:4px}.gallery-grid figcaption{padding:17px 20px 20px}.gallery-grid figcaption strong{font-size:15px}.gallery-grid figcaption p{font-size:12px;line-height:1.65;color:var(--muted);margin-top:6px}.additional-captures{margin-top:22px;border-block:1px solid var(--line)}.extra-links{display:flex;flex-wrap:wrap;gap:20px;padding-bottom:18px;font-size:12px;color:var(--mint)}.extra-links a{min-height:36px;display:flex;align-items:center}.capability-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px}.capability-layout h2{margin-bottom:22px}.capability-layout>.text-link{margin-top:18px}.current-panel{border:1px solid #c3d6c7;background:#f7fbf5;border-radius:12px;padding:24px}.status-tag{font-size:10px;letter-spacing:.06em;color:var(--mint-dark);font-weight:700}.current-panel ul{padding-left:18px;margin:14px 0 0;font-size:14px;color:var(--paper-muted)}.current-panel li+li{margin-top:10px}.roadmap{border-block:1px solid #bfcfc3;margin-top:18px}.roadmap summary{font-size:14px}.roadmap p{font-size:14px;color:var(--paper-muted);padding-bottom:16px}.roadmap>a{display:inline-block;margin-bottom:18px;font-size:13px;text-decoration:underline;color:var(--mint-dark)}.limits{border-left:3px solid #709580;padding:5px 0 5px 18px;margin-top:26px;font-size:13px;color:var(--paper-muted)}.limits>strong{color:var(--ink)}.limits p{margin-top:9px}.source-note{font-size:11px}.image-viewer{width:min(1400px,95vw);max-height:94vh;padding:16px;background:#071510;color:var(--white);border:1px solid var(--line);border-radius:12px;overflow:auto}.image-viewer::backdrop{background:#000d;backdrop-filter:blur(6px)}.viewer-controls{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}.viewer-controls button{background:var(--panel);color:var(--white);border:1px solid var(--line);border-radius:5px;padding:8px 16px;min-height:44px;min-width:44px}.viewer-controls button:hover{border-color:var(--mint)}.image-viewer img{max-height:72vh;width:auto;max-width:100%;margin:auto;object-fit:contain}.image-viewer p{font-size:13px;color:var(--muted);margin-top:14px}.image-viewer>a{display:inline-block;color:var(--mint);font-size:12px;min-height:40px;padding-top:10px}
@media(min-width:1600px){.hero{padding-block:76px}.hero-grid{gap:70px}.hero-copy h1{font-size:72px}}
@media(max-width:1080px){.primary-nav{gap:15px}.header-inner{gap:20px}.brand-wordmark{font-size:19px}.brand-wordmark small{font-size:5.8px}.hero-grid{gap:28px;grid-template-columns:1fr 1fr}.hero-copy h1{font-size:56px}.contact-grid{gap:40px}.faq-layout{gap:44px}.featured-project{gap:34px}.academy-panel{padding:28px 30px}}
@media(max-width:960px){:root{--header:72px}.header-inner{flex-wrap:wrap;gap:0}.menu-toggle{display:inline-flex}.primary-nav{width:100%;gap:8px;flex-wrap:wrap;padding:0 0 16px}.primary-nav a{padding:0 12px}.js .primary-nav{display:none;position:absolute;top:100%;left:0;right:0;width:100%;padding:14px 32px 22px;background:#071510;box-shadow:0 14px 24px #0005;border-bottom:1px solid var(--line)}.js .site-header.menu-open .primary-nav{display:flex}.js .primary-nav>a{width:100%;justify-content:flex-start;min-height:45px}.js .primary-nav>a.button{margin-top:6px;justify-content:center}.hero-copy h1{font-size:48px}.hero-grid{gap:24px}.hero-lead{font-size:18px}.hero-support{font-size:14px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero .actions{gap:8px}.hero .button{padding:11px 14px;font-size:13px}.academy-panel{gap:22px}.scope-card{padding:22px}.capability-layout{gap:34px}}
@media(max-width:760px){.wrap,.header-inner{width:calc(100% - 40px)}.section{padding-block:54px}.hero{padding:40px 0 48px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy h1{font-size:clamp(42px,8vw,62px)}.hero-lead{font-size:19px;max-width:560px}.hero-support{max-width:560px}.hero-visual{max-width:600px;width:100%;margin:auto}.hero .actions{margin-top:22px}.hero .button{min-height:46px;font-size:14px}.location{margin-top:16px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.section-heading>p{max-width:550px}.service-grid{gap:14px}.service-body{padding:15px 16px 8px}.service-body h3{font-size:18px}.service-body p{font-size:13px}.deliverable-line{align-items:flex-start;gap:10px}.featured-project,.contact-grid,.faq-layout,.formats-layout,.capability-layout{grid-template-columns:1fr;gap:30px}.featured-project{gap:28px}.project-preview img{min-height:0;aspect-ratio:2/1}.project-copy h2 br{display:none}.academy-section{padding-bottom:54px}.academy-panel{flex-direction:column;align-items:flex-start;padding:26px}.academy-panel h2{font-size:29px}.academy-panel p:not(.eyebrow){font-size:14px}.faq-layout h2{margin-bottom:12px}.contact-grid{gap:28px}.mini-process{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.mini-process li{flex-direction:column;gap:4px}.mini-process p{font-size:11px;line-height:1.5}.email-link{margin-top:14px}.footer-links{gap:18px}.footer-inner{gap:16px}.site-footer .brand-wordmark{font-size:17px}.site-footer .brand-wordmark small{font-size:5.4px}.page-intro{padding-top:22px;padding-bottom:36px}.breadcrumb{margin-bottom:26px}.page-intro h1{font-size:42px}.page-lead{font-size:16px;margin-top:18px}.scope-grid{grid-template-columns:1fr}.formats-layout h2 br{display:none}.custom-panel{padding:26px;flex-direction:column;align-items:flex-start;margin-bottom:54px;gap:22px}.gallery-grid{gap:14px}.compact-heading{align-items:flex-start;flex-direction:column;gap:6px}.image-viewer{padding:10px}.case-intro .actions .button{font-size:13px}}
@media(max-width:520px){.wrap,.header-inner{width:calc(100% - 32px)}.brand-mark{width:33px;height:36px}.brand-wordmark{font-size:17px}.brand-wordmark small{font-size:5.2px;letter-spacing:.1em}.brand{gap:7px}.menu-toggle{font-size:12px;padding:8px 10px;gap:7px}.js .primary-nav{padding-inline:16px}.hero{padding-top:32px}.hero-copy h1{font-size:46px}.hero-lead{font-size:18px;line-height:1.55;margin-top:20px}.hero-support{font-size:14px}.hero .actions .button{font-size:12px;padding:12px 13px}.hero-visual{border-radius:12px}.section{padding-block:44px}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{display:grid;grid-template-columns:112px 1fr}.service-card>img{width:112px;height:100%;aspect-ratio:auto;object-fit:cover}.service-body{padding:14px 15px 6px}.service-number{font-size:10px}.service-body h3{font-size:18px;margin-top:3px}.service-body p{font-size:13px;margin-top:8px}.service-body .text-link{font-size:12px;margin-top:0}.deliverable-line{flex-direction:column}.deliverable-line strong{font-size:13px}.deliverable-line p>span{font-size:12px}.image-note{font-size:10px}.featured-project{gap:24px}.project-copy>p:not(.eyebrow):not(.project-name){font-size:14px}.project-copy .button{margin-top:20px}.academy-panel{padding:22px}.academy-panel h2{font-size:27px}.academy-section{padding-bottom:44px}.faq-layout{gap:20px}summary{font-size:14px;min-height:58px;gap:16px}.faq-answer{font-size:13px;padding-right:0}.contact-copy>p:not(.eyebrow){font-size:14px;margin-top:16px}.mini-process{display:none}.email-link{font-size:16px}.enquiry-form{padding:20px 16px}.form-row{grid-template-columns:1fr;gap:0}.form-intro{font-size:18px;margin-bottom:20px}.field>label,.outputs>legend{font-size:12px}.check{min-height:38px;font-size:11px}.checks{gap:4px 12px}.form-help{font-size:11px}.enquiry-result .actions{flex-direction:column;align-items:stretch}.footer-inner{align-items:flex-start}.footer-links{gap:14px}.footer-note{font-size:10px}.page-intro h1{font-size:36px}.topic-links a{font-size:11px;padding:8px 10px}.topic-links{gap:6px}.scope-heading h2{font-size:24px}.format-row{grid-template-columns:92px 1fr;gap:12px}.format-row>strong{font-size:11px}.format-row h3{font-size:15px}.custom-panel{margin-bottom:44px}.custom-panel h2{font-size:25px}.gallery-grid{grid-template-columns:1fr}.gallery-grid figcaption{padding:14px 16px 18px}.current-panel{padding:20px}.current-panel ul{font-size:13px}.status-tag{font-size:9px}.case-intro .actions{flex-direction:column;align-items:stretch}.showcase-section video{border-radius:8px}.showcase-section .small-note{font-size:11px}.compact-heading h2{font-size:24px}.image-viewer img{max-height:60vh}.extra-links{flex-direction:column;gap:8px}}
@media(max-width:360px){.brand-wordmark{font-size:15px}.brand-wordmark small{font-size:4.5px}.brand-mark{width:28px}.hero-copy h1{font-size:41px}.hero .actions{flex-direction:column;align-items:stretch}.service-card{grid-template-columns:92px 1fr}.service-card>img{width:92px}.service-body h3{font-size:16px}.service-body p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media print{.site-header,.site-footer,.hero-visual,.menu-toggle,.button,.topic-links,.enquiry-form,video{display:none!important}body,.paper{background:#fff;color:#111}.wrap{width:100%}.section{padding:20px 0}details:not([open])>div{display:block}a{color:#111}.service-grid,.scope-grid{grid-template-columns:1fr 1fr}.page-intro{padding:0}}

.landing-callout{padding:70px 6vw;background:#0b1915;color:#f5faf8;border-top:1px solid #294037}.landing-callout h2{font-size:clamp(32px,4vw,52px);letter-spacing:-2px}.landing-callout p{max-width:850px;color:#a8b8b2;line-height:1.6}
