:root{
  --bg:#f4f1eb;
  --surface:#ffffff;
  --ink:#101215;
  --muted:#6e716f;
  --dark:#0b0d10;
  --dark-2:#11151a;
  --gold:#d6ad62;
  --gold-2:#f0d092;
  --line:rgba(16,18,21,.12);
  --radius:24px;
  --shadow:0 25px 80px rgba(10,12,16,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:110px 0}
.section-dark{background:var(--dark);color:#fff}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(11,13,16,.91);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px)}
.header-inner{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:14px;color:#fff;min-width:max-content}
.brand-logo-mark{width:62px;height:62px;object-fit:contain;display:block;flex:0 0 62px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.24))}
.brand-copy{display:flex;flex-direction:column;line-height:1;white-space:nowrap}.brand-copy strong{font-family:"Manrope",sans-serif;font-size:24px;letter-spacing:.078em;font-weight:800}.brand-copy small{font-size:10px;letter-spacing:.34em;margin-top:7px;color:var(--gold-2);font-weight:700}
.main-nav{display:flex;justify-content:center;align-items:center;gap:32px}.main-nav a{font-size:14px;color:rgba(255,255,255,.76);transition:.2s}.main-nav a:hover{color:#fff}
.menu-toggle{display:none;background:none;border:0;padding:8px;color:#fff}.menu-toggle span{display:block;width:24px;height:2px;background:currentColor;margin:5px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:13px 22px;font-weight:700;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#17130b;box-shadow:0 10px 35px rgba(214,173,98,.22)}
.btn-ghost{border-color:rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.04)}
.btn-large{padding:16px 26px;font-size:15px}

.hero{position:relative;overflow:hidden;min-height:720px;display:flex;align-items:center;padding:92px 0 90px}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(214,173,98,.55),transparent)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-a{width:620px;height:620px;right:-240px;top:-220px;background:radial-gradient(circle,rgba(214,173,98,.12),transparent 65%)}.hero-glow-b{width:500px;height:500px;left:-230px;bottom:-250px;background:radial-gradient(circle,rgba(91,110,142,.16),transparent 65%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.18fr .82fr;gap:70px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--gold-2);margin-bottom:18px}.eyebrow span{display:inline-block;width:34px;height:1px;background:currentColor}.eyebrow.dark{color:#8a6b37}
.hero h1,.section-heading h2,.why-copy h2,.quote-intro h2,.contact-copy h2{font-family:"Manrope",sans-serif;font-size:clamp(46px,6vw,78px);line-height:.99;letter-spacing:-.055em;margin:0}.hero h1 em,.section-heading h2 em,.why-copy h2 em,.quote-intro h2 em,.contact-copy h2 em{font-style:normal;color:var(--gold-2);font-weight:700}
.hero-lead{max-width:650px;font-size:18px;color:rgba(255,255,255,.68);margin:28px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font-family:"Manrope",sans-serif;font-size:24px;color:#fff}.trust-row span{font-size:11px;color:rgba(255,255,255,.54);margin-top:2px}
.hero-card{justify-self:end;width:min(100%,430px);border:1px solid rgba(255,255,255,.12);background:linear-gradient(165deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border-radius:30px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.28);backdrop-filter:blur(12px)}
.hero-card-top{display:flex;align-items:center;gap:9px;padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;color:rgba(255,255,255,.62)}.status-dot{width:7px;height:7px;border-radius:50%;background:#7edd89;box-shadow:0 0 14px rgba(126,221,137,.8)}
.hero-card-body{padding:38px}.mini-roof{width:88px;color:var(--gold);margin-bottom:36px}.card-kicker{font-size:10px;letter-spacing:.17em;color:rgba(255,255,255,.52)}.hero-card h2{font-family:"Manrope",sans-serif;font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 18px}.hero-card p:not(.card-kicker){font-size:14px;color:rgba(255,255,255,.58);margin:0 0 28px}.text-link{font-size:13px;font-weight:700;color:var(--gold-2)}

/* Floating construction hero visual */
.construction-float{position:relative;justify-self:end;width:min(100%,470px);padding:22px 14px 30px;isolation:isolate;animation:constructionFloat 6s ease-in-out infinite}
.construction-glow{position:absolute;inset:8% 2% 4%;border-radius:40px;background:radial-gradient(circle at 55% 45%,rgba(214,173,98,.30),rgba(214,173,98,.07) 42%,transparent 72%);filter:blur(30px);z-index:-1;animation:constructionGlow 6s ease-in-out infinite}
.construction-photo-shell{position:relative;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.18);background:#15181c;box-shadow:0 45px 110px rgba(0,0,0,.48),0 0 0 1px rgba(214,173,98,.06) inset;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);transition:transform .45s ease}
.construction-float:hover .construction-photo-shell{transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-4px)}
.construction-photo-shell img{width:100%;height:490px;object-fit:cover;filter:saturate(.78) contrast(1.06) brightness(.78);transform:scale(1.015)}
.construction-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,10,.05) 25%,rgba(6,8,10,.18) 50%,rgba(6,8,10,.92) 100%),linear-gradient(90deg,rgba(10,12,15,.18),transparent 55%)}
.construction-status{position:absolute;top:18px;left:18px;right:18px;display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100% - 36px);padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(8,10,13,.62);backdrop-filter:blur(12px);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.82)}
.construction-caption{position:absolute;left:24px;right:24px;bottom:26px;display:flex;flex-direction:column;gap:8px}.construction-caption small{font-size:10px;letter-spacing:.17em;color:var(--gold-2);font-weight:800}.construction-caption strong{font-family:"Manrope",sans-serif;font-size:30px;line-height:1.03;letter-spacing:-.04em;color:#fff;max-width:330px}
.float-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(14,17,21,.86);color:#fff;box-shadow:0 16px 38px rgba(0,0,0,.28);backdrop-filter:blur(14px);font-size:10px;font-weight:800;letter-spacing:.02em;animation:chipFloat 4.5s ease-in-out infinite}.float-chip span{color:var(--gold-2)}
.float-chip-one{right:-18px;top:108px}.float-chip-two{left:-24px;top:238px;animation-delay:.8s}.float-chip-three{right:-10px;bottom:58px;animation-delay:1.5s}
@keyframes constructionFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes constructionGlow{0%,100%{opacity:.72;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}


.proof-strip{background:#fff;border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:84px}.proof-grid div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:700;border-right:1px solid var(--line)}.proof-grid div:last-child{border-right:0}.proof-grid span{color:#a47931}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}.section-heading h2{font-size:clamp(40px,5vw,62px)}.section-heading h2 em{color:#9b7433}.section-heading>p{width:min(360px,100%);color:var(--muted);font-size:15px;margin:0 0 6px}.section-heading.compact{margin-bottom:46px}
.services{background:#f6f3ed}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{min-height:220px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s,transform .25s}.service-card:hover{background:#fff;transform:translateY(-4px);box-shadow:var(--shadow);z-index:1}.service-card.featured{background:var(--dark);color:#fff}.service-card.featured p{color:rgba(255,255,255,.58)}.service-no{font-size:10px;color:#a47931;font-weight:800;letter-spacing:.1em}.service-card h3{font-family:"Manrope",sans-serif;font-size:20px;line-height:1.2;margin:54px 0 12px}.service-card p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.why-us{position:relative;overflow:hidden}.why-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center}.why-copy h2{font-size:clamp(40px,5vw,62px)}.why-copy>p{max-width:600px;color:rgba(255,255,255,.62);margin:25px 0 38px}.why-points{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px}.why-points div{display:grid;grid-template-columns:34px 1fr;column-gap:12px;align-items:start}.why-points span{grid-row:1/3;font-size:10px;color:var(--gold)}.why-points strong{font-size:14px}.why-points p{font-size:12px;color:rgba(255,255,255,.48);margin:5px 0 0}.why-panel{min-height:470px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 70% 10%,rgba(214,173,98,.15),transparent 38%),rgba(255,255,255,.035);padding:46px;display:flex;flex-direction:column;justify-content:flex-end}.why-panel-number{font-family:"Manrope",sans-serif;font-size:90px;line-height:.85;letter-spacing:-.08em;color:var(--gold-2)}.why-panel-label{font-size:18px;font-weight:700;margin-top:14px}.why-panel-line{height:1px;background:rgba(255,255,255,.15);margin:24px 0}.why-panel p{font-size:13px;color:rgba(255,255,255,.5);margin:0;max-width:290px}
.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{padding:28px;border:1px solid var(--line);border-radius:18px;min-height:225px}.process-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#f2eee5;color:#876529;font-size:11px;font-weight:800}.process-card h3{font-family:"Manrope",sans-serif;font-size:18px;margin:50px 0 10px}.process-card p{font-size:12px;color:var(--muted);margin:0}
.quote-section{background:linear-gradient(180deg,#f3efe7,#ebe5da)}.quote-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.quote-intro{position:sticky;top:120px}.quote-intro h2{font-size:clamp(42px,5vw,62px)}.quote-intro h2 em{color:#9b7433}.quote-intro>p{max-width:430px;color:var(--muted);margin:24px 0 32px}.quote-contact-card{display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.58);width:min(100%,360px)}.quote-contact-card small{font-size:11px;color:var(--muted)}.quote-contact-card a{font-family:"Manrope",sans-serif;font-size:25px;font-weight:800;margin:4px 0 2px}.quote-contact-card span{font-size:10px;color:#8c6a34;text-transform:uppercase;letter-spacing:.12em}
.quote-form{background:#fff;border-radius:28px;padding:36px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field-full{grid-column:1/-1}.field>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#4f514f}.field input,.field select,.field textarea{width:100%;border:1px solid #d9d9d6;border-radius:12px;background:#fbfbfa;padding:14px 15px;color:#151719;outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#b58a44;box-shadow:0 0 0 3px rgba(181,138,68,.1)}.field textarea{resize:vertical;min-height:130px}.visit-heading{margin-top:12px;padding-top:22px;border-top:1px solid var(--line)}.visit-heading .visit-title{font-family:"Manrope",sans-serif;text-transform:none;letter-spacing:-.02em;font-size:21px;color:var(--ink)}.visit-heading p{font-size:12px;color:var(--muted);margin:0}.slot-preview{border-radius:12px;padding:14px 16px;background:#f4efe4;border:1px solid rgba(181,138,68,.2)}.slot-preview span{font-size:10px;color:#7a633c}.slot-preview strong{font-family:"Manrope",sans-serif;font-size:18px}.booking-note{font-size:10px;line-height:1.5;color:#7a7c7a;margin:-6px 0 2px}.upload-field{border:1px dashed #c9c7c1;border-radius:14px;padding:16px}.upload-field input{border:0;background:transparent;padding:6px 0}.upload-field small{font-size:10px;color:var(--muted)}.consent-row{display:flex;gap:10px;align-items:flex-start;margin:22px 0 18px}.consent-row input{margin-top:4px}.consent-row span{font-size:10px;line-height:1.5;color:var(--muted)}.consent-row a{text-decoration:underline}.form-submit{width:100%;border:0;cursor:pointer}.form-fineprint{text-align:center;font-size:10px;color:var(--muted);margin:12px 0 0}.form-status{display:none;margin-bottom:18px;padding:12px 14px;border-radius:12px;font-size:12px}.form-status.success{display:block;background:#eef8ef;color:#285f30}.form-status.error{display:block;background:#fff0ef;color:#8f332d}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.contact-copy h2{font-size:clamp(40px,5vw,60px)}.contact-copy h2 em{color:#9b7433}.contact-list{display:grid;gap:0;margin-top:32px;border-top:1px solid var(--line)}.contact-list a{display:flex;flex-direction:column;padding:13px 0;border-bottom:1px solid var(--line)}.contact-list small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.contact-list strong{font-size:14px;margin-top:3px}.location-card{border:1px solid var(--line);border-radius:24px;padding:18px;background:#f8f6f1}.location-head{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:8px 8px 18px}.location-head div{display:flex;flex-direction:column}.location-head small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:5px}.location-head strong{font-size:14px}.location-head a{font-size:11px;font-weight:800;color:#8a682e}.map-wrap{height:300px;border-radius:16px;overflow:hidden}.map-wrap iframe{width:100%;height:100%;border:0;filter:grayscale(1) contrast(.95)}
.site-footer{background:#090b0e;color:#fff;padding:70px 0 24px}.footer-top{display:grid;grid-template-columns:1.4fr .6fr .8fr;gap:70px}.footer-brand p{max-width:400px;font-size:12px;color:rgba(255,255,255,.48);margin-top:22px}.footer-links{display:flex;flex-direction:column;gap:10px;font-size:12px}.footer-links strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:5px}.footer-links a,.footer-links span{color:rgba(255,255,255,.62)}.company-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:50px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.44)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;font-size:9px;color:rgba(255,255,255,.42)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;display:flex;align-items:center;gap:10px;background:#1f9d55;color:#fff;border-radius:999px;padding:13px 16px;box-shadow:0 14px 40px rgba(0,0,0,.22);font-size:12px;font-weight:800;transition:.2s}.whatsapp-float:hover{transform:translateY(-3px)}.whatsapp-float svg{width:22px;height:22px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}

@media(max-width:1020px){
  .main-nav{display:none}.header-inner{grid-template-columns:auto 1fr auto auto}.menu-toggle{display:block;justify-self:end}.header-quote{justify-self:end}.main-nav.open{display:flex;position:fixed;inset:82px 0 auto;background:#0b0d10;flex-direction:column;align-items:flex-start;padding:26px 24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}
  .hero-grid,.why-grid,.quote-layout,.contact-grid{grid-template-columns:1fr}.hero-card,.construction-float{justify-self:start;width:min(100%,520px)}.why-grid,.quote-layout,.contact-grid{gap:46px}.quote-intro{position:static}.services-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.header-inner{height:72px;gap:12px;grid-template-columns:auto 1fr auto}.main-nav.open{inset:72px 0 auto}.header-quote{display:none}.brand-logo-mark{width:40px;height:40px;flex-basis:40px}.brand-copy strong{font-size:15.5px;letter-spacing:.045em}.brand-copy small{font-size:7px;letter-spacing:.24em;margin-top:4px}
  .hero{min-height:auto;padding:70px 0}.hero-grid{gap:48px}.hero h1{font-size:48px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.trust-row{grid-template-columns:1fr;gap:14px}.trust-row div{display:grid;grid-template-columns:70px 1fr;align-items:center}.trust-row strong{font-size:20px}.hero-card-body{padding:28px}.hero-card h2{font-size:30px}.construction-float{padding:4px 8px 20px;animation-duration:7s}.construction-photo-shell{border-radius:24px;transform:none}.construction-photo-shell img{height:390px}.construction-caption{left:18px;right:18px;bottom:20px}.construction-caption strong{font-size:26px}.float-chip{font-size:9px;padding:8px 10px}.float-chip-one{right:-4px;top:82px}.float-chip-two{left:-4px;top:194px}.float-chip-three{right:0;bottom:42px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div{min-height:58px;border-bottom:1px solid var(--line);font-size:11px}.proof-grid div:nth-child(2){border-right:0}
  .section-heading{display:block}.section-heading>p{margin-top:22px}.services-grid{grid-template-columns:1fr 1fr}.service-card{min-height:195px;padding:22px}.service-card h3{margin-top:40px;font-size:17px}.why-points{grid-template-columns:1fr}.why-panel{min-height:360px}.process-grid{grid-template-columns:1fr}.process-card{min-height:180px}.process-card h3{margin-top:30px}.quote-form{padding:24px 18px;border-radius:22px}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float{width:54px;height:54px;padding:0;justify-content:center}.whatsapp-float svg{width:26px;height:26px}
}
@media(max-width:480px){.services-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.proof-grid div{border-right:0}.hero h1{font-size:42px}.why-panel-number{font-size:74px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.service-card,.whatsapp-float{transition:none}.construction-float,.construction-glow,.float-chip{animation:none}}


/* Gallery page */
.main-nav a.active{color:var(--gold-2)}
.gallery-hero{position:relative;overflow:hidden;padding:110px 0 92px}
.gallery-hero-inner{position:relative;z-index:1;max-width:900px}
.gallery-hero h1{font-family:"Manrope",sans-serif;font-size:clamp(52px,7vw,88px);line-height:.95;letter-spacing:-.055em;margin:0}
.gallery-hero h1 em{font-style:normal;color:var(--gold-2)}
.gallery-hero p{max-width:670px;font-size:18px;color:rgba(255,255,255,.68);margin:26px 0 30px}
.gallery-jump-wrap{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.gallery-jump-wrap label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.58);font-weight:800}
.gallery-jump-wrap select{min-width:280px;border:1px solid rgba(255,255,255,.16);background:#14171b;color:#fff;border-radius:14px;padding:13px 40px 13px 15px;outline:none}
.gallery-page{padding-top:82px}
.gallery-service{padding:54px 0 70px;border-bottom:1px solid var(--line);scroll-margin-top:100px}
.gallery-service:first-child{padding-top:0}
.gallery-service:last-child{border-bottom:0;padding-bottom:0}
.gallery-service-head{display:grid;grid-template-columns:1fr minmax(260px,440px);gap:50px;align-items:end;margin-bottom:26px}
.gallery-service-head>div{display:flex;align-items:baseline;gap:16px}
.gallery-service-no{font-size:11px;letter-spacing:.12em;color:#8a6b37;font-weight:800}
.gallery-service h2{font-family:"Manrope",sans-serif;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;line-height:1.05;margin:0}
.gallery-service-head p{margin:0;color:var(--muted);font-size:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gallery-thumb{position:relative;overflow:hidden;border:0;padding:0;background:#161a1f;border-radius:18px;aspect-ratio:3/2;cursor:zoom-in;box-shadow:0 10px 35px rgba(10,12,16,.08)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.gallery-thumb-overlay{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:end;padding:38px 16px 14px;background:linear-gradient(transparent,rgba(0,0,0,.76));color:#fff;opacity:0;transition:opacity .25s ease}
.gallery-thumb-overlay strong{font-size:12px}.gallery-thumb-overlay small{font-size:10px;color:rgba(255,255,255,.64)}
.gallery-thumb:hover img{transform:scale(1.045);filter:brightness(.82)}.gallery-thumb:hover .gallery-thumb-overlay{opacity:1}
.gallery-cta{padding:72px 0}.gallery-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.gallery-cta h2{font-family:"Manrope",sans-serif;font-size:clamp(34px,5vw,54px);letter-spacing:-.045em;line-height:1;margin:0}.gallery-cta p{color:rgba(255,255,255,.62);margin:14px 0 0}
.lightbox{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center;background:rgba(3,4,5,.94);backdrop-filter:blur(14px);padding:38px 86px}
.lightbox.open{display:flex}.lightbox figure{margin:0;max-width:min(1200px,88vw);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:12px}.lightbox figure img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:16px;box-shadow:0 30px 100px rgba(0,0,0,.5)}
.lightbox figcaption{width:100%;display:flex;justify-content:space-between;gap:20px;color:#fff;font-size:12px}.lightbox figcaption span{color:rgba(255,255,255,.55)}
.lightbox-close,.lightbox-nav{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(214,173,98,.2);border-color:rgba(214,173,98,.55)}
.lightbox-close{right:24px;top:24px;width:48px;height:48px;border-radius:50%;font-size:32px;line-height:1}.lightbox-nav{top:50%;width:48px;height:70px;border-radius:18px;font-size:42px;transform:translateY(-50%)}.lightbox-prev{left:24px}.lightbox-next{right:24px}
body.lightbox-open{overflow:hidden}
@media(max-width:760px){.gallery-hero{padding:78px 0 68px}.gallery-hero h1{font-size:52px}.gallery-hero p{font-size:16px}.gallery-jump-wrap{align-items:stretch;flex-direction:column}.gallery-jump-wrap select{width:100%;min-width:0}.gallery-service{padding:42px 0 50px}.gallery-service-head{grid-template-columns:1fr;gap:10px;margin-bottom:18px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-thumb{border-radius:13px}.gallery-thumb-overlay{opacity:1;padding:28px 11px 10px}.gallery-thumb-overlay strong{font-size:10px}.gallery-cta-inner{flex-direction:column;align-items:flex-start}.lightbox{padding:70px 12px 74px}.lightbox figure{max-width:100%}.lightbox figure img{max-height:72vh;border-radius:12px}.lightbox-close{right:12px;top:12px}.lightbox-nav{top:auto;bottom:12px;width:48px;height:48px;border-radius:50%;transform:none}.lightbox-prev{left:calc(50% - 58px)}.lightbox-next{right:calc(50% - 58px)}}
@media(max-width:420px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-service-head>div{gap:10px}.gallery-service h2{font-size:26px}}

.hero-brand-badge{margin-bottom:18px}
.hero-brand-badge img{width:min(280px,60vw);height:auto;display:block;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}
.footer-logo-lockup{display:inline-block;max-width:240px}
.footer-logo-full{width:100%;height:auto;display:block;filter:drop-shadow(0 12px 26px rgba(0,0,0,.28))}

/* Official Big Boss logo lockup */
.site-header .brand{display:inline-flex;align-items:center;gap:14px;min-width:max-content}
.site-header .brand-logo-mark{display:block;width:76px;height:76px;object-fit:contain;object-position:center;flex:0 0 76px;filter:drop-shadow(0 8px 18px rgba(214,173,98,.20))}
.site-header .brand-copy{display:flex;flex-direction:column;line-height:1;white-space:nowrap}
.site-header .brand-copy strong{font-family:"Manrope",sans-serif;font-size:24px;letter-spacing:.07em;font-weight:800;color:#fff}
.site-header .brand-copy small{font-size:10px;letter-spacing:.34em;margin-top:7px;color:var(--gold-2);font-weight:700}
@media(max-width:700px){.site-header .brand{gap:10px}.site-header .brand-logo-mark{width:50px;height:50px;flex-basis:50px}.site-header .brand-copy strong{font-size:15px;letter-spacing:.035em}.site-header .brand-copy small{font-size:7px;letter-spacing:.22em;margin-top:4px}}

.creator-credit{margin-left:auto;margin-right:auto;text-align:center}.creator-credit a{color:var(--gold-2);font-weight:700}.creator-credit a:hover{color:#fff}


/* Social media */
.social-follow{margin-top:28px;padding-top:22px;border-top:1px solid rgba(20,22,26,.12)}
.social-follow-label{display:block;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
.social-follow-links{display:flex;flex-wrap:wrap;gap:10px}
.social-follow-links a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid rgba(20,22,26,.14);border-radius:999px;font-size:13px;font-weight:700;transition:.2s ease;background:rgba(255,255,255,.62)}
.social-follow-links a:hover{transform:translateY(-1px);border-color:var(--gold);box-shadow:0 8px 22px rgba(0,0,0,.08)}
.site-footer .social-follow{margin-top:0;padding-top:0;border-top:0}
.site-footer .social-follow-label{color:var(--gold-2)}
.site-footer .social-follow-links a{color:#fff;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.14)}
.site-footer .social-follow-links a:hover{border-color:var(--gold);background:rgba(214,173,98,.08)}
.site-footer .social-follow.compact{min-width:180px}
@media (max-width:760px){
  .social-follow-links{gap:8px}
  .social-follow-links a{padding:0 12px;min-height:38px;font-size:12px}
}


/* Stacked social links with platform logos */
.social-follow-links-stacked{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}
.social-follow-links-stacked a{
  width:100%;
  max-width:220px;
  justify-content:flex-start;
  gap:11px;
  min-height:42px;
}
.social-follow-links-stacked .social-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:block;
}
.site-footer .social-follow-links-stacked a{
  max-width:190px;
}


/* Small social platform logos */
.social-follow-links-stacked .social-icon{
  width:15px !important;
  height:15px !important;
  flex:0 0 15px !important;
}
.social-follow-links-stacked a{
  gap:8px !important;
}


/* Refined compact social links */
.social-follow{margin-top:24px;padding-top:18px}
.social-follow-label{
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.social-follow-links-stacked{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
}
.social-follow-links-stacked a,
.site-footer .social-follow-links-stacked a{
  display:inline-flex !important;
  width:auto !important;
  max-width:none !important;
  min-height:0 !important;
  padding:2px 0 !important;
  margin:0 !important;
  gap:7px !important;
  justify-content:flex-start !important;
  align-items:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
}
.social-follow-links-stacked a:hover{
  transform:none !important;
  box-shadow:none !important;
  opacity:.8;
}
.social-follow-links-stacked .social-icon{
  width:12px !important;
  height:12px !important;
  flex:0 0 12px !important;
  display:block;
}
.site-footer .social-follow-label{font-size:10px}
.site-footer .social-follow-links-stacked a{font-size:12px !important}
.site-footer .social-follow-links-stacked .social-icon{
  width:11px !important;
  height:11px !important;
  flex-basis:11px !important;
}
@media (max-width:760px){
  .social-follow-links-stacked a{font-size:12.5px !important}
  .social-follow-links-stacked .social-icon{
    width:11px !important;
    height:11px !important;
    flex-basis:11px !important;
  }
}


/* FINAL SOCIAL LINKS FIX */
.social-follow{
  margin-top:20px !important;
  padding-top:16px !important;
}
.social-follow-label{
  display:block !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  margin:0 0 8px 0 !important;
}
.social-follow-links,
.social-follow-links-stacked{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:5px !important;
}
.social-follow-links a,
.social-follow-links-stacked a,
.site-footer .social-follow-links a,
.site-footer .social-follow-links-stacked a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  gap:6px !important;
}
.social-follow-links a:hover,
.social-follow-links-stacked a:hover{
  transform:none !important;
  box-shadow:none !important;
  background:none !important;
  opacity:.75 !important;
}
.social-icon{
  width:10px !important;
  height:10px !important;
  min-width:10px !important;
  min-height:10px !important;
  max-width:10px !important;
  max-height:10px !important;
  flex:0 0 10px !important;
  display:inline-block !important;
}
.site-footer .social-follow{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}
.site-footer .social-follow-label{
  font-size:9px !important;
}
.site-footer .social-follow-links a,
.site-footer .social-follow-links-stacked a{
  font-size:11px !important;
}


/* ===== Responsive QA hardening (Sep 2026) ===== */
html,body{max-width:100%;overflow-x:clip}
:target{scroll-margin-top:96px}
.header-inner,.hero-grid,.why-grid,.quote-layout,.contact-grid,.form-grid,.footer-top{min-width:0}
.brand,.brand-copy,.main-nav,.field,.quote-form,.location-card,.footer-brand,.footer-links{min-width:0}
.field input,.field select,.field textarea{min-width:0;max-width:100%}
.contact-list strong,.location-head strong,.footer-links a,.footer-links span,.company-meta,.privacy-card{overflow-wrap:anywhere;word-break:normal}
.lightbox figcaption{flex-wrap:wrap}

@media(max-width:1020px){
  .main-nav.open{max-height:calc(100dvh - 82px);overflow-y:auto;overscroll-behavior:contain}
}

@media(max-width:760px){
  :target{scroll-margin-top:82px}
  .header-inner{grid-template-columns:minmax(0,1fr) auto;height:72px}
  .brand{max-width:calc(100vw - 86px);min-width:0}
  .brand-copy{min-width:0;max-width:100%}
  .brand-copy strong{font-size:clamp(12px,4vw,15.5px);letter-spacing:.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-copy small{font-size:7px;letter-spacing:.2em}
  .menu-toggle{width:44px;height:44px;padding:10px;display:grid;place-content:center;justify-self:end;touch-action:manipulation}
  .menu-toggle span{width:22px}
  .main-nav.open{inset:72px 0 auto;max-height:calc(100dvh - 72px);overflow-y:auto;padding-bottom:max(28px,env(safe-area-inset-bottom))}
  .main-nav.open a{width:100%;padding:10px 0;font-size:16px}
  .hero{padding:58px 0 64px}
  .hero h1{font-size:clamp(38px,12vw,48px)}
  .hero-lead{margin:22px 0 26px}
  .construction-float{width:100%;max-width:520px;padding-inline:0}
  .construction-photo-shell img{height:clamp(300px,95vw,390px)}
  .float-chip-one{right:6px}.float-chip-two{left:6px}.float-chip-three{right:6px}
  .section-heading{margin-bottom:38px}
  .why-panel{padding:32px 24px}
  .location-head{flex-direction:column;align-items:flex-start;gap:10px}
  .map-wrap{height:260px}
  .company-meta{gap:10px 14px;margin-top:34px}
  .footer-bottom{align-items:flex-start}
  .whatsapp-float{right:14px;bottom:max(14px,env(safe-area-inset-bottom));width:52px;height:52px}
}

@media(max-width:480px){
  .container{width:min(100% - 24px,1180px)}
  .section{padding:64px 0}
  .hero h1{font-size:clamp(36px,11.5vw,42px)}
  .eyebrow{font-size:10px;letter-spacing:.12em}
  .trust-row div{grid-template-columns:62px minmax(0,1fr)}
  .quote-contact-card{padding:20px;width:100%}
  .quote-contact-card a{font-size:clamp(20px,7vw,25px);overflow-wrap:anywhere}
  .quote-form{padding:22px 14px}
  .location-card{padding:12px}
  .site-footer{padding-top:58px}
  .company-meta{flex-direction:column;align-items:flex-start;gap:7px}
}

@media(max-width:360px){
  .gallery-grid{grid-template-columns:1fr}
  .gallery-hero h1{font-size:44px}
  .gallery-thumb{aspect-ratio:4/3}
  .hero-actions .btn{padding-inline:16px}
}


/* ===== Live hero tablet/mobile refinement (Sep 2026) ===== */
@media(max-width:1020px){
  .hero{
    min-height:auto;
    padding:64px 0 68px;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1fr);
    gap:42px;
    width:100%;
  }
  .hero-copy{
    width:100%;
    max-width:760px;
    justify-self:center;
  }
  .construction-float{
    justify-self:center !important;
    width:100% !important;
    max-width:760px !important;
    padding:8px 18px 24px !important;
  }
  .construction-photo-shell{
    width:100%;
    transform:none;
  }
  .construction-photo-shell img{
    width:100%;
    height:clamp(420px,62vw,560px);
    object-fit:cover;
  }
  .float-chip{
    max-width:calc(100% - 28px);
    white-space:nowrap;
  }
  .float-chip-one{
    right:28px !important;
    top:92px !important;
  }
  .float-chip-two{
    left:28px !important;
    top:215px !important;
  }
  .float-chip-three{
    right:28px !important;
    bottom:50px !important;
  }
}

@media(max-width:760px){
  .hero{
    padding:48px 0 54px !important;
  }
  .hero-grid{
    gap:32px !important;
  }
  .hero-copy{
    max-width:100%;
  }
  .construction-float{
    max-width:100% !important;
    padding:4px 8px 18px !important;
  }
  .construction-photo-shell{
    border-radius:22px !important;
  }
  .construction-photo-shell img{
    height:clamp(310px,104vw,430px) !important;
  }
  .construction-status{
    top:14px;
    left:14px;
    right:14px;
    max-width:calc(100% - 28px);
    width:auto;
    font-size:8px;
    line-height:1.25;
  }
  .construction-caption{
    left:18px !important;
    right:18px !important;
    bottom:18px !important;
  }
  .construction-caption strong{
    font-size:clamp(24px,7vw,30px) !important;
    max-width:82%;
  }
  .float-chip{
    font-size:9px !important;
    padding:8px 10px !important;
    max-width:calc(100% - 24px);
  }
  .float-chip-one{
    right:12px !important;
    top:74px !important;
  }
  .float-chip-two{
    left:12px !important;
    top:172px !important;
  }
  .float-chip-three{
    right:12px !important;
    bottom:36px !important;
  }
}

@media(max-width:480px){
  .hero{
    padding:40px 0 46px !important;
  }
  .hero-grid{
    gap:26px !important;
  }
  .construction-photo-shell img{
    height:clamp(290px,112vw,390px) !important;
  }
  .construction-status{
    font-size:7px;
    letter-spacing:.055em;
    padding:8px 10px;
  }
  .float-chip{
    font-size:8px !important;
    padding:7px 9px !important;
  }
  .float-chip-one{
    right:10px !important;
    top:66px !important;
  }
  .float-chip-two{
    left:10px !important;
    top:154px !important;
  }
  .float-chip-three{
    right:10px !important;
    bottom:30px !important;
  }
}


/* ===== Tablet landscape hero correction ===== */
@media (min-width:761px) and (max-width:1280px){
  .hero{
    min-height:auto !important;
    padding:64px 0 72px !important;
  }

  .hero-grid{
    grid-template-columns:1fr !important;
    gap:42px !important;
    width:min(100% - 44px,1180px) !important;
    margin-inline:auto !important;
  }

  .hero-copy{
    width:100% !important;
    max-width:920px !important;
    justify-self:center !important;
  }

  .hero-copy h1,
  .hero-lead,
  .hero-actions,
  .trust-row{
    max-width:920px !important;
  }

  .construction-float{
    justify-self:center !important;
    width:min(100%,860px) !important;
    max-width:860px !important;
    padding:8px 22px 24px !important;
    margin-inline:auto !important;
  }

  .construction-photo-shell{
    width:100% !important;
    transform:none !important;
    margin-inline:auto !important;
  }

  .construction-photo-shell img{
    width:100% !important;
    height:clamp(500px,66vw,720px) !important;
    object-fit:cover !important;
  }

  .float-chip-one{
    right:34px !important;
    top:100px !important;
  }

  .float-chip-two{
    left:34px !important;
    top:250px !important;
  }

  .float-chip-three{
    right:34px !important;
    bottom:52px !important;
  }
}
