/* Beckham Pest Control — seo1 + crest 3 lock v2026.09.20-crest3
   Orion brand: FULL BLUE — #1e3a8a / #1d4ed8 / #eff6ff. Logo: gold lions + ancient hybrid crest 3. */
:root {
  --blue-900: #1e3a8a; /* deep blue (Fable) */
  --blue-800: #1e40af;
  --blue-700: #1d4ed8; /* trust blue — CTAs */
  --blue-600: #2563eb; /* bright trust */
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --white: #ffffff;
  --sand: #f8fafc;
  --amber: #d97706;
  --radius: 12px;
  --shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  --max: 1080px;
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--blue-900); }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: white; padding: 0.5rem 0.75rem; border-radius: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  color: inherit; text-decoration: none; font-weight: 700; letter-spacing: -0.02em;
}
.brand-logo {
  height: 52px; width: auto; display: block; flex-shrink: 0;
  object-fit: contain;
}
.footer-brand {
  display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.55rem;
}
.footer-brand img {
  height: 40px; width: auto; flex-shrink: 0;
}
.footer-brand strong {
  font-size: 1.05rem; color: #ffffff;
}
.entity-fact {
  font-size: 0.95rem; color: var(--ink-soft); max-width: 42rem;
}
.speakable, .quotable {
  /* AEO: short citation-friendly facts */
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(145deg, var(--blue-600), var(--blue-900));
  color: white; display: grid; place-items: center; flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1rem; }
.brand-text span { font-size: 0.72rem; color: var(--muted); font-weight: 500; }
.nav { display: none; gap: 1.25rem; align-items: center; }
.nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue-700); }
.header-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--blue-700); color: white !important; text-decoration: none !important;
  font-weight: 600; font-size: 0.9rem; padding: 0.55rem 0.9rem; border-radius: 999px;
}
.header-cta:hover { background: var(--blue-900); }

.hero {
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(37,99,235,0.18), transparent 55%),
    linear-gradient(180deg, var(--blue-50), var(--white) 70%);
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; gap: 1.75rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--blue-700); background: var(--blue-100);
  padding: 0.3rem 0.65rem; border-radius: 999px; margin-bottom: 0.9rem;
}
.hero h1 {
  margin: 0 0 0.75rem; font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.15; letter-spacing: -0.03em;
}
.hero-lead { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: 1.08rem; max-width: 38rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  border-radius: 999px; padding: 0.85rem 1.25rem; font-weight: 700;
  text-decoration: none !important; border: 2px solid transparent; font-size: 1rem;
}
.btn-primary { background: var(--blue-700); color: white !important; }
.btn-primary:hover { background: var(--blue-900); }
.btn-secondary { background: white; color: var(--blue-800) !important; border-color: var(--blue-100); }
.btn-secondary:hover { border-color: var(--blue-600); }
.btn-lg { padding: 1rem 1.4rem; font-size: 1.05rem; }
.trust-row {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.1rem;
  margin-top: 1.4rem; color: var(--muted); font-size: 0.9rem;
}
.trust-row span { display: inline-flex; align-items: center; gap: 0.35rem; }
.hero-card {
  background: white; border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem;
}
.hero-card h2 { margin: 0 0 0.75rem; font-size: 1.05rem; }
.phone-big {
  display: block; font-size: clamp(1.5rem, 4vw, 1.85rem); font-weight: 800;
  letter-spacing: -0.02em; color: var(--blue-800); text-decoration: none; margin-bottom: 0.35rem;
}
.phone-big:hover { color: var(--blue-600); }
.hero-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.hero-card ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.55rem; }
.hero-card li {
  display: flex; gap: 0.55rem; align-items: flex-start;
  font-size: 0.95rem; color: var(--ink-soft);
}
.check {
  width: 1.15rem; height: 1.15rem; flex-shrink: 0; margin-top: 0.15rem;
  border-radius: 50%; background: var(--blue-100); color: var(--blue-800);
  display: grid; place-items: center; font-size: 0.7rem; font-weight: 800;
}

.section { padding: 3rem 0; }
.section-alt { background: var(--sand); border-block: 1px solid var(--line); }
.section-head { margin-bottom: 1.5rem; max-width: 40rem; }
.section-head h2 {
  margin: 0 0 0.5rem; font-size: clamp(1.45rem, 3vw, 1.85rem); letter-spacing: -0.02em;
}
.section-head p { margin: 0; color: var(--ink-soft); }
.cards { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem;
}
.card h3 { margin: 0 0 0.45rem; font-size: 1.1rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.card .icon {
  width: 42px; height: 42px; border-radius: 10px; background: var(--blue-50);
  color: var(--blue-700); display: grid; place-items: center; margin-bottom: 0.85rem; font-size: 1.2rem;
}
.why-grid { display: grid; gap: 1rem; }
.why-item {
  display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start;
  padding: 1rem; background: white; border: 1px solid var(--line); border-radius: var(--radius);
}
.why-item strong { display: block; margin-bottom: 0.2rem; }
.why-item p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

.rings { display: grid; gap: 1rem; }
.ring { border-radius: var(--radius); border: 1px solid var(--line); background: white; overflow: hidden; }
.ring-head {
  padding: 0.85rem 1.1rem; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center; gap: 0.5rem;
}
.ring-core .ring-head { background: var(--blue-700); color: white; }
.ring-county .ring-head { background: var(--blue-100); color: var(--blue-900); }
.ring-stretch .ring-head { background: var(--sand); color: var(--ink-soft); }
.ring-body { padding: 1rem 1.1rem 1.15rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.chip {
  background: var(--blue-50); color: var(--blue-900); border: 1px solid var(--blue-100);
  border-radius: 999px; padding: 0.28rem 0.7rem; font-size: 0.85rem; font-weight: 600;
}
.ring-stretch .chip { background: var(--sand); border-color: var(--line); color: var(--ink-soft); }
.badge {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.9;
}
.map-panel {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem;
}
.map-panel h3 { margin: 0 0 0.75rem; font-size: 1rem; }
.map-svg { width: 100%; height: auto; }
.note-verify {
  display: none; /* public verify chips hidden — see seo-aeo-bots/VERIFY-WITH-ORION.md */
}
.verify-line { margin-top: 0.75rem; font-size: 0.85rem; color: var(--muted); }

.prose { max-width: 42rem; color: var(--ink-soft); }
.prose p { margin: 0 0 1rem; }
.prose h2 { color: var(--ink); margin: 0 0 0.75rem; }
.contact-hero {
  text-align: center; padding: 2.5rem 1rem;
  background: linear-gradient(180deg, var(--blue-50), white);
  border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px);
}
.contact-hero .phone-big { font-size: clamp(1.8rem, 6vw, 2.4rem); margin: 0.5rem 0; }
.hours-box, .address-box {
  margin-top: 1.25rem; padding: 1rem 1.1rem;
  border: 1px dashed #f59e0b55; border-radius: var(--radius); background: #fffbeb;
}
.hours-box h3, .address-box h3 {
  margin: 0 0 0.35rem; font-size: 0.95rem;
  display: flex; align-items: center; gap: 0.45rem; flex-wrap: wrap;
}
.faq details {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: white; padding: 0.85rem 1rem; margin-bottom: 0.65rem;
}
.faq summary { cursor: pointer; font-weight: 650; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: 0.65rem 0 0; color: var(--ink-soft); font-size: 0.95rem; }
.services-split { display: grid; gap: 1rem; }
.list-clean { margin: 0.75rem 0 0; padding-left: 1.1rem; color: var(--ink-soft); }
.list-clean li { margin-bottom: 0.35rem; }

.site-footer {
  background: var(--blue-900); color: #dbeafe; padding: 2.25rem 0 5.5rem;
}
.site-footer a { color: white; }
.footer-grid { display: grid; gap: 1.5rem; }
.footer-grid h3 { margin: 0 0 0.5rem; color: white; font-size: 0.95rem; }
.footer-grid p, .footer-grid li { margin: 0; font-size: 0.9rem; opacity: 0.92; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-meta {
  margin-top: 1.75rem; padding-top: 1rem;
  border-top: 1px solid rgba(219,234,254,0.28);
  display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; justify-content: space-between;
  font-size: 0.8rem; opacity: 0.85;
}
.version { font-variant-numeric: tabular-nums; }

.sticky-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(15,23,42,0.08);
}
.sticky-call-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; max-width: var(--max); margin-inline: auto;
}
.sticky-call a {
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  width: 100%; color: white !important;
  text-decoration: none !important; font-weight: 800; font-size: 1rem;
  padding: 0.9rem 0.75rem; border-radius: 999px;
}
.sticky-call a.sticky-tel { background: var(--blue-700); }
.sticky-call a.sticky-tel:hover { background: var(--blue-900); }
.sticky-call a.sticky-sms { background: var(--blue-900); }
.sticky-call a.sticky-sms:hover { background: var(--blue-800); }

@media (min-width: 720px) {
  .nav { display: flex; }
  .hero-grid { grid-template-columns: 1.35fr 0.9fr; align-items: start; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .rings { grid-template-columns: 1.1fr 0.9fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .sticky-call { display: none; }
  .site-footer { padding-bottom: 2.25rem; }
  .services-split { grid-template-columns: 1fr 1fr; }
  .brand-logo { height: 56px; width: auto; }
}
