:root{--navy:#315873;--blue:#0d70c7;--blue-2:#2788de;--orange:#ff7300;--ink:#263f52;--muted:#607586;--line:#d9e3ea;--soft:#f3f7fa;--white:#fff;--shadow:0 12px 34px rgba(38,63,82,.13);--shell:min(1320px,calc(100% - 60px));--heading:"Montserrat",Arial,sans-serif;--body:"Inter",Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:var(--body);font-size:15px;line-height:1.68}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4{font-family:var(--heading);line-height:1.08;margin:0 0 .75em;color:var(--ink)}
h1{font-size:clamp(2.5rem,5.4vw,5rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,3.2vw,3.15rem);letter-spacing:-.035em}
h3{font-size:1.1rem;line-height:1.3}
p{margin:0 0 1.2em;color:var(--muted)}
ul{margin:0;padding:0}
.shell{width:var(--shell);margin-inline:auto}
.narrow{max-width:780px}
.center{text-align:center}
.section{padding:68px 0}
.section-tight{padding:44px 0}
.section-soft{background:var(--soft)}
.skip-link{position:fixed;left:15px;top:-70px;background:#fff;padding:12px 18px;z-index:9999;box-shadow:var(--shadow)}
.skip-link:focus{top:15px}
.topbar{background:#17364d;color:#d2dce4;font-size:.73rem}
.topbar-inner{height:34px;display:flex;justify-content:space-between;align-items:center}
.topbar-inner>div{display:flex;gap:22px}
.topbar a:hover{color:#fff}
.site-header{height:79px;background:#fff;position:relative;z-index:100;border-bottom:1px solid rgba(14,53,94,.09);box-shadow:0 4px 15px rgba(5,35,69,.06)}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;min-width:255px}
.brand-logo{display:block;width:250px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.main-nav{height:100%;display:flex;align-items:center;gap:25px;font-size:.76rem;font-weight:700;text-transform:uppercase}
.main-nav>a,.nav-drop>a{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}
.main-nav>a:not(.btn):after,.nav-drop>a:after{content:"";height:3px;background:var(--orange);position:absolute;left:0;right:100%;bottom:0;transition:.25s}
.main-nav>a.active:after,.main-nav>a:hover:after,.nav-drop>a.active:after,.nav-drop>a:hover:after{right:0}
.nav-drop{height:100%;position:relative}
.nav-drop>a span{margin-left:5px}
.drop-menu{position:absolute;top:calc(100% - 1px);left:-25px;background:#fff;width:245px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;border-top:3px solid var(--orange)}
.drop-menu a{display:block;padding:10px 12px;border-radius:4px;text-transform:none;font-weight:600}
.drop-menu a:hover{background:var(--soft);color:var(--blue)}
.main-nav>.nav-drop:last-of-type .drop-menu{left:auto;right:-18px}
.nav-drop:hover .drop-menu,.nav-drop:focus-within .drop-menu{opacity:1;visibility:visible;transform:none}
.menu-toggle{display:none;background:none;border:0;width:44px;padding:8px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid transparent;text-transform:uppercase;font-size:.72rem;font-weight:800;letter-spacing:.035em;transition:.22s;cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(9,41,76,.18)}
.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:#e95b00}
.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--navy)}
.btn-outline{border-color:#8fa0b6;color:var(--navy);background:#fff}
.btn-outline-light{border-color:rgba(255,255,255,.65);color:#fff}
.btn-small{min-height:38px;padding:0 15px;font-size:.61rem}
.btn-wide{width:100%}
.nav-cta{height:38px!important}
.hero{min-height:560px;position:relative;background:#dce6ec;overflow:hidden;--hero-delay:6000ms}
.hero:after{display:none}.hero-slide:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 33%,rgba(255,255,255,.1) 64%);pointer-events:none}
.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;z-index:0;display:flex;align-items:center;opacity:0;visibility:hidden;pointer-events:none;will-change:opacity;transition:opacity .42s cubic-bezier(.22,.7,.25,1),visibility 0s linear .42s}.hero-slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .42s cubic-bezier(.22,.7,.25,1),visibility 0s}
.hero-media{position:absolute;z-index:0;inset:0;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.065);will-change:transform;transition:transform 6.8s cubic-bezier(.2,.7,.2,1)}.hero-slide.is-active .hero-media img{transform:scale(1)}.hero-slide[data-hero-slide="1"] .hero-media img{object-position:center 62%}.hero-slide[data-hero-slide="2"] .hero-media img{object-position:center 48%}
.hero-content{position:relative;z-index:2;padding:48px 0;opacity:1;transform:translate3d(-10px,10px,0);transition:transform .52s cubic-bezier(.22,.8,.25,1)}.hero-slide.is-active .hero-content{opacity:1!important;transform:none}.hero-slide.is-active .hero-content :is(h1,p,.button-row){opacity:1}
.hero h1{text-transform:uppercase;max-width:790px;font-size:clamp(2.75rem,4.2vw,3.75rem);line-height:.98}
.hero h1 span,.inner-hero h1 span{color:var(--orange)}
.hero p{max-width:580px;color:#3e526b;font-size:1rem}
.hero-slider-controls{position:absolute;z-index:4;left:50%;bottom:42px;transform:translateX(-50%);display:flex;align-items:center;justify-content:flex-end;gap:6px;pointer-events:none}.hero-slider-controls button{pointer-events:auto;border:1px solid rgba(49,88,115,.25);border-radius:4px;background:rgba(255,255,255,.94);color:var(--navy);width:42px;height:42px;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 18px rgba(9,41,76,.12);backdrop-filter:blur(9px);transition:background .25s,color .25s,transform .25s,border-color .25s,box-shadow .25s}.hero-slider-controls button:hover,.hero-slider-controls button:focus-visible{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(9,41,76,.2)}.hero-arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hero-dots{height:42px;display:flex;align-items:center;gap:7px;padding:0 13px;border-radius:4px;background:rgba(255,255,255,.94);border:1px solid rgba(49,88,115,.25);box-shadow:0 7px 18px rgba(9,41,76,.12);backdrop-filter:blur(9px)}.hero-dots button{width:8px;height:8px;min-width:8px;padding:0;border:0;border-radius:50%;background:#94a8b7;box-shadow:none}.hero-dots button:hover,.hero-dots button:focus-visible{transform:scale(1.2);background:var(--blue);box-shadow:none}.hero-dots button.is-active{width:25px;border-radius:8px;background:var(--orange)}.hero-toggle{position:relative}.hero-pause-icon{display:flex;gap:3px}.hero-pause-icon i{display:block;width:3px;height:13px;background:currentColor}.hero-toggle[aria-pressed="true"] .hero-pause-icon{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor}.hero-toggle[aria-pressed="true"] .hero-pause-icon i{display:none}
.hero-slider-progress{position:absolute;z-index:4;left:0;right:0;bottom:0;height:4px;background:rgba(49,88,115,.14)}.hero-slider-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--orange),#ff9a3d);transform:scaleX(0);transform-origin:left}.hero-slider.is-playing .hero-slider-progress span{animation:heroProgress var(--hero-delay) linear both}.hero-slider.is-user-paused .hero-slider-progress span{animation-play-state:paused}@keyframes heroProgress{to{transform:scaleX(1)}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.button-row{display:flex;gap:12px;margin-top:28px}
.stats-strip{position:relative;z-index:10;margin-top:-34px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);min-height:94px}
.stats-strip.has-five{grid-template-columns:repeat(5,1fr)}
.stats-strip.stats-dark{width:100%;margin-top:0;background:var(--navy);box-shadow:none;color:#fff}
.stats-strip.stats-dark>div{border-color:rgba(255,255,255,.15)}
.stats-strip.stats-dark strong{color:#fff}.stats-strip.stats-dark small{color:#c8d8ea}
.stats-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;border-right:1px solid var(--line)}
.stats-strip>div:last-child{border-right:0}
.stats-strip img{width:48px;height:48px;object-fit:contain}
.stats-strip span{display:flex;flex-direction:column}
.stats-strip strong{font:800 1.1rem/1.2 var(--heading);color:var(--navy)}
.stats-strip small{font-size:.66rem;color:var(--muted);text-transform:uppercase}
.section-heading{text-align:center;max-width:760px;margin:0 auto 32px}
.section-heading>span,.eyebrow{color:var(--orange);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.section-heading h2{text-transform:uppercase;font-size:clamp(1.85rem,3vw,2.7rem);margin-top:5px}
.section-heading p{max-width:660px;margin:10px auto 0}
/* Small brand dividers echo the orange/blue rules used in the client references. */
.section-heading h2:after,
:is(.coverage-preview-copy,.story-grid,.split,.province-panel,.active-provinces-grid,.project-overview,.transformation-grid) .eyebrow+h2:after,
.contact-card>h2:after,
.inquiry-card>h2:after,
.service-reference-overview h2:after,
.service-reference-scope>.shell>h2:after,
.service-reference-process>.shell>h2:after,
.service-reference-gallery>.shell>h2:after,
.service-reference-quality>.shell>h2:after,
.achievement-grid h2:after,
.result-panel-grid h2:after,
.outcomes .eyebrow+h2:after{
  content:"";display:block;width:58px;height:4px;margin:13px 0 0;border-radius:3px;
  background:linear-gradient(90deg,var(--orange) 0 38px,transparent 38px 44px,var(--blue) 44px 58px);
  transform-origin:left center;transition:transform .3s ease
}
.section-heading h2:after{margin-inline:auto;transform-origin:center}
.section-heading:hover h2:after,
:is(.coverage-preview-copy,.story-grid,.split,.province-panel,.active-provinces-grid,.project-overview,.transformation-grid):hover .eyebrow+h2:after,
.contact-card:hover>h2:after,
.inquiry-card:hover>h2:after{transform:scaleX(1.13)}
.license-band .section-heading h2:after,
.outcomes .eyebrow+h2:after{background:linear-gradient(90deg,var(--orange) 0 38px,transparent 38px 44px,#fff 44px 58px)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.service-card{border:1px solid var(--line);padding:22px 20px 20px;background:#fff;min-height:0;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}
.service-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--orange);transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card:hover:before{height:100%}
.service-card img{width:58px;height:58px;object-fit:contain;margin-bottom:13px}
.service-card h3{text-transform:uppercase;font-size:.92rem;line-height:1.28;margin-bottom:8px;letter-spacing:-.01em}
.service-card p{font-size:.78rem;line-height:1.55;margin-bottom:10px}
.service-card .text-link{margin-top:8px}
.text-link{color:var(--blue);font-weight:800;text-transform:uppercase;font-size:.68rem;margin-top:auto}
.text-link span{color:var(--orange);margin-left:4px}
.services-home .center,.section-soft .center{margin-top:35px}
.services-home .service-grid{grid-template-columns:repeat(7,1fr);gap:8px}
.services-home .service-card{padding:20px 18px 18px;min-height:0}
.services-home .service-card img{width:55px;height:55px;margin-bottom:12px}
.services-home .service-card h3{font-size:.82rem;line-height:1.28;margin-bottom:8px}
.services-home .service-card p{font-size:.74rem;line-height:1.55;margin-bottom:8px}
.services-home .service-card .text-link{font-size:.66rem;margin-top:7px}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.featured-home .project-grid{grid-template-columns:repeat(6,1fr);gap:10px}
.featured-home .project-media{height:145px}
.featured-home .project-body{padding:16px 16px 15px}
.featured-home .project-body h3{font-size:.86rem;line-height:1.32;margin-bottom:8px}
.featured-home .project-body>p{font-size:.74rem;line-height:1.55;margin-bottom:9px}
.featured-home .project-meta{display:block}.featured-home .project-meta strong{display:block;margin-top:4px}
.featured-home{background:#fff}
.featured-home .project-body{min-height:0;display:flex;flex-direction:column}
.featured-home .project-body .text-link{font-size:.66rem;margin-top:7px}
.project-card{background:#fff;border:1px solid var(--line);transition:.25s;overflow:hidden}
.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.project-media{display:block;height:190px;position:relative;overflow:hidden}
.project-media img{width:100%;height:100%;object-fit:cover;transition:.4s}
.project-card:hover .project-media img{transform:scale(1.04)}
.project-media>span{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;padding:5px 9px;font-weight:800;font-size:.58rem;text-transform:uppercase}
.project-body{padding:20px}
.project-category{font-size:.64rem;color:var(--orange);text-transform:uppercase;font-weight:800;margin-bottom:5px}
.project-body h3{font-size:1rem;margin-bottom:8px}
.project-body>p{font-size:.78rem}
.project-meta{border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;font-size:.66rem;color:var(--muted)}
.project-meta strong{color:var(--blue)}
.split{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}
.split h2{font-size:clamp(2.2rem,4vw,3.6rem);text-transform:uppercase}
.check-list{display:grid;gap:9px;margin:20px 0 28px}
.check-list li{list-style:none;color:var(--ink);font-weight:600}
.check-list li:before{content:"✓";display:inline-grid;place-items:center;background:#e8f4ff;color:var(--blue);border-radius:50%;width:22px;height:22px;margin-right:10px;font-size:.7rem}
.map-card{background:#fff;padding:22px;box-shadow:var(--shadow)}
.map-card img{width:100%;aspect-ratio:1.45;object-fit:cover}
.province-map-card img{object-fit:contain}
.coverage-preview{padding:54px 0 48px;background:linear-gradient(180deg,#fff 0%,#f7fafc 100%)}
.coverage-preview-grid{display:grid;grid-template-columns:.72fr 1.28fr .78fr;gap:34px;align-items:center}
.coverage-preview-copy h2{font-size:2.15rem;text-transform:uppercase;margin-top:7px}
.coverage-preview-copy p:not(.eyebrow){font-size:.82rem;line-height:1.65}
.coverage-preview-copy .btn{margin-top:6px}
.coverage-preview-map{margin:0}
.coverage-preview-map img{width:100%;height:auto;max-height:330px;object-fit:contain}
.coverage-preview-map figcaption{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px;color:var(--muted);font-size:.59rem}
.coverage-preview-map figcaption span{display:inline-block;width:11px;height:11px;background:#0d70c7}
.coverage-preview-provinces{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px}
.coverage-preview-provinces span{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:.77rem}
.coverage-preview-provinces i{width:18px;height:18px;border:1px solid #6e8db2;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-style:normal;font-size:.58rem;font-weight:800}
.coverage-preview-operators{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px}
.coverage-preview-operators>p{text-align:center;margin:0 0 13px;color:var(--navy);font:800 .7rem var(--heading);text-transform:uppercase;letter-spacing:.08em}
.coverage-preview-operators .operator-row{max-width:920px;margin-inline:auto}
.coverage-preview-operators .operator-row figure{height:88px}
.coverage-preview-operators .operator-row img{max-height:40px;max-width:145px}
.process-section{background:#fff}
.process-row{display:grid;grid-template-columns:repeat(var(--steps,6),minmax(0,1fr));position:relative}
.process-row:before{content:"";height:2px;background:#cdd7e3;position:absolute;top:27px;left:8%;right:8%}
.process-step{text-align:center;position:relative;z-index:1;padding:0 8px}
.process-step span{width:68px;height:68px;border:1px solid #ced9e6;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;margin:0 auto 13px;position:relative}.process-step span img{width:38px;height:38px;object-fit:contain}.process-step span b{position:absolute;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;top:-8px;left:-2px;background:var(--navy);color:#fff;font:800 .68rem var(--heading)}
.process-step:nth-child(even) span b{background:var(--orange)}
.process-step strong{font-size:.75rem;color:var(--ink)}
.cta-band{background:linear-gradient(105deg,#0d70c7,#315873);color:#fff;position:relative;overflow:hidden}
.cta-band:after{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:10%;top:-150px}
.cta-inner{min-height:135px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:22px;position:relative;z-index:1}
.cta-symbol{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--orange);position:relative;overflow:visible;box-shadow:0 8px 22px rgba(4,39,82,.2)}
.cta-symbol svg{width:68px;height:78px;overflow:visible;fill:none;stroke:#e9eef3;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;transform:translateY(-9px);filter:drop-shadow(0 3px 4px rgba(4,39,82,.24))}.cta-symbol svg circle{fill:#e9eef3;stroke:none}
.cta-inner h2{color:#fff;text-transform:uppercase;font-size:1.5rem;margin:0 0 4px}
.cta-inner p{color:#c8d8ea;margin:0;font-size:.85rem}
.cta-actions{display:flex;gap:10px}
.footer{background:#102b3e;color:#cad6e6}
.footer-grid{display:grid;grid-template-columns:1.65fr 1fr .8fr 1.2fr;gap:45px;padding:46px 0}
.brand-light{min-width:0}.brand-light .brand-logo{width:290px;max-height:none}
.footer p,.footer a{font-size:.75rem;color:#aebfd3}
.footer a{display:block;margin:8px 0}.footer a:hover{color:#fff}
.footer h3{text-transform:uppercase;color:#fff;font-size:.8rem;margin-bottom:18px}
.footer .btn{display:inline-flex;color:#fff}
.footer-grid>div:first-child p{max-width:330px;margin-top:18px}
.socials{display:flex;gap:9px;margin-top:17px}.socials a{width:34px;height:34px;border:1px solid #527096;display:grid;place-items:center;margin:0;color:#b9c9da;transition:.22s}.socials a:hover{color:#fff;border-color:#fff;transform:translateY(-2px)}.socials svg{width:16px;height:16px;fill:currentColor}
.footer-contact-item{display:flex!important;align-items:flex-start;gap:10px;margin:10px 0!important;line-height:1.45}.footer-contact-item svg{flex:0 0 17px;width:17px;height:17px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-contact>p{max-width:none!important}.footer-contact .btn{margin-top:17px!important}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom>div{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:.65rem}
.footer-copyright{display:flex;align-items:center;gap:16px;color:#9fb2c6}.footer-credit{padding-left:16px;border-left:1px solid rgba(255,255,255,.16);white-space:nowrap}.footer-credit a{display:inline;margin:0;color:#dce8f4;font-weight:700;letter-spacing:.02em}.footer-credit a:hover{color:var(--orange)}
.footer-legal{display:flex;gap:20px;white-space:nowrap}.footer-legal a{margin:0}
.footer-proof{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.footer-proof>.shell{min-height:90px;display:grid;grid-template-columns:repeat(4,1fr)}
.footer-proof>.shell>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(255,255,255,.12);padding:14px}
.footer-proof>.shell>div:last-child{border-right:0}
.footer-proof img{width:43px;height:43px;object-fit:contain}
.footer-proof span{display:flex;flex-direction:column}
.footer-proof strong{color:#fff;font:800 .9rem var(--heading);text-transform:uppercase}
.footer-proof small{color:#aebfd3;font-size:.58rem;text-transform:uppercase;line-height:1.35}
.inner-hero{position:relative;min-height:350px;display:flex;align-items:center;overflow:hidden;background:#eef2f6}
.inner-hero-media{position:absolute;inset:0 0 0 47%}.inner-hero-media img{width:100%;height:100%;object-fit:cover}
.inner-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.1) 67%)}
.inner-hero-content{position:relative;z-index:2;padding:55px 0}
.inner-hero-content h1{text-transform:uppercase;font-size:clamp(2.6rem,4.6vw,4.7rem);max-width:720px}
.inner-hero-content>p:not(.eyebrow){max-width:590px}
.inner-hero.dark{background:var(--navy)}
.inner-hero.dark:after{background:linear-gradient(90deg,rgba(3,34,75,.98) 0%,rgba(3,34,75,.9) 45%,rgba(3,34,75,.2) 78%)}
.inner-hero.dark h1{color:#fff}.inner-hero.dark .inner-hero-content>p:not(.eyebrow){color:#d0deed}
.story-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:75px}
.story-grid h2{text-transform:uppercase}
.principles{display:grid;gap:15px}.principles>div{display:flex;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}
.principles img{width:55px;height:55px;object-fit:contain}.principles span{display:flex;flex-direction:column}.principles strong{font-family:var(--heading)}.principles small{color:var(--muted)}
.tri-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.tri-values article{background:#fff;padding:35px}.tri-values article>span{font-size:2.2rem;color:var(--blue)}
.tri-values li{list-style:none;font-size:.85rem;color:var(--muted);margin:8px 0}.tri-values li:before{content:"✓";color:var(--orange);margin-right:8px}
.leadership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.person-card{position:relative;text-align:left;border:1px solid var(--line);border-top:3px solid var(--navy);background:#fff;padding:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.person-card:after{content:"";position:absolute;left:0;right:100%;top:0;height:3px;background:var(--orange);transition:right .35s ease}.person-card>img{height:265px;width:100%;object-fit:cover;object-position:center 22%;margin:0;filter:saturate(.92);transition:transform .5s ease,filter .3s ease}.person-card-copy{padding:20px 20px 22px}.person-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(38,63,82,.15);border-color:#b9c9d8}.person-card:hover:after{right:0}.person-card:hover>img{filter:saturate(1);transform:scale(1.025)}.person-card h3{font-size:1.05rem;line-height:1.24;margin-bottom:6px;letter-spacing:-.015em}.person-card p{font-size:.68rem;line-height:1.35;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.055em;margin:0}.person-card small{display:block;color:var(--muted);font-size:.72rem;line-height:1.55;margin-top:12px}
.license-band{background:var(--navy)}.license-band .section-heading h2{color:#fff}.license-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.license-grid>div{background:#fff;padding:28px;text-align:center;font:800 1.3rem var(--heading);color:var(--navy)}.license-grid small{display:block;color:var(--muted);font:600 .68rem var(--body);text-transform:uppercase;margin-top:6px}
.service-feature{display:grid;grid-template-columns:1fr 1fr;min-height:460px;background:var(--soft)}.service-feature.reverse .service-feature-media{order:2}.service-feature.reverse .service-feature-copy{order:1;background:#fff}
.service-feature-media img{width:100%;height:100%;object-fit:cover;min-height:460px}.service-feature-copy{padding:70px max(40px,calc((100vw - 1320px)/2));padding-left:70px;display:flex;flex-direction:column;justify-content:center}
.service-feature-copy>span{font:800 2.7rem var(--heading);color:#d8e0e9}.service-feature-copy h2{text-transform:uppercase}.service-feature-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:6px 0 22px}.service-feature-copy li{list-style:none;font-size:.82rem}.service-feature-copy li:before{content:"✓";color:var(--orange);margin-right:7px}
.filter-bar{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:30px;padding:10px;background:var(--soft)}.filter-bar button{border:0;background:transparent;padding:10px 15px;font-size:.7rem;font-weight:700;color:var(--muted);cursor:pointer}.filter-bar button.active,.filter-bar button:hover{background:var(--blue);color:#fff}
.project-card.is-hidden{display:none}
.mini-stats{display:flex;gap:35px;margin-top:25px}.mini-stats>div{display:flex;flex-direction:column}.mini-stats strong{font:800 1.5rem var(--heading);color:var(--navy)}.mini-stats span{font-size:.68rem;color:var(--muted);text-transform:uppercase}
.coverage-map-layout{display:grid;grid-template-columns:1.5fr .5fr;gap:26px}.map-large{padding:22px;background:var(--soft)}.map-large img{width:100%;height:500px;object-fit:contain}.province-panel{background:var(--navy);color:#fff;padding:34px}.province-panel h2{color:#fff}.province-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.province-list span{font-size:.78rem;color:#d8e5f4;border-bottom:1px solid rgba(255,255,255,.12);padding:5px 0}
.operator-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.operator-row figure{height:116px;margin:0;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.28s;padding:14px}.operator-row figure:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#aac2dd}.operator-row img{width:auto;height:auto;max-width:180px;max-height:54px;object-fit:contain}.operator-row figcaption{font:600 .64rem var(--body);color:var(--muted);margin-top:8px}
.operator-row .operator-roshan img{transform:scale(1.55)}.operator-row .operator-salaam img{transform:scale(1.12)}.operator-row .operator-atoma img{transform:scale(1.12)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-grid article{background:#fff;border:1px solid var(--line);padding:28px}.benefit-grid article>span{font-size:2rem;color:var(--orange)}.benefit-grid article>img{width:54px;height:54px;object-fit:contain}.benefit-grid p{font-size:.8rem}.benefit-grid h3{margin-top:12px}
.resource-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.resource-card{border:1px solid var(--line);padding:15px}.document-cover{height:220px;background:linear-gradient(145deg,#f5f8fc 0 55%,#315873 56% 72%,#ff7300 73% 76%,#0d70c7 77%);padding:18px;display:flex;flex-direction:column}.document-cover span{font:800 1.8rem var(--heading);color:var(--navy)}.document-cover small{margin-top:auto;color:#fff;text-transform:uppercase;font-weight:700}.resource-card>p{font-size:.63rem;text-transform:uppercase;color:var(--orange);font-weight:800;margin:16px 0 3px}.resource-card h3{font-size:.9rem}.resource-card>small{color:var(--muted);font-size:.65rem}.resource-card>a{display:block;margin-top:15px;color:var(--orange);font-size:.65rem;font-weight:800;text-transform:uppercase}
.resource-card>.resource-description{font-size:.7rem;line-height:1.45;text-transform:none;color:var(--muted);font-weight:400;margin:8px 0 12px;min-height:60px}
.contact-layout{display:grid;grid-template-columns:.75fr 1.65fr;gap:25px}.contact-card,.inquiry-card{border:1px solid var(--line);padding:34px}.contact-card h2,.inquiry-card h2{text-transform:uppercase}.contact-method{display:flex;gap:14px;border-top:1px solid var(--line);padding:18px 0}.contact-method>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--blue)}.contact-method div{display:flex;flex-direction:column}.contact-method p,.contact-method a{font-size:.78rem;margin:2px 0;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.inquiry-card label{display:block;font-size:.72rem;font-weight:700;color:var(--ink);margin-bottom:15px}.inquiry-card input,.inquiry-card select,.inquiry-card textarea{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #cad5e1;background:#fff;border-radius:0;color:var(--ink);transition:border-color .2s,box-shadow .2s}.inquiry-card input:focus,.inquiry-card select:focus,.inquiry-card textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,103,187,.13)}.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-note{text-align:center;font-size:.67rem;margin:10px 0 0}.alert{padding:12px 14px;margin:0 0 18px;font-size:.78rem}.alert-success{background:#e9f7ed;color:#176735}.alert-error{background:#fff0ee;color:#a92e20}.alert-info{background:#edf5ff;color:#174f88}
.office-map{background:var(--soft);padding:0 0 90px}.map-placeholder{height:340px;position:relative;background-color:#e9edf2;background-image:linear-gradient(30deg,transparent 48%,#cbd5df 49%,#cbd5df 51%,transparent 52%),linear-gradient(120deg,transparent 48%,#d0d9e2 49%,#d0d9e2 51%,transparent 52%);background-size:110px 110px;border:1px solid var(--line);display:grid;place-items:center}.map-placeholder>div{position:absolute;left:35px;top:35px;background:#fff;padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column}.map-placeholder>div span{font-size:.75rem;color:var(--muted)}.map-placeholder>div a{font-size:.68rem;color:var(--orange);font-weight:800;margin-top:10px}.map-pin{font-size:3rem;color:var(--blue)}
.service-overview,.project-overview{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.rounded-image{width:100%;height:430px;object-fit:cover;box-shadow:var(--shadow)}
.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.scope-grid article{background:#fff;border:1px solid var(--line);padding:26px}.scope-grid article>span{font:800 1.8rem var(--heading);color:#d3dce7}.scope-grid p{font-size:.76rem}
.project-gallery{padding-top:35px}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.gallery img{width:100%;height:170px;object-fit:cover}
.case-hero{background:linear-gradient(120deg,#fff 0 54%,#eff3f7 54%);padding:60px 0}.case-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.case-hero h1{text-transform:uppercase;font-size:clamp(2.8rem,4.7vw,4.8rem)}.case-hero-grid>img{height:430px;width:100%;object-fit:cover}.case-facts{display:flex;gap:30px;margin-top:25px}.case-facts>div{display:flex;flex-direction:column;border-left:2px solid var(--orange);padding-left:12px}.case-facts strong{font:800 .95rem var(--heading)}.case-facts span{font-size:.62rem;color:var(--muted);text-transform:uppercase}
.at-glance{background:var(--navy);color:#fff;padding:35px}.at-glance h3{color:#fff;text-transform:uppercase}.at-glance dl{margin:0}.at-glance dl div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.15);padding:13px 0}.at-glance dt{font-size:.7rem;color:#9fb5d0}.at-glance dd{margin:0;font-weight:700;font-size:.8rem}
.outcomes{background:var(--navy);padding:45px 0}.outcomes>.shell{display:flex;justify-content:space-between;align-items:center;gap:30px}.outcomes h2{color:#fff;max-width:540px;font-size:2rem}.outcome-stats{display:flex;gap:40px}.outcome-stats span{display:flex;flex-direction:column;color:#abc1db;font-size:.65rem;text-transform:uppercase}.outcome-stats strong{color:#fff;font:800 1.25rem var(--heading)}
.simple-page h1{text-transform:uppercase}.simple-page h2{font-size:1.5rem;margin-top:35px}

/* Page fidelity refinements */
.breadcrumb{height:38px;background:#f6f8fb;border-bottom:1px solid var(--line);font-size:.68rem}.breadcrumb>.shell{height:100%;display:flex;align-items:center;gap:9px}.breadcrumb a{color:var(--blue)}.breadcrumb b{font-weight:600;color:var(--muted)}
#service-catalog .service-grid{grid-template-columns:repeat(3,1fr)}
.inner-hero-content .button-row{margin-top:20px}
.proof-section{padding-top:35px}.proof-row{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.proof-row>div{min-height:125px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;padding:14px;transition:.28s}.proof-row>div:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.proof-row img{width:48px;height:48px;object-fit:contain;margin-bottom:8px}.proof-row strong{font:800 .78rem var(--heading)}.proof-row span{font-size:.65rem;color:var(--muted)}
.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.case-study-card{display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid var(--line);background:#fff;overflow:hidden}.case-study-card>img{width:100%;height:100%;object-fit:cover;min-height:330px}.case-study-card>div{padding:28px}.case-study-card>div>span{display:inline-block;background:var(--navy);color:#fff;padding:5px 9px;font-size:.62rem;font-weight:800;text-transform:uppercase}.case-study-card h2{font-size:1.35rem;margin:15px 0 4px}.accent-copy{color:var(--orange);font-weight:800;font-size:.74rem}.check-list.compact{gap:5px;margin:14px 0 18px}.check-list.compact li{font-size:.75rem}.check-list.compact li:before{width:18px;height:18px}
.operator-band{background:#f4f7fb;padding:20px 0;border-block:1px solid var(--line)}
.coverage-quick{display:flex;gap:12px;margin-top:-52px;position:relative;z-index:5}.coverage-quick>div{background:#fff;box-shadow:var(--shadow);min-width:185px;padding:18px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;align-items:center}.coverage-quick img{width:38px;height:38px;object-fit:contain;grid-row:1/3}.coverage-quick strong{font:800 1rem var(--heading)}.coverage-quick span{font-size:.66rem;color:var(--muted)}
.coverage-hero .inner-hero-media:before{content:"";position:absolute;inset:10% 12% 10% 0;background:url("../images/afghanistan-active-provinces.svg") center/contain no-repeat;opacity:.28}.coverage-hero .inner-hero-content h1{font-size:3.45rem;text-transform:none}
.coverage-reference{background:#f2f6f9;padding:44px 0}
.coverage-reference-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 14px 44px rgba(38,63,82,.1);padding:30px;overflow:hidden}
.coverage-map-heading{text-align:center;margin-bottom:22px}.coverage-map-heading h2{font-size:2rem;text-transform:uppercase;margin:4px 0 0}.coverage-map-heading h2:after{content:"";display:block;width:58px;height:4px;margin:12px auto 0;border-radius:3px;background:linear-gradient(90deg,var(--orange) 0 38px,transparent 38px 44px,var(--blue) 44px 58px)}
.coverage-reference .coverage-map-layout{background:#fff;border:0;padding:0;align-items:stretch}
.coverage-reference .map-large{border:1px solid #e4ebf1;border-radius:10px;background:#f8fafc;padding:14px}
.coverage-reference .map-large img{height:440px}
.coverage-reference .province-panel{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:10px;padding:27px;align-self:center}
.coverage-reference .province-panel h2{color:var(--navy);font-size:1.65rem;margin-bottom:17px}
.coverage-legend{display:grid;gap:11px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.coverage-legend span{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.72rem}.coverage-legend i{display:block;width:18px;height:18px;border-radius:3px;background:#d8dde4;border:1px solid #c8d1dc}.coverage-legend .legend-active{background:#0a4f8d;border-color:#0a4f8d}
.coverage-field-note{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding-top:17px}.coverage-field-note img{width:42px;height:42px;object-fit:contain}.coverage-field-note p{font-size:.7rem;line-height:1.55;margin:0}
.coverage-subsection{border-top:1px solid var(--line);margin-top:30px;padding-top:28px}.coverage-subsection .section-heading{margin-bottom:22px}.coverage-subsection .section-heading h2{font-size:1.9rem}.coverage-subsection .section-heading p{font-size:.76rem}
.coverage-meaning .benefit-grid article{text-align:center;padding:22px 18px;border-radius:8px;transition:.25s}.coverage-meaning .benefit-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#afc4da}.coverage-meaning .benefit-grid article>img{margin:0 auto 10px}.coverage-meaning .benefit-grid h3{font-size:.82rem;margin:0 0 8px}.coverage-meaning .benefit-grid p{font-size:.69rem;line-height:1.55;margin:0}
.sector-logo-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.sector-logo-row figure{margin:0;border:1px solid var(--line);border-radius:8px;background:#fff;min-height:110px;padding:14px;display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;transition:.25s}.sector-logo-row figure:hover{border-color:#afc4da;box-shadow:var(--shadow);transform:translateY(-3px)}.sector-logo-row img{width:88px;height:62px;object-fit:contain}.sector-logo-row figcaption{display:flex;flex-direction:column;line-height:1.35}.sector-logo-row strong{font:800 .72rem var(--heading);color:var(--navy)}.sector-logo-row span{font-size:.61rem;color:var(--muted);margin-top:4px}
.active-provinces-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.active-provinces-grid>div:first-child{display:flex;gap:20px;align-items:flex-start}.active-provinces-grid>div:first-child>img{width:70px;height:70px;object-fit:contain}.active-provinces-grid h2{font-size:1.65rem}.active-provinces-grid p{font-size:.75rem}.province-list.light{grid-template-columns:repeat(3,1fr)}.province-list.light span{color:var(--ink);border-color:var(--line);display:flex;gap:6px;align-items:center}.province-list.light i{display:grid;place-items:center;width:17px;height:17px;border:1px solid #7aa0c7;border-radius:50%;font-style:normal;color:var(--blue);font-size:.55rem;flex:0 0 17px}
.resource-categories{grid-template-columns:repeat(8,1fr);gap:8px}.resource-categories article{padding:16px 10px;text-align:center}.resource-categories img{width:46px;height:46px;object-fit:contain;margin:0 auto 8px}.resource-categories h3{font-size:.68rem;margin:0}
.document-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border:1px solid var(--line);background:#fff}.document-policy-grid article{display:flex;gap:18px;padding:28px;border-right:1px solid var(--line)}.document-policy-grid article:last-child{border-right:0}.document-policy-grid h3{font-size:.95rem}.document-policy-grid p,.document-policy-grid li{font-size:.72rem}.document-policy-grid ul{padding-left:16px}.policy-icon{flex:0 0 48px;height:48px;border:2px solid currentColor;display:grid;place-items:center;border-radius:50%;font-size:1.35rem}.policy-icon.public{color:#1c8b49}.policy-icon.request{color:var(--orange)}.policy-icon.confidential{color:#df2e37}
.document-request-banner{display:grid;grid-template-columns:1.3fr 1fr auto;align-items:center;gap:25px;background:linear-gradient(100deg,#edf4fc,#fff);border:1px solid var(--line);padding:24px 28px;margin-top:18px}.document-request-banner h2{font-size:1.25rem;margin-bottom:5px}.document-request-banner p{font-size:.75rem;margin:0}.document-request-banner>div:nth-child(2){display:flex;gap:16px}.document-request-banner span{font-size:.68rem;font-weight:800;color:var(--blue)}
.support-note{display:flex;gap:12px;background:#edf4fc;padding:15px;margin-top:10px}.support-note img{width:38px;height:38px;object-fit:contain}.support-note p{font-size:.7rem;margin:0}.office-map .section-heading{padding-top:52px}
.form-grid .span-2{grid-column:1/-1}
.contact-hero{min-height:360px}.contact-hero .inner-hero-media{inset:0}.contact-hero:after{background:linear-gradient(90deg,rgba(3,34,75,.99),rgba(3,34,75,.82) 47%,rgba(3,34,75,.16))}.contact-hero .inner-hero-content h1{font-size:3.7rem;text-transform:none}.contact-hero .inner-hero-content>p:not(.eyebrow){font-size:1rem;max-width:570px}.contact-hero .inner-hero-media:before{content:"";position:absolute;inset:0;background:url("../images/afghanistan-active-provinces.svg") 30% center/55% auto no-repeat;opacity:.2}
.analytics-province-map{object-fit:contain!important}

/* Reference-accurate compact page anatomy */
.services-hero{min-height:365px}.services-hero .inner-hero-media{inset:0}.services-hero:after{background:linear-gradient(90deg,rgba(3,34,75,.99) 0%,rgba(3,34,75,.94) 38%,rgba(3,34,75,.38) 70%,rgba(3,34,75,.08) 100%)}.services-hero .inner-hero-content h1{font-size:3.5rem;text-transform:none}.services-hero .inner-hero-content>p:not(.eyebrow){max-width:610px}
.inner-hero.angled{min-height:390px}.inner-hero.angled .inner-hero-media{inset:0 0 0 42%;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}.inner-hero.angled:after{background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.34) 53%,rgba(255,255,255,0) 62%)}.inner-hero.angled .inner-hero-content{padding:34px 0}.inner-hero.angled .inner-hero-content h1{font-size:3.05rem;max-width:610px;line-height:1.02}.inner-hero.angled .inner-hero-content>p:not(.eyebrow){font-size:.82rem;line-height:1.55;max-width:590px}.inner-hero.angled .button-row{margin-top:17px}
#service-catalog{padding:34px 0}.capability-section{padding:0 0 42px}.capability-bands{display:grid;grid-template-columns:1fr 1fr;gap:14px}.service-feature.compact{display:grid;grid-template-columns:.82fr 1.18fr;min-height:245px;border:1px solid var(--line);background:#fff;overflow:hidden}.service-feature.compact.media-right{grid-template-columns:1.18fr .82fr}.service-feature.compact.media-right .service-feature-media{order:2}.service-feature.compact.media-right .service-feature-copy{order:1}.service-feature.compact .service-feature-media img{height:100%;min-height:245px}.service-feature.compact .service-feature-copy{padding:25px;display:block;background:#fff}.service-feature.compact .service-feature-copy>span{font-size:.74rem;color:var(--orange);display:inline;font-weight:800}.service-feature.compact .service-feature-copy>small{font:.800 .68rem var(--heading);text-transform:uppercase;color:var(--navy);margin-left:4px}.service-feature.compact .service-feature-copy h2{font-size:1.35rem;margin:6px 0 12px;text-transform:none}.service-feature.compact .service-feature-copy ul{margin:0 0 13px;gap:5px 14px}.service-feature.compact .service-feature-copy li{font-size:.67rem}.service-feature.compact .service-feature-copy>strong{display:block;background:#f2f6fb;padding:8px 10px;color:var(--blue);font-size:.64rem}.service-feature.compact.wide{grid-column:1/-1;grid-template-columns:.72fr 1.45fr .83fr}.service-feature.compact.wide .secondary{display:block}
.process-section,.proof-section{padding:38px 0}.process-section .section-heading,.proof-section .section-heading{margin-bottom:22px}
.person-card small{display:block;color:var(--muted);font-size:.72rem;line-height:1.55;margin-top:12px}.leadership-note{text-align:center;font-size:.73rem;margin:22px 0 0}.license-band{background:#fff;border-top:1px solid var(--line)}.license-band .section-heading h2{color:var(--ink)}.license-grid{grid-template-columns:repeat(5,1fr);gap:0}.license-grid>div{padding:18px 12px;border-right:1px solid var(--line);font-size:.78rem;text-transform:uppercase}.license-grid>div:last-child{border-right:0}.license-grid img{width:54px;height:54px;object-fit:contain;margin:0 auto 10px}.license-note{text-align:center;font-size:.69rem;margin:18px 0 0}
.resources-hero{min-height:470px}.resources-hero .inner-hero-content h1{font-size:3rem;line-height:1.15;text-transform:none;max-width:650px}.resources-hero .inner-hero-content>p:not(.eyebrow){font-size:.82rem;max-width:570px}.resources-hero .inner-hero-media{overflow:hidden}.resources-hero .inner-hero-media:before,.resources-hero .inner-hero-media:after{position:absolute;z-index:2;top:58px;width:145px;height:275px;padding:24px 16px;box-shadow:12px 18px 28px rgba(0,0,0,.32);font:800 1rem/1.2 var(--heading)}.resources-hero .inner-hero-media:before{content:"SULTAN MASOOM  COMPANY PROFILE 2026";left:90px;background:linear-gradient(155deg,#fff 0 70%,#315873 71% 88%,#ff7300 89% 91%,#fff 92%);color:var(--navy);transform:rotate(-5deg)}.resources-hero .inner-hero-media:after{content:"CAPABILITY STATEMENT 2026";left:275px;top:92px;background:linear-gradient(155deg,#fff 0 13%,#17364d 14%);color:#fff;transform:rotate(3deg)}.resources-hero+.stats-strip{margin-top:-38px}.resources-hero~.section:first-of-type{padding-top:54px}
.portfolio-section{padding:48px 0 34px}.portfolio-section .project-grid{grid-template-columns:repeat(3,1fr);gap:16px}.portfolio-section .project-media{height:170px}.portfolio-section .project-body{padding:15px 17px}.portfolio-section .project-body>p{font-size:.7rem;line-height:1.5;margin-bottom:10px}.portfolio-section .project-meta{padding-top:8px}.case-study-band{padding:18px 0 34px}.case-study-card>img{min-height:285px}.case-study-card>div{padding:22px}.case-study-card h2{font-size:1.2rem}.portfolio-section+.case-study-band+.section{padding:34px 0}.operator-band+.cta-band{}

/* Detailed project pages */
.project-detail .section{padding:34px 0}.detail-hero{min-height:330px;position:relative;display:flex;align-items:center;overflow:hidden;background:#eef3f8}.detail-hero-media{position:absolute;inset:0 0 0 43%}.detail-hero-media img{width:100%;height:100%;object-fit:cover}.detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 36%,rgba(255,255,255,.78) 48%,rgba(255,255,255,0) 68%)}.detail-hero-content{position:relative;z-index:1;padding:35px 0}.detail-hero h1{font-size:clamp(2.55rem,4vw,4.15rem);max-width:720px;text-transform:none}.detail-hero-content>p:last-of-type{max-width:560px}
.detail-stat-strip{position:relative;z-index:3;margin-top:-34px;background:#fff;box-shadow:var(--shadow);display:flex;min-height:92px}.detail-stat-strip>div{flex:1;display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto;align-content:center;padding:16px 22px;border-right:1px solid var(--line)}.detail-stat-strip>div:last-child{border-right:0}.detail-stat-strip img{width:42px;height:42px;object-fit:contain;grid-row:1/3}.detail-stat-strip strong{font:800 1.15rem var(--heading)}.detail-stat-strip span{font-size:.66rem;color:var(--muted)}
.detail-overview{padding-top:34px}.project-detail .project-overview{gap:45px}.project-detail .project-overview h2{font-size:2.25rem}.overview-media>img{height:240px;width:100%;object-fit:cover}.overview-media>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-top:0}.overview-media span{padding:10px;border-right:1px solid var(--line);font-size:.62rem;color:var(--muted)}.overview-media span:last-child{border-right:0}.overview-media b{display:block;color:var(--ink);font-size:.58rem;text-transform:uppercase;margin-bottom:3px}
.glance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.16)}.glance-grid span{background:var(--navy);padding:16px 12px;color:#bfd0e5;font-size:.6rem;text-transform:uppercase}.glance-grid b{display:block;color:#fff;font:800 .85rem var(--heading);text-transform:none;margin-bottom:4px}.overview-points{background:#f3f7fb;padding:25px}.overview-points p{font-size:.8rem}.project-facts-inline{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.project-facts-inline span{padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.7rem;color:var(--muted)}.project-facts-inline span:nth-child(even){border-right:0}.project-facts-inline span:nth-last-child(-n+2){border-bottom:0}.project-facts-inline b{display:block;color:var(--navy);font-size:.66rem;text-transform:uppercase;margin-bottom:5px}
.scope-grid.detailed{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.scope-grid.detailed article{padding:14px;min-height:142px;transition:.28s;text-align:center}.scope-grid.detailed article:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#aac2dd}.scope-grid.detailed article>img{width:38px;height:38px;object-fit:contain;margin:0 auto 5px}.scope-grid.detailed article>span{display:none}.scope-grid.detailed h3{font-size:.74rem;margin-bottom:6px}.scope-grid.detailed p{font-size:.61rem;line-height:1.4;margin:0}.detail-process{padding-top:34px}.project-detail .section-heading{margin-bottom:22px}.project-detail .section-heading h2{font-size:2rem}
.transformation-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:35px;align-items:center}.before-after{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center}.before-after figure{margin:0}.before-after img{height:230px;width:100%;object-fit:cover}.before-after figcaption{background:var(--navy);color:#fff;padding:8px;text-align:center;font-size:.68rem}.before-after>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;position:relative;z-index:2}
.analytics-grid{display:grid;grid-template-columns:1.1fr 1.2fr .8fr .8fr;gap:12px}.analytics-grid>article{background:#fff;border:1px solid var(--line);padding:18px;min-height:240px}.analytics-grid>article>img{height:170px;width:100%;object-fit:cover}.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.kpi-grid span{border:1px solid var(--line);padding:11px;font-size:.58rem;color:var(--muted)}.kpi-grid b{display:block;font:800 1rem var(--heading);color:var(--ink)}.donut{width:120px;height:120px;border-radius:50%;margin:12px auto;background:conic-gradient(var(--blue) 0 72%,#4d7fc5 72% 94%,#b9cbe3 94%);display:grid;place-items:center}.donut:after{content:"";width:62px;height:62px;border-radius:50%;background:#fff;position:absolute}.donut span{position:relative;z-index:1;font-weight:800}.legend{font-size:.65rem;color:var(--muted);padding-left:18px}.issue-list{padding-left:20px}.issue-list li{padding:9px 0;border-bottom:1px solid var(--line);font-size:.72rem}.issue-list b{float:right;color:#df342c}
.detail-gallery .gallery figure{margin:0;overflow:hidden;position:relative}.detail-gallery .gallery img{height:130px;transition:.45s}.detail-gallery .gallery figure:hover img{transform:scale(1.06)}.detail-gallery figcaption{position:absolute;bottom:0;left:0;right:0;background:rgba(3,37,84,.92);color:#fff;text-align:center;padding:6px;font-size:.58rem}.project-detail .outcomes{padding:30px 0;background:linear-gradient(105deg,#0d70c7,#102b3e)}.outcome-stats{flex-wrap:wrap;justify-content:flex-end;gap:25px}.outcome-stats span{min-width:82px}.project-detail .outcomes h2{font-size:1.45rem}
.achievement-panel{border-top:1px solid var(--line)}.achievement-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:35px;align-items:center}.achievement-grid h2,.result-panel-grid h2{font-size:1.25rem}.achievement-grid blockquote{margin:0;background:#eef4fb;padding:25px;color:#536b88;font-style:italic;font-size:.78rem}.achievement-grid cite{display:block;margin-top:13px;color:var(--navy);font-weight:800;font-style:normal}.result-panel-grid{display:grid;grid-template-columns:1fr 1fr .85fr;gap:20px}.result-panel-grid article{border-right:1px solid var(--line);padding-right:20px}.result-panel-grid article:last-child{border:0;background:#eef4fb;padding:20px}.result-panel-grid dl{margin:0}.result-panel-grid dl div{display:flex;justify-content:space-between;padding:6px 0;font-size:.7rem}.result-panel-grid dt{font-weight:800}.result-panel-grid dd{margin:0;color:var(--muted)}
.detail-fiber{display:flex;flex-direction:column}.detail-fiber .detail-hero{order:1}.detail-fiber .detail-stat-strip{order:2}.detail-fiber .detail-overview{order:3}.detail-fiber .detail-scope{order:4}.detail-fiber .detail-gallery{order:5}.detail-fiber .detail-process{order:6}.detail-fiber .outcomes{order:7}.detail-fiber .operator-band{order:8}
.detail-achievement .outcomes,.detail-analytics .outcomes{display:none}.detail-operators .outcomes,.detail-fiber .outcomes,.detail-quality .outcomes{background:#fff;border-top:1px solid var(--line)}.detail-operators .outcomes h2,.detail-fiber .outcomes h2,.detail-quality .outcomes h2{color:var(--ink)}.detail-operators .outcome-stats strong,.detail-fiber .outcome-stats strong,.detail-quality .outcome-stats strong{color:var(--navy)}.detail-operators .outcome-stats span,.detail-fiber .outcome-stats span,.detail-quality .outcome-stats span{color:var(--muted)}

/* Client-reference service detail pages */
.service-reference-page{background:#fff}.service-reference-section{padding:30px 0}.service-reference-page h2{font-size:1.55rem;text-transform:none;margin-bottom:13px}
.service-reference-hero{background:linear-gradient(105deg,#fff 0 48%,#e9f1fa 48%);overflow:hidden}.service-reference-hero-grid{height:365px;min-height:0;display:grid;grid-template-columns:1.04fr .96fr;align-items:stretch}.service-reference-hero-copy{height:365px;align-self:stretch;min-width:0;padding:34px 48px 68px 0;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.service-reference-hero h1{font-size:clamp(2.35rem,3.35vw,3.05rem);line-height:1.04;text-transform:none;max-width:650px;margin:0;overflow-wrap:normal}.service-reference-hero.has-long-title h1{font-size:clamp(2.2rem,3vw,2.8rem);max-width:690px}.service-reference-hero-copy>p{max-width:570px;font-size:.82rem;line-height:1.55;color:#526b8b;margin:15px 0 0}.service-reference-hero-media{position:relative;height:365px;min-height:0;overflow:hidden}.service-reference-hero-media:before{content:"";position:absolute;z-index:1;inset:0 auto 0 -85px;width:130px;background:linear-gradient(90deg,#fff,rgba(255,255,255,0));pointer-events:none}.service-reference-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-reference-stats{position:relative;z-index:4;margin-top:-45px;min-height:91px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #d3deea;border-radius:8px;box-shadow:0 9px 25px rgba(4,39,82,.1);overflow:hidden}.service-reference-stats>div{display:grid;grid-template-columns:55px 1fr;grid-template-rows:auto auto;align-content:center;padding:14px 20px;border-right:1px solid var(--line)}.service-reference-stats>div:last-child{border-right:0}.service-reference-stats img{grid-row:1/3;width:43px;height:43px;object-fit:contain}.service-reference-stats strong{font:800 1.35rem/1 var(--heading);color:var(--navy)}.service-reference-stats span{font-size:.65rem;line-height:1.35;color:var(--muted);margin-top:5px}
.service-reference-overview{padding-top:20px}.service-reference-overview-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.service-reference-overview-grid h2{margin-top:0}.service-reference-overview-grid p{font-size:.76rem;line-height:1.65;margin:0}.service-reference-overview-grid .check-list{margin-bottom:0}.service-reference-overview-grid>img{width:100%;height:230px;object-fit:cover;border-radius:8px}
.service-reference-scope{border-top:1px solid var(--line);padding-top:15px}.service-reference-scope-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.service-reference-scope-grid article{min-height:150px;border:1px solid var(--line);border-radius:7px;padding:14px 13px;background:#fff;transition:transform .28s,box-shadow .28s,border-color .28s}.service-reference-scope-grid article:hover{transform:translateY(-4px);border-color:#9eb9d8;box-shadow:0 9px 22px rgba(4,39,82,.1)}.service-reference-scope-grid img{width:38px;height:38px;object-fit:contain;margin-bottom:8px}.service-reference-scope-grid h3{font-size:.72rem;line-height:1.35;margin-bottom:7px}.service-reference-scope-grid p{font-size:.61rem;line-height:1.5;margin:0}
.service-reference-process{border-top:1px solid var(--line);padding:15px 0 20px}.service-reference-process h2{margin-bottom:18px}.service-reference-process .process-step span{width:60px;height:60px}.service-reference-process .process-step span img{width:34px;height:34px}.service-reference-process .process-row:before{top:25px}.service-reference-process .process-step strong{font-size:.62rem;line-height:1.3;display:block}.service-reference-process .process-step:nth-child(even) span b{background:var(--navy)}
.service-reference-gallery{border-top:1px solid var(--line);padding:12px 0}.service-reference-gallery h2{font-size:1.15rem;margin-bottom:8px}.service-reference-gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.service-reference-gallery-grid figure{margin:0;border-radius:7px;overflow:hidden;background:var(--navy)}.service-reference-gallery-grid img{display:block;width:100%;height:128px;object-fit:cover;transition:transform .4s}.service-reference-gallery-grid figure:hover img{transform:scale(1.06)}.service-reference-gallery-grid figcaption{min-height:25px;padding:6px 7px;color:#fff;text-align:center;font-size:.58rem;font-weight:700}
.service-reference-quality{padding:0 0 16px}.service-reference-quality>.shell{border:1px solid var(--line);border-radius:7px;padding:12px 15px}.service-reference-quality h2{font-size:1rem;margin:0 0 8px}.service-reference-quality-grid{display:grid;grid-template-columns:repeat(5,1fr)}.service-reference-quality-grid article{display:grid;grid-template-columns:44px 1fr;gap:9px;align-items:center;padding:6px 14px;border-right:1px solid var(--line)}.service-reference-quality-grid article:last-child{border-right:0}.service-reference-quality-grid img{width:38px;height:38px;object-fit:contain}.service-reference-quality-grid h3{font-size:.66rem;margin:0 0 3px}.service-reference-quality-grid p{font-size:.57rem;line-height:1.4;margin:0}.service-reference-page+.cta-band{padding:16px 0}.service-reference-page+.cta-band .cta-inner{min-height:68px}.service-reference-page+.cta-band h2{font-size:1.2rem}

/* Interaction and scroll polish */
.btn{position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:-40% auto -40% -45%;width:35%;background:rgba(255,255,255,.25);transform:skewX(-22deg);transition:left .45s ease}.btn:hover:after{left:120%}
.service-card img,.benefit-grid article img,.proof-row img{transition:transform .3s ease}.service-card:hover img,.benefit-grid article:hover img,.proof-row>div:hover img{transform:scale(1.07)}
.project-card:hover{border-color:#abc0d8}.text-link{transition:color .2s}.text-link:hover{color:var(--orange)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(255,107,10,.45);outline-offset:3px}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .58s cubic-bezier(.22,.8,.25,1),transform .58s cubic-bezier(.22,.8,.25,1)}.js .reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.hero-slide,.hero-content,.hero-media img{transition:none!important}.hero-media img,.hero-slide.is-active .hero-media img{transform:none}.hero-slider-progress{display:none}*{animation-duration:.01ms!important}}
@media (max-width:1050px){
  .main-nav{gap:14px;font-size:.66rem}.nav-cta{display:none!important}
  .service-grid,.services-home .service-grid,#service-catalog .service-grid{grid-template-columns:repeat(3,1fr)}.featured-home .project-grid{grid-template-columns:repeat(3,1fr)}.resource-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}
  .proof-row{grid-template-columns:repeat(3,1fr)}.resource-categories{grid-template-columns:repeat(4,1fr)}.analytics-grid{grid-template-columns:1fr 1fr}.detail-stat-strip{flex-wrap:wrap}.detail-stat-strip>div{min-width:33%}.capability-bands{grid-template-columns:1fr}.service-feature.compact.wide{grid-column:auto}
  .coverage-preview-grid{grid-template-columns:.8fr 1.2fr}.coverage-preview-provinces{grid-column:1/-1;grid-template-columns:repeat(7,1fr)}.sector-logo-row{grid-template-columns:repeat(2,1fr)}
  .service-reference-hero-grid{height:350px;min-height:0;grid-template-columns:1.08fr .92fr}.service-reference-hero-copy{height:350px;padding:32px 34px 68px 0}.service-reference-hero h1{font-size:2.45rem}.service-reference-hero.has-long-title h1{font-size:2.2rem}.service-reference-hero-media{height:350px;min-height:0}.service-reference-stats{grid-template-columns:1fr 1fr}.service-reference-stats>div:nth-child(2){border-right:0}.service-reference-stats>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-reference-scope-grid{grid-template-columns:repeat(3,1fr)}.service-reference-gallery-grid{grid-template-columns:repeat(3,1fr)}.service-reference-quality-grid{grid-template-columns:repeat(3,1fr)}.service-reference-quality-grid article:nth-child(3){border-right:0}.service-reference-quality-grid article:nth-child(-n+3){border-bottom:1px solid var(--line)}
}
@media (max-width:820px){
  :root{--shell:min(calc(100% - 30px),720px)}
  .topbar{display:none}.site-header{height:68px}.brand{min-width:0}.brand-logo{width:218px;max-height:52px}.menu-toggle{display:block;position:relative;z-index:3;width:42px;height:42px;padding:8px 9px;border:1px solid #cedbe5;border-radius:5px;background:#fff;box-shadow:0 4px 13px rgba(3,34,75,.08)}.menu-toggle span{height:2px;margin:5px 0;border-radius:2px;transform-origin:center;transition:transform .25s,opacity .2s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  body.menu-open:before{content:"";position:fixed;z-index:90;inset:68px 0 0;background:rgba(11,38,58,.5);backdrop-filter:blur(2px)}
  .main-nav{position:fixed;z-index:2;inset:68px 0 0 auto;width:min(86vw,370px);height:auto;background:#fff;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:18px 22px 28px;border-top:3px solid var(--orange);box-shadow:-16px 0 34px rgba(3,34,75,.17);transform:translateX(105%);transition:transform .3s cubic-bezier(.22,.8,.25,1);overflow:auto;overscroll-behavior:contain}
  .main-nav.open{transform:none}.main-nav>a,.nav-drop>a{height:auto;padding:13px 4px;border-bottom:1px solid var(--line);font-size:.8rem;letter-spacing:.025em}.main-nav>a:not(.btn):after,.nav-drop>a:after{display:none}.nav-drop{height:auto}.nav-drop>a span{display:none}.drop-menu{display:none}.main-nav .nav-cta{display:flex!important;height:46px!important;margin-top:20px;color:#fff;border:0}
  .hero{min-height:clamp(680px,calc(100svh - 68px),780px)}.hero-slide:after{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 58%,rgba(255,255,255,.08) 92%)}.hero-slide{align-items:flex-end}.hero-media{inset:0}.hero-content{padding:230px 0 112px}.hero h1{font-size:clamp(2.3rem,10vw,3.6rem)}.hero-slider-controls{bottom:28px;justify-content:center}.hero-slide[data-hero-slide="1"] .hero-media img,.hero-slide[data-hero-slide="2"] .hero-media img{object-position:center center}
  .stats-strip,.stats-strip.has-five{grid-template-columns:1fr 1fr;margin-top:0}.stats-strip>div:nth-child(2){border-right:0}.stats-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section{padding:52px 0}.service-grid,.services-home .service-grid,#service-catalog .service-grid,.project-grid,.featured-home .project-grid,.portfolio-section .project-grid{grid-template-columns:repeat(2,1fr)}.split,.story-grid,.coverage-map-layout,.contact-layout,.service-overview,.project-overview,.case-hero-grid,.case-study-grid,.active-provinces-grid,.transformation-grid,.achievement-grid,.result-panel-grid{grid-template-columns:1fr;gap:32px}.process-row{grid-template-columns:repeat(3,1fr);gap:25px}.process-row:before{display:none}
  .cta-inner{grid-template-columns:58px 1fr;padding:25px 0}.cta-actions{grid-column:1/-1}
  .inner-hero{min-height:470px;align-items:flex-end}.inner-hero-media{inset:0}.inner-hero:after,.inner-hero.dark:after{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 56%,rgba(255,255,255,.12) 90%)}.inner-hero.dark:after{background:linear-gradient(0deg,rgba(3,34,75,.98) 0%,rgba(3,34,75,.91) 58%,rgba(3,34,75,.15) 95%)}.inner-hero-content{padding:200px 0 35px}
  .resources-hero .inner-hero-media:before,.resources-hero .inner-hero-media:after{display:none}.resources-hero .inner-hero-content h1,.contact-hero .inner-hero-content h1,.coverage-hero .inner-hero-content h1{font-size:2.8rem}
  .tri-values,.leadership-grid,.license-grid{grid-template-columns:repeat(2,1fr)}.service-feature{grid-template-columns:1fr}.service-feature.reverse .service-feature-media{order:1}.service-feature.reverse .service-feature-copy{order:2}.service-feature-copy{padding:45px 30px}.service-feature-media img{min-height:340px;height:340px}.service-feature.compact,.service-feature.compact.media-right,.service-feature.compact.wide{grid-template-columns:1fr 1.2fr}.service-feature.compact.media-right .service-feature-media{order:1}.service-feature.compact.media-right .service-feature-copy{order:2}.service-feature.compact.wide .secondary{display:none}
  .resource-grid{grid-template-columns:repeat(2,1fr)}.map-large img,.coverage-reference .map-large img{height:auto}.coverage-reference-card{padding:22px}.coverage-reference .province-panel{align-self:stretch}.scope-grid{grid-template-columns:repeat(2,1fr)}.case-hero{background:#fff}.case-hero-grid>img{height:360px}.outcomes>.shell{display:block}.outcome-stats{margin-top:25px}
  .case-study-card{grid-template-columns:1fr 1fr}.coverage-quick{margin-top:0;display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:1px}.coverage-quick>div{min-width:0;box-shadow:none}.province-list.light{grid-template-columns:repeat(2,1fr)}.document-policy-grid{grid-template-columns:1fr}.document-policy-grid article{border-right:0;border-bottom:1px solid var(--line)}.document-request-banner{grid-template-columns:1fr}.detail-hero{min-height:500px;align-items:flex-end}.detail-hero-media{inset:0}.detail-hero:after{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 54%,rgba(255,255,255,.08) 95%)}.detail-hero-content{padding:210px 0 35px}.detail-stat-strip{margin-top:0}.detail-stat-strip>div{min-width:50%}.overview-media>div{grid-template-columns:1fr 1fr}.analytics-grid{grid-template-columns:1fr 1fr}.before-after img{height:190px}
  .coverage-preview-grid{grid-template-columns:1fr;gap:26px}.coverage-preview-copy{text-align:center}.coverage-preview-map{order:2}.coverage-preview-provinces{order:3;grid-column:auto;grid-template-columns:repeat(2,1fr);max-width:470px;margin-inline:auto;width:100%}
  .footer-proof>.shell{grid-template-columns:1fr 1fr}.footer-proof>.shell>div:nth-child(2){border-right:0}.footer-proof>.shell>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .service-reference-hero{background:#fff}.service-reference-hero-grid{height:auto;min-height:0;grid-template-columns:1fr}.service-reference-hero-copy{height:auto;padding:30px 0 26px;display:block}.service-reference-hero h1,.service-reference-hero.has-long-title h1{font-size:2.55rem;max-width:680px}.service-reference-hero-media{height:260px;min-height:0}.service-reference-hero-media:before{display:none}.service-reference-stats{margin-top:0;border-radius:0}.service-reference-overview-grid{grid-template-columns:1fr;gap:22px}.service-reference-overview-grid>img{height:260px}.service-reference-process .process-row{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:540px){
  body{font-size:14px}.section{padding:52px 0}.button-row,.cta-actions{flex-direction:column;align-items:stretch}.button-row .btn{width:100%}.brand-logo{width:190px}.main-nav{width:100%;padding-inline:20px;box-shadow:none}
  .hero{min-height:clamp(720px,calc(100svh - 68px),790px)}.hero-content{padding:220px 0 108px}.hero h1{font-size:clamp(2.05rem,10.2vw,2.85rem)}.hero p{font-size:.88rem;line-height:1.55}.hero-slider-controls{bottom:22px;gap:5px}.hero-slider-controls button{width:36px;height:36px}.hero-dots{height:36px;padding:0 9px}.stats-strip,.stats-strip.has-five{grid-template-columns:1fr}.stats-strip>div{border-right:0!important;border-bottom:1px solid var(--line)}
  .service-grid,#service-catalog .service-grid,.project-grid,.portfolio-section .project-grid,.tri-values,.leadership-grid,.license-grid,.resource-grid,.benefit-grid,.scope-grid{grid-template-columns:1fr}.project-media{height:230px}
  .process-row{grid-template-columns:repeat(2,1fr)}.cta-inner{display:block;text-align:center}.cta-symbol{margin:0 auto 15px}.cta-actions{margin-top:18px}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom>div{display:block;padding:15px 0}.footer-copyright{display:block}.footer-credit{display:block;margin-top:7px;padding:0;border:0}.footer-legal{margin-top:9px}
  .service-feature-copy ul,.province-list,.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.operator-row{grid-template-columns:1fr 1fr}.operator-row figure{height:104px;padding:10px}.operator-row img{max-width:120px;max-height:45px}.operator-row figcaption{font-size:.56rem}.sector-logo-row{grid-template-columns:1fr}.coverage-reference{padding:28px 0}.coverage-reference-card{padding:15px;border-radius:8px}.coverage-map-heading h2,.coverage-subsection .section-heading h2{font-size:1.45rem}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:130px}
  .case-facts,.outcome-stats,.mini-stats{flex-wrap:wrap}.case-hero-grid>img{height:280px}.contact-card,.inquiry-card{padding:24px}.map-placeholder>div{left:15px;top:15px}
  .proof-row{grid-template-columns:1fr 1fr}.case-study-card{grid-template-columns:1fr}.case-study-card>img{min-height:230px;height:230px}.coverage-quick{grid-template-columns:1fr}.active-provinces-grid>div:first-child{display:block}.province-list.light{grid-template-columns:1fr 1fr}.resource-categories{grid-template-columns:1fr 1fr}.document-request-banner>div:nth-child(2){display:grid}.detail-stat-strip{display:grid;grid-template-columns:1fr}.detail-stat-strip>div{min-width:0}.detail-hero h1{font-size:2.35rem}.overview-media>div{grid-template-columns:1fr}.analytics-grid{grid-template-columns:1fr}.before-after{grid-template-columns:1fr}.before-after>span{margin:-8px auto;transform:rotate(90deg)}.detail-gallery .gallery{grid-template-columns:1fr 1fr}.service-feature.compact,.service-feature.compact.media-right,.service-feature.compact.wide{grid-template-columns:1fr}.service-feature.compact .service-feature-media{height:210px}.license-grid{grid-template-columns:1fr 1fr}.result-panel-grid article{border-right:0;border-bottom:1px solid var(--line);padding:0 0 18px}
  .footer-proof>.shell{grid-template-columns:1fr}.footer-proof>.shell>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);justify-content:flex-start}.footer-proof>.shell>div:last-child{border-bottom:0}
  .service-reference-page h2{font-size:1.3rem}.service-reference-hero-copy{padding:25px 0 22px}.service-reference-hero h1,.service-reference-hero.has-long-title h1{font-size:2.15rem;line-height:1.06}.service-reference-hero-copy>p{font-size:.78rem}.service-reference-hero-media{height:225px}.service-reference-stats{grid-template-columns:1fr}.service-reference-stats>div{border-right:0;border-bottom:1px solid var(--line)}.service-reference-overview-grid>img{height:210px}.service-reference-scope-grid{grid-template-columns:1fr}.service-reference-process .process-row{grid-template-columns:repeat(2,1fr)}.service-reference-gallery-grid{grid-template-columns:1fr 1fr}.service-reference-quality-grid{grid-template-columns:1fr}.service-reference-quality-grid article{border-right:0;border-bottom:1px solid var(--line)}.service-reference-quality-grid article:last-child{border-bottom:0}
}
