:root{
  --black:#0c0c0d;
  --near-black:#151516;
  --charcoal:#232325;
  --yellow:#F7C600;
  --yellow-dim:#caa200;
  --white:#FAFAF7;
  --gray:#8b8b8d;
  --line: rgba(250,250,247,0.1);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--black);
  color:var(--white);
  font-family:'Barlow', sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family:'Oswald', sans-serif;
  text-transform:uppercase;
  letter-spacing:0.02em;
  line-height:1.1;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.eyebrow{
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--yellow);
  font-weight:600;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:22px; height:3px;
  background:var(--yellow);
  display:inline-block;
}
.stripe-bar{
  height:14px;
  background:repeating-linear-gradient(135deg, var(--yellow) 0 20px, var(--black) 20px 40px);
  width:100%;
}

/* ===== TOP TRUST BAR ===== */
.topbar{background:#101012; color:#e8e8e6;}
.topbar-inner{
  display:flex; justify-content:space-between; align-items:center;
  gap:18px; padding:9px 24px; flex-wrap:wrap;
  font-family:'Oswald',sans-serif; font-size:0.8125rem; letter-spacing:0.05em;
}
.tb-stars{color:var(--yellow); letter-spacing:2px;}
.tb-rating{color:#e8e8e6;}
.tb-rating strong{color:var(--yellow); font-weight:600;}
.tb-rating:hover strong{text-decoration:underline;}
.tb-note{color:#9a9a9c;}
.tb-phone{color:var(--yellow); font-weight:600;}
.tb-phone:hover{text-decoration:underline;}

/* ===== MOBILE NAV TOGGLE ===== */
.nav-toggle{
  display:none;
  background:none; border:0; cursor:pointer;
  width:44px; height:40px;
  flex-direction:column; gap:5px; align-items:center; justify-content:center;
  order:3;
}
.nav-toggle span{display:block; width:24px; height:3px; background:var(--white); transition:transform .25s, opacity .2s;}
.nav-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

/* ===== STICKY MOBILE CALL BAR ===== */
.mobile-cta{display:none;}
@media(max-width:768px){
  .mobile-cta{
    display:flex; position:fixed; bottom:0; left:0; right:0; z-index:150;
    background:#101012; gap:1px;
    padding-bottom:env(safe-area-inset-bottom, 0);
    box-shadow:0 -8px 24px rgba(0,0,0,0.25);
  }
  .mobile-cta .btn{flex:1; text-align:center; margin:0; padding:16px 10px; border:none;}
  .mobile-cta .btn-call{background:#101012; color:#fff;}
  .mobile-cta .btn-text{background:#26262a; color:#fff;}
  body{padding-bottom:58px;}
  .tb-note{display:none;}
}

/* ===== NAV ===== */
header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(12,12,13,0.94);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 24px;
  max-width:1180px; margin:0 auto;
}
.logo{display:flex; align-items:center; gap:10px;}
.logo img{height:76px; width:auto; display:block; border-radius:50%;}
nav ul{display:flex; gap:30px; list-style:none; align-items:center;}
nav ul li{position:relative;}
nav ul li a{
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-weight:500;
  color:var(--white);
  padding-bottom:4px;
  transition:color .2s;
}
nav ul li a:hover, nav ul li a.active{color:var(--yellow);}
.dropdown{
  position:absolute; top:100%; left:-16px;
  background:var(--near-black);
  border:1px solid var(--line);
  min-width:280px;
  padding:10px 0;
  display:none;
  z-index:110;
}
nav ul li:hover .dropdown{display:block;}
.dropdown a{
  display:block;
  padding:11px 20px;
  font-size:0.75rem;
}
.dropdown a:hover{background:var(--charcoal);}
.nav-cta{display:flex; align-items:center; gap:20px;}
.btn{
  display:inline-block;
  background:var(--yellow);
  color:var(--black);
  font-family:'Oswald',sans-serif;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:0.8125rem;
  padding:13px 26px;
  border:2px solid var(--yellow);
  transition:all .2s;
  cursor:pointer;
}
.btn:hover{background:transparent; color:var(--yellow);}
.btn-outline{background:transparent; color:var(--white); border:2px solid var(--white);}
.btn-outline:hover{background:var(--white); color:var(--black);}

.hero-actions{display:flex; gap:16px; flex-wrap:wrap;}
/* one-line trust strip with dividers */
.hero-stats{
  display:flex; flex-wrap:nowrap; gap:0;
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,0.22);
  padding-top:22px;
  max-width:640px;
}
.hero-stats > *{flex:1; min-width:0; padding:0 16px; border-left:1px solid rgba(255,255,255,0.22);}
.hero-stats > *:first-child{padding-left:0; border-left:none;}
.hero-form .btn{width:100%; text-align:center; border:none; cursor:pointer; margin-top:2px;}
.hero-form-note{font-size:0.75rem; color:var(--gray); text-align:center; margin-top:2px;}
.hero-stats strong{
  display:block;
  font-family:'Oswald',sans-serif;
  font-size:clamp(19px, 2.4vw, 30px); font-weight:700;
  color:var(--yellow);
  line-height:1.15;
  white-space:nowrap;
}
.hero-stats span{
  display:block;
  font-size:clamp(9px, 1vw, 12px);
  letter-spacing:0.08em; text-transform:uppercase;
  color:#c9c9c7;
  line-height:1.35;
  margin-top:4px;
}

/* ===== PAGE HERO (service pages) ===== */
.page-hero{
  position:relative;
  padding:190px 0 90px;
  background:
    repeating-linear-gradient(135deg, rgba(247,198,0,0.045) 0 22px, transparent 22px 44px),
    linear-gradient(160deg, #17171a 0%, #0c0c0d 70%);
  border-bottom:1px solid var(--line);
}
.page-hero.sealcoat-hero{
  background:
    linear-gradient(160deg, rgba(10,10,11,0.82) 0%, rgba(10,10,11,0.62) 45%, rgba(10,10,11,0.9) 100%),
    url('parking-lot-after-sealcoat-striping.webp') center 40% / cover no-repeat;
  border-bottom:3px solid var(--yellow);
}
.page-hero h1{font-size:clamp(34px, 5vw, 60px); max-width:840px; margin-bottom:18px;}
.page-hero h1 em{font-style:normal; color:var(--yellow);}
.page-hero p{font-size:1.125rem; color:#d0d0ce; max-width:640px; margin-bottom:30px;}

/* ===== SECTIONS ===== */
section{padding:100px 0;}
.section-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom:56px; flex-wrap:wrap; gap:24px;
}
.section-head h2{font-size:clamp(30px,4vw,48px);}
.section-head p{color:var(--gray); max-width:420px; font-size:1rem;}
.alt-bg{background:var(--near-black);}

/* ===== SERVICES GRID ===== */
.service-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.service-card{
  background:var(--near-black);
  padding:40px 34px;
  transition:background .25s;
  display:block;
}
.service-card:hover{background:var(--charcoal);}
.service-card h3{font-size:1.3125rem; margin-bottom:12px;}
.service-card p{color:var(--gray); font-size:0.9375rem; margin-bottom:18px;}
.service-card .more{
  font-family:'Oswald',sans-serif;
  font-size:0.75rem; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--yellow);
}
.service-card .more::after{content:" →";}

/* ===== CONTENT BLOCKS (service pages) ===== */
.content-grid{display:grid; grid-template-columns:1.4fr 1fr; gap:70px; align-items:start;}
.content-grid h2{font-size:clamp(26px,3.4vw,40px); margin-bottom:20px;}
.content-grid p{color:#c9c9c7; margin-bottom:16px; font-size:1rem;}
.side-panel{
  background:var(--near-black);
  border:1px solid var(--line);
  border-top:3px solid var(--yellow);
  padding:34px 30px;
  position:sticky; top:110px;
}
.side-panel h3{font-size:1.125rem; margin-bottom:16px;}
.side-panel ul{list-style:none;}
.side-panel ul li{
  padding:10px 0;
  border-bottom:1px solid var(--line);
  font-size:0.9375rem; color:#d0d0ce;
  display:flex; gap:10px;
}
.side-panel ul li::before{content:"—"; color:var(--yellow); font-weight:700;}
.side-panel .btn{margin-top:22px; width:100%; text-align:center;}
.checklist{list-style:none; margin:26px 0;}
.checklist li{
  padding:12px 0 12px 34px;
  position:relative;
  color:#d0d0ce; font-size:1rem;
  border-bottom:1px solid var(--line);
}
.checklist li::before{
  content:"✓";
  position:absolute; left:0; top:12px;
  color:var(--yellow); font-weight:700;
  font-family:'Oswald',sans-serif;
}

/* ===== ABOUT ===== */
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center;}
.about-grid h2{font-size:clamp(30px,4vw,46px); margin-bottom:22px;}
.about-grid p{color:#c9c9c7; margin-bottom:18px; font-size:1rem;}
.about-photo{
  aspect-ratio:4/5;
  background:linear-gradient(160deg, var(--charcoal), var(--black));
  border:2px solid var(--yellow);
  position:relative;
  overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.about-photo .stripes{
  position:absolute; inset:0;
  background:repeating-linear-gradient(135deg, rgba(247,198,0,0.08) 0 20px, transparent 20px 40px);
}
.about-photo span{
  font-family:'Oswald',sans-serif;
  color:var(--yellow);
  font-size:0.9375rem; letter-spacing:0.15em; text-transform:uppercase;
  z-index:1;
  border:1px solid var(--yellow);
  padding:10px 18px;
  text-align:center;
}
.review-card{
  background:var(--near-black);
  border:1px solid var(--line);
  padding:24px 24px 22px;
  margin:0;
  display:flex; flex-direction:column;
}
.review-card .stars{color:var(--yellow); letter-spacing:3px; font-size:0.875rem; margin-bottom:12px;}
.review-card blockquote{
  color:#d0d0ce; font-size:0.9062rem; line-height:1.6; margin-bottom:18px;
  display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;
  flex:1;
}
.review-card figcaption{margin-top:auto;}
.review-card figcaption{display:flex; align-items:center; gap:12px;}
.rc-avatar{
  width:42px; height:42px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(160deg, var(--charcoal), var(--black));
  border:1px solid var(--yellow); color:var(--yellow);
  display:flex; align-items:center; justify-content:center;
  font-family:'Oswald',sans-serif; font-weight:600; font-size:1.0625rem;
}
.rc-meta{display:flex; flex-direction:column; line-height:1.35;}
.rc-meta strong{font-family:'Oswald',sans-serif; font-size:0.9375rem; letter-spacing:0.02em;}
.rc-meta > span{color:var(--gray); font-size:0.75rem; display:flex; align-items:center; gap:6px;}
.g-ico{width:13px; height:13px; flex-shrink:0;}

/* ===== FAQ ===== */
.faq-list{max-width:820px;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{
  display:flex; justify-content:space-between; align-items:center;
  padding:24px 0;
  cursor:pointer;
  font-family:'Oswald',sans-serif;
  font-size:1.0625rem; font-weight:500;
}
.faq-q .plus{color:var(--yellow); font-size:1.375rem; font-weight:400; transition:transform .25s;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{color:var(--gray); padding-bottom:22px; font-size:0.9375rem; max-width:640px;}

/* ===== AREA ===== */
.area-list{display:flex; gap:14px; flex-wrap:wrap; margin-top:30px;}
.area-pill{
  border:1px solid var(--yellow);
  color:var(--yellow);
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem; letter-spacing:0.08em; text-transform:uppercase;
  padding:9px 18px;
}

/* ===== CONTACT / QUOTE FORM ===== */
.contact{background:var(--charcoal);}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:70px;}
.contact h2{font-size:clamp(30px,4vw,46px); margin-bottom:18px;}
.contact > .wrap > .contact-grid p{color:#cfcfcd;}
.contact-intro{color:#cfcfcd; margin-bottom:30px;}
.contact-detail{display:flex; gap:16px; align-items:flex-start; margin-bottom:22px;}
.contact-detail .ico{
  width:38px; height:38px;
  border:1px solid var(--yellow); color:var(--yellow);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; font-size:1rem;
}
.contact-detail strong{display:block; font-family:'Oswald',sans-serif; font-size:0.9375rem;}
.contact-detail span{color:var(--gray); font-size:0.875rem;}
form{display:flex; flex-direction:column; gap:16px;}
form input, form textarea, form select{
  background:var(--near-black);
  border:1px solid var(--line);
  color:var(--white);
  padding:15px 16px;
  font-family:'Barlow',sans-serif;
  font-size:0.9375rem;
  width:100%;
}
form input:focus, form textarea:focus, form select:focus{outline:2px solid var(--yellow); border-color:var(--yellow);}
form textarea{min-height:120px; resize:vertical;}
form label{
  font-size:0.8125rem; letter-spacing:0.05em; text-transform:uppercase;
  color:var(--gray); font-family:'Oswald',sans-serif;
  display:block; margin-bottom:6px;
}

/* ===== BEFORE / AFTER SLIDER ===== */
.ba-slider{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:2px solid var(--yellow);
  user-select:none;
  touch-action:none;
  cursor:ew-resize;
}
.ba-slider img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  pointer-events:none;
}
.ba-before-wrap{
  position:absolute; inset:0;
  overflow:hidden;
  width:50%;
  z-index:2;
}
.ba-before-wrap img{width:auto; height:100%; max-width:none;}
.ba-handle{
  position:absolute; top:0; bottom:0;
  left:50%;
  width:4px;
  background:var(--yellow);
  z-index:3;
  transform:translateX(-50%);
}
.ba-handle::after{
  content:"◂ ▸";
  position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%);
  background:var(--yellow);
  color:var(--black);
  font-family:'Oswald',sans-serif;
  font-weight:600;
  font-size:0.875rem;
  letter-spacing:2px;
  padding:9px 12px;
  border-radius:999px;
  white-space:nowrap;
}
.ba-label{
  position:absolute; top:16px;
  z-index:4;
  font-family:'Oswald',sans-serif;
  font-size:0.75rem; letter-spacing:0.16em; text-transform:uppercase;
  background:rgba(12,12,13,0.75);
  border:1px solid var(--yellow);
  color:var(--yellow);
  padding:6px 14px;
  pointer-events:none;
}
.ba-label.before{left:16px;}
.ba-label.after{right:16px;}
.ba-caption{color:var(--gray); font-size:0.875rem; margin-top:14px;}

/* ===== WORK GALLERY ===== */
.work-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
}
.work-grid figure{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  aspect-ratio:16/9;
}
.work-grid img{
  width:100%; height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.work-grid figure:hover img{transform:scale(1.05);}
.work-grid figure{cursor:pointer;}
.work-grid figure::after{
  content:"⤢";
  position:absolute; top:12px; right:14px;
  z-index:2;
  width:34px; height:34px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(12,12,13,0.7);
  border:1px solid var(--yellow);
  color:var(--yellow);
  font-size:0.9375rem;
  opacity:0; transition:opacity .25s;
  pointer-events:none;
}
.work-grid figure:hover::after{opacity:1;}
.work-grid figcaption{
  position:absolute; left:0; right:0; bottom:0;
  background:linear-gradient(0deg, rgba(12,12,13,0.85), transparent);
  padding:20px 18px 12px;
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--white);
}

/* ===== LIGHTBOX ===== */
.lightbox{
  position:fixed; inset:0; z-index:2000;
  background:rgba(8,8,9,0.95);
  display:none;
  align-items:center; justify-content:center;
  padding:40px;
}
.lightbox.open{display:flex;}
.lightbox img{
  max-width:92vw; max-height:82vh;
  width:auto; height:auto;
  object-fit:contain;
  border:2px solid var(--yellow);
}
.lb-cap{
  position:absolute; left:0; right:0; bottom:26px;
  text-align:center;
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--white);
}
.lb-btn{
  position:absolute;
  background:rgba(12,12,13,0.7);
  border:1px solid var(--yellow);
  color:var(--yellow);
  font-family:'Oswald',sans-serif;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, color .2s;
}
.lb-btn:hover{background:var(--yellow); color:var(--black);}
.lb-close{top:24px; right:24px; width:46px; height:46px; font-size:1.5rem;}
.lb-prev, .lb-next{top:50%; transform:translateY(-50%); width:52px; height:64px; font-size:1.625rem;}
.lb-prev{left:24px;}
.lb-next{right:24px;}
@media(max-width:960px){
  .lb-prev, .lb-next{width:42px; height:52px; font-size:1.25rem;}
  .lb-prev{left:10px;} .lb-next{right:10px;}
}

/* ===== FOOTER ===== */
footer{background:var(--black); padding:64px 0 32px; border-top:1px solid var(--line);}
.footer-grid{display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:50px; margin-bottom:50px;}
.footer-grid h4{font-size:0.875rem; letter-spacing:0.1em; margin-bottom:18px; color:var(--yellow);}
.footer-grid ul{list-style:none;}
.footer-grid ul li{margin-bottom:10px;}
.footer-grid ul li a{color:var(--gray); font-size:0.875rem; transition:color .2s;}
.footer-grid ul li a:hover{color:var(--white);}
.footer-grid .tagline{color:var(--gray); font-size:0.875rem; margin-top:16px; max-width:320px;}
.footer-bottom{
  display:flex; justify-content:space-between; align-items:center;
  padding-top:28px; border-top:1px solid var(--line);
  font-size:0.8125rem; color:var(--gray); flex-wrap:wrap; gap:12px;
}

/* ===== THANK YOU ===== */
.thanks{min-height:70vh; display:flex; align-items:center; text-align:center;}
.thanks .wrap{max-width:640px;}
.thanks h1{font-size:clamp(34px,5vw,56px); margin-bottom:18px;}
.thanks h1 em{font-style:normal; color:var(--yellow);}
.thanks p{color:#c9c9c7; margin-bottom:30px; font-size:1.0625rem;}

/* ===== RESPONSIVE ===== */
@media(max-width:960px){
  header nav{display:none;}
  .nav-toggle{display:flex;}
  header nav.open{
    display:block;
    position:absolute; top:100%; left:0; right:0;
    background:var(--near-black);
    border-bottom:2px solid var(--yellow);
    box-shadow:0 24px 48px rgba(0,0,0,0.25);
    max-height:calc(100vh - 90px);
    overflow-y:auto;
  }
  header nav.open ul{flex-direction:column; align-items:stretch; gap:0; padding:8px 0;}
  header nav.open ul li{width:100%;}
  header nav.open ul li a{display:block; padding:14px 26px; font-size:0.875rem;}
  header nav.open .dropdown{
    display:block; position:static; min-width:0;
    background:transparent; border:0; padding:0 0 6px;
  }
  header nav.open .dropdown a{padding:10px 44px; font-size:0.75rem; color:var(--gray);}
  .service-grid{grid-template-columns:1fr;}
  .promise-grid{grid-template-columns:1fr; gap:32px;}
  .about-grid, .contact-grid, .content-grid{grid-template-columns:1fr; gap:40px;}
  .reviews-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr; gap:32px;}
  .phone-link{display:none;}
  .hero-content{grid-template-columns:1fr; gap:36px;}
  .hero-form{max-width:520px;}
  .hero-stats{margin-top:36px; max-width:none;}
  .hero-stats > *{padding:0 10px;}
  .hero-stats span{letter-spacing:0.04em;}
  .side-panel{position:static;}
  .page-hero{padding:150px 0 70px;}
  .work-grid{grid-template-columns:1fr;}
}

/* ============================================================
   LIGHT THEME  (add class="theme-light" to <body>)
   ============================================================ */
.theme-light{
  --black:#ffffff;
  --near-black:#f4f4f1;
  --charcoal:#e9e8e3;
  --white:#18181b;          /* body text -> dark */
  --gray:#5a5a60;           /* muted text -> readable on light */
  --line:rgba(0,0,0,0.12);
}
.theme-light .stripe-bar{
  background:repeating-linear-gradient(135deg, var(--yellow) 0 20px, #18181b 20px 40px);
}
/* header */
.theme-light header{background:rgba(255,255,255,0.96);}
.theme-light .dropdown{background:#fff; box-shadow:0 12px 30px rgba(0,0,0,0.12);}
/* hero: keep white text over the darkened photo */
.theme-light .hero-copy .eyebrow{color:var(--yellow);}
.theme-light .hero h1{color:#fff;}
.theme-light .hero p{color:#ececec;}
.theme-light .hero-stats span{color:#d5d5d5;}
.theme-light .hero-form{background:#ffffff; box-shadow:0 24px 60px rgba(0,0,0,0.22);}
.theme-light .hero-form h3{color:#18181b;}
.theme-light .hero-form input, .theme-light .hero-form select{background:#f4f4f1; color:#18181b;}
.theme-light .hero-form input::placeholder{color:#8a8a90;}
/* muted body copy that was hard-coded light-gray -> dark */
.theme-light .about-grid p,
.theme-light .content-grid p,
.theme-light .side-panel ul li,
.theme-light .checklist li,
.theme-light .review-card blockquote,
.theme-light .gr-cta p,
.theme-light .contact-intro,
.theme-light .thanks p,
.theme-light .contact > .wrap > .contact-grid p{color:#3a3a3e;}
/* forms on light */
.theme-light form input, .theme-light form textarea, .theme-light form select{background:#fff; color:#18181b;}
.theme-light form input::placeholder, .theme-light form textarea::placeholder{color:#8a8a90;}
/* buttons on light background (keep dark text on yellow) */
.theme-light .btn{color:#18181b;}
.theme-light .btn:hover{background:#18181b; color:#fff; border-color:#18181b;}
.theme-light .btn-outline{background:transparent; color:#18181b; border-color:#18181b;}
.theme-light .btn-outline:hover{background:#18181b; color:#fff;}
/* hero buttons sit over the darkened photo -> keep light-on-dark styling */
.theme-light .hero .btn:hover{background:transparent; color:var(--yellow); border-color:var(--yellow);}
.theme-light .hero .btn-outline{color:#fff; border-color:#fff;}
.theme-light .hero .btn-outline:hover{background:#fff; color:#18181b;}
/* hero form submit lives inside the white card */
.theme-light .hero-form .btn:hover{background:#18181b; color:#fff; border-color:#18181b;}
/* google review score panel gradient */
.theme-light .gr-score{background:linear-gradient(160deg, #f4f4f1, #ffffff);}
.theme-light .gr-num{color:#18181b;}
/* footer on light */
.theme-light footer{background:#f4f4f1;}
.theme-light .footer-grid ul li a:hover{color:#18181b;}

/* page heroes keep dark bg -> force light text */
.theme-light .page-hero h1{color:#fff;}
.theme-light .page-hero p{color:#e4e4e2;}
.theme-light .page-hero .breadcrumb{color:#b9b9b7;}
/* readable gold for small text on white (yellow #F7C600 fails contrast on white) */
.theme-light .eyebrow{color:#7a6100;}
.theme-light .eyebrow::before{background:var(--yellow);}
.theme-light .page-hero .breadcrumb a{color:var(--yellow);}
.theme-light .service-card .more{color:#7a6100;}
.theme-light .phone-link{color:#7a6100;}
.theme-light .footer-grid h4{color:#7a6100;}
.theme-light .hero-copy .eyebrow{color:var(--yellow);} /* over dark photo — keep bright */
.theme-light .area-pill{color:#18181b; background:rgba(247,198,0,0.16); border-color:var(--yellow);}
.theme-light .ba-caption{color:var(--gray);}
.theme-light .hero-stats strong{color:var(--yellow);}
/* nav toggle color over white header */
.theme-light .nav-toggle span{background:#18181b;}
/* sticky mobile bar sits on dark strip — keep call button text white */
.theme-light .mobile-cta .btn-call{color:#fff; background:#101012;}
.theme-light .mobile-cta .btn-call:hover{background:#2a2a2e; color:#fff;}

/* ===== TABLET (769-1180) ===== */
@media(min-width:769px) and (max-width:1180px){
  .hero-content{grid-template-columns:1.15fr 0.9fr; gap:36px;}
  .promise-grid{gap:28px;}
}
@media(min-width:769px) and (max-width:960px){
  .service-grid{grid-template-columns:repeat(2,1fr) !important;}
  .work-grid{grid-template-columns:repeat(2,1fr) !important;}
  .footer-grid{grid-template-columns:1fr 1fr !important;}
}
.gr-count .g-ico{width:16px; height:16px;}
.reviews-more{text-align:center; margin-top:26px;}
.reviews-more a{
  font-family:'Oswald',sans-serif; font-size:0.8125rem; letter-spacing:0.1em;
  text-transform:uppercase; color:#7a6100;
}
.reviews-more a:hover{text-decoration:underline;}

/* ===== AUTO-SCROLLING REVIEW CAROUSEL ===== */
.review-marquee{
  overflow:hidden;
  position:relative;
  margin-top:26px;
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.rm-track{
  display:flex; gap:22px;
  width:max-content;
  animation:rm-scroll 70s linear infinite;
}
.review-marquee:hover .rm-track{animation-play-state:paused;}
.rm-card{width:340px; flex-shrink:0;}
.rm-card blockquote{-webkit-line-clamp:4;}
@keyframes rm-scroll{
  from{transform:translateX(calc(-50% - 11px));}
  to{transform:translateX(0);}
}
@media (prefers-reduced-motion: reduce){
  .rm-track{animation:none;}
  .review-marquee{overflow-x:auto; mask-image:none; -webkit-mask-image:none;}
}
@media(max-width:768px){
  .rm-card{width:280px;}
}

/* clickable hero stat */
.hero-stats a.stat-link{display:block;}
.hero-stats a.stat-link:hover strong{text-decoration:underline;}
.steps-band .section-head h2{color:#fff;}
.steps-band .section-head p{color:#a8a8aa;}
.steps-band .eyebrow{color:var(--yellow);}

/* address -> Google Maps helper link in forms */
.maps-link{
  display:inline-block;
  margin-top:8px;
  font-family:'Oswald',sans-serif;
  font-size:0.75rem; letter-spacing:0.08em; text-transform:uppercase;
  color:#7a6100;
}
.maps-link:hover{text-decoration:underline;}
.hero-form .maps-link{margin-top:0;}

/* ===== WHO WE SERVE ===== */
.serve-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.serve-tile{background:var(--black); border:1px solid var(--line); padding:30px 28px;}
.theme-light .serve-tile{background:#fff;}
.serve-ico{
  display:flex; align-items:center; justify-content:center;
  width:54px; height:54px; border-radius:50%;
  background:rgba(247,198,0,0.14); color:#7a6100;
  margin-bottom:16px;
}
.serve-ico svg{width:28px; height:28px;}
.serve-tile h3{font-size:1.0625rem; margin-bottom:8px;}
.serve-tile p{color:var(--gray); font-size:0.9062rem;}
@media(min-width:769px) and (max-width:1080px){ .serve-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:768px){ .serve-grid{grid-template-columns:1fr;} }

/* page-hero (dark band) outline buttons need light styling in light theme */
.theme-light .page-hero .btn-outline{color:#fff; border-color:#fff;}
.theme-light .page-hero .btn-outline:hover{background:#fff; color:#18181b;}
.theme-light .page-hero .btn:hover{background:transparent; color:var(--yellow); border-color:var(--yellow);}
.maps-link[hidden]{display:none;}

/* Google Maps embed in contact */
.map-embed{margin-top:26px; border:1px solid var(--line);}
.map-embed iframe{display:block; filter:grayscale(20%);}
.map-link{
  display:block; padding:10px 14px;
  font-family:'Oswald',sans-serif; font-size:0.75rem;
  letter-spacing:0.08em; text-transform:uppercase;
  color:#7a6100; background:var(--near-black);
}
.map-link:hover{text-decoration:underline;}
.theme-light .mobile-cta .btn-call{color:#fff;}
.theme-light .mobile-cta .btn-text{color:#fff;}

/* ===== OFFER STRIP ===== */
.offer-strip{background:var(--yellow);}
.offer-inner{display:flex; align-items:center; gap:18px; padding:14px 24px; flex-wrap:wrap;}
.offer-tag{
  background:#101012; color:var(--yellow);
  font-family:'Oswald',sans-serif; font-size:0.75rem; font-weight:600;
  letter-spacing:0.12em; text-transform:uppercase;
  padding:6px 12px; flex-shrink:0;
}
.offer-inner p{color:#101012; font-size:0.9688rem; margin:0; flex:1; min-width:220px;}
.offer-inner p strong{font-weight:700;}
.offer-link{
  font-family:'Oswald',sans-serif; font-size:0.8125rem; font-weight:600;
  letter-spacing:0.08em; text-transform:uppercase;
  color:#101012; border-bottom:2px solid #101012;
  padding-bottom:2px; flex-shrink:0;
}
.offer-link:hover{opacity:0.7;}
.theme-light .stage-num{border-color:#fff;}

/* ADA page hero background */
.page-hero.ada-hero{
  background:
    linear-gradient(160deg, rgba(10,10,11,0.85) 0%, rgba(10,10,11,0.6) 45%, rgba(10,10,11,0.9) 100%),
    url('ada-accessible-parking-stalls-row.webp') center 55% / cover no-repeat;
  border-bottom:3px solid var(--yellow);
}

/* Safety markings page hero + photo trio */
.page-hero.safety-hero{
  background:
    linear-gradient(160deg, rgba(10,10,11,0.86) 0%, rgba(10,10,11,0.58) 45%, rgba(10,10,11,0.9) 100%),
    url('red-fire-lane-curbs-retail-plaza.webp') center 62% / cover no-repeat;
  border-bottom:3px solid var(--yellow);
}

/* ===== SHARED PHOTO CAROUSEL ===== */
.pcarousel{position:relative; outline:none;}
.pc-track{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--line);
  background:#0c0c0d;
}
.pc-track::-webkit-scrollbar{display:none;}
.pc-track figure{
  flex:0 0 100%;
  scroll-snap-align:start;
  position:relative;
  margin:0;
}
.pc-track img{width:100%; aspect-ratio:16/9; object-fit:cover; display:block;}
.pc-track figcaption{
  position:absolute; left:0; right:0; bottom:0;
  background:linear-gradient(0deg, rgba(12,12,13,0.85), transparent);
  padding:26px 18px 14px;
  font-family:'Oswald',sans-serif;
  font-size:0.8125rem; letter-spacing:0.08em; text-transform:uppercase;
  color:#fff;
}
.pc-prev, .pc-next{
  position:absolute; top:50%; transform:translateY(-50%);
  width:46px; height:56px;
  background:rgba(12,12,13,0.72);
  border:1px solid var(--yellow);
  color:var(--yellow);
  font-size:1.5rem; line-height:1;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, color .2s, opacity .2s;
  z-index:2;
}
.pc-prev{left:12px;} .pc-next{right:12px;}
.pc-prev:hover, .pc-next:hover{background:var(--yellow); color:#101012;}
.pc-prev:disabled, .pc-next:disabled{opacity:0.35; cursor:default;}
.pc-prev:disabled:hover, .pc-next:disabled:hover{background:rgba(12,12,13,0.72); color:var(--yellow);}
.pc-bottom{display:flex; align-items:center; justify-content:center; gap:16px; margin-top:14px;}
.pc-dots{display:flex; gap:9px;}
.pc-count{
  font-family:'Oswald',sans-serif; font-size:0.75rem;
  letter-spacing:0.12em; color:var(--gray);
}
.hero-carousel .pc-track{
  border:1px solid rgba(255,255,255,0.14);
  border-bottom:4px solid var(--yellow);
  box-shadow:0 30px 70px rgba(0,0,0,0.5);
}
.hero-carousel .pc-track img{aspect-ratio:16/10;}
.hero-carousel .pc-count{color:#b9b9bb;}

/* ===== CAROUSEL HERO (service pages: images behind the service name) ===== */
.carousel-hero{
  position:relative;
  padding:118px 0 0;
  background:#0c0c0d;
  border-bottom:3px solid var(--yellow);
}
.carousel-hero .pcarousel{position:static;}
.carousel-hero .pc-track{border:none; box-shadow:none;}
.carousel-hero .pc-track img{aspect-ratio:auto; height:clamp(460px, 62vh, 660px); width:100%; object-fit:cover;}
.ch-content{
  position:absolute; left:0; right:0; bottom:0; top:118px;
  z-index:3;
  display:flex; align-items:flex-end;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(10,10,11,0.30) 0%, rgba(10,10,11,0.02) 34%, rgba(10,10,11,0.46) 68%, rgba(10,10,11,0.9) 100%);
}
.ch-content .wrap{width:100%; padding-bottom:74px;}
.ch-content a{pointer-events:auto;}
.carousel-hero h1{color:#fff; font-size:clamp(30px, 4.6vw, 56px); max-width:860px; margin-bottom:14px;}
.carousel-hero h1 em{color:var(--yellow); font-style:normal;}
.carousel-hero .ch-content p{color:#e6e6e4; font-size:1.0625rem; max-width:640px; margin-bottom:24px;}
.carousel-hero .breadcrumb a{color:var(--yellow);}
.carousel-hero .pc-prev, .carousel-hero .pc-next{z-index:4; top:44%;}
.carousel-hero .pc-bottom{
  position:absolute; right:24px; bottom:18px; z-index:4;
  margin:0;
}
.carousel-hero .pc-count{color:#d5d5d3;}
/* hero buttons over photos: keep light styling in light theme */
.theme-light .carousel-hero .btn-outline{color:#fff; border-color:#fff;}
.theme-light .carousel-hero .btn-outline:hover{background:#fff; color:#18181b;}
.theme-light .carousel-hero .btn:hover{background:transparent; color:var(--yellow); border-color:var(--yellow);}
@media(max-width:960px){
  .carousel-hero{padding-top:104px;}
  .ch-content{top:104px;}
  .ch-content .wrap{padding-bottom:64px;}
  .carousel-hero .pc-track img{height:clamp(420px, 68vh, 560px);}
  .carousel-hero .pc-bottom{right:50%; transform:translateX(50%);}
}

/* homepage carousel hero + stats band below it */
.home-hero .ch-content .wrap{padding-bottom:80px;}
.home-hero .pc-track img{height:clamp(520px, 72vh, 720px);}
.home-hero .eyebrow{color:var(--yellow);}
.stats-band{background:#101012; border-bottom:1px solid rgba(255,255,255,0.08);}
.stats-band .hero-stats{
  margin-top:0; border-top:none; padding:18px 0;
  max-width:none;
}
.stats-band .hero-stats > *{border-left:1px solid rgba(255,255,255,0.16); text-align:center;}
.stats-band .hero-stats > *:first-child{border-left:none;}
@media(max-width:960px){
  .home-hero .pc-track img{height:clamp(480px, 74vh, 620px);}
  .home-hero .ch-content .wrap{padding-bottom:70px;}
}

/* stronger left-weighted scrim on the homepage hero so text always reads */
.home-hero .ch-content{
  background:
    linear-gradient(90deg, rgba(10,10,11,0.85) 0%, rgba(10,10,11,0.62) 42%, rgba(10,10,11,0.18) 72%, rgba(10,10,11,0.06) 100%),
    linear-gradient(180deg, rgba(10,10,11,0.2) 0%, rgba(10,10,11,0.05) 38%, rgba(10,10,11,0.72) 100%);
}
.home-hero h1{max-width:780px; text-shadow:0 2px 18px rgba(0,0,0,0.55);}
.home-hero .ch-content p{max-width:560px; text-shadow:0 1px 12px rgba(0,0,0,0.6);}
@media(max-width:960px){
  .home-hero .ch-content{
    background:linear-gradient(180deg, rgba(10,10,11,0.62) 0%, rgba(10,10,11,0.45) 45%, rgba(10,10,11,0.85) 100%);
  }
}

/* in-content photo (residential sports courts) */
.content-photo{border:1px solid var(--line); margin-bottom:28px;}
.content-photo img{width:100%; max-height:420px; object-fit:cover; object-position:center 40%; display:block;}
.content-photo figcaption{
  padding:12px 16px;
  background:var(--near-black);
  font-family:'Oswald',sans-serif;
  font-size:0.75rem; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--gray);
}

/* moved hero info in What We Do */
.services-lede{font-size:1.0625rem; color:#3a3a3e; max-width:820px; margin:-18px 0 24px;}
.services-lede strong{color:#7a6100; font-family:'Oswald',sans-serif; font-weight:600; letter-spacing:0.04em;}
.services-cta{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:46px;}
/* title-only hero: vertically center the headline a bit higher */
.home-hero .ch-content{align-items:flex-end;}
.home-hero .ch-content .wrap{padding-bottom:90px;}

/* homepage headline: centered over the images, single color */
.home-hero .ch-content{
  align-items:center;
  background:
    linear-gradient(180deg, rgba(10,10,11,0.38) 0%, rgba(10,10,11,0.34) 55%, rgba(10,10,11,0.62) 100%);
}
.home-hero .ch-content .wrap{padding-bottom:0; text-align:center;}
.home-hero h1{max-width:940px; margin:0 auto; color:#fff; text-shadow:0 2px 22px rgba(0,0,0,0.65);}
.home-hero h1 em{color:#fff;}

/* ===== FREE ESTIMATE PAGE ===== */
.estimate-hero{padding:170px 0 70px;}
.estimate-section{padding:70px 0 100px;}
.estimate-points .e-point{padding:18px 0; border-bottom:1px solid var(--line);}
.estimate-points .e-point strong{display:block; font-family:'Oswald',sans-serif; font-size:1.1875rem; color:#7a6100;}
.estimate-points .e-point span{color:var(--gray); font-size:0.9062rem;}
.e-alt{margin-top:24px; font-size:0.9688rem; color:#3a3a3e;}
.e-alt a{color:#7a6100; text-decoration:underline;}
.estimate-form{
  background:#fff;
  border:1px solid var(--line);
  border-top:4px solid var(--yellow);
  padding:34px 30px 26px;
  box-shadow:0 24px 60px rgba(0,0,0,0.12);
  display:flex; flex-direction:column; gap:16px;
}
.estimate-form .btn{width:100%; text-align:center; border:none; margin-top:4px;}
@media(max-width:900px){
  .estimate-hero{padding:150px 0 50px;}
}

/* standardized reviews section */
.reviews-more{text-align:center; margin-top:20px;}
.reviews-more a{color:#7a6100; font-family:'Oswald',sans-serif; font-size:0.8125rem; letter-spacing:0.08em; text-transform:uppercase;}
.reviews-more a:hover{text-decoration:underline;}
.rm-sep{color:var(--gray); margin:0 12px;}

/* free quote page: single centered column */
.estimate-single{max-width:660px;}
.estimate-single .e-alt{margin:0 0 22px; text-align:center;}
.estimate-bottom{display:flex; gap:40px; justify-content:center; margin-top:36px; flex-wrap:wrap;}
.estimate-bottom .e-point{border-bottom:none; padding:0; text-align:center;}
.estimate-section{padding:50px 0 90px;}

/* make every phone/text/email link visibly clickable (buttons & topbar excluded) */
a[href^="tel:"]:not(.btn):not(.tb-phone),
a[href^="sms:"]:not(.btn),
a[href^="mailto:"]:not(.btn){
  color:#7a6100;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
a[href^="tel:"]:not(.btn):not(.tb-phone):hover,
a[href^="sms:"]:not(.btn):hover,
a[href^="mailto:"]:not(.btn):hover{color:#5c4900;}

/* hero thesis subline */
.hero-thesis{
  color:#f2f2f0; font-size:clamp(15px,1.8vw,19px);
  margin:18px auto 0; max-width:640px;
  text-shadow:0 1px 14px rgba(0,0,0,0.6);
}
/* painted stripe under the hero headline */
.home-hero h1{position:relative; padding-bottom:26px;}
.home-hero h1::after{
  content:"";
  position:absolute; left:50%; bottom:0;
  transform:translateX(-50%) skewX(-18deg);
  width:min(300px, 42%); height:10px;
  background:var(--yellow);
  box-shadow:0 2px 14px rgba(247,198,0,0.45);
}
/* section eyebrows become dashed lane markings */
.eyebrow::before{
  width:46px; height:4px;
  background:repeating-linear-gradient(90deg, var(--yellow) 0 10px, transparent 10px 16px);
}
/* hero bottom edge = dashed road line */
.carousel-hero{border-bottom:0;}
.carousel-hero::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0; height:6px;
  background:repeating-linear-gradient(90deg, var(--yellow) 0 48px, transparent 48px 82px);
  z-index:5;
}

/* ============================================================
   COLOR DISCIPLINE: slate for secondary UI, yellow for actions
   ============================================================ */
:root{--slate:#64748B; --slate-dark:#475569;}
.contact-detail .ico{border-color:var(--slate); color:var(--slate-dark);}
.area-pill{border-color:var(--slate); color:var(--slate-dark);}
a.area-pill:hover{border-color:var(--yellow); color:#7a6100;}
.serve-ico{background:rgba(100,116,139,0.12); color:var(--slate-dark);}
.checklist li::before{color:var(--slate);}
.side-panel ul li::before{color:var(--slate);}
.side-panel{border-top-color:var(--slate);}
.rc-avatar{border-color:var(--slate); color:var(--slate-dark);}
.e-point strong{color:var(--slate-dark);}
.services-lede strong{color:var(--slate-dark);}

/* mobile: swipe + dots handle navigation; arrows would overlap the title */
@media(max-width:820px){
  .carousel-hero .pc-prev, .carousel-hero .pc-next{display:none;}
}

/* main page: no yellow stripes over/under the hero photos */
.home-hero h1::after{content:none;}
.home-hero h1{padding-bottom:0;}
.home-hero.carousel-hero::after{content:none;}

/* ============================================================
   UNIFIED CAROUSEL HERO — every page uses the main-page style
   ============================================================ */
/* same image height everywhere */
.carousel-hero .pc-track img{height:clamp(520px, 72vh, 720px);}
/* same centered content everywhere */
.carousel-hero .ch-content{
  align-items:center;
  background:linear-gradient(180deg, rgba(10,10,11,0.38) 0%, rgba(10,10,11,0.34) 55%, rgba(10,10,11,0.62) 100%);
}
.carousel-hero .ch-content .wrap{text-align:center; padding-bottom:0;}
.carousel-hero h1{max-width:940px; margin:0 auto; color:#fff; text-shadow:0 2px 22px rgba(0,0,0,0.65); padding-bottom:0;}
.carousel-hero h1::after{content:none;}
.carousel-hero h1 em{color:#fff;}
.carousel-hero .ch-content p{margin:16px auto 0; max-width:640px; text-shadow:0 1px 14px rgba(0,0,0,0.6);}
.carousel-hero .hero-actions{justify-content:center; margin-top:26px;}
/* no dashed line under any hero */
.carousel-hero::after{content:none;}
/* no photo counter anywhere */
.pc-count{display:none;}
@media(max-width:960px){
  .carousel-hero .pc-track img{height:clamp(480px, 74vh, 620px);}
}

/* About Us: text-only layout after photo removal */
.about-grid{grid-template-columns:1fr; max-width:820px;}

/* tighter, professional transition from last section into the footer */
#faq{padding-bottom:56px;}

/* no orphan divider line under the last FAQ item */
.faq-item:last-child{border-bottom:none;}

/* free quote page: bottom trust points (heading above, text below) */
.estimate-bottom .e-point{text-align:center;}
.estimate-bottom .e-point strong{
  display:block;
  font-family:'Oswald',sans-serif;
  font-size:1.1875rem;
  color:var(--slate-dark);
  margin-bottom:4px;
}
.estimate-bottom .e-point span{
  display:block;
  color:var(--gray);
  font-size:0.9062rem;
}

/* form title on the homepage quote form */
.form-title{font-size:1.5rem; margin-bottom:4px;}
/* map inside the Service Area section */
#area .map-embed{margin-top:36px;}
#area .map-embed iframe{height:340px;}

/* ===== JS-CREATED ELEMENTS (must be declared here — not present in HTML source) ===== */
.pc-dot{
  width:11px; height:11px; border-radius:50%; padding:0;
  border:1px solid var(--slate); background:transparent;
  cursor:pointer; position:relative;
  transition:background .2s, transform .2s, border-color .2s;
  flex-shrink:0;
}
.pc-dot.on{background:var(--yellow); border-color:var(--yellow); transform:scale(1.25);}
/* invisible 44px tap target around each dot */
.pc-dot::after{content:""; position:absolute; inset:-16px;}
.pc-dots{padding:6px 0;}

/* mobile: comfortable tap targets in the top bar */
@media(max-width:768px){
  .topbar-inner{padding:4px 16px;}
  .tb-rating, .tb-phone{padding:11px 0; display:inline-block;}
}

/* mobile: comfortable tap targets for inline + footer links */
@media(max-width:768px){
  .footer-grid ul li{margin-bottom:2px;}
  .footer-grid ul li a{display:inline-block; padding:11px 0; line-height:1.25;}
  .footer-bottom a{display:inline-block; padding:8px 0;}
  .contact-detail span a{display:inline-block; padding:12px 0; line-height:1.2;}
  .reviews-more a{display:inline-block; padding:10px 4px;}
  .offer-link{display:inline-block; padding:10px 0;}
  .map-link{padding:14px;}
  .e-alt a{display:inline-block; padding:8px 2px;}
}

/* ===== TABLET (two-column layouts between phone and desktop) ===== */
@media(min-width:600px) and (max-width:960px){
  .service-grid{grid-template-columns:repeat(2,1fr);}
  .serve-grid{grid-template-columns:repeat(2,1fr);}
  .work-grid{grid-template-columns:repeat(2,1fr);}
  .promise-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:repeat(2,1fr); gap:36px;}
  .photo-trio{grid-template-columns:repeat(2,1fr);}
  .stage-grid{grid-template-columns:repeat(2,1fr);}
  .estimate-wrap{grid-template-columns:1fr; max-width:620px; margin:0 auto;}
  .review-cards{columns:2;}
}

/* skip-to-content link (visible only on keyboard focus) */
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:999;
  background:var(--yellow); color:#101012;
  padding:12px 18px;
  font-family:'Oswald',sans-serif; font-weight:600;
  letter-spacing:0.06em; text-transform:uppercase;
}
.skip-link:focus{left:8px; top:8px;}
/* keep intrinsic sizing after adding width/height attributes */
img{height:auto;}
.pc-track img, .work-grid img, .photo-trio img, .content-photo img{height:100%;}
.carousel-hero .pc-track img{height:clamp(520px,72vh,720px);}
@media(max-width:960px){ .carousel-hero .pc-track img{height:clamp(480px,74vh,620px);} }

/* SVG contact icons (replaced emoji glyphs — pre-delivery checklist) */
.contact-detail .ico svg{width:18px;height:18px;}
.maps-link svg{width:13px;height:13px;vertical-align:-2px;margin-right:3px;}
/* interaction affordances */
.faq-q{cursor:pointer;}
a:focus-visible,button:focus-visible{outline:3px solid var(--yellow);outline-offset:2px;}

/* keep enlarged logo proportional on phones */
@media(max-width:640px){ .logo img{height:60px;} .nav{padding:10px 16px;} }

/* ===== BLOG LISTING (organized) ===== */
.post-featured{display:grid; grid-template-columns:1.25fr 1fr; background:#fff; border:1px solid #e7e7e3; margin-bottom:8px; transition:box-shadow .25s;}
.post-featured:hover{box-shadow:0 14px 34px rgba(0,0,0,0.09);}
.pf-media{overflow:hidden; min-height:280px;}
.pf-media img{width:100%; height:100%; object-fit:cover; display:block;}
.pf-body{padding:38px 36px; display:flex; flex-direction:column; align-items:flex-start; gap:14px;}
.pf-body h2{font-size:clamp(22px,2.6vw,32px); line-height:1.15;}
.pf-body p{color:#5b5b5e; font-size:0.95rem;}
.post-meta{display:flex; align-items:center; gap:14px; font-family:'Oswald',sans-serif; font-size:0.72rem; letter-spacing:0.12em; text-transform:uppercase;}
.post-tag{background:var(--yellow); color:#151515; padding:3px 10px; font-weight:600;}
.post-read{color:#8b8b8d;}
.post-group{margin-top:56px;}
.post-group .eyebrow{margin-bottom:22px;}
.bp-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:26px;}
.bp-card{background:#fff; border:1px solid #e7e7e3; display:flex; flex-direction:column; transition:box-shadow .25s, transform .25s;}
.bp-card:hover{box-shadow:0 10px 26px rgba(0,0,0,0.08); transform:translateY(-3px);}
.bp-media{aspect-ratio:16/9; overflow:hidden;}
.bp-media img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s;}
.bp-card:hover .bp-media img{transform:scale(1.04);}
.bp-body{padding:20px 22px 24px; display:flex; flex-direction:column; align-items:flex-start; gap:10px; flex:1;}
.bp-body h3{font-size:1.0625rem; line-height:1.25;}
.bp-body p{color:#5b5b5e; font-size:0.875rem; flex:1;}
@media(max-width:900px){
  .post-featured{grid-template-columns:1fr;}
  .pf-media{min-height:0; aspect-ratio:16/9;}
  .pf-body{padding:26px 22px;}
}
@media(prefers-reduced-motion:reduce){ .bp-card:hover .bp-media img{transform:none;} .bp-card:hover{transform:none;} }

/* keyboard-accessible dropdowns + view-all link */
nav ul li:focus-within .dropdown{display:block;}
.dropdown a.dd-all{border-top:1px solid var(--line); margin-top:6px; color:var(--yellow); font-weight:600;}

/* all hero carousels: no arrows, dots centered on the photo */
.carousel-hero .pc-prev, .carousel-hero .pc-next{display:none;}
.carousel-hero .pc-bottom{right:50%; transform:translateX(50%);}

/* ===== PRE-FOOTER CTA BAND ===== */
.cta-band{background:var(--yellow); color:#141414;}
.cta-band-inner{display:flex; justify-content:space-between; align-items:center; gap:28px; padding-top:46px; padding-bottom:46px; flex-wrap:wrap;}
.cta-band h2{color:#141414; font-size:clamp(24px,3vw,36px);}
.cta-band p{color:#3d3d3a; margin-top:6px; font-size:1rem;}
.cta-band-actions{display:flex; gap:14px; flex-wrap:wrap;}
.cta-band .btn{background:#141414; color:var(--yellow); border-color:#141414;}
.cta-band .btn:hover{background:transparent; color:#141414;}
.cta-band .btn-outline{background:transparent; color:#141414; border:2px solid #141414;}
.cta-band .btn-outline:hover{background:#141414; color:var(--yellow);}
/* ===== FOOTER: 5 columns ===== */
.footer-grid{grid-template-columns:2fr 1fr 1fr 1.3fr; gap:46px;}
.f-stars{color:var(--yellow); letter-spacing:2px;}
@media(max-width:960px){
  .footer-grid{grid-template-columns:1fr 1fr !important; gap:34px;}
  .footer-grid > div:first-child{grid-column:1 / -1;}
  .cta-band-inner{flex-direction:column; align-items:stretch; text-align:center;}
  .cta-band-actions{justify-content:center;}
  .cta-band .btn{flex:1; text-align:center;}
}

.footer-note{font-size:0.75rem; color:#6f6f72; margin-top:18px; max-width:760px;}

/* ===== CRO additions ===== */
.home-hero .hero-actions{justify-content:center; margin-top:30px;}
.text-photo-tip{margin-top:10px; font-size:0.9rem; color:#3d3d3a;}
.text-photo-tip a{color:#7a6100; font-weight:600; text-decoration:underline;}
.form-trust{display:flex; align-items:center; gap:8px; font-size:0.8rem; color:#4a4a4d; margin-bottom:10px; font-family:'Oswald',sans-serif; letter-spacing:0.04em;}
.form-note{font-size:0.78rem; color:#6f6f72; text-align:center; margin-top:10px;}

.form-alt{font-size:0.85rem; text-align:center; margin-top:12px; color:#4a4a4d;}
.form-alt a{color:#7a6100; font-weight:600; text-decoration:underline;}
