/* Absecon Seamless Gutters - shared stylesheet
   Linked by every page as /asg.css. Edit global styling here in ONE place. */

/* ── BASE RESET (standalone static, prevents 100vw h-scroll) ── */
html,body{margin:0;padding:0;overflow-x:hidden}

/* ── FULL-WIDTH WRAPPER ── */
#asg{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  max-width:100vw;
  overflow-x:hidden;
  font-family:-apple-system,'Segoe UI',sans-serif;
  background:#0d1117;
  color:#e8eef4;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

/* load fonts safely inside the component */
#asg-fonts{display:none}

/* Base reset wrapped in :where() so its specificity is 0.
   This keeps it applying to our own markup while letting third-party
   embeds (Elfsight reviews widget) keep their own internal styles. */
:where(#asg *){box-sizing:border-box;margin:0;padding:0}
:where(#asg a){color:inherit;text-decoration:none}
:where(#asg img){display:block;max-width:100%}
:where(#asg h1,#asg h2,#asg h3,#asg h4){
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.15;
}

:root{
  --bg1:#0d1117;
  --bg2:#161c26;
  --bg3:#1e2633;
  --blue:#00b4e6;
  --blue2:#0091c2;
  --gray:#c3ccd9;
  --light:#e8eef4;
  --white:#fff;
  --r:6px;
}

/* ── UTILITIES ── */
#asg .wrap{max-width:1080px;margin:0 auto;padding:0 48px}

#asg .btn-blue{
  display:inline-block;
  background:#00b4e6;
  color:#0d1117;
  font-weight:700;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:13px 26px;
  border-radius:5px;
  border:none;
  cursor:pointer;
  transition:background .2s,transform .2s;
}
#asg .btn-blue:hover{background:#0091c2;transform:translateY(-1px)}

#asg .btn-ghost{
  display:inline-block;
  border:2px solid rgba(255,255,255,.25);
  color:#fff;
  font-weight:600;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:11px 26px;
  border-radius:5px;
  transition:border-color .2s,background .2s;
}
#asg .btn-ghost:hover{border-color:#00b4e6;background:rgba(0,180,230,.1)}

#asg .label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#00b4e6;
  display:block;
  margin-bottom:12px;
}

/* ── TOP BAR ── */
#asg .topbar{
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 2px 12px rgba(0,0,0,.05);
  padding:22px 0;
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
}
#asg .topbar-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  position:relative;
}
#asg .logo-row{display:flex;align-items:center}
#asg .logo-row img{height:92px;width:auto}
#asg .hd-burger{
  display:none;
  width:44px;height:44px;
  align-items:center;justify-content:center;
  background:transparent;border:1px solid rgba(15,35,64,.15);
  border-radius:4px;cursor:pointer;padding:0;
  transition:background .2s,border-color .2s;
}
#asg .hd-burger:hover{background:rgba(15,35,64,.05);border-color:rgba(15,35,64,.3)}
#asg .hd-burger span{
  display:block;width:20px;height:2px;background:#0f2340;position:relative;
  transition:background .2s;
}
#asg .hd-burger span::before,
#asg .hd-burger span::after{
  content:"";position:absolute;left:0;width:20px;height:2px;background:#0f2340;
  transition:transform .25s;
}
#asg .hd-burger span::before{top:-6px}
#asg .hd-burger span::after{top:6px}
#asg .topbar.open .hd-burger span{background:transparent}
#asg .topbar.open .hd-burger span::before{transform:translateY(6px) rotate(45deg)}
#asg .topbar.open .hd-burger span::after{transform:translateY(-6px) rotate(-45deg)}
#asg .nav-row{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;flex:1}
#asg .nav-row a{font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1e3a5f;padding:9px 14px;border-radius:4px;transition:color .2s,background .2s}
#asg .nav-row a:hover{color:#00b4e6;background:rgba(0,180,230,.08)}
#asg .hd-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
#asg .hd-phone{font-size:17px;font-weight:700;color:#0f2340;white-space:nowrap;transition:color .2s;display:inline-flex;align-items:center;gap:8px}
#asg .hd-phone-ic{flex-shrink:0;transition:transform .2s}
#asg .hd-phone:hover .hd-phone-ic{transform:scale(1.1)}
#asg .hd-phone:hover{color:#00b4e6}

/* ── HERO ── */
#asg .hero{
  position:relative;
  min-height:600px;
  display:flex;
  align-items:center;
  background-image:url('https://le-cdn.hibuwebsites.com/49ae8306459a404a9fca02d72685b03d/dms3rep/multi/opt/IMG_4017-cddfe056-1920w.jpg');
  background-size:cover;
  background-position:center;
  background-color:#0d1117;
  padding:80px 0 60px;
}
#asg .hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(13,17,23,.96) 0%,rgba(13,17,23,.80) 50%,rgba(13,17,23,.35) 100%);
}
#asg .hero-in{
  position:relative;
  z-index:2;
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
}
#asg .hero-ey{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
}
#asg .hero-line{width:28px;height:2px;background:#00b4e6;flex-shrink:0}
#asg .hero-ey-t{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#00b4e6}
#asg .hero h1{
  font-size:clamp(36px,6vw,68px);
  color:#fff;
  max-width:640px;
  margin-bottom:20px;
  font-weight:700;
}
#asg .hero-sub{
  font-size:17px;
  color:rgba(255,255,255,.65);
  max-width:440px;
  margin-bottom:36px;
  line-height:1.7;
}
#asg .hero-btns{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:48px}
#asg .hero-badges{display:flex;gap:32px;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}
#asg .hbadge{display:flex;align-items:center;gap:10px}
#asg .hbadge-ic{
  width:36px;height:36px;border-radius:50%;
  border:1.5px solid rgba(0,180,230,.45);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
#asg .hbadge-ic svg{fill:#00b4e6;width:15px;height:15px}
#asg .hbadge-t{font-size:13px;color:rgba(255,255,255,.65);line-height:1.3}
#asg .hbadge-t strong{display:block;color:#fff;font-size:14px}

/* ── STATS ── */
#asg .stats{
  background:#161c26;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
#asg .stats-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
#asg .stat{
  padding:32px 16px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.07);
}
#asg .stat:last-child{border-right:none}
#asg .stat-n{
  font-family:Georgia,serif;
  font-size:42px;
  font-weight:700;
  color:#fff;
  line-height:1;
  margin-bottom:6px;
}
#asg .stat-n em{color:#00b4e6;font-style:normal}
#asg .stat-l{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c3ccd9}

/* ── ABOUT ── */
#asg .about{padding:88px 0;background:#ffffff}
#asg .about-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}
#asg .about-img{position:relative}
#asg .about-img::before{
  content:'';
  position:absolute;
  top:-12px;left:-12px;
  right:12px;bottom:12px;
  border:1.5px solid rgba(0,180,230,.35);
  border-radius:var(--r);
  pointer-events:none;
}
#asg .about-img img{
  width:100%;height:460px;
  object-fit:cover;
  border-radius:var(--r);
  position:relative;
  display:block;
}
#asg .about-txt h2{font-size:clamp(28px,4vw,44px);color:#0f2340;margin-bottom:14px}
#asg .about-txt p{font-size:15px;color:#475569;line-height:1.8;margin-bottom:14px}
#asg .feat{list-style:none;margin:20px 0 28px}
#asg .feat li{
  display:flex;align-items:flex-start;gap:10px;
  padding:9px 0;
  border-bottom:1px solid rgba(15,35,64,.08);
  font-size:14px;color:#1e3a5f;
}
#asg .feat li::before{
  content:'';
  width:6px;height:6px;
  border-radius:50%;
  background:#00b4e6;
  flex-shrink:0;
  margin-top:7px;
}

/* ── SERVICES ── */
#asg .services{padding:88px 0;background:#161c26}
#asg .svc-hd{
  max-width:1080px;
  margin:0 auto 44px;
  padding:0 48px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  flex-wrap:wrap;
}
#asg .svc-hd h2{font-size:clamp(28px,4vw,42px);color:#fff;margin-top:6px}
#asg .svc-grid{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:3px;
}
#asg .svc-card{position:relative;overflow:hidden;border-radius:4px;display:block}
#asg .svc-card::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(13,17,23,.97) 100%);
}
#asg .svc-card img{
  width:100%;height:280px;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
#asg .svc-card:hover img{transform:scale(1.06)}
#asg .svc-info{
  position:absolute;bottom:0;left:0;right:0;
  z-index:2;padding:20px 16px 16px;
}
#asg .svc-tag{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00b4e6;display:block;margin-bottom:4px}
#asg .svc-info h4{font-family:Georgia,serif;font-size:16px;color:#fff}

/* ── SERVICE AREAS ── */
#asg .areas{padding:88px 0;background:#0d1117}
#asg .areas-hd{max-width:1080px;margin:0 auto 40px;padding:0 48px;text-align:center}
#asg .areas-hd h2{font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:12px}
#asg .areas-hd p{font-size:15px;color:#c3ccd9;max-width:600px;margin:0 auto;line-height:1.7}
#asg .areas-grid{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
#asg .area-chip{
  display:flex;align-items:center;gap:10px;
  background:#161c26;
  border:1px solid rgba(255,255,255,.07);
  border-radius:var(--r);
  padding:16px 18px;
  font-size:14px;font-weight:700;color:#e8eef4;
  transition:border-color .2s,background .2s,transform .2s;
}
#asg .area-chip:hover{border-color:rgba(0,180,230,.5);background:#1e2633;transform:translateY(-2px)}
#asg .area-chip svg{fill:#00b4e6;width:15px;height:15px;flex-shrink:0}
#asg .area-chip span{display:block}
#asg .area-chip small{display:block;font-size:11px;font-weight:400;color:#c3ccd9;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}
#asg .areas-note{max-width:1080px;margin:28px auto 0;padding:0 48px;text-align:center;font-size:14px;color:#c3ccd9}
#asg .areas-note a{color:#00b4e6;font-weight:600}
/* Town-page neighborhood + zip chips */
#asg .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:880px;margin:0 auto;padding:0 24px}
#asg .chip{background:#161c26;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600;color:#e8eef4}
#asg .chip.zip{color:#00b4e6;font-family:Georgia,serif;letter-spacing:.02em}
#asg .chips-sub{text-align:center;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#00b4e6;margin:30px 0 14px}

/* ── SPLIT SECTION ── */
#asg .split{padding:88px 0;background:#0d1117}
#asg .split-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}
#asg .split-img{width:100%;height:440px;object-fit:cover;border-radius:var(--r);display:block}
#asg .split-txt h2{font-size:clamp(26px,3.5vw,40px);color:#fff;margin-bottom:14px}
#asg .split-txt p{font-size:15px;color:#c3ccd9;line-height:1.8;margin-bottom:14px}
#asg .cklist{list-style:none;margin:20px 0 28px}
#asg .cklist li{
  display:flex;align-items:flex-start;gap:10px;
  padding:8px 0;font-size:14px;color:#e8eef4;
}
#asg .ck-dot{
  width:18px;height:18px;border-radius:50%;
  background:rgba(0,180,230,.15);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:2px;
}
#asg .ck-dot svg{fill:#00b4e6;width:9px;height:9px}

/* ── CTA BAND ── */
#asg .cta-band{
  background:#1e2633;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:64px 0;
  position:relative;
  overflow:hidden;
}
#asg .cta-band::before{
  content:'';
  position:absolute;
  top:-100px;right:-100px;
  width:450px;height:450px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,180,230,.1) 0%,transparent 70%);
  pointer-events:none;
}
#asg .cta-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
#asg .cta-txt h2{font-size:clamp(24px,3.5vw,38px);color:#fff;margin-bottom:8px}
#asg .cta-txt p{font-size:15px;color:#c3ccd9}
#asg .cta-right{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
#asg .cta-ph{font-family:Georgia,serif;font-size:28px;font-weight:700;color:#00b4e6;white-space:nowrap;transition:color .2s}
#asg .cta-ph:hover{color:#fff}

/* ── GALLERY ── */
#asg .gallery{padding:88px 0;background:#161c26}
#asg .gal-hd{max-width:1080px;margin:0 auto 40px;padding:0 48px;text-align:center}
#asg .gal-hd h2{font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:10px}
#asg .gal-hd p{font-size:15px;color:#c3ccd9}
#asg .gal-grid{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:240px 240px;
  gap:4px;
}
#asg .gal-item{overflow:hidden;border-radius:3px}
#asg .gal-item.tall{grid-row:span 2}
#asg .gal-item img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .5s ease;
}
#asg .gal-item:hover img{transform:scale(1.05)}

/* ── REVIEWS ── */
#asg .reviews{padding:88px 0;background:#ffffff}
#asg .rev-hd{
  max-width:1080px;
  margin:0 auto 48px;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
}
#asg .rev-hd h2{font-size:clamp(26px,3.5vw,40px);color:#0f2340;margin-bottom:10px}
#asg .rev-hd p{font-size:15px;color:#475569;max-width:420px}
#asg .score-box{text-align:right}
#asg .score-n{font-family:Georgia,serif;font-size:64px;font-weight:700;color:#0f2340;line-height:1}
#asg .score-s{color:#f5c518;font-size:20px;letter-spacing:2px;display:block;margin:6px 0}
#asg .score-l{font-size:12px;color:#475569}
#asg .rev-grid{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
#asg .rev-card{
  background:#ffffff;
  border:1px solid rgba(15,35,64,.08);
  border-radius:var(--r);
  padding:26px;
  box-shadow:0 4px 16px rgba(15,35,64,.05);
  transition:border-color .2s,transform .2s,box-shadow .2s;
}
#asg .rev-card:hover{border-color:rgba(0,180,230,.4);transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,35,64,.1)}
#asg .rev-s{color:#f5c518;font-size:12px;letter-spacing:1px;margin-bottom:12px}
#asg .rev-card p{font-size:14px;color:#475569;line-height:1.75;margin-bottom:16px;font-style:italic}
#asg .rev-auth{display:flex;align-items:center;gap:10px}
#asg .rev-av{
  width:34px;height:34px;border-radius:50%;
  background:rgba(0,180,230,.18);
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;color:#00b4e6;flex-shrink:0;
}
#asg .rev-nm{font-size:13px;font-weight:700;color:#0f2340}
#asg .rev-loc{font-size:11px;color:#64748b}

/* ── VIDEO ── */
#asg .vid-sec{padding:88px 0;background:#161c26}
#asg .vid-in{
  max-width:1080px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
#asg .vid-txt h2{font-size:clamp(26px,3.5vw,40px);color:#fff;margin-bottom:14px}
#asg .vid-txt p{font-size:15px;color:#c3ccd9;line-height:1.8;margin-bottom:24px}
#asg .vid-wrap{position:relative;border-radius:var(--r);overflow:hidden;display:block}
#asg .vid-wrap img{width:100%;height:300px;object-fit:cover;display:block;transition:transform .5s ease}
#asg .vid-wrap:hover img{transform:scale(1.04)}
#asg .vid-ov{
  position:absolute;inset:0;
  background:rgba(13,17,23,.45);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}
#asg .vid-wrap:hover .vid-ov{background:rgba(13,17,23,.3)}
#asg .play{
  width:64px;height:64px;border-radius:50%;
  background:#00b4e6;
  display:flex;align-items:center;justify-content:center;
  transition:transform .2s,box-shadow .2s;
}
#asg .vid-wrap:hover .play{transform:scale(1.08);box-shadow:0 0 0 10px rgba(0,180,230,.18)}
#asg .play svg{fill:#0d1117;width:22px;height:22px;margin-left:3px}

/* ── FOOTER ── */
#asg .footer{
  background:#0d1117;
  border-top:1px solid rgba(255,255,255,.07);
  padding:64px 0 28px;
}
#asg .ft-grid{
  max-width:1080px;
  margin:0 auto 40px;
  padding:0 48px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
}
#asg .ft-brand img{height:72px;width:auto;margin-bottom:16px;display:block}
#asg .ft-brand p{font-size:13px;color:#e8eef4;line-height:1.7;max-width:300px;margin-bottom:16px}
#asg .ft-phone{
  display:inline-flex;align-items:center;gap:9px;
  font-family:Georgia,serif;font-size:22px;font-weight:700;
  color:#00b4e6;transition:color .2s;margin-bottom:8px;
}
#asg .ft-phone svg{width:18px;height:18px;fill:#00b4e6;flex-shrink:0}
#asg .ft-phone:hover{color:#fff}
#asg .ft-contact{font-size:13px;color:#c3ccd9;line-height:1.8}
#asg .ft-contact a{color:#c3ccd9;transition:color .2s;word-break:break-all}
#asg .ft-contact a:hover{color:#fff}
#asg .ft-chips{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 2px}
#asg .ft-chip{
  background:#00b4e6;color:#0d1117;border-radius:999px;
  padding:6px 12px;font-size:11px;font-weight:700;
  letter-spacing:.04em;text-transform:uppercase;
}
#asg .ft-ttl{
  font-size:11px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:#00b4e6;
  display:block;margin-bottom:14px;
}
#asg .ft-ttl.mt{margin-top:26px}
#asg .ft-list{list-style:none;margin:0;padding:0}
#asg .ft-list li{margin-bottom:9px}
#asg .ft-list a{font-size:13px;color:#e8eef4;transition:color .2s}
#asg .ft-list a:hover{color:#fff}
#asg .ft-legal a{color:#c3ccd9;transition:color .2s}
#asg .ft-legal a:hover{color:#fff}
#asg .ft-brand .soc{margin-top:20px}
#asg .ft-btm{
  max-width:1080px;
  margin:0 auto;
  padding:22px 48px 0;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;flex-wrap:wrap;
}
#asg .ft-copy{font-size:12px;color:rgba(255,255,255,.25)}
#asg .soc{display:flex;gap:8px}
#asg .soc a{
  width:34px;height:34px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;
  transition:border-color .2s,background .2s;
}
#asg .soc a:hover{border-color:#00b4e6;background:rgba(0,180,230,.1)}
#asg .soc svg{fill:#c3ccd9;width:13px;height:13px}
#asg .soc a:hover svg{fill:#00b4e6}

/* ── RESPONSIVE ── */
@media(max-width:860px){
  #asg .about-in,#asg .split-in,#asg .vid-in{grid-template-columns:1fr}
  #asg .rev-hd{grid-template-columns:1fr}
  #asg .score-box{text-align:left}
  #asg .svc-grid{grid-template-columns:1fr 1fr}
  #asg .areas-grid{grid-template-columns:1fr 1fr}
  #asg .stats-in{grid-template-columns:1fr 1fr}
  #asg .stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}
  #asg .ft-grid{grid-template-columns:1fr 1fr;gap:28px}
  #asg .rev-grid{grid-template-columns:1fr}
  #asg .gal-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  #asg .gal-item.tall{grid-row:auto;height:200px}
  #asg .gal-item{height:200px}
  #asg .cta-in{flex-direction:column;align-items:flex-start}
  #asg .hd-burger{display:flex}
  #asg .nav-row{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    background:#ffffff;
    border-bottom:1px solid rgba(0,0,0,.06);
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    padding:8px 0;
    gap:0;
    flex:0;
  }
  #asg .nav-row a{
    padding:14px 24px;
    text-align:left;
    border-radius:0;
    font-size:14px;
    width:100%;
    border-bottom:1px solid rgba(0,0,0,.04);
  }
  #asg .nav-row a:last-child{border-bottom:none}
  #asg .topbar.open .nav-row{display:flex}
  #asg .logo-row{flex-shrink:0}
  #asg .logo-row img{height:64px;width:auto}
  #asg .hd-actions{flex-shrink:0;gap:10px}
  #asg .hd-phone{font-size:16px}
  #asg .wrap,#asg .about-in,#asg .svc-hd,#asg .svc-grid,
  #asg .areas-hd,#asg .areas-grid,#asg .areas-note,
  #asg .split-in,#asg .cta-in,#asg .gal-hd,#asg .gal-grid,
  #asg .rev-hd,#asg .rev-grid,#asg .vid-in,#asg .ft-grid,#asg .ft-btm,
  #asg .stats-in,#asg .hero-in,#asg .topbar-in{padding-left:24px;padding-right:24px}
}
@media(max-width:520px){
  #asg .svc-grid{grid-template-columns:1fr 1fr}
  #asg .areas-grid{grid-template-columns:1fr}
  #asg .gal-grid{grid-template-columns:1fr}
  #asg .ft-grid{grid-template-columns:1fr}
  #asg .hero-badges{flex-direction:column;gap:14px}
  #asg .stats-in{grid-template-columns:1fr 1fr}
  #asg .logo-row img{height:54px}
  #asg .hd-phone{font-size:15px}
}

/* ── HERO LEFT ALIGN OVERRIDE ── */
#asg .hero-in,
#asg .hero-in h1,
#asg .hero-in p,
#asg .hero-in .hero-sub,
#asg .hero-in .hero-ey,
#asg .hero-in .hero-btns,
#asg .hero-in .hero-badges {
  text-align:left !important;
  margin-left:0 !important;
}
#asg .hero-in .hero-btns,
#asg .hero-in .hero-badges {
  justify-content:flex-start !important;
}

/* ── QUOTE ── */
#asg .quote{padding:64px 0;background:linear-gradient(180deg,#0a2838 0%,#0d3550 50%,#0a2838 100%);position:relative;overflow:hidden}
#asg .quote::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#00b4e6}
#asg .quote-in{max-width:1100px;margin:0 auto;padding:0 24px}
#asg .quote-hd{text-align:center;margin-bottom:32px}
#asg .quote-hd .label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#00b4e6;display:block;margin-bottom:12px}
#asg .quote-hd h2{font-family:Georgia,'Times New Roman',serif;font-size:40px;font-weight:400;color:#f1f5f9;margin:0 0 16px;line-height:1.15}
#asg .quote-hd p{font-size:16px;color:#cbd5e1;max-width:560px;margin:0 auto;line-height:1.6}
#asg .quote-wrap{max-width:1000px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(0,180,230,.15);position:relative;z-index:1}
#asg .quote-wrap iframe{display:block;width:100%;min-height:400px;border:none;background:transparent}
#asg .quote-alt{text-align:center;margin-top:32px;font-size:14px;color:#cbd5e1}
#asg .quote-alt a{color:#00b4e6;text-decoration:none;font-weight:600}
#asg .quote-alt a:hover{text-decoration:underline}

/* ── LEAD FORM (custom, posts to n8n) ── */
#asg .lead-form{max-width:640px;margin:0 auto;background:#161c26;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:36px;box-shadow:0 24px 60px rgba(0,0,0,.4)}
#asg .lf-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
#asg .lf-field{margin-bottom:16px;text-align:left}
#asg .lf-field label{display:block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c3ccd9;margin-bottom:6px}
#asg .lf-field label .req{color:#00b4e6}
#asg .lf-field input,#asg .lf-field select,#asg .lf-field textarea{
  width:100%;background:#0d1117;border:1px solid rgba(255,255,255,.14);border-radius:6px;
  padding:13px 14px;color:#e8eef4;font-size:15px;font-family:inherit;line-height:1.4;
  transition:border-color .2s,box-shadow .2s;
}
#asg .lf-field input::placeholder,#asg .lf-field textarea::placeholder{color:#64748b}
#asg .lf-field input:focus,#asg .lf-field select:focus,#asg .lf-field textarea:focus{outline:none;border-color:#00b4e6;box-shadow:0 0 0 3px rgba(0,180,230,.15)}
#asg .lf-field textarea{resize:vertical;min-height:96px}
#asg .lf-field select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300b4e6' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:38px}
#asg .lf-submit{width:100%;margin-top:6px;font-size:14px;padding:15px 26px;cursor:pointer}
#asg .lf-submit:disabled{opacity:.6;cursor:wait}
#asg .lf-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
#asg .lf-status{margin:14px 0 0;font-size:14px;color:#c3ccd9;min-height:1.2em;text-align:center}
#asg .lf-status.err{color:#ff8a8a}
#asg .lf-status.ok{color:#34d399}
@media(max-width:560px){#asg .lead-form{padding:24px}#asg .lf-row{grid-template-columns:1fr}}

/* Contact page: calm solid background instead of the busy blue gradient */
#asg .contact-quote{background:#0d1117}
#asg .contact-quote::before{display:none}
/* GHL form is responsive to its own iframe width: too narrow triggers its
   mobile layout (big touch fields). Keep it wide enough to stay desktop. */
#asg .contact-quote .quote-wrap{max-width:760px}

/* ── PAGE INTRO (town/service subpages) ── */
#asg .pintro{padding:80px 0;background:#0d1117}
#asg .pintro-in{max-width:1080px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center}
#asg .pintro-txt h2{font-size:clamp(26px,3.5vw,40px);color:#fff;margin-bottom:16px}
#asg .pintro-txt p{font-size:15px;color:#c3ccd9;line-height:1.85;margin-bottom:14px}
#asg .pintro-img{width:100%;height:420px;object-fit:cover;border-radius:var(--r)}
#asg .crumbs{max-width:1080px;margin:0 auto;padding:18px 48px;font-size:12px;color:#64748b;background:#161c26;border-bottom:1px solid rgba(255,255,255,.06)}
#asg .crumbs a{color:#c3ccd9}
#asg .crumbs a:hover{color:#00b4e6}

/* ── FAQ ── */
#asg .faq{padding:88px 0;background:#161c26}
#asg .faq-in{max-width:860px;margin:0 auto;padding:0 48px}
#asg .faq-hd{text-align:center;margin-bottom:40px}
#asg .faq-hd h2{font-size:clamp(26px,3.5vw,40px);color:#fff;margin-bottom:10px}
#asg .faq-item{border:1px solid rgba(255,255,255,.08);border-radius:var(--r);margin-bottom:12px;overflow:hidden;background:#0d1117}
#asg .faq-q{font-family:Georgia,serif;font-size:17px;color:#fff;padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;list-style:none}
#asg .faq-q::-webkit-details-marker{display:none}
#asg .faq-q::after{content:"+";color:#00b4e6;font-size:24px;flex-shrink:0;transition:transform .2s}
#asg details[open] .faq-q::after{transform:rotate(45deg)}
#asg .faq-a{padding:0 24px 22px;font-size:14px;color:#c3ccd9;line-height:1.8}

@media(max-width:860px){
  #asg .pintro-in{grid-template-columns:1fr}
  #asg .pintro-img{height:300px}
  #asg .crumbs{padding-left:24px;padding-right:24px}
}

@media(max-width:720px){
  #asg .quote{padding:48px 0}
  #asg .quote-hd h2{font-size:30px}
}
