@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-8.ttf) format('truetype');
}
:root{--navy:#101e35;--blue:#245aec;--ink:#142037;--muted:#606976;--line:#dce0e6;--paper:#f4f6f8;--ease:cubic-bezier(.2,.65,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:white;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;font-weight:600}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f5a623;outline-offset:5px}.skip-link{position:fixed;z-index:100;top:-100px;left:20px;padding:14px;background:white}.skip-link:focus{top:12px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 4.4%;gap:28px;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);transition:box-shadow .3s}.header.scrolled{box-shadow:0 3px 22px #101e3510}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{display:flex;align-items:center;justify-content:center;font-family:Manrope,Arial,sans-serif;font-weight:800;font-size:38px;letter-spacing:-11px;width:49px;height:48px;line-height:1;color:var(--blue);padding-right:11px}.brand-mark span{transform:translateY(7px);color:var(--navy)}.brand-words{font-size:16px;line-height:1.4;font-weight:800;letter-spacing:.7px}.brand-words small{display:block;font-size:10px;letter-spacing:2.2px;font-weight:600}.header nav{display:flex;gap:30px;font-size:14px;font-weight:550}.header nav a{padding:10px 0;position:relative}.header nav a:after{content:'';height:2px;background:var(--blue);position:absolute;bottom:4px;left:0;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .2s}.header nav a:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:56px;background:var(--blue);color:white;font-size:14px;font-weight:650;padding:15px 24px;border:1px solid var(--blue);border-radius:3px;transition:background .2s,transform .2s,box-shadow .2s}.button span{font-size:22px;line-height:1}.button:hover{background:#1947c4;box-shadow:0 8px 24px #245aec22;transform:translateY(-2px)}.button:active{transform:translateY(0)}.header .button{min-height:48px;padding:11px 20px}.menu-toggle{display:none}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:700px;background:var(--paper)}.hero-copy{padding:87px 7% 98px 8.8%;align-self:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--blue);margin-bottom:24px}.hero h1{font-size:clamp(44px,4.45vw,72px);letter-spacing:-2.7px;line-height:1.11;max-width:630px}.hero h1 span{color:var(--blue)}.hero-description{font-size:18px;color:var(--muted);max-width:365px;margin:26px 0 34px}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.call-link{display:flex;align-items:center;gap:12px;line-height:1.6;font-size:16px;font-weight:600}.call-link small{display:block;font-size:9px;letter-spacing:.8px;font-weight:650}.call-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #ccd2db;border-radius:50%;font-size:19px}.hero-note{display:flex;align-items:center;gap:10px;font-size:12px;margin-top:43px;color:#566170}.hero-note>span:first-child{color:var(--blue);font-size:17px}.note-divider{height:14px;width:1px;background:#c8cfd8;margin:0 3px}.hero-image{position:relative;min-width:0;overflow:hidden;background:var(--paper)}.hero-image>img{position:absolute;inset:0;object-position:55% 50%}.hero-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#0c1b32b0)}.image-caption{position:absolute;z-index:1;left:42px;bottom:49px;color:white}.image-caption>span:first-child{font-size:10px;letter-spacing:2px;display:block;margin-bottom:10px}.image-caption>span:last-child{font-family:Manrope,sans-serif;font-size:31px;line-height:1.3;letter-spacing:-.6px}.photo-label{position:absolute;right:18px;top:17px;font-size:10px;padding:4px 8px;background:#ffffffdb;color:#24344c;z-index:1}.scroll-cue{position:absolute;left:4.4%;bottom:27px;font-size:9px;letter-spacing:1.5px;font-weight:600;display:flex;gap:30px;align-items:center}.scroll-cue span{font-size:18px}.service-strip{display:flex;align-items:center;justify-content:center;gap:8%;min-height:78px;background:var(--navy);color:white;font-size:11px;letter-spacing:2px;font-weight:500}.service-strip>span:nth-child(even){color:#7a92bd;font-size:21px}.section{max-width:1440px;margin:auto;padding:105px 6.2%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:46px}.section-heading h2{font-size:clamp(34px,3.3vw,49px);letter-spacing:-1.8px;line-height:1.2}.section-heading>p{max-width:340px;color:var(--muted);font-size:15px;padding-bottom:5px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.service-card{background:var(--paper);overflow:hidden;border-radius:3px}.service-photo{height:310px;position:relative;overflow:hidden}.service-photo img{transition:transform .7s var(--ease)}.service-card:hover img{transform:scale(1.03)}.image-index{position:absolute;left:22px;top:22px;background:#fff;font-size:12px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%}.service-content{padding:30px 32px}.service-content h3{font-size:27px;letter-spacing:-.7px}.service-content p{color:var(--muted);font-size:15px;max-width:390px;margin:16px 0 27px}.service-content a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:14px;font-weight:650}.service-content a span{color:var(--blue);font-size:24px}.about{background:var(--navy);color:white}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about .eyebrow{color:#8cacff}.about h2{font-size:clamp(40px,4.5vw,67px);letter-spacing:-2px;line-height:1.15}.about h2 span{color:#91afff}.about-title>p:last-child{max-width:325px;color:#b6c1d1;margin-top:26px}.reasons>div{display:flex;align-items:center;gap:28px;border-bottom:1px solid #ffffff25;padding:24px 0}.reasons>div:first-child{padding-top:4px}.reasons>div>span{font-size:12px;color:#91afff}.reasons h3{font-size:19px;font-weight:500;line-height:1.4}.licences{color:#b6c1d1;font-size:12px;line-height:1.9;margin-top:28px}.sample-note{display:block;font-size:12px;line-height:1.6;margin-top:9px}.gallery-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.gallery-item{height:440px;position:relative;overflow:hidden;border-radius:3px;background:#d9dfe5}.gallery-item:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#101e35bb)}.gallery-item img{transition:transform .8s var(--ease)}.gallery-item figcaption{position:absolute;left:28px;bottom:27px;color:white;z-index:1;font-size:22px;font-family:Manrope,sans-serif;letter-spacing:-.3px;transition:transform .5s}.gallery-item figcaption span{display:block;font-family:'DM Sans',sans-serif;font-size:9px;letter-spacing:1.7px;margin-top:10px}.gallery-item:hover img{transform:scale(1.045)}.gallery-item:hover figcaption{transform:translateY(-5px)}.quote-section{background:#edf1f7}.quote-layout{display:grid;grid-template-columns:1fr 1.12fr;gap:90px}.quote-copy{padding-top:20px}.quote-copy h2{font-size:clamp(45px,4.6vw,70px);letter-spacing:-2.4px;line-height:1.16}.quote-copy h2 span{color:var(--blue)}.quote-copy>p:not(.eyebrow){margin-top:25px;color:var(--muted)}.quote-contact{margin-top:50px}.quote-contact>span{font-size:10px;letter-spacing:1.6px;display:block;font-weight:650;margin-bottom:12px}.quote-contact>a{display:block;font-size:29px;letter-spacing:-.8px;font-weight:550}.quote-contact>a>span{color:var(--blue);margin-left:23px}.quote-contact .email{font-size:14px;font-weight:400;letter-spacing:0;margin-top:8px;overflow-wrap:anywhere}.quote-area{font-size:13px}.form-card{padding:38px;background:white;border-radius:5px;box-shadow:0 15px 50px #14203708}.form-card h3{font-size:29px;letter-spacing:-.8px}.demo-notice{font-size:12px;line-height:1.55;padding:13px 14px;border-left:2px solid var(--blue);background:#f0f4ff;margin:19px 0 26px;color:#495a73}.demo-notice strong{display:block;color:var(--ink);font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}form label{display:block;font-size:12px;font-weight:600;margin-bottom:18px}form label>span:not(.attach-icon){color:#647186}input:not([type=file]),select,textarea{width:100%;display:block;min-height:46px;border:1px solid #dce1e8;border-radius:3px;background:#fcfcfd;padding:11px 12px;font-size:14px;margin-top:7px;color:var(--ink)}textarea{resize:vertical;min-height:90px}input::placeholder,textarea::placeholder{color:#77808d;opacity:1}select{appearance:auto}.attachment{position:relative;border:1px dashed #bcc8d9;border-radius:3px;padding:16px 12px;text-align:center;margin:4px 0 22px}.attachment label{margin:0;cursor:pointer}.attachment label strong{display:block;font-size:13px}.attachment label>span:last-child{display:block;font-weight:400;font-size:11px;line-height:1.7;margin-top:4px}.attach-icon{font-size:24px;display:block;color:var(--blue);line-height:1.1;margin-bottom:7px}.attachment input{display:block;max-width:100%;margin:10px auto 0;font-size:12px}.attachment input::file-selector-button{border:0;background:#edf1f9;padding:7px 12px;border-radius:3px;color:var(--ink);cursor:pointer}.attachment p{font-size:12px;overflow-wrap:anywhere;margin-top:8px}.clear-files{font-size:12px;border:0;border-bottom:1px solid;background:transparent;color:var(--blue);margin-top:8px}.form-submit{width:100%}.form-footnote{font-size:10px;color:#647186;margin-top:12px;line-height:1.6}#form-status:not(:empty){margin-top:18px;padding:14px;background:#edf3ff;border-left:3px solid var(--blue);font-size:14px}.contact{display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:77px;padding-bottom:77px}.contact .eyebrow{font-size:10px;margin-bottom:16px}.contact h2{font-size:34px;letter-spacing:-1px}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.contact-actions>a:first-child{font-size:24px}.contact-email{font-size:13px;overflow-wrap:anywhere}.text-cta{font-size:13px;color:var(--blue);font-weight:650;margin-top:12px}.text-cta span{margin-left:30px}footer{padding:50px 6.2% 25px;border-top:1px solid var(--line);background:var(--paper)}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:42px}.footer-main p{font-size:12px;line-height:1.8;color:var(--muted)}.footer-main>a:last-child{font-size:10px;letter-spacing:1px}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:24px;font-size:10px;color:var(--muted)}.mobile-actions{display:none}.reveal{transition:opacity .7s var(--ease),transform .7s var(--ease)}.motion .reveal.pending{opacity:0;transform:translateY(22px)}.motion .service-card:nth-child(2){transition-delay:.1s}.hero-copy>*{animation:entrance .8s var(--ease) both}.hero-copy>:nth-child(2){animation-delay:.08s}.hero-copy>:nth-child(3){animation-delay:.16s}.hero-copy>:nth-child(4){animation-delay:.24s}.hero-copy>:nth-child(5){animation-delay:.3s}@keyframes entrance{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.hero{max-width:1800px;margin:auto}.hero-copy{padding-top:110px;padding-bottom:125px}}
@media(max-width:1100px){.header{gap:20px}.header nav{gap:20px}.brand-words{font-size:13px}.brand-words small{font-size:8px}.hero{min-height:660px}.hero-copy{padding-top:65px}.hero h1{font-size:48px}.hero-actions{gap:18px}.hero-note{font-size:11px;gap:6px}.section{padding:80px 5%}.about-inner{gap:55px}.quote-layout{gap:45px}.form-card{padding:28px}.service-photo{height:270px}.contact h2{font-size:29px}}
@media(max-width:800px){html{scroll-padding-top:90px}.header{height:80px;padding:0 5%;gap:15px}.header-quote{margin-left:auto}.header nav{display:none;position:absolute;top:80px;left:0;right:0;background:white;border-top:1px solid var(--line);padding:18px 5% 25px;box-shadow:0 14px 20px #101e350e;flex-direction:column;gap:0}.header nav.open{display:flex}.header nav a{padding:13px 0}.menu-toggle{width:44px;height:44px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column}.menu-toggle span{width:22px;height:2px;background:var(--navy);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{grid-template-columns:1fr 1fr;min-height:620px}.hero-copy{padding:52px 7% 90px 10%}.hero h1{font-size:41px;letter-spacing:-1.7px}.hero-description{font-size:16px}.hero-note{flex-wrap:wrap;max-width:235px;gap:7px;margin-top:27px}.note-divider{display:none}.hero-note>span:first-child{display:none}.image-caption{left:24px;bottom:30px}.image-caption>span:last-child{font-size:25px}.service-strip{gap:5%;font-size:9px;letter-spacing:1.3px}.section-heading{gap:30px}.section-heading>p{max-width:250px;font-size:14px}.section-heading h2{font-size:33px}.service-photo{height:220px}.service-content{padding:24px}.service-content h3{font-size:23px}.service-content a{font-size:12px;gap:15px}.about-inner{gap:40px}.about h2{font-size:46px}.reasons h3{font-size:16px}.reasons>div{gap:16px;padding:20px 0}.gallery-item{height:340px}.gallery-item figcaption{font-size:18px;left:20px}.quote-layout{gap:30px;grid-template-columns:.85fr 1.15fr}.quote-copy h2{font-size:45px}.form-grid{grid-template-columns:1fr}.quote-contact>a{font-size:23px}.contact{gap:30px}.footer-main{flex-wrap:wrap}.footer-bottom{font-size:10px}}
@media(max-width:600px){.header{height:74px}.brand-mark{font-size:31px;width:38px;letter-spacing:-9px;padding-right:9px}.brand{gap:8px}.brand-words{font-size:12px;letter-spacing:.4px}.brand-words small{font-size:7px;letter-spacing:1.5px}.header .header-quote{display:none}.menu-toggle{margin-left:auto}.header nav{top:74px}.hero{display:flex;flex-direction:column}.hero-copy{padding:49px 6% 36px}.eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:20px}.hero h1{font-size:clamp(39px,10.5vw,57px);letter-spacing:-1.8px;max-width:460px}.hero-description{margin:21px 0 25px;max-width:310px;font-size:16px}.hero-actions{gap:18px}.hero-actions .button{padding:14px 18px;gap:22px;font-size:13px;min-height:52px}.call-link{font-size:14px;gap:8px}.call-link small{font-size:7px;letter-spacing:.5px}.call-icon{display:none}.hero-note{max-width:none;flex-wrap:nowrap;margin-top:27px;font-size:10px;gap:8px}.hero-note>span:first-child{display:block}.note-divider{display:block}.hero-image{height:360px;min-height:360px;margin:0 5% 20px;border-radius:3px}.image-caption{left:24px;bottom:27px}.image-caption>span:last-child{font-size:26px}.scroll-cue{display:none}.service-strip{min-height:64px;gap:4%;font-size:8px;letter-spacing:.8px}.service-strip>span:nth-child(even){font-size:14px}.section{padding:64px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:34px;letter-spacing:-1.2px}.section-heading>p{margin-top:22px;max-width:330px;font-size:14px}.service-grid{grid-template-columns:1fr;gap:24px}.service-photo{height:250px}.service-content{padding:25px}.service-content h3{font-size:25px}.service-content p{font-size:14px;margin:14px 0 22px}.service-content a{font-size:13px}.about-inner{grid-template-columns:1fr;gap:36px}.about h2{font-size:49px;letter-spacing:-1.7px}.about-title>p:last-child{font-size:15px;margin-top:23px}.reasons>div{padding:20px 0}.reasons h3{font-size:17px}.licences{font-size:12px}.gallery-grid{grid-template-columns:1fr;gap:18px}.gallery-item{height:340px}.gallery-item:nth-child(2){height:300px}.gallery-item figcaption{font-size:22px;left:24px}.quote-layout{grid-template-columns:1fr;gap:35px}.quote-copy{padding:0}.quote-copy h2{font-size:50px;letter-spacing:-1.7px}.quote-copy>p:not(.eyebrow){font-size:16px}.quote-contact{margin-top:30px}.quote-contact>a{font-size:28px}.quote-contact .email{font-size:13px}.quote-copy .quote-area{display:none}.form-card{padding:25px 20px}.form-card h3{font-size:28px}.form-grid{grid-template-columns:1fr}form label{font-size:13px}input:not([type=file]),select,textarea{font-size:16px}.attachment label strong{font-size:12px}.contact{display:block}.contact h2{font-size:32px;max-width:280px}.contact-actions{margin-top:26px}.contact-email{font-size:12px}.footer-main{display:flex;flex-direction:column;align-items:flex-start;gap:25px;padding-bottom:30px}.footer-bottom{flex-direction:column;gap:10px}footer{padding:38px 6% 100px}.mobile-actions{display:flex;position:fixed;z-index:18;bottom:0;left:0;right:0;padding:10px 5% calc(10px + env(safe-area-inset-bottom));gap:10px;background:#fffffff5;border-top:1px solid var(--line);box-shadow:0 -4px 25px #101e3508}.mobile-actions a{min-height:44px;display:flex;align-items:center;justify-content:center;gap:26px;border:1px solid var(--line);border-radius:3px;font-size:13px;font-weight:600;padding:9px 16px}.mobile-actions a:first-child{flex:1}.mobile-actions a:last-child{flex:2;background:var(--blue);border-color:var(--blue);color:white}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion .reveal.pending{opacity:1;transform:none}.service-card:hover img,.gallery-item:hover img,.gallery-item:hover figcaption,.button:hover{transform:none}}
fieldset{border:0;padding:0;margin:0;min-width:0}
.eyebrow,.call-link small,.hero-note,.scroll-cue,.service-strip,.image-caption>span:first-child,.photo-label,.gallery-item figcaption span,.quote-contact>span,.contact .eyebrow,.footer-main>a:last-child,.footer-bottom,.form-footnote,.attachment label>span:last-child{font-size:12px}
form label,.attachment label strong,.attachment input,.service-content a,.contact-email,.quote-contact .email{font-size:14px}
.hero-description,.service-content p,.section-heading>p{font-size:16px}
.call-link small{font-size:10px}.hero-actions{gap:20px}.call-link{gap:10px}
@media(max-width:600px){.service-strip{font-size:10px;gap:3%;letter-spacing:.5px}.hero-note{font-size:11px}.hero-actions .call-link small{font-size:9px}.hero-actions .call-link{font-size:14px}.hero-actions{gap:16px}.attachment label>span:last-child{font-size:12px}.contact-email{font-size:14px}.footer-bottom{font-size:12px}.hero-note .note-divider{margin:0}}
.quote-layout>*,.form-grid>*{min-width:0}.attachment input{width:100%;min-width:0}.form-submit{gap:12px}
@media(max-width:600px){html{scroll-padding-bottom:90px}.form-submit{font-size:14px}.hero h1{letter-spacing:-1.6px}}

/* Approved supplied logo: preserve artwork proportions; crop only outer whitespace. */
.brand-logo{width:auto;height:88px;object-fit:contain;flex-shrink:0}
.footer-main .brand-logo{height:126px}
@media(max-width:800px){.header{height:94px}.header nav{top:94px}html{scroll-padding-top:104px}}
@media(max-width:600px){.header{height:90px}.header nav{top:90px}.header .brand-logo{height:76px}html{scroll-padding-top:100px}}

/* Real project photography: responsive sources, consistent crops and restrained depth. */
/* Fill the masked top edge from the same photo; the foreground crop stays unchanged. */
.hero-image>picture{position:absolute;inset:0;background-image:image-set(url(images/projects/hero-open-plan-1280.avif) type("image/avif"),url(images/projects/hero-open-plan-1280.webp) type("image/webp"));background-size:cover;background-position:56% calc(50% - 8px)}
.hero-image picture,.service-photo picture,.gallery-item picture{display:block;width:100%;height:100%}
.hero-image picture img,.service-photo picture img,.gallery-item picture img{width:100%;height:100%;object-fit:cover}
/* Hide the supplied photograph’s thin black top edge without moving or resizing it. */
.hero-image picture img{object-position:56% center;clip-path:inset(.5% 0 0)}
.service-photo picture img{transition:transform .7s var(--ease)}
.gallery-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:190px;gap:20px}
.gallery-item{height:auto;min-height:0;box-shadow:0 14px 38px rgba(16,30,53,.08)}
.gallery-item:nth-child(1){grid-column:span 7;grid-row:span 2}
.gallery-item:nth-child(2){grid-column:span 5;grid-row:span 2}
.gallery-item:nth-child(n+3){grid-column:span 4;grid-row:span 2}
.gallery-item:nth-child(5) img{object-position:center 42%}
.motion .gallery-item:nth-child(2){transition-delay:.06s}
.motion .gallery-item:nth-child(3){transition-delay:.04s}
.motion .gallery-item:nth-child(4){transition-delay:.1s}
.motion .gallery-item:nth-child(5){transition-delay:.16s}
@media(max-width:800px){
 .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:300px;gap:18px}
 .gallery-item:nth-child(n){grid-column:auto;grid-row:auto;height:auto}
 .gallery-item:first-child{grid-column:1/-1;min-height:380px}
}
@media(max-width:600px){
 .gallery-grid{grid-template-columns:1fr;grid-auto-rows:300px}
 .gallery-item:nth-child(n){grid-column:auto;grid-row:auto;height:auto;min-height:300px}
 .gallery-item:first-child{min-height:330px}
 .gallery-item figcaption{bottom:22px}
}

/* A single compact service showcase replaces the repeated service cards. */
.service-showcase{overflow:hidden;background:var(--paper);border-radius:4px;box-shadow:0 16px 44px rgba(16,30,53,.08)}
.service-viewport{display:grid}
.service-slide{grid-area:1/1;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(12px);transition:opacity .55s var(--ease),transform .55s var(--ease),visibility 0s linear .55s}
.service-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}
.service-showcase-media{min-height:440px;overflow:hidden;background:#d9dfe5}
.service-showcase-media picture{display:block;width:100%;height:100%}
.service-showcase-media img{width:100%;height:100%;object-fit:cover;transition:transform 7s linear}
.service-slide.is-active .service-showcase-media img{transform:scale(1.025)}
.service-slide:nth-child(2) img{object-position:center 42%}
.service-slide:nth-child(3) img{object-position:center 47%}
.service-showcase-copy{display:flex;flex-direction:column;justify-content:center;padding:48px 44px}
.service-showcase-copy>span{font-size:11px;letter-spacing:1.8px;color:var(--blue);font-weight:700;margin-bottom:22px}
.service-showcase-copy h3{font-size:clamp(28px,2.5vw,38px);letter-spacing:-1.1px}
.service-showcase-copy p{max-width:330px;margin-top:20px;color:var(--muted);font-size:15px}
.service-controls{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 18px 12px 24px;background:white;border-top:1px solid var(--line)}
.service-controls p{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}
.service-controls p>span:first-child{color:var(--blue);font-weight:700}
.service-controls p strong{margin-left:17px;color:var(--ink);font-size:13px;font-weight:600}
.service-controls>div{display:flex;gap:8px}
.service-controls button{width:46px;height:46px;display:grid;place-items:center;border:1px solid #cfd6e1;border-radius:50%;background:white;color:var(--navy);font-size:20px;line-height:1;transition:color .2s,border-color .2s,background .2s,transform .2s}
.service-controls button:hover{color:white;border-color:var(--blue);background:var(--blue);transform:translateY(-1px)}
.service-controls button:active{transform:none}
@media(max-width:800px){
 .service-slide{grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr)}
 .service-showcase-media{min-height:380px}
 .service-showcase-copy{padding:38px 30px}
}
@media(max-width:600px){
 .service-slide{grid-template-columns:1fr;grid-template-rows:260px minmax(210px,auto)}
 .service-showcase-media{min-height:0}
 .service-showcase-copy{padding:28px 24px 32px}
 .service-showcase-copy>span{margin-bottom:13px}
 .service-showcase-copy p{margin-top:14px;font-size:14px}
 .service-controls{min-height:70px;padding:11px 14px 11px 20px}
 .service-controls p{display:block;line-height:1.4}
 .service-controls p strong{display:block;margin:3px 0 0;font-size:12px}
}
@media(prefers-reduced-motion:reduce){
 .service-slide,.service-showcase-media img,.service-controls button{transition:none}
 .service-slide.is-active .service-showcase-media img{transform:none}
}

/* Reserve room for the two-line service name on narrow phones. */
@media(max-width:360px){.service-controls{min-height:78px}}
