/* ==========================================================================
   David's Dead Animal Removal - shared stylesheet
   Brand: forest green + logo orange.
   ========================================================================== */

:root{
  --accent:#57c916;
  --accent-dark:#2f7d1e;
  --accent-soft:#eef9e6;
  --green:#2f7d1e;
  --green-dark:#111312;
  --green-deep:#0b0d0c;
  --ink:#111312;
  --ink-2:#1c211e;
  --text:#26302a;
  --muted:#59615d;
  --line:#dfe8d9;
  --bg:#f4f7f2;
  --white:#fff;
  --red:#c9391f;
  --radius:16px;
  --radius-sm:10px;
  --shadow:0 12px 32px rgba(17,19,18,.10);
  --shadow-lg:0 24px 60px rgba(17,19,18,.26);
  --font-head:Arial,Helvetica,"Segoe UI",Roboto,sans-serif;
  --font-body:Arial,Helvetica,"Segoe UI",Roboto,sans-serif;
  --bar-h:64px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0; font-family:var(--font-body); font-size:16px; line-height:1.65;
  color:var(--text); background:var(--white); -webkit-font-smoothing:antialiased;
}
img,video{ max-width:100%; height:auto; display:block; }
svg{ width:20px; height:20px; flex-shrink:0; }
a{ color:inherit; }
ul,ol{ margin:0; padding:0; }
h1,h2,h3,h4,h5{ font-family:var(--font-head); color:var(--ink); line-height:1.22; margin:0 0 .55em; font-weight:700; letter-spacing:-.01em; }
p{ margin:0 0 1.05em; }
.container{ width:100%; max-width:1180px; margin:0 auto; padding:0 22px; }
.skip-link{ position:absolute; left:-999px; top:8px; background:var(--accent); color:var(--ink); padding:10px 16px; border-radius:8px; z-index:1000; font-weight:600; }
.skip-link:focus{ left:8px; }
:focus-visible{ outline:3px solid var(--accent); outline-offset:2px; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--font-head); font-weight:600; font-size:.95rem; line-height:1;
  padding:14px 24px; border-radius:999px; border:2px solid transparent;
  text-decoration:none; cursor:pointer; transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-sm{ padding:11px 20px; font-size:.88rem; }
.btn-lg{ padding:16px 28px; font-size:1rem; }
.btn-block{ display:flex; width:100%; }
.btn-primary{ background:var(--accent); color:var(--ink); box-shadow:0 8px 20px rgba(87,201,22,.35); }
.btn-primary:hover{ background:#6fdc2e; }
.btn-dark{ background:var(--ink); color:#fff; }
.btn-dark:hover{ background:#000; }
.btn-light{ background:#fff; color:var(--ink); }
.btn-light:hover{ background:#eef9e6; }
.btn-outline-light{ background:transparent; color:#fff; border-color:rgba(255,255,255,.7); }
.btn-outline-light:hover{ background:#fff; color:var(--ink); }

/* ---------- Header (logo + phone + quote), then navigation ---------- */
.site-header{ display:contents; }
.topbar{ background:#fff; border-bottom:1px solid var(--line); }
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:12px; padding-bottom:12px; }
.logo img{ height:54px; width:auto; }
.topbar-cta{ display:flex; align-items:center; gap:22px; }
.topbar-phone{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.topbar-phone .ico{ width:44px; height:44px; border-radius:50%; background:var(--accent-soft); color:var(--accent-dark); display:grid; place-items:center; }
.topbar-phone .ico svg{ width:22px; height:22px; }
.topbar-phone .txt{ display:flex; flex-direction:column; line-height:1.15; }
.topbar-phone small{ color:var(--muted); font-size:.74rem; text-transform:uppercase; letter-spacing:.08em; }
.topbar-phone strong{ font-family:var(--font-head); font-size:1.2rem; color:var(--ink); }

.navbar{ background:var(--green-dark); position:sticky; top:0; z-index:60; box-shadow:0 6px 18px rgba(0,0,0,.12); }
.navbar-inner{ display:flex; align-items:center; }
.nav-toggle{ display:none; }
.primary-nav{ width:100%; }
.menu{ list-style:none; display:flex; flex-wrap:wrap; align-items:stretch; }
.menu > li{ position:relative; display:flex; align-items:center; }
.menu > li > a{ color:#fff; text-decoration:none; font-weight:500; font-size:.93rem; padding:15px 14px; display:block; white-space:nowrap; transition:color .15s; }
.menu > li:hover > a, .menu > li.is-active > a{ color:var(--accent); }
.menu > li.is-active::after{ content:""; position:absolute; left:14px; right:14px; bottom:0; height:3px; background:var(--accent); border-radius:3px 3px 0 0; }
.sub-toggle{ display:none; }
.has-sub > a::after{ content:""; display:inline-block; width:6px; height:6px; margin-left:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg) translateY(-2px); }
.submenu{
  position:absolute; left:0; top:100%; min-width:270px; background:#fff; list-style:none; border-radius:0 0 12px 12px;
  box-shadow:var(--shadow-lg); padding:8px; opacity:0; visibility:hidden; transform:translateY(8px); transition:.18s ease; z-index:70;
  border-top:3px solid var(--accent);
}
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu{ opacity:1; visibility:visible; transform:none; }
.submenu a{ display:block; padding:10px 14px; border-radius:8px; text-decoration:none; color:var(--text); font-size:.92rem; }
.submenu a:hover, .submenu a[aria-current]{ background:var(--accent-soft); color:var(--ink); }
.nav-mobile-cta{ display:none; }

/* ---------- Hero ---------- */
.hero{ position:relative; background-color:var(--ink); background-size:cover; background-position:center; color:#fff; padding:64px 0 72px; }
.hero-overlay{ position:absolute; inset:0; background:linear-gradient(105deg,rgba(10,12,11,.95) 0%,rgba(14,22,13,.88) 52%,rgba(20,44,14,.70) 100%); }
.hero-grid{ position:relative; display:grid; grid-template-columns:1.08fr .92fr; gap:52px; align-items:center; }
.hero-grid-single{ grid-template-columns:1fr; max-width:820px; }
.hero h1{ color:#fff; font-size:clamp(2rem,4.2vw,3.15rem); font-weight:800; margin-bottom:.4em; }
.hero-lead{ font-size:1.12rem; color:#e6e9ee; max-width:56ch; }
.breadcrumbs{ display:flex; flex-wrap:wrap; align-items:center; gap:8px; font-size:.86rem; color:#c9ced6; margin-bottom:16px; }
.breadcrumbs a{ color:#fff; text-decoration:none; opacity:.85; }
.breadcrumbs a:hover{ color:var(--accent); opacity:1; }
.breadcrumbs span[aria-current]{ color:var(--accent); }
.hero-points{ list-style:none; display:grid; gap:10px; margin:22px 0 28px; }
.hero-points li{ display:flex; gap:10px; align-items:center; font-weight:500; color:#f1f3f6; }
.hero-points svg{ width:22px; height:22px; color:var(--ink); background:var(--accent); border-radius:50%; padding:4px; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; }

.quote-card{ background:#fff; color:var(--text); border-radius:var(--radius); padding:28px 28px 24px; box-shadow:var(--shadow-lg); border-top:6px solid var(--accent); scroll-margin-top:90px; }
.quote-card h2{ font-size:1.55rem; margin-bottom:.15em; }
.quote-sub{ color:var(--muted); font-size:.92rem; margin-bottom:18px; }
.field{ margin-bottom:13px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.field label{ display:block; font-size:.8rem; font-weight:600; color:var(--ink); margin-bottom:5px; }
.field input, .field textarea, .field select{
  width:100%; font:inherit; font-size:.95rem; color:var(--text); background:#fbfbfc;
  border:1.5px solid #d8dce2; border-radius:10px; padding:11px 13px; transition:border-color .15s, box-shadow .15s, background .15s;
}
.field input:focus, .field textarea:focus, .field select:focus{ outline:none; border-color:var(--accent); background:#fff; box-shadow:0 0 0 4px rgba(87,201,22,.25); }
.field input.is-invalid, .field textarea.is-invalid{ border-color:#d64545; background:#fff7f7; }
.field textarea{ resize:vertical; min-height:88px; }
.quote-note{ text-align:center; font-size:.8rem; color:var(--muted); margin:12px 0 0; }
.hp-field{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ---------- Trust strip ---------- */
.trust{ background:#fff; border-bottom:1px solid var(--line); }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding-top:22px; padding-bottom:22px; }
.trust-item{ display:flex; align-items:center; gap:12px; }
.trust-item .ico{ width:44px; height:44px; border-radius:12px; background:var(--accent-soft); color:var(--accent-dark); display:grid; place-items:center; flex-shrink:0; }
.trust-item .ico svg{ width:23px; height:23px; }
.trust-item strong{ display:block; font-family:var(--font-head); font-size:.93rem; color:var(--ink); line-height:1.25; }
.trust-item span{ font-size:.82rem; color:var(--muted); line-height:1.35; display:block; }

/* ---------- Sections ---------- */
.section{ padding:76px 0; }
.section.alt{ background:var(--bg); }
.section.dark{ background:var(--green-dark); color:#dfe5e0; }
.section.dark h2, .section.dark h3{ color:#fff; }
.section-head{ max-width:760px; margin:0 auto 42px; text-align:center; }
.section-head h2, .sec-title{ font-size:clamp(1.55rem,3vw,2.15rem); }
.section-head h2::after, .sec-title::after{ content:""; display:block; width:56px; height:4px; background:var(--accent); border-radius:4px; margin:14px auto 0; }
.sec-title::after{ margin-left:0; }
.section-head p{ color:var(--muted); font-size:1.05rem; }
.eyebrow{ display:inline-block; font-family:var(--font-head); font-size:.78rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--accent-dark); margin-bottom:10px; }
.split{ display:grid; grid-template-columns:1.05fr .95fr; gap:52px; align-items:center; }
.split.flip .split-media{ order:-1; }
.split-media img{ width:100%; border-radius:var(--radius); box-shadow:var(--shadow); object-fit:cover; max-height:560px; }
.split-media .video-frame, .video-frame{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:#000; }
.video-frame video{ width:100%; max-height:520px; background:#000; }
.prose h2{ font-size:clamp(1.5rem,2.6vw,2rem); }
.prose h3{ font-size:1.25rem; margin-top:1.4em; }
.prose p{ color:#424b56; }
.prose ul:not(.checklist), .prose ol:not(.steps){ margin:0 0 1.1em 1.2em; }
.prose li{ margin-bottom:.4em; }
.prose a:not(.btn){ color:#2f7d1e; font-weight:600; text-decoration:underline; text-underline-offset:3px; }
.prose strong{ color:var(--ink); }
.stack > * + *{ margin-top:34px; }

.section.dark .prose{ max-width:760px; margin:0 auto; text-align:center; }
.section.dark .prose p{ color:#dfe5e0; font-size:1.08rem; }
.section.dark .sec-title::after{ margin-left:auto; margin-right:auto; }
.cta-inline{ display:flex; flex-wrap:wrap; gap:12px; margin:1.4em 0 0; }
.section.dark .cta-inline{ justify-content:center; }
.media-fig{ margin:1.4em 0; }
.media-fig img{ border-radius:var(--radius); box-shadow:var(--shadow); }
.prose .cta-inline .btn-outline-light{ color:var(--ink); border-color:var(--ink); }
.prose .cta-inline .btn-outline-light:hover{ background:var(--ink); color:#fff; }
.section.dark .cta-inline .btn-outline-light{ color:#fff; border-color:rgba(255,255,255,.7); }
.section.dark .cta-inline .btn-outline-light:hover{ background:#fff; color:var(--ink); }

/* cards */
.cards{ display:grid; grid-template-columns:repeat(auto-fit,minmax(255px,1fr)); gap:22px; }
.card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 6px 18px rgba(29,34,41,.05); transition:transform .2s, box-shadow .2s; }
.card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.card-icon{ width:58px; height:54px; border-radius:16px; background:var(--accent-soft); display:grid; place-items:center; margin-bottom:16px; }
.card-icon.inv{ background:var(--ink); }
.cards.c5{ grid-template-columns:repeat(5,1fr); gap:16px; }
.cards.c5 .card{ padding:22px 18px; }
.cards.c6{ grid-template-columns:repeat(3,1fr); }
@media (max-width:1000px){ .cards.c5{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:760px){ .cards.c5, .cards.c6{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .cards.c5, .cards.c6{ grid-template-columns:1fr; } }
.card-icon img{ width:34px; height:34px; object-fit:contain; }
.card-icon svg{ width:28px; height:28px; color:var(--accent-dark); }
.card h3{ font-size:1.08rem; margin-bottom:.4em; }
.card p{ color:var(--muted); font-size:.95rem; margin:0; }
.section.alt .card{ background:#fff; }

/* service cards (with photo) */
.svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.svc-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; text-decoration:none; box-shadow:0 6px 18px rgba(29,34,41,.06); transition:transform .2s, box-shadow .2s; }
.svc-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.svc-card .thumb{ aspect-ratio:16/11; overflow:hidden; background:#e7eee2; }
.svc-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.svc-card:hover .thumb img{ transform:scale(1.06); }
.svc-card .body{ padding:22px 24px 24px; display:flex; flex-direction:column; flex:1; }
.svc-card h3{ font-size:1.15rem; }
.svc-card p{ color:var(--muted); font-size:.95rem; flex:1; }
.svc-card .more{ display:inline-flex; align-items:center; gap:8px; font-family:var(--font-head); font-weight:600; font-size:.9rem; color:#2f7d1e; margin-top:6px; }
.svc-card .more svg{ width:18px; height:18px; transition:transform .2s; }
.svc-card:hover .more svg{ transform:translateX(4px); }

/* lists */
.checklist{ list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px 34px; }
.checklist.one{ grid-template-columns:1fr; }
.checklist li{ display:flex; gap:12px; align-items:flex-start; }
.checklist li svg{ width:24px; height:24px; color:var(--ink); background:var(--accent); border-radius:50%; padding:5px; margin-top:2px; }
.checklist li > span{ flex:1; }
.steps{ list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(185px,1fr)); gap:20px; counter-reset:step; }
.steps li{ counter-increment:step; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 22px 22px; position:relative; box-shadow:0 6px 18px rgba(29,34,41,.05); }
.steps li::before{ content:counter(step); position:absolute; top:-18px; left:22px; width:38px; height:38px; border-radius:50%; background:var(--accent); color:var(--ink); font-family:var(--font-head); font-weight:700; display:grid; place-items:center; box-shadow:0 6px 14px rgba(87,201,22,.4); }
.steps li strong{ display:block; font-family:var(--font-head); color:var(--ink); margin:6px 0 4px; }
.steps li span{ color:var(--muted); font-size:.94rem; display:block; }

/* gallery + lightbox */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.gallery.g4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:900px){ .gallery, .gallery.g4{ grid-template-columns:repeat(2,1fr); } }
.gallery-item{ display:block; overflow:hidden; border-radius:14px; aspect-ratio:4/3; background:#e7eee2; position:relative; }
.gallery-item img{ width:100%; height:100%; object-fit:cover; transition:transform .45s; }
.gallery-item:hover img{ transform:scale(1.08); }
.gallery-item::after{ content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%); opacity:0; transition:opacity .25s; }
.gallery-item:hover::after{ opacity:1; }
.lb{ position:fixed; inset:0; background:rgba(12,14,18,.92); z-index:200; display:none; align-items:center; justify-content:center; padding:24px; }
.lb.open{ display:flex; }
.lb img{ max-height:86vh; max-width:92vw; width:auto; border-radius:10px; box-shadow:0 20px 60px rgba(0,0,0,.6); }
.lb button{ position:absolute; background:rgba(255,255,255,.14); color:#fff; border:0; width:46px; height:46px; border-radius:50%; cursor:pointer; display:grid; place-items:center; }
.lb button:hover{ background:var(--accent); color:var(--ink); }
.lb .lb-close{ top:18px; right:18px; }
.lb .lb-prev{ left:18px; top:50%; transform:translateY(-50%); }
.lb .lb-next{ right:18px; top:50%; transform:translateY(-50%); }
.lb .lb-prev svg{ transform:rotate(180deg); }
.lb figcaption{ position:absolute; bottom:18px; left:0; right:0; text-align:center; color:#dfe5e0; font-size:.9rem; }

/* faq */
.faq-list{ max-width:860px; margin:0 auto; display:grid; gap:12px; }
.faq-item{ background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.faq-item summary{ list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:18px 22px; font-family:var(--font-head); font-weight:600; color:var(--ink); }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary svg{ color:var(--accent-dark); transition:transform .2s; }
.faq-item[open] summary svg{ transform:rotate(45deg); }
.faq-item[open]{ border-color:var(--accent); box-shadow:0 8px 22px rgba(87,201,22,.16); }
.faq-answer{ padding:0 22px 6px; color:#424b56; }

/* related links */
.related{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.related a{ background:#fff; border:1px solid var(--line); border-radius:999px; padding:9px 18px; text-decoration:none; font-size:.9rem; font-weight:500; color:var(--ink); transition:.15s; }
.related a:hover{ background:var(--accent); border-color:var(--accent); }

/* CTA band */
.cta-band{ background:linear-gradient(100deg,#57c916 0%,#7ddc3c 100%); padding:48px 0; }
.cta-inner{ display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; }
.cta-copy h2{ font-size:clamp(1.4rem,2.6vw,1.9rem); margin-bottom:.25em; }
.cta-copy p{ margin:0; color:#10250a; max-width:60ch; }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* blog */
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.blog-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; text-decoration:none; box-shadow:0 6px 18px rgba(29,34,41,.06); transition:transform .2s, box-shadow .2s; }
.blog-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.blog-card .thumb{ aspect-ratio:16/10; overflow:hidden; background:#e7eee2; }
.blog-card .thumb img{ width:100%; height:100%; object-fit:cover; }
.blog-card .body{ padding:20px 22px 24px; display:flex; flex-direction:column; flex:1; }
.blog-card .tag{ font-size:.74rem; letter-spacing:.1em; text-transform:uppercase; color:var(--accent-dark); font-weight:700; margin-bottom:8px; }
.blog-card h3{ font-size:1.05rem; line-height:1.35; }
.blog-card p{ font-size:.93rem; color:var(--muted); margin-bottom:12px; flex:1; }
.blog-card .more{ font-family:var(--font-head); font-weight:600; font-size:.88rem; color:#2f7d1e; }
.article{ max-width:800px; margin:0 auto; }
.article h2{ font-size:clamp(1.4rem,2.4vw,1.85rem); margin-top:1.8em; }
.article h3{ font-size:1.2rem; margin-top:1.6em; }
.article p, .article li{ color:#3f4853; font-size:1.04rem; }
.article ul, .article ol{ margin:0 0 1.2em 1.3em; }
.article li{ margin-bottom:.5em; }
.article strong{ color:var(--ink); }
.article a:not(.btn){ color:#2f7d1e; font-weight:600; text-decoration:underline; text-underline-offset:3px; }
.article-cover{ margin:0 auto 30px; max-width:800px; }
.article-cover img{ width:100%; border-radius:var(--radius); box-shadow:var(--shadow); max-height:420px; object-fit:cover; }
.callout{ background:var(--accent-soft); border-left:5px solid var(--accent); border-radius:0 12px 12px 0; padding:18px 22px; margin:1.6em 0; }
.callout p{ margin:0; }

/* thank-you */
.thanks{ text-align:center; max-width:640px; margin:0 auto; }
.thanks img{ margin:0 auto 22px; width:120px; height:auto; }

/* contact */
.contact-cards{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:22px; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--green-deep); color:#b4bdb7; }
.footer-grid{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:38px; padding-top:60px; padding-bottom:44px; }
.footer-brand .logo img{ height:50px; width:auto; background:#fff; padding:6px 12px; border-radius:10px; }
.footer-brand p{ margin:16px 0; font-size:.94rem; max-width:34ch; }
.footer-phone{ display:inline-flex; gap:10px; align-items:center; font-family:var(--font-head); font-weight:600; color:var(--accent); text-decoration:none; font-size:1.15rem; }
.footer-col h3{ color:#fff; font-size:.95rem; letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px; }
.footer-col ul{ list-style:none; display:grid; gap:9px; }
.footer-col a{ color:#b4bdb7; text-decoration:none; font-size:.94rem; transition:color .15s; }
.footer-col a:hover{ color:var(--accent); }
.footer-bottom{ border-top:1px solid #1f2622; padding:18px 0; font-size:.86rem; }
.footer-bottom p{ margin:0; text-align:center; }
.footer-bottom a{ color:#fff; text-decoration:none; }

.mobile-bar{ display:none; }

/* ---------- Responsive ---------- */
@media (max-width:1060px){
  .menu > li > a{ padding:15px 10px; font-size:.88rem; }
}
@media (max-width:980px){
  .hero{ padding:44px 0 54px; }
  .hero-grid{ grid-template-columns:1fr; gap:34px; }
  .split{ grid-template-columns:1fr; gap:30px; }
  .split.flip .split-media{ order:0; }
  .svc-grid, .blog-grid{ grid-template-columns:repeat(2,1fr); }
  .trust-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .section{ padding:58px 0; }

  .navbar-inner{ flex-direction:column; align-items:stretch; }
  .nav-toggle{ display:flex; align-items:center; gap:10px; background:none; border:0; color:#fff; padding:13px 0; font:inherit; font-weight:600; cursor:pointer; }
  .nav-toggle svg{ width:26px; height:26px; }
  .nav-toggle .shut{ display:none; }
  .nav-toggle[aria-expanded="true"] .open{ display:none; }
  .nav-toggle[aria-expanded="true"] .shut{ display:block; }
  .primary-nav{ display:none; padding-bottom:16px; max-height:calc(100vh - 130px); overflow:auto; }
  .primary-nav.is-open{ display:block; }
  .menu{ flex-direction:column; }
  .menu > li{ flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.1); }
  .menu > li > a{ flex:1; padding:14px 4px; font-size:1rem; }
  .menu > li.is-active::after{ display:none; }
  .has-sub > a::after{ display:none; }
  .sub-toggle{ display:grid; place-items:center; width:44px; height:44px; background:none; border:0; color:#fff; cursor:pointer; }
  .sub-toggle svg{ transition:transform .2s; }
  .sub-toggle[aria-expanded="true"] svg{ transform:rotate(180deg); }
  .submenu{ position:static; opacity:1; visibility:visible; transform:none; width:100%; min-width:0; display:none; background:rgba(255,255,255,.06); box-shadow:none; border-radius:10px; border-top:0; margin:0 0 10px; }
  .submenu.is-open{ display:block; }
  .submenu a{ color:#e8ebef; }
  .submenu a:hover, .submenu a[aria-current]{ background:rgba(87,201,22,.2); color:#fff; }
  .nav-mobile-cta{ display:grid; gap:10px; margin-top:12px; }
}
@media (max-width:768px){
  body{ padding-bottom:var(--bar-h); }
  .topbar-phone .txt small{ display:none; }
  .topbar-phone strong{ font-size:1.02rem; white-space:nowrap; }
  .topbar-phone .ico{ width:38px; height:38px; }
  .topbar-phone .ico svg{ width:19px; height:19px; }
  .topbar-inner{ gap:10px; }
  .topbar-cta .btn{ display:none; }
  .logo img{ height:46px; }
  .mobile-bar{ display:grid; grid-template-columns:1fr 1fr; position:fixed; left:0; right:0; bottom:0; height:var(--bar-h); z-index:90; box-shadow:0 -6px 20px rgba(0,0,0,.18); }
  .mobile-bar a{ display:flex; align-items:center; justify-content:center; gap:8px; font-family:var(--font-head); font-weight:600; text-decoration:none; }
  .mb-call{ background:var(--ink); color:#fff; }
  .mb-quote{ background:var(--accent); color:var(--ink); }
  .field-row{ grid-template-columns:1fr; gap:0; }
  .checklist{ grid-template-columns:1fr; }
  .svc-grid, .blog-grid{ grid-template-columns:1fr; }
  .cta-inner{ flex-direction:column; align-items:flex-start; }
  .quote-card{ padding:22px 20px 20px; }
}
@media (max-width:520px){
  .container{ padding:0 18px; }
  .footer-grid{ grid-template-columns:1fr; gap:28px; }
  .trust-grid{ grid-template-columns:1fr; }
  .hero-actions .btn{ width:100%; }
  .cta-actions .btn{ width:100%; }
}
@media (prefers-reduced-motion:reduce){ *{ transition:none !important; scroll-behavior:auto !important; } }

/* ---------- David's Dead Animal Removal additions ---------- */
.hero.no-photo{ background:linear-gradient(120deg,#0b0d0c 0%,#111312 55%,#1c3a12 100%); }
.hero.no-photo .hero-overlay{ background:radial-gradient(circle at 85% 12%,rgba(87,201,22,.22),transparent 45%),radial-gradient(circle at 8% 100%,rgba(255,255,255,.06),transparent 40%); }
.hero-tag{ display:inline-flex; align-items:center; gap:8px; background:rgba(87,201,22,.16); color:#a6ee6d; border:1px solid rgba(87,201,22,.55); border-radius:999px; padding:6px 14px; font-size:.82rem; font-weight:600; margin-bottom:16px; }
.hero-tag svg{ width:16px; height:16px; }
.field select{ width:100%; font:inherit; font-size:.95rem; color:var(--text); background:#fbfbfa; border:1.5px solid #d6dccf; border-radius:10px; padding:11px 13px; appearance:auto; }
.quote-note a{ color:var(--accent-dark); font-weight:700; text-decoration:none; }
.footer-col .hours{ color:#b4bdb7; font-size:.94rem; }
.section.dark .prose p{ color:#dfe8d9; }

/* city cards */
.city-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.city-card{ position:relative; display:block; border-radius:var(--radius); overflow:hidden; min-height:230px; text-decoration:none; color:#fff; background:var(--green-dark); box-shadow:0 8px 22px rgba(20,38,28,.14); }
.city-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.city-card:hover img{ transform:scale(1.07); }
.city-card::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(10,12,11,.08) 20%,rgba(10,12,11,.92) 100%); }
.city-card .body{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:20px 22px; }
.city-card h3{ color:#fff; font-size:1.2rem; margin-bottom:.3em; }
.city-card p{ color:#e4ede0; font-size:.9rem; margin:0 0 8px; }
.city-card .more{ display:inline-flex; align-items:center; gap:8px; font-family:var(--font-head); font-weight:600; font-size:.86rem; color:var(--accent); }
.city-card .more svg{ width:17px; height:17px; }


/* notice */
.notice{ display:flex; gap:16px; align-items:center; background:var(--accent-soft); border:1px solid #c8ebae; border-radius:var(--radius); padding:20px 24px; }
.notice svg{ width:34px; height:34px; color:var(--accent-dark); }
.notice p{ margin:0; color:#1f3d12; }
.notice a{ color:var(--accent-dark); font-weight:800; text-decoration:none; }

@media (max-width:980px){ .city-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .city-grid{ grid-template-columns:1fr; } 
.prose .related, .stack .related{ margin-top:6px; }
.prose .related a, .stack .related a{ color:var(--ink); font-weight:500; text-decoration:none; }
.prose .related a:hover, .stack .related a:hover{ color:var(--ink); }
