/* Asheville Rodent Control — "Blue Ridge" design system
   Fresh mountain green + orange on airy light paper, Schibsted Grotesk + Figtree.
   Split call hero, dark-photo checkmark benefits band, home/commercial split. */

:root {
  --paper: #f4f7ef;
  --paper-2: #eef3e6;
  --white: #ffffff;
  --ink: #1b241d;
  --ink-soft: #566255;
  --green: #2f7d4f;
  --green-2: #388e57;
  --green-dark: #245e3b;
  --green-deep: #1c4a30;
  --leaf: #7cb342;
  --leaf-dark: #5f9130;
  --leaf-soft: #eaf3e0;
  --orange: #ec7728;
  --orange-dark: #d5621a;
  --slate: #3c5a6b;
  --slate-2: #4d7286;
  --line: #dbe4d3;
  --line-2: #e7eede;
  --shadow: 0 16px 38px rgba(28, 74, 48, 0.14);
  --shadow-sm: 0 6px 18px rgba(28, 74, 48, 0.10);
  --radius: 8px;
  --radius-lg: 14px;
  --wrap: 1180px;
  --font-display: "Schibsted Grotesk", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.1; margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 5.3vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.4rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.05rem; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

/* ---------- Kicker ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700;
  text-transform: uppercase; letter-spacing: .15em; font-size: .72rem;
  color: var(--leaf-dark);
}
.kicker .dot { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid var(--leaf); }
.kicker.on-dark { color: #bfe39a; }

/* ---------- Buttons ---------- */
.btn-call, .btn-quote, .btn-ghost {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-display); font-weight: 700;
  border-radius: var(--radius); padding: 15px 24px;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, background .14s ease, color .14s ease;
  line-height: 1.05;
}
.btn-call { background: var(--orange); color: #fff; box-shadow: var(--shadow-sm); }
.btn-call:hover { background: var(--orange-dark); text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-call svg { width: 22px; height: 22px; flex: 0 0 auto; }
.btn-call span { display: flex; flex-direction: column; align-items: flex-start; }
.btn-call small { font-family: var(--font-body); font-weight: 600; font-size: .68rem; opacity: .95; letter-spacing: .02em; }
.btn-quote { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-quote:hover { background: #fff; color: var(--green-dark); border-color: #fff; text-decoration: none; }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; text-decoration: none; }

/* ---------- Utility bar (tier 1) ---------- */
.util-bar { background: var(--green-deep); color: #d6ead9; font-size: .82rem; }
.util-bar .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.util-bar svg { width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px; color: var(--leaf); }
.util-left { font-weight: 600; }
.util-right { display: flex; align-items: center; gap: 22px; }
.util-hours { color: #b9d6bd; }
.util-bar a { color: #fff; font-weight: 700; }
.util-bar a:hover { color: var(--leaf); text-decoration: none; }

/* ---------- Header / nav (tier 2, white) ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 12px rgba(28,74,48,.05); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 76px; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 48px; height: 48px; flex: 0 0 auto; }
.wordmark { font-family: var(--font-display); font-weight: 800; font-size: 1.16rem; line-height: 1; color: var(--green-dark); letter-spacing: -0.02em; }
.wordmark small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .62rem; letter-spacing: .18em; color: var(--leaf-dark); text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > a, .sub-toggle { color: #2a3529; font-weight: 600; font-size: .95rem; padding: 10px 12px; border-radius: var(--radius); }
.nav-links > a:hover, .sub-toggle:hover { background: var(--leaf-soft); color: var(--green-dark); text-decoration: none; }
.has-sub { position: relative; }
.submenu { position: absolute; top: 100%; left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); min-width: 288px; padding: 8px; display: none; z-index: 70; border: 1px solid var(--line); border-top: 3px solid var(--leaf); }
.has-sub:hover .submenu, .has-sub:focus-within .submenu { display: block; }
.submenu a { display: block; color: var(--ink); padding: 10px 13px; border-radius: 6px; font-weight: 600; font-size: .92rem; }
.submenu a:hover { background: var(--leaf-soft); color: var(--green-dark); text-decoration: none; }
.nav-call { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; font-family: var(--font-display); font-weight: 700; padding: 12px 18px; border-radius: var(--radius); margin-left: 8px; }
.nav-call:hover { background: var(--orange-dark); text-decoration: none; color: #fff; }
.nav-call svg { width: 18px; height: 18px; }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--green-dark); padding: 8px; cursor: pointer; }
.menu-toggle svg { width: 30px; height: 30px; }

/* ---------- Split hero (signature: photo + green call panel) ---------- */
.hero-split { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; }
.hero-photo { position: relative; overflow: hidden; background: var(--green-deep); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,45,28,.45) 0%, rgba(20,45,28,.05) 55%, rgba(20,45,28,.35) 100%); }
.hero-tag { position: absolute; left: 0; bottom: 34px; z-index: 2; max-width: 92%; }
.hero-tag .t1 { display: inline-block; background: var(--leaf); color: #17330f; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.15rem, 2.4vw, 1.6rem); padding: 12px 22px; border-radius: 0 var(--radius) var(--radius) 0; letter-spacing: -.01em; }
.hero-tag .t2 { display: inline-block; background: var(--green-deep); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: clamp(.95rem, 1.9vw, 1.18rem); padding: 9px 22px; border-radius: 0 var(--radius) var(--radius) 0; margin-top: 8px; }
.hero-panel { background: var(--green); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(24px, 4vw, 52px); position: relative; }
.hero-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(124,179,66,.28), transparent 60%); pointer-events: none; }
.hero-panel > * { position: relative; }
.hero-panel .hp-kicker { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: #bfe39a; margin-bottom: 12px; }
.hero-panel h1 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 12px; }
.hero-panel h1 .hl { color: var(--leaf); }
.hero-panel .sub { color: #e4f1e2; font-size: 1.05rem; margin-bottom: 24px; }
.hero-panel .btn-call { width: 100%; justify-content: center; font-size: 1.15rem; padding: 18px 20px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; color: #e4f1e2; font-weight: 600; }
.hero-badges svg { width: 17px; height: 17px; color: var(--leaf); }

/* ---------- Section base ---------- */
section { padding: 68px 0; }
.section-head { max-width: 48rem; margin: 0 0 40px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--ink-soft); font-size: 1.07rem; }

/* ---------- Local intro band ---------- */
.introband { background: var(--white); border-bottom: 1px solid var(--line-2); }
.introband .wrap { text-align: center; max-width: 60rem; }
.introband h2 { margin-bottom: 8px; }
.introband .serving { color: var(--leaf-dark); font-weight: 700; font-size: 1.02rem; margin-bottom: 14px; }
.introband p { color: var(--ink-soft); }
.introband .btn-call { margin-top: 10px; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--leaf-soft); color: var(--ink); padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--wrap); margin: 0 auto; }
.trust-item { display: flex; gap: 15px; align-items: flex-start; padding: 30px 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 30px; height: 30px; color: var(--green); flex: 0 0 auto; margin-top: 2px; }
.trust-item b { font-family: var(--font-display); font-weight: 700; display: block; color: var(--ink); font-size: 1.06rem; margin-bottom: 3px; }
.trust-item span { color: var(--ink-soft); font-size: .92rem; }

/* ---------- Benefits band (signature: dark photo + green checks) ---------- */
.benefits { position: relative; background: var(--green-deep); color: #fff; overflow: hidden; }
.benefits-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .26; }
.benefits::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,45,28,.86), rgba(20,45,28,.92)); }
.benefits .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.benefits h2 { color: #fff; }
.benefits .lead { color: #d3e6d5; font-size: 1.06rem; }
.benefits ul { list-style: none; margin: 0; padding: 0; }
.benefits li { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.benefits li:last-child { border-bottom: 0; }
.benefits li .ck { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--leaf); display: grid; place-items: center; }
.benefits li .ck svg { width: 18px; height: 18px; color: #17330f; }
.benefits li b { font-family: var(--font-display); font-weight: 700; font-size: 1.06rem; color: #fff; }

/* ---------- Home / Commercial split (signature) ---------- */
.hc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.hc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.hc-media { position: relative; }
.hc-media img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.hc-media .hc-label { position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(0deg, rgba(20,45,28,.88), transparent); color: #fff; padding: 40px 24px 18px; }
.hc-media .hc-label h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; display: block; color: #fff; margin: 0; }
.hc-media .hc-label span { font-size: .86rem; color: #cfe6d2; }
.hc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.hc-body p { color: var(--ink-soft); font-size: .96rem; }
.hc-body .btn-ghost { margin-top: auto; align-self: flex-start; }

/* ---------- Detailed service cards ---------- */
.svc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .13s ease, box-shadow .13s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; }
.svc img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.svc .svc-b { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc h3 { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.svc h3 svg { width: 24px; height: 24px; color: var(--green); flex: 0 0 auto; }
.svc p { font-size: .93rem; color: var(--ink-soft); }
.svc .more { margin-top: auto; font-weight: 700; color: var(--orange-dark); display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); }
.svc .more svg { width: 16px; height: 16px; }

/* ---------- How it works ---------- */
.how { background: var(--paper-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 22px; position: relative; box-shadow: var(--shadow-sm); }
.step .num { font-family: var(--font-display); font-weight: 800; font-size: 2.3rem; color: var(--leaf); line-height: 1; }
.step h3 { margin: 8px 0 6px; }
.step p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* ---------- Field guide comparison ---------- */
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.gcard .gc-top { color: #fff; padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.gcard.mouse .gc-top { background: var(--green); }
.gcard.norway .gc-top { background: var(--slate); }
.gcard.deer .gc-top { background: var(--leaf-dark); }
.gcard .gc-top svg { width: 30px; height: 30px; color: #fff; }
.gcard .gc-top h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: #fff; margin: 0; }
.gcard .gc-top i { font-style: normal; font-size: .76rem; color: rgba(255,255,255,.8); display: block; }
.gcard .gc-body { padding: 18px 20px; }
.gcard dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 7px 12px; }
.gcard dt { font-weight: 700; color: var(--green-dark); font-size: .82rem; }
.gcard dd { margin: 0; font-size: .9rem; color: var(--ink-soft); }

/* ---------- Why rows ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 34px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item svg { width: 26px; height: 26px; color: var(--green); flex: 0 0 auto; margin-top: 3px; }
.why-item h3 { font-family: var(--font-display); display: block; font-size: 1.08rem; margin: 0 0 3px; }
.why-item p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Areas index ---------- */
.areas-band { background: var(--white); }
.area-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area-index a { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--leaf); border-radius: var(--radius); padding: 15px 18px; color: var(--ink); font-weight: 600; display: flex; align-items: center; gap: 10px; }
.area-index a:hover { background: var(--green); color: #fff; text-decoration: none; border-color: var(--green-dark); }
.area-index a:hover svg { color: #fff; }
.area-index svg { width: 18px; height: 18px; color: var(--green); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; }
.faq.center { margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--orange); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 22px 18px; margin: 0; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--orange); color: #fff; text-align: center; position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #fff2e8; max-width: 40rem; margin: 0 auto 26px; font-size: 1.1rem; }
.cta-band .btn-call { background: #fff; color: var(--orange-dark); box-shadow: var(--shadow-sm); }
.cta-band .btn-call:hover { background: var(--green-deep); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-deep); color: #bcd4bf; }
.footer-call-row { background: var(--green-dark); border-top: 4px solid var(--leaf); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 34px; max-width: var(--wrap); margin: 0 auto; flex-wrap: wrap; }
.footer-call-row h2 { color: #fff; margin: 0; font-size: 1.5rem; }
.giant-phone { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: #fff; display: flex; flex-direction: column; }
.giant-phone:hover { text-decoration: none; color: var(--leaf); }
.giant-phone small { font-family: var(--font-body); font-weight: 600; font-size: .74rem; letter-spacing: .1em; color: #bfe39a; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding: 46px 0 30px; }
.footer-grid h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-grid p { font-size: .92rem; color: #9dbca1; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: #bcd4bf; font-size: .92rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand .mark { width: 44px; height: 44px; }
.footer-brand b { font-family: var(--font-display); color: #fff; font-size: 1.06rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0 40px; }
.disclaimer { font-size: .8rem; color: #86a48a; line-height: 1.6; margin-bottom: 14px; }
.copyright { font-size: .82rem; color: #789a7d; }

/* ---------- Inner page hero ---------- */
.page-hero { background: var(--green); color: #fff; padding: 50px 0 44px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% -10%, rgba(124,179,66,.32), transparent 55%); pointer-events: none; }
.page-hero .wrap { position: relative; }
.page-hero .crumbs { font-size: .84rem; color: #cfe6d2; margin-bottom: 14px; }
.page-hero .crumbs a { color: #fff; }
.page-hero h1 { color: #fff; margin: 12px 0 14px; }
.page-hero .lede { font-size: 1.14rem; color: #e4f1e2; max-width: 42em; }
.page-hero .hero-cta { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; }
.page-hero .kicker.on-dark { color: #bfe39a; }
.page-hero .kicker.on-dark .dot { border-bottom-color: var(--leaf); }

/* ---------- Article layout ---------- */
.article { padding: 54px 0; }
.article-grid { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.prose { max-width: 100%; }
.prose img { border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); margin-bottom: 22px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .5em; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid var(--leaf); }
.prose .faq ul li { padding-left: 0; }
.prose .faq ul li::before { display: none; }
.side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.side-card.accent { background: var(--green); color: #e4f1e2; border-color: var(--green); }
.side-card.accent h3 { color: #fff; }
.side-card.accent p { color: #d3e6d5; font-size: .92rem; }
.side-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.side-card ul { list-style: none; margin: 0; padding: 0; }
.side-card li { margin-bottom: 9px; }
.side-card.accent .btn-call { margin-top: 6px; }

/* ---------- Simple content pages ---------- */
.simple { padding: 54px 0; }
.simple .wrap { max-width: 840px; }
.simple h2 { margin-top: 1.6em; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }

/* ---------- Blog index ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.post-card .tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--leaf-dark); margin-bottom: 10px; }
.post-card h3 { margin-bottom: 8px; }
.post-card p { font-size: .93rem; color: var(--ink-soft); }
.post-card .more { margin-top: auto; font-weight: 700; color: var(--orange-dark); font-family: var(--font-display); }

/* ---------- Mobile sticky call bar ---------- */
.mobile-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--orange); color: #fff; text-align: center; padding: 14px; font-family: var(--font-display); font-weight: 700; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 -4px 18px rgba(0,0,0,.24); }
.mobile-call svg { width: 20px; height: 20px; }
.mobile-call:hover { text-decoration: none; color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-photo { min-height: 300px; }
  .benefits .wrap { grid-template-columns: 1fr; gap: 26px; }
  .hc-split { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .side { position: static; }
  .svc-list, .guide-cards, .post-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .area-index { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .util-bar .util-left { display: none; }
  .util-bar .wrap { justify-content: center; }
  .util-right { gap: 18px; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; gap: 2px; box-shadow: var(--shadow); max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; border-bottom: 3px solid var(--leaf); }
  .nav-links.open { display: flex; }
  .nav-links > a, .sub-toggle { padding: 13px; font-size: 1rem; }
  .has-sub { width: 100%; }
  .submenu { position: static; display: block; box-shadow: none; border: 0; border-top: 0; background: var(--paper-2); padding: 4px 4px 4px 16px; min-width: 0; }
  .submenu a:hover { background: var(--leaf-soft); }
  .nav-call { margin: 8px 0 0; justify-content: center; }
  .mobile-call { display: flex; }
  body { padding-bottom: 60px; }
  .footer-call-row { flex-direction: column; text-align: center; align-items: center; }
}
@media (max-width: 560px) {
  .svc-list, .guide-cards, .post-grid, .steps, .footer-grid, .area-index, .why-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2rem; }
  .btn-call, .btn-quote { width: 100%; justify-content: center; }
  .giant-phone { font-size: 1.7rem; }
}
