@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#0b1f1c;--bg-soft:#102923;--panel:#142f29;--amber:#ffb020;--steel:#5b9aa0;--text:#f1f5f0;--muted:#afc1bb;--line:rgba(241,245,240,.13);--light:#edf1eb;--ink:#112620}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.16;letter-spacing:-.045em}h1{font-size:clamp(2.75rem,5.8vw,5.45rem);font-weight:800}h2{font-size:clamp(2rem,3.5vw,3.35rem);font-weight:800}h3{font-size:1.17rem;font-weight:800;letter-spacing:-.035em}.container{width:min(1220px,calc(100% - 48px));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.17em;color:var(--amber);font-size:.72rem;font-weight:800}.eyebrow:before{content:'';width:23px;height:2px;background:currentColor}.section{padding:110px 0}.section-heading{max-width:680px;margin-bottom:42px}.section-heading p:last-child{margin-top:17px;color:var(--muted);max-width:600px}.section-heading h2{margin-top:15px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:12px 22px;border:1px solid transparent;border-radius:6px;font-weight:800;font-size:.87rem;letter-spacing:.005em;transition:transform .2s,background .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--amber);outline-offset:4px}.btn-primary{background:var(--amber);color:#112017}.btn-primary:hover{background:#ffc054}.btn-outline{border-color:rgba(255,255,255,.38);color:var(--text)}.btn-outline:hover{border-color:var(--amber)}.btn-dark{background:var(--bg);color:white}.text-link{font-weight:800;color:var(--amber);display:inline-flex;gap:7px;align-items:center}.text-link:hover{text-decoration:underline}
.utility{background:#071815;border-bottom:1px solid var(--line);font-size:.76rem;color:var(--muted)}.utility .container{display:flex;justify-content:space-between;align-items:center;min-height:33px}.utility a:hover{color:var(--amber)}.header{position:sticky;top:0;z-index:50;background:rgba(11,31,28,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap;font:800 1.08rem Manrope,sans-serif;letter-spacing:-.035em}.brand img{width:55px;height:55px;object-fit:contain}.brand span small{display:block;color:var(--amber);font:700 .58rem DM Sans,sans-serif;letter-spacing:.21em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:34px;font-size:.87rem;font-weight:700}.nav-links a{color:#d3ded9;position:relative}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--amber)}.nav-actions{display:flex;align-items:center;gap:15px}.nav-actions .phone{font-size:.8rem;font-weight:800;white-space:nowrap}.nav-actions .phone:hover{color:var(--amber)}.menu-toggle{display:none;border:1px solid var(--line);background:none;color:var(--text);width:43px;height:43px;border-radius:5px;cursor:pointer;font-size:1.4rem}
.hero{padding:0;min-height:700px;display:grid;align-items:stretch;position:relative;isolation:isolate;overflow:hidden;background:var(--bg)}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,24,21,.98) 0%,rgba(6,24,21,.92) 33%,rgba(6,24,21,.50) 64%,rgba(6,24,21,.19) 100%),url('photo-02.jpg') center 46%/cover;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,24,21,.75),transparent 40%);z-index:-1}.hero .container{display:flex;align-items:center}.hero-content{width:min(740px,100%);padding:100px 0 115px}.hero h1{margin:24px 0 22px}.hero h1 em{font-style:normal;color:var(--amber)}.hero-lead{max-width:555px;color:#d2ded9;font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-points{display:flex;gap:28px;flex-wrap:wrap;margin-top:57px;color:#e4ede7;font-size:.8rem;font-weight:700}.hero-points span{display:flex;align-items:center;gap:9px}.hero-points b{width:6px;height:6px;background:var(--amber);border-radius:50%}.hero-side{position:absolute;right:max(24px,calc((100% - 1220px)/2));bottom:33px;border-left:2px solid var(--amber);padding:9px 0 9px 16px;color:white;font-size:.79rem;font-weight:700;line-height:1.5}
.signal{border-bottom:1px solid var(--line);background:#0d2621}.signal-inner{display:grid;grid-template-columns:repeat(3,1fr)}.signal-item{padding:27px 38px;border-right:1px solid var(--line);display:flex;gap:16px;align-items:center}.signal-item:first-child{padding-left:0}.signal-item:last-child{border:0}.signal-icon{color:var(--amber);font:800 1.3rem Manrope,sans-serif}.signal-item strong{display:block;font:800 .9rem Manrope,sans-serif}.signal-item small{color:var(--muted);font-size:.78rem}
.intro-grid{display:grid;grid-template-columns:.87fr 1.13fr;gap:8%;align-items:center}.image-panel{position:relative}.image-panel>img{height:570px;width:100%;object-fit:cover;border-radius:9px}.image-panel:after{content:'';position:absolute;z-index:-1;width:56%;height:44%;border:1px solid rgba(255,176,32,.5);right:-14px;bottom:-14px;border-radius:9px}.image-stamp{position:absolute;bottom:22px;left:-22px;background:var(--amber);color:var(--ink);padding:19px 24px;border-radius:6px;font:800 .86rem Manrope,sans-serif;box-shadow:0 14px 35px rgba(0,0,0,.2)}.copy h2{margin:18px 0 21px}.copy>p{color:var(--muted);margin-bottom:18px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:29px 0 34px}.check-grid span{font-size:.85rem;font-weight:700}.check-grid span:before{content:'✓';color:var(--amber);margin-right:9px;font-weight:900}
.services-section{background:var(--light);color:var(--ink)}.services-section .eyebrow,.light-section .eyebrow{color:#9f6810}.services-section .section-heading p:last-child,.light-section .section-heading p:last-child{color:#5a6b63}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;background:#fff;border:1px solid #d9e1d9;padding:31px;min-height:230px;border-radius:7px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,37,29,.1)}.service-number{color:#ad7515;font:800 .73rem Manrope,sans-serif;letter-spacing:.1em}.service-card h3{margin:23px 0 11px}.service-card p{font-size:.87rem;color:#55665c;line-height:1.65;max-width:340px}.service-card .arrow{position:absolute;top:26px;right:30px;font-size:1.3rem;color:#aa720e}.section-end{margin-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;font-size:.87rem;font-weight:700}
.feature{background:var(--bg-soft)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-photo{position:relative}.feature-photo img{width:100%;height:530px;object-fit:cover;border-radius:8px}.feature-photo .caption{position:absolute;bottom:20px;right:20px;background:#0b1f1ce8;border:1px solid var(--line);padding:13px 17px;border-radius:5px;font-size:.72rem;color:#d8e2dc}.steps{display:grid;gap:0;margin:30px 0 0}.step{display:grid;grid-template-columns:39px 1fr;gap:15px;padding:18px 0;border-top:1px solid var(--line)}.step b{color:var(--amber);font:800 .83rem Manrope,sans-serif}.step strong{font:800 .92rem Manrope,sans-serif}.step p{font-size:.85rem;color:var(--muted);margin-top:4px}
.coverage{background:var(--bg)}.coverage-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.coverage h2{margin:17px 0 18px}.coverage p{color:var(--muted)}.city-tags{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0}.city-tags span{border:1px solid var(--line);border-radius:4px;padding:8px 12px;color:#d6e1da;font-size:.77rem}.coverage-img{height:410px;position:relative;overflow:hidden;border-radius:8px}.coverage-img img{width:100%;height:100%;object-fit:cover}.coverage-img:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,24,21,.5),transparent 55%)}.coverage-img span{position:absolute;bottom:22px;left:24px;z-index:1;background:var(--amber);color:var(--ink);padding:11px 15px;border-radius:4px;font-weight:800;font-size:.78rem}
.gallery{background:var(--light);color:var(--ink)}.gallery .eyebrow{color:#9f6810}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.gallery-grid img{width:100%;height:230px;object-fit:cover;border-radius:6px}.gallery-grid img:first-child{grid-column:span 2;height:280px}.gallery-grid img:nth-child(2),.gallery-grid img:nth-child(3){height:280px}
.contact-strip{padding:80px 0;background:var(--amber);color:var(--ink)}.contact-strip .container{display:flex;align-items:center;justify-content:space-between;gap:25px}.contact-strip h2{font-size:clamp(1.9rem,3vw,2.8rem);max-width:650px;margin-top:12px}.contact-strip .eyebrow{color:#4b390b}.contact-strip .eyebrow:before{background:currentColor}.contact-strip .btn{white-space:nowrap}
.footer{background:#071815;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:50px}.footer .brand{margin-bottom:17px}.footer p,.footer li{font-size:.84rem;color:var(--muted)}.footer p{max-width:290px}.footer h3{font-size:.89rem;letter-spacing:0;margin-bottom:19px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.footer a:hover{color:var(--amber)}.footer-bottom{margin-top:65px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;color:#879f93;font-size:.75rem}
.inner-hero{position:relative;isolation:isolate;min-height:460px;display:flex;align-items:center;overflow:hidden}.inner-hero:before{content:'';position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(7,27,23,.98),rgba(7,27,23,.90) 45%,rgba(7,27,23,.55)),var(--hero-image) center/cover}.inner-hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(7,27,23,.48),transparent 60%)}.inner-hero .container{padding-top:70px;padding-bottom:70px}.inner-hero h1{font-size:clamp(2.6rem,5vw,4.7rem);max-width:790px;margin:17px 0}.inner-hero p{max-width:610px;color:#d0ddd4}.breadcrumb{font-size:.75rem;font-weight:700;color:#c8d7ce}.breadcrumb a:hover{color:var(--amber)}.breadcrumb span{margin:0 8px;color:var(--amber)}
.editorial{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.editorial h2{margin-top:17px}.editorial p{color:var(--muted);margin-bottom:16px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-detail{background:var(--panel);border:1px solid var(--line);border-radius:7px;padding:29px;min-height:220px}.service-detail small{color:var(--amber);font-size:.72rem;font-weight:800;letter-spacing:.15em}.service-detail h3{margin:19px 0 9px}.service-detail p{font-size:.86rem;color:var(--muted)}.category-title{padding:38px 0 21px;border-bottom:1px solid var(--line);margin-bottom:20px}.category-title:first-child{padding-top:0}.category-title h2{font-size:1.65rem}.category-title p{color:var(--muted);font-size:.85rem;margin-top:8px}.note{background:var(--bg-soft);border:1px solid var(--line);padding:26px 30px;border-radius:6px;font-size:.85rem;color:var(--muted);margin-top:30px}.note strong{color:white}
.light-section{background:var(--light);color:var(--ink)}.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.area-item{background:white;border:1px solid #d9e1d9;border-radius:5px;padding:19px;min-height:85px;display:flex;align-items:center;gap:13px;font-size:.88rem;font-weight:800}.area-item:before{content:'';height:8px;width:8px;background:var(--amber);border-radius:50%;flex:none}.area-item:hover{border-color:#a97925}.area-intro{max-width:760px;color:#586b61;margin:16px 0 37px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:6px;padding:20px 24px;background:var(--panel)}.faq-list summary{cursor:pointer;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';float:right;color:var(--amber)}.faq-list details[open] summary:after{content:'−'}.faq-list p{color:var(--muted);font-size:.87rem;margin-top:12px;max-width:800px}
@media(max-width:1050px){.nav-links{gap:18px}.nav-actions .phone{display:none}.feature-grid,.coverage-layout{gap:36px}.footer-grid{gap:25px}.area-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.container{width:min(100% - 36px,1220px)}.section{padding:76px 0}.utility{display:none}.nav{height:69px}.brand img{width:47px;height:47px}.nav-actions .btn{min-height:42px;padding:8px 13px;font-size:.77rem}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:69px;left:0;right:0;padding:15px 18px 24px;background:#0b1f1c;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 35px rgba(0,0,0,.25)}.nav-links.open{display:flex}.nav-links a{padding:13px}.hero{min-height:630px}.hero:before{background:linear-gradient(90deg,rgba(6,24,21,.96),rgba(6,24,21,.66)),url('photo-02.jpg') 57% center/cover}.hero-content{padding:80px 0 100px}.hero-side{display:none}.hero-points{margin-top:38px;gap:10px 24px}.signal-inner,.intro-grid,.feature-grid,.coverage-layout,.editorial{grid-template-columns:1fr}.signal-item{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.signal-item:last-child{border:0}.image-panel{max-width:600px}.image-panel>img{height:390px}.image-stamp{left:12px}.intro-grid{gap:48px}.service-grid{grid-template-columns:repeat(2,1fr)}.feature-photo img{height:370px}.coverage-img{height:320px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img,.gallery-grid img:first-child,.gallery-grid img:nth-child(2),.gallery-grid img:nth-child(3){height:200px;grid-column:auto}.contact-strip .container{display:block}.contact-strip .btn{margin-top:25px}.footer-grid{grid-template-columns:repeat(2,1fr)}.area-grid{grid-template-columns:repeat(2,1fr)}.editorial{gap:25px}}
@media(max-width:520px){h1{font-size:2.65rem}h2{font-size:2rem}.nav-actions .btn{display:none}.hero-lead{font-size:.97rem}.hero-actions .btn{width:100%}.service-grid,.service-list,.area-grid{grid-template-columns:1fr}.service-card{min-height:180px}.check-grid{grid-template-columns:1fr}.gallery-grid{gap:8px}.gallery-grid img,.gallery-grid img:first-child,.gallery-grid img:nth-child(2),.gallery-grid img:nth-child(3){height:155px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:span 2}.footer-bottom{display:block}.inner-hero{min-height:380px}.inner-hero h1{font-size:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Focused refinements: hero heading, image-backed home service cards, footer. */
.hero h1{font-size:clamp(2.75rem,4vw,4rem);line-height:1.13;max-width:720px}
.services-section .service-card{padding:0;overflow:hidden;min-height:0}
.service-card-photo{height:174px;overflow:hidden;background:#d9e1d9}
.service-card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.services-section .service-card:hover .service-card-photo img{transform:scale(1.035)}
.service-card-body{position:relative;display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:25px 27px 28px}
.services-section .service-card h3{margin:18px 0 10px;font-size:1.13rem}
.services-section .service-card p{margin:0;max-width:100%}
.services-section .service-card .arrow{top:20px;right:26px}
.footer{position:relative;background:radial-gradient(ellipse 68% 110% at 0% 0%,#15372d 0%,transparent 72%),linear-gradient(135deg,#0a211b,#061511 76%);padding:76px 0 0;border-top:1px solid #c28a26}
.footer-grid{grid-template-columns:1.65fr .9fr .9fr 1.25fr;gap:0;padding-bottom:59px}
.footer-grid>div:first-child{padding-right:42px}
.footer-grid>div:not(:first-child){border-left:1px solid rgba(241,245,240,.15);padding-left:30px}
.footer .brand{font-size:1.23rem;margin-bottom:23px;letter-spacing:-.04em}
.footer .brand img{width:64px;height:64px}
.footer p{max-width:320px;line-height:1.8;color:#aebfb5}
.footer h3{display:inline-block;margin:8px 0 23px;padding-bottom:12px;border-bottom:2px solid var(--amber);color:var(--amber);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.footer ul{gap:14px}
.footer li{line-height:1.45;color:#d1ded4}
.footer li a{transition:color .2s ease,transform .2s ease;display:inline-block;overflow-wrap:anywhere}
.footer li a:hover{color:var(--amber);transform:translateX(3px)}
.footer-grid>div:last-child li:first-child a{color:#fff;font:800 1rem Manrope,sans-serif;white-space:nowrap}
.footer-bottom{margin-top:0;padding:21px 0 24px;border-top:1px solid rgba(241,245,240,.16);color:#a0b4a8}
@media(max-width:1050px){.footer-grid>div:first-child{padding-right:20px}.footer-grid>div:not(:first-child){padding-left:20px}}
@media(max-width:760px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;padding-bottom:42px}.footer-grid>div:first-child{padding-right:0}.footer-grid>div:not(:first-child){border:0;padding-left:0}.footer-grid>div:nth-child(3){padding-left:18px;border-left:1px solid rgba(241,245,240,.15)}}
@media(max-width:520px){.hero h1{font-size:clamp(2.35rem,9.2vw,2.75rem)}.service-card-photo{height:185px}.service-card-body{padding:23px 25px 27px}.footer{padding-top:55px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:31px 22px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:span 2}.footer-grid>div:first-child{padding:0;border:0}.footer-grid>div:nth-child(2){padding:0;border:0}.footer-grid>div:nth-child(3){padding-left:16px;border-left:1px solid rgba(241,245,240,.15)}.footer-grid>div:last-child{padding:0;border:0;border-top:1px solid rgba(241,245,240,.15);padding-top:23px}.footer-bottom{line-height:1.7}}
@media(prefers-reduced-motion:reduce){.service-card-photo img{transition:none}}
