/* ============================================================
   Mole Trapping Georgia
   Palette is deliberately soil-and-turf: this is a company that
   works in the ground, and the page should look like it knows that.
   ============================================================ */

:root {
  --soil:        #2b2118;
  --soil-mid:    #4a3a2c;
  --turf:        #2f6b3f;
  --turf-bright: #3f8f52;
  --turf-pale:   #eaf2ec;
  --clay:        #b5502a;
  --clay-pale:   #fbefe9;
  --cream:       #faf7f2;
  --paper:       #ffffff;
  --ink:         #1c1917;
  --muted:       #6b6259;
  --line:        #e5ded4;
  --radius:      12px;
  --shadow:      0 1px 2px rgba(43,33,24,.06), 0 8px 24px rgba(43,33,24,.06);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 17px/1.65 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--turf); }

h1, h2, h3 { line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.15rem); font-weight: 750; }
h3 { font-size: 1.12rem; font-weight: 700; }
p  { margin: 0 0 1.05em; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding-inline: 20px; }

.skip {
  position: absolute; left: -9999px; top: 0; background: var(--turf); color: #fff;
  padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

.eyebrow {
  text-transform: uppercase; letter-spacing: .12em; font-size: .74rem;
  font-weight: 700; color: var(--clay); margin: 0 0 .6em;
}

/* ---- HEADER ---- */
.site-head {
  background: var(--soil); color: #f3ece3; position: sticky;
  top: env(safe-area-inset-top, 0px); z-index: 50;
}
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; padding: 10px 0; }
.brand-mark { color: var(--turf-bright); display: flex; }
.brand-text strong { display: block; font-size: 1.02rem; letter-spacing: -.01em; }
.brand-text em { display: block; font-style: normal; font-size: .74rem; color: #b8aa99; }
.head-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-bottom: 8px; }
.head-nav a { color: #e6dcd0; text-decoration: none; font-size: .92rem; font-weight: 600; }
.head-nav a:hover, .head-nav a.on { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.btn-call { background: var(--turf-bright); color: #fff !important; padding: 9px 16px; border-radius: 999px; text-decoration: none !important; white-space: nowrap; }
.btn-call:hover { background: #4aa561; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block; font-weight: 700; text-decoration: none; border: 0;
  border-radius: 999px; cursor: pointer; text-align: center; font-family: inherit;
  transition: transform .06s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }
.btn-primary { background: var(--clay); color: #fff; box-shadow: 0 6px 18px rgba(181,80,42,.28); }
.btn-primary:hover { background: #c75a30; }
.btn-ghost { background: transparent; color: var(--soil); border: 2px solid var(--soil-mid); }
.btn-ghost:hover { background: var(--soil); color: #fff; }

/* ---- HERO ---- */
.hero { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); padding: 56px 0 44px; border-bottom: 1px solid var(--line); }
.hero-sub { padding: 44px 0 34px; }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.hero-narrow { grid-template-columns: 1fr; max-width: 760px; }
.lede { font-size: 1.16rem; color: var(--soil-mid); max-width: 60ch; }
.price-line {
  background: var(--turf-pale); border-left: 4px solid var(--turf); border-radius: 0 8px 8px 0;
  padding: 12px 16px; font-size: 1.02rem; display: inline-block;
}
.price-line strong { color: var(--turf); font-size: 1.2rem; }
.price-line span { display: block; font-size: .86rem; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 0; }
.hero-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 9px; }
.hero-points li { padding-left: 27px; position: relative; font-size: .97rem; color: var(--soil-mid); }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: .48em; width: 14px; height: 8px;
  border-left: 2.5px solid var(--turf-bright); border-bottom: 2.5px solid var(--turf-bright);
  transform: rotate(-45deg);
}
.hero-fig { margin: 0; }
.hero-fig img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
figcaption { font-size: .82rem; color: var(--muted); margin-top: 9px; line-height: 1.5; }

/* ---- LIVE ACTIVITY ---- */
.activity { background: var(--soil); color: #f0e9e0; padding: 40px 0; }
.activity .eyebrow { color: #d99b72; }
.activity h2 { color: #fff; margin-bottom: 0; }
.activity-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 26px; }
.activity-meter { text-align: right; flex-shrink: 0; }
.meter-word { display: block; font-size: 1.32rem; font-weight: 800; color: #fff; }
.meter-bars { display: flex; gap: 4px; margin: 7px 0 4px; justify-content: flex-end; }
.meter-bars i { width: 26px; height: 8px; border-radius: 3px; background: #4a3a2c; display: block; }
.meter-bars i.on { background: #d9c28f; }
.meter-bars i.on.lv4, .meter-bars i.on.lv5 { background: #e08b4f; }
.meter-bars i.on.lv5 { background: #e2673a; }
.meter-cap { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #a5988a; }

.activity-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; }
.act-card { background: #362a1f; border: 1px solid #4a3a2c; border-radius: var(--radius); padding: 22px 24px; }
.act-card h3 { color: #fff; font-size: 1.22rem; }
.act-card p { color: #ddd2c5; margin-bottom: .8em; font-size: .97rem; }
.act-card p:last-child { margin-bottom: 0; }
.act-verdict { border-top: 1px solid #4a3a2c; padding-top: 14px; color: #f3c98f !important; font-weight: 600; }
.act-tag {
  display: inline-block; background: #4a3a2c; color: #f0e2cd !important; font-size: .76rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 5px 12px;
  border-radius: 999px; margin-bottom: 14px !important;
}
.act-tag.hot { background: var(--clay); color: #fff !important; }
.act-trap { border-top: 1px solid #4a3a2c; padding-top: 13px; font-size: .92rem !important; }
.act-trap strong { color: #fff; }

.readings { list-style: none; display: flex; gap: 10px; flex-wrap: wrap; padding: 0; margin: 18px 0 0; }
.readings li { background: #362a1f; border: 1px solid #4a3a2c; border-radius: 9px; padding: 10px 16px; }
.readings li span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; color: #a5988a; }
.readings li strong { font-size: 1.16rem; color: #fff; }
.readings-note { flex: 1 1 260px; font-size: .8rem; color: #a5988a; line-height: 1.5; background: none !important; border: 0 !important; padding: 10px 0 0 !important; }

/* ---- BANDS ---- */
.band { padding: 56px 0; }
.band-alt { background: var(--paper); border-block: 1px solid var(--line); }
.band-lede { font-size: 1.06rem; color: var(--soil-mid); max-width: 66ch; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.two-col img { border-radius: var(--radius); box-shadow: var(--shadow); }
.inline-link { font-weight: 700; }

/* ---- CARDS ---- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 18px; margin-top: 26px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: border-color .15s ease, transform .1s ease, box-shadow .15s ease;
}
.card:hover { border-color: var(--turf-bright); transform: translateY(-2px); box-shadow: var(--shadow); }
.card h3 { color: var(--soil); }
.card p { font-size: .95rem; color: var(--muted); flex: 1; }
.card-more { color: var(--turf); font-weight: 700; font-size: .89rem; }
.band-alt .card { background: var(--cream); }

.county-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; margin-top: 26px; }
.county-card {
  background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--turf);
  border-radius: var(--radius); padding: 22px 24px; text-decoration: none; color: inherit;
}
.county-card:hover { border-left-color: var(--clay); }
.county-card h3 { color: var(--soil); font-size: 1.24rem; }
.county-card p { font-size: .92rem; color: var(--muted); }

/* ---- STEPS ---- */
.steps { list-style: none; counter-reset: s; padding: 0; margin: 28px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); }
.steps li { counter-increment: s; position: relative; padding-top: 46px; }
.steps li::before {
  content: counter(s); position: absolute; top: 0; left: 0;
  width: 34px; height: 34px; border-radius: 50%; background: var(--turf); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .96rem;
}
.steps p { font-size: .95rem; color: var(--muted); }

/* ---- PRICE ---- */
.band-price { background: var(--turf-pale); }
.price-box { max-width: 780px; }
.guarantee {
  background: var(--paper); border-left: 4px solid var(--turf-bright);
  padding: 13px 18px; border-radius: 0 8px 8px 0; font-weight: 600; color: var(--soil);
}

/* ---- FAQ ---- */
.band-faq { background: var(--paper); border-block: 1px solid var(--line); }
.faq { margin-top: 24px; max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary {
  cursor: pointer; font-weight: 700; padding: 15px 34px 15px 0; position: relative;
  list-style: none; font-size: 1.03rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--turf); line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq p { color: var(--muted); padding-bottom: 6px; max-width: 72ch; }

/* ---- CTA ---- */
.cta { background: var(--soil); color: #f0e9e0; padding: 46px 0; }
.cta h2 { color: #fff; }
.cta p { color: #d5c9bb; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 34px; flex-wrap: wrap; }
.cta-copy { flex: 1 1 420px; }
.cta-copy strong { color: #f3c98f; }
.cta-sub { font-size: .9rem; color: #a5988a !important; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta .btn-ghost { color: #fff; border-color: #6d5947; }
.cta .btn-ghost:hover { background: #fff; color: var(--soil); }

/* ---- ARTICLE ---- */
.post { padding: 40px 0 10px; }
.post-wrap { max-width: 760px; }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 18px; }
.post-lede { font-size: 1.16rem; color: var(--soil-mid); }
.post-hero img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.post-hero { margin: 0 0 30px; }
.post h2 { margin-top: 1.7em; }
.post p { color: #33291f; }
.post-cta { background: var(--turf-pale); border-radius: var(--radius); padding: 28px 30px; margin: 44px 0 26px; }
.post-cta h2 { margin-top: 0; }
.post-next { font-weight: 600; padding-bottom: 30px; }

/* ---- LISTS ---- */
.city-list { list-style: none; padding: 0; margin: 22px 0 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; }
.city-list a {
  display: block; background: var(--paper); border: 1px solid var(--line);
  border-radius: 9px; padding: 13px 16px; text-decoration: none; font-weight: 600; font-size: .95rem;
}
.city-list a:hover { border-color: var(--turf-bright); }

/* ---- FORM ---- */
.form-wrap { display: grid; grid-template-columns: 1.25fr .75fr; gap: 44px; align-items: start; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: flex; flex-direction: column; gap: 6px; font-size: .9rem; font-weight: 600; }
.quote-form label.full, .quote-form button, .quote-form .form-note, .form-error { grid-column: 1 / -1; }
.quote-form label i { font-style: normal; font-weight: 400; color: var(--muted); font-size: .8rem; }
.quote-form input, .quote-form textarea {
  font: inherit; font-size: 1rem; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 9px; background: var(--paper); color: var(--ink); width: 100%;
}
.quote-form input:focus, .quote-form textarea:focus { outline: 2px solid var(--turf-bright); outline-offset: 1px; border-color: transparent; }
.quote-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.form-note { font-size: .84rem; color: var(--muted); margin: 0; }
.form-error { background: var(--clay-pale); border-left: 4px solid var(--clay); padding: 12px 16px; border-radius: 0 8px 8px 0; color: #8a3a1c; font-weight: 600; margin: 0; }
.form-aside { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; }
.form-aside h2 { font-size: 1.24rem; }
.form-aside h3 { margin-top: 1.5em; font-size: 1rem; }
.form-aside p { font-size: .93rem; color: var(--muted); }
.big-phone { font-size: 1.5rem; font-weight: 800; text-decoration: none; }
.sent { background: var(--turf-pale); border-radius: var(--radius); padding: 30px 32px; }
.sent h2 { margin-top: 0; }
.sent-tip { background: var(--paper); border-radius: 9px; padding: 15px 18px; font-size: .94rem; }

/* ---- FOOTER ---- */
.site-foot { background: var(--soil); color: #b8aa99; padding: 46px 0 26px; font-size: .92rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.site-foot a { color: #ddd2c5; text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.foot-brand strong { color: #fff; font-size: 1.06rem; }
.foot-phone { font-size: 1.24rem; font-weight: 800; color: #fff !important; }
.foot-h { color: #fff; font-weight: 700; margin-bottom: .6em; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.foot-note { font-size: .84rem; margin-top: 14px; }
.foot-legal { border-top: 1px solid #4a3a2c; margin-top: 34px; padding-top: 20px; font-size: .82rem; }
.disclaim { color: #8d8071; max-width: 90ch; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-inner, .two-col, .activity-grid, .form-wrap, .foot-grid { grid-template-columns: 1fr; }
  .hero-fig { order: -1; }
  .activity-meter { text-align: left; }
  .meter-bars { justify-content: flex-start; }
  .hero { padding: 40px 0 34px; }
  .band { padding: 44px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .quote-form { grid-template-columns: 1fr; }
  .head-nav { gap: 12px; width: 100%; justify-content: space-between; }
  .hero-actions .btn, .cta-actions .btn { flex: 1 1 100%; }
  .btn-call-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
