/* FixMyHome Pro — design system v2 (warm-neutral editorial) */

:root {
  /* Type */
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "DM Sans", "Inter", sans-serif;

  /* Warm-neutral palette */
  --cream: #fbf6ee;
  --cream-2: #f3ebdd;
  --bg: #ffffff;
  --ink: #1f2937;
  --ink-2: #374151;
  --slate: #0f172a;
  --muted: #6b7280;
  --line: #e8e0d2;
  --line-2: #efe9da;

  /* Accent: terracotta + supporting forest */
  --terracotta: #c8553d;
  --terracotta-d: #a93f2a;
  --forest: #2f5d50;
  --gold: #c9a449;

  /* Misc */
  --shadow-sm: 0 1px 3px rgba(31, 41, 55, .06), 0 1px 2px rgba(31, 41, 55, .04);
  --shadow: 0 8px 30px rgba(31, 41, 55, .07);
  --shadow-lg: 0 20px 60px rgba(31, 41, 55, .10);
  --radius: 14px;
  --radius-sm: 8px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "calt";
}
a { color: var(--terracotta); text-decoration: none; transition: color .15s; }
a:hover { color: var(--terracotta-d); text-decoration: underline; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--slate);
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  line-height: 1.2;
}
h1 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1em; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.flex { display: flex; align-items: center; }
.between { justify-content: space-between; }

/* ---------------- Header ---------------- */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(120%) blur(8px);
  background: rgba(251, 246, 238, .92);
}
.nav { padding: 18px 0; gap: 28px; }
.brand {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--slate);
  letter-spacing: -.02em;
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.brand .mark {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--terracotta); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800;
}
.brand .accent { color: var(--terracotta); }
.nav-links { display: flex; gap: 26px; list-style: none; margin: 0 auto 0 16px; padding: 0; }
.nav-links a {
  color: var(--ink); font-weight: 500; font-size: 15px;
}
.nav-links a:hover { color: var(--terracotta); text-decoration: none; }
.btn-call {
  background: var(--slate);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -.01em;
}
.btn-call:hover { background: var(--terracotta); text-decoration: none; }
.tel-strip { font-size: 13px; color: var(--muted); padding: 7px 0; border-bottom: 1px solid var(--line-2); background: var(--cream-2); }
.tel-strip a { color: var(--ink); font-weight: 600; }

/* ---------------- Hero ---------------- */
.hero {
  background: var(--cream);
  padding: 88px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: -100px;
  background:
    radial-gradient(ellipse 900px 480px at 78% 6%, rgba(200, 85, 61, .10), transparent 70%),
    radial-gradient(ellipse 700px 420px at 4% 100%, rgba(47, 93, 80, .07), transparent 70%);
  pointer-events: none;
}
.hero::after {
  /* Subtle grid texture for distinctive editorial feel */
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(31,41,55,.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(31,41,55,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.hero-inner { position: relative; max-width: 940px; margin: 0 auto; text-align: center; z-index: 1; }
.eyebrow {
  display: inline-block;
  background: var(--cream-2);
  color: var(--forest);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 20px;
  border: 1px solid var(--line);
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--terracotta); }
.hero .lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--ink-2);
  max-width: 640px;
  margin: 0 auto 36px;
}

/* Hero ZIP search */
.zip-search {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: auto 1fr 1.4fr auto;
  gap: 10px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid var(--line);
}
.zip-search .icon-pin {
  width: 44px; height: 44px;
  background: var(--cream-2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--terracotta);
  font-size: 22px;
}
.zip-search input,
.zip-search select {
  border: 0;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 14px;
  background: transparent;
  color: var(--ink);
  outline: 0;
  width: 100%;
}
.zip-search input::placeholder { color: var(--muted); }
.zip-search select { cursor: pointer; appearance: none; background: transparent; }
.zip-search .divider {
  display: none;
}
.zip-search button {
  background: var(--terracotta);
  color: #fff;
  border: 0;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, transform .05s;
  letter-spacing: -.01em;
}
.zip-search button:hover { background: var(--terracotta-d); }
.zip-search button:active { transform: translateY(1px); }

.trust-row {
  display: flex; justify-content: center; gap: 22px; flex-wrap: wrap;
  margin-top: 26px; font-size: 14px; color: var(--muted);
}
.trust-row span::before {
  content: "✓"; color: var(--forest); font-weight: 700; margin-right: 6px;
}

/* ---------------- Sections ---------------- */
section { padding: 72px 0; }
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { background: #fff; }
.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 17px; }

.bg-white { background: #fff; }
.bg-cream { background: var(--cream); }
.bg-cream-2 { background: var(--cream-2); }
.bg-slate { background: var(--slate); color: #fff; }
.bg-slate h1, .bg-slate h2, .bg-slate h3 { color: #fff; }
.bg-slate .eyebrow { background: rgba(255,255,255,.08); color: var(--gold); border-color: rgba(255,255,255,.1); }

/* ---------------- Trade icon cards ---------------- */
.trades-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.trade-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .15s, box-shadow .15s, border-color .15s;
  display: block; color: var(--ink);
  text-decoration: none;
}
.trade-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--terracotta);
  text-decoration: none;
}
.trade-card .icon-circle {
  width: 56px; height: 56px;
  background: var(--cream);
  color: var(--terracotta);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}
.trade-card h3 { color: var(--slate); font-size: 1.2rem; margin-bottom: 6px; }
.trade-card p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.trade-card .price-tag {
  font-size: 13px; color: var(--forest); font-weight: 700;
  display: inline-block; padding: 4px 10px; background: rgba(47,93,80,.08); border-radius: 999px;
}

/* ---------------- Cost editorial cards ---------------- */
.cost-editorial { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cost-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  display: flex; flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.cost-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cost-card .price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: 6px;
}
.cost-card .price small { font-size: 1rem; color: var(--muted); font-weight: 500; }
.cost-card h3 { margin: 14px 0 8px; font-size: 1.15rem; }
.cost-card p { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; flex: 1; }
.cost-card a.read {
  color: var(--terracotta); font-weight: 600; font-size: 14px;
}

/* ---------------- City grid ---------------- */
.city-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.city-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  display: block;
  color: var(--ink);
  transition: border-color .12s, transform .12s;
}
.city-card:hover { border-color: var(--terracotta); text-decoration: none; transform: translateY(-2px); }
.city-card strong { display: block; color: var(--slate); font-family: var(--font-display); font-size: 16px; margin-bottom: 2px; }
.city-card .meta { font-size: 12.5px; color: var(--muted); }

/* ---------------- Listings ---------------- */
.listing-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.listing {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px;
  transition: box-shadow .15s, border-color .15s;
}
.listing:hover { box-shadow: var(--shadow-sm); border-color: var(--terracotta); }
.listing h3 { margin: 0 0 6px; font-size: 1.25rem; }
.listing .meta { color: var(--muted); font-size: 14.5px; margin-bottom: 10px; }
.listing .src-tag {
  display: inline-block; font-size: 11px; color: var(--forest);
  background: rgba(47, 93, 80, .08); padding: 2px 9px; border-radius: 999px;
  font-weight: 600; margin-left: 8px; letter-spacing: .02em; text-transform: uppercase;
}
.listing .badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.badge { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.badge-licensed { background: rgba(47,93,80,.10); color: var(--forest); }
.badge-bbb { background: var(--slate); color: #fff; }
.badge-247 { background: rgba(200,85,61,.10); color: var(--terracotta-d); }
.badge-years { background: var(--cream-2); color: var(--ink-2); }
.rating { color: var(--gold); font-weight: 700; font-size: 15px; }
.specs { font-size: 14px; color: var(--ink); }
.specs strong { color: var(--slate); }
.listing-cta {
  display: flex; flex-direction: column; gap: 8px; min-width: 180px;
}
.btn-quote {
  background: var(--terracotta); color: #fff !important;
  padding: 12px; border-radius: 10px; font-weight: 700; text-align: center;
}
.btn-quote:hover { background: var(--terracotta-d); text-decoration: none; }
.btn-call-listing {
  background: #fff; color: var(--slate) !important;
  padding: 11px; border-radius: 10px; font-weight: 700; text-align: center;
  border: 1.5px solid var(--slate);
}
.btn-call-listing:hover { background: var(--slate); color: #fff !important; text-decoration: none; }

/* ---------------- Two-col layout ---------------- */
.layout-2col { display: grid; grid-template-columns: 1fr 320px; gap: 48px; }
.sidebar h4 { color: var(--slate); margin: 0 0 14px; font-size: 17px; font-family: var(--font-display); }
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 22px;
}
.panel-cream { background: var(--cream-2); border: 1px solid var(--line); }

/* ---------------- Cost detail box ---------------- */
.cost-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin: 24px 0;
}
.cost-box h3 { color: var(--slate); margin-top: 0; }
.cost-table { width: 100%; border-collapse: collapse; margin: 8px 0; }
.cost-table th, .cost-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line-2);
  font-size: 14.5px;
}
.cost-table th { font-family: var(--font-display); font-weight: 600; color: var(--slate); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; background: var(--cream); }
.cost-table tr:last-child td { border: 0; }
.cost-table .price { color: var(--terracotta); font-weight: 700; font-family: var(--font-display); }
.cost-table .lo { color: var(--muted); font-size: 13px; }

/* ---------------- Hero stat strip ---------------- */
.stats-strip { background: #fff; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--terracotta); display: block; line-height: 1; margin-bottom: 4px; }
.stat .lbl { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 500; }

/* ---------------- Lead form ---------------- */
.lead-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.lead-form h3 { font-size: 1.2rem; margin: 0 0 6px; }
.lead-form .sub { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.lead-form label { display: block; font-size: 13px; font-weight: 600; margin: 10px 0 4px; color: var(--slate); }
.lead-form input, .lead-form select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; font-size: 15px; background: #fff; font-family: inherit; color: var(--ink);
  transition: border-color .12s;
}
.lead-form input:focus, .lead-form select:focus { outline: 0; border-color: var(--terracotta); }
.lead-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-cta {
  display: block; width: 100%;
  background: var(--terracotta); color: #fff; border: 0;
  padding: 14px; border-radius: 10px;
  font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 14px;
  font-family: inherit; text-align: center;
  transition: background .12s;
}
.btn-cta:hover { background: var(--terracotta-d); }
.lead-form .micro { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: center; }

/* ---------------- Article ---------------- */
.article { max-width: 760px; }
.article p, .article li { font-size: 17.5px; line-height: 1.78; color: var(--ink-2); }
.article h2 { margin-top: 40px; padding-top: 0; }
.article h3 { margin-top: 28px; color: var(--slate); }
.article ul { padding-left: 22px; }
.article li { margin-bottom: 8px; }
.article blockquote {
  border-left: 3px solid var(--terracotta);
  padding: 6px 0 6px 22px;
  font-style: italic;
  color: var(--ink);
  margin: 22px 0;
}

/* ---------------- Crumbs / pills ---------------- */
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--terracotta); }

.pill-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pill {
  background: #fff; color: var(--ink); padding: 7px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 600; border: 1px solid var(--line);
}
.pill:hover { border-color: var(--terracotta); color: var(--terracotta); text-decoration: none; }

/* ---------------- Related-resources sidebar block ---------------- */
.related-block { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 22px; }
.related-block .label { color: var(--forest); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.related-block h4 { font-size: 17px; margin-bottom: 14px; color: var(--slate); }
.related-block ul { list-style: none; padding: 0; margin: 0; }
.related-block li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.related-block li:last-child { border: 0; }
.related-block li a { color: var(--ink); font-weight: 500; }
.related-block li a:hover { color: var(--terracotta); }
.related-block li small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }

/* ---------------- AdSense slot ---------------- */
.ad-slot {
  background: repeating-linear-gradient(135deg, var(--cream), var(--cream) 14px, var(--cream-2) 14px, var(--cream-2) 28px);
  border: 1px dashed var(--line); color: var(--muted); text-align: center;
  padding: 28px; border-radius: var(--radius-sm); margin: 28px 0; font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, monospace;
}

/* ---------------- Testimonials ---------------- */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.test-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); }
.test-card .stars { color: var(--gold); font-size: 16px; margin-bottom: 10px; letter-spacing: 2px; }
.test-card blockquote { margin: 0 0 16px; font-style: italic; color: var(--ink); font-size: 16px; }
.test-card .who { color: var(--muted); font-size: 14px; }
.test-card .who strong { color: var(--slate); font-weight: 600; }

/* ---------------- Posts ---------------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-card .body { padding: 22px; }
.post-card h3 { font-size: 18px; margin-bottom: 8px; }
.post-card h3 a { color: var(--slate); }
.post-card h3 a:hover { color: var(--terracotta); text-decoration: none; }
.post-card .meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.post-card .excerpt { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* ---------------- Checklists ---------------- */
.checklist {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 24px 0;
}
.checklist h3 { color: var(--slate); margin-top: 0; }
.checklist ul { list-style: none; padding: 0; margin: 0; }
.checklist li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.checklist li:last-child { border: 0; }
.checklist li::before {
  content: "□"; position: absolute; left: 0; top: 8px;
  color: var(--terracotta); font-size: 22px; line-height: 1;
}

/* ---------------- Footer ---------------- */
.site-footer { background: var(--slate); color: #cfd6e0; padding: 60px 0 28px; margin-top: 80px; }
.site-footer h5 { color: #fff; margin: 0 0 14px; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; font-family: var(--font-display); font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #cfd6e0; font-size: 14.5px; }
.site-footer a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.copyright { border-top: 1px solid #1f2c45; margin-top: 36px; padding-top: 22px; font-size: 13px; color: #8194b0; }

/* ---------------- Sticky mobile CTA ---------------- */
.sticky-mobile-cta { display: none; }

/* ---------------- Responsive ---------------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .trades-grid, .city-grid, .test-grid, .post-grid, .cost-editorial { grid-template-columns: repeat(2, 1fr); }
  .layout-2col { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .listing { grid-template-columns: 1fr; }
  .zip-search { grid-template-columns: 1fr; padding: 14px; gap: 8px; }
  .zip-search .icon-pin { display: none; }
  .zip-search input, .zip-search select {
    border: 1.5px solid var(--line); border-radius: 10px;
  }
  .sticky-mobile-cta {
    display: flex;
    align-items: center; justify-content: center; gap: 10px;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--terracotta); color: #fff;
    padding: 16px; text-align: center;
    font-weight: 700; font-size: 15.5px; z-index: 50;
    box-shadow: 0 -6px 20px rgba(0,0,0,.16);
    text-decoration: none;
  }
  body { padding-bottom: 70px; }
  section { padding: 56px 0; }
}
@media (max-width: 600px) {
  .trades-grid, .city-grid, .test-grid, .post-grid, .cost-editorial { grid-template-columns: 1fr; }
  .lead-form .row { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .hero { padding: 44px 0 36px; }
  .hero h1 { font-size: clamp(1.85rem, 7vw, 2.4rem); line-height: 1.15; }
  .hero .lead { font-size: 16px; padding: 0 4px; }
  .hero::after { background-size: 40px 40px; }
  .eyebrow { font-size: 12px; padding: 5px 12px; margin-bottom: 14px; }
  .tel-strip { font-size: 12px; padding: 6px 0; }
  .tel-strip .container > * + * { margin-top: 2px; }
  .nav { padding: 13px 0; gap: 12px; }
  .brand { font-size: 18px; }
  .brand .mark { width: 26px; height: 26px; font-size: 14px; }
  .btn-call { padding: 8px 14px; font-size: 13px; }
  .zip-search { padding: 10px; gap: 6px; border-radius: 14px; }
  .zip-search input, .zip-search select { padding: 14px 12px; font-size: 16px; }
  .zip-search button { padding: 14px; font-size: 14px; }
  .trust-row { gap: 12px; font-size: 12.5px; margin-top: 18px; }
  section { padding: 44px 0; }
  h1 { font-size: clamp(1.7rem, 6.5vw, 2.2rem); }
  h2 { font-size: clamp(1.4rem, 5vw, 1.7rem); }
  .article p, .article li { font-size: 16px; line-height: 1.72; }
  .cost-table th, .cost-table td { padding: 9px 8px; font-size: 13px; }
  .cost-table th { font-size: 11px; }
  .listing { padding: 20px; gap: 14px; }
  .crumbs { font-size: 12px; line-height: 1.5; }
  .panel, .related-block, .lead-form { padding: 18px; }
  .checklist { padding: 18px 20px; }
  .checklist li { padding-left: 28px; font-size: 15px; }
  .stats-grid { gap: 12px; }
  .stat .num { font-size: 1.6rem; }
  .stat .lbl { font-size: 11px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ---------------- Distinctive editorial polish ---------------- */
/* Pull-quote treatment for cost-anchor sentences */
.cost-anchor {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--slate);
  border-left: 4px solid var(--terracotta);
  background: linear-gradient(90deg, rgba(200,85,61,.04), transparent 60%);
  padding: 14px 20px;
  margin: 22px 0;
  border-radius: 0 10px 10px 0;
}
.cost-anchor strong { color: var(--terracotta); font-weight: 700; }

/* Small-caps section labels */
.kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--forest);
  margin-bottom: 6px;
}

/* Numbered city-list badges (editorial) */
.numlist { counter-reset: nl; list-style: none; padding: 0; margin: 18px 0; }
.numlist li {
  counter-increment: nl;
  position: relative;
  padding: 14px 0 14px 56px;
  border-bottom: 1px solid var(--line);
  font-size: 15.5px;
}
.numlist li::before {
  content: counter(nl, decimal-leading-zero);
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; color: var(--terracotta);
  background: var(--cream); border: 1px solid var(--line);
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  letter-spacing: 0;
}

/* H1 underline accent for editorial feel */
.hero h1 em::after {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
  border-radius: 4px;
  margin-top: -10px;
  opacity: .25;
}
