@font-face{font-family:Inter;src:url('../fonts/inter-latin-variable.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-500-latin.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-600-latin.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-700-latin.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:'Droid Arabic Naskh';src:url('../fonts/droid-arabic-naskh-700.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}

:root{
  --navy:#003049;
  --navy-90:rgba(0,48,73,.92);
  --navy-75:rgba(0,48,73,.78);
  --yellow:#fcdd00;
  --gold:#fcbf49;
  --orange:#f77f00;
  --orange-dark:#9b3d00;
  --ink:#102733;
  --body:#596970;
  --white:#fff;
  --mist:#f6f6f6;
  --line:#d9e0e3;
  --container:84.375rem;
  --section:clamp(4.5rem,7vw,6rem);
  --shadow:0 20px 50px rgba(0,48,73,.14);
}

*,*::before,*::after{box-sizing:border-box}
html{overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:7rem}
body{margin:0;overflow-x:hidden;background:var(--white);color:var(--body);font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input{font:inherit}
button{cursor:pointer}
h1,h2,h3{margin:0;color:var(--navy);font-family:'Droid Arabic Naskh',Poppins,sans-serif;font-weight:700;line-height:1.05;letter-spacing:-.02em;text-wrap:balance}
h1{font-size:clamp(2.55rem,5.2vw,5rem)}
h2{font-size:clamp(2.15rem,4.2vw,3.55rem)}
h3{font-family:Poppins,sans-serif;font-size:clamp(1.22rem,2vw,1.55rem);line-height:1.25;letter-spacing:-.01em}
p{margin:0 0 1.25rem;text-wrap:pretty}
ul,ol{margin:0;padding:0}
[hidden]{display:none!important}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;padding:0!important;white-space:nowrap!important}

.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}
.narrow{width:min(100%,48rem)}
.section{padding-block:var(--section)}
.section--mist{background:var(--mist)}
.section--navy{background:var(--navy);color:#dbe6eb}
.section--navy h2,.section--navy h3{color:var(--white)}
.section-header{max-width:49rem;margin-bottom:clamp(2rem,4vw,3.25rem)}
.section-header--center{margin-inline:auto;text-align:center}
.section-header p{max-width:43rem;margin-top:1rem;font-size:1.08rem}
.section-header--center p{margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:.8rem;color:var(--orange-dark);font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.eyebrow::before{content:'';width:2.2rem;height:.22rem;background:var(--yellow)}
.eyebrow--light{color:var(--yellow)}
.lede{font-size:clamp(1.08rem,1.6vw,1.25rem);line-height:1.65}
.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;transform:translateY(-180%);background:var(--yellow);color:#000;padding:.75rem 1rem;font-weight:700}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--orange-dark);outline-offset:4px}

.button{display:inline-flex;min-height:3.45rem;align-items:center;justify-content:center;gap:.65rem;border:2px solid transparent;background:var(--yellow);color:#081a22;font-family:Poppins,sans-serif;font-weight:600;line-height:1;padding:.95rem 1.8rem;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}
.button:hover{background:var(--orange);transform:translateY(-2px)}
.button--outline{border-color:currentColor;background:transparent;color:var(--white)}
.button--outline:hover{border-color:var(--yellow);background:var(--yellow);color:#071b25}
.button--navy{background:var(--navy);color:var(--white)}
.button--navy:hover{background:var(--orange);color:#071b25}
.text-link{display:inline-flex;align-items:center;gap:.55rem;color:var(--navy);font-family:Poppins,sans-serif;font-weight:600;text-decoration:none}
.text-link::after{content:'\2192';color:var(--orange);font-size:1.3em;transition:transform .2s ease}
.text-link:hover::after{transform:translateX(.25rem)}

.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid rgba(0,48,73,.1);background:rgba(255,255,255,.97);box-shadow:0 5px 20px rgba(0,48,73,.05);backdrop-filter:blur(10px)}
.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:6rem;align-items:center;gap:clamp(1rem,2.4vw,2.5rem)}
.brand{display:flex;align-items:center;gap:.95rem;color:var(--navy);text-decoration:none}
.brand-logo{display:block;text-decoration:none}
.brand img{width:clamp(10rem,18vw,14.0625rem);height:auto}
.brand-tag{border-left:1px solid var(--line);color:var(--navy);font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.13em;line-height:1.25;padding:.35rem 0 .35rem .95rem;text-decoration:none;text-transform:uppercase}
.header-phone{display:flex;align-items:center;gap:.65rem;color:var(--navy);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;white-space:nowrap}
.header-phone svg{width:1.6rem;height:1.6rem;color:var(--orange)}
.header-phone strong{display:block;font-size:1rem}
.site-nav{justify-self:end}
.site-nav__list{display:flex;align-items:center;gap:clamp(.8rem,1.2vw,1.35rem);list-style:none}
.site-nav a{position:relative;color:#0b2029;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;white-space:nowrap}
.site-nav .button{min-height:3rem;padding:.8rem 1.25rem}
.site-nav a:not(.button)::after{position:absolute;right:0;bottom:-.45rem;left:0;height:2px;transform:scaleX(0);background:var(--orange);content:'';transition:transform .2s ease}
.site-nav a[aria-current='page'],.site-nav a:hover{color:var(--orange-dark)}
.site-nav a[aria-current='page']::after,.site-nav a:hover::after{transform:scaleX(1)}
.menu-toggle{display:none;width:3rem;height:3rem;align-items:center;justify-content:center;border:0;background:var(--navy);color:var(--white)}
.menu-toggle svg{width:1.5rem;height:1.5rem}

.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--navy);color:var(--white)}
.hero--home{min-height:clamp(42rem,78vh,52rem);display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(26rem,.95fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);padding-block:clamp(4.5rem,8vw,7.5rem) clamp(7rem,10vw,10rem)}
.hero-copy{position:relative;z-index:2;max-width:46rem}
.hero h1{color:var(--white)}
.hero-copy .lede{max-width:42rem;margin-top:1.35rem;color:#dbe5e9;text-wrap:pretty}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.hero-proof{display:flex;flex-wrap:wrap;gap:.65rem 1.5rem;margin-top:2rem;color:#fff;font-family:Poppins,sans-serif;font-size:.9rem}
.hero-proof span{display:flex;align-items:center;gap:.5rem}
.hero-proof span::before{display:grid;width:1.25rem;height:1.25rem;place-items:center;background:var(--yellow);color:var(--navy);content:'\2713';font-size:.75rem;font-weight:900}
.hero-mosaic{position:relative;display:grid;height:clamp(30rem,52vw,42rem);grid-template-columns:1.05fr .9fr;grid-template-rows:1fr 1fr;gap:.75rem}
.hero-mosaic::before{position:absolute;z-index:-1;inset:-1.6rem -1.6rem 1.6rem 1.6rem;border:1px solid rgba(252,221,0,.45);content:''}
.hero-mosaic picture{min-width:0;overflow:hidden;background:#17445a}
.hero-mosaic picture:first-child{grid-row:1/3}
.hero-mosaic img{width:100%;height:100%;object-fit:cover}
.hero-mosaic picture:first-child img{object-position:center 46%}
.hero-mosaic picture:nth-child(2) img{object-position:center 55%}
.hero-mosaic picture:nth-child(3) img{object-position:center 48%}
.inner-hero{min-height:clamp(21rem,40vh,31rem);display:flex;align-items:end}
.inner-hero__media,.inner-hero__overlay{position:absolute;z-index:-2;inset:0}
.inner-hero__media img{width:100%;height:100%;object-fit:cover}
.inner-hero__overlay{z-index:-1;background:linear-gradient(90deg,rgba(0,48,73,.94) 0%,rgba(0,48,73,.78) 54%,rgba(0,48,73,.45) 100%)}
.inner-hero__content{max-width:53rem;padding-block:clamp(4rem,8vw,7rem)}
.inner-hero h1{font-size:clamp(2.7rem,5vw,4.5rem)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.2rem;color:#dbe5e9;font-size:.9rem;list-style:none}
.breadcrumbs li+li::before{margin-right:.45rem;color:var(--yellow);content:'/'}
.breadcrumbs a{color:inherit}

.trust-wrap{position:relative;z-index:5;margin-top:clamp(-5.5rem,-7vw,-4rem)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);box-shadow:var(--shadow)}
.trust-item{min-height:12rem;border-right:1px solid rgba(255,255,255,.2);padding:2rem 1.55rem;color:#dbe5e9;text-align:center}
.trust-item:last-child{border-right:0}
.trust-icon{display:grid;width:3rem;height:3rem;margin:0 auto 1rem;place-items:center;background:var(--yellow);color:var(--navy);font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700}
.trust-item h3{margin-bottom:.6rem;color:var(--white);font-size:1.08rem}
.trust-item p{margin:0;font-size:.94rem;line-height:1.55}

.split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(2.5rem,6vw,6.5rem)}
.split--reverse .split__media{order:2}
.split__media{position:relative}
.split__media::after{position:absolute;z-index:-1;right:-1rem;bottom:-1rem;width:44%;height:44%;background:var(--yellow);content:''}
.split__media img{width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow)}
.tick-list{display:grid;gap:.8rem;margin:1.5rem 0 2rem;list-style:none}
.tick-list li{display:grid;grid-template-columns:1.4rem 1fr;gap:.7rem}
.tick-list li::before{display:grid;width:1.3rem;height:1.3rem;margin-top:.2rem;place-items:center;background:var(--yellow);color:var(--navy);content:'\2713';font-size:.75rem;font-weight:900}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.service-card{display:flex;min-width:0;flex-direction:column;background:var(--white);box-shadow:0 12px 34px rgba(0,48,73,.09)}
.service-card__media{position:relative;overflow:hidden}
.service-card__media img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}
.service-card:hover .service-card__media img{transform:scale(1.035)}
.service-card__body{display:flex;flex:1;flex-direction:column;padding:1.55rem}
.service-card h3{margin-bottom:.7rem}
.service-card p{flex:1}
.service-card .text-link{align-self:flex-start}
.comparison-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(18rem,.92fr);align-items:center;gap:clamp(2.5rem,6vw,6rem)}
.comparison{--position:50%;position:relative;overflow:hidden;aspect-ratio:3/4;background:#cbd4d8;box-shadow:var(--shadow)}
.comparison picture,.comparison img{position:absolute;inset:0;width:100%;height:100%}
.comparison img{object-fit:cover;object-position:center}
.comparison__after{clip-path:inset(0 0 0 var(--position))}
.comparison__line{position:absolute;z-index:4;top:0;bottom:0;left:var(--position);width:3px;transform:translateX(-1px);background:var(--yellow);pointer-events:none}
.comparison__handle{position:absolute;top:50%;left:50%;display:grid;width:3.25rem;height:3.25rem;transform:translate(-50%,-50%);place-items:center;border:3px solid var(--navy);background:var(--yellow);color:var(--navy);font-weight:900}
.comparison__label{position:absolute;z-index:3;top:1rem;background:var(--navy-90);color:var(--white);font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.09em;padding:.45rem .65rem;text-transform:uppercase}
.comparison__label--before{left:1rem}
.comparison__label--after{right:1rem}
.comparison input{position:absolute;z-index:5;inset:0;width:100%;height:100%;margin:0;cursor:ew-resize;opacity:0}
.comparison:focus-within{outline:4px solid var(--orange);outline-offset:4px}
.comparison-note{margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--line)}
.comparison-note strong{color:var(--navy);font-family:Poppins,sans-serif}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;counter-reset:steps}
.process-step{position:relative;border-top:4px solid var(--yellow);background:var(--white);padding:1.7rem;counter-increment:steps;box-shadow:0 10px 30px rgba(0,48,73,.07)}
.process-step::before{display:block;margin-bottom:.75rem;color:var(--orange-dark);content:'0' counter(steps);font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.1em}
.process-step p{margin:0}

.quote-band{position:relative;overflow:hidden;background:var(--navy);color:#dbe5e9}
.quote-band::after{position:absolute;right:-8rem;bottom:-12rem;width:28rem;height:28rem;border:4rem solid rgba(252,221,0,.08);border-radius:50%;content:''}
.quote-band__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding-block:clamp(3.2rem,6vw,5rem)}
.quote-band h2{max-width:50rem;color:var(--white)}
.quote-band p{max-width:43rem;margin-top:1rem}
.quote-band__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.8rem}

.service-detail-grid{display:grid;gap:1rem}
.service-detail{display:grid;grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);min-height:22rem;background:var(--white);box-shadow:0 12px 35px rgba(0,48,73,.07)}
.service-detail:nth-child(even) .service-detail__media{order:2}
.service-detail__media img{width:100%;height:100%;object-fit:cover}
.service-detail__body{align-self:center;padding:clamp(1.7rem,4vw,3.5rem)}
.service-detail__body h2{font-size:clamp(1.85rem,3.2vw,2.75rem)}
.service-detail__body p{margin-top:1rem}
.scope-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.scope-card{border-left:4px solid var(--yellow);background:#0b3b53;padding:1.5rem}
.scope-card h3{color:var(--white)}
.scope-card p{margin:.65rem 0 0}

.faq-list{display:grid;max-width:58rem;margin-inline:auto;border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--navy);font-family:Poppins,sans-serif;font-size:1.08rem;font-weight:600;padding:1.4rem 0;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;background:var(--yellow);content:'+';font-size:1.25rem}
.faq-list details[open] summary::after{content:'\2212'}
.faq-list details p{max-width:50rem;padding:0 0 1.35rem}

.filter-bar{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:2.2rem}
.filter-button{min-height:2.8rem;border:1px solid var(--navy);background:var(--white);color:var(--navy);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;padding:.65rem 1rem}
.filter-button:hover,.filter-button[aria-pressed='true']{border-color:var(--navy);background:var(--navy);color:var(--white)}
.projects-grid{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(12,1fr);gap:1rem}
.project-card{position:relative;grid-column:span 4;min-height:23rem;overflow:hidden;background:var(--navy)}
.project-card:nth-child(7n+1),.project-card:nth-child(7n+5){grid-column:span 8}
.project-card>a:first-child{position:absolute;inset:0;display:block}
.project-card picture,.project-card img{width:100%;height:100%}
.project-card img{object-fit:cover;transition:transform .55s ease}
.project-card:hover img{transform:scale(1.035)}
.project-card__overlay{position:absolute;inset:auto 0 0;padding:4.7rem 1.4rem 1.4rem;background:linear-gradient(transparent,rgba(0,30,45,.94));color:var(--white)}
.project-card__tag{display:inline-block;margin-bottom:.5rem;color:var(--yellow);font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.project-card h2{color:var(--white);font-family:Poppins,sans-serif;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.25}
.project-card__overlay p{margin:.45rem 0 0;color:#dbe5e9;font-size:.9rem}
.project-card__overlay>span{display:block}
.project-card__title{color:var(--white);font-family:Poppins,sans-serif;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:600;line-height:1.25}
.project-card__action{margin-top:.45rem;color:#dbe5e9;font-size:.9rem}
.project-card>a:first-child:focus-visible{outline:4px solid var(--yellow);outline-offset:-7px}
.gallery-link--hidden{display:none!important}
.site-footer{background:var(--navy);color:#dbe5e9}
.footer-main{display:grid;grid-template-columns:minmax(18rem,1.25fr) repeat(2,minmax(10rem,.65fr));gap:clamp(2rem,5vw,5rem);padding-block:clamp(3.5rem,6vw,5.5rem)}
.footer-brand img{width:14rem;margin-bottom:1.5rem;filter:brightness(0) invert(1)}
.footer-brand p{max-width:34rem}
.footer-heading{margin-bottom:1rem;color:var(--white);font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.footer-links{display:grid;gap:.7rem;list-style:none}
.footer-links a{color:var(--white);text-decoration:none}
.footer-links a:hover{color:var(--yellow)}
.footer-contact a{display:block;color:var(--white);font-family:Poppins,sans-serif;font-weight:600;text-decoration:none}
.footer-contact a+a{margin-top:.55rem}
.footer-contact p{margin-top:1rem}
.footer-contact .button{color:#081a22}
.footer-legal{border-top:1px solid rgba(255,255,255,.16);background:#001b29;color:#b8c9d0;padding-block:1rem;font-size:.82rem}
.footer-legal__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem}

.mobile-actions{display:none}

@media (min-width:68.01rem){
  .hero--home .hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(24rem,.82fr);gap:clamp(3rem,4.5vw,4.5rem)}
  .hero--home h1{max-width:44rem;font-size:clamp(3rem,4.35vw,4.15rem);text-wrap:balance}
  .hero--home .hero-copy .lede{max-width:44rem}
}

@media (max-width:78rem){
  .header-inner{grid-template-columns:auto 1fr auto}.header-phone{justify-self:end}.site-nav{position:fixed;top:0;right:0;width:min(88vw,26rem);height:100vh;height:100dvh;overflow-y:auto;transform:translateX(105%);visibility:hidden;pointer-events:none;background:var(--navy);box-shadow:-20px 0 50px rgba(0,0,0,.25);padding:7rem 2rem 2rem;transition:transform .25s ease,visibility 0s linear .25s}.menu-open .site-nav{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .25s ease}.site-nav__list{align-items:flex-start;flex-direction:column;gap:.3rem}.site-nav a:not(.button){display:block;color:#fff;font-size:1.1rem;padding:.7rem 0}.site-nav .button{align-self:flex-start;min-height:2.9rem;margin-top:1rem;padding:.75rem 1.2rem}.site-nav a[aria-current='page'],.site-nav a:hover{color:var(--yellow)}.menu-toggle{position:relative;z-index:102;display:flex;grid-column:3;justify-self:end}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(22rem,.8fr);gap:2.5rem}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.project-card,.project-card:nth-child(7n+1),.project-card:nth-child(7n+5){grid-column:auto}.project-card{min-height:22rem}
}

@media (max-width:50rem){
  html{scroll-padding-top:5.5rem}.container{width:min(calc(100% - 1.5rem),var(--container))}.header-inner{min-height:5.25rem;gap:.7rem}.brand{gap:.55rem}.brand img{width:10.5rem}.brand-tag{font-size:.62rem;padding-left:.55rem}.header-phone{display:none}.hero--home{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:3.5rem}.hero-copy{max-width:none}.hero-mosaic{height:31rem}.trust-wrap{margin-top:-2.5rem}.split,.comparison-grid{grid-template-columns:1fr}.split--reverse .split__media{order:0}.comparison{width:min(100%,30rem);margin-inline:auto}.service-detail{grid-template-columns:1fr}.service-detail:nth-child(even) .service-detail__media{order:0}.service-detail__media img{aspect-ratio:4/3}.scope-grid{grid-template-columns:1fr}.quote-band__inner{grid-template-columns:1fr}.quote-band__actions{justify-content:flex-start}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}

@media (max-width:37rem){
  body{padding-bottom:4rem}.brand-tag{display:none}.hero--home h1{font-size:2.35rem}.hero-grid{padding-bottom:6rem}.hero-mosaic{height:27rem;gap:.45rem}.hero-mosaic::before{display:none}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.trust-grid,.service-grid,.process-grid,.projects-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.trust-item:last-child{border-bottom:0}.service-card__media img{aspect-ratio:5/4}.project-card{min-height:25rem}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.mobile-actions{position:fixed;z-index:90;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -8px 25px rgba(0,48,73,.18)}.mobile-actions a{display:flex;min-height:4rem;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.18);background:var(--navy);color:var(--white);font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none}.mobile-actions a:last-child{border-right:0;background:var(--yellow);color:#061a24}.footer-legal__inner{display:block}.footer-legal__inner span{display:block}.footer-legal__inner span+span{margin-top:.3rem}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover,.service-card:hover .service-card__media img,.project-card:hover img{transform:none}}
