:root{
  --orange:#f47a00;
  --orange-bright:#ff8b00;
  --black:#050505;
  --black-2:#0c0c0c;
  --paper:#f3f3f3;
  --white:#fff;
  --muted:#c9c9c9;
  --line:#292929;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hidden{display:none}

.site-header{
  height:76px;background:rgba(3,3,3,.97);color:#fff;display:flex;align-items:center;
  padding:0 4%;position:sticky;top:0;z-index:100;border-bottom:1px solid #1c1c1c;
  backdrop-filter:blur(12px)
}
.brand{width:205px;flex:none}
.brand img{height:54px;width:100%;object-fit:contain}
.main-nav{margin-left:auto;display:flex;gap:30px;align-items:center}
.main-nav a{font-size:12px;text-transform:uppercase;font-weight:600;padding:29px 0 24px;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a.active{color:var(--orange);border-color:var(--orange)}
.nav-cta{margin-left:34px}
.menu-toggle{display:none;background:none;border:0;margin-left:auto}
.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:#fff;margin:5px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:4px;padding:15px 24px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border:0}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-bright));color:#fff}
.btn-outline{border:2px solid rgba(255,255,255,.72);color:#fff;background:rgba(0,0,0,.12)}

.hero{position:relative;min-height:720px;background:#050505;color:#fff;overflow:hidden}
.hero-image{position:absolute;inset:0 0 0 44%;background:url("assets/hero.jpg") center/cover no-repeat;animation:heroZoom 18s ease-in-out infinite alternate}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#050505 0%,#050505 34%,rgba(5,5,5,.86) 48%,rgba(5,5,5,.15) 73%,rgba(5,5,5,.05) 100%)}
.hero-content{position:relative;z-index:2;width:58%;padding:100px 0 145px 7%}
.hero-logo{width:510px;height:210px;object-fit:contain;object-position:left;mix-blend-mode:screen;margin-bottom:10px}
.eyebrow{color:var(--orange);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin:0 0 12px}
.hero h1{font-size:55px;line-height:1.08;text-transform:uppercase;margin:0 0 20px;letter-spacing:-.02em}
.hero h1 span{color:var(--orange)}
.hero-copy{font-size:17px;line-height:1.7;max-width:580px;color:#ededed}
.hero-actions{display:flex;gap:16px;margin-top:30px}
.trust-strip{position:absolute;z-index:3;left:0;right:0;bottom:0;background:rgba(5,5,5,.96);border-top:1px solid #242424;display:grid;grid-template-columns:repeat(4,1fr);padding:24px 6%}
.trust-strip div{display:flex;flex-direction:column;padding:0 28px;border-right:1px solid #343434}
.trust-strip div:last-child{border:0}
.trust-strip strong{text-transform:uppercase;font-size:13px}
.trust-strip span{font-size:12px;color:#bbb;margin-top:5px}

.logo-marquee{background:var(--orange);color:#050505;display:grid;grid-template-columns:repeat(5,1fr);padding:14px 4%;text-align:center;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em}
.logo-marquee div{border-right:1px solid rgba(0,0,0,.28)}
.logo-marquee div:last-child{border:0}

.section{padding:90px 6%}
.light{background:#f5f5f5}
.dark{background:#060606;color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}
.section-head h2{font-size:40px;text-transform:uppercase;max-width:760px;margin:0;line-height:1.1}
.section-intro{max-width:460px;font-size:16px;line-height:1.7;margin:0;color:#555}
.dark .section-intro{color:#bbb}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{min-height:500px;position:relative;overflow:hidden;background:#090909;color:#fff;border-radius:5px}
.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.service-card:hover img{transform:scale(1.06)}
.service-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.82) 44%,rgba(0,0,0,.05) 100%)}
.service-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px}
.service-content>span{color:var(--orange);font-size:13px;font-weight:800}
.service-content h3{font-size:23px;text-transform:uppercase;margin:10px 0}
.service-content p{font-size:14px;line-height:1.65;color:#ddd}
.service-content a{display:inline-block;margin-top:12px;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase}

.featured-project{position:relative;min-height:760px;color:#fff;overflow:hidden}
.featured-project>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.featured-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.76) 44%,rgba(0,0,0,.12) 78%)}
.featured-copy{position:relative;z-index:2;max-width:620px;padding:130px 0 100px 7%}
.featured-copy h2{font-size:49px;line-height:1.1;text-transform:uppercase;margin:0 0 22px}
.featured-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;color:#e3e3e3}
.featured-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}
.featured-copy dl div{border-top:2px solid var(--orange);padding-top:12px}
.featured-copy dt{font-size:11px;text-transform:uppercase;color:#bbb}
.featured-copy dd{margin:6px 0 0;font-size:14px;font-weight:700}

.filters{display:flex;gap:9px;flex-wrap:wrap}
.filter{border:1px solid #555;background:transparent;color:#fff;padding:10px 14px;border-radius:3px;font-size:11px;text-transform:uppercase}
.filter.active,.filter:hover{background:var(--orange);border-color:var(--orange);color:#050505}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:14px}
.project-card{position:relative;overflow:hidden;border-radius:4px;background:#111}
.project-card.tall{grid-row:span 2}
.project-card.wide{grid-column:span 2}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .7s ease}
.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.94),transparent 65%)}
.project-card:hover img{transform:scale(1.05);filter:brightness(1.08)}
.project-card div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:18px}
.project-card span{color:var(--orange);font-size:10px;font-weight:800;text-transform:uppercase}
.project-card h3{font-size:17px;text-transform:uppercase;margin:5px 0 0}
.project-card.hidden-project{display:none}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.why-card{border-top:4px solid var(--orange);background:#fff;padding:28px;min-height:240px}
.why-card span{color:var(--orange);font-weight:800}
.why-card h3{font-size:20px;text-transform:uppercase;margin:22px 0 12px}
.why-card p{font-size:14px;line-height:1.65;color:#555}

.reviews-section{display:grid;grid-template-columns:1fr 1fr;background:#050505;color:#fff}
.reviews-copy,.service-area{padding:90px 8%}
.service-area{background:#ededed;color:#111}
.reviews-copy h2,.service-area h2{font-size:39px;text-transform:uppercase;margin:0 0 24px}
.review{display:none}
.review.active{display:block}
.stars{color:var(--orange);font-size:28px;letter-spacing:4px}
.review blockquote{font-size:21px;line-height:1.65;font-style:italic;margin:22px 0}
.review cite{color:var(--orange);font-style:normal;font-weight:700}
.review-controls{display:flex;gap:10px;margin-top:26px}
.review-controls button{width:48px;height:48px;border:1px solid #555;background:transparent;color:#fff;font-size:20px}
.service-area>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#444}
.area-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.area-list span{font-size:14px;padding-left:18px;position:relative}
.area-list span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);position:absolute;left:0;top:6px}

.contact-section{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding:100px 7%;background:linear-gradient(135deg,#f47a00,#ff9000)}
.contact-copy h2{font-size:48px;line-height:1.05;text-transform:uppercase;margin:0 0 20px}
.contact-copy>p:not(.eyebrow){font-size:17px}
.contact-details{display:flex;flex-direction:column;gap:9px;margin-top:30px;font-weight:700}
.quote-form{background:#080808;color:#fff;padding:38px;border-radius:5px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.quote-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;text-transform:uppercase;font-weight:700;margin-bottom:18px}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #444;background:#151515;color:#fff;border-radius:3px;padding:13px}
.quote-form textarea{resize:vertical}
.quote-form .btn{width:100%}

.footer{background:#050505;color:#fff}
.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr) .6fr;gap:45px;padding:56px 6%}
.footer-brand img{width:260px}
.footer-brand p{text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.footer-brand strong{color:var(--orange)}
.footer h3{text-transform:uppercase;font-size:13px;color:#ddd}
.footer a{display:block;color:#ccc;font-size:12px;margin:10px 0}
.footer a:hover{color:var(--orange)}
.footer-qr img{width:120px;background:#fff;padding:5px}
.footer-bottom{background:var(--orange);color:#050505;text-align:center;padding:13px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.12em}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}
.mobile-actions{display:none}

@keyframes heroZoom{from{transform:scale(1)}to{transform:scale(1.07)}}

@media(max-width:1000px){
  .site-header{height:auto;min-height:72px;flex-wrap:wrap;padding:8px 4%}
  .menu-toggle{display:block}
  .nav-cta{display:none}
  .main-nav{display:none;order:3;width:100%;margin:0;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}
  .main-nav a{padding:13px 0;border-bottom:1px solid #222}
  .hero{min-height:760px}
  .hero-image{inset:0}
  .hero-overlay{background:rgba(4,4,4,.76)}
  .hero-content{width:100%;padding:70px 7% 185px}
  .service-grid{grid-template-columns:1fr 1fr}
  .project-grid{grid-template-columns:1fr 1fr}
  .project-card.wide{grid-column:span 2}
  .why-grid{grid-template-columns:1fr 1fr}
  .reviews-section,.contact-section{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1.4fr 1fr 1fr}
  .footer-qr{display:none}
}
@media(max-width:650px){
  .brand{width:170px}
  .hero{min-height:820px}
  .hero-content{padding:45px 6% 270px}
  .hero-logo{width:100%;height:170px}
  .hero h1{font-size:38px}
  .hero-copy{font-size:15px}
  .hero-actions{flex-direction:column}
  .trust-strip{grid-template-columns:1fr 1fr;gap:18px;padding:18px 6%}
  .trust-strip div{padding:0;border:0}
  .logo-marquee{grid-template-columns:1fr 1fr;gap:8px}
  .logo-marquee div{border:0}
  .section{padding:65px 6%}
  .section-head{align-items:flex-start;flex-direction:column}
  .section-head h2{font-size:31px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:470px}
  .featured-project{min-height:700px}
  .featured-copy{padding:90px 6%}
  .featured-copy h2{font-size:34px}
  .featured-copy dl{grid-template-columns:1fr}
  .project-grid{grid-template-columns:1fr;grid-auto-rows:250px}
  .project-card.tall{grid-row:span 1}
  .project-card.wide{grid-column:span 1}
  .why-grid{grid-template-columns:1fr}
  .reviews-copy,.service-area{padding:65px 6%}
  .reviews-copy h2,.service-area h2{font-size:31px}
  .review blockquote{font-size:17px}
  .contact-section{padding:70px 6%}
  .contact-copy h2{font-size:35px}
  .field-grid{grid-template-columns:1fr}
  .quote-form{padding:25px}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .mobile-actions{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:120}
  .mobile-actions a{padding:15px;text-align:center;text-transform:uppercase;font-size:12px;font-weight:800}
  .mobile-actions a:first-child{background:#050505;color:#fff}
  .mobile-actions a:last-child{background:var(--orange);color:#050505}
  body{padding-bottom:48px}
}

/* Premium icon and layout refinements */
.hero-content{width:50%;padding-top:70px}
.hero-logo{width:540px;height:245px;margin-bottom:4px}
.hero-tagline{font-size:23px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;margin:0 0 17px}
.hero-tagline strong{color:var(--orange)}
.hero-copy{font-size:17px;line-height:1.65;max-width:560px}
.servicem8-panel{display:flex;flex-direction:column;justify-content:center;min-height:380px}
.servicem8-panel h3{font-size:30px;text-transform:uppercase;line-height:1.15;margin:0 0 18px}
.servicem8-panel p:not(.eyebrow){font-size:16px;line-height:1.7;color:#d8d8d8;margin:0 0 28px}
.servicem8-panel .btn{align-self:flex-start}
.service-content{display:grid;grid-template-columns:48px 1fr;column-gap:13px;align-items:center}
.service-content h3{grid-column:2;margin:0}
.service-content p,.service-content a{grid-column:1/-1}
.service-line-icon,.why-line-icon{color:var(--orange);display:flex;align-items:center;justify-content:center}
.service-line-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.why-line-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.why-card{text-align:center}
.why-line-icon{margin:0 auto 18px}
.why-card h3{margin-top:0}
.contact-details a{display:flex;align-items:center;gap:11px}
.contact-symbol{display:inline-flex;width:22px;justify-content:center;color:#111;font-size:18px}
.footer a .contact-symbol{color:var(--orange)}
.projects .section-head{align-items:center}
.projects .project-grid{grid-template-columns:1.25fr repeat(4,1fr);grid-auto-rows:220px}
.projects .project-card.tall,.projects .project-card.wide{grid-row:auto;grid-column:auto}
@media(max-width:1000px){
  .hero-content{width:100%;padding-top:52px}
  .projects .project-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .hero-logo{height:185px}
  .hero-tagline{font-size:16px}
  .projects .project-grid{grid-template-columns:1fr}
}

/* V5 branded banner-style footer */
.footer-banner{
  background:#050505;
  color:#fff;
  border-top:12px solid var(--orange);
}
.footer-banner-main{
  display:grid;
  grid-template-columns:1.55fr .9fr .75fr 1.45fr .9fr .55fr;
  gap:34px;
  align-items:start;
  padding:48px 5% 38px;
}
.footer-brand-block img{
  width:290px;
  height:120px;
  object-fit:contain;
  object-position:left center;
}
.footer-brand-block p{
  margin:7px 0 0;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:11px;
}
.footer-brand-block strong{color:var(--orange)}
.footer-banner h3{
  margin:0 0 14px;
  text-transform:uppercase;
  color:#fff;
  font-size:13px;
  letter-spacing:.03em;
}
.footer-banner a{
  display:block;
  margin:9px 0;
  color:#d8d8d8;
  font-size:12px;
}
.footer-banner a:hover{color:var(--orange)}
.footer-contact a span{
  display:inline-flex;
  width:20px;
  color:var(--orange);
  justify-content:center;
}
.footer-licence p{
  font-size:12px;
  line-height:1.5;
  margin:0 0 16px;
  color:#d8d8d8;
}
.footer-licence strong{
  color:#fff;
  text-transform:uppercase;
  font-size:11px;
}
.footer-qr img{
  width:125px;
  background:#fff;
  padding:6px;
}
.footer-banner-strip{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr 1.5fr;
  gap:0;
  background:linear-gradient(90deg,var(--orange),var(--orange-bright));
  color:#050505;
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.03em;
}
.footer-banner-strip span{
  text-align:center;
  padding:17px 12px;
  border-right:1px solid rgba(0,0,0,.28);
}
.footer-banner-strip span:last-child{border-right:0}
.footer-bottom{
  background:#050505;
  color:#cfcfcf;
  text-align:center;
  padding:15px 20px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.12em;
}
@media(max-width:1100px){
  .footer-banner-main{grid-template-columns:1.4fr 1fr 1fr}
  .footer-licence,.footer-qr{margin-top:12px}
}
@media(max-width:700px){
  .footer-banner-main{grid-template-columns:1fr 1fr;padding:38px 6% 30px}
  .footer-brand-block{grid-column:1/-1}
  .footer-contact{grid-column:1/-1}
  .footer-banner-strip{grid-template-columns:1fr 1fr}
  .footer-banner-strip span{border-bottom:1px solid rgba(0,0,0,.2)}
  .footer-qr img{width:110px}
}
@media(max-width:480px){
  .footer-banner-main{grid-template-columns:1fr}
  .footer-company,.footer-services,.footer-licence,.footer-qr{grid-column:auto}
  .footer-banner-strip{grid-template-columns:1fr}
  .footer-banner-strip span{border-right:0}
}

/* V6 service map and premium footer icons */
.service-area{
  position:relative;
  overflow:hidden;
  min-height:520px;
}
.service-area > *:not(.service-map){
  position:relative;
  z-index:2;
}
.service-map{
  position:absolute;
  right:0;
  bottom:0;
  width:58%;
  height:72%;
  z-index:1;
  overflow:hidden;
}
.service-map iframe{
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(1) contrast(.92) brightness(1.08);
}
.service-map-fade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#ededed 0%,rgba(237,237,237,.92) 18%,rgba(237,237,237,.35) 52%,rgba(244,122,0,.10) 100%),
    linear-gradient(0deg,rgba(237,237,237,.95) 0%,transparent 24%);
  pointer-events:none;
}
.service-map-badge{
  position:absolute;
  right:22px;
  bottom:20px;
  max-width:430px;
  background:rgba(5,5,5,.88);
  color:#fff;
  border-left:4px solid var(--orange);
  padding:11px 14px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.footer-banner-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.footer-banner-strip svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:none;
}
@media(max-width:900px){
  .service-area{min-height:620px}
  .service-map{
    width:100%;
    height:48%;
  }
  .service-map-fade{
    background:
      linear-gradient(0deg,rgba(237,237,237,.92) 0%,rgba(237,237,237,.48) 44%,rgba(237,237,237,.96) 100%),
      linear-gradient(90deg,rgba(244,122,0,.08),transparent);
  }
}
@media(max-width:600px){
  .service-area{min-height:680px}
  .service-map{height:42%}
  .service-map-badge{
    left:16px;
    right:16px;
    bottom:14px;
    font-size:10px;
  }
  .footer-banner-strip span{
    justify-content:flex-start;
    padding-left:24px;
  }
}

/* V7 Gold Coast-centred colour map */
.service-map{
  width:64%;
  height:78%;
  right:-2%;
  bottom:-2%;
}
.service-map iframe{
  filter:saturate(.92) contrast(.96) brightness(1.02);
  transform:scale(1.06);
  transform-origin:center center;
}
.service-map-fade{
  background:
    linear-gradient(90deg,
      #ededed 0%,
      rgba(237,237,237,.98) 15%,
      rgba(237,237,237,.82) 29%,
      rgba(237,237,237,.30) 54%,
      rgba(237,237,237,.08) 76%,
      rgba(244,122,0,.08) 100%),
    linear-gradient(0deg,
      rgba(237,237,237,.94) 0%,
      rgba(237,237,237,.36) 19%,
      transparent 43%);
}
.service-map-badge{
  right:28px;
  bottom:24px;
}
@media(max-width:900px){
  .service-map{
    width:100%;
    right:0;
    height:49%;
    bottom:0;
  }
  .service-map iframe{
    transform:scale(1.03);
  }
  .service-map-fade{
    background:
      linear-gradient(0deg,
        rgba(237,237,237,.72) 0%,
        rgba(237,237,237,.23) 38%,
        rgba(237,237,237,.96) 100%),
      linear-gradient(90deg,
        rgba(237,237,237,.55) 0%,
        transparent 65%);
  }
}

/* FINAL static colour service-area map */
.service-map{
  position:absolute;
  right:0;
  bottom:0;
  width:61%;
  height:82%;
  overflow:hidden;
  z-index:1;
}
.service-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  filter:saturate(.98) contrast(.98) brightness(1.03);
}
.service-map-fade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      #ededed 0%,
      rgba(237,237,237,.98) 13%,
      rgba(237,237,237,.86) 26%,
      rgba(237,237,237,.46) 45%,
      rgba(237,237,237,.12) 67%,
      rgba(237,237,237,.02) 100%),
    linear-gradient(0deg,
      rgba(237,237,237,.88) 0%,
      rgba(237,237,237,.20) 22%,
      transparent 45%);
  pointer-events:none;
}
.service-map-badge{
  display:flex;
  align-items:center;
  gap:10px;
  right:24px;
  bottom:20px;
  max-width:520px;
}
.map-pin-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  color:var(--orange);
  flex:none;
}
.map-pin-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:900px){
  .service-map{
    width:100%;
    height:50%;
    right:0;
    bottom:0;
  }
  .service-map img{
    object-position:center 46%;
  }
  .service-map-fade{
    background:
      linear-gradient(0deg,
        rgba(237,237,237,.70) 0%,
        rgba(237,237,237,.24) 38%,
        rgba(237,237,237,.96) 100%),
      linear-gradient(90deg,
        rgba(237,237,237,.58) 0%,
        transparent 65%);
  }
}
@media(max-width:600px){
  .service-map{
    height:43%;
  }
  .service-map img{
    object-position:center 42%;
  }
}

/* Real-photo V2 refinements */

/* Blend the hero image into black so there is no hard vertical cut. */
.hero-image{
  left:36%;
  background-position:center center;
}
.hero-image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:36%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.96) 16%,
    rgba(5,5,5,.72) 40%,
    rgba(5,5,5,.30) 72%,
    rgba(5,5,5,0) 100%);
}
.hero-overlay{
  background:linear-gradient(90deg,
    #050505 0%,
    #050505 31%,
    rgba(5,5,5,.90) 41%,
    rgba(5,5,5,.45) 57%,
    rgba(5,5,5,.10) 78%,
    rgba(5,5,5,.03) 100%);
}

/* Live map with the Google top card cropped outside the visible frame. */
.interactive-map{
  overflow:hidden;
}
.interactive-map iframe{
  position:absolute;
  width:112%;
  height:122%;
  left:-6%;
  top:-18%;
  border:0;
  filter:saturate(.95) contrast(.96) brightness(1.02);
  pointer-events:auto;
}
.interactive-map .service-map-fade{
  pointer-events:none;
  background:
    linear-gradient(90deg,
      #ededed 0%,
      rgba(237,237,237,.97) 14%,
      rgba(237,237,237,.82) 30%,
      rgba(237,237,237,.36) 52%,
      rgba(237,237,237,.08) 76%,
      rgba(237,237,237,0) 100%),
    linear-gradient(0deg,
      rgba(237,237,237,.86) 0%,
      rgba(237,237,237,.18) 22%,
      transparent 44%);
}
.interactive-map .service-map-badge{
  pointer-events:none;
}

@media(max-width:900px){
  .hero-image{
    left:0;
  }
  .hero-image::before{
    width:100%;
    background:linear-gradient(90deg,
      rgba(5,5,5,.82) 0%,
      rgba(5,5,5,.62) 48%,
      rgba(5,5,5,.20) 100%);
  }
  .interactive-map iframe{
    width:118%;
    height:126%;
    left:-9%;
    top:-20%;
  }
}

/* Google Reviews trust summary */
.google-review-summary{
  padding-bottom:34px;
  margin-bottom:34px;
  border-bottom:1px solid #343434;
}
.google-review-summary h2{
  max-width:680px;
  margin:0 0 28px;
  font-size:34px;
  line-height:1.18;
  text-transform:uppercase;
}
.google-stars{
  color:var(--orange);
  font-size:28px;
  letter-spacing:5px;
  margin-bottom:12px;
}
.google-rating-row{
  display:flex;
  align-items:stretch;
  gap:18px;
  margin:0 0 26px;
}
.rating-score,
.review-count{
  min-width:160px;
  padding:17px 20px;
  background:#111;
  border-left:4px solid var(--orange);
  display:flex;
  flex-direction:column;
}
.rating-score strong,
.review-count strong{
  color:#fff;
  font-size:32px;
  line-height:1;
}
.rating-score span,
.review-count span{
  color:#cfcfcf;
  margin-top:7px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.rating-score span{
  color:var(--orange);
}
.google-reviews-button{
  display:inline-flex;
  align-items:center;
  gap:11px;
  padding:14px 19px;
  border:1px solid #555;
  border-radius:4px;
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.google-reviews-button:hover{
  background:var(--orange);
  border-color:var(--orange);
  color:#050505;
  transform:translateY(-2px);
}
.google-g{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#4285f4;
  font-size:17px;
  font-weight:800;
  text-transform:none;
}
.review-slider{
  min-height:210px;
}
@media(max-width:650px){
  .google-review-summary h2{
    font-size:27px;
  }
  .google-rating-row{
    flex-direction:column;
  }
  .rating-score,
  .review-count{
    min-width:0;
    width:100%;
  }
  .google-reviews-button{
    width:100%;
  }
}

/* Genuine Google review refinements */
.google-rating-row.single-rating{
  display:block;
}
.google-rating-row.single-rating .rating-score{
  width:210px;
}
.perfect-rating-copy{
  margin:0 0 24px;
  color:#d5d5d5;
  font-size:15px;
  line-height:1.6;
}
.review-trust-line{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 25px;
}
.review-trust-line span{
  padding:8px 11px;
  border:1px solid #3b3b3b;
  border-radius:999px;
  color:#d8d8d8;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.review-trust-line span::before{
  content:"✓";
  margin-right:6px;
  color:var(--orange);
}
.real-google-reviews{
  min-height:250px;
}
.real-google-reviews .review-source{
  display:block;
  margin-top:6px;
  color:#a9a9a9;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
}
@media(max-width:650px){
  .google-rating-row.single-rating .rating-score{
    width:100%;
  }
  .review-trust-line{
    gap:7px;
  }
  .review-trust-line span{
    font-size:9px;
  }
}

/* Contact and Instagram enhancements */
.hero-actions{flex-wrap:wrap;gap:12px}
.hero-actions .btn{padding-left:18px;padding-right:18px}
.instagram-feature{display:flex;align-items:center;gap:14px;min-width:330px;padding:16px 18px;border:1px solid #353535;border-left:4px solid var(--orange);background:#101010;color:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.instagram-feature:hover{transform:translateY(-2px);border-color:var(--orange);background:#171717}
.instagram-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--orange);flex:none}
.instagram-icon svg,.instagram-mini svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.instagram-feature>span:nth-child(2){display:flex;flex-direction:column;gap:3px}
.instagram-feature small{color:#aaa;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.instagram-feature strong{font-size:14px;text-transform:none}
.instagram-arrow{margin-left:auto;color:var(--orange);font-size:22px}
.contact-details a:hover{color:#fff}
.contact-instagram{margin-top:8px}
.instagram-mini{height:22px}
.footer-banner-strip a{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;padding:17px 12px;border-right:1px solid rgba(0,0,0,.28);margin:0;color:#050505}
.footer-banner-strip a:last-child{border-right:0}
.footer-banner-strip a:hover{color:#050505;background:rgba(255,255,255,.16)}
.footer-banner-strip a svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}
@media(max-width:700px){
  .instagram-feature{width:100%;min-width:0}
  .footer-banner-strip a{border-bottom:1px solid rgba(0,0,0,.2)}
}
@media(max-width:600px){
  .footer-banner-strip a{justify-content:flex-start;padding-left:24px}
}
