:root {
  --olive: #556B2F;
  --olive-dark: #3E4F22;
  --olive-light: #6E8A3D;
  --orange: #D96C28;
  --orange-dark: #B8551D;
  --bg: #FBF8F2;
  --bg-alt: #F0EAD9;
  --paper: #FFFFFF;
  --ink: #2B2A1F;
  --ink-muted: #62604F;
  --line: #E2D9C3;
  --container: 1180px;
  --radius: 12px;
  --radius-sm: 8px;
  --font: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 8px 24px rgba(43, 42, 31, 0.1);
  --shadow-sm: 0 2px 10px rgba(43, 42, 31, 0.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font); color: var(--olive-dark); line-height: 1.15; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; color: var(--ink-muted); }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration: none; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem;
  border: none; cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-orange { background: var(--orange); color: #fff; box-shadow: var(--shadow-sm); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--paper); border: 1.5px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-line-olive { background: transparent; color: var(--olive-dark); border: 1.5px solid var(--olive-dark); }
.btn-line-olive:hover { background: var(--olive-dark); color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--olive); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; max-width: 1340px; }
.logo { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; font-size: 1.15rem; white-space: nowrap; flex-shrink: 0; }
.logo .mark { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 18px; flex-wrap: nowrap; }
.main-nav a { color: rgba(255,255,255,0.86); font-size: 0.85rem; font-weight: 600; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-phone { display: flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; font-size: 0.9rem; white-space: nowrap; }
.header-phone svg { width: 15px; height: 15px; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

@media (max-width: 1180px) {
  .main-nav { position: fixed; top: 76px; left: 0; right: 0; background: var(--olive-dark); flex-direction: column; align-items: flex-start; padding: 18px 24px 26px; gap: 16px; display: none; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-phone span.phone-text { display: none; }
}

/* Page hero (inner pages) */
.page-hero { background: var(--olive); padding: 64px 0 56px; }
.page-hero .eyebrow { color: var(--orange); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.82); max-width: 640px; margin-top: 14px; font-size: 1.05rem; }
.breadcrumb { color: rgba(255,255,255,0.6); font-size: 0.82rem; margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.85); }
.breadcrumb a:hover { text-decoration: underline; }

/* Home hero */
.home-hero { background: var(--olive); padding: 84px 0 0; position: relative; overflow: hidden; }
.home-hero .container { position: relative; z-index: 2; text-align: left; padding-bottom: 60px; }
.home-hero .eyebrow { color: var(--orange); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.home-hero h1 { color: #fff; max-width: 780px; }
.home-hero p.lead { color: rgba(255,255,255,0.84); font-size: 1.15rem; max-width: 620px; margin-top: 20px; }
.home-hero .hero-ctas { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; }

.trust-chips { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.15); }
.trust-chip { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 0.9rem; font-weight: 600; }
.trust-chip .ic { width: 34px; height: 34px; border-radius: 50%; background: rgba(217,108,40,0.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-chip .ic svg { width: 17px; height: 17px; stroke: var(--orange); fill: none; }

/* Sections */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-alt); }
.section-olive { background: var(--olive); }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow-lbl { color: var(--orange-dark); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.section-olive .eyebrow-lbl { color: var(--orange); }
.section-olive h2 { color: #fff; }
.section-olive p { color: rgba(255,255,255,0.78); }
.section-head p { margin-top: 14px; font-size: 1.03rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; gap: 30px; } }

.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink); font-weight: 600; font-size: 0.98rem; }
.check-list svg { flex-shrink: 0; width: 19px; height: 19px; fill: var(--olive); margin-top: 2px; }

/* Service overview cards (home) */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; height: 100%; }
.svc-card .svc-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(85,107,47,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-card .svc-icon svg { width: 22px; height: 22px; stroke: var(--olive); fill: none; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { font-size: 0.94rem; margin-bottom: 16px; }
.svc-card .lnk { margin-top: auto; color: var(--orange-dark); font-weight: 700; font-size: 0.88rem; display: inline-flex; align-items: center; gap: 6px; }

/* Pest hub index list (pest-control-services) */
.pest-toc { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.pest-toc a { background: var(--paper); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-size: 0.85rem; font-weight: 700; color: var(--olive-dark); }
.pest-toc a:hover { background: var(--olive); color: #fff; border-color: var(--olive); }

.pest-section { padding: 46px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 96px; }
.pest-section:last-child { border-bottom: none; }
.pest-section-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.pest-icon-lg { width: 52px; height: 52px; border-radius: 12px; background: rgba(217,108,40,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pest-icon-lg svg { width: 26px; height: 26px; stroke: var(--orange-dark); fill: none; }

/* Cost table */
.cost-table { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.cost-table th, .cost-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.cost-table th { background: var(--olive); color: #fff; font-weight: 700; }
.cost-table tr:last-child td { border-bottom: none; }
.cost-table td.price { font-weight: 800; color: var(--orange-dark); white-space: nowrap; }
.cost-table-wrap { overflow-x: auto; }

/* Seasonal calendar */
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .season-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .season-grid { grid-template-columns: 1fr; } }
.season-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.season-card .season-head { background: var(--olive); color: #fff; padding: 16px 20px; }
.season-card .season-head span { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); }
.season-card .season-head h3 { color: #fff; margin-top: 4px; }
.season-body { padding: 20px; }
.season-body .tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.season-body .tag-row span { background: var(--bg-alt); border-radius: 999px; padding: 5px 11px; font-size: 0.76rem; font-weight: 700; color: var(--olive-dark); }

/* Generic pill tag list (home page pest/season highlights) */
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; }
.tag-list span { background: var(--paper); border: 1px solid var(--line); padding: 9px 16px; border-radius: 999px; font-size: 0.85rem; font-weight: 700; color: var(--olive-dark); white-space: nowrap; }
.section-olive .tag-list span { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); color: #fff; }
.season-body p { font-size: 0.9rem; }

/* Service area */
.town-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 760px) { .town-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .town-grid { grid-template-columns: repeat(2, 1fr); } }
.town-chip { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; font-weight: 700; font-size: 0.92rem; color: var(--olive-dark); display: flex; align-items: center; gap: 8px; }
.town-chip svg { width: 14px; height: 14px; fill: var(--orange); flex-shrink: 0; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
.contact-form-card { background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 34px; }
.contact-frame { min-height: 500px; }
.contact-frame iframe { width: 100%; height: 500px; border: none; }
.contact-info-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.contact-info-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-list .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(85,107,47,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-list .ic svg { width: 19px; height: 19px; stroke: var(--olive); fill: none; }
.contact-info-list strong { display: block; color: var(--olive-dark); margin-bottom: 2px; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px 22px; font-weight: 700; font-size: 1rem; color: var(--olive-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-question .icon { color: var(--orange-dark); font-size: 1.2rem; transition: transform 0.2s ease; flex-shrink: 0; }
.faq-item.open .faq-question .icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; padding: 0 22px; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 22px 20px; }
.faq-answer p { margin: 0; font-size: 0.95rem; }

/* Final CTA band */
.final-cta { background: var(--orange); padding: 64px 0; text-align: center; }
.final-cta h2 { color: #fff; margin-bottom: 14px; }
.final-cta p { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 26px; }
.final-cta .btn-orange { background: var(--olive-dark); }
.final-cta .btn-orange:hover { background: var(--olive); }

/* Footer */
.site-footer { background: var(--olive-dark); color: rgba(255,255,255,0.68); padding: 56px 0 26px; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); margin-bottom: 24px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid .logo { margin-bottom: 12px; }
.footer-grid > div > p { color: rgba(255,255,255,0.55); font-size: 0.88rem; }
.footer-col h4 { color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; font-weight: 700; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: rgba(255,255,255,0.45); }

/* Thank-you */
.ty-wrap { max-width: 660px; margin: 0 auto; padding: 90px 24px 100px; text-align: center; }
.ty-badge { width: 80px; height: 80px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.ty-badge svg { width: 38px; height: 38px; fill: #fff; }
.ty-wrap .ty-lead { font-size: 1.08rem; margin-bottom: 34px; }
.ty-notice { background: var(--paper); border-left: 4px solid var(--orange); border-radius: var(--radius-sm); padding: 24px 26px; text-align: left; box-shadow: var(--shadow-sm); }
.ty-notice p { color: var(--ink); font-size: 0.96rem; margin-bottom: 12px; }
.ty-notice p:last-child { margin-bottom: 0; }

/* Legal */
.legal-wrap { max-width: 800px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-meta { color: var(--ink-muted); font-size: 0.9rem; margin-bottom: 36px; }
.legal-wrap h2 { font-size: 1.3rem; margin: 40px 0 12px; }
.legal-wrap h3 { font-size: 1rem; margin: 20px 0 8px; color: var(--olive); }
.legal-wrap ul { color: var(--ink-muted); padding-left: 20px; }
.legal-wrap li { margin-bottom: 8px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: var(--olive); font-weight: 700; font-size: 0.9rem; }

/* Stat row (inline highlight strip) */
.stat-row { display: flex; flex-wrap: wrap; gap: 30px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 8px 0 36px; }
.stat-row > div { display: flex; flex-direction: column; gap: 3px; }
.stat-row strong { font-size: 1.55rem; color: var(--olive-dark); font-weight: 800; }
.stat-row span { font-size: 0.82rem; color: var(--ink-muted); font-weight: 600; }

/* Mini numbered steps */
.mini-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.mini-steps li { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.mini-steps li:last-child { border-bottom: none; padding-bottom: 0; }
.mini-steps li:first-child { padding-top: 0; }
.mini-steps .num { width: 34px; height: 34px; border-radius: 50%; background: var(--olive); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.92rem; flex-shrink: 0; }
.mini-steps h3 { margin-bottom: 4px; font-size: 1.02rem; }
.mini-steps p { font-size: 0.93rem; margin-bottom: 0; }

/* Related pages block */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }
.related-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.related-card h3 { font-size: 1rem; margin-bottom: 8px; }
.related-card p { font-size: 0.88rem; margin-bottom: 14px; }
.related-card .lnk { color: var(--orange-dark); font-weight: 700; font-size: 0.86rem; }

/* Simple text page wrap (used for content pages) */
.content-wrap { max-width: 820px; }
.content-wrap.wide { max-width: 100%; }
