
:root{--primary:#123c32;--secondary:#b77942;--accent:#6b8c71;--bg:#f5f0e8;--ink:#1e2a25;--muted:#5b6a70;--card:#ffffff;--line:rgba(12,32,50,.11);--shadow:0 18px 60px rgba(3,18,28,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.section{padding:92px 0}.section.tight{padding:66px 0}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800;color:var(--secondary)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.98;letter-spacing:-.05em;margin-bottom:28px}h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.05;letter-spacing:-.035em}h3{line-height:1.18}p{color:var(--muted)}.topline{background:var(--primary);color:white;font-size:.78rem}.topgrid{display:grid;grid-template-columns:1fr auto auto auto;gap:22px;padding:8px 0;align-items:center}.topgrid a{opacity:.92}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.navrow{height:84px;display:grid;grid-template-columns:350px 1fr auto;align-items:center;gap:28px}.brand img{width:330px;height:68px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:26px;font-weight:700;font-size:.95rem}.main-nav>a,.services-menu>button{padding:28px 0;border:0;background:none;color:var(--ink);cursor:pointer;font-weight:700}.services-menu{position:relative}.mega{position:absolute;top:74px;left:50%;transform:translateX(-50%) translateY(8px);width:min(830px,86vw);padding:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.2s}.services-menu:hover .mega,.services-menu.open .mega{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mega a{padding:11px 12px;border-radius:10px;color:var(--ink);font-size:.86rem}.mega a:hover{background:rgba(11,59,102,.06)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}.header-cta{background:var(--secondary);color:#071217}.header-cta img,.btn img,.wa-inline img{width:24px;height:24px}.btn.primary{background:var(--secondary);color:#071217}.btn.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.btn:hover,.header-cta:hover{transform:translateY(-2px);filter:brightness(1.03)}.hero-wrap{position:relative;overflow:hidden}.hero-copy p{font-size:1.08rem;max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-media img{width:100%;height:100%;object-fit:cover;box-shadow:var(--shadow)}.hero-bg{display:none}.mini-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.mini-points span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-size:.82rem;font-weight:750}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.section-head p{max-width:630px;margin-bottom:0}.service-grid{display:grid;gap:22px}.service-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 38px rgba(0,0,0,.06);transition:.25s}.service-card:hover{transform:translateY(-7px);box-shadow:0 20px 60px rgba(0,0,0,.12)}.service-card .media{height:230px;overflow:hidden}.service-card .media img{width:100%;height:100%;object-fit:cover;transition:.45s}.service-card:hover .media img{transform:scale(1.035)}.card-body{padding:22px}.card-body h3{font-size:1.15rem;margin:5px 0 10px}.card-body p{font-size:.92rem}.text-link{font-weight:800;color:var(--accent)}.about-layout{display:grid;gap:54px;align-items:center}.about-layout img{border-radius:30px;box-shadow:var(--shadow)}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.fact{padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.fact strong{display:block;font-size:1.2rem}.credential-band{padding:34px 0}.credential-grid{display:grid;grid-template-columns:1.1fr repeat(3,.6fr);gap:26px;align-items:center}.credential-grid p{margin:0;color:inherit;opacity:.78}.credential-grid strong{display:block;font-size:1.25rem}.credential-grid a{font-weight:800;color:var(--secondary)}.cta-band{padding:52px 56px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:linear-gradient(100deg,var(--primary),color-mix(in srgb,var(--primary) 65%,var(--accent)));color:white}.cta-band p{color:rgba(255,255,255,.76);margin:0}.site-footer{margin-top:70px;padding:70px 0 90px;background:#071d2b;color:white}.footergrid{display:grid;grid-template-columns:1.25fr .7fr .9fr 1.1fr;gap:34px}.footbrand img{width:320px;margin-bottom:18px}.site-footer h3{color:var(--secondary)}.site-footer a,.site-footer p{display:block;color:rgba(255,255,255,.72);margin:0 0 9px}.wa-inline{display:flex!important;align-items:center;gap:8px!important;color:white!important;font-weight:800}.footbottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;font-size:.78rem;color:rgba(255,255,255,.58)}.footbottom a{text-align:right;color:white}.floating-wa{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;box-shadow:0 12px 28px rgba(0,0,0,.26);z-index:60}.floating-wa img{width:100%;height:100%}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s,transform .55s}.reveal.visible{opacity:1;transform:none}.page-hero{padding:70px 0 44px}.page-hero h1{font-size:clamp(2.5rem,5vw,4.9rem);max-width:900px}.breadcrumbs{font-size:.86rem;color:var(--muted);margin-bottom:18px}.detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:start}.detail-layout>img{border-radius:30px;min-height:530px;object-fit:cover;position:sticky;top:120px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.service-list a{padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:var(--card);font-weight:700}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.contact-cards{display:grid;gap:14px}.contact-card{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.contact-card strong{display:block;margin-bottom:6px}.wa-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:28px;border-radius:24px;background:var(--card);border:1px solid var(--line)}.field{display:grid;gap:7px}.field.wide,.btn.wide,.form-status{grid-column:1/-1}label{font-weight:760;font-size:.9rem}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent)}.form-status{margin:0;font-size:.85rem}.menu-btn{display:none}
body{background-image:radial-gradient(circle at 10% 10%,rgba(183,121,66,.08),transparent 24%),linear-gradient(90deg,rgba(18,60,50,.035) 1px,transparent 1px);background-size:auto,54px 54px}.hero{position:relative;min-height:720px;display:grid;place-items:end start;padding:90px 0;overflow:hidden;border-radius:0 0 64px 0;background:linear-gradient(90deg,rgba(17,42,34,.94) 0%,rgba(17,42,34,.70) 42%,rgba(17,42,34,.10) 78%),url('../img/hero.webp') center/cover no-repeat}.hero:after{display:none}.hero-bg{display:none}.hero-copy{position:relative;z-index:2;max-width:670px;color:white}.hero-copy p{color:#f4ede2}.service-grid{display:block}.service-card{display:grid;grid-template-columns:280px 1fr;border-radius:0;border-left:4px solid var(--secondary);margin-bottom:18px}.service-card:nth-child(even){grid-template-columns:1fr 280px}.service-card:nth-child(even) .media{order:2}.service-card .media{height:210px}.about-layout{grid-template-columns:1.15fr .85fr}.credential-band{background:#173e35;color:#fff}.cta-band{border-radius:80px 0 80px 0}
@media (max-width:1024px){.navrow{grid-template-columns:290px 1fr auto}.brand img{width:280px}.main-nav{gap:17px}.service-grid{grid-template-columns:repeat(2,1fr)!important}.service-card{transform:none!important}.footergrid{grid-template-columns:repeat(2,1fr)}.credential-grid{grid-template-columns:1fr 1fr}}
@media (max-width:820px){.shell{width:min(100% - 28px,720px)}.topline{display:none}.navrow{height:72px;grid-template-columns:minmax(0,1fr) 46px auto;gap:10px}.brand img{width:min(235px,100%);height:56px}.menu-btn{display:grid;place-items:center;gap:4px;border:1px solid var(--line);border-radius:12px;width:44px;height:44px;background:var(--card);padding:10px}.menu-btn span{width:20px;height:2px;background:var(--ink)}.header-cta{padding:11px 12px}.header-cta span{display:none}.main-nav{position:absolute;left:14px;right:14px;top:72px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav>a,.services-menu>button{width:100%;text-align:left;padding:13px 11px}.mega{position:static;display:none;transform:none!important;width:100%;opacity:1;pointer-events:auto;box-shadow:none;border-radius:12px;grid-template-columns:1fr 1fr;padding:8px;background:transparent}.services-menu.open .mega{display:grid}.hero{grid-template-columns:1fr!important;min-height:auto!important;padding:48px 0!important;gap:28px!important;background-image:none!important}.hero-bg{display:block!important;position:relative!important;inset:auto!important;width:100%!important;height:300px!important;object-fit:cover!important;z-index:auto!important;border-radius:24px!important;order:-1}.hero:after{display:none!important}.hero-copy{color:var(--ink)!important}.hero-copy p{color:var(--muted)!important}.hero-media{order:-1}.hero-media img{min-height:300px!important;max-height:430px;transform:none!important}.section{padding:66px 0}.section-head{display:block}.service-grid{grid-template-columns:1fr 1fr!important}.service-card,.service-card:nth-child(even){display:block!important;grid-template-columns:1fr!important;margin-bottom:0!important}.service-card .media{height:170px!important}.about-layout,.contact-grid,.detail-layout{grid-template-columns:1fr}.about-layout img,.detail-layout>img{position:static;min-height:0}.credential-grid{grid-template-columns:1fr 1fr}.cta-band{padding:34px 28px;grid-template-columns:1fr;clip-path:none!important;border-radius:24px!important}.footergrid{grid-template-columns:1fr 1fr}.footbottom{grid-template-columns:1fr;gap:8px}.footbottom a{text-align:left}}
@media (max-width:480px){h1{font-size:2.55rem}h2{font-size:2rem}.shell{width:min(100% - 22px,430px)}.brand img{width:190px}.header-cta{width:42px;height:42px;padding:8px}.service-grid{grid-template-columns:1fr 1fr!important;gap:12px}.service-card .media{height:130px!important}.card-body{padding:14px}.card-body h3{font-size:.96rem}.card-body p{display:none}.credential-grid,.fact-grid{grid-template-columns:1fr 1fr}.service-list{grid-template-columns:1fr}.mega{grid-template-columns:1fr!important}.wa-form{grid-template-columns:1fr;padding:18px}.field,.field.wide,.btn.wide,.form-status{grid-column:1}.footergrid{grid-template-columns:1fr 1fr;gap:26px 18px}.footbrand{grid-column:1/-1}.floating-wa{right:14px;bottom:14px;width:52px;height:52px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* 2026 mockup-fidelity rebuild — V2 Bold & Premium */
:root{--primary:#0d0d0b;--secondary:#f3b738;--accent:#d48c1d;--bg:#f4efe5;--ink:#1a1712;--muted:#71695e;--card:#fff;--line:rgba(41,31,16,.14);--shadow:0 22px 70px rgba(0,0,0,.18)}
.shell{width:min(1340px,calc(100% - 48px))}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px)}.js .reveal.visible{opacity:1;transform:none}
.home-page{background:#f4efe5;color:#1a1712}.home-page .site-header{background:#0a0a08;border-color:rgba(243,183,56,.18)}.home-page .topline{background:#15130f}.home-page .topgrid,.home-page .main-nav>a,.home-page .services-menu>button{color:#fff}.home-page .mega{background:#11100d;border-color:rgba(243,183,56,.2)}.home-page .mega a{color:#f5efe4}.home-page .navrow{height:82px;grid-template-columns:340px 1fr auto}.home-page .brand img{width:320px}.home-page .header-cta{background:var(--secondary);color:#111}
.home-page .hero-wrap{background:#0c0b09;color:#fff}.home-page .hero{min-height:650px;padding:52px 0;grid-template-columns:.88fr 1.12fr;gap:48px}.home-page .hero-copy h1{font-size:clamp(3.1rem,5.5vw,5.6rem);max-width:700px}.home-page .hero-copy p{color:#c8c0b2;max-width:650px}.home-page .hero-media{height:540px}.home-page .hero-media:before{display:none}.home-page .hero-media img{height:100%;min-height:0;border-radius:6px;object-fit:cover;box-shadow:0 30px 90px rgba(0,0,0,.6)}.home-page .btn.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.36)}
.proof-strip{background:#17140f;color:#fff;border-top:1px solid rgba(243,183,56,.24)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:20px 28px;border-right:1px solid rgba(243,183,56,.15);display:flex;gap:10px;align-items:baseline}.proof-grid strong{color:var(--secondary);font-size:1.25rem}.proof-grid span{font-size:.82rem;color:#d6cfc1}
.services-home{padding:70px 0;background:#f8f3e9}.services-home .section-head{text-align:center;display:block;margin-bottom:30px}.services-home .section-head p{margin:12px auto 0;max-width:780px}.services-home .section-head h2{font-size:clamp(2rem,3vw,3rem)}.services-home .service-grid{grid-template-columns:repeat(4,1fr);gap:16px}.services-home .service-card,.services-home .service-card:nth-child(3n+2){transform:none;border-radius:10px;background:#16130e;border:1px solid rgba(243,183,56,.16);box-shadow:none;color:#fff}.services-home .service-card .media{height:145px}.services-home .card-body{padding:14px}.services-home .card-body h3{font-size:.92rem;margin:0;color:#fff}.services-home .card-body .text-link{display:none}.services-home .service-card:hover{transform:translateY(-4px);border-color:rgba(243,183,56,.55)}
.villa-feature{background:#0e0d0a;color:#fff}.villa-grid{display:grid;grid-template-columns:1.15fr .85fr;min-height:400px}.villa-media img{width:100%;height:100%;object-fit:cover}.villa-copy{padding:58px 60px;align-self:center}.villa-copy h2{font-size:clamp(2.2rem,3.8vw,4rem);color:#fff}.villa-copy p{color:#c8c0b2}.villa-copy .btn.secondary{color:#fff;background:transparent;border-color:#6e6659}
.credential-band{background:linear-gradient(100deg,#17130d,#2a1b09);color:#fff;border-top:1px solid rgba(243,183,56,.24);border-bottom:1px solid rgba(243,183,56,.24)}.credential-grid h2{font-size:2rem;margin:4px 0 6px}.business-panel{background:#efe8dc}.business-panel .about-layout{grid-template-columns:1fr 1fr}.business-panel .about-layout>img{height:420px;width:100%;object-fit:cover;border-radius:4px}.business-panel .fact{background:#f8f4ed;border-color:#ddd0bc}
.home-page .cta-band{background:linear-gradient(100deg,#14120e,#2b1d0c);color:#fff;clip-path:none;border-radius:8px}.home-page .cta-band p{color:#cfc5b4}.home-page .site-footer{margin-top:0;background:#080806}.home-page .site-footer h3{color:var(--secondary)}
@media(max-width:1050px){.services-home .service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.home-page .hero{grid-template-columns:1fr!important}.home-page .hero-media{order:-1;height:350px}.proof-grid{grid-template-columns:repeat(2,1fr)}.services-home .service-grid{grid-template-columns:repeat(2,1fr)!important}.villa-grid{grid-template-columns:1fr}.villa-media{height:300px}.villa-copy{padding:38px 28px}.business-panel .about-layout{grid-template-columns:1fr}}
@media(max-width:480px){.home-page .hero-copy h1{font-size:2.65rem}.home-page .hero-media{height:285px}.proof-grid>div{padding:14px 12px;display:block}.services-home .service-card .media{height:118px}.services-home .card-body h3{font-size:.8rem}}
.visual-story{background:#091316;color:#fff}.visual-story h2{color:#fff}.visual-story p{color:#c9d2cf}.focus-gallery{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.1fr;gap:12px}.focus-gallery figure{margin:0;position:relative;overflow:hidden;min-height:300px;border:1px solid rgba(242,185,54,.25)}.focus-gallery img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.focus-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.78))}.focus-gallery figcaption{position:absolute;z-index:2;left:16px;bottom:14px;color:#f6b936;font-weight:800}.focus-gallery figure:nth-child(even){transform:translateY(22px)}@media(max-width:820px){.focus-gallery{grid-template-columns:1fr 1fr}.focus-gallery figure,.focus-gallery figure:nth-child(even){min-height:220px;transform:none}}@media(max-width:480px){.focus-gallery{gap:8px}.focus-gallery figure{min-height:170px}.focus-gallery figcaption{font-size:.74rem;left:10px;bottom:9px}}


/* 2026-09-08 V2 3D logo update */
.navrow{height:96px;grid-template-columns:230px 1fr auto;align-items:center}.brand img{width:210px;height:86px;object-fit:contain;object-position:left center}.footbrand img{width:260px;height:auto;object-fit:contain}@media (max-width:1024px){.navrow{grid-template-columns:220px 1fr auto}.brand img{width:190px;height:78px}}@media (max-width:820px){.navrow{height:82px;grid-template-columns:minmax(0,1fr) 46px auto}.brand img{width:150px;height:58px}}@media (max-width:480px){.brand img{width:132px;height:52px}.footbrand img{width:210px}}

/* 2026-09-08 V2 white-header + footer alignment fix */
.home-page .site-header{background:#ffffff!important;border-bottom:1px solid #e9e0d3!important;box-shadow:0 6px 20px rgba(0,0,0,.05)}
.home-page .topline{background:#ffffff!important;color:#1a1712!important;border-bottom:1px solid #efe4d3}
.home-page .topgrid,.home-page .topgrid a,.home-page .main-nav>a,.home-page .services-menu>button{color:#1a1712!important}
.home-page .mega{background:#ffffff!important;border-color:rgba(41,31,16,.14)!important}
.home-page .mega a{color:#1a1712!important}
.home-page .brand img{border-radius:10px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.home-page .navrow{height:102px;grid-template-columns:250px 1fr auto}
.footergrid{grid-template-columns:1.55fr .72fr .88fr 1fr;align-items:start}
.footbrand{display:flex;flex-direction:column;align-items:flex-start;gap:16px;min-width:0}
.footbrand p{max-width:470px}
.footbrand .wa-inline{display:inline-flex!important;align-items:center;justify-content:flex-start;gap:10px!important;flex-wrap:nowrap;white-space:nowrap;width:auto;max-width:100%;font-size:1rem;line-height:1.2}
.footbrand .wa-inline img{flex:0 0 24px;width:24px;height:24px}
@media (max-width:1024px){.home-page .navrow{grid-template-columns:225px 1fr auto;height:96px}.footergrid{grid-template-columns:1.2fr .85fr .95fr .95fr}.footbrand p{max-width:100%}}
@media (max-width:820px){.home-page .navrow{height:82px;grid-template-columns:minmax(0,1fr) 46px auto}.home-page .brand img{box-shadow:none}.footbrand .wa-inline{white-space:normal;flex-wrap:wrap}}

/* 2026-09-08 V2 mobile alignment + featured waterproofing/painting + transparent logo */
.home-page .brand img,.footbrand img{background:transparent!important}
.services-home .service-card.featured-service{position:relative;border:2px solid rgba(243,183,56,.8)!important;box-shadow:0 18px 42px rgba(0,0,0,.16),0 0 0 1px rgba(243,183,56,.18) inset}
.services-home .service-card.featured-service:before{content:"Highlighted Service";position:absolute;top:10px;left:10px;z-index:2;background:var(--secondary);color:#111;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.services-home .service-card.painting-feature .card-body h3,.services-home .service-card.waterproof-feature .card-body h3{color:#f8c353}
.services-home .service-card.featured-service .media{height:170px}
@media (min-width:821px){.services-home .service-card.featured-service{transform:translateY(-6px)}.services-home .service-card.painting-feature,.services-home .service-card.waterproof-feature{grid-column:span 1}}
@media (max-width:1024px){.home-page .topline{display:none!important}}
@media (max-width:820px){
  .shell{width:min(100% - 24px,720px)!important}
  .home-page .hero-wrap{overflow:hidden}
  .home-page .hero{display:flex!important;flex-direction:column!important;min-height:auto!important;padding:24px 0 18px!important;gap:18px!important}
  .home-page .hero-copy{max-width:100%;width:100%;padding-right:0;overflow-wrap:anywhere}
  .home-page .hero-copy h1{font-size:clamp(2.15rem,11vw,3rem)!important;line-height:.94!important;letter-spacing:-.045em;max-width:100%;margin-bottom:16px}
  .home-page .hero-copy p{font-size:1rem;max-width:100%;margin-bottom:0}
  .home-page .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
  .home-page .hero-actions .btn{width:100%;padding:13px 14px}
  .home-page .hero-media{order:-1!important;width:100%;height:250px!important;min-height:250px!important}
  .home-page .hero-media img{width:100%;height:100%;min-height:250px!important;max-height:none!important;border-radius:20px}
  .proof-grid{grid-template-columns:1fr 1fr!important}
  .proof-grid>div{padding:14px 12px}
  .services-home{padding-top:54px}
  .services-home .service-grid{grid-template-columns:1fr 1fr!important;gap:12px}
  .services-home .service-card .media{height:120px!important}
  .services-home .service-card.featured-service{grid-column:1/-1}
  .services-home .service-card.featured-service .media{height:160px!important}
  .services-home .service-card.featured-service .card-body h3{font-size:1rem}
  .villa-grid{grid-template-columns:1fr!important}
  .villa-media{height:250px}
  .villa-copy{padding:28px 20px}
  .footergrid{grid-template-columns:1fr!important}
  .footbrand,.footbrand p{max-width:100%}
  .footbrand .wa-inline{display:flex!important;align-items:center;gap:10px!important;white-space:normal;flex-wrap:wrap;font-size:1rem}
}
@media (max-width:480px){
  .shell{width:calc(100% - 20px)!important}
  .home-page .navrow{height:78px!important;grid-template-columns:minmax(0,1fr) 44px 44px!important;gap:8px}
  .home-page .brand img{width:118px!important;height:48px!important;object-fit:contain;object-position:left center}
  .home-page .hero{padding:18px 0 14px!important}
  .home-page .hero-copy h1{font-size:2rem!important;line-height:.95!important}
  .home-page .hero-copy p{font-size:.96rem}
  .home-page .hero-actions{grid-template-columns:1fr!important}
  .proof-grid{grid-template-columns:1fr!important}
  .services-home .service-grid{grid-template-columns:1fr 1fr!important;gap:10px}
  .services-home .card-body{padding:12px}
  .services-home .card-body h3{font-size:.82rem!important;line-height:1.22}
  .services-home .service-card.featured-service .card-body h3{font-size:.92rem!important}
  .services-home .service-card.featured-service:before{font-size:.66rem;padding:5px 8px}
  .footbrand img{width:190px!important}
}

/* 2026-09-08 final V2 alignment, transparent logo, UAE light backgrounds, highlighted services */
.site-header{background:#fff!important;border-bottom:1px solid #eadfce!important;box-shadow:0 5px 20px rgba(18,15,10,.05)}
.topline{background:#fff!important;color:#211b14!important;border-bottom:1px solid #eee4d5!important}
.topgrid,.topgrid a,.main-nav>a,.services-menu>button{color:#211b14!important}
.mega{background:#fff!important;border-color:#e8ddcb!important}.mega a{color:#211b14!important}
.navrow{height:96px!important;grid-template-columns:235px minmax(0,1fr) auto!important;gap:22px!important}
.brand{display:flex;align-items:center;min-width:0}.brand img{width:205px!important;height:82px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.header-cta{white-space:nowrap}
body:not(.home-page) .page-hero{position:relative;isolation:isolate;background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.86)),url('../img/detail-renovation-villa-renovation.webp') center 48%/cover no-repeat;border-bottom:1px solid #ecdfcc;overflow:hidden}
body:not(.home-page) .page-hero:after{content:"";position:absolute;right:4%;bottom:-40px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(243,183,56,.18),transparent 68%);z-index:-1}
body:not(.home-page) .page-hero h1{max-width:900px}
.priority-services{padding:78px 0;background:linear-gradient(180deg,#fff,#f7f1e6);border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}
.priority-head{margin-bottom:30px}.priority-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.priority-card{display:grid;grid-template-columns:1.08fr .92fr;min-height:330px;background:#12100d;color:#fff;border:1px solid rgba(243,183,56,.28);border-radius:24px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.12)}
.priority-card:nth-child(2){background:#fff;color:#17130f;border-color:#e2d5c2}
.priority-media{min-height:330px;overflow:hidden}.priority-media img{width:100%;height:100%;object-fit:cover}
.priority-copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.priority-copy h3{font-size:clamp(1.8rem,3vw,2.7rem);margin:8px 0 12px}.priority-copy p{color:inherit;opacity:.72}.priority-card .btn{align-self:flex-start;margin-top:8px}
.services-home .service-card.featured-service{border:2px solid #f3b738!important;box-shadow:0 14px 36px rgba(212,140,29,.18)!important;position:relative}
.services-home .service-card.featured-service:before{content:"Featured";position:absolute;left:10px;top:10px;z-index:3;padding:5px 9px;border-radius:999px;background:#f3b738;color:#15110b;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.services-home .service-card.featured-service .media{height:170px!important}.services-home .service-card.featured-service h3{color:#f6c65c!important}
.villa-feature{position:relative;background:linear-gradient(90deg,rgba(10,9,7,.92),rgba(10,9,7,.72)),url('../img/detail-renovation-villa-renovation.webp') center/cover no-repeat!important}
.villa-feature .villa-media img{filter:saturate(.92) contrast(1.02)}
.site-footer .footbrand img{width:250px!important;height:auto!important;object-fit:contain!important;background:transparent!important}
.footbrand{min-width:0}.footbrand .wa-inline{display:inline-flex!important;align-items:center!important;gap:10px!important;white-space:normal!important;flex-wrap:wrap!important}
@media(max-width:1024px){.topline{display:none!important}.navrow{grid-template-columns:205px minmax(0,1fr) auto!important}.brand img{width:180px!important;height:72px!important}.priority-card{grid-template-columns:1fr}.priority-media{height:250px;min-height:250px}}
@media(max-width:820px){
 .shell{width:min(100% - 24px,720px)!important}
 .navrow{height:80px!important;grid-template-columns:minmax(0,1fr) 44px auto!important;gap:8px!important}
 .brand img{width:150px!important;height:58px!important}
 .main-nav{top:80px!important;left:12px!important;right:12px!important;z-index:100!important;max-height:calc(100vh - 92px);overflow:auto}
 .header-cta{width:44px!important;height:44px!important;padding:9px!important}.header-cta span{display:none!important}
 .home-page .hero{display:flex!important;flex-direction:column!important;min-height:auto!important;padding:24px 0 22px!important;gap:20px!important}
 .home-page .hero-media{order:-1!important;height:250px!important;min-height:250px!important;width:100%!important}
 .home-page .hero-media img{width:100%!important;height:100%!important;min-height:250px!important;max-height:none!important;border-radius:20px!important;object-fit:cover!important}
 .home-page .hero-copy{width:100%!important;max-width:100%!important}.home-page .hero-copy h1{font-size:clamp(2.15rem,9vw,3.2rem)!important;line-height:.98!important;letter-spacing:-.035em!important;overflow-wrap:normal!important;word-break:normal!important}.home-page .hero-copy p{font-size:1rem!important;max-width:100%!important}
 .home-page .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:10px!important}.home-page .hero-actions .btn{width:100%!important}
 .proof-grid{grid-template-columns:1fr 1fr!important}.proof-grid>div{padding:13px 12px!important}
 .services-home .service-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.services-home .service-card .media{height:122px!important}.services-home .service-card.featured-service{grid-column:1/-1!important}.services-home .service-card.featured-service .media{height:180px!important}
 .priority-services{padding:56px 0}.priority-grid{grid-template-columns:1fr!important}.priority-card{grid-template-columns:1fr!important}.priority-media{height:240px;min-height:240px}.priority-copy{padding:26px}
 .villa-grid{grid-template-columns:1fr!important}.villa-media{height:260px!important}.villa-copy{padding:30px 22px!important}
 .footergrid{grid-template-columns:1fr!important;gap:30px!important}.footbrand{grid-column:auto!important}.site-footer .footbrand img{width:220px!important}.footbottom{grid-template-columns:1fr!important}.footbottom a{text-align:left!important}
}
@media(max-width:480px){
 .shell{width:calc(100% - 20px)!important}.navrow{height:76px!important;grid-template-columns:minmax(0,1fr) 42px 42px!important}.brand img{width:128px!important;height:50px!important}.menu-btn{width:42px!important;height:42px!important}.header-cta{width:42px!important;height:42px!important}
 .home-page .hero{padding:18px 0 16px!important}.home-page .hero-media{height:220px!important;min-height:220px!important}.home-page .hero-media img{min-height:220px!important}.home-page .hero-copy h1{font-size:2rem!important}.home-page .hero-actions{grid-template-columns:1fr!important}
 .proof-grid{grid-template-columns:1fr!important}.services-home .service-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}.services-home .service-card .media{height:108px!important}.services-home .service-card.featured-service .media{height:150px!important}.services-home .card-body{padding:11px!important}.services-home .card-body h3{font-size:.78rem!important;line-height:1.2!important}.services-home .service-card.featured-service h3{font-size:.9rem!important}
 .priority-media{height:210px;min-height:210px}.priority-copy{padding:22px}.priority-copy h3{font-size:1.7rem}
 body:not(.home-page) .page-hero{padding:48px 0 34px!important}.page-hero h1{font-size:2.15rem!important;line-height:1!important}
}


/* 2026-09-08 continued placement and highlighted page refinements */
.priority-cta{margin-top:24px;display:flex;justify-content:center}
.focus-gallery-balanced{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
.focus-gallery-balanced figure{min-height:360px!important;border-radius:24px;overflow:hidden;transform:none!important;background:#111}
.focus-gallery-balanced figure:nth-child(even){transform:none!important}
.focus-gallery-balanced img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.special-hero{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.86)),url('../img/detail-waterproofing.webp') center/cover no-repeat!important}
.highlight-intro{padding:52px 0 10px}
.highlight-split{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:start}
.highlight-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.highlight-points div{background:#fff;border:1px solid #eadfce;border-radius:20px;padding:18px}
.highlight-points strong{display:block;font-size:1.15rem;color:#15110b}
.highlight-points span{display:block;color:#6b6256;font-size:.92rem}
.spotlight-row{padding:34px 0}
.spotlight-dark{background:linear-gradient(180deg,#f7f1e6,#efe6d7)}
.spotlight-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:28px;align-items:center}
.spotlight-grid.reverse{grid-template-columns:.97fr 1.03fr}.spotlight-grid.reverse .spotlight-media{order:2}.spotlight-grid.reverse .spotlight-copy{order:1}
.spotlight-media img{width:100%;height:100%;min-height:460px;object-fit:cover;object-position:center top;border-radius:28px;box-shadow:var(--shadow)}
.spotlight-copy{padding:6px 0}.spotlight-copy h2{margin:8px 0 12px}.spotlight-copy p{max-width:620px}
.mini-villa{margin-top:20px}
.services-home .service-card .media img{object-position:center top}
@media(max-width:1024px){.focus-gallery-balanced figure{min-height:300px!important}.highlight-split,.spotlight-grid,.spotlight-grid.reverse{grid-template-columns:1fr!important}.spotlight-grid.reverse .spotlight-media,.spotlight-grid.reverse .spotlight-copy{order:initial}.spotlight-media img{min-height:340px}}
@media(max-width:820px){.focus-gallery-balanced{grid-template-columns:1fr!important;gap:16px!important}.focus-gallery-balanced figure{min-height:260px!important}.highlight-points{grid-template-columns:1fr 1fr}.priority-cta{justify-content:flex-start}}
@media(max-width:480px){.highlight-points{grid-template-columns:1fr}.spotlight-media img{min-height:260px}.focus-gallery-balanced figure{min-height:220px!important}}


/* FINAL V2 delivery refinements — no landing-page highlight block, no standalone villa page */
.home-page .services-home .service-card.featured-service:before{display:none!important}
.home-page .services-home .service-card.featured-service{border:1px solid rgba(243,183,56,.16)!important;box-shadow:none!important}
.home-page .services-home .service-card.featured-service h3{color:#fff!important}
.focus-gallery-balanced{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
.focus-gallery-balanced figure,.focus-gallery-balanced figure:nth-child(even){min-height:330px!important;transform:none!important;border-radius:24px;overflow:hidden}
.focus-gallery-balanced img{object-fit:cover!important;object-position:center 18%!important}
.villa-service-section{background:linear-gradient(135deg,#f7f1e7,#fff)}
.villa-service-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:38px;align-items:center}
.villa-service-media{height:460px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.villa-service-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.villa-service-copy{padding:12px 0}
.villa-service-copy h2{max-width:700px}
.service-card .media img,.priority-media img,.spotlight-media img,.detail-layout>img{object-position:center 18%!important}
/* subtle motion without moving layout boxes */
@keyframes heroDrift{0%{transform:scale(1.02)}50%{transform:scale(1.055)}100%{transform:scale(1.02)}}
.home-page .hero-media img{animation:heroDrift 12s ease-in-out infinite;will-change:transform}
.service-card .media img,.focus-gallery img,.villa-service-media img{transition:transform .55s ease,filter .35s ease}
.service-card:hover .media img,.focus-gallery figure:hover img,.villa-service-media:hover img{transform:scale(1.035);filter:saturate(1.03)}
.highlight-page .spotlight-media{overflow:hidden;border-radius:28px}
.highlight-page .spotlight-media img{transition:transform .65s ease}
.highlight-page .spotlight-media:hover img{transform:scale(1.025)}
@media(max-width:820px){
  .focus-gallery-balanced{grid-template-columns:1fr!important;gap:16px!important}
  .focus-gallery-balanced figure,.focus-gallery-balanced figure:nth-child(even){min-height:270px!important}
  .villa-service-grid{grid-template-columns:1fr!important;gap:24px}
  .villa-service-media{height:310px}
  .home-page .hero-media img{animation:none}
}
@media(max-width:480px){
  .focus-gallery-balanced figure,.focus-gallery-balanced figure:nth-child(even){min-height:230px!important}
  .villa-service-media{height:250px}
  .main-nav{max-width:calc(100vw - 24px)!important}
  .mega{max-width:100%!important}
}
@media(prefers-reduced-motion:reduce){.home-page .hero-media img{animation:none!important}}


/* 2026-09-08 final corrected WhatsApp and footer styling */
.header-cta img,.btn img,.wa-inline img,.footer-wa-pill img{width:20px;height:20px;flex:0 0 20px}.footer-accent-line{height:1px;background:linear-gradient(90deg,transparent,rgba(245,188,53,.75),transparent);margin-bottom:30px}.mock-footer{background:linear-gradient(180deg,#080806 0%,#070707 100%);color:#fff;padding:42px 0 34px;border-top:1px solid rgba(245,188,53,.12)}.mock-footer .footergrid{display:grid;grid-template-columns:1.45fr .78fr 1fr 1.02fr;gap:36px;align-items:start}.mock-footer .footbrand img{width:255px!important;height:auto!important;object-fit:contain;margin-bottom:16px}.mock-footer .footbrand p{max-width:420px;color:rgba(255,255,255,.73);margin-bottom:16px}.footer-wa-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:rgba(37,211,102,.14);border:1px solid rgba(37,211,102,.36);color:#fff!important;font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.18)}.footer-wa-pill:hover{transform:translateY(-2px)}.mock-footer .footer-col h3{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary);margin:0 0 16px}.mock-footer .footer-col a,.mock-footer .footer-col p{display:block;color:rgba(255,255,255,.76);margin:0 0 10px}.footer-contact .footer-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.footer-contact .footer-badges span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#fff}.mock-footer .footbottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;display:grid;grid-template-columns:1fr auto 1fr;gap:16px;font-size:.78rem;color:rgba(255,255,255,.58);align-items:center}.mock-footer .footbottom span:nth-child(2){text-align:center}.mock-footer .footbottom a{text-align:right;color:#fff}.floating-wa{position:fixed;right:18px;bottom:18px;width:64px;height:64px;border-radius:50%;background:#fff;border:4px solid #fff;box-shadow:0 14px 30px rgba(0,0,0,.24);display:grid;place-items:center;z-index:60;padding:10px;overflow:hidden}.floating-wa img{width:100%;height:100%;display:block;object-fit:contain}.home-page .site-footer{margin-top:0}.home-page .property-value + .site-footer{margin-top:0}@media (max-width:1024px){.mock-footer .footergrid{grid-template-columns:1.2fr .85fr .95fr .95fr;gap:26px}.mock-footer .footbrand img{width:225px!important}}@media (max-width:820px){.mock-footer .footergrid{grid-template-columns:1fr 1fr!important;gap:24px}.mock-footer .footbrand{grid-column:1/-1}.mock-footer .footbottom{grid-template-columns:1fr!important;gap:8px}.mock-footer .footbottom span:nth-child(2),.mock-footer .footbottom a{text-align:left}.floating-wa{right:14px;bottom:14px;width:58px;height:58px;padding:9px}}@media (max-width:480px){.mock-footer{padding:34px 0 26px}.mock-footer .footergrid{grid-template-columns:1fr!important;gap:20px}.mock-footer .footbrand img{width:210px!important}.footer-wa-pill{padding:11px 14px}.floating-wa{width:56px;height:56px;right:12px;bottom:12px}}
