/* ============================================================
   CAPRI PLUMBING — Modern Deep
   Palette anchored to the logo navy (#011341). Single-tone blue
   glass buttons, chrome/silver accents, video hero.
   ============================================================ */

:root{
  --navy:#03102b;          /* page background (deep) */
  --navy-2:#061634;        /* alternating section */
  --panel:#0a1c40;         /* raised card base */
  --panel-glass:rgba(18,38,78,.45);
  --logo-navy:#011341;

  --line:rgba(150,180,235,.12);
  --line-2:rgba(150,180,235,.2);

  --text:#eaf1fb;
  --muted:#9db1d2;
  --muted-2:#7f93b6;

  --blue:#3f7cff;          /* single-tone action blue */
  --blue-bright:#5d92ff;
  --blue-glass:rgba(63,124,255,.16);
  --blue-glass-h:rgba(63,124,255,.28);
  --blue-border:rgba(125,165,255,.45);

  --chrome:#cdd9ee;        /* silver echo of the logo */
  --chrome-dim:#9fb0cc;

  --r-lg:20px;
  --r-md:14px;
  --shadow:0 24px 60px -28px rgba(0,8,30,.85);
  --maxw:1200px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:var(--navy);
  color:var(--text);
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  line-height:1.65;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto !important}
.lenis.lenis-stopped{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,.dsp{font-family:'Sora',sans-serif;line-height:1.08;letter-spacing:-.02em;font-weight:700}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
em{font-style:normal;color:var(--blue-bright)}

.skip{position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;padding:10px 16px;border-radius:8px;z-index:200}
.skip:focus{left:16px;top:16px}

/* ---------- Buttons: glass, single-tone blue ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;text-align:center;
  font-family:'Sora',sans-serif;font-weight:600;font-size:15px;letter-spacing:-.01em;
  color:#fff;cursor:pointer;
  padding:13px 22px;border-radius:var(--r-md);
  background:var(--blue-glass);
  border:1px solid var(--blue-border);
  backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18), 0 10px 30px -14px rgba(40,90,220,.6);
  transition:background .25s, border-color .25s, transform .25s, box-shadow .25s;
}
.btn:hover{
  background:var(--blue-glass-h);
  border-color:rgba(150,190,255,.7);
  transform:translateY(-2px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 18px 42px -16px rgba(50,100,235,.8);
}
.btn:active{transform:translateY(0)}
.btn svg{flex:none}
.btn svg:not([width]){width:16px;height:16px}
.btn-lg{padding:16px 30px;font-size:16px;border-radius:15px}
.btn-sm{padding:10px 18px;font-size:14px}
.btn-block{width:100%}
.btn-ghost{background:rgba(120,150,210,.06);border-color:var(--line-2);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.btn-ghost:hover{background:rgba(120,150,210,.12);border-color:var(--blue-border)}

/* ============================================================
   NAV
   ============================================================ */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(3,12,32,.55);
  border-bottom:1px solid transparent;
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  transition:background .3s, border-color .3s, box-shadow .3s;
}
.nav.scrolled{
  background:rgba(3,14,36,.86);
  border-bottom-color:var(--line);
  box-shadow:0 12px 40px -24px rgba(0,0,0,.9);
}
.nav-inner{
  max-width:var(--maxw);margin:0 auto;padding:0 28px;
  height:78px;display:flex;align-items:center;gap:22px;
}
.brand{display:flex;align-items:center;flex:none}
.brand-logo{height:46px;width:auto;filter:drop-shadow(0 4px 14px rgba(0,0,0,.5))}
.menu{margin-left:8px}
.menu>ul{display:flex;align-items:center;gap:6px;list-style:none}
.menu a{
  display:inline-flex;align-items:center;gap:6px;
  font-size:15px;font-weight:500;color:var(--muted);
  padding:10px 14px;border-radius:10px;transition:color .2s, background .2s;
}
.menu a:hover{color:var(--text);background:rgba(120,150,210,.08)}
.has-drop{position:relative}
.caret{transition:transform .25s;opacity:.7}
.has-drop:hover .caret{transform:rotate(180deg)}
.drop{
  position:absolute;top:calc(100% + 8px);left:0;min-width:248px;
  background:rgba(8,20,46,.96);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border:1px solid var(--line-2);border-radius:16px;
  padding:8px;box-shadow:var(--shadow);
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .22s, transform .22s, visibility .22s;
}
.has-drop:hover .drop, .has-drop:focus-within .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop a{display:block;font-size:14.5px;color:var(--muted);padding:10px 14px;border-radius:10px}
.drop a:hover{color:var(--text);background:var(--blue-glass)}
.btn-call{margin-left:auto;flex:none}
.btn-call span{font-weight:500;color:var(--chrome);font-size:13.5px;line-height:1.1}
.btn-call strong{display:block;color:#fff;font-family:'Sora';font-weight:600;font-size:15px}

.hamburger{display:none;margin-left:auto;width:46px;height:46px;border:1px solid var(--line-2);border-radius:12px;background:rgba(120,150,210,.06);flex-direction:column;gap:5px;align-items:center;justify-content:center;cursor:pointer}
.hamburger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:.3s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.drawer{
  position:fixed;top:78px;left:0;right:0;z-index:99;
  background:rgba(4,14,36,.98);backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line-2);
  padding:14px 22px 26px;display:none;flex-direction:column;gap:4px;
  max-height:calc(100vh - 78px);overflow:auto;
}
.drawer.open{display:flex}
.drawer>a:not(.btn), .drawer summary{padding:13px 8px;font-size:16px;color:var(--text);border-bottom:1px solid var(--line);font-weight:500}
.drawer details a{padding:11px 8px 11px 22px;font-size:14.5px;color:var(--muted);display:block;border-bottom:1px solid var(--line)}
.drawer summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.drawer summary::after{content:"+";color:var(--blue-bright);font-size:20px}
.drawer details[open] summary::after{content:"\2212"}
.drawer-call{margin-top:16px;justify-content:center}

/* ============================================================
   HERO
   ============================================================ */
/* Full-frame hero: the banner matches the 1280:442 clip exactly, so the whole
   frame shows (no crop, no bars). On wide screens the copy overlays the band and
   scales with it (vw units → ratios stay constant); below 1200px it stacks under
   the banner so the text stays readable. */
.hero{position:relative;background:var(--navy)}
.hero-banner{position:relative;width:100%;aspect-ratio:1280 / 442;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(130% 110% at 50% 34%, rgba(3,16,43,.24), rgba(3,16,43,.64) 60%, rgba(3,16,43,.9)),
    linear-gradient(180deg, rgba(3,16,43,.48) 0%, rgba(3,16,43,.32) 42%, rgba(3,16,43,.86) 100%);
}
.hero-content{
  position:absolute;inset:0;z-index:2;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:clamp(74px,6vw,96px) clamp(20px,4vw,52px) clamp(14px,2vw,32px);
}
.eyebrow{
  display:inline-flex;align-items:center;gap:.7vw;
  font-family:'Sora';font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--chrome);
  font-size:clamp(9px,.92vw,12.5px);margin-bottom:clamp(8px,1vw,18px);
  background:rgba(8,22,50,.4);border:1px solid var(--line-2);
  padding:clamp(4px,.5vw,8px) clamp(9px,1.1vw,17px);border-radius:999px;backdrop-filter:blur(8px);
}
.eb-line{width:clamp(16px,2.2vw,32px);height:1px;background:linear-gradient(90deg,transparent,var(--chrome))}
.hero h1{
  font-size:clamp(22px,3.25vw,54px);font-weight:800;letter-spacing:-.03em;line-height:1.06;
  margin:0 auto clamp(8px,1vw,18px);max-width:24ch;text-shadow:0 4px 40px rgba(0,0,0,.5);
}
.hero-sub{font-size:clamp(12px,1.32vw,19px);color:#cdd9ee;max-width:54ch;margin:0 auto clamp(12px,1.4vw,26px);font-weight:400;line-height:1.45}
.hero-cta{display:flex;gap:clamp(8px,.8vw,14px);justify-content:center;flex-wrap:wrap;margin-bottom:clamp(12px,1.5vw,28px)}
.hero .btn-lg{padding:clamp(9px,.8vw,16px) clamp(15px,1.5vw,30px);font-size:clamp(12px,1vw,16px);border-radius:clamp(9px,.9vw,15px)}
.badges{list-style:none;display:flex;flex-wrap:wrap;gap:clamp(5px,.55vw,10px);justify-content:center;max-width:920px;margin:0 auto}
.badges li{
  display:inline-flex;align-items:center;gap:.45vw;
  font-size:clamp(9px,.88vw,13px);font-weight:500;color:#d4e0f3;
  background:rgba(8,22,50,.42);border:1px solid var(--line-2);
  padding:clamp(4px,.5vw,9px) clamp(8px,.95vw,15px);border-radius:999px;backdrop-filter:blur(10px);
}
.badges svg{width:clamp(11px,.95vw,15px);height:clamp(11px,.95vw,15px);color:var(--blue-bright);flex:none}
.scroll-cue{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:2;width:22px;height:34px;border:1.5px solid rgba(205,217,238,.4);border-radius:12px;display:flex;justify-content:center;padding-top:6px}
.scroll-cue span{width:3px;height:7px;border-radius:2px;background:var(--chrome);animation:cue 1.6s infinite}
@keyframes cue{0%{opacity:0;transform:translateY(-4px)}40%{opacity:1}80%{opacity:0;transform:translateY(9px)}100%{opacity:0}}

/* Narrower screens: stack the copy beneath the full-frame banner (readable sizes) */
@media(max-width:1200px){
  .hero-content{position:static;padding:34px 22px 8px;background:linear-gradient(180deg,rgba(3,16,43,.55),var(--navy) 55%)}
  .hero-overlay{background:linear-gradient(180deg,rgba(3,16,43,.16),rgba(3,16,43,.5))}
  .eyebrow{font-size:12px;margin-bottom:18px;padding:8px 16px;gap:10px}
  .eb-line{width:30px}
  .hero h1{font-size:clamp(30px,5vw,46px);margin-bottom:18px;max-width:22ch}
  .hero-sub{font-size:clamp(15px,1.9vw,19px);margin-bottom:26px;max-width:52ch}
  .hero-cta{gap:12px;margin-bottom:26px}
  .hero .btn-lg{font-size:16px;padding:15px 26px;border-radius:14px}
  .badges{gap:9px}
  .badges li{font-size:13px;padding:9px 15px;gap:8px}
  .badges svg{width:15px;height:15px}
  .scroll-cue{display:none}
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
section{position:relative}
.intro,.services,.process,.reviews,.faq,.contact{padding:clamp(70px,9vw,120px) 0}
.services,.reviews{background:var(--navy-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sec-head{max-width:720px;margin:0 auto clamp(40px,5vw,64px);text-align:center}
.sec-tag{
  display:inline-block;font-family:'Sora';font-size:12.5px;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;color:var(--blue-bright);
  margin-bottom:16px;
}
.sec-head h2{font-size:clamp(28px,4.2vw,46px);font-weight:800;letter-spacing:-.025em}
.sec-lead{margin-top:18px;color:var(--muted);font-size:18px}
/* BBB Accredited Business trust badge (top of the home intro section) */
.bbb-wrap{text-align:center;margin-bottom:clamp(30px,4.5vw,50px)}
.bbb-badge{display:inline-block;height:clamp(58px,7vw,80px);width:auto;filter:drop-shadow(0 8px 20px rgba(0,8,30,.5))}

/* ---------- INTRO ---------- */
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.intro-card{
  background:linear-gradient(180deg,rgba(16,34,72,.5),rgba(10,22,48,.3));
  border:1px solid var(--line);border-radius:var(--r-lg);padding:38px;
}
.intro-card .ic{width:54px;height:54px;border-radius:14px;background:var(--blue-glass);border:1px solid var(--blue-border);display:grid;place-items:center;margin-bottom:22px}
.intro-card .ic svg{width:27px;height:27px;color:var(--blue-bright)}
.intro-card h3{font-size:23px;font-weight:700;margin-bottom:14px}
.intro-card p{color:var(--muted);font-size:16px;margin-bottom:14px}
.intro-card p:last-child{margin-bottom:0}

.stat-strip{
  margin-top:34px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  background:linear-gradient(180deg,rgba(63,124,255,.08),rgba(63,124,255,.02));
  border:1px solid var(--line-2);border-radius:var(--r-lg);padding:34px 24px;
}
.stat{text-align:center}
.stat-n{display:block;font-family:'Sora';font-size:clamp(30px,4vw,44px);font-weight:800;color:#fff;letter-spacing:-.02em}
.stat-l{color:var(--muted);font-size:14px;margin-top:4px}
.stat+.stat{border-left:1px solid var(--line)}

/* ---------- SERVICES ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.svc-card{
  background:linear-gradient(180deg,rgba(16,34,72,.42),rgba(10,22,48,.22));
  border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 26px;
  transition:transform .3s, border-color .3s, background .3s;
}
.svc-card:hover{transform:translateY(-6px);border-color:var(--blue-border);background:linear-gradient(180deg,rgba(22,44,90,.6),rgba(12,26,56,.34))}
.svc-card .ic{width:52px;height:52px;border-radius:14px;background:var(--blue-glass);border:1px solid var(--blue-border);display:grid;place-items:center;margin-bottom:20px;transition:.3s}
.svc-card:hover .ic{box-shadow:0 0 0 6px rgba(63,124,255,.08)}
.svc-card .ic svg{width:26px;height:26px;color:var(--blue-bright)}
.svc-card h3{font-size:18.5px;font-weight:600;margin-bottom:11px;line-height:1.25}
.svc-card p{color:var(--muted);font-size:14.5px}

/* ---------- PROCESS / TIMELINE ---------- */
.timeline{list-style:none;max-width:860px;margin:0 auto;position:relative}
.timeline::before{content:"";position:absolute;left:27px;top:14px;bottom:14px;width:2px;background:linear-gradient(180deg,var(--blue),rgba(63,124,255,.15))}
.timeline li{position:relative;padding:0 0 40px 84px}
.timeline li:last-child{padding-bottom:0}
.tl-num{
  position:absolute;left:0;top:0;width:56px;height:56px;border-radius:16px;
  display:grid;place-items:center;font-family:'Sora';font-weight:700;font-size:22px;color:#fff;
  background:var(--blue-glass);border:1px solid var(--blue-border);
  backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 0 0 6px rgba(63,124,255,.06)}
.tl-body{background:linear-gradient(180deg,rgba(16,34,72,.4),rgba(10,22,48,.2));border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 30px}
.tl-body h3{font-size:21px;font-weight:700;margin-bottom:12px}
.tl-body p{color:var(--muted);font-size:15.5px;margin-bottom:12px}
.tl-body p:last-child{margin-bottom:0}

/* ---------- REVIEWS ---------- */
.review-wall{columns:3;column-gap:22px}
.review{
  break-inside:avoid;margin:0 0 22px;
  background:linear-gradient(180deg,rgba(16,34,72,.5),rgba(10,22,48,.28));
  border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;
}
.stars{color:var(--blue-bright);letter-spacing:3px;font-size:16px;margin-bottom:16px;filter:drop-shadow(0 0 8px rgba(63,124,255,.4))}
.review blockquote{color:#dbe6f6;font-size:15.5px;line-height:1.7;margin-bottom:20px}
.review figcaption{display:flex;flex-direction:column;border-top:1px solid var(--line);padding-top:16px}
.r-name{font-family:'Sora';font-weight:600;font-size:16px;color:#fff}
.r-loc{color:var(--muted-2);font-size:13.5px}
/* Rotating reviews carousel (cross-fade + auto-height; auto-advances — see main.js) */
.review-carousel{max-width:780px;margin:0 auto}
.review-track{position:relative;min-height:240px;transition:height .5s cubic-bezier(.16,1,.3,1)}
.review-track .review{position:absolute;top:0;left:0;width:100%;margin:0;break-inside:auto;opacity:0;visibility:hidden;transition:opacity .55s ease}
.review-track .review.active{opacity:1;visibility:visible}
.review-track .review blockquote{font-size:16.5px}
.review-dots{display:flex;gap:9px;justify-content:center;margin-top:24px}
.review-dots button{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:rgba(150,180,235,.3);cursor:pointer;transition:transform .25s,background .25s}
.review-dots button:hover{background:rgba(150,180,235,.55)}
.review-dots button.active{background:var(--blue-bright);transform:scale(1.3)}

/* ---------- Emergency call pop-up (home; slides in ~halfway down) ---------- */
.emergency-pop{
  position:fixed;z-index:130;left:50%;top:50%;width:min(400px,calc(100vw - 32px));
  background:linear-gradient(180deg,rgba(18,38,80,.98),rgba(9,20,44,.98));
  border:1px solid var(--blue-border);border-radius:20px;padding:26px 24px 22px;
  box-shadow:0 26px 64px -20px rgba(0,8,30,.92);
  backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);
  opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(.92);
  transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;
}
.emergency-pop.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1);
  box-shadow:0 0 0 100vmax rgba(3,8,20,.55), 0 30px 70px -20px rgba(0,8,30,.95)}
.emergency-pop-x{position:absolute;top:9px;right:12px;background:none;border:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;padding:2px 7px;border-radius:6px;transition:.2s}
.emergency-pop-x:hover{color:var(--text);background:rgba(255,255,255,.08)}
.emergency-pop-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.emergency-pop-head strong{font-family:'Sora',sans-serif;font-weight:700;font-size:18px;color:#fff;letter-spacing:-.01em}
.emergency-dot{width:10px;height:10px;border-radius:50%;background:#ff5a5f;flex:none;animation:emgpulse 1.8s infinite}
@keyframes emgpulse{0%{box-shadow:0 0 0 0 rgba(255,90,95,.55)}70%{box-shadow:0 0 0 12px rgba(255,90,95,0)}100%{box-shadow:0 0 0 0 rgba(255,90,95,0)}}
.emergency-pop-sub{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:16px}
.emergency-pop-call{width:100%}
@media(prefers-reduced-motion:reduce){.emergency-dot{animation:none}}
@media(max-width:620px){.emergency-pop{width:calc(100vw - 28px)}}

/* ---------- FAQ ---------- */
.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{
  background:linear-gradient(180deg,rgba(16,34,72,.38),rgba(10,22,48,.2));
  border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;
  transition:border-color .25s;
}
.faq-item[open]{border-color:var(--blue-border)}
.faq-item summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:24px 26px;font-family:'Sora';font-weight:600;font-size:17.5px;color:var(--text);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-ico{position:relative;width:20px;height:20px;flex:none}
.faq-ico::before,.faq-ico::after{content:"";position:absolute;background:var(--blue-bright);border-radius:2px;transition:transform .3s}
.faq-ico::before{top:9px;left:0;width:20px;height:2px}
.faq-ico::after{left:9px;top:0;width:2px;height:20px}
.faq-item[open] .faq-ico::after{transform:rotate(90deg);opacity:0}
.faq-a{padding:0 26px 26px;color:var(--muted);font-size:16px}
.faq-a p{margin-bottom:14px}
.faq-a p:last-child{margin-bottom:0}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact-copy .sec-tag{margin-bottom:14px}
.contact-copy h2{font-size:clamp(28px,3.6vw,42px);font-weight:800;margin-bottom:22px;letter-spacing:-.025em}
.contact-copy p{color:var(--muted);font-size:16px;margin-bottom:16px}
.contact-phone{margin-top:10px}
.form-card{
  background:linear-gradient(180deg,rgba(18,38,80,.55),rgba(10,22,48,.4));
  border:1px solid var(--line-2);border-radius:var(--r-lg);padding:34px;
  backdrop-filter:blur(14px);box-shadow:var(--shadow);position:sticky;top:100px;
}
.form-card h3{font-size:22px;font-weight:700;margin-bottom:22px}
.lead-form .row.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-form label{display:block;font-family:'Sora';font-size:13px;font-weight:500;color:var(--chrome-dim);margin-bottom:14px;letter-spacing:.01em}
.lead-form input,.lead-form textarea{
  width:100%;margin-top:8px;
  background:rgba(4,14,36,.6);border:1px solid var(--line-2);border-radius:11px;
  padding:13px 15px;color:var(--text);font-family:'Inter';font-size:15px;
  transition:border-color .2s, box-shadow .2s;
}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:#64799c}
.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(63,124,255,.18)}
.lead-form input.invalid,.lead-form textarea.invalid{border-color:#ff6b7a;box-shadow:0 0 0 3px rgba(255,107,122,.16)}
.lead-form textarea{resize:vertical;min-height:96px}
.lead-form .btn-block{margin-top:6px}
.form-note{margin-top:16px;font-size:14.5px;text-align:center;padding:12px;border-radius:10px}
.form-note.ok{display:block;color:#7ef0c0;background:rgba(40,180,130,.12);border:1px solid rgba(70,210,160,.3)}
.form-note.err{display:block;color:#ff9aa6;background:rgba(220,70,90,.1);border:1px solid rgba(255,120,140,.3)}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{background:var(--logo-navy);border-top:1px solid var(--line-2);padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:48px}
.footer-logo{height:60px;width:auto;margin-bottom:18px}
.footer-brand p{color:var(--muted);font-size:15px;max-width:30ch;margin-bottom:16px}
.footer-call{font-family:'Sora';font-weight:700;font-size:22px;color:#fff}
.footer-call:hover{color:var(--blue-bright)}
.footer-col h4{font-family:'Sora';font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--chrome-dim);margin-bottom:16px;font-weight:600}
.footer-col a{display:block;color:var(--muted);font-size:14.5px;padding:6px 0;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-hours .big-hours{font-family:'Sora';font-size:38px;font-weight:800;color:#fff;line-height:1}
.footer-hours p{color:var(--muted);font-size:14px;margin-bottom:14px}
.footer-bar{border-top:1px solid var(--line);padding:22px 28px;max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--muted-2);font-size:13.5px}
.footer-bar a:hover{color:#fff}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1;transform:none}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1024px){
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .review-wall{columns:2}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:860px){
  .menu,.btn-call{display:none}
  .hamburger{display:flex}
  .intro-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .form-card{position:static}
  .stat-strip{grid-template-columns:1fr 1fr;gap:0}
  .stat{padding:18px 8px}
  .stat:nth-child(3){border-left:none}
  .stat:nth-child(odd){border-left:none}
}
@media(max-width:620px){
  body{font-size:15px}
  .nav-inner{height:64px;padding:0 16px}
  .drawer{top:64px}
  .brand-logo{height:36px}
  .wrap{padding:0 14px}

  /* HERO — zoom the video to fill the landing; copy overlaid again */
  .hero{position:relative;min-height:86vh;min-height:86svh;display:flex}
  .hero-banner{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;z-index:0;overflow:hidden}
  .hero-video{object-fit:cover}
  .hero-overlay{background:
    radial-gradient(120% 78% at 50% 32%, rgba(3,16,43,.30), rgba(3,16,43,.64) 62%, rgba(3,16,43,.9)),
    linear-gradient(180deg, rgba(3,16,43,.5), rgba(3,16,43,.4) 45%, rgba(3,16,43,.85))}
  .hero-content{position:relative;z-index:2;background:none;flex:1;justify-content:center;padding:84px 16px 38px}
  .eyebrow{font-size:10.5px;letter-spacing:.12em;margin-bottom:14px;padding:6px 13px;gap:8px}
  .eb-line{width:22px}
  .hero h1{font-size:clamp(26px,7.6vw,38px);margin-bottom:14px;max-width:18ch}
  .hero-sub{font-size:14.5px;margin-bottom:20px;max-width:42ch;line-height:1.45}
  .hero-cta{flex-direction:column;align-items:stretch;gap:10px;margin:0 auto 20px;width:100%;max-width:330px}
  .hero .btn-lg{width:100%;font-size:15px;padding:14px 20px;border-radius:12px}
  .badges{display:grid;grid-template-columns:1fr 1fr;gap:7px;width:100%;max-width:360px}
  .badges li{font-size:11px;padding:8px 9px;gap:6px;justify-content:center}
  .badges li:last-child{grid-column:1 / -1}
  .badges svg{width:13px;height:13px}
  .scroll-cue{display:none}

  /* DENSER 2-COLUMN SECTIONS + condensed type */
  .intro,.services,.process,.reviews,.faq,.contact{padding:46px 0}
  .sec-head{margin-bottom:28px}
  .sec-head h2{font-size:clamp(21px,5.8vw,29px)}
  .sec-tag{font-size:10.5px;margin-bottom:9px}
  .sec-lead{font-size:14px;margin-top:11px}

  .intro-grid{grid-template-columns:1fr 1fr;gap:11px}
  .intro-card{padding:17px 14px}
  .intro-card .ic{width:38px;height:38px;border-radius:10px;margin-bottom:12px}
  .intro-card .ic svg{width:20px;height:20px}
  .intro-card h3{font-size:15px;margin-bottom:8px}
  .intro-card p{font-size:12px;margin-bottom:9px;line-height:1.5}

  .stat-strip{padding:20px 10px;margin-top:20px}
  .stat-n{font-size:27px}
  .stat-l{font-size:11.5px}

  .svc-grid{grid-template-columns:1fr 1fr;gap:11px}
  .svc-card{padding:16px 13px}
  .svc-card .ic{width:40px;height:40px;border-radius:10px;margin-bottom:12px}
  .svc-card .ic svg{width:21px;height:21px}
  .svc-card h3{font-size:14px;margin-bottom:7px;line-height:1.2}
  .svc-card p{font-size:11.5px;line-height:1.5}

  .timeline{display:grid;grid-template-columns:1fr 1fr;gap:11px;max-width:none}
  .timeline::before{display:none}
  .timeline li{padding:0}
  .tl-num{position:static;width:36px;height:36px;border-radius:10px;font-size:15px;margin-bottom:11px}
  .tl-body{padding:15px 13px}
  .tl-body h3{font-size:14.5px;margin-bottom:7px}
  .tl-body p{font-size:11.5px;margin-bottom:8px;line-height:1.5}

  .review-wall{columns:2;column-gap:11px}
  .review{padding:15px 13px;margin-bottom:11px;border-radius:13px}
  .review .stars{font-size:12px;margin-bottom:9px;letter-spacing:2px}
  .review blockquote{font-size:11.5px;line-height:1.55;margin-bottom:11px}
  .review figcaption{padding-top:11px}
  .r-name{font-size:13px}
  .r-loc{font-size:11px}

  .faq-list{gap:10px}
  .faq-item summary{font-size:14px;padding:15px 15px;gap:12px}
  .faq-ico{width:17px;height:17px}
  .faq-ico::before{top:7.5px;width:17px}
  .faq-ico::after{left:7.5px;height:17px}
  .faq-a{padding:0 15px 17px;font-size:13px}

  .contact-grid{grid-template-columns:1fr;gap:22px}
  .contact-copy h2{font-size:clamp(21px,5.8vw,29px)}
  .contact-copy p{font-size:13.5px}
  .contact-phone{margin-top:6px}
  .form-card{padding:20px 15px}
  .form-card h3{font-size:18px;margin-bottom:16px}
  .lead-form .row.two{grid-template-columns:1fr 1fr;gap:9px}
  .lead-form label{font-size:11.5px}
  .lead-form input,.lead-form textarea{padding:11px 12px;font-size:13.5px}

  .footer{padding:42px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px;padding-bottom:36px}
  .footer-logo{height:46px}
  .footer-call{font-size:19px}
  .footer-bar{flex-direction:column;text-align:center}
}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .scroll-cue span{animation:none}
  html{scroll-behavior:auto}
}
