/* OKC Rodent Control: hyperlocal local-business design.
   Direction from the client-supplied Oklahoma City reference screenshot:
   red-orange brand + charcoal, shield badge, full-bleed house hero with a dark scrim,
   circular framed photos on warm panels, an eight-card "What Makes Us Unique" grid.
   Oswald condensed display + Open Sans body. Rodent-only, connector-safe. */

:root {
  --orange: #e2542a;
  --orange-600: #c8451d;
  --orange-700: #a93916;
  --orange-050: #fbeee8;
  --orange-100: #f6d9cc;
  --ink: #232a30;
  --ink-900: #191f24;
  --ink-800: #22292f;
  --ink-700: #2d363d;
  --body: #46505a;
  --muted: #6c7781;
  --line: #e7e2dc;
  --line-2: #ece7e1;
  --cream: #f7f3ee;
  --cream-2: #f1ebe3;
  --white: #ffffff;
  --blue-ink: #2b3a45;
  --shadow: 0 16px 40px rgba(35, 28, 22, 0.16);
  --shadow-sm: 0 6px 18px rgba(35, 28, 22, 0.10);
  --radius: 10px;
  --f-display: 'Oswald', system-ui, sans-serif;
  --f-body: 'Open Sans', system-ui, 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.68;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 600; letter-spacing: .005em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.4rem); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 600; }
h3 { font-size: 1.28rem; font-weight: 600; }
p { margin: 0 0 1.1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 68px 0; }
.section--tight { padding: 46px 0; }
.section--cream { background: var(--cream); }
.eyebrow { font-family: var(--f-display); font-weight: 600; text-transform: uppercase; letter-spacing: .18em; font-size: .84rem; color: var(--orange); margin: 0 0 .6rem; }
.eyebrow--deco { display: flex; align-items: center; justify-content: center; gap: 14px; }
.eyebrow--deco::before, .eyebrow--deco::after { content: ""; width: 40px; height: 2px; background: var(--orange-100); }
.lead { font-size: 1.17rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 780px; }
.measure.center { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--f-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; border-radius: 6px; padding: .85rem 1.6rem; 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); }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 10px 22px rgba(226, 84, 42, .32); }
.btn-orange:hover { background: var(--orange-600); }
.btn-dark { background: var(--ink-800); color: #fff; }
.btn-dark:hover { background: var(--ink-900); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange-600); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-lg { font-size: 1.1rem; padding: 1rem 1.8rem; }
.btn-block { width: 100%; justify-content: center; }

/* Top announcement bar */
.topbar { background: var(--ink-900); color: #cbd3da; font-size: .9rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 40px; padding-top: 5px; padding-bottom: 5px; }
.topbar .tb-left { display: inline-flex; align-items: center; gap: 8px; }
.topbar .tb-right { display: inline-flex; align-items: center; gap: 20px; }
.topbar svg { color: var(--orange); flex: none; }
.topbar strong, .topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: var(--orange); text-decoration: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 1.32rem; line-height: 1; text-transform: uppercase; letter-spacing: .01em; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 50px; height: 56px; flex: none; }
.brand small { display: block; font-size: .64rem; font-weight: 600; color: var(--orange); letter-spacing: .16em; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-family: var(--f-display); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; font-size: .96rem; color: var(--ink); }
.nav a:hover { color: var(--orange-600); 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: 700; color: var(--ink); font-size: 1.24rem; white-space: nowrap; line-height: 1; }
.header-phone small { display: block; font-size: .62rem; font-weight: 600; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 3px; }
.header-phone a { color: var(--ink); }
.menu-toggle { display: none; }

/* Hero (full-bleed photo, dark scrim, left copy) */
.hero { position: relative; color: #fff; background: var(--ink-900); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(20, 15, 12, .90) 0%, rgba(24, 18, 14, .74) 42%, rgba(24, 18, 14, .30) 100%), url('/images/hero.jpg'); background-size: cover; background-position: center; }
.hero-inner { position: relative; padding: 96px 0 104px; max-width: 660px; }
.hero .eyebrow { color: var(--orange); }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 .accent { color: var(--orange); display: block; }
.hero p { color: #ece6e0; font-size: 1.22rem; max-width: 48ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; align-items: center; }
.hero-actions .call-note { color: #e4dcd4; font-size: .95rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-badges span { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--f-display); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; font-size: .92rem; color: #f4efe9; }
.hero-badges svg { flex: none; color: var(--orange); }

/* Rating strip */
.rating-strip { background: var(--ink-800); color: #e7ded6; }
.rating-strip .container { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 15px 20px; text-align: center; }
.rating-strip .stars { color: #ffb32b; font-size: 1.3rem; letter-spacing: 2px; }
.rating-strip .rate-num { font-family: var(--f-display); font-weight: 600; color: #fff; font-size: 1.08rem; }
.rating-strip .rate-txt { color: #c3bcb4; font-size: .96rem; }
.rating-strip .g { font-family: var(--f-display); font-weight: 600; color: #fff; letter-spacing: .04em; }

/* Intro split with circular framed photo on a warm panel */
.introwrap { display: grid; grid-template-columns: 460px 1fr; gap: 54px; align-items: center; }
.introwrap.flip { grid-template-columns: 1fr 460px; }
.introwrap.flip .photo-frame { order: 2; }
.photo-frame { position: relative; display: grid; place-items: center; padding: 26px; }
.photo-frame::before { content: ""; position: absolute; inset: 0; background: var(--orange); border-radius: 18px; transform: rotate(-3deg); opacity: .12; }
.photo-frame::after { content: ""; position: absolute; inset: 10px; background: radial-gradient(circle at 30% 25%, var(--orange-100), var(--orange-050)); border-radius: 50%; }
.photo-frame img { position: relative; z-index: 1; width: 100%; max-width: 380px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 50%; border: 8px solid #fff; box-shadow: var(--shadow); }
.introwrap .badge-dot { position: absolute; z-index: 2; bottom: 22px; right: 30px; width: 78px; height: 86px; }

/* Feature cards trio */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); text-align: center; }
.feature-card .ic { width: 50px; height: 50px; margin: 0 auto 14px; color: var(--orange); }
.feature-card h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.feature-card p { font-size: .98rem; color: var(--muted); margin: 0; }

/* What Makes Us Unique grid */
.unique-band { background: var(--cream); }
.unique-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 38px; }
.unique-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); }
.unique-card .ic { width: 44px; height: 44px; margin-bottom: 14px; color: var(--orange); }
.unique-card h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.unique-card p { font-size: .94rem; color: var(--muted); margin: 0; }

/* Symptom grid (signature module) */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.symptom-card { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 10px; padding: 24px 22px; box-shadow: var(--shadow-sm); }
.symptom-card h3 { font-size: 1.12rem; margin-bottom: .35rem; color: var(--ink); }
.symptom-card p { margin: 0; font-size: .97rem; color: var(--body); }

/* Services band (dark, photo cards) */
.services-band { background: linear-gradient(180deg, var(--ink-800), var(--ink-900)); color: #fff; }
.services-band h2, .services-band .eyebrow { color: #fff; }
.services-band .eyebrow { color: var(--orange); }
.services-band .sec-sub { color: #cfc7bf; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.service-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); color: var(--ink); display: flex; flex-direction: column; transition: transform .14s ease; }
.service-card:hover { transform: translateY(-4px); text-decoration: none; }
.service-card .thumb { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; background: var(--cream-2); }
.service-card .sc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: .4rem; 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: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--orange-600); font-size: .9rem; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; box-shadow: var(--shadow-sm); position: relative; }
.step .num { width: 50px; height: 50px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--f-display); font-weight: 700; 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 */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split img { border-radius: var(--radius); 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: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); }
.checklist li::after { content: ""; position: absolute; left: 7px; top: 9px; width: 8px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* Offers */
.offer-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 30px; }
.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: linear-gradient(120deg, var(--ink-700), var(--ink-900)); 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(--orange); color: #fff; font-family: var(--f-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; padding: .28rem .8rem; border-radius: 999px; margin-bottom: .4rem; }

/* Service area */
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 42px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 18px 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: 500; color: var(--ink); font-size: 1rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(226,84,42,.16); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* FAQ */
.faq { max-width: 830px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 18px 22px; font-family: var(--f-display); font-weight: 600; 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(--orange); font-weight: 600; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 22px 18px; color: var(--body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* Call band */
.callband { background: var(--ink-900); color: #fff; }
.callband--orange { background: linear-gradient(120deg, var(--orange), var(--orange-700)); }
.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: #efe7df; margin: .3rem 0 0; }
.callband--orange p { color: #fff; }

/* Page hero (inner pages) */
.page-hero { position: relative; background: var(--ink-900); color: #fff; padding: 54px 0 46px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,15,12,.92), rgba(24,18,14,.7)), url('/images/hero.jpg'); background-size: cover; background-position: center; opacity: .5; }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #e7ded6; font-size: 1.16rem; max-width: 62ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .86rem; color: #c3bcb4; margin-bottom: 14px; font-family: var(--f-display); text-transform: uppercase; letter-spacing: .05em; }
.breadcrumbs a { color: #e7ded6; }
.page-hero .hero-actions { margin-top: 8px; }

/* 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(--cream); border-left: 4px solid var(--orange); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 104px; 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(--ink-900); color: #fff; text-align: center; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card p { color: #c9c1b9; }
.sidebar .call-card .num { font-family: var(--f-display); font-weight: 700; 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; font-family: var(--f-body); }

/* 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); box-shadow: var(--shadow); padding: 28px 26px; border-top: 6px solid var(--orange); }
.book-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.book-form label { display: block; font-family: var(--f-display); font-weight: 500; font-size: .86rem; color: var(--ink); margin: 0 0 .3rem; text-transform: uppercase; letter-spacing: .04em; }
.book-form .field { margin-bottom: 12px; }
.book-form input, .book-form textarea { width: 100%; padding: .74rem .8rem; border: 1px solid var(--line); border-radius: 8px; font-family: var(--f-body); font-size: 1rem; color: var(--ink); background: #fdfbf9; }
.book-form input:focus, .book-form textarea:focus { outline: 2px solid var(--orange); border-color: var(--orange); }
.book-form .fineprint { font-size: .8rem; color: var(--muted); margin: .6rem 0 0; }

/* Footer */
.site-footer { background: var(--ink-900); color: #b3aca4; padding: 56px 0 26px; 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; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.site-footer a { color: #b3aca4; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-brand .logo { width: 50px; height: 56px; margin-bottom: 12px; }
.footer-phone { font-family: var(--f-display); font-weight: 700; font-size: 1.5rem; color: #fff; margin: 6px 0; }
.footer-phone a { color: #fff; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 36px; padding-top: 20px; font-size: .84rem; color: #8a837b; 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) {
  .hero-inner { padding: 66px 0 74px; }
  .introwrap, .introwrap.flip { grid-template-columns: 1fr; gap: 30px; }
  .introwrap.flip .photo-frame { order: 0; }
  .unique-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-cards { grid-template-columns: repeat(3, 1fr); }
  .book-grid { grid-template-columns: 1fr; gap: 26px; }
  .symptom-grid, .service-cards, .steps { 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 { padding: .6rem 1rem; font-size: .88rem; }
  .topbar .tb-left span { display: none; }
  .menu-toggle { display: inline-flex; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 48px 0; }
  .hero-inner { padding: 52px 0 60px; }
  .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; }
  main { padding-bottom: 74px; }
  .sticky-call {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--orange); 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: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 1.08rem; color: #fff; }
  .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: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 10px 0; }
  .mobile-menu a { display: block; padding: 12px 20px; font-family: var(--f-display); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); border-bottom: 1px solid var(--cream); }
  .mobile-menu a:hover { background: var(--cream); text-decoration: none; }
}
