/* Temple Rodent Control: hyperlocal local-business design.
   Direction from the client-supplied reference screenshot (Aptive homepage):
   deep forest green + acid-lime accent + warm cream, fully rounded pill buttons,
   a lime announcement bar over a dark green header, an inset rounded hero photo-card,
   dark "why choose" cards with lime circular icons, and full-bleed statement bands.
   Hanken Grotesk throughout. Rodent-only, connector-safe (no ratings, no owned-crew claims). */

:root {
  /* Greens */
  --forest: #1f3b2c;
  --forest-900: #14281d;
  --forest-800: #21402f;
  --forest-700: #2d5640;
  --forest-600: #3a6b50;
  /* Acid lime accent + CTA */
  --lime: #c4e755;
  --lime-600: #b4dc3c;
  --lime-700: #9cc528;
  --lime-050: #eef7cf;
  /* Text-safe green accent (readable on cream/white) */
  --green-ink: #2f6a45;
  --green-ink-600: #276039;
  /* Neutrals / cream */
  --ink: #1b3325;
  --body: #414a43;
  --muted: #6c7568;
  --line: #e3ddcd;
  --line-2: #ece7d9;
  --cream: #f3f1e7;
  --cream-2: #ebe7d9;
  --sage: #aebf9f;
  --white: #ffffff;
  /* Back-compat aliases (older components reference --orange*) */
  --orange: var(--lime);
  --orange-600: var(--green-ink);
  --orange-700: var(--green-ink-600);
  --orange-050: var(--lime-050);
  --orange-100: var(--lime-050);
  --ink-900: var(--forest-900);
  --ink-800: var(--forest-800);
  --ink-700: var(--forest-700);
  --shadow: 0 20px 44px rgba(20, 35, 25, 0.16);
  --shadow-sm: 0 8px 22px rgba(20, 35, 25, 0.09);
  --radius: 16px;
  --radius-lg: 26px;
  --f-display: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --f-body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-body);
  color: var(--body);
  font-size: 17px;
  line-height: 1.66;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-ink-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.14; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.015em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -.025em; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.26rem; font-weight: 700; }
p { margin: 0 0 1.1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 74px 0; }
.section--tight { padding: 48px 0; }
.section--cream { background: var(--cream); }
.eyebrow { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; color: var(--green-ink); margin: 0 0 .7rem; }
.eyebrow--deco { display: flex; align-items: center; justify-content: center; gap: 14px; }
.eyebrow--deco::before, .eyebrow--deco::after { content: ""; width: 34px; height: 3px; border-radius: 3px; background: var(--lime); }
.lead { font-size: 1.17rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 780px; }
.measure.center { margin-left: auto; margin-right: auto; }
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; }
.sec-sub { color: var(--muted); font-size: 1.12rem; }

/* Buttons: fully rounded pills */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--f-display); font-weight: 700; letter-spacing: .005em; font-size: 1rem; border-radius: 999px; padding: .92rem 1.7rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s; text-decoration: none; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
/* Primary = lime pill with dark forest text (class kept as .btn-orange for back-compat) */
.btn-orange { background: var(--lime); color: var(--forest-900); box-shadow: 0 12px 24px rgba(150, 190, 40, .34); }
.btn-orange:hover { background: var(--lime-600); }
.btn-dark { background: var(--forest); color: #fff; }
.btn-dark:hover { background: var(--forest-900); }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-sage { background: var(--sage); color: var(--forest-900); }
.btn-sage:hover { background: #9db38b; }
.btn-lg { font-size: 1.08rem; padding: 1.02rem 1.9rem; }
.btn-block { width: 100%; }

/* Top announcement bar (lime, dark text) */
.topbar { background: var(--lime); color: var(--forest-900); font-size: .92rem; font-weight: 600; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 40px; padding-top: 6px; padding-bottom: 6px; }
.topbar .tb-left { display: inline-flex; align-items: center; gap: 8px; }
.topbar .tb-right { display: inline-flex; align-items: center; gap: 22px; }
.topbar svg { color: var(--forest-900); flex: none; }
.topbar a { color: var(--forest-900); font-weight: 700; }
.topbar a:hover { text-decoration: underline; }

/* Header (dark forest, white nav, lime CTA) */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--forest); box-shadow: 0 4px 20px rgba(20,35,25,.18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--f-display); font-weight: 800; color: #fff; font-size: 1.3rem; line-height: 1; letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 46px; height: 46px; flex: none; }
.brand small { display: block; font-size: .64rem; font-weight: 700; color: var(--lime); letter-spacing: .14em; margin-top: 4px; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-family: var(--f-display); font-weight: 600; font-size: .98rem; color: #eaf0e4; }
.nav a:hover { color: var(--lime); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-cta .btn { white-space: nowrap; }
.header-phone { font-family: var(--f-display); font-weight: 800; color: #fff; font-size: 1.2rem; white-space: nowrap; line-height: 1; }
.header-phone small { display: block; font-size: .62rem; font-weight: 700; color: var(--lime); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.header-phone a { color: #fff; }
.menu-toggle { display: none; }
.menu-toggle.btn-outline { color: #fff; border-color: rgba(255,255,255,.5); }
.menu-toggle.btn-outline:hover { background: rgba(255,255,255,.12); }

/* Hero: inset rounded photo-card on a cream page (Aptive archetype) */
.hero { background: var(--cream); padding: 34px 0 20px; }
.hero-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 460px; display: grid; align-items: center; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(15,26,18,.66) 0%, rgba(15,26,18,.72) 55%, rgba(15,26,18,.86) 100%), url('/images/hero.jpg'); background-size: cover; background-position: center; }
.hero-inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; padding: 74px 24px; color: #fff; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { color: #fff; margin-bottom: .3em; }
.hero h1 .accent { color: var(--lime); }
.hero p { color: #eef2ea; font-size: 1.2rem; max-width: 54ch; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; align-items: center; justify-content: center; }
.hero-actions .call-note { color: #e9efe3; font-size: .95rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; padding-top: 20px; justify-content: center; border-top: 1px solid rgba(255,255,255,.24); }
.hero-badges span { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--f-display); font-weight: 600; font-size: .92rem; color: #f4f7ef; }
.hero-badges svg { flex: none; color: var(--lime); }

/* Trust strip (connector-safe, no ratings) */
.trust-strip { background: var(--cream); border-top: 1px solid var(--line); }
.trust-strip .container { display: flex; align-items: center; justify-content: center; gap: 14px 34px; flex-wrap: wrap; padding: 20px 20px; text-align: center; }
.trust-strip .ts-item { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--f-display); font-weight: 700; color: var(--forest); font-size: 1rem; }
.trust-strip .ts-item svg { color: var(--green-ink); flex: none; }
.trust-strip .ts-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime-700); }

/* Why-choose dark band with lime circular icons */
.whychoose { background: var(--forest); color: #eaf0e4; }
.whychoose h2 { color: #fff; }
.whychoose .eyebrow { color: var(--lime); }
.whychoose .sec-sub { color: #b9c6b0; }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.feature-card { background: var(--forest-800); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 32px 26px; text-align: center; }
.feature-card .ic-wrap { width: 62px; height: 62px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin: 0 auto 16px; }
.feature-card .ic { width: 30px; height: 30px; color: var(--forest-900); }
.feature-card h3 { font-size: 1.24rem; margin-bottom: .45rem; color: #fff; }
.feature-card p { font-size: .98rem; color: #b9c6b0; margin: 0; }

/* Statement band (full-bleed photo + translucent forest card) */
.statement { position: relative; padding: 92px 0; background-image: linear-gradient(rgba(18,32,22,.5), rgba(18,32,22,.5)), url('/images/exclusion.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
.statement-card { max-width: 760px; margin: 0 auto; background: rgba(24,44,32,.72); backdrop-filter: blur(3px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); padding: 46px 40px; text-align: center; color: #fff; }
.statement-card h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.statement-card p { color: #e9efe3; font-size: 1.14rem; max-width: 56ch; margin: 0 auto 1.4rem; }

/* Intro split (photo + copy, rounded, Aptive "promise" style) */
.introwrap { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.introwrap.flip .introwrap-media { order: 2; }
.introwrap-media { position: relative; }
.introwrap-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.introwrap .icon-badge { width: 56px; height: 56px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin-bottom: 18px; }
.introwrap .icon-badge svg { width: 28px; height: 28px; color: var(--forest-900); }

/* What Makes Us Different grid (light cream cards) */
.unique-band { background: var(--cream); }
.unique-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.unique-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); }
.unique-card .ic-wrap { width: 50px; height: 50px; border-radius: 14px; background: var(--lime-050); display: grid; place-items: center; margin-bottom: 16px; }
.unique-card .ic { width: 26px; height: 26px; color: var(--green-ink); }
.unique-card h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.unique-card p { font-size: .95rem; color: var(--muted); margin: 0; }

/* Symptom grid (signature module) */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.symptom-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.symptom-card .s-ic { width: 40px; height: 40px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin-bottom: 14px; }
.symptom-card .s-ic svg { width: 22px; height: 22px; color: var(--forest-900); }
.symptom-card h3 { font-size: 1.12rem; margin-bottom: .35rem; color: var(--ink); }
.symptom-card p { margin: 0; font-size: .97rem; color: var(--body); }

/* Service cards */
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); color: var(--ink); display: flex; flex-direction: column; transition: transform .14s ease, box-shadow .14s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; }
.service-card .thumb { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; background: var(--cream-2); }
.service-card .sc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.service-card h3 { font-size: 1.18rem; margin: 0; }
.service-card p { font-size: .95rem; color: var(--muted); margin: 0; flex: 1; }
.service-card .more { font-family: var(--f-display); font-weight: 700; color: var(--green-ink); font-size: .94rem; }

/* Services hub band header sits on cream */
.services-band { background: var(--cream); }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 38px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow-sm); }
.step .num { width: 52px; height: 52px; border-radius: 50%; background: var(--lime); color: var(--forest-900); font-family: var(--f-display); font-weight: 800; font-size: 1.4rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }

/* Split content (service/inner) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.checklist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; font-size: 1.02rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 23px; height: 23px; border-radius: 50%; background: var(--lime); }
.checklist li::after { content: ""; position: absolute; left: 7px; top: 9px; width: 9px; height: 5px; border-left: 2px solid var(--forest-900); border-bottom: 2px solid var(--forest-900); transform: rotate(-45deg); }

/* Offers (kept for compatibility; recolored) */
.offer-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 34px; }
.offer-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.offer-card .oc-top { background: var(--forest); color: #fff; padding: 22px 24px; }
.offer-card .oc-top h3 { color: #fff; margin: 0; }
.offer-card .oc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: .5rem; }
.offer-card .oc-body p { margin: 0 0 .5rem; color: var(--body); }
.offer-card .tag { display: inline-block; align-self: flex-start; background: var(--lime); color: var(--forest-900); font-family: var(--f-display); font-weight: 700; letter-spacing: .03em; font-size: .78rem; padding: .3rem .85rem; border-radius: 999px; margin-bottom: .4rem; }

/* Service area */
.area-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 20px 0 0; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 26px; position: relative; font-family: var(--f-display); font-weight: 600; color: var(--forest); font-size: 1rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(196,231,85,.28); }
.area-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--forest); }

/* FAQ */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 24px; font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 1.08rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--green-ink); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 24px 20px; color: var(--body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* Call band */
.callband { background: var(--forest); color: #fff; }
.callband--orange { background: var(--forest-800); }
.callband .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: #d7e0d0; margin: .35rem 0 0; }
.callband .cb-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Page hero (inner pages) */
.page-hero { position: relative; background: var(--forest); color: #fff; padding: 58px 0 50px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,32,22,.88), rgba(18,32,22,.62)), url('/images/hero.jpg'); background-size: cover; background-position: center; opacity: .45; }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #e4ecdd; font-size: 1.16rem; max-width: 62ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .86rem; color: #bccbb2; margin-bottom: 14px; font-family: var(--f-display); font-weight: 600; }
.breadcrumbs a { color: #e4ecdd; }
.page-hero .hero-actions { margin-top: 8px; justify-content: flex-start; }

/* Article / prose */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--lime-050); border-left: 4px solid var(--lime); padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 20px; }
.sidebar .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidebar .card h3 { font-size: 1.14rem; }
.sidebar .call-card { background: var(--forest); color: #fff; text-align: center; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card p { color: #c6d2bd; }
.sidebar .call-card .num { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; }

/* Booking band */
.book-band { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.book-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px; align-items: center; }
.book-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px 28px; }
.book-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.book-form label { display: block; font-family: var(--f-display); font-weight: 600; font-size: .86rem; color: var(--ink); margin: 0 0 .3rem; }
.book-form .field { margin-bottom: 12px; }
.book-form input, .book-form textarea { width: 100%; padding: .78rem .85rem; border: 1px solid var(--line); border-radius: 12px; font-family: var(--f-body); font-size: 1rem; color: var(--ink); background: #fcfbf6; }
.book-form input:focus, .book-form textarea:focus { outline: 2px solid var(--lime-700); border-color: var(--lime-700); }
.book-form .fineprint { font-size: .8rem; color: var(--muted); margin: .6rem 0 0; }

/* Footer */
.site-footer { background: var(--forest-900); color: #a9b7a1; padding: 60px 0 28px; font-size: .96rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-family: var(--f-display); font-size: 1.05rem; letter-spacing: .01em; margin-bottom: 14px; }
.site-footer a { color: #a9b7a1; }
.site-footer a:hover { color: var(--lime); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-brand .logo { width: 46px; height: 46px; margin-bottom: 12px; }
.footer-phone { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: #fff; margin: 6px 0; }
.footer-phone a { color: var(--lime); }
.disclaimer { border-top: 1px solid rgba(255,255,255,.13); margin-top: 38px; padding-top: 22px; font-size: .84rem; color: #7f8b78; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .86rem; }

/* Sticky mobile call bar */
.sticky-call { display: none; }

/* Responsive */
@media (max-width: 960px) {
  .introwrap, .introwrap.flip { grid-template-columns: 1fr; gap: 30px; }
  .introwrap.flip .introwrap-media { order: 0; }
  .unique-grid { grid-template-columns: repeat(2, 1fr); }
  .book-grid { grid-template-columns: 1fr; gap: 26px; }
  .symptom-grid, .service-cards, .steps, .feature-cards { grid-template-columns: repeat(2, 1fr); }
  .split, .area-grid, .offer-cards { grid-template-columns: 1fr; gap: 26px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav, .header-phone { display: none; }
  .header-cta .btn:not(.menu-toggle) { padding: .62rem 1.05rem; font-size: .9rem; }
  .topbar .tb-left span { display: none; }
  .menu-toggle { display: inline-flex; }
  .statement { background-attachment: scroll; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 52px 0; }
  .hero-inner { padding: 56px 20px; }
  .hero-card { min-height: 420px; }
  .feature-cards, .unique-grid, .symptom-grid, .service-cards, .steps, .sidebar { grid-template-columns: 1fr; }
  .area-list { columns: 1; }
  .book-form .row { grid-template-columns: 1fr; }
  .callband .container { flex-direction: column; text-align: center; }
  .statement-card { padding: 34px 22px; }
  main { padding-bottom: 74px; }
  .sticky-call {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--lime); box-shadow: 0 -6px 18px rgba(0,0,0,.2);
  }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-display); font-weight: 800; font-size: 1.08rem; color: var(--forest-900); }
  .sticky-call a:hover { text-decoration: none; }
}

/* Mobile nav (checkbox toggle, no JS) */
.mobile-menu { display: none; }
@media (max-width: 820px) {
  #navtoggle:checked ~ .mobile-menu { display: block; }
  .mobile-menu { position: absolute; left: 0; right: 0; top: 100%; background: var(--forest-800); box-shadow: var(--shadow); padding: 10px 0; }
  .mobile-menu a { display: block; padding: 13px 20px; font-family: var(--f-display); font-weight: 600; color: #eaf0e4; border-bottom: 1px solid rgba(255,255,255,.08); }
  .mobile-menu a:hover { background: var(--forest-700); text-decoration: none; }
}
