
:root{
 --navy:#08213f;--navy2:#03152c;--orange:#f36d18;--orange2:#ff922c;
 --green:#08785a;--gold:#f7c75b;--ink:#15263d;--muted:#65768a;
 --line:#e4eaf0;--cream:#fffaf2;--white:#fff;
 --shadow:0 20px 55px rgba(8,33,63,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);line-height:1.6;background:#fff;overflow-x:hidden}
main{display:block;overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.wrap{width:min(1240px,calc(100% - 48px));margin-inline:auto}
h1,h2,h3,h4{font-family:"Manrope",Arial,sans-serif}
.mini-icon{color:var(--gold);font-weight:800}.topsep{opacity:.35;margin:0 7px}

/* HEADER */
.site-header{position:relative;z-index:1000}
.topline{background:var(--navy2);color:#dce8f3;font-size:12px}
.topinner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav{height:82px;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid #e9eef2}
.navinner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:195px;height:68px;object-fit:contain;object-position:left center}
.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:21px;font-size:13px;font-weight:700;white-space:nowrap}
.navlinks>a{position:relative}.navlinks>a:not(.nav-call):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--orange);transition:.25s}
.navlinks>a:not(.nav-call):hover:after,.navlinks>a.active:after{right:0}
.nav-call{display:inline-flex;align-items:center;gap:7px;padding:12px 15px;border-radius:8px;background:var(--orange);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(243,109,24,.18);transition:.25s}
.nav-call:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(243,109,24,.28)}
.phone-svg{display:inline-flex;width:17px;height:17px;align-items:center;justify-content:center}.phone-svg svg{width:100%;height:100%;fill:currentColor}
.btn-arrow{display:inline-block;transition:transform .25s}.slim-btn:hover .btn-arrow,.nav-call:hover .btn-arrow,.projectAction:hover .btn-arrow{transform:translateX(4px)}
.menu-toggle{display:none;border:0;background:none;color:var(--navy);font-size:28px}

/* BUTTON SYSTEM */
.slim-btn,.projectAction{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 15px;border-radius:7px;font-size:11px;font-weight:900;letter-spacing:.25px;border:1px solid transparent;transition:.25s;white-space:nowrap}
.slim-btn:hover,.projectAction:hover{transform:translateY(-2px);box-shadow:0 11px 25px rgba(8,33,63,.14)}
.orange{background:linear-gradient(135deg,var(--orange),#df5a0d);color:#fff}
.navy{background:var(--navy);color:#fff}.outline{background:#fff;border-color:#ccd8e2;color:var(--navy)}.outline-light{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}
.pill{display:inline-flex;align-items:center;justify-content:center}

/* HERO SLIDER */
.hero{position:relative;background:#f5f8fa}
.heroSlider{position:relative;min-height:680px;overflow:hidden}
.heroSlide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease;display:flex;align-items:stretch}
.heroSlide.active{opacity:1;visibility:visible;position:relative}
.heroSlideImage{position:absolute;inset:0}
.heroSlideImage img{width:100%;height:100%;object-fit:cover}
.heroSlideImage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 34%,rgba(255,255,255,.20) 64%,rgba(4,20,43,.25) 100%)}
.heroInner{position:relative;z-index:2;min-height:680px;display:flex;align-items:center}
.heroCopy{width:58%;padding:48px 0 105px}
.heroEyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--orange);font-weight:900;margin-bottom:14px}
.hero h1{margin:0;color:var(--navy);letter-spacing:-2px;line-height:1.02}
.hero h1 .build{display:block;font-size:clamp(30px,3.3vw,43px);font-weight:600;line-height:1.05}
.hero h1 .dream{display:block;font-size:clamp(58px,6.6vw,84px);font-weight:800;color:var(--orange);line-height:.98}
.hero h1 .location{display:block;font-size:clamp(25px,3vw,38px);font-weight:600;line-height:1.12;margin-top:8px}
.heroText{max-width:620px;color:#586a7f;font-size:17px;margin:20px 0 23px}
.heroBtns{display:flex;gap:10px;flex-wrap:wrap}
.heroInfo{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
.heroInfoItem{background:rgba(255,255,255,.94);border:1px solid #e2e8ed;border-radius:9px;padding:9px 13px;box-shadow:0 7px 22px rgba(8,33,63,.07)}
.heroInfoItem strong{display:block;color:var(--navy);font-size:17px;line-height:1.15}.heroInfoItem span{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:800}
.slideTag{position:absolute;right:48px;top:70px;z-index:3;background:rgba(8,33,63,.92);color:#fff;border-radius:10px;padding:11px 15px;box-shadow:0 12px 30px rgba(0,0,0,.14)}
.slideTag small{display:block;color:var(--gold);font-size:9px;letter-spacing:1.2px}.slideTag strong{font-size:14px}
.slidePrice{position:absolute;right:48px;bottom:104px;z-index:3;background:#fff;padding:12px 15px;border-radius:10px;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.slidePrice small{display:block;font-size:9px;color:var(--muted);font-weight:800}.slidePrice b{font-family:Manrope;font-size:25px;color:var(--orange)}.slidePrice span{font-size:9px;font-weight:800;color:var(--navy)}
.sliderArrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(8,33,63,.76);color:#fff;display:grid;place-items:center;font-size:23px;transition:.25s}
.sliderArrow:hover{background:var(--orange);transform:translateY(-50%) scale(1.06)}
.sliderPrev{left:22px}.sliderNext{right:22px}
.sliderDots{position:absolute;z-index:9;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:7px}
.sliderDots button{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.65);padding:0;transition:.25s}.sliderDots button.active{width:26px;border-radius:8px;background:var(--orange)}
.heroCallBar{position:absolute;z-index:10;left:0;right:0;bottom:0;background:var(--navy);color:#fff}
.heroCallInner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.heroCallText{display:flex;align-items:center;gap:12px}.heroCallIcon{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--gold)}.heroCallText small{display:block;font-size:9px;letter-spacing:1.3px;color:#afc0d1}.heroCallText strong{font-size:16px;line-height:1.2}.heroCallActions{display:flex;gap:9px}

/* SECTIONS */
.section{padding:92px 0}.soft{background:var(--cream)}
.sectionHead{text-align:center;max-width:820px;margin:0 auto 44px}
.eyebrow{font-size:11px;letter-spacing:1.8px;text-transform:uppercase;color:var(--orange);font-weight:900}
.sectionHead h2{font-size:44px;line-height:1.08;color:var(--navy);margin:9px 0 14px;letter-spacing:-1px}
.sectionHead h2 span{color:var(--orange)}.sectionHead p{color:var(--muted);font-size:16px;margin:0}

/* ABOUT */
.aboutGrid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:64px;align-items:center}
.imageCard{height:510px;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);background:#edf2f5}.imageCard img{width:100%;height:100%;object-fit:cover}
.aboutCopy h2,.whyCopy h2{font-size:45px;line-height:1.07;color:var(--navy);margin:9px 0 17px;letter-spacing:-1px}.aboutCopy h2 span,.whyCopy h2 span{color:var(--green)}
.aboutCopy p,.whyCopy p{font-size:16px;color:var(--muted);max-width:650px}
.ticks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.tick{font-size:13px;font-weight:800;color:var(--navy)}.tick:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e7f5ef;color:var(--green);margin-right:8px}

/* TRUST CARDS */
.trustGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trustCard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 20px;min-height:220px;box-shadow:0 10px 28px rgba(8,33,63,.05);position:relative;overflow:hidden;transition:.28s}.trustCard:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--green))}.trustCard:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(8,33,63,.10)}.trustIcon{width:50px;height:50px;border-radius:13px;background:#f4f7fa;color:var(--navy);display:grid;place-items:center;font-size:21px;margin-bottom:17px}.trustCard h3{font-size:18px;color:var(--navy);margin:0 0 8px}.trustCard p{font-size:13px;color:var(--muted);margin:0}

/* SERVICES */
.servicesGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.serviceCard{background:#fff;border:1px solid #e0e8ee;border-radius:18px;padding:27px 21px;min-height:290px;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(8,33,63,.055);transition:.28s;position:relative;overflow:hidden}.serviceCard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--green))}.serviceCard:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(8,33,63,.12)}.serviceIcon{width:55px;height:55px;border-radius:14px;background:#f0f8f5;color:var(--green);display:grid;place-items:center;font-size:24px}.serviceCard h3{font-size:20px;color:var(--navy);margin:16px 0 8px}.serviceCard p{font-size:13px;color:var(--muted);margin:0}.serviceLink{margin-top:auto;padding-top:18px;color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.6px}

/* PROJECTS */
.projectsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.projectCard{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 11px 35px rgba(8,33,63,.07);transition:.28s}.projectCard:hover{transform:translateY(-5px);box-shadow:0 23px 52px rgba(8,33,63,.13)}.projectMedia{height:300px;position:relative;overflow:hidden;background:#e9eef1}.projectMedia img{width:100%;height:100%;object-fit:cover;transition:.5s}.projectCard:hover .projectMedia img{transform:scale(1.045)}.projectLabel{position:absolute;left:14px;top:14px;background:var(--navy);color:#fff;padding:7px 11px;border-radius:999px;font-size:9px;font-weight:900}.limited{position:absolute;left:14px;bottom:14px;background:var(--orange);color:#fff;padding:7px 11px;border-radius:7px;font-size:9px;font-weight:900;letter-spacing:.5px;animation:pulse 2s infinite}.projectPrice{position:absolute;right:14px;bottom:14px;background:#fff;color:var(--navy);padding:8px 11px;border-radius:8px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.16)}.projectPrice b{color:var(--orange);font-size:20px}.projectBody{padding:22px}.projectBody h3{margin:0;color:var(--navy);font-size:22px;line-height:1.15}.projectName{display:inline-block}.projectLoc{color:var(--green);font-size:12px;font-weight:900;margin:6px 0 10px}.projectBody p{font-size:13px;color:var(--muted);min-height:62px}.projectActions{display:flex;gap:8px;flex-wrap:wrap}.projectAction{min-height:39px;padding:8px 12px}.projectAction.call{background:#fff;border-color:#ccd8e2;color:var(--navy)}.projectAction.call .phone-svg{color:var(--orange)}

/* STATS */
.statsBand{background:var(--navy);color:#fff;padding:22px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat{text-align:center;padding:10px 18px;border-right:1px solid rgba(255,255,255,.12)}.stat:last-child{border-right:0}.stat b{font-family:Manrope;font-size:31px;color:var(--gold);display:block}.stat span{font-size:11px;color:#c5d3e1}

/* WHY */
.whyGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.98fr);gap:58px;align-items:center}.whyCards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.whyCard{padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.25s}.whyCard:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(8,33,63,.08)}.whyCard strong{display:block;color:var(--navy);font-size:15px;margin-bottom:5px}.whyCard span{font-size:12px;color:var(--muted)}.whyImage{height:500px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#edf2f5}.whyImage img{width:100%;height:100%;object-fit:cover;object-position:center}

/* CONTENT */
.contentGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}.contentCopy h2{font-size:38px;color:var(--navy);line-height:1.1}.contentCopy p{color:var(--muted);font-size:15px}.infoPanel{background:var(--navy);color:#fff;border-radius:20px;padding:27px}.infoPanel h3{font-size:24px;margin-top:0}.infoPanel p{color:#c5d4e2;font-size:13px}.infoList{display:grid;gap:10px}.infoList div{padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:12px}

/* PROCESS */
.processGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.processCard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px;transition:.25s}.processCard:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(8,33,63,.08)}.step{width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.processCard h3{font-size:17px;color:var(--navy);margin:14px 0 7px}.processCard p{font-size:12px;color:var(--muted)}

/* REVIEWS CAROUSEL */
.reviewsViewport{overflow:hidden;position:relative}.reviewsTrack{display:flex;gap:16px;transition:transform .65s ease}.reviewCard{flex:0 0 calc((100% - 32px)/3);background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px;box-shadow:0 10px 30px rgba(8,33,63,.055)}.reviewStars{color:var(--orange);letter-spacing:2px;font-size:13px}.reviewCard p{font-size:13px;color:var(--muted);min-height:82px}.reviewCard strong{font-size:12px;color:var(--navy)}.reviewDots{display:flex;justify-content:center;gap:7px;margin-top:22px}.reviewDots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c9d4de}.reviewDots button.active{width:24px;border-radius:8px;background:var(--orange)}

/* FAQ */
.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px 20px}.faq summary{cursor:pointer;font-weight:800;color:var(--navy);font-size:14px}.faq p{font-size:12px;color:var(--muted);margin-bottom:0}

/* PAGE HERO / DETAIL / GALLERY / CONTACT */
.pageHero{padding:70px 0;background:linear-gradient(120deg,var(--navy2),#0b416f);color:#fff}.pageHero .crumb{font-size:11px;color:#abc0d4}.pageHero h1{font-size:54px;line-height:1.05;margin:10px 0}.pageHero p{max-width:780px;color:#cbd9e5;font-size:16px}
.detailGrid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px}.detailImage{height:540px;border-radius:23px;overflow:hidden;box-shadow:var(--shadow);background:#edf2f5}.detailImage img{width:100%;height:100%;object-fit:cover}.detailPanel{border:1px solid var(--line);border-radius:23px;padding:30px;box-shadow:var(--shadow)}.detailPanel h2{font-size:34px;color:var(--navy);margin:5px 0}.detailPanel .loc{font-size:13px;color:var(--green);font-weight:900}.detailPrice{font-family:Manrope;color:var(--orange);font-size:38px;margin:20px 0}.detailPrice small{font-size:12px;color:var(--muted);font-family:"DM Sans"}.featureList{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0 25px}.featureList div{padding:12px;background:#f5f8fa;border-radius:10px;font-size:12px;font-weight:800}.mapFrame{width:100%;height:390px;border:0;border-radius:18px;display:block}
.galleryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.galleryItem{height:300px;border-radius:18px;overflow:hidden;background:#edf2f5}.galleryItem img{width:100%;height:100%;object-fit:cover;transition:.4s}.galleryItem:hover img{transform:scale(1.05)}
.contactGrid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:24px}.contactInfo{background:var(--navy);color:#fff;border-radius:22px;padding:32px}.contactInfo h2{font-size:38px;margin:5px 0 12px}.contactInfo p{color:#c6d5e3;font-size:14px}.contactItem{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px;margin-top:11px}.contactItem small{display:block;color:var(--gold);font-size:9px;letter-spacing:1px}.contactItem b{font-size:13px;overflow-wrap:anywhere}.formCard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.formGrid .full{grid-column:1/-1}.formCard label{font-size:11px;font-weight:900;color:var(--navy);display:block;margin:0 0 5px}.formCard input,.formCard select,.formCard textarea{width:100%;border:1px solid #d8e1e8;border-radius:9px;padding:13px;outline:0;background:#fff;color:var(--ink)}.formCard input:focus,.formCard select:focus,.formCard textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(243,109,24,.1)}.formCard textarea{min-height:135px;resize:vertical}.success{padding:13px 15px;border-radius:10px;background:#eaf7f0;color:#087756;font-size:12px;font-weight:800;margin-bottom:15px}.error{padding:13px 15px;border-radius:10px;background:#fff0ed;color:#a43d22;font-size:12px;font-weight:800;margin-bottom:15px}

/* CTA FOOTER */
.quick-cta{background:var(--navy2);color:#fff}.quick-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:25px}.quick-inner small{display:block;color:var(--gold);font-size:9px;letter-spacing:1.6px;font-weight:900}.quick-inner strong{font-size:19px}.quick-actions{display:flex;gap:9px}.footer{background:#020f22;color:#fff;padding:58px 0 20px}.footgrid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.15fr;gap:34px}.footlogo{width:190px;background:#fff;border-radius:7px;padding:6px}.footer p,.footer a{font-size:13px;color:#b9c9d9}.footer a{display:block;margin:8px 0}.footer h4{font-size:11px;color:var(--gold);letter-spacing:1px}.footer-call{display:inline-flex!important;align-items:center;gap:7px!important;color:#fff!important;font-weight:800}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:17px;display:flex;justify-content:space-between;font-size:10px;color:#8097ae}

/* FLOATING */
.floating-actions{position:fixed;right:17px;bottom:17px;z-index:900;display:flex;flex-direction:column;gap:9px}.floating-actions a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 12px 25px rgba(0,0,0,.2);transition:.25s}.floating-actions a:hover{transform:translateY(-3px) scale(1.05)}.float-wa{background:#fff}.float-wa img{width:49px;height:49px}.float-call{background:var(--orange)}.float-call svg{width:25px;fill:#fff}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(243,109,24,.28)}50%{box-shadow:0 0 0 7px rgba(243,109,24,0)}}

/* RESPONSIVE */
@media(max-width:1180px){
 .navlinks{gap:13px;font-size:12px}.brand img{width:175px}.heroCopy{width:62%}.hero h1 .dream{font-size:68px}
}
@media(max-width:980px){
 .wrap{width:min(100% - 36px,1240px)}.topline{font-size:11px}.nav{height:74px}.navlinks{gap:9px;font-size:11px}.nav-call{padding:10px 11px}
 .heroSlider,.heroInner{min-height:610px}.heroCopy{width:67%;padding-bottom:95px}.hero h1 .build{font-size:31px}.hero h1 .dream{font-size:60px}.hero h1 .location{font-size:27px}.heroText{font-size:15px}
 .slideTag,.slidePrice{right:30px}.trustGrid,.servicesGrid{grid-template-columns:1fr 1fr}.projectsGrid{grid-template-columns:1fr 1fr}.reviewCard{flex-basis:calc((100% - 16px)/2)}
 .aboutGrid,.whyGrid,.contentGrid{gap:35px}.sectionHead h2{font-size:38px}
}
@media(max-width:780px){
 .topline{display:none}.nav{height:70px}.brand img{width:158px;height:57px}.menu-toggle{display:block}.navlinks{display:none}
 body.menu-open .navlinks{display:flex;position:absolute;left:18px;right:18px;top:70px;background:#fff;padding:10px 14px 15px;flex-direction:column;align-items:stretch;gap:0;border-radius:0 0 15px 15px;box-shadow:0 20px 35px rgba(8,33,63,.17);white-space:normal}
 body.menu-open .navlinks>a{padding:12px 4px}.navlinks>a:after{display:none!important}.nav-call{justify-content:center;margin-top:7px}
 .heroSlider,.heroInner{min-height:700px}.heroSlideImage img{object-position:62% center}.heroSlideImage:after{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 43%,rgba(4,20,43,.20) 100%)}
 .heroInner{align-items:flex-start}.heroCopy{width:100%;padding:55px 0 115px}.hero h1 .build{font-size:29px}.hero h1 .dream{font-size:58px}.hero h1 .location{font-size:27px}.heroText{max-width:610px}
 .slideTag{top:auto;bottom:115px;left:18px;right:auto}.slidePrice{right:18px;bottom:115px}.sliderArrow{top:42%;width:38px;height:38px}.sliderPrev{left:12px}.sliderNext{right:12px}
 .heroCallInner{min-height:76px}.heroCallText strong{font-size:14px}.heroCallActions .slim-btn{min-height:38px;padding:8px 11px}
 .aboutGrid,.whyGrid,.contentGrid{grid-template-columns:1fr}.whyGrid{display:flex;flex-direction:column}.imageCard{height:400px}.whyImage{height:430px}.trustGrid,.servicesGrid,.processGrid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.stat{border-bottom:1px solid rgba(255,255,255,.12)}.projectMedia{height:280px}
 .faqGrid{grid-template-columns:1fr}.galleryGrid{grid-template-columns:1fr 1fr}.galleryItem{height:240px}.contactGrid,.detailGrid{grid-template-columns:1fr}
 .pageHero h1{font-size:43px}.detailImage{height:420px}
 .quick-inner{padding:22px 0;align-items:flex-start;flex-direction:column}.quick-actions{width:100%}.quick-actions .slim-btn{flex:1}.footgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .wrap{width:min(100% - 28px,1240px)}.brand img{width:145px;height:52px}
 .heroSlider,.heroInner{min-height:690px}.heroCopy{padding:42px 0 120px}.hero h1 .build{font-size:25px}.hero h1 .dream{font-size:49px;letter-spacing:-1.2px}.hero h1 .location{font-size:23px}.heroText{font-size:14px;margin:15px 0 19px}
 .heroBtns{display:grid;grid-template-columns:1fr 1fr}.heroBtns .slim-btn{width:100%;padding-inline:9px;font-size:10px}
 .heroInfo{gap:7px}.heroInfoItem{padding:8px 10px}.heroInfoItem strong{font-size:15px}.heroInfoItem span{font-size:8px}
 .slideTag{bottom:113px;left:14px;padding:8px 11px}.slideTag strong{font-size:12px}.slidePrice{bottom:113px;right:14px;padding:9px 11px}.slidePrice b{font-size:21px}
 .sliderArrow{top:39%;width:34px;height:34px;font-size:18px}.sliderDots{bottom:87px}
 .heroCallInner{min-height:86px;display:grid;grid-template-columns:1fr auto;gap:9px}.heroCallText{gap:8px}.heroCallIcon{width:32px;height:32px}.heroCallText small{font-size:8px}.heroCallText strong{font-size:13px}.heroCallActions{display:flex}.heroCallActions .slim-btn{font-size:9px;min-height:36px}
 .section{padding:65px 0}.sectionHead{margin-bottom:30px}.sectionHead h2{font-size:32px}.sectionHead p{font-size:14px}
 .aboutCopy h2,.whyCopy h2{font-size:34px}.aboutCopy p,.whyCopy p{font-size:14px}.ticks,.whyCards,.trustGrid,.servicesGrid,.processGrid,.stats{grid-template-columns:1fr}.imageCard{height:320px}.whyImage{height:310px}
 .projectsGrid{grid-template-columns:1fr}.projectMedia{height:245px}.projectBody{padding:18px}.projectBody h3{font-size:20px}.projectBody p{font-size:12px;min-height:auto}.projectActions{display:grid;grid-template-columns:1fr 1fr}.projectAction{width:100%;font-size:9px}
 .reviewCard{flex-basis:100%}.galleryGrid{grid-template-columns:1fr}.galleryItem{height:260px}.formGrid{grid-template-columns:1fr}.formGrid .full{grid-column:auto}.detailImage{height:310px}.detailPanel{padding:22px}.detailPanel h2{font-size:29px}.pageHero{padding:48px 0}.pageHero h1{font-size:36px}
 .quick-actions{display:grid;grid-template-columns:1fr 1fr}.quick-actions .slim-btn{width:100%}.footgrid{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-top:7px}.floating-actions{right:10px;bottom:10px}.floating-actions a{width:48px;height:48px}.float-wa img{width:44px;height:44px}
}
@media(max-width:370px){
 .hero h1 .dream{font-size:44px}.hero h1 .location{font-size:21px}.heroBtns{grid-template-columns:1fr}.heroCallInner{grid-template-columns:1fr}.heroCallActions{justify-content:stretch}.heroCallActions .slim-btn{flex:1}.heroInfoItem{flex:1}
}

/* V10 visual refinement */
.heroSlider{background:linear-gradient(105deg,#fff 0%,#fff 47%,#f8fafc 100%);min-height:650px;overflow:hidden}
.heroSliderInner{min-height:650px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,500px);align-items:center;gap:58px;position:relative;z-index:2}
.heroSliderCopy{min-width:0;padding:35px 0 88px}
.heroSliderVisual{width:min(100%,500px);aspect-ratio:1/1;justify-self:end;position:relative;padding:12px;background:rgba(255,255,255,.96);border:1px solid #e8edf1;border-radius:28px;box-shadow:0 22px 55px rgba(8,33,63,.16)}
.heroSquareFrame{width:100%;height:100%;border-radius:20px;overflow:hidden;background:#edf2f5;position:relative}
.heroSquareFrame img{width:100%;height:100%;object-fit:cover;transition:opacity .28s ease,transform .45s ease}.heroSquareFrame img.isChanging{opacity:.2;transform:scale(1.015)}
.slideTag{top:38px;right:-18px;left:auto;max-width:245px}.slidePrice{right:-18px;bottom:45px;min-width:195px}.slidePrice small{font-size:11px;letter-spacing:.2px;color:var(--navy);font-weight:900}.slidePrice strong{display:block;font-family:Manrope;font-size:37px;line-height:1.05;color:var(--orange);margin:2px 0}.slidePrice span{font-size:11px;font-weight:900;color:var(--navy)}
.sliderDots{bottom:28px}.sliderArrow{box-shadow:0 10px 24px rgba(8,33,63,.16)}
.heroCallBar{box-shadow:0 -10px 30px rgba(8,33,63,.08)}
.futureCta{min-height:470px;background:url('assets/future-home-banner.jpg') center/cover no-repeat;position:relative}.futureCtaOverlay{min-height:470px;background:linear-gradient(90deg,rgba(3,21,44,.95) 0%,rgba(3,21,44,.82) 55%,rgba(3,21,44,.48) 100%);display:flex;align-items:center}.futureCtaInner{color:#fff;padding:70px 0}.futureCtaInner h2{font-size:48px;line-height:1.08;max-width:800px;margin:9px 0 14px}.futureCtaInner h2 span{color:var(--gold)}.futureCtaInner p{color:#d4dfeb;font-size:16px;max-width:680px;margin:0 0 22px}.futureCtaButtons{display:flex;gap:9px;flex-wrap:wrap}
.waButtonIcon{width:18px;height:18px;object-fit:contain}
.serviceLink{display:inline-flex;align-items:center;gap:6px}.projectName:hover{color:var(--orange)}
@media(max-width:1180px){.heroSliderInner{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:35px}.heroSliderCopy{width:auto}.hero h1 .dream{font-size:62px}.heroSliderVisual{width:100%}}
@media(max-width:980px){.heroSlider,.heroSliderInner{min-height:620px}.heroSliderInner{grid-template-columns:minmax(0,1fr) 390px;gap:25px}.heroSliderCopy{padding-bottom:95px}.hero h1 .build{font-size:29px}.hero h1 .dream{font-size:56px}.hero h1 .location{font-size:26px}.heroText{font-size:15px}.slideTag{right:-10px}.slidePrice{right:-10px}.slidePrice strong{font-size:31px}}
@media(max-width:780px){.heroSlider,.heroSliderInner{min-height:720px}.heroSliderInner{display:flex;flex-direction:column;align-items:stretch;gap:18px;padding-top:36px}.heroSliderCopy{padding:0 0 110px}.heroSliderVisual{width:min(100%,430px);align-self:center;order:2}.hero h1 .build{font-size:28px}.hero h1 .dream{font-size:54px}.hero h1 .location{font-size:25px}.slideTag{top:24px;right:-8px}.slidePrice{right:-8px;bottom:26px}.sliderArrow{top:49%}.sliderDots{bottom:91px}.heroCallInner{min-height:82px}}
@media(max-width:560px){.heroSlider,.heroSliderInner{min-height:690px}.heroSliderInner{padding-top:32px}.heroSliderCopy{padding-bottom:112px}.hero h1 .build{font-size:24px}.hero h1 .dream{font-size:48px}.hero h1 .location{font-size:22px}.heroText{font-size:14px}.heroSliderVisual{width:calc(100% - 20px);padding:8px;border-radius:21px}.heroSquareFrame{border-radius:15px}.slideTag{right:-4px;top:14px;padding:8px 10px}.slideTag strong{font-size:11px}.slidePrice{right:-4px;bottom:18px;min-width:150px;padding:8px 10px}.slidePrice small{font-size:8px}.slidePrice strong{font-size:25px}.slidePrice span{font-size:8px}.sliderArrow{width:34px;height:34px;top:43%}.sliderPrev{left:8px}.sliderNext{right:8px}.sliderDots{bottom:87px}.heroCallInner{grid-template-columns:1fr;min-height:106px}.heroCallActions{width:100%;display:grid;grid-template-columns:1fr 1fr}.heroCallActions .slim-btn{width:100%;font-size:9px}.futureCta,.futureCtaOverlay{min-height:440px}.futureCtaInner{padding:55px 0}.futureCtaInner h2{font-size:34px}.futureCtaInner p{font-size:14px}}

/* V11 FINAL REFINEMENT */
.dark{background:var(--navy);color:#fff}
.dark .sectionHead h2{color:#fff}
.dark .sectionHead p{color:#c8d7e5}
.dark .stats{background:transparent}
.dark .stat{background:transparent;color:#fff}

/* Keep the hero image comfortably separated from the bottom call bar. */
.heroSlider{min-height:690px}
.heroSliderInner{min-height:690px;padding-bottom:28px}
.heroSliderVisual{width:min(100%,490px);margin-bottom:20px;border:2px solid rgba(255,255,255,.98);box-shadow:0 24px 58px rgba(8,33,63,.18);background:#fff}
.heroSquareFrame{border-radius:19px}
.hero h1 .build{font-size:clamp(38px,3.8vw,49px)}
.hero h1 .dream{font-size:clamp(64px,6.9vw,88px)}
.hero h1 .location{font-size:clamp(26px,3.1vw,39px)}
.heroText{min-height:78px;max-width:610px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.slidePrice{min-width:235px;padding:14px 17px;right:-16px;bottom:44px}
.slidePrice small{font-size:13px;letter-spacing:.35px}
.slidePrice strong{font-size:48px}
.slidePrice span{font-size:12px}
.slideTag{right:-16px}
.heroCallBar{background:var(--navy)!important}
.heroCallInner{background:var(--navy);color:#fff}
.heroCallText,.heroCallActions{min-width:0}
.heroCallText strong{white-space:nowrap}
.heroInfoItem{background:#fff!important}

/* Future-home CTA uses the new dedicated image. */
.futureCta{background-image:url('assets/future-home-banner.jpg');background-position:center right;background-size:cover}
.futureCtaOverlay{background:linear-gradient(90deg,rgba(3,21,44,.96) 0%,rgba(3,21,44,.86) 45%,rgba(3,21,44,.38) 100%)}

/* Consistent buttons on every project/service/location page. */
.projectAction,.slim-btn,.serviceLink{font-family:"DM Sans",Arial,sans-serif}
.serviceLink{min-height:39px;padding:8px 12px;border-radius:7px;border:1px solid var(--orange);background:var(--orange);color:#fff;transition:.25s}
.serviceLink:hover{transform:translateY(-2px);box-shadow:0 11px 25px rgba(8,33,63,.14)}
.projectAction.call{background:#fff;border-color:#ccd8e2;color:var(--navy)}
.projectAction.call:hover{border-color:var(--orange);color:var(--orange)}
.locationActionRow{display:flex;gap:8px;flex-wrap:wrap}

/* About page content */
.aboutArticleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.aboutArticle{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 10px 28px rgba(8,33,63,.05)}
.aboutArticle h3{font-size:20px;color:var(--navy);margin:0 0 8px}
.aboutArticle p{font-size:13px;color:var(--muted);margin:0}
.aboutMapGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.aboutMapCard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 10px 28px rgba(8,33,63,.06)}
.aboutMapCard h3{font-size:18px;color:var(--navy);margin:5px 5px 10px}
.aboutMapCard .mapFrame{height:330px}

/* About/CTA gate image framing */
.aboutGateImage{object-position:center center}

/* Mobile */
@media(max-width:980px){
 .heroSlider,.heroSliderInner{min-height:650px}
 .heroSliderInner{padding-bottom:25px}
 .heroSliderVisual{margin-bottom:15px}
 .hero h1 .build{font-size:34px}
 .hero h1 .dream{font-size:62px}
 .hero h1 .location{font-size:28px}
 .slidePrice strong{font-size:40px}
 .aboutArticleGrid{grid-template-columns:1fr 1fr}
 .aboutMapGrid{grid-template-columns:1fr}
}
@media(max-width:780px){
 .heroSlider,.heroSliderInner{min-height:735px}
 .heroSliderInner{padding-bottom:112px}
 .heroSliderVisual{margin-bottom:0}
 .hero h1 .build{font-size:31px}
 .hero h1 .dream{font-size:57px}
 .hero h1 .location{font-size:27px}
 .heroText{min-height:72px}
 .slidePrice{bottom:24px}
 .slidePrice strong{font-size:34px}
 .heroCallBar{position:relative}
 .heroCallInner{background:var(--navy)}
 .aboutArticleGrid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .heroSlider,.heroSliderInner{min-height:710px}
 .heroSliderInner{padding-bottom:115px}
 .hero h1 .build{font-size:27px}
 .hero h1 .dream{font-size:51px}
 .hero h1 .location{font-size:23px}
 .heroText{min-height:72px}
 .heroSliderVisual{width:calc(100% - 24px);padding:8px;border-width:2px}
 .slideTag{right:-5px}
 .slidePrice{right:-5px;min-width:185px}
 .slidePrice small{font-size:10px}
 .slidePrice strong{font-size:31px}
 .slidePrice span{font-size:9px}
 .futureCta,.futureCtaOverlay{min-height:450px}
 .futureCta{background-position:center center}
 .futureCtaOverlay{background:linear-gradient(180deg,rgba(3,21,44,.88),rgba(3,21,44,.94))}
}

/* V11.1 fixes: final hero spacing, typography, stats band and CTA */
.heroSliderVisual{margin-bottom:32px;transform:translateY(-8px)}
.heroSliderInner{padding-bottom:38px}
.heroText{height:78px;min-height:78px;line-height:1.6}
.hero h1 .build{font-size:clamp(41px,3.9vw,51px)}
.hero h1 .dream{font-size:clamp(68px,7vw,91px)}
.slidePrice{min-width:260px;padding:16px 19px}
.slidePrice small{font-size:13px}
.slidePrice strong{font-size:52px}
.slidePrice span{font-size:13px}
.statsBand .stats{grid-template-columns:1.7fr repeat(4,1fr);align-items:stretch}
.statsBand .stat:first-child{text-align:left}
.statsBand .stat:first-child b{font-size:17px;color:#fff;margin-bottom:2px}
.statsBand .stat:first-child span{font-size:13px}
.statsBand .stat:first-child small{font-size:10px;color:#aebfd0}
.statsBand .stat{background:transparent!important}
.dark .stat{background:transparent!important}
@media(max-width:980px){
 .heroSliderVisual{margin-bottom:22px;transform:translateY(-5px)}
 .heroText{height:72px;min-height:72px}
 .hero h1 .build{font-size:35px}.hero h1 .dream{font-size:65px}
 .slidePrice{min-width:230px}.slidePrice strong{font-size:43px}
 .statsBand .stats{grid-template-columns:1.4fr repeat(4,1fr)}
}
@media(max-width:780px){
 .heroSliderVisual{margin-bottom:5px;transform:none}
 .heroText{height:72px;min-height:72px}
 .hero h1 .build{font-size:32px}.hero h1 .dream{font-size:59px}
 .slidePrice{min-width:205px}.slidePrice strong{font-size:37px}
 .statsBand .stats{grid-template-columns:1fr 1fr}
 .statsBand .stat:first-child{grid-column:1/-1;text-align:center}
}
@media(max-width:560px){
 .heroSliderVisual{margin-bottom:0}
 .hero h1 .build{font-size:28px}.hero h1 .dream{font-size:52px}
 .heroText{height:72px;min-height:72px}
 .slidePrice{min-width:190px;padding:10px 12px}
 .slidePrice small{font-size:9px}.slidePrice strong{font-size:32px}.slidePrice span{font-size:9px}
 .statsBand .stats{grid-template-columns:1fr 1fr}
 .statsBand .stat:first-child{grid-column:1/-1}
}

/* V12: project detail, service icons and hero pricing refinement */
.heroSliderVisual{margin-bottom:42px;transform:translateY(-10px)}
.slidePrice{min-width:190px;padding:10px 13px;right:-10px;bottom:38px}
.slidePrice small{font-size:10px}
.slidePrice strong{font-size:36px}
.slidePrice span{font-size:10px}
.serviceIcon{width:76px;height:76px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#fff4ed,#fff);border:1px solid #f3d8c8;color:var(--orange);box-shadow:0 12px 26px rgba(8,33,63,.08)}
.serviceIcon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.serviceCard:hover .serviceIcon{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 30px rgba(8,33,63,.12)}
.featureList{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}
.featureList>div{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:12px;font-weight:800}
.featureIcon{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border-radius:50%;background:#eaf7f1;color:var(--green)}
.featureIcon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.detailPrice{font-family:Manrope;font-size:58px!important;line-height:1;color:var(--orange);font-weight:900;margin:17px 0}
.detailPrice small{font-family:"DM Sans",Arial,sans-serif;font-size:17px!important;color:var(--navy);font-weight:800;text-transform:uppercase}
.projectAction.orange{background:var(--orange);border-color:var(--orange);color:#fff}
.projectAction.orange:hover{background:#e9500a;border-color:#e9500a;color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px rgba(8,33,63,.15)}
@media(max-width:780px){
 .heroSliderVisual{margin-bottom:15px;transform:none}
 .slidePrice{min-width:165px;bottom:22px;right:-5px}
 .slidePrice strong{font-size:31px}
 .featureList{grid-template-columns:1fr}
 .detailPrice{font-size:48px!important}
}
@media(max-width:560px){
 .heroSliderVisual{margin-bottom:0}
 .slidePrice{min-width:155px;padding:8px 10px}
 .slidePrice strong{font-size:28px}
 .slidePrice small{font-size:8px}.slidePrice span{font-size:8px}
 .detailPrice{font-size:42px!important}
}

/* V13: premium project features, gallery lightbox, footer logo and call-bar badges */
.featureList{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 26px}
.featureItem{display:flex;align-items:center;gap:11px;padding:13px 12px;background:#f6f9fb;border:1px solid #e2e9ee;border-radius:12px;font-size:12px;font-weight:800;color:var(--navy);min-height:62px}
.featureIconLarge{width:43px;height:43px;flex:0 0 43px;border-radius:11px;background:#e9f6f1;color:var(--green);display:grid;place-items:center}
.featureIconLarge svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.callBadges{display:flex;align-items:center;gap:7px;margin-left:auto;margin-right:8px}
.callBadges span{font-size:8px;font-weight:900;letter-spacing:.65px;color:#dce8f2;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 9px;white-space:nowrap;background:rgba(255,255,255,.035)}
.callBadges span:before{content:"✓";color:var(--gold);margin-right:4px}
.heroCallText{flex:0 0 auto}
.heroCallActions{flex:0 0 auto}
.footlogo{width:195px;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}
.galleryItem{position:relative;border:0;padding:0;cursor:zoom-in;width:100%;display:block}
.galleryItem img{width:100%;height:100%;object-fit:cover}
.galleryZoom{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(8,33,63,.86);color:#fff;font-size:25px;line-height:1;opacity:.95;box-shadow:0 7px 18px rgba(0,0,0,.2)}
.galleryItem:hover .galleryZoom{background:var(--orange);transform:scale(1.06)}
.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(2,15,34,.94);display:none;align-items:center;justify-content:center;padding:40px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(92vw,1200px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 25px 80px rgba(0,0,0,.45)}
.lightboxClose,.lightboxPrev,.lightboxNext{position:absolute;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;border-radius:50%;display:grid;place-items:center;z-index:2;transition:.2s}
.lightboxClose{right:22px;top:18px;width:45px;height:45px;font-size:29px}.lightboxPrev,.lightboxNext{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:30px}.lightboxPrev{left:22px}.lightboxNext{right:22px}
.lightboxClose:hover,.lightboxPrev:hover,.lightboxNext:hover{background:var(--orange)}
body.lightbox-open{overflow:hidden}
@media(max-width:980px){.callBadges{display:none}.featureList{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.featureList{grid-template-columns:1fr}.featureItem{min-height:58px}.featureIconLarge{width:40px;height:40px;flex-basis:40px}.lightbox{padding:20px}.lightboxPrev{left:8px}.lightboxNext{right:8px}.lightboxClose{right:10px;top:10px}}

/* V14 final: supplied Future Home banner + semantic About feature icons */
.futureCta{min-height:470px;background-position:center center;background-size:cover}
.futureCtaOverlay{min-height:470px}
.featureIconLarge svg{stroke-width:1.9}
.aboutFeatureIcon{width:44px;height:44px;flex:0 0 44px;border-radius:11px;background:#eaf5f1;color:var(--green);display:grid;place-items:center}
.aboutFeatureIcon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.aboutFeatureItem{display:flex;align-items:center;gap:11px;min-height:58px;font-size:13px;font-weight:800;color:var(--navy);padding:8px 10px;border:1px solid #e2e9ee;border-radius:11px;background:#fff}
.footer .footlogo{width:205px;height:auto;image-rendering:auto;filter:none}

/* V15: exact supplied banner for YOUR NEXT STEP */
.futureCta{
  min-height:470px;
  background-image:url('assets/future-home-banner.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.futureCtaOverlay{min-height:470px}
.serviceActions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:18px}
.serviceActions .serviceLink{margin-top:0;padding-top:0}
.serviceCallBtn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:8px 12px;border-radius:7px;border:1px solid #cbd7e1;background:var(--navy);color:#fff;font-size:11px;font-weight:900;letter-spacing:.6px;text-decoration:none;transition:.25s}
.serviceCallBtn:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-2px);box-shadow:0 10px 22px rgba(8,33,63,.14)}
.serviceCallBtn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:560px){.futureCta,.futureCtaOverlay{min-height:470px}.serviceActions{gap:7px}}

/* V16: semantic homepage/about/service feature icons and identical service CTAs */
.homeAboutFeatures,.serviceSupportFeatures{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:24px 0}
.semanticTick{display:flex!important;align-items:center;gap:10px;padding:9px 10px;border:1px solid #e1e8ed;border-radius:12px;background:#fff}
.semanticTick:before{display:none!important}
.semanticIcon{width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:#edf7f3;color:var(--green);display:grid;place-items:center}
.semanticIcon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.serviceActions{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:auto!important;padding-top:18px!important;width:100%}
.serviceActions .serviceLink,.serviceActions .serviceCallBtn{width:100%!important;box-sizing:border-box;min-height:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;margin:0!important;padding:8px 32px 8px 36px!important;border-radius:7px!important;font-family:"DM Sans",Arial,sans-serif!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.55px!important;line-height:1!important;text-decoration:none!important}
.serviceActions .serviceLink{background:var(--orange)!important;border:1px solid var(--orange)!important;color:#fff!important}
.serviceActions .serviceCallBtn{background:var(--navy)!important;border:1px solid var(--navy)!important;color:#fff!important}
.serviceActions .serviceLink:hover,.serviceActions .serviceCallBtn:hover{transform:translateY(-2px)!important;box-shadow:0 10px 22px rgba(8,33,63,.14)!important}
.serviceActions .buttonIcon{position:absolute;left:11px;width:16px;height:16px;display:grid;place-items:center}
.serviceActions .buttonIcon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.serviceActions .serviceCallBtn>svg{position:absolute;left:11px;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.serviceActions .btn-arrow{position:absolute;right:11px}
.servicesGrid .serviceCard{display:flex}
@media(max-width:780px){.homeAboutFeatures,.serviceSupportFeatures{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.homeAboutFeatures,.serviceSupportFeatures{grid-template-columns:1fr}.serviceActions .serviceLink,.serviceActions .serviceCallBtn{font-size:10px}}

/* V17: force supplied pre-footer image and premium shrinking sticky navigation */
.futureCta{
  background-image:url('assets/future-home-banner.jpg') !important;
  background-color:#03152c !important;
  background-size:cover !important;
  background-position:center center !important;
  min-height:470px !important;
}
.futureCtaOverlay{
  min-height:470px !important;
  background:transparent !important;
}
.futureCtaInner{position:relative;z-index:2}
.site-header{position:relative;z-index:2000}
.nav{
  position:sticky !important;
  top:0 !important;
  z-index:2100 !important;
  transition:height .25s ease, box-shadow .25s ease, background .25s ease;
}
.navinner{transition:height .25s ease}
.brand img{transition:width .25s ease,height .25s ease}
.navlinks{transition:gap .25s ease,font-size .25s ease}
.site-header.scrolled .nav{
  height:60px !important;
  box-shadow:0 8px 24px rgba(8,33,63,.12);
  background:rgba(255,255,255,.97);
}
.site-header.scrolled .navinner{height:60px}
.site-header.scrolled .brand img{width:165px;height:50px}
.site-header.scrolled .navlinks{gap:16px;font-size:12px}
.site-header.scrolled .nav-call{padding:8px 11px}
.site-header.scrolled .navlinks>a:not(.nav-call):after{bottom:-6px}
.buttonIcon svg{fill:none!important}
.back-to-top{
 position:fixed;right:24px;bottom:24px;z-index:1800;width:43px;height:43px;border-radius:50%;
 display:grid;place-items:center;background:var(--navy);color:#fff;border:1px solid rgba(255,255,255,.16);
 box-shadow:0 10px 25px rgba(8,33,63,.22);opacity:0;visibility:hidden;transform:translateY(10px);
 transition:.25s;text-decoration:none
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:var(--orange);transform:translateY(-2px)}
.back-to-top svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:980px){
 .site-header.scrolled .navlinks{gap:14px}
 .back-to-top{right:16px;bottom:16px}
}
@media(max-width:780px){
 .site-header.scrolled .nav{height:56px!important}
 .site-header.scrolled .navinner{height:56px}
 .site-header.scrolled .brand img{width:150px;height:46px}
 .back-to-top{width:40px;height:40px}
}

/* V18 FINAL: pre-footer image rendered as an actual layer, separate quick CTA, fixed shrinking navigation */
.futureCta{
  position:relative!important;
  min-height:470px!important;
  overflow:hidden!important;
  background:#03152c!important;
  isolation:isolate;
}
.futureCtaImage{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  display:block!important;
}
.futureCtaOverlay{
  position:relative!important;
  z-index:1!important;
  min-height:470px!important;
  background:linear-gradient(90deg,rgba(3,21,44,.94) 0%,rgba(3,21,44,.70) 42%,rgba(3,21,44,.08) 78%,rgba(3,21,44,.03) 100%)!important;
  display:flex!important;
  align-items:center!important;
}
.futureCtaInner{position:relative!important;z-index:2!important}
.futureCta + .quick-cta{
  position:relative!important;
  z-index:3!important;
  background:var(--navy2)!important;
  border-top:1px solid rgba(255,255,255,.08);
  clear:both;
}
.site-header{
  position:relative!important;
  z-index:3000!important;
  padding-bottom:82px;
}
.nav{
  position:fixed!important;
  left:0!important;
  right:0!important;
  top:38px!important;
  width:100%!important;
  height:82px!important;
  z-index:3100!important;
  transition:height .25s ease,top .25s ease,box-shadow .25s ease,background .25s ease;
}
.site-header.scrolled .nav{
  top:0!important;
  height:60px!important;
  box-shadow:0 8px 28px rgba(8,33,63,.13)!important;
}
.site-header.scrolled .navinner{height:60px!important}
.site-header.scrolled .brand img{width:165px!important;height:50px!important}
.site-header.scrolled .navlinks{gap:16px!important;font-size:12px!important}
.site-header.scrolled .nav-call{padding:8px 11px!important}
.back-to-top{
  right:88px!important;
  bottom:20px!important;
  z-index:3200!important;
}
.floating-actions{
  right:18px!important;
  bottom:18px!important;
  z-index:3190!important;
}
@media(max-width:980px){
  .nav{height:74px!important;top:38px!important}
  .site-header{padding-bottom:74px}
  .site-header.scrolled .nav{height:58px!important}
  .site-header.scrolled .navinner{height:58px!important}
  .site-header.scrolled .brand img{width:155px!important;height:49px!important}
  .site-header.scrolled .nav-call{padding:8px 10px!important}
  .back-to-top{right:86px!important;bottom:18px!important}
}
@media(max-width:780px){
  .site-header{padding-bottom:70px}
  .nav{height:70px!important;top:0!important}
  .site-header.scrolled .nav{height:56px!important}
  .site-header.scrolled .navinner{height:56px!important}
  .site-header.scrolled .brand img{width:148px!important;height:46px!important}
  body.menu-open .navlinks{top:70px!important}
  .back-to-top{right:82px!important;bottom:16px!important}
  .floating-actions{right:14px!important;bottom:14px!important;gap:7px!important}
  .floating-actions a{width:52px!important;height:52px!important}
}

/* V19: stable dynamic hero typography and previous warm-charcoal pre-footer banner */
.heroDynamicTitle{min-height:230px;display:flex;flex-direction:column;justify-content:center}
.heroDynamicTitle .build,.heroDynamicTitle .dream,.heroDynamicTitle .location{display:block;white-space:nowrap}
.heroDynamicTitle .build{min-height:1.05em}
.heroDynamicTitle .dream{min-height:1.05em}
.heroDynamicTitle .location{min-height:1.2em}
.futureCtaImage{object-position:center center!important}
@media(max-width:780px){
 .heroDynamicTitle{min-height:205px}
 .heroDynamicTitle .build,.heroDynamicTitle .dream,.heroDynamicTitle .location{white-space:normal}
}
@media(max-width:560px){
 .heroDynamicTitle{min-height:190px}
}
