:root{
  --charcoal:#201A15;      /* dark brand bg */
  --charcoal-deep:#17120E;
  --orange:#FF5F15;        /* accent */
  --orange-hover:#E5510C;
  --orange-soft:rgba(255,95,21,.14);
  --ink:#2A2320;           /* body text on light */
  --ink-soft:#5F554D;      /* secondary text */
  --cream:#F5F1EA;         /* cards */
  --offwhite:#FAF7F2;      /* light section bg */
  --white:#fff;
  --border:#E7E0D6;
  --trust-bg:#201A15;
  --trust-text:#fff;
  --radius:8px;
  --radius-lg:12px;
  --container:1200px;
  --ff-head:'Montserrat',system-ui,-apple-system,sans-serif;
  --ff-body:'Inter',system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;font-family:var(--ff-body);color:var(--ink);background:var(--white);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}
section[id]{scroll-margin-top:96px}
@media(min-width:768px){section[id]{scroll-margin-top:88px}}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{margin:0;line-height:1.15;letter-spacing:-0.01em;font-family:var(--ff-head)}
h1{font-size:32px;font-weight:800;line-height:1.08;letter-spacing:-0.02em}
h2{font-size:27px;font-weight:700}
h3{font-size:20px;font-weight:700;line-height:1.3}
@media(min-width:480px){h1{font-size:36px}h2{font-size:28px}}
@media(min-width:768px){
  h1{font-size:58px}
  h2{font-size:42px}
  h3{font-size:23px}
  body{font-size:17px}
}

/* Containers */
.container{max-width:var(--container);margin:0 auto;padding:0 20px}
@media(min-width:480px){.container{padding:0 24px}}
@media(min-width:768px){.container{padding:0 56px}}
@media(min-width:1024px){.container{padding:0 72px}}
section{padding:48px 0}
@media(min-width:480px){section{padding:64px 0}}
@media(min-width:768px){section{padding:96px 0}}

/* Herringbone texture for dark sections (brand: paver herringbone) */
.herringbone::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='22' viewBox='0 0 44 22'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='2'%3E%3Cpath d='M0 22 11 11 22 22 33 11 44 22'/%3E%3Cpath d='M0 11 11 0 22 11 33 0 44 11'/%3E%3C/g%3E%3C/svg%3E");
  background-size:44px 22px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ff-head);font-weight:700;font-size:16px;padding:14px 26px;border-radius:var(--radius);text-decoration:none;cursor:pointer;border:0;transition:all .2s ease}
@media(min-width:768px){.btn{padding:16px 32px;font-size:17px}}
.btn-primary{background:var(--orange);color:var(--white);box-shadow:0 4px 14px rgba(255,95,21,.32);animation:ctaBounce 1.5s ease-in-out infinite}
.btn-primary:hover{background:var(--orange-hover);animation-play-state:paused;transform:translateY(-2px) scale(1.02)}
@keyframes ctaBounce{
  0%,100%{transform:translateY(0) scale(1);box-shadow:0 4px 14px rgba(255,95,21,.32)}
  50%{transform:translateY(-7px) scale(1.04);box-shadow:0 16px 32px rgba(255,95,21,.55)}
}
@media (prefers-reduced-motion: reduce){.btn-primary,.header-estimate,.estimate-submit,.quick-submit{animation:none}}
.btn-outline{background:rgba(255,255,255,.1);color:var(--white);border:1.5px solid rgba(255,255,255,.32);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);box-shadow:0 4px 16px rgba(0,0,0,.12)}
.btn-outline:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.55);box-shadow:0 6px 22px rgba(0,0,0,.18)}

/* Header - glass-blur on hero, opaque cream after scroll, adaptive by section color */
.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease,box-shadow .35s ease}
.header > .container{max-width:none;padding:0 14px}
@media(min-width:480px){.header > .container{padding:0 18px}}
@media(min-width:768px){.header > .container{padding:0 32px}}
@media(min-width:1280px){.header > .container{padding:0 44px}}
.header.on-dark{background:rgba(23,18,14,.30);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.06)}
.header.on-light{background:rgba(250,247,242,.72);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(32,26,21,.08);box-shadow:0 2px 16px rgba(32,26,21,.06)}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:64px;gap:16px}
@media(min-width:768px){.header-inner{height:72px;gap:24px}}
.header-inner > .logo{justify-self:start}
.header-inner > .nav{justify-self:center}
.header-inner > .header-right{justify-self:end}
.logo{position:relative;display:block;height:38px;width:auto;transition:height .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}
@media(min-width:480px){.logo{height:42px}}
@media(min-width:768px){.logo{height:50px}}
.header.is-scrolled .logo{height:34px}
@media(min-width:768px){.header.is-scrolled .logo{height:40px}}
.logo-img{height:100%;width:auto;transition:filter .35s ease}
.header.on-dark .logo-img{filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.45))}
.header.on-light .logo-img{filter:none}
.nav{display:none;gap:4px;font-size:14px;font-weight:600;color:rgba(255,255,255,.95);padding:6px;background:rgba(255,255,255,.08);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);border-radius:999px;transition:background .35s ease,border-color .35s ease,color .35s ease}
@media(min-width:1024px){.nav{display:flex}}
.nav a{padding:6px 14px;border-radius:999px;transition:background .25s ease,color .25s ease}
.nav a:hover{background:rgba(255,255,255,.12);color:var(--orange)}
.header.on-light .nav{background:rgba(32,26,21,.05);border-color:rgba(32,26,21,.12);color:var(--ink);backdrop-filter:blur(8px) saturate(160%);-webkit-backdrop-filter:blur(8px) saturate(160%)}
.header.on-light .nav a:hover{background:rgba(255,95,21,.1);color:var(--orange-hover)}
.header-right{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.header-right > *{flex-shrink:0}
.header-phone{display:none;color:var(--orange);font-weight:700;font-size:16px;align-items:center;gap:6px;letter-spacing:.01em;white-space:nowrap}
@media(min-width:768px){.header-phone{display:inline-flex}}
.header.on-light .header-phone{color:var(--orange-hover)}
.header-estimate{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-family:var(--ff-head);font-size:14px;font-weight:700;background:var(--orange);color:var(--white);border-radius:999px;text-decoration:none;letter-spacing:.01em;box-shadow:0 4px 14px rgba(255,95,21,.32);animation:ctaBounce 1.5s ease-in-out infinite;transition:background .25s ease;white-space:nowrap}
.header-estimate:hover{background:var(--orange-hover);animation-play-state:paused}
@media(min-width:768px){.header-estimate{padding:11px 22px;font-size:15px}}
@media(max-width:767px){.header-estimate{padding:8px 13px;font-size:12px;letter-spacing:0}}
.header-estimate .arrow{transition:transform .25s ease}
.header-estimate:hover .arrow{transform:translateX(3px)}

/* Hero */
.hero{position:relative;color:var(--white);padding:120px 0 84px;overflow:hidden;background:#1B1510;min-height:560px}
@media(min-width:768px){.hero{padding:190px 0 150px;min-height:700px}}
.hero::before{content:"";position:absolute;inset:0;background-image:url("n-pool.jpg");background-size:cover;background-position:center;filter:saturate(1.15) contrast(1.05) brightness(.98);z-index:0}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(102deg,rgba(23,18,14,.90) 0%,rgba(26,20,15,.70) 40%,rgba(40,33,26,.34) 72%,rgba(45,37,30,.16) 100%),linear-gradient(180deg,transparent 0%,transparent 62%,rgba(20,15,11,.60) 100%);z-index:1}
.hero .container{position:relative;z-index:3}
.hero-inner{position:relative;max-width:700px;text-align:left}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:18px;background:rgba(255,95,21,.12);border:1px solid rgba(255,95,21,.3);padding:6px 14px;border-radius:999px}
@media(min-width:768px){.hero-kicker{font-size:13px}}
.hero h1{margin-bottom:20px;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.hero-sub{font-size:16px;font-weight:400;opacity:.94;margin-bottom:26px;line-height:1.55;max-width:600px}
@media(min-width:768px){.hero-sub{font-size:20px;margin-bottom:32px}}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.hero-ctas .btn{flex:0 1 auto;white-space:nowrap}
@media(max-width:520px){
  .hero-ctas{flex-direction:column;align-items:stretch;gap:12px}
  .hero-ctas .btn{width:100%;justify-content:center;white-space:normal}
}
.hero-trust{margin-top:26px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.9}
.hero-trust span{margin:0 7px;opacity:.5}
@media(min-width:768px){.hero-trust{margin-top:30px;font-size:13px;letter-spacing:.06em}.hero-trust span{margin:0 9px}}

/* Trust Band */
.trust{background:var(--trust-bg);color:var(--trust-text);padding:80px 0 88px;position:relative;overflow:hidden}
@media(min-width:768px){.trust{padding:100px 0 108px}}
.trust::after{content:"";position:absolute;top:0;left:0;width:58%;height:24px;background:var(--orange);clip-path:polygon(0 0,100% 0,calc(100% - 40px) 100%,0 100%);z-index:2}
.trust-bottom-wedge{position:absolute;bottom:0;right:0;width:58%;height:24px;background:var(--orange);clip-path:polygon(40px 0,100% 0,100% 100%,0 100%);z-index:2}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 24px;align-items:center;position:relative;z-index:1}
@media(min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:24px}}
.trust-item{display:flex;align-items:center;gap:14px;text-align:left}
@media(min-width:768px){.trust-item{gap:18px}}
.trust-icon{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.06);border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 6px 20px rgba(0,0,0,.22)}
@media(min-width:768px){.trust-icon{width:80px;height:80px}}
.trust-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media(min-width:768px){.trust-icon svg{width:36px;height:36px}}
.trust-icon svg.fill{fill:currentColor;stroke:none}
.trust-text{display:flex;flex-direction:column;gap:3px;min-width:0}
.trust-item .num{font-family:var(--ff-head);font-size:24px;font-weight:800;color:var(--white);line-height:1;letter-spacing:-.02em;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
@media(min-width:768px){.trust-item .num{font-size:34px}}
.trust-item .label{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--white);opacity:.9;line-height:1.3}
@media(min-width:768px){.trust-item .label{font-size:13px;letter-spacing:.08em}}

/* Quick estimate strip: short form high on the page, expands on interaction */
.quick{background:var(--offwhite);border-bottom:1px solid var(--border);padding:28px 0}
@media(min-width:768px){.quick{padding:36px 0}}
.quick-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 26px rgba(32,26,21,.09);padding:20px}
@media(min-width:768px){.quick-card{padding:26px 30px}}
.quick-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-bottom:16px}
.quick-head h2{font-size:21px;margin:0}
@media(min-width:768px){.quick-head h2{font-size:26px}}
.quick-head .qh-sub{font-size:14px;color:var(--ink-soft)}
.quick-fields{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:860px){.quick-fields{grid-template-columns:1fr 1fr auto;align-items:end}}
.quick-more{display:none;grid-template-columns:1fr;gap:12px;margin-top:12px}
.quick.is-open .quick-more{display:grid}
@media(min-width:860px){.quick.is-open .quick-more{grid-template-columns:1fr 1fr}}
.quick .form-group input,.quick .form-group select{padding:13px 14px;font-size:15px}
.quick-submit{width:100%;padding:14px 24px;font-family:var(--ff-head);font-size:16px;font-weight:700;background:var(--orange);color:var(--white);border:0;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:background .2s;box-shadow:0 4px 14px rgba(255,95,21,.32);animation:ctaBounce 1.5s ease-in-out infinite}
.quick-submit:hover{background:var(--orange-hover);animation-play-state:paused;transform:translateY(-2px) scale(1.02)}
@media(min-width:860px){.quick-submit{width:auto}}
.quick-consents{display:none;margin-top:14px}
.quick.is-open .quick-consents{display:block}
.quick-foot{margin-top:12px;font-size:12px;color:var(--ink-soft)}
.quick-foot a{color:var(--ink-soft);text-decoration:underline}
@media(max-width:767px){
  .quick{padding:22px 0}
  .quick-card{padding:18px 16px}
  .quick-head{margin-bottom:13px}
  .quick-head h2{font-size:19px}
  .quick-submit{min-height:50px}
}

/* Section head */
.section-head{text-align:center;margin-bottom:44px;max-width:720px;margin-left:auto;margin-right:auto}
.section-head .eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-hover);margin-bottom:12px}
.section-head h2{margin-bottom:12px}
.section-head p{color:var(--ink-soft);font-size:17px;margin:0}

/* Services */
.services-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}
/* The photo IS the card. Title sits over a gradient; clicking opens the copy. */
.service-card{position:relative;display:grid;grid-template-rows:1fr auto;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(135deg,#2a211a,#17120e);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .35s ease,box-shadow .35s ease}
.service-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(32,26,21,.2)}
.service-card:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.service-img{grid-area:1/1/3/2;position:relative;overflow:hidden;aspect-ratio:4/3}
.service-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.4,0,.2,1)}
.service-card:hover .service-img img{transform:scale(1.05)}
.service-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,18,14,.06) 0%,rgba(23,18,14,.26) 100%);pointer-events:none}
.service-body{grid-area:2/1/3/2;position:relative;z-index:2;padding:18px 54px 17px 18px;background:linear-gradient(180deg,rgba(20,15,11,0) 0%,rgba(20,15,11,.60) 38%,rgba(20,15,11,.94) 100%);transition:background .35s ease}
.service-card.is-open .service-body{background:linear-gradient(180deg,rgba(20,15,11,0) 0%,rgba(20,15,11,.82) 22%,rgba(20,15,11,.97) 100%)}
.service-body h3{color:var(--white);font-size:19px;line-height:1.22;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.5)}
@media(min-width:1024px){.service-body h3{font-size:20px}}
.service-body p{color:rgba(255,255,255,.9);font-size:14px;line-height:1.5;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .42s ease,opacity .3s ease,margin-top .42s ease}
.service-card.is-open .service-body p{max-height:190px;opacity:1;margin-top:10px}
.service-link{color:#FF9A6B;font-family:var(--ff-head);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .42s ease,opacity .3s ease,margin-top .42s ease,gap .25s ease}
.service-card.is-open .service-link{max-height:32px;opacity:1;margin-top:12px}
.service-link:hover{gap:11px;color:#fff}
.service-toggle{position:absolute;right:15px;bottom:17px;z-index:3;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .38s ease,background .3s ease}
.service-toggle::before{content:"";width:9px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-2px) rotate(45deg)}
.service-card.is-open .service-toggle{transform:rotate(180deg);background:rgba(255,95,21,.8);border-color:rgba(255,95,21,.6)}
@media (prefers-reduced-motion: reduce){.service-body p,.service-link,.service-toggle,.service-body{transition:none}}
.services-note{margin-top:28px;text-align:center;font-size:15px;color:var(--ink-soft);background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px}
.services-note strong{color:var(--ink)}

/* Gallery */
.gallery{background:var(--offwhite)}
.gallery-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px}
.gallery-filter{padding:8px 18px;border-radius:24px;border:1px solid var(--border);background:var(--white);color:var(--ink);font-family:var(--ff-head);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
.gallery-filter.active{background:var(--charcoal);color:var(--white);border-color:var(--charcoal)}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}
.gallery-item{position:relative;aspect-ratio:4/3;background:#ddd4c7;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px rgba(32,26,21,.08)}
.gallery-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(32,26,21,.18)}
.gallery-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.gallery-item:hover img{transform:scale(1.07)}
.gallery-item .label{position:absolute;bottom:0;left:0;right:0;padding:16px 12px 12px;background:linear-gradient(transparent,rgba(23,18,14,.92));color:var(--white);font-size:13px;font-weight:600;line-height:1.35;z-index:2}
.gallery-item .label strong{display:block;font-family:var(--ff-head);font-weight:700;font-size:14px;margin-bottom:2px}
.gallery-item .zoom-hint{position:absolute;top:10px;right:10px;background:rgba(23,18,14,.7);color:var(--white);font-size:10px;font-weight:600;padding:5px 8px;border-radius:4px;letter-spacing:.04em;z-index:3;opacity:1;transition:opacity .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.gallery-item:hover .zoom-hint{opacity:0}
.gallery-grid.is-filtered .gallery-item.is-hidden{display:none}

/* Lightbox - single image enlarge */
.lightbox{position:fixed;inset:0;background:rgba(20,15,11,.82);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
.lightbox.is-open{opacity:1;visibility:visible}
.lightbox-close{position:fixed;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--white);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .25s ease;z-index:102}
.lightbox-close:hover{background:rgba(255,255,255,.22);transform:scale(1.08)}
.lightbox-nav{position:fixed;top:50%;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--white);font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease;z-index:102;transform:translateY(-50%)}
.lightbox-nav:hover{background:rgba(255,255,255,.22)}
.lightbox-prev{left:24px}.lightbox-next{right:24px}
.lightbox-content{position:relative;max-width:1100px;width:100%;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:14px;align-items:center;z-index:101}
.lightbox-img-wrap{position:relative;background:rgba(0,0,0,.4);border-radius:var(--radius-lg);overflow:hidden;max-height:calc(100vh - 200px);box-shadow:0 12px 40px rgba(0,0,0,.4)}
.lightbox-img-wrap img{max-width:100%;max-height:calc(100vh - 200px);width:auto;height:auto;object-fit:contain;display:block}
.lightbox-caption{color:var(--white);text-align:center;font-size:15px;font-weight:500;display:flex;align-items:center;gap:14px;justify-content:center;flex-wrap:wrap}
.lightbox-caption strong{font-family:var(--ff-head);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px;color:var(--orange);padding:4px 10px;background:rgba(255,95,21,.15);border-radius:4px;border:1px solid rgba(255,95,21,.3)}
.lightbox-counter{color:rgba(255,255,255,.6);font-size:12px;letter-spacing:.04em}
body.lightbox-active{overflow:hidden}

/* Scroll-reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal-stagger > *{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}
.reveal-stagger.is-visible > *{opacity:1;transform:translateY(0)}
.reveal-stagger.is-visible > *:nth-child(1){transition-delay:0s}
.reveal-stagger.is-visible > *:nth-child(2){transition-delay:.08s}
.reveal-stagger.is-visible > *:nth-child(3){transition-delay:.16s}
.reveal-stagger.is-visible > *:nth-child(4){transition-delay:.24s}
.reveal-stagger.is-visible > *:nth-child(5){transition-delay:.32s}
.reveal-stagger.is-visible > *:nth-child(6){transition-delay:.4s}
.reveal-stagger.is-visible > *:nth-child(7){transition-delay:.48s}
.reveal-stagger.is-visible > *:nth-child(8){transition-delay:.56s}
@media (prefers-reduced-motion: reduce){.reveal,.reveal-stagger > *{opacity:1;transform:none;transition:none}}

/* About + Process */
.about-section{display:flex;flex-direction:column;gap:40px}
@media(min-width:768px){.about-section{gap:64px}}
.about-top{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}
@media(min-width:768px){.about-top{grid-template-columns:1.1fr 1fr;gap:56px}}
.about-text h2{margin-bottom:20px}
.about-text p{color:var(--ink-soft);margin:0 0 16px;font-size:16px}
.about-photo{width:100%;aspect-ratio:4/3;background:url("n-house-c.jpg") center 30%/cover no-repeat,linear-gradient(135deg,#ddd4c7,#c3b7a6);border-radius:var(--radius-lg);box-shadow:0 12px 32px rgba(32,26,21,.16)}
/* grid/flex children default to min-width:auto and refuse to shrink below min-content, causing mobile overflow */
.about-top > *,.about-section > *,.services-grid > *,.why-grid > *,.faq-list > *,.process-steps > *,.gallery-grid > *,.trust-grid > *{min-width:0}
.about-bullets{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-direction:column;gap:9px;font-size:15px;color:var(--ink)}
.about-bullets li{display:flex;gap:10px;align-items:flex-start}
.about-bullets li::before{content:"✓";color:var(--orange-hover);font-weight:800;flex-shrink:0}
.process-block{padding-top:36px;border-top:1px solid var(--border)}
.process-block h2{margin-bottom:36px;text-align:center}
.process-steps{display:grid;grid-template-columns:1fr;gap:32px}
@media(min-width:768px){.process-steps{grid-template-columns:repeat(3,1fr);gap:40px}}
.process-step{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.process-num{flex-shrink:0;width:52px;height:52px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800;font-size:20px;box-shadow:0 4px 12px rgba(255,95,21,.35)}
.process-step h3{margin-bottom:0}
.process-step p{color:var(--ink-soft);margin:0;font-size:15px}

/* Why / differentiators */
.why{background:var(--offwhite)}
.why-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.why-grid{grid-template-columns:repeat(3,1fr)}}
.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;text-align:left}
.why-card .why-icon{width:52px;height:52px;border-radius:12px;background:var(--orange-soft);color:var(--orange-hover);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.why-card .why-icon svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{margin-bottom:8px}
.why-card p{color:var(--ink-soft);font-size:15px;margin:0}
.paver-note{margin-top:28px;display:flex;gap:16px;align-items:flex-start;background:var(--charcoal);color:var(--white);border-radius:var(--radius-lg);padding:22px 24px;position:relative;overflow:hidden}
.paver-note .pn-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:rgba(255,95,21,.16);border:2px solid var(--orange);color:var(--orange);display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800}
.paver-note h3{font-size:18px;margin-bottom:6px;color:var(--white)}
.paver-note p{margin:0;font-size:14px;color:rgba(255,255,255,.8);line-height:1.55}

/* Social proof */
.social{background:var(--white);overflow:hidden}
.rating-badge{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:36px}
.rating-badge .stars{color:var(--orange);font-size:26px;letter-spacing:3px}
.rating-badge .rating-text{font-size:15px;color:var(--ink-soft)}
.rating-badge .rating-text strong{color:var(--ink)}
.testimonials-wrap{overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}
.testimonials-track{display:flex;gap:24px;width:max-content;animation:scroll-left 52s linear infinite}
.testimonials-wrap:hover .testimonials-track{animation-play-state:paused}
@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.testimonial{background:var(--cream);padding:24px 22px;border-radius:var(--radius-lg);border:1px solid var(--border);min-width:290px;max-width:290px;flex-shrink:0;box-shadow:0 4px 16px rgba(32,26,21,.05)}
@media(min-width:768px){.testimonial{min-width:360px;max-width:360px;padding:28px}}
.testimonial .stars{color:var(--orange);font-size:17px;letter-spacing:2px;margin-bottom:12px}
.testimonial-quote{font-size:15px;color:var(--ink);margin:0 0 20px;line-height:1.55;font-style:italic;min-height:84px}
.testimonial-author{display:flex;align-items:center;gap:12px}
.testimonial-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#2a211a,#17120e);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:700;font-size:15px;flex-shrink:0}
.testimonial-meta{font-size:13px}
.testimonial-meta .name{font-weight:700;color:var(--ink)}
.testimonial-meta .place{color:var(--ink-soft);margin-top:2px}
.social-note{text-align:center;font-size:12px;color:var(--ink-soft);margin-top:28px;letter-spacing:.03em}

/* FAQ */
.faq{background:var(--offwhite)}
.faq-container{max-width:1200px;margin:0 auto}
.faq-list{display:grid;grid-template-columns:1fr;gap:12px;align-content:start}
@media(min-width:768px){.faq-list{grid-template-columns:1fr 1fr;gap:16px 24px}}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;font-family:var(--ff-head);font-weight:700;font-size:17px;color:var(--ink)}
.faq-q::after{content:"+";font-size:22px;font-weight:400;color:var(--orange);flex-shrink:0}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{margin-top:12px;color:var(--ink-soft);font-size:15px;line-height:1.6;display:none}
.faq-item.open .faq-a{display:block}

/* Estimate / Final CTA */
.final-cta{position:relative;color:var(--white);padding:64px 16px;overflow:hidden;background:var(--charcoal)}
@media(min-width:480px){.final-cta{padding:80px 20px}}
@media(min-width:768px){.final-cta{padding:120px 24px}}
.final-cta::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(23,18,14,.90),rgba(23,18,14,.94)),url("n-circle-c.jpg");background-size:cover;background-position:center;z-index:0}
.final-cta .final-cta-grid{position:relative;z-index:1}
.final-cta-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;max-width:1200px;margin:0 auto}
@media(min-width:960px){.final-cta-grid{grid-template-columns:1fr 1fr;gap:56px}}
@media(min-width:1200px){.final-cta-grid{grid-template-columns:1.05fr 1fr;gap:64px}}
.final-cta-text{display:flex;flex-direction:column;gap:18px}
.final-cta-text h2{color:var(--white);margin:0;font-size:30px}
@media(min-width:768px){.final-cta-text h2{font-size:42px}}
.final-cta-text > p{font-size:17px;opacity:.9;margin:0;line-height:1.55}
.final-cta-list{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:10px;font-size:15px}
.final-cta-list li{display:flex;gap:10px;align-items:center}
.final-cta-list li::before{content:"✓";color:var(--orange);font-weight:800}
.final-cta-phone{margin-top:6px;font-size:15px}
.final-cta-phone a{color:var(--orange);font-weight:700;text-decoration:none}
.final-cta-phone a:hover{color:var(--white)}
.final-cta-trust{margin-top:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.65;font-weight:600}

/* Form card */
.form-card{background:var(--white);color:var(--ink);border-radius:var(--radius-lg);padding:24px 20px;box-shadow:0 24px 60px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.1)}
@media(min-width:480px){.form-card{padding:28px 24px}}
@media(min-width:768px){.form-card{padding:36px 32px}}
.form-card h3{margin:0 0 4px;font-size:22px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.form-card .form-sub{margin:0 0 20px;font-size:14px;color:var(--ink-soft)}
.form-card .response{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;background:var(--orange-soft);color:var(--orange-hover);font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;letter-spacing:.03em}
.form-row{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:14px}
@media(min-width:768px){.form-row.two{grid-template-columns:1fr 1fr}}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-group label{font-size:12px;font-weight:600;color:var(--ink);letter-spacing:.02em}
.form-group label .req{color:var(--orange);margin-left:2px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:14px;color:var(--ink);background:var(--white);transition:border-color .2s,box-shadow .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}
.form-group textarea{resize:vertical;min-height:80px}
.form-group .helper{font-size:12px;color:var(--ink-soft)}
.consents{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--offwhite);border-radius:var(--radius);border:1px solid var(--border);margin:6px 0 16px}
.consent{display:flex;gap:11px;align-items:flex-start;font-size:12px;color:var(--ink-soft);line-height:1.5}
.consent input[type=checkbox]{flex-shrink:0;width:17px;height:17px;margin-top:2px;accent-color:var(--orange);cursor:pointer}
.consent label{cursor:pointer}
.consent a{color:var(--orange-hover);text-decoration:underline;font-weight:600}
.estimate-submit{width:100%;padding:16px;font-family:var(--ff-head);font-size:16px;font-weight:700;background:var(--orange);color:var(--white);border:0;border-radius:var(--radius);cursor:pointer;letter-spacing:.02em;transition:background .2s;box-shadow:0 4px 14px rgba(255,95,21,.32);animation:ctaBounce 1.5s ease-in-out infinite}
.estimate-submit:hover{background:var(--orange-hover);animation-play-state:paused;transform:translateY(-2px) scale(1.01)}
.estimate-privacy{text-align:center;font-size:11px;color:var(--ink-soft);margin-top:12px}
.estimate-privacy a{color:var(--ink-soft);text-decoration:underline}

/* Footer */
.footer{background:var(--charcoal-deep);color:rgba(255,255,255,.8);padding:64px 0 32px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:36px}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:48px}}
.footer h4{color:var(--white);font-family:var(--ff-head);font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 16px}
.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px}
.footer a:hover{color:var(--orange)}
.footer-logo{display:inline-block;height:46px;margin-bottom:14px}
.footer-logo img{height:100%;width:auto;filter:brightness(0) invert(1) opacity(.95)}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.7);margin:0 0 12px;line-height:1.55}
.footer-brand .insured{font-size:12px;color:rgba(255,255,255,.5);letter-spacing:.03em}
.footer-social{display:flex;gap:12px;margin-top:6px}
.footer-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background .25s ease}
.footer-social a:hover{background:var(--orange)}
.footer-social svg{width:18px;height:18px;fill:#fff}
.cities{font-size:13px;line-height:1.7;color:rgba(255,255,255,.65)}
.sub-footer{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:12px;color:rgba(255,255,255,.5)}
.sub-footer-links{display:flex;gap:16px;flex-wrap:wrap}
.made-by a{color:var(--orange);font-weight:600}
.made-by a:hover{color:#fff}

/* ---- Mobile optimisation pass ----------------------------------------
   Too much text on the phone. Tighter rhythm, shorter measure, thumb-sized
   targets, and less dead space before the first CTA. */
@media(max-width:767px){
  body{font-size:16px}
  section{padding:40px 0}
  h1{font-size:30px;line-height:1.1}
  h2{font-size:24px}
  h3{font-size:18px}

  /* hero: shorter, so the CTA lands above the fold on a 667px screen */
  .hero{padding:104px 0 56px;min-height:0}
  .hero-sub{font-size:16px;line-height:1.5;margin-bottom:22px;max-width:36ch}
  .hero-kicker{font-size:11px;letter-spacing:.1em;margin-bottom:14px;padding:5px 12px}
  .hero h1{margin-bottom:14px}
  .hero-trust{margin-top:20px;font-size:10px;letter-spacing:.03em;line-height:1.9}

  /* trust band: less air, same weight */
  .trust{padding:52px 0 56px}
  .trust-grid{gap:26px 16px}
  .trust-icon{width:48px;height:48px}
  .trust-icon svg{width:24px;height:24px}
  .trust-item{gap:11px}
  .trust-item .num{font-size:21px}
  .trust-item .label{font-size:9.5px;letter-spacing:.04em}

  /* section intros are the wordiest part on a phone */
  .section-head{margin-bottom:30px}
  .section-head p{font-size:15px;line-height:1.5}
  .service-body p,.why-card p,.faq-a{font-size:14.5px}
  .about-text p{font-size:15px}

  /* thumb targets: 44px minimum */
  .btn{padding:15px 22px;min-height:48px}
  .gallery-filter{padding:10px 16px;min-height:42px}
  .faq-q{min-height:44px}
  /* the whole service card is the tap target now */
  .footer ul a{display:inline-block;padding:3px 0}

  /* photo cards: no hover lift on touch, tighter panel, wider crop single-column */
  .services-grid{gap:14px}
  .service-card:hover{transform:none;box-shadow:0 4px 14px rgba(32,26,21,.1)}
  .service-card:hover .service-img img{transform:none}
  .service-body{padding:16px 48px 15px 16px}
  .service-body h3{font-size:18px}
  .service-body p{font-size:13.5px;line-height:1.45}
  .service-card.is-open .service-body p{max-height:170px}
  @media(max-width:639px){.service-img{aspect-ratio:3/2}}
  .services-note{margin-top:18px;padding:13px 15px;font-size:13.5px;text-align:left}

  /* process: number beside the title instead of stacked above it */
  .process-steps{gap:20px}
  .process-step{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"num title" ". body";column-gap:13px;row-gap:6px;align-items:center}
  .process-num{grid-area:num;width:40px;height:40px;font-size:16px}
  .process-step h3{grid-area:title;font-size:17px}
  .process-step p{grid-area:body;font-size:14px}
  .process-block{padding-top:26px}
  .process-block h2{margin-bottom:24px}
  .about-section{gap:30px}
  .about-bullets{gap:7px;font-size:14px}

  /* final CTA: the bullet list repeats the trust band, drop it on the phone */
  .final-cta-list{display:none}
  .final-cta-text{gap:14px}
  .final-cta-trust{display:none}
  .final-cta{padding:52px 14px}
  .form-card{padding:20px 16px}

  .footer{padding:48px 0 26px}
  .footer-grid{gap:26px}
  .footer h4{margin-bottom:11px}
  .footer ul{gap:6px;font-size:13.5px}
  .cities{font-size:12.5px;line-height:1.65}
  .sub-footer{margin-top:30px;padding-top:18px}
}
@media(max-width:359px){.trust-grid{grid-template-columns:1fr;gap:24px}}
@media(max-width:400px){
  .hero h1{font-size:27px}
  .gallery-grid{gap:11px}
  .gallery-item .label{padding:12px 9px 9px;font-size:11.5px}
  .gallery-item .label strong{font-size:12.5px}
}

/* Pending marker */
.pending-note{display:inline-block;background:rgba(255,95,21,.12);color:var(--orange-hover);font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;letter-spacing:.04em;margin-left:8px;text-transform:uppercase}
