/* New Jersey Gutter — fall 2026 landing page, below-the-fold CSS.
   Loaded async (media=print → all). The first screen is fully styled by the inline
   critical block in index.html, so this file arriving late costs nothing visible.

   Layout rule: NOTHING may produce horizontal overflow at any width from 320px up. Every
   multi-column construct is a grid with minmax(0,1fr) tracks — in the FB/IG WebView a
   horizontal scroll fights the app's swipe-to-dismiss and the visitor loses the page
   (KB db:1024). */

/* ── section furniture ───────────────────────────────────────────────────── */
.sec{padding:clamp(2.4rem,7vw,4.4rem) 0;border-top:1px solid var(--line)}
.sec.alt{background:var(--bg-2)}
.wrap.narrow{max-width:46rem}
.wrap.center,.center{text-align:center}
.lede{color:var(--ink-muted);max-width:44rem;font-size:clamp(1rem,2.2vw,1.1rem);margin-bottom:1.8rem}
.lede b{color:var(--ink)}
.lede.center{margin-inline:auto}
.btn.inline{width:auto;padding:0 1.2rem;margin-top:.9rem;font-size:.95rem;min-height:48px}

/* ── the three offers ────────────────────────────────────────────────────── */
.svc-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(min(17rem,100%),1fr))}
.svc{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:0 6px 18px rgba(27,43,45,.06)}
.svc img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.svc-bd{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;flex:1}
.svc-bd .price{font:800 1.6rem/1 var(--head);color:var(--red);margin:0 0 .3rem;text-transform:uppercase}
.svc h3{margin:0 0 .5rem}
.svc p{color:var(--ink-muted);font-size:.95rem;margin:0 0 .4rem}
.svc p b{color:var(--ink)}
.svc .btn{margin-top:auto}

/* ── why before the leaves ───────────────────────────────────────────────── */
.split{display:grid;gap:clamp(1.4rem,4vw,2.6rem);align-items:center}
@media(min-width:820px){.split{grid-template-columns:minmax(0,.9fr) minmax(0,1fr)}}
.split-media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:var(--r);border:1px solid var(--line)}
.split p{color:var(--ink-muted)}
.fact{font-weight:700;color:var(--teal-deep);font-size:.9rem}

/* ── reviews ─────────────────────────────────────────────────────────────── */
.rev-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(17rem,100%),1fr))}
.rev{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.15rem 1.15rem 1rem}
.rev p{color:var(--ink-muted);font-size:.94rem;line-height:1.55}
.rev .stars{margin:0 0 .55rem;font-size:.95rem;color:#E9A100}
.rev cite{display:block;margin-top:.6rem;font-style:normal;font-weight:700;font-size:.88rem;color:var(--ink)}
.rev cite span{font-weight:400;color:var(--ink-subtle)}

/* ── service area ────────────────────────────────────────────────────────── */
.counties{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0 0 1.4rem;padding:0}
.counties li{padding:.4rem .75rem;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.9rem;font-weight:600;color:var(--ink-2)}
.area-check{max-width:30rem}
.area-row{display:grid;gap:.6rem;grid-template-columns:minmax(0,1fr)}
@media(min-width:480px){.area-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}}
.area-row .btn{margin-top:0;min-height:52px}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.q{border:1px solid var(--line);border-radius:var(--r);background:#fff;margin-bottom:.6rem;overflow:hidden}
.q summary{list-style:none;cursor:pointer;padding:.95rem 2.6rem .95rem 1.1rem;position:relative;
  font-weight:700;font-size:1rem;min-height:48px;display:flex;align-items:center}
.q summary::-webkit-details-marker{display:none}
.q summary::after{content:"";position:absolute;right:1.05rem;top:50%;width:9px;height:9px;
  border-right:2px solid var(--red);border-bottom:2px solid var(--red);
  transform:translateY(-70%) rotate(45deg);transition:transform .15s}
.q[open] summary::after{transform:translateY(-25%) rotate(225deg)}
.q p{margin:0;padding:0 1.1rem 1.1rem;color:var(--ink-muted);font-size:.95rem;line-height:1.6}

/* ── final CTA ───────────────────────────────────────────────────────────── */
.final{background:var(--bg-dark);color:var(--on-dark)}
.final h2{color:#fff;font-size:clamp(1.8rem,5vw,2.8rem)}
.final .lede{color:var(--on-dark-muted)}
.final-btns{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin:1.4rem 0 0}
.final-btns .btn{width:auto;min-width:min(17rem,100%);padding:0 1.5rem;margin-top:0}
.final-btns .btn-alt{background:var(--bg-dark-2);color:#fff;border:1px solid var(--line-dark)}

/* ── footer ──────────────────────────────────────────────────────────────── */
.ftr{background:var(--bg-2);border-top:1px solid var(--line);
  padding:clamp(2rem,5vw,3rem) 0 calc(clamp(2rem,5vw,3rem) + var(--bar));
  font-size:.9rem;color:var(--ink-muted)}
.ftr img{margin-bottom:1rem}
.ftr p{margin:0 0 .9rem;max-width:46rem}
.ftr b{color:var(--ink)}
.ftr .fine{font-size:.8rem;line-height:1.6;color:var(--ink-subtle)}
.ftr a{color:var(--ink-muted)}

/* ── in-app browser (FB/IG WebView) — set by app.js from the UA tokens ───── */
html[data-iab] .sticky{padding-bottom:calc(.85rem + env(safe-area-inset-bottom))}
html[data-iab] .hdr{position:static}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
