/* =================================================================
   Monroe & Toledo Junk Removal — Design System
   Self-contained, responsive, conversion-focused local service site
   ================================================================= */

:root {
  /* Brand palette — Toledo navy + orange */
  --navy: #0a2240;
  --navy-deep: #060f1a;
  --blue: #f97316;
  --blue-light: #fff7ed;
  --green: #ea580c;
  --green-deep: #c2410c;
  --orange: #f97316;
  --orange-deep: #ea580c;

  /* Neutrals */
  --ink: #111827;
  --body: #4b5563;
  --muted: #6b7280;
  --line: #e5e7eb;
  --bg: #ffffff;
  --bg-soft: #f9fafb;
  --bg-tint: #f3f4f6;

  /* System */
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 3px rgba(10, 34, 64, .08), 0 1px 2px rgba(10, 34, 64, .06);
  --shadow: 0 10px 30px rgba(10, 34, 64, .11);
  --shadow-lg: 0 24px 60px rgba(10, 34, 64, .17);
  --maxw: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Poppins", var(--font);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.18; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2.05rem, 4.6vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.3vw, 2.35rem); }
h3 { font-size: 1.28rem; }
p { color: var(--body); }
ul, ol { color: var(--body); }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 76px 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: var(--bg-tint); }
.section--navy { background: var(--navy); color: #d1d5db; }
.section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; font-size: .76rem;
  color: var(--blue); margin-bottom: 12px;
}
.section--navy .eyebrow { color: #fb923c; }
.lead { font-size: 1.16rem; color: var(--body); }
.section-head { max-width: 720px; margin: 0 auto 48px; }
.section-head.left { margin-left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  padding: 15px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1; white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn--call { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(249,115,22,.34); }
.btn--call:hover { background: var(--orange-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(249,115,22,.42); }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(249,115,22,.30); }
.btn--green:hover { background: var(--green-deep); color: #fff; transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--navy); border-color: #cbd5e1; }
.btn--outline:hover { background: #fff; border-color: var(--blue); color: var(--navy); }
.btn--ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); }
.btn--ghost-light:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn--lg { padding: 18px 34px; font-size: 1.12rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy-deep); color: #9ca3af; font-size: .86rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 40px; }
.topbar a { color: #d1d5db; }
.topbar .tb-items { display: flex; gap: 22px; align-items: center; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar svg { width: 15px; height: 15px; opacity: .85; }
/* the two-county AREA string + long email overflow the topbar well above the
   chassis' 760px breakpoint; hide the secondary text from 1080 (matches the
   nav-collapse breakpoint) and let it wrap gracefully in between */
@media (max-width: 1080px) { .topbar .tb-hide { display: none; } }
@media (max-width: 760px) { .topbar .wrap { justify-content: center; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 44px; height: 44px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.14rem; color: var(--navy); letter-spacing: -.02em; white-space: nowrap; }
.brand-sub { font-size: .66rem; text-transform: uppercase; letter-spacing: .05em; color: var(--green-deep); font-weight: 600; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { color: var(--ink); font-weight: 500; font-size: .95rem; padding: 9px 10px; border-radius: 8px; font-family: var(--font); white-space: nowrap; }
.main-nav a:hover { background: var(--bg-tint); color: var(--navy); }
.has-drop { position: relative; }
.has-drop > a::after { content: "▾"; font-size: .7em; margin-left: 5px; opacity: .6; }
.drop {
  position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .16s ease; z-index: 70;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(4px); }
.drop a { display: block; padding: 10px 12px; border-radius: 7px; font-size: .95rem; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.header-phone .hp-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.header-phone { flex: none; display: none; }
.header-phone .hp-num { font-family: var(--display); font-weight: 800; font-size: 1.18rem; color: var(--navy); white-space: nowrap; }
.header-phone .hp-label { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; margin: 5px 0; transition: .2s; }

@media (max-width: 560px) {
  .site-header .wrap { gap: 10px; }
  /* long two-city brand name must be allowed to shrink and wrap, or the
     header (brand + Call Now + toggle) overflows a 375px viewport */
  .brand { gap: 9px; flex: 1 1 auto; min-width: 0; }
  .brand-text { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: .96rem; white-space: normal; line-height: 1.15; }
  .brand-sub { display: none; }
  .header-cta { flex: none; }
  .btn--call { padding: 12px 18px; font-size: .94rem; }
  /* topbar: at phone widths keep only the phone number, centered. The long
     two-county AREA string + the mail item overflowed 375px, and nowrap on
     .tb-item made the phone overflow rather than break mid-digits. */
  .topbar .tb-items:first-child { display: none; }
  .topbar .tb-item { white-space: nowrap; }
  .topbar .wrap { justify-content: center; }
}

/* this site's email/domain is long enough to overflow narrow columns */
.checklist span, .checklist a, .side-card a, .footer-contact a, .footer-contact span { overflow-wrap: anywhere; }

@media (max-width: 430px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: .88rem; }
  .btn--call { padding: 11px 13px; font-size: .85rem; }
  .header-cta { gap: 6px; }
  .nav-toggle { padding: 6px; }
  .nav-toggle span { width: 22px; margin: 4px 0; }
}

@media (max-width: 1080px) {
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .main-nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px;
  }
  .main-nav.open a { padding: 13px 14px; border-radius: 8px; }
  .main-nav.open .has-drop { position: static; }
  .main-nav.open .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 2px solid var(--line); border-radius: 0; margin: 2px 0 6px 12px; padding: 0; }
  .main-nav.open .has-drop > a::after { content: ""; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 60%, #0c2a50 100%); color: #e5e7eb; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background-image: radial-gradient(circle at 82% 18%, rgba(249,115,22,.45), transparent 42%),
                    radial-gradient(circle at 12% 92%, rgba(249,115,22,.18), transparent 45%);
}
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-top: 70px; padding-bottom: 80px; }
.hero h1 { color: #fff; }
.hero h1 .hl { color: #fb923c; }
.hero p.lead { color: #d1d5db; margin-top: 18px; max-width: 560px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); padding: 8px 14px; border-radius: 999px; font-size: .88rem; color: #f3f4f6; font-weight: 500; }
.hero-badge svg { width: 16px; height: 16px; color: #fb923c; }
.hero-cta { margin-top: 8px; }
.hero-rating { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-size: .92rem; color: #d1d5db; }
.stars { color: #fbbf24; letter-spacing: 2px; font-size: 1.05rem; }

/* Hero card (quote/contact) */
.hero-card { background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); padding: 28px; color: var(--body); }
.hero-card h3 { color: var(--navy); margin-bottom: 4px; }
.hero-card .hc-sub { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.field { margin-bottom: 13px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 13px; border: 1.5px solid var(--line); border-radius: 9px;
  font-family: var(--font); font-size: .96rem; color: var(--ink); background: #fff; transition: border .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-light); }
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: .76rem; color: var(--muted); margin-top: 10px; text-align: center; }
.form-status { display: none; margin-top: 12px; padding: 12px 14px; border-radius: 9px; font-size: .92rem; }
.form-status.ok { display: block; background: #f9fafb; border: 1px solid #ea580c; color: #14395f; }
.form-status.err { display: block; background: #fef2f2; border: 1px solid #f2a3a3; color: #9b2222; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; padding-bottom: 56px; }
  .hero-card { max-width: 460px; }
}

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 24px; padding: 22px; }
@media (max-width: 900px) { .trust-strip .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .trust-strip .wrap { grid-template-columns: 1fr; } }
.trust-item { display: flex; align-items: center; gap: 11px; }
.trust-item svg { width: 26px; height: 26px; color: var(--green); flex: none; }
.trust-item b { font-family: var(--display); color: var(--navy); font-size: 1.05rem; display: block; line-height: 1.1; }
.trust-item span { font-size: .82rem; color: var(--muted); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cbd5e1; }
.svc-icon { width: 56px; height: 56px; border-radius: 13px; background: var(--blue-light); display: grid; place-items: center; margin-bottom: 16px; }
.svc-icon svg { width: 30px; height: 30px; color: var(--blue); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .96rem; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 600; font-family: var(--display); font-size: .92rem; }
.card .card-link svg { width: 16px; height: 16px; transition: transform .15s; }
.card:hover .card-link svg { transform: translateX(3px); }
.price-tag { display: inline-block; background: var(--bg-tint); color: var(--navy-deep); font-weight: 700; font-family: var(--display); font-size: .85rem; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }

/* Feature list with checks */
.checklist { list-style: none; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; }
.checklist li svg { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 2px; }
.checklist.cols { grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .checklist.cols { grid-template-columns: 1fr; } }

/* Split media block */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split.reverse .split-media { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; } .split.reverse .split-media { order: 0; } }
.media-panel { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(160deg, var(--blue) 0%, var(--navy) 100%); aspect-ratio: 4/3; position: relative; }
.media-panel svg.illus { width: 100%; height: 100%; }

/* ---------- Process / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px 22px; }
.step .num { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--display); font-weight: 700; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { font-size: .92rem; }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr 1fr; } }
.stat .n { font-family: var(--display); font-weight: 800; font-size: 2.6rem; color: #fff; line-height: 1; }
.section--navy .stat .n { color: #fb923c; }
.stat .l { font-size: .92rem; margin-top: 6px; color: #9ca3af; }

/* ---------- Reviews ---------- */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review .stars { margin-bottom: 12px; }
.review p { font-style: italic; color: var(--ink); flex: 1; }
.review .rev-by { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.rev-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--blue-light); color: var(--navy); font-family: var(--display); font-weight: 700; display: grid; place-items: center; flex: none; }
.rev-by b { color: var(--ink); font-family: var(--display); display: block; line-height: 1.2; }
.rev-by span { font-size: .82rem; color: var(--muted); }

/* ---------- Areas served ---------- */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 760px) { .area-grid { grid-template-columns: 1fr 1fr; } }
/* long township names ("Bedford Township", "South Rockwood") blew out a
   2-up grid at 320px — go single column and let the label wrap */
@media (max-width: 400px) { .area-grid { grid-template-columns: 1fr; } }
.area-chip { min-width: 0; }
.area-chip span, .area-chip { overflow-wrap: anywhere; }
.area-chip { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 13px 16px; display: flex; align-items: center; gap: 9px; font-weight: 500; color: var(--ink); }
.area-chip svg { width: 17px; height: 17px; color: var(--green); flex: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 19px 22px; font-family: var(--display); font-weight: 600; font-size: 1.06rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ic { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--bg-tint); color: var(--navy); display: grid; place-items: center; font-size: 1.2rem; line-height: 1; transition: .2s; }
.faq-item.open .faq-q .ic { background: var(--navy); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--body); }
.faq-item.open .faq-a { max-height: 620px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--green-deep), var(--green)); color: #fff; border-radius: 0; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding: 50px 22px; }
.cta-band h2 { color: #fff; max-width: 640px; }
.cta-band p { color: #e5e7eb; margin-top: 8px; }

/* ---------- Article / blog ---------- */
.post-hero { background: linear-gradient(160deg, var(--navy), var(--navy-deep)); color: #d1d5db; padding: 56px 0 64px; }
.post-hero .wrap { max-width: 820px; }
.post-hero .crumbs { font-size: .85rem; color: #9ca3af; margin-bottom: 16px; }
.post-hero .crumbs a { color: #d1d5db; }
.post-hero h1 { color: #fff; }
.post-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; font-size: .88rem; color: #9ca3af; }
.post-meta span { display: inline-flex; align-items: center; gap: 7px; }
.post-meta svg { width: 16px; height: 16px; }
.tag { display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); padding: 4px 12px; border-radius: 999px; font-size: .76rem; font-weight: 600; letter-spacing: .03em; color: #f3f4f6; margin-bottom: 16px; }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 48px; align-items: start; }
@media (max-width: 940px) { .article-layout { grid-template-columns: minmax(0,1fr); } .article-side { order: 2; } }
.prose { min-width: 0; }

.prose { font-size: 1.06rem; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { margin-top: 1.9em; font-size: 1.7rem; }
.prose h3 { margin-top: 1.5em; font-size: 1.28rem; color: var(--navy); }
.prose p, .prose li { color: var(--body); }
.prose ul, .prose ol { padding-left: 1.3em; display: grid; gap: .5em; }
.prose li::marker { color: var(--green); }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose .lead { font-size: 1.18rem; color: var(--ink); }
.prose blockquote { border-left: 4px solid var(--green); background: var(--bg-soft); padding: 16px 22px; border-radius: 0 10px 10px 0; color: var(--ink); font-style: italic; }
.prose img { border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.callout { background: var(--blue-light); border: 1px solid #d1d5db; border-radius: var(--radius); padding: 22px 24px; }
.callout h4 { font-family: var(--display); color: var(--navy); margin-bottom: 6px; font-size: 1.08rem; display: flex; align-items: center; gap: 8px; }
.callout svg { width: 20px; height: 20px; color: var(--blue); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 460px; }
th, td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { background: var(--navy); color: #fff; font-family: var(--display); font-weight: 600; }
tbody tr:nth-child(even) { background: var(--bg-soft); }
tbody tr:last-child td { border-bottom: 0; }

.article-side .side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 92px; }
.side-card.cta { background: linear-gradient(165deg, var(--navy), var(--navy-deep)); color: #d1d5db; border: 0; }
.side-card.cta h3 { color: #fff; }
.side-card.cta p { color: #9ca3af; font-size: .94rem; margin: 8px 0 16px; }
.side-card .side-phone { font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: #fff; display: block; margin-bottom: 14px; }
.toc { margin-top: 24px; }
.toc h4 { font-family: var(--display); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 12px; }
.toc a { display: block; padding: 7px 0; font-size: .94rem; color: var(--body); border-bottom: 1px solid var(--line); }
.toc a:hover { color: var(--navy); }

/* Blog index cards */
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-thumb { aspect-ratio: 16/9; background: linear-gradient(150deg, var(--blue), var(--navy)); position: relative; display: grid; place-items: center; }
.post-thumb svg { width: 72px; height: 72px; color: rgba(255,255,255,.85); }
.post-card .pc-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card .pc-tag { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin-bottom: 9px; }
.post-card h3 { font-size: 1.16rem; margin-bottom: 8px; }
.post-card p { font-size: .94rem; flex: 1; }
.post-card .pc-link { margin-top: 14px; font-family: var(--display); font-weight: 600; font-size: .9rem; color: var(--navy); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #9ca3af; padding: 64px 0 26px; font-size: .94rem; }
.site-footer a { color: #d1d5db; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .brand-name { color: #fff; }
/* the global `ul, ol { color: var(--body) }` reset beats inheritance inside the
   footer, rendering the Services and Service Area lists at ~2.5:1 on the near-black
   footer. Chassis bug — present on every site cloned from this lineage. */
.site-footer ul, .site-footer ol, .site-footer li { color: #d1d5db; }
.footer-brand p { color: #9ca3af; margin-top: 12px; max-width: 320px; font-size: .92rem; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 9px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 11px; }
.footer-contact svg { width: 18px; height: 18px; color: #fb923c; flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .84rem; color: #9ca3af; }
.footer-bottom a { color: #cbd5e1; }

/* ---------- Mobile sticky call bar ---------- */
.mobile-call { display: none; }
@media (max-width: 980px) {
  .mobile-call {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
    box-shadow: 0 -4px 18px rgba(0,0,0,.14);
  }
  .mobile-call a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; font-family: var(--display); font-weight: 700; color: #fff; font-size: 1.02rem; }
  .mobile-call .mc-call { background: var(--orange); }
  .mobile-call .mc-quote { background: var(--navy); }
  .mobile-call svg { width: 19px; height: 19px; }
  body { padding-bottom: 58px; }
}

/* ---------- Misc ---------- */
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 7px; background: var(--bg-tint); color: var(--navy-deep); padding: 7px 14px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.pill svg { width: 15px; height: 15px; color: var(--green); }
.hr { height: 1px; background: var(--line); border: 0; margin: 0; }
.muted { color: var(--muted); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.disclaimer { background: #fff7ed; border: 1px solid #ffedd5; color: #9a3412; border-radius: 10px; padding: 14px 18px; font-size: .86rem; }
