:root{color-scheme:light dark;--paper:#f8f6f0;--paper-2:#eef2f5;--surface:#ffffff;--surface-blue:#e8eff6;--navy:#092b57;--navy-2:#061d3c;--cobalt:#155092;--cobalt-bright:#2168ac;--terracotta:#c86648;--terracotta-dark:#a94b31;--porcelain:#fffdf8;--text:#10243c;--muted:#607086;--line:#cbd5df;--line-dark:#315073;--shadow:0 22px 60px rgb(9 43 87/13%);--radius:3px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%}a,button,summary{-webkit-tap-highlight-color:transparent}h1,h2,h3{margin:0;font-family:Arial Narrow,Roboto Condensed,Impact,sans-serif;font-weight:700;line-height:.98;letter-spacing:-.035em}h1 em,h2 em{font-family:Georgia,Times New Roman,serif;font-weight:400}p{margin:0 0 1rem}svg{flex:0 0 auto}.shell{width:min(calc(100% - 48px),1240px);margin-inline:auto}.section{padding-block:clamp(88px,9vw,138px)}.section-bottom{padding-bottom:clamp(88px,9vw,138px)}.skip-link{position:fixed;z-index:999;left:12px;top:-70px;padding:.7rem 1rem;background:var(--terracotta);color:#fff;font-weight:800}.skip-link:focus{top:12px}:focus-visible{outline:3px solid var(--terracotta);outline-offset:4px}.kicker{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;color:var(--cobalt);font-size:.7rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.kicker>span{width:22px;height:7px;background:repeating-linear-gradient(90deg,var(--terracotta) 0 5px,transparent 5px 8px)}.kicker-light{color:#b9d5f2}.kicker-light>span{background:repeating-linear-gradient(90deg,#ef9c7c 0 5px,transparent 5px 8px)}.eyebrow{margin:0;color:var(--terracotta);font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.8rem 1.25rem;border:1px solid transparent;border-radius:var(--radius);font-size:.82rem;font-weight:900;letter-spacing:.03em;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button svg{width:21px;height:21px}.button-primary,.button-terracotta{background:var(--terracotta);color:#fff}.button-primary:hover,.button-terracotta:hover{background:var(--terracotta-dark)}.button-light,.button-porcelain{background:var(--porcelain);color:var(--navy)}.button-light:hover,.button-porcelain:hover{background:#e9f1fa}.button-outline-light{border-color:#7895b4;color:#fff}.button-outline-light:hover{border-color:#fff;background:rgb(255 255 255/8%)}.button-dark{background:var(--navy);color:#fff}.button-ghost{border-color:var(--line)}.text-link{display:inline-flex;align-items:center;gap:.55rem;padding-bottom:.2rem;border-bottom:2px solid var(--terracotta);color:var(--text);font-size:.78rem;font-weight:900}.text-link svg{width:17px}.round-link{width:42px;height:42px;display:grid;place-items:center;margin-left:auto;border:1px solid var(--line);color:var(--cobalt)}.round-link:hover{background:var(--cobalt);color:#fff}.round-link svg{width:18px}.site-header{position:relative;z-index:100;background:var(--surface);border-bottom:5px solid var(--cobalt)}.header-inner{min-height:88px;gap:clamp(1.4rem,3vw,3.2rem)}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.8rem;flex:0 0 auto}.brand-mark{width:46px;height:46px;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;background:var(--navy)}.brand-mark i{display:block;background:var(--porcelain)}.brand-mark i:first-child,.brand-mark i:nth-child(4){background:var(--terracotta)}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{color:var(--cobalt);font-family:Arial Narrow,Impact,sans-serif;font-size:1.03rem;letter-spacing:.14em}.brand-copy small{margin-top:.3rem;color:var(--text);font-size:.68rem;font-weight:900;letter-spacing:.08em}.desktop-nav{display:flex;align-items:center;gap:1.65rem;margin-left:auto}.desktop-nav a{position:relative;padding-block:.45rem;color:var(--muted);font-size:.76rem;font-weight:800}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--terracotta);transition:right .2s ease}.desktop-nav a:hover{color:var(--cobalt)}.desktop-nav a:hover:after{right:0}.header-phone{display:flex;align-items:center;gap:.7rem;padding-left:1.5rem;border-left:1px solid var(--line);font-size:.82rem;font-weight:900;line-height:1.25}.header-phone-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--terracotta);color:#fff}.header-phone small{display:block;color:var(--muted);font-size:.61rem;font-weight:700}.mobile-menu{display:none}.mobile-menu summary{width:48px;height:48px;display:grid;align-content:center;gap:5px;padding:0 12px;list-style:none;cursor:pointer;background:var(--navy)}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:2px;display:block;background:#fff}.mobile-menu[open] summary span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu nav{position:absolute;left:0;right:0;top:88px;display:grid;padding:20px 24px 28px;background:var(--surface);border-top:1px solid var(--line);box-shadow:var(--shadow)}.mobile-menu nav>a:not(.button){padding:1rem 0;border-bottom:1px solid var(--line);font-weight:850}.mobile-menu nav .button{margin-top:1rem}.home-hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}.home-hero:before{content:"";position:absolute;inset:0 55% 0 0;opacity:.15;background-image:linear-gradient(#fff 1px,transparent 0),linear-gradient(90deg,#fff 1px,transparent 0);background-size:46px 46px}.hero-grid{position:relative;display:grid;grid-template-columns:.86fr 1.14fr;min-height:690px}.hero-content{align-self:center;padding:90px 6vw 90px 0}.hero-content h1{max-width:650px;font-size:clamp(4rem,6.3vw,6.6rem);text-transform:uppercase}.hero-content h1 em{display:inline-block;color:#ef9c7c;text-transform:none}.hero-lead{max-width:590px;margin:1.7rem 0 2rem;color:#c3d1e1;font-size:1.07rem}.hero-actions{gap:.75rem}.hero-actions,.hero-checks{display:flex;flex-wrap:wrap}.hero-checks{gap:.8rem 1.25rem;margin-top:2rem;color:#a9bdd2;font-size:.7rem;font-weight:750}.hero-checks span{display:flex;align-items:center;gap:.4rem}.hero-checks svg{width:16px;color:#ef9c7c}.hero-mosaic{display:grid;grid-template-columns:1.55fr .65fr;grid-template-rows:1fr 1fr;gap:8px;min-height:690px;padding-left:8px;background:var(--porcelain)}.hero-mosaic figure{position:relative;margin:0;overflow:hidden;background:#dce4ec}.hero-mosaic img{object-fit:cover}.mosaic-main{grid-row:1/3}.mosaic-main img{object-position:50% 56%}.mosaic-main figcaption{position:absolute;left:20px;bottom:20px;display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:rgb(6 29 60/92%)}.mosaic-main figcaption b{color:#ef9c7c;font-size:.72rem}.mosaic-main figcaption span{display:grid;color:#fff;font-size:.7rem}.mosaic-main figcaption strong{font-size:.82rem}.mosaic-small img{object-position:58% 45%}.mosaic-pattern{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:15px;background:#e4eaf0}.mosaic-pattern i{position:relative;background:var(--cobalt)}.mosaic-pattern i:nth-child(2),.mosaic-pattern i:nth-child(4),.mosaic-pattern i:nth-child(6),.mosaic-pattern i:nth-child(8){background:var(--terracotta)}.mosaic-pattern i:nth-child(5):after{content:"";position:absolute;inset:25%;border:3px solid var(--porcelain);transform:rotate(45deg)}.precision-strip{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:-1px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.precision-strip>div{min-height:100px;display:flex;align-items:center;justify-content:center;gap:.9rem;border-right:1px solid var(--line)}.precision-strip>div:last-child{border:0}.grid-icon,.precision-strip svg{width:27px;height:27px;color:var(--terracotta)}.grid-icon{display:block;background-image:linear-gradient(var(--terracotta) 2px,transparent 2px),linear-gradient(90deg,var(--terracotta) 2px,transparent 2px);background-size:11px 11px}.precision-strip span:not(.grid-icon){display:grid;color:var(--muted);font-size:.67rem}.precision-strip strong{color:var(--text);font-size:.84rem}.section-heading{margin-bottom:3.5rem}.section-heading h2{font-size:clamp(3rem,5vw,5rem);text-transform:uppercase}.split-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:8%;align-items:end}.split-heading>div:last-child>p,.split-heading>p{max-width:520px;margin-left:auto;color:var(--muted)}.featured-services{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:16px}.service-card{min-width:0;display:grid;grid-template-rows:270px 1fr;background:var(--surface);border:1px solid var(--line);box-shadow:6px 6px 0 var(--surface-blue)}.service-card.featured{grid-template-rows:390px 1fr}.service-card-image{position:relative;overflow:hidden;background:var(--surface-blue)}.service-card-image img{object-fit:cover;transition:transform .45s ease}.service-card:hover .service-card-image img{transform:scale(1.035)}.service-card-image .card-index{position:absolute;left:0;bottom:0;margin:0;padding:.55rem .8rem;background:var(--navy);color:#fff;font-size:.7rem;font-weight:900}.service-card-body{position:relative;min-height:250px;display:flex;flex-direction:column;padding:1.6rem}.service-card-body h3{margin:.65rem 0 .85rem;font-size:clamp(1.75rem,2.3vw,2.6rem)}.service-card-body>p:not(.eyebrow){color:var(--muted);font-size:.82rem}.service-card-body .round-link{margin-top:auto}.service-index{display:grid;grid-template-columns:repeat(5,1fr);margin-top:16px;border-left:1px solid var(--line)}.service-index a{min-height:155px;display:flex;flex-direction:column;padding:1.2rem;border:1px solid var(--line);border-left:0;background:var(--surface)}.service-index a>span{color:var(--terracotta);font-size:.65rem;font-weight:900}.service-index strong{margin-top:1.3rem;line-height:1.15}.service-index small{margin-top:.35rem;color:var(--muted);font-size:.61rem}.service-index svg{width:16px;margin:auto 0 0 auto}.service-index a:hover{background:var(--cobalt);color:#fff}.service-index a:hover small{color:#c5d6e8}.all-services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.method-section{background:var(--navy-2);color:#fff}.method-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%;align-items:start}.method-intro{position:sticky;top:40px}.method-intro h2{font-size:clamp(3.1rem,5vw,5rem);text-transform:uppercase}.method-intro>p:not(.kicker){max-width:500px;margin:1.5rem 0 2rem;color:#a9bdd2}.method-steps{margin:0;padding:0;list-style:none;border-top:1px solid var(--line-dark)}.method-steps li{display:grid;grid-template-columns:70px 1fr;gap:1rem;padding:1.8rem 0;border-bottom:1px solid var(--line-dark)}.method-steps b{color:#ef9c7c;font-size:.75rem}.method-steps h3{font-size:1.9rem;text-transform:uppercase}.method-steps p{margin:.4rem 0 0;color:#a9bdd2;font-size:.84rem}.work-gallery{display:grid;grid-template-columns:1.15fr .85fr .7fr;grid-template-rows:280px 280px;gap:12px}.gallery-item{position:relative;margin:0;overflow:hidden;background:var(--surface-blue)}.gallery-item img{object-fit:cover}.gallery-item-1{grid-row:1/3}.gallery-item-2{grid-column:2/4}.gallery-item-3 img{object-position:50% 70%}.gallery-item figcaption{position:absolute;inset:auto 0 0;display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;background:linear-gradient(transparent,rgb(6 29 60/92%));color:#fff;font-size:.72rem;font-weight:800}.gallery-item figcaption span{color:#ef9c7c}.area-home{background:var(--cobalt);color:#fff}.area-layout{display:grid;grid-template-columns:.6fr 1.4fr;gap:7%}.area-copy{align-self:center}.area-copy h2{font-size:clamp(3.3rem,5vw,5.2rem);text-transform:uppercase}.area-copy>p:not(.kicker){max-width:450px;margin:1.4rem 0 2rem;color:#c3d5e8}.district-preview{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #5c82ab;border-top:1px solid #5c82ab}.district-preview a{min-height:112px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:.3rem;padding:1rem;border-right:1px solid #5c82ab;border-bottom:1px solid #5c82ab}.district-preview small{grid-column:1/3;color:#ef9c7c;font-size:.58rem}.district-preview span{font-size:.78rem;font-weight:900}.district-preview svg{width:15px}.district-preview a:hover{background:var(--navy)}.faq-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:8%}.faq-layout>p{color:var(--muted)}.faq-list{border-top:2px solid var(--cobalt)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;padding:1rem 0;cursor:pointer;list-style:none;font-size:.93rem;font-weight:850}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);color:var(--cobalt)}.faq-list details[open] summary span{background:var(--terracotta);border-color:var(--terracotta);color:#fff;transform:rotate(45deg)}.faq-list details>p{max-width:760px;margin:-.2rem 3.3rem 1.35rem 0;color:var(--muted);font-size:.9rem}.cta-band{position:relative;min-height:340px;display:grid;grid-template-columns:110px 1fr .65fr;align-items:center;gap:2.2rem;padding:clamp(2rem,5vw,4rem);overflow:hidden;background:var(--navy);color:#fff}.cta-band h2{font-size:clamp(2.4rem,4vw,4rem);text-transform:uppercase}.site-footer{position:relative;overflow:hidden;padding-top:100px;background:var(--navy-2);color:#fff}.footer-pattern{position:absolute;width:330px;height:330px;right:-60px;top:-80px;opacity:.08;transform:rotate(15deg);background-image:linear-gradient(#fff 3px,transparent 0),linear-gradient(90deg,#fff 3px,transparent 0);background-size:55px 55px}.footer-lead{position:relative;padding-bottom:80px}.footer-lead h2{font-size:clamp(3.2rem,6vw,6rem);text-transform:uppercase}.footer-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.6fr);gap:6%;padding-block:50px;border-top:1px solid var(--line-dark)}.footer-brand strong{font-family:Arial Narrow,Impact,sans-serif;font-size:1.35rem;text-transform:uppercase}.footer-brand p{max-width:400px;margin-top:.8rem;color:#93aac2;font-size:.8rem}.site-footer h3{margin-bottom:1rem;color:#ef9c7c;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.65rem;color:#afc0d1;font-size:.76rem}.site-footer li a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-block:1.3rem;border-top:1px solid var(--line-dark);color:#7891aa;font-size:.66rem}.breadcrumbs{margin-bottom:3rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.42rem;margin:0;padding:0;list-style:none;color:#8ea6bf;font-size:.67rem}.breadcrumbs li:not(:last-child):after{content:"·";margin-left:.42rem;color:var(--terracotta)}.location-hero,.page-hero,.service-detail-hero{position:relative;overflow:hidden;padding:38px 0 100px;background:var(--navy);color:#fff}.location-hero:after,.page-hero:after,.service-detail-hero:after{content:"";position:absolute;width:360px;height:360px;right:-80px;bottom:-160px;opacity:.08;background-image:linear-gradient(#fff 2px,transparent 0),linear-gradient(90deg,#fff 2px,transparent 0);background-size:45px 45px;transform:rotate(12deg)}.page-hero-light{background:var(--paper-2);color:var(--text);border-bottom:1px solid var(--line)}.page-hero-light .breadcrumbs{color:var(--muted)}.page-hero h1{max-width:960px;font-size:clamp(3.8rem,7vw,7rem);text-transform:uppercase}.page-hero h1 em{color:var(--terracotta);text-transform:none}.page-hero>.shell>p:last-child{max-width:680px;margin-top:1.5rem;color:#afc0d1}.page-hero-light>.shell>p:last-child{color:var(--muted)}.area-hero-grid,.detail-hero-grid,.location-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:7%;align-items:center}.area-hero-grid h1,.detail-hero-grid h1,.location-hero h1{font-size:clamp(3.5rem,6vw,6rem);text-transform:uppercase}.area-hero-grid h1 em,.detail-hero-grid h1 em,.location-hero h1 em{color:#ef9c7c;text-transform:none}.area-hero-grid p:not(.kicker),.detail-hero-grid>div:first-child>p:not(.kicker),.location-hero-grid>div:first-child>p:not(.kicker){max-width:620px;margin:1.5rem 0 2rem;color:#afc0d1}.detail-hero-image,.location-hero-image{position:relative;min-height:520px;box-shadow:16px 16px 0 var(--terracotta)}.detail-hero-image img,.location-hero-image img{object-fit:cover}.detail-image-grid{position:absolute;width:94px;height:94px;left:-24px;top:-24px;border:7px solid var(--porcelain);background-image:linear-gradient(var(--porcelain) 2px,transparent 2px),linear-gradient(90deg,var(--porcelain) 2px,transparent 2px);background-size:27px 27px}.related-cards{grid-template-columns:repeat(3,1fr)}.area-page-hero{padding-bottom:70px}.area-map{position:relative;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--terracotta);color:#fff}.area-map small,.area-map strong,.area-map svg{position:relative;z-index:2}.area-map svg{width:46px;height:46px;margin-bottom:.8rem}.area-map strong{font-size:1.2rem;letter-spacing:.18em}.area-map small{font-weight:800}.map-tiles{position:absolute;inset:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;opacity:.16;transform:rotate(9deg) scale(1.15)}.map-tiles i{border:4px solid #fff}.map-ring{display:none}.province-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;margin-bottom:2rem;padding:1.7rem;background:var(--cobalt);color:#fff;box-shadow:8px 8px 0 var(--surface-blue)}.province-card>svg{width:40px;color:#ef9c7c}.province-card h3,.province-card p{margin:0}.province-card p{color:#bed0e2;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em}.province-card h3{font-size:2rem;text-transform:uppercase}.province-card span{color:#bed0e2;font-size:.75rem}.province-card a{display:flex;align-items:center;gap:.5rem;font-weight:850}.province-card a svg{width:17px}.district-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.district-grid a{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:1rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);font-weight:850}.district-grid small{color:var(--terracotta);font-size:.59rem}.district-grid svg{width:15px}.district-grid a:hover{background:var(--cobalt);color:#fff}.location-hero-image img{object-position:50% 62%}.location-tile-label{position:absolute;right:16px;bottom:16px;padding:.7rem 1rem;background:rgb(6 29 60/92%);color:#fff;font-size:.62rem;letter-spacing:.1em}.location-tile-label b{color:#ef9c7c}.location-service-list{display:grid;grid-template-columns:repeat(2,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.location-service-list>a{min-height:125px;display:grid;grid-template-columns:45px 1fr auto;gap:.8rem;align-items:center;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.location-service-list>a>span{color:var(--terracotta);font-size:.65rem;font-weight:900}.location-service-list h3,.location-service-list p{margin:0}.location-service-list h3{font-size:1.45rem;text-transform:uppercase}.location-service-list p{margin-top:.35rem;color:var(--muted);font-size:.73rem}.location-service-list svg{width:17px}.location-process{background:var(--navy-2);color:#fff}.location-process .split-heading>p{color:#9cb2c9}.three-steps{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line-dark);border-top:1px solid var(--line-dark)}.three-steps>div{min-height:240px;padding:2rem;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.three-steps span{color:#ef9c7c;font-size:.67rem;font-weight:900}.three-steps h3{margin:2rem 0 .7rem;font-size:1.7rem;text-transform:uppercase}.three-steps p{color:#9cb2c9;font-size:.8rem}.districts-section .section-heading>p:last-child{max-width:720px;color:var(--muted)}.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.not-found h1{font-size:clamp(3rem,7vw,7rem);text-transform:uppercase}.not-found>p:not(.kicker){max-width:600px;color:var(--muted)}@media (max-width:1050px){.desktop-nav{display:none}.header-phone{margin-left:auto}.mobile-menu{display:block}.featured-services{grid-template-columns:1.25fr 1fr}.featured-services .service-card:last-child{grid-column:1/3;grid-template-columns:.8fr 1.2fr;grid-template-rows:1fr}.district-grid,.district-preview,.service-index{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.shell{width:min(calc(100% - 32px),690px)}.section{padding-block:82px}.section-bottom{padding-bottom:82px}.area-hero-grid,.detail-hero-grid,.faq-layout,.hero-grid,.location-hero-grid,.method-grid,.split-heading{grid-template-columns:1fr}.hero-content{padding:78px 0 65px}.hero-mosaic{min-height:560px;margin-inline:-16px;padding-left:0;border-top:8px solid var(--porcelain)}.precision-strip{width:100%}.split-heading{gap:1.4rem}.split-heading>div:last-child>p,.split-heading>p{margin-left:0}.method-intro{position:static;margin-bottom:2rem}.work-gallery{grid-template-columns:1fr 1fr;grid-template-rows:390px 240px 240px}.gallery-item-1{grid-column:1/3;grid-row:1}.gallery-item-2{grid-column:1/3}.area-layout{grid-template-columns:1fr}.area-copy{margin-bottom:2.5rem}.cta-band{grid-template-columns:80px 1fr}.cta-band-actions{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.detail-hero-grid,.location-hero-grid{gap:3.5rem}.detail-hero-image,.location-hero-image{min-height:500px}.three-steps{grid-template-columns:1fr}}@media (max-width:640px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.shell{width:min(calc(100% - 28px),530px)}.site-header{position:relative}.header-inner{min-height:76px}.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:.84rem}.brand-copy small{font-size:.56rem}.header-phone{display:none}.mobile-menu{margin-left:auto}.mobile-menu nav{top:76px}.hero-content h1{font-size:clamp(3.1rem,15vw,4.8rem)}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%;min-height:68px;font-size:.96rem}.hero-actions .button svg{width:25px;height:25px}.hero-checks{display:grid}.hero-mosaic{grid-template-columns:1fr .48fr;min-height:470px}.mosaic-main figcaption{left:10px;bottom:10px}.precision-strip{grid-template-columns:1fr}.precision-strip>div{min-height:72px;justify-content:flex-start;padding-left:22px;border-right:0;border-bottom:1px solid var(--line)}.all-services,.featured-services,.related-cards{grid-template-columns:1fr}.featured-services .service-card:last-child{grid-column:auto;grid-template-columns:1fr;grid-template-rows:270px 1fr}.service-card,.service-card.featured{grid-template-rows:290px 1fr}.service-index{grid-template-columns:1fr;border-top:1px solid var(--line)}.service-index a{min-height:92px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;border-top:0}.service-index small,.service-index strong,.service-index svg{margin:0}.service-index small{display:none}.method-steps li{grid-template-columns:45px 1fr}.work-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,320px)}.gallery-item-1,.gallery-item-2{grid-column:auto;grid-row:auto}.district-preview{grid-template-columns:repeat(2,1fr)}.district-preview a{min-height:92px}.faq-layout{gap:1.6rem}.cta-band{grid-template-columns:1fr;padding:2rem 1.35rem}.footer-actions{display:grid}.footer-bottom{flex-direction:column}.area-hero-grid h1,.detail-hero-grid h1,.location-hero h1,.page-hero h1{font-size:clamp(3rem,14vw,4.8rem)}.detail-hero-image,.location-hero-image{min-height:420px;box-shadow:9px 9px 0 var(--terracotta)}.district-grid,.location-service-list{grid-template-columns:1fr}.province-card{grid-template-columns:auto 1fr}.province-card>a{grid-column:1/3;justify-content:center;padding-top:1rem;border-top:1px solid #5c82ab}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:390px){.shell{width:calc(100% - 24px)}.brand-copy small{letter-spacing:.04em}.hero-mosaic{min-height:420px}.district-preview,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media (prefers-color-scheme:dark){:root{--paper:#071326;--paper-2:#0b1b32;--surface:#102440;--surface-blue:#142e4f;--text:#f2f5f8;--muted:#a9b7c7;--line:#294564;--shadow:0 22px 60px rgb(0 0 0/35%)}.site-header{background:#0a1a30}.brand-copy small{color:#d8e3ef}.mobile-menu nav{background:#0a1a30}.page-hero-light{background:var(--paper-2)}.service-card{box-shadow:6px 6px 0 #183858}.province-card{box-shadow:8px 8px 0 #173959}.button-ghost{border-color:#45617f}.text-link{color:var(--text)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:Trebuchet MS,Segoe UI,sans-serif}h1,h2,h3{font-family:Cambria,Georgia,Times New Roman,serif;font-weight:600;line-height:1.02;letter-spacing:-.045em;text-transform:none!important}h1 em,h2 em{font-family:Trebuchet MS,Segoe UI,sans-serif;font-style:normal;font-weight:700;letter-spacing:-.06em}.blueprint-label,.cta-contact-board small,.detail-image-code,.eyebrow,.kicker,.quick-contact small,.spec-cautions>p,.whatsapp-tile small{font-family:Consolas,Courier New,monospace}.area-hero-grid h1,.detail-hero-grid h1,.hero-content h1,.location-hero h1,.page-hero h1{letter-spacing:-.065em}.district-services h3,.location-service-list h3,.service-card-body h3{letter-spacing:-.025em}.whatsapp-tile{width:min(100%,410px);min-height:70px;display:grid;grid-template-columns:54px minmax(0,1fr) 24px;align-items:center;gap:.8rem;padding:7px 12px 7px 7px;border:2px solid #89a0b8;background:var(--porcelain);color:var(--navy);box-shadow:5px 5px 0 rgb(200 102 72/70%);transition:transform .18s ease,border-color .18s ease}.whatsapp-tile:hover{transform:translate(-2px,-2px);border-color:var(--terracotta)}.whatsapp-tile-icon{width:54px;height:54px;display:grid;place-items:center;background:#e7f5eb;border:1px solid #acd5b9}.whatsapp-tile-icon svg{width:30px;height:30px}.whatsapp-tile-copy{min-width:0;display:grid;line-height:1.15}.whatsapp-tile-copy small{overflow:hidden;color:#527061;font-size:.56rem;font-weight:700;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}.whatsapp-tile-copy strong{margin-top:.32rem;font-family:Trebuchet MS,Segoe UI,sans-serif;font-size:.86rem;font-weight:800}.whatsapp-tile-arrow{width:18px;color:var(--terracotta)}.hero-actions{width:min(100%,520px);display:grid;grid-template-columns:154px minmax(0,1fr);align-items:stretch}.hero-phone-tile{min-height:70px;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem;background:var(--terracotta);color:#fff}.hero-phone-tile svg{width:25px}.hero-phone-tile span{display:grid;line-height:1.15;font-size:.82rem;font-weight:850}.hero-phone-tile small{margin-bottom:.2rem;font:.52rem Consolas,monospace;letter-spacing:.07em;opacity:.8}.hero-whatsapp{min-width:0;box-shadow:none}.method-whatsapp{margin-top:2rem;box-shadow:5px 5px 0 var(--terracotta)}.area-whatsapp,.detail-whatsapp,.district-whatsapp,.location-whatsapp{margin-top:1.8rem}.menu-whatsapp{width:100%;margin-top:1rem}.quick-contact{position:fixed;z-index:190;right:22px;bottom:22px;width:350px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:6px;padding:6px;border:2px solid var(--navy);background:var(--porcelain);box-shadow:10px 12px 0 rgb(9 43 87/18%)}.quick-phone,.quick-whatsapp{min-height:66px;display:flex;align-items:center}.quick-phone{justify-content:center;background:var(--terracotta);color:#fff}.quick-phone svg{width:25px;height:25px}.quick-phone>span{display:none}.quick-whatsapp{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) 18px;gap:.65rem;padding:6px 10px 6px 6px;background:var(--navy);color:#fff}.quick-whatsapp-icon{width:46px;height:46px;display:grid;place-items:center;background:#e4f5e9}.quick-whatsapp-icon svg{width:28px;height:28px}.quick-whatsapp>span:nth-child(2){min-width:0;display:grid;overflow:hidden;font-size:.75rem;font-weight:850;line-height:1.15;white-space:nowrap}.quick-whatsapp small{margin-bottom:.22rem;color:#83d29d;font-size:.52rem;letter-spacing:.08em}.quick-whatsapp>svg{width:16px;color:#ef9c7c}.cta-band{min-height:390px;grid-template-columns:100px minmax(0,1fr) minmax(320px,.8fr);gap:clamp(1.5rem,4vw,4rem);padding:clamp(2.2rem,5vw,4.5rem);background:var(--cobalt)}.cta-index{align-self:stretch;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:26px 1fr 1fr;gap:5px}.cta-index>span{grid-column:1/3;color:#ef9c7c;font:.62rem Consolas,monospace}.cta-index i{background:rgb(255 255 255/88%)}.cta-index i:first-of-type,.cta-index i:nth-of-type(4){background:var(--terracotta)}.cta-copy h2{max-width:620px;font-size:clamp(2.8rem,4.8vw,5rem)}.cta-copy>p:last-child{max-width:560px;margin:1.4rem 0 0;color:#c4d5e7;font-size:.82rem}.cta-contact-board{display:grid;align-content:center;gap:10px;padding:12px;border:1px solid #6e93bb;background:rgb(6 29 60/34%)}.cta-phone{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border-left:6px solid var(--terracotta);background:var(--porcelain);color:var(--navy);font-weight:850}.cta-phone span{display:grid}.cta-phone small{margin-bottom:.2rem;color:var(--terracotta-dark);font-size:.53rem;letter-spacing:.08em}.cta-phone svg{width:24px;color:var(--terracotta)}.cta-whatsapp{width:100%;box-shadow:none}.footer-actions{display:grid;grid-template-columns:minmax(220px,300px) minmax(300px,410px);align-items:stretch}.footer-phone-tile{min-height:70px;display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;background:var(--terracotta);color:#fff}.footer-phone-tile svg{width:26px}.footer-phone-tile span{display:grid;line-height:1.1;font-weight:850}.footer-phone-tile small{margin-bottom:.3rem;font:.55rem Consolas,monospace;letter-spacing:.1em;opacity:.75}.footer-whatsapp{box-shadow:none}.detail-image-code{position:absolute;right:0;top:0;padding:.6rem .8rem;background:var(--terracotta);color:#fff;font-size:.57rem;letter-spacing:.1em}.service-blueprint{display:grid;grid-template-columns:1.25fr .75fr;gap:8%;align-items:start}.blueprint-guide h2{max-width:780px;font-size:clamp(2.8rem,4.8vw,5rem)}.blueprint-copy{max-width:780px;margin-top:2.2rem;padding-left:2rem;border-left:4px solid var(--terracotta);color:var(--muted)}.blueprint-copy p{margin-bottom:1.3rem;line-height:1.85}.blueprint-uses{padding:1.2rem;border:1px solid var(--line);background:var(--surface);box-shadow:9px 9px 0 var(--surface-blue)}.blueprint-label{margin:0 0 1rem;color:var(--terracotta);font-size:.6rem;font-weight:800;letter-spacing:.12em}.blueprint-uses>div{display:grid;grid-template-columns:1fr 1fr}.blueprint-uses span{min-height:118px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;border-top:1px solid var(--line);border-left:1px solid var(--line);font-family:Cambria,Georgia,serif;font-size:1rem;font-weight:700;line-height:1.2}.blueprint-uses span:nth-child(2n){border-right:1px solid var(--line)}.blueprint-uses span:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.blueprint-uses small{color:var(--terracotta);font:.56rem Consolas,monospace}.service-workflow{padding-block:clamp(80px,9vw,130px);background:var(--navy-2);color:#fff}.workflow-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:9%;align-items:start}.workflow-layout header{position:sticky;top:30px}.workflow-layout h2{font-size:clamp(2.8rem,4.5vw,4.7rem)}.workflow-layout ol{margin:0;padding:0;list-style:none;counter-reset:workflow}.workflow-layout li{min-height:110px;display:grid;grid-template-columns:65px 1fr;align-items:center;border-bottom:1px solid var(--line-dark)}.workflow-layout li:first-child{border-top:1px solid var(--line-dark)}.workflow-layout b{color:#ef9c7c;font:.65rem Consolas,monospace}.workflow-layout li span{font-family:Cambria,Georgia,serif;font-size:clamp(1.25rem,2vw,1.8rem)}.service-spec-board{display:grid;grid-template-columns:1fr 1fr;gap:18px}.spec-benefits,.spec-cautions{min-height:460px;padding:clamp(2rem,5vw,4rem)}.spec-benefits{border:1px solid var(--line);background:var(--surface)}.spec-benefits h2{font-size:clamp(2.7rem,4vw,4.2rem)}.spec-benefits ul{margin:2rem 0 0;padding:0;list-style:none}.spec-benefits li{display:flex;gap:.7rem;padding:1rem 0;border-bottom:1px solid var(--line);font-weight:750}.spec-benefits svg{width:18px;color:var(--terracotta)}.spec-cautions{background:var(--terracotta);color:#fff}.spec-cautions>p{font-size:.62rem;font-weight:800;letter-spacing:.13em}.spec-cautions ol{margin:3rem 0 0;padding:0;list-style:none}.spec-cautions li{display:grid;grid-template-columns:45px 1fr;gap:.8rem;padding:1.15rem 0;border-bottom:1px solid rgb(255 255 255/30%);font-family:Cambria,Georgia,serif;font-size:1.1rem}.spec-cautions li span{font:.58rem Consolas,monospace}.service-faq-board{display:grid;grid-template-columns:.7fr 1.3fr;gap:8%;align-items:start}.service-faq-board header{position:sticky;top:30px}.service-faq-board h2{font-size:clamp(2.8rem,4.5vw,4.7rem)}.service-faq-board header>p:last-child{margin-top:1.4rem;color:var(--muted)}.district-dossier-hero{padding:38px 0 100px;overflow:hidden;background:var(--navy-2);color:#fff}.district-hero-layout{display:grid;grid-template-columns:180px 1fr;gap:7%;align-items:stretch}.district-number{display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem;border:1px solid var(--line-dark);background-image:linear-gradient(rgb(255 255 255/10%) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/10%) 1px,transparent 0);background-size:36px 36px}.district-number small{font:.58rem Consolas,monospace;letter-spacing:.1em}.district-number strong{color:#ef9c7c;font:4.8rem Cambria,Georgia,serif}.district-hero-copy{max-width:940px}.district-hero-copy h1{font-size:clamp(3.8rem,7vw,7rem)}.district-hero-copy>p:not(.kicker){max-width:700px;margin:1.5rem 0 0;color:#afc0d1}.district-briefing{display:grid;grid-template-columns:1.25fr .75fr;gap:7%;align-items:start}.district-briefing article h2{font-size:clamp(2.8rem,4.8vw,5rem)}.district-article-copy{margin:2.3rem 0;border-top:1px solid var(--line)}.district-article-copy>div{display:grid;grid-template-columns:55px 1fr;gap:1rem;padding:1.3rem 0;border-bottom:1px solid var(--line)}.district-article-copy span{color:var(--terracotta);font:.58rem Consolas,monospace}.district-article-copy p{margin:0;color:var(--muted);line-height:1.8}.district-coverage-card{position:sticky;top:28px;padding:2rem;background:var(--surface);border-top:8px solid var(--terracotta);box-shadow:10px 10px 0 var(--surface-blue)}.district-coverage-card>svg{width:42px;height:42px;color:var(--cobalt)}.district-coverage-card>small{display:block;margin-top:1.3rem;color:var(--terracotta);font:.58rem Consolas,monospace;letter-spacing:.1em}.district-coverage-card h3{margin-top:.8rem;font-size:2rem}.district-coverage-card>p{margin-top:1rem;color:var(--muted);font-size:.82rem}.coverage-whatsapp{width:100%;margin-top:1.3rem;box-shadow:none}.district-catalog-section{padding-block:clamp(85px,10vw,140px);background:var(--cobalt);color:#fff}.district-catalog-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:7%;align-items:start}.district-catalog-layout header{position:sticky;top:30px}.district-catalog-layout h2{font-size:clamp(2.8rem,4.5vw,4.8rem)}.district-catalog-layout header>p:last-child{margin-top:1.3rem;color:#c2d5e7}.district-catalog-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #6e93bb;border-left:1px solid #6e93bb}.district-catalog-grid a{min-height:145px;display:grid;grid-template-columns:40px 1fr auto;align-content:center;gap:.35rem .7rem;padding:1.2rem;border-right:1px solid #6e93bb;border-bottom:1px solid #6e93bb}.district-catalog-grid small{color:#ef9c7c;font:.56rem Consolas,monospace}.district-catalog-grid strong{font-family:Cambria,Georgia,serif;font-size:1.25rem}.district-catalog-grid span{grid-column:2;color:#b9cee2;font:.55rem Consolas,monospace}.district-catalog-grid svg{grid-column:3;grid-row:1/3;width:17px;align-self:center}.district-catalog-grid a:hover{background:var(--navy)}.district-plan-board{display:grid;grid-template-columns:.75fr 1.25fr;gap:8%;align-items:start}.district-plan-board header{position:sticky;top:30px}.district-plan-board h2{font-size:clamp(2.8rem,4.5vw,4.7rem)}.district-plan-board ol{margin:0;padding:0;list-style:none;border-top:2px solid var(--cobalt)}.district-plan-board li{display:grid;grid-template-columns:55px 1fr;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.district-plan-board li>span{color:var(--terracotta);font:.58rem Consolas,monospace}.district-plan-board h3{font-size:1.4rem}.district-plan-board li p{margin:.4rem 0 0;color:var(--muted);font-size:.8rem}.district-faq-board{display:grid;grid-template-columns:.7fr 1.3fr;gap:8%;align-items:start;padding-top:0}.district-faq-board header{position:sticky;top:30px}.district-faq-board h2{font-size:clamp(2.8rem,4.5vw,4.7rem)}.district-faq-board header>p:last-child{margin-top:1.3rem;color:var(--muted)}@media (max-width:900px){.cta-band{grid-template-columns:75px 1fr}.cta-contact-board{grid-column:2}.district-briefing,.district-catalog-layout,.district-faq-board,.district-plan-board,.service-blueprint,.service-faq-board,.workflow-layout{grid-template-columns:1fr}.blueprint-uses{margin-top:2rem}.district-catalog-layout header,.district-coverage-card,.district-faq-board header,.district-plan-board header,.service-faq-board header,.workflow-layout header{position:static}.district-coverage-card{margin-top:2rem}.district-catalog-layout header,.district-faq-board header,.district-plan-board header{margin-bottom:2rem}}@media (max-width:640px){body{padding-bottom:calc(102px + env(safe-area-inset-bottom))}.hero-actions{grid-template-columns:1fr;width:100%}.hero-phone-tile,.hero-whatsapp{width:100%;min-height:70px}.whatsapp-tile{min-height:68px;grid-template-columns:50px minmax(0,1fr) 20px;padding:6px 10px 6px 6px}.whatsapp-tile-icon{width:50px;height:50px}.whatsapp-tile-copy strong{font-size:.8rem}.quick-contact{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:auto;grid-template-columns:66px minmax(0,1fr);padding:5px;box-shadow:6px 7px 0 rgb(9 43 87/20%)}.quick-phone,.quick-whatsapp{min-height:62px}.quick-whatsapp{grid-template-columns:42px minmax(0,1fr) 15px;padding-right:7px}.quick-whatsapp-icon{width:42px;height:42px}.quick-whatsapp>span:nth-child(2){font-size:.67rem}.quick-whatsapp small{font-size:.48rem}.cta-band{grid-template-columns:1fr;min-height:0;padding:1.5rem}.cta-index{width:64px;height:64px;grid-template-rows:16px 1fr 1fr}.cta-contact-board{grid-column:auto;padding:8px}.footer-actions{grid-template-columns:1fr}.footer-phone-tile,.footer-whatsapp{width:100%}.service-blueprint{gap:2rem}.blueprint-copy{padding-left:1rem}.blueprint-uses span{min-height:100px;padding:.8rem;font-size:.88rem}.service-spec-board{grid-template-columns:1fr}.spec-benefits,.spec-cautions{min-height:0;padding:1.5rem}.district-hero-layout{grid-template-columns:1fr}.district-number{width:112px;min-height:118px}.district-number strong{font-size:3rem}.district-hero-copy h1{font-size:clamp(3rem,14vw,4.7rem)}.district-catalog-grid{grid-template-columns:1fr}.district-catalog-grid a{min-height:112px}.district-briefing,.district-faq-board,.district-plan-board{gap:1.5rem}}@media (max-width:390px){.quick-contact{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));grid-template-columns:58px minmax(0,1fr)}.quick-whatsapp{grid-template-columns:38px minmax(0,1fr)}.quick-whatsapp>svg{display:none}.quick-whatsapp-icon{width:38px;height:38px}.quick-whatsapp>span:nth-child(2){font-size:.62rem}}.district-service-hero{padding:38px 0 clamp(86px,10vw,140px);overflow:hidden;background-color:var(--navy-2);background-image:linear-gradient(rgb(255 255 255/5%) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/5%) 1px,transparent 0);background-size:42px 42px;color:#fff}.district-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:clamp(3rem,7vw,7rem);align-items:center}.district-service-code{width:fit-content;display:flex;margin:0 0 2.2rem;border:1px solid #547697;font:.57rem Consolas,Courier New,monospace;letter-spacing:.11em}.district-service-code span{padding:.55rem .75rem}.district-service-code span+span{border-left:1px solid #547697;color:#ef9c7c}.district-service-hero-copy h1{max-width:830px;font-size:clamp(3.7rem,6.7vw,7rem)}.district-service-hero-copy h1 em{color:#ef9c7c}.district-service-lead{max-width:760px;margin:1.65rem 0 0;color:#b9cada;font-size:.94rem;line-height:1.85}.district-service-whatsapp{margin-top:2rem}.district-service-visual{position:relative;min-height:590px;margin:0;border:10px solid var(--porcelain);box-shadow:16px 16px 0 var(--terracotta)}.district-service-visual img{object-fit:cover}.district-service-grid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/17%) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/17%) 1px,transparent 0);background-size:25% 25%;pointer-events:none}.district-service-visual:after,.district-service-visual:before{position:absolute;z-index:2;content:"";background:var(--terracotta)}.district-service-visual:before{left:-20px;top:22%;width:40px;height:3px}.district-service-visual:after{left:12%;top:-20px;width:3px;height:40px}.district-service-visual figcaption{position:absolute;z-index:2;right:0;bottom:0;min-width:66%;display:grid;padding:1.1rem 1.25rem;background:var(--porcelain);color:var(--navy)}.district-service-visual figcaption small{color:var(--terracotta-dark);font:.55rem Consolas,monospace;letter-spacing:.1em}.district-service-visual figcaption strong{margin-top:.35rem;font-family:Cambria,Georgia,serif;font-size:1.35rem}.district-service-article{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(3rem,7vw,7rem);align-items:start}.district-service-article article>h2{max-width:850px;font-size:clamp(2.8rem,4.8vw,5rem)}.district-service-prose{margin-top:2.5rem;border-top:2px solid var(--cobalt)}.district-service-prose>div{display:grid;grid-template-columns:52px 1fr;gap:1rem;padding:1.35rem 0;border-bottom:1px solid var(--line)}.district-service-prose span{color:var(--terracotta);font:.58rem Consolas,monospace}.district-service-prose p{margin:0;color:var(--muted);line-height:1.85}.district-service-inspection{position:sticky;top:28px;padding:2rem;border:1px solid var(--line);background-color:var(--surface);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:34px 34px;box-shadow:10px 10px 0 var(--surface-blue)}.inspection-cross{position:relative;width:72px;height:72px;margin-bottom:2rem;border:2px solid var(--terracotta);border-radius:50%}.inspection-cross i{position:absolute;left:50%;top:10px;width:1px;height:48px;background:var(--terracotta)}.inspection-cross i+i{transform:rotate(90deg)}.district-service-inspection>small{color:var(--terracotta);font:.56rem Consolas,monospace;font-weight:800;letter-spacing:.1em}.district-service-inspection h2{margin-top:.8rem;font-size:clamp(2.1rem,3vw,3rem)}.district-service-inspection>p{margin-top:1rem;color:var(--muted);font-size:.82rem;line-height:1.75}.district-service-inspection ol{margin:1.5rem 0 0;padding:0;list-style:none}.district-service-inspection li{display:grid;grid-template-columns:32px 1fr;gap:.75rem;padding:.9rem 0;border-top:1px solid var(--line);font-weight:750}.district-service-inspection li span{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--terracotta);color:var(--terracotta-dark);font:.55rem Consolas,monospace}.district-service-usage{padding-block:clamp(85px,10vw,140px);background:var(--cobalt);color:#fff}.district-service-usage-layout{display:grid;grid-template-columns:.58fr 1.42fr;gap:7%;align-items:start}.district-service-usage header{position:sticky;top:30px}.district-service-usage h2{font-size:clamp(2.8rem,4.6vw,4.9rem)}.district-service-use-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #7292b3;border-left:1px solid #7292b3}.district-service-use-grid article{min-height:235px;display:flex;flex-direction:column;padding:1.5rem;border-right:1px solid #7292b3;border-bottom:1px solid #7292b3}.district-service-use-grid span{color:#ef9c7c;font:.58rem Consolas,monospace}.district-service-use-grid h3{margin-top:auto;font-size:1.65rem}.district-service-use-grid p{margin-top:.7rem;color:#c2d5e7;font-size:.76rem}.district-service-process{display:grid;grid-template-columns:.72fr 1.28fr;gap:8%;align-items:start}.district-service-process header{position:sticky;top:28px}.district-service-process h2{font-size:clamp(2.8rem,4.5vw,4.8rem)}.district-service-process header>p:last-child{margin-top:1.3rem;color:var(--muted)}.district-service-process ol{margin:0;padding:0;list-style:none;border-top:2px solid var(--navy)}.district-service-process li{min-height:122px;display:grid;grid-template-columns:70px 1fr;align-items:stretch;border-bottom:1px solid var(--line)}.district-service-process li>span{display:grid;place-items:center;border-right:1px solid var(--line);color:var(--terracotta);font:.62rem Consolas,monospace}.district-service-process li>div{display:flex;flex-direction:column;justify-content:center;padding:1.1rem 1.4rem}.district-service-process small{color:var(--muted);font:.53rem Consolas,monospace;letter-spacing:.1em}.district-service-process strong{margin-top:.4rem;font-family:Cambria,Georgia,serif;font-size:1.35rem}.district-service-warning{min-height:430px;display:grid;grid-template-columns:1fr 1fr;background:var(--terracotta);color:#fff}.district-service-warning>div{padding:clamp(2rem,5vw,4.5rem);border-right:1px solid rgb(255 255 255/32%)}.district-service-warning h2{max-width:640px;font-size:clamp(2.8rem,4.5vw,4.8rem)}.district-service-warning>div>p:last-child{max-width:620px;margin-top:1.5rem;color:#fff3ed}.district-service-warning ul{display:grid;align-content:center;margin:0;padding:clamp(2rem,5vw,4.5rem);list-style:none}.district-service-warning li{display:flex;gap:.8rem;padding:1rem 0;border-bottom:1px solid rgb(255 255 255/34%);font-family:Cambria,Georgia,serif;font-size:1.2rem}.district-service-warning li:first-child{border-top:1px solid rgb(255 255 255/34%)}.district-service-warning li svg{flex:0 0 auto;width:20px;color:#fff}.district-service-faq{display:grid;grid-template-columns:.68fr 1.32fr;gap:8%;align-items:start}.district-service-faq header{position:sticky;top:28px}.district-service-faq h2{font-size:clamp(2.8rem,4.5vw,4.8rem)}.district-service-faq header>p:last-child{margin-top:1.3rem;color:var(--muted)}.district-service-network{padding-block:clamp(85px,10vw,140px);background:var(--navy-2);color:#fff}.district-service-network-heading{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end}.district-service-network-heading h2{font-size:clamp(2.8rem,4.5vw,4.8rem)}.district-service-parent-links{display:grid;gap:.6rem}.district-service-parent-links a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid #557594;font-weight:800}.district-service-parent-links svg{width:17px;color:#ef9c7c}.district-service-siblings{display:grid;grid-template-columns:repeat(4,1fr);margin-top:3rem;border-top:1px solid #557594;border-left:1px solid #557594}.district-service-siblings a{min-height:145px;display:grid;grid-template-columns:34px 1fr auto;align-content:center;gap:.8rem;padding:1rem;border-right:1px solid #557594;border-bottom:1px solid #557594}.district-service-siblings span{color:#ef9c7c;font:.55rem Consolas,monospace}.district-service-siblings strong{font-family:Cambria,Georgia,serif;font-size:1.06rem;line-height:1.15}.district-service-siblings svg{width:16px}.district-service-siblings a:hover{background:var(--cobalt)}.service-district-network{padding-block:clamp(85px,10vw,140px);background:var(--terracotta);color:#fff}.service-district-network-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:7%;align-items:start}.service-district-network header{position:sticky;top:30px}.service-district-network h2{font-size:clamp(2.8rem,4.6vw,4.9rem)}.service-district-network header>p:last-child{margin-top:1.3rem;color:#fff0ea}.service-district-links{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgb(255 255 255/42%);border-left:1px solid rgb(255 255 255/42%)}.service-district-links a{min-height:112px;display:grid;grid-template-columns:36px 1fr auto;grid-template-rows:auto auto;align-content:center;gap:.2rem .75rem;padding:1rem;border-right:1px solid rgb(255 255 255/42%);border-bottom:1px solid rgb(255 255 255/42%)}.service-district-links span{grid-row:1/3;color:#fff2ec;font:.55rem Consolas,monospace}.service-district-links strong{font-family:Cambria,Georgia,serif;font-size:1.15rem}.service-district-links small{font:.54rem Consolas,monospace;letter-spacing:.07em;opacity:.8}.service-district-links svg{grid-column:3;grid-row:1/3;width:17px;align-self:center}.service-district-links a:hover{background:rgb(99 35 22/22%)}@media (max-width:980px){.district-service-hero-grid{grid-template-columns:1fr}.district-service-visual{min-height:520px}.district-service-article,.district-service-faq,.district-service-process,.district-service-usage-layout,.service-district-network-layout{grid-template-columns:1fr}.district-service-faq header,.district-service-inspection,.district-service-process header,.district-service-usage header,.service-district-network header{position:static}.district-service-faq .faq-list,.district-service-inspection,.district-service-process ol,.district-service-use-grid,.service-district-links{margin-top:2rem}.district-service-siblings{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.district-service-hero{padding-top:24px}.district-service-hero-copy h1{font-size:clamp(3rem,14vw,4.6rem)}.district-service-code{margin-bottom:1.5rem}.district-service-visual{min-height:410px;border-width:7px;box-shadow:9px 9px 0 var(--terracotta)}.district-service-article{gap:1.5rem}.district-service-prose>div{grid-template-columns:38px 1fr}.district-service-inspection{padding:1.4rem}.district-service-use-grid,.service-district-links{grid-template-columns:1fr}.district-service-use-grid article{min-height:175px}.district-service-process{gap:1.5rem}.district-service-process li{grid-template-columns:55px 1fr}.district-service-warning{grid-template-columns:1fr}.district-service-warning>div{border-right:0;border-bottom:1px solid rgb(255 255 255/32%)}.district-service-network-heading{grid-template-columns:1fr;align-items:start}.district-service-parent-links{width:100%}.district-service-siblings{grid-template-columns:1fr}.district-service-siblings a{min-height:105px}}