:root {
  --ink: #17201e;
  --muted: #596460;
  --forest: #112b26;
  --green: #176b55;
  --mint: #dff3ea;
  --lime: #b9eb78;
  --cream: #f7f5ee;
  --paper: #fffefa;
  --line: #d9ddd8;
  --amber: #9a4c1f;
  --amber-soft: #f8e9dd;
  --shadow: 0 18px 48px rgba(19, 42, 36, .09);
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.52;
}
a { color: inherit; }
img, svg { display: block; }
button, input, select, textarea { font: inherit; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: white; padding: 10px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 70px);
  background: rgba(247, 245, 238, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--forest);
  color: var(--lime);
  font: 25px/1 var(--serif);
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 750; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-width: 52px; min-height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: calc(100% + 8px); min-width: 210px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }
.mobile-menu nav a { display: block; min-height: 44px; padding: 12px; border-radius: 7px; font-size: 13px; font-weight: 760; text-decoration: none; }
.mobile-menu nav a:hover { background: var(--mint); }

.wrap, .breadcrumbs, main > section, main > header { max-width: 1180px; margin-left: auto; margin-right: auto; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span[aria-hidden="true"] { color: #a2aaa6; }
.eyebrow {
  margin: 0 0 11px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, .serif { font-family: var(--serif); font-weight: 550; letter-spacing: -.025em; line-height: 1.03; }
h1 { margin: 0; font-size: clamp(48px, 7vw, 84px); }
h2 { margin: 0 0 15px; font-size: clamp(34px, 4.2vw, 52px); }
h3 { margin: 0; }
.lede { max-width: 790px; margin: 20px 0 0; color: #44504c; font-size: clamp(18px, 2vw, 22px); line-height: 1.42; }
.muted, .fine { color: var(--muted); }
.fine { font-size: 11px; }
.text-link { display: inline-block; margin-top: 8px; color: var(--green); font-size: 13px; font-weight: 800; text-underline-offset: 3px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid var(--forest);
  border-radius: 9px;
  background: transparent;
  color: var(--forest);
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}
.button svg, .badge svg, .service-chip svg, .quick-service svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button.primary { background: var(--forest); color: white; }
.button.secondary { background: white; }
.button.ghost { border-color: transparent; }
.actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.location-finder { max-width: 100%; margin-top: 26px; padding: 24px; border: 1px solid #cbd7d2; border-top: 5px solid var(--forest); border-radius: 15px; background: var(--paper); box-shadow: 0 8px 26px rgba(17,43,38,.07); }
.location-finder h2 { margin-bottom: 18px; font-size: clamp(28px, 2.5vw, 36px); }
.location-fields { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(210px, 1fr) auto; gap: 10px; align-items: end; }
.location-fields:has(label:only-of-type) { grid-template-columns: minmax(220px, 1fr) auto; }
.location-fields label, .location-fields label > span { display: block; }
.location-fields label > span { margin-bottom: 6px; font-size: 11px; font-weight: 800; }
.location-fields input, .location-fields select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bfcac6; border-radius: 9px; background: #fff; color: var(--ink); }
.location-fields .button { min-height: 46px; white-space: nowrap; }
.location-status { min-height: 0; margin: 10px 0 0; color: var(--amber); font-size: 12px; font-weight: 720; }
.location-status:not(:empty) { min-height: 22px; }
.finder-foot { display: flex; flex-wrap: wrap; gap: 5px 16px; margin: 14px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.finder-foot span { display: inline-flex; align-items: center; gap: 6px; }
.finder-foot span::before { content: "✓"; color: var(--green); font-weight: 900; }
.home-decision-hero { grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(30px, 4vw, 52px); align-items: start; }
.home-decision-hero > div { padding-top: 16px; }
.home-decision-hero > aside { min-width: 0; }
.home-decision-hero > aside .location-finder { margin-top: 0; }
.home-decision-hero > aside .location-finder h2 { margin-bottom: 15px; font-size: 30px; }
.home-decision-hero > aside .location-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-decision-hero > aside .location-fields .button { grid-column: 1 / -1; width: 100%; min-height: 50px; }

/* Market pages */
.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 54px;
  align-items: center;
  padding: 60px 0 54px;
}
.market-hero .actions { margin-top: 28px; }
.decision-hero {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
.decision-hero > div { padding-top: 12px; }
.decision-hero h1 { font-size: clamp(52px, 5.3vw, 72px); }
.first-choice-strip {
  margin: 0;
  padding: 24px;
  border: 1px solid #cbd7d2;
  border-top: 5px solid var(--forest);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(17,43,38,.08);
}
.first-choice-strip > div strong, .first-choice-strip > div span { display: block; }
.first-choice-strip > div .eyebrow { margin-bottom: 8px; }
.first-choice-strip > div > strong { font: 550 28px/1.08 var(--serif); letter-spacing: -.02em; }
.first-choice-strip > div > span { max-width: 520px; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.first-choice-strip ul { display: grid; gap: 0; margin: 18px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.first-choice-strip li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; min-width: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.first-choice-strip li > a:first-child { display: flex; min-width: 0; min-height: 44px; flex-direction: column; justify-content: center; color: var(--ink); text-decoration: none; }
.first-choice-strip li strong { display: block; overflow-wrap: anywhere; }
.first-choice-strip li strong { font-size: 14px; line-height: 1.25; }
.first-choice-facts { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 7px; }
.first-choice-facts span { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 6px; border-radius: 5px; background: var(--mint); color: #31534a; font-size: 9px; font-weight: 750; line-height: 1.2; }
.first-choice-call { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 12px; border-radius: 8px; background: var(--forest); color: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }
.first-choice-strip a:focus-visible { outline: 4px solid var(--lime); outline-offset: 3px; }
.intent-led-hero.no-summary { grid-template-columns: minmax(0, 1fr); padding-bottom: 38px; }
.intent-led-hero.no-summary > div { max-width: 980px; }
.market-quick {
  overflow: hidden;
  border-radius: 22px;
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
}
.market-quick > p { margin: 0; padding: 24px 26px 8px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.market-quick dl { margin: 0; padding: 0 26px 18px; }
.market-quick dl div { display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.market-quick dt { max-width: 170px; color: #c7d5d1; font-size: 13px; }
.market-quick dd { margin: 0; color: var(--lime); font: 500 38px/1 var(--serif); }
.market-quick small { display: block; padding: 0 26px 24px; color: #adbfba; font-size: 11px; }
.city-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.city-jump-nav a { padding: 14px 20px; border-right: 1px solid var(--line); color: var(--green); font-size: 12px; font-weight: 820; text-decoration: none; }
.city-jump-nav a:first-child { padding-left: 0; }
.quick-filter-block { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.quick-filter-block > p { margin: 0 0 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-filter-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-filter-buttons button { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid #bcc9c4; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 760; cursor: pointer; }
.quick-filter-buttons button strong { min-width: 22px; padding: 2px 6px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 10px; text-align: center; }
.quick-filter-buttons button[aria-pressed="true"] { border-color: var(--forest); background: var(--forest); color: #fff; }
.quick-filter-buttons button[aria-pressed="true"] strong { background: var(--lime); color: var(--forest); }
.market-intent-entry { scroll-margin-top: 88px; padding: 42px 0 48px; }
.intent-entry-heading {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(360px, 1.15fr);
  gap: 28px 52px;
  align-items: end;
  margin-bottom: 22px;
}
.intent-entry-heading h2, .intent-entry-heading p { margin: 0; }
.intent-entry-heading > p { color: var(--muted); font-size: 14px; }
.intent-entry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intent-entry-list li { min-width: 0; }
.intent-entry-link {
  min-height: 148px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 18px;
  border: 2px solid var(--forest);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(17,43,38,.14);
  color: var(--ink);
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.intent-entry-link:hover {
  transform: translateY(-2px);
  background: #f5f8f4;
  box-shadow: 0 6px 0 rgba(17,43,38,.16);
}
.intent-entry-link:focus-visible { outline: 4px solid var(--lime); outline-offset: 3px; }
.intent-entry-link.is-selected { background: var(--mint); box-shadow: inset 0 0 0 2px var(--green), 0 4px 0 rgba(17,43,38,.14); }
.intent-entry-link.is-selected:hover { background: #d4eddf; }
.intent-led-hero .button.is-selected { outline: 3px solid var(--lime); outline-offset: 3px; }
.intent-entry-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--forest);
  color: var(--lime);
}
.intent-entry-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.intent-entry-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.intent-entry-copy strong, .intent-entry-copy > span, .intent-entry-copy small { display: block; }
.intent-entry-copy strong { font: 550 21px/1.12 var(--serif); }
.intent-entry-copy > span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.intent-entry-copy small.intent-entry-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  margin-top: auto;
  padding: 9px 12px;
  border-radius: 7px;
  background: var(--forest);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}
.intent-entry-action span { color: var(--lime); font-size: 17px; line-height: .7; }
.city-discovery-map { scroll-margin-top: 86px; padding: 56px 0 68px; border-top: 1px solid var(--line); }
.map-secondary { padding-top: 48px; }
.city-map-collapsible { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.city-map-collapsible > summary { display: flex; justify-content: space-between; gap: 24px; padding: 18px 4px; cursor: pointer; }
.city-map-collapsible > summary strong { font: 600 22px/1.15 var(--serif); }
.city-map-collapsible > summary span { max-width: 640px; color: var(--muted); font-size: 12px; }
.city-map-collapsible[open] > summary { border-bottom: 1px solid var(--line); }
.collapsed-map-content { padding-top: 20px; }
.city-map-heading {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(360px, 1.15fr);
  gap: 28px 52px;
  align-items: end;
  margin-bottom: 24px;
}
.city-map-heading h2, .city-map-heading p { margin: 0; }
.city-map-heading > p { color: var(--muted); font-size: 14px; }
.city-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr);
  min-height: 440px;
  border-top: 3px solid var(--forest);
  border-bottom: 1px solid var(--line);
}
.map-stage { position: relative; min-height: 240px; display: grid; place-items: center; background: #e6ebe7; }
.map-stage > [hidden] { display: none; }
.map-consent-summary { max-width: 520px; padding: 32px; text-align: center; }
.map-consent-summary > strong, .map-consent-summary > p { display: block; }
.map-consent-summary > strong { margin: 10px 0 5px; font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); line-height: 1; }
.map-consent-summary > p { margin: 0 auto 18px; max-width: 460px; color: var(--muted); line-height: 1.5; }
.map-consent-icon { display: grid; width: 46px; height: 46px; margin: 0 auto; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; }
.map-consent-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.map-load-button { min-height: 48px; max-width: 290px; padding: 12px 18px; border: 0; border-radius: 9px; background: var(--forest); color: #fff; font-weight: 850; cursor: pointer; }
.map-load-button:disabled { opacity: .7; cursor: wait; }
.premises-fallback { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 28px; margin: 0 0 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.premises-fallback h3 { font: 550 24px/1.1 var(--serif); }
.premises-list { margin: 0; padding: 0; list-style: none; }
.premises-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); }
.premises-list li:last-child { border-bottom: 0; }
.premises-list strong, .premises-list span { display: block; }
.premises-list span, .no-premises { margin-top: 2px; color: var(--muted); font-size: 11px; }
.premises-list a { color: var(--green); font-size: 11px; font-weight: 800; }
.public-map.discovery-map { width: 100%; height: 440px; margin: 0; border: 0; border-radius: 0; }
.discovery-map-key { padding: 20px; border-left: 1px solid var(--line); background: var(--paper); }
.map-tool-title { margin: 0 0 8px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.map-scope-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.map-scope-controls button {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #b9c7c1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.map-scope-controls button:hover { border-color: var(--green); background: #f2f7f3; }
.map-scope-controls button:disabled { opacity: .62; cursor: default; }
.map-scope-controls button:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.map-scope-controls button[aria-pressed="true"] { border-color: var(--forest); background: var(--forest); color: #fff; }
.map-scope-controls button span { font-size: 10px; font-weight: 780; line-height: 1.25; }
.map-scope-controls button strong { flex: 0 0 auto; color: var(--green); font: 550 22px/1 var(--serif); }
.map-scope-controls button[aria-pressed="true"] strong { color: var(--lime); }
.map-result-total { display: flex; gap: 12px; align-items: end; margin: 16px 0 8px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.map-result-total strong { color: var(--green); font: 550 42px/1 var(--serif); }
.map-result-total span { max-width: 175px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.discovery-map-legend { margin: 0 0 10px; padding: 0; list-style: none; }
.discovery-map-legend li { display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 9px; padding: 8px 0; border-bottom: 1px solid #e8ebe7; }
.discovery-map-legend strong, .discovery-map-legend span { display: block; }
.discovery-map-legend strong { font-size: 11px; }
.discovery-map-legend div > span { margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.map-symbol { width: 15px; height: 15px; margin-top: 2px; border-radius: 50%; }
.map-symbol.premises { border-radius: 50% 50% 50% 0; background: var(--forest); transform: rotate(-45deg); }
.map-symbol.base { border: 3px solid var(--green); background: white; }
.map-symbol.coverage { border: 3px solid #966322; background: #f6dfbc; }
.map-distance-note { margin: 8px 0 12px; color: var(--muted); font-size: 9px; }
.discovery-map-key .button { width: 100%; }
.map-count-icon { border: 0; background: transparent; }
.map-count-icon span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 3px solid var(--green);
  border-radius: 50%;
  background: #fff;
  color: var(--forest);
  box-shadow: 0 3px 10px rgba(17,43,38,.25);
  font-size: 11px;
  font-weight: 900;
}
.map-count-icon.premises span { border-color: var(--forest); background: var(--forest); color: var(--lime); }
.map-count-icon.local-mobile span { border-color: var(--forest); background: var(--mint); }
.map-count-icon.coverage span { border-color: #966322; background: #f6dfbc; color: #6a4216; }
.map-popup { min-width: 210px; max-width: 280px; }
.map-popup > strong { display: block; margin-bottom: 7px; font-size: 13px; }
.map-popup ul { max-height: 280px; overflow-y: auto; margin: 0; padding: 0 6px 0 0; list-style: none; }
.map-popup li { padding: 7px 0; border-top: 1px solid #e3e7e3; }
.map-popup a { color: var(--green); font-weight: 800; }
.map-popup small { display: block; margin-top: 2px; color: var(--muted); }
.map-popup-actions { display: flex; gap: 9px; margin-top: 4px; font-size: 10px; }
.city-section-heading { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr); gap: 18px 48px; align-items: end; margin-bottom: 28px; }
.city-section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.city-section-heading h2, .city-section-heading p { margin: 0; }
.city-section-heading p:last-child { color: var(--muted); font-size: 14px; }
.city-shortlist { scroll-margin-top: 88px; padding: 64px 0 72px; }
.shortlist-rows { border-top: 3px solid var(--forest); }
.shortlist-row { display: grid; grid-template-columns: minmax(270px, .65fr) minmax(440px, 1.35fr); gap: 28px; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.shortlist-job { display: flex; gap: 13px; align-items: start; }
.shortlist-job > span { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: var(--mint); color: var(--green); }
.shortlist-job svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.shortlist-job h3 { font: 550 22px/1.12 var(--serif); }
.shortlist-job p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.shortlist-row ol { margin: 0; padding: 0; list-style: none; }
.shortlist-row ol li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 9px 0; border-bottom: 1px solid #e8ebe7; }
.shortlist-row ol li:first-child { padding-top: 0; }
.shortlist-row ol li:last-child { padding-bottom: 0; border-bottom: 0; }
.shortlist-name { display: inline-flex; min-height: 32px; align-items: center; font-size: 13px; font-weight: 840; text-underline-offset: 3px; }
.shortlist-name + span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.shortlist-call { padding: 5px 9px; border: 1px solid var(--forest); border-radius: 7px; color: var(--forest); font-size: 10px; font-weight: 840; text-decoration: none; }
.shortlist-rule { margin: 16px 0 0; }
.directory, .city-costs, .city-review-insights, .city-coverage { scroll-margin-top: 88px; }
.city-filter-panel { padding: 28px 0 38px; border-bottom: 1px solid var(--line); }
.city-filter-heading { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(320px, 1.3fr); gap: 28px; align-items: end; margin-bottom: 18px; }
.city-filter-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -17px; }
.city-filter-heading h2 { margin: 0; font-size: 36px; }
.city-filter-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.job-buttons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; gap: 8px; }
.job-button {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.job-button svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.job-button > span { min-width: 0; }
.job-button strong, .job-button span { display: block; }
.job-button strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.2; }
.job-button span { color: var(--muted); font-size: 10px; }
.job-button[aria-pressed="true"] { border-color: var(--forest); background: var(--forest); color: white; }
.job-button[aria-pressed="true"] svg, .job-button[aria-pressed="true"] span { color: var(--lime); stroke: var(--lime); }

.directory { padding: 18px 0 78px; border-top: 1px solid var(--line); }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 23px; }
.city-filter-panel + .directory-heading { margin-top: 40px; }
.directory-heading > div { max-width: 760px; }
.directory-heading p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.result-count { color: var(--green); font-weight: 850; }
.filters {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.search-label { display: block; }
.search-label span { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 800; }
.search-label input, .filters select { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); }
.filter-actions { display: flex; gap: 8px; align-items: end; }
.clear-filter { min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 4px 8px; border: 0; border-radius: 8px; background: transparent; color: var(--amber); font-size: 12px; font-weight: 800; cursor: pointer; }
.provider-results { border-top: 1px solid var(--line); }
.provider-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .5fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
}
.provider-row[hidden] { display: none; }
.row-kicker { margin: 0 0 5px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.provider-row h3 { font: 550 28px/1.08 var(--serif); }
.provider-row h3 a { display: inline-flex; min-height: 32px; align-items: center; text-decoration: none; }
.rating-line { display: flex; flex-wrap: wrap; gap: 7px 12px; align-items: center; margin: 10px 0 0; font-size: 12px; }
.rating-line .star { color: #a16610; font-size: 17px; }
.relationship { color: var(--muted); }
.service-chips, .badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.service-chip, .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef3ef;
  color: #315147;
  font-size: 10px;
  font-weight: 760;
}
.badge.primary { background: var(--forest); color: white; }
.badge.availability { background: var(--lime); color: var(--forest); }
.badge.service { background: var(--mint); color: var(--green); }
.provider-row .actions { justify-content: flex-end; }
.provider-row .actions .button { min-width: 92px; }
.decision-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 11px 0 0; padding: 0; list-style: none; }
.decision-badges li { padding: 5px 8px; border-radius: 6px; background: var(--mint); color: #245545; font-size: 9px; font-weight: 800; }
.no-results { padding: 28px; border-radius: 12px; background: var(--amber-soft); }
.city-costs { padding: 72px 0 78px; border-top: 1px solid var(--line); }
.city-cost-heading { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(340px, 1.2fr); gap: 20px 48px; align-items: end; margin-bottom: 30px; }
.city-cost-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.city-cost-heading h2, .city-cost-heading p { margin: 0; }
.city-cost-heading p:last-child { color: var(--muted); font-size: 14px; }
.city-price-examples > h3 { margin: 0 0 14px; font: 550 25px/1.1 var(--serif); }
.city-price-list { border-top: 3px solid var(--forest); list-style: none; margin: 0; padding: 0; }
.city-price-row {
  display: grid;
  grid-template-columns: 110px minmax(250px, .9fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
}
.city-price strong, .city-price-provider strong, .city-price-provider a, .city-price-provider span { display: block; }
.city-price strong { color: var(--green); font: 550 31px/1.05 var(--serif); }
.city-price-job { font-size: 11px; line-height: 1.35; letter-spacing: .025em; text-transform: uppercase; }
.city-price-provider a { margin-top: 5px; font-weight: 820; text-underline-offset: 3px; }
.city-price-provider span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.city-price-row p { margin: 0; color: var(--muted); font-size: 12px; }
.city-price-basis { margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.city-quote-help {
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(420px, 1.35fr);
  gap: 28px;
  margin-top: 30px;
  padding: 28px;
  border-radius: 12px;
  background: var(--forest);
  color: #fff;
}
.city-quote-help .eyebrow { color: var(--lime); }
.city-quote-help h3 { margin: 5px 0 0; color: #fff; font: 550 25px/1.1 var(--serif); }
.city-quote-script { margin: 0; color: #fff; font: 500 19px/1.35 var(--serif); }
.city-quote-tip { margin: 12px 0 0; color: #c3d1cd; font-size: 11px; }
.city-quote-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.city-quote-points li { padding-left: 14px; border-left: 3px solid var(--mint); }
.city-quote-points strong, .city-quote-points span { display: block; }
.city-quote-points strong { font-size: 12px; }
.city-quote-points span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.city-cost-guide { margin: 20px 0 0; }
.city-cost-policies { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(420px, 1.35fr); gap: 28px; margin-top: 28px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.city-cost-policies h3 { font: 550 25px/1.1 var(--serif); }
.city-cost-policies ul { margin: 0; padding: 0; list-style: none; }
.city-cost-policies li { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(260px, 1.35fr); gap: 18px; align-items: start; padding: 13px 0; border-bottom: 1px solid #e8ebe7; }
.city-cost-policies li:first-child { padding-top: 0; }
.city-cost-policies li:last-child { padding-bottom: 0; border-bottom: 0; }
.city-policy-benefit strong, .city-policy-benefit small { display: block; }
.city-policy-benefit strong { font-size: 12px; }
.city-policy-benefit small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.city-policy-providers { font-size: 12px; line-height: 1.55; }
.city-cost-policies a { color: var(--green); font-weight: 760; text-underline-offset: 2px; }
.city-review-insights, .city-coverage { padding: 72px 0 78px; border-top: 1px solid var(--line); }
.city-insight-rows { border-top: 3px solid var(--forest); }
.city-insight-row { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(440px, 1.35fr); gap: 28px; align-items: start; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.city-insight-row > div:first-child { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; align-items: center; }
.city-insight-row > div:first-child > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: var(--mint); color: var(--green); }
.city-insight-row svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.city-insight-row h3 { font: 550 21px/1.1 var(--serif); }
.city-insight-row > p { margin: 0; color: var(--muted); font-size: 13px; }
.insight-provider-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.insight-provider-list li { min-width: 0; padding-left: 11px; border-left: 3px solid var(--mint); }
.insight-provider-list a, .insight-provider-list span { display: block; overflow-wrap: anywhere; }
.insight-provider-list a { font-size: 12px; font-weight: 820; text-underline-offset: 2px; }
.insight-provider-list span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.insight-basis { margin-top: 16px; color: var(--muted); font-size: 11px; }
.insight-basis summary { color: var(--green); font-weight: 800; cursor: pointer; }
.insight-basis p { max-width: 760px; }
.coverage-choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.coverage-choice-grid button { width: 100%; min-height: 58px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; }
.coverage-choice-grid strong, .coverage-choice-grid span { display: block; }
.coverage-choice-grid strong { overflow-wrap: anywhere; font-size: 12px; }
.coverage-choice-grid span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.coverage-choice-grid button:hover { border-color: var(--green); }
.coverage-choice-grid button[aria-pressed="true"] { border-color: var(--forest); background: var(--forest); color: #fff; }
.coverage-choice-grid button[aria-pressed="true"] span { color: var(--lime); }
.city-advice {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 54px;
  padding: 70px 0 82px;
}
.city-advice ol { margin: 0; padding: 0; list-style: none; counter-reset: advice; }
.city-advice li { position: relative; padding: 17px 0 17px 50px; border-top: 1px solid var(--line); counter-increment: advice; }
.city-advice li::before { content: counter(advice); position: absolute; left: 0; top: 15px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 850; }
.city-advice li strong, .city-advice li span { display: block; }
.city-advice li span { color: var(--muted); font-size: 13px; }
.public-map { height: 410px; margin-bottom: 80px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #e6ebe7; }

/* Provider profiles */
.profile-hero { padding: 48px 0 32px; border-bottom: 1px solid var(--line); }
.profile-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.profile-hero-grid.compact { grid-template-columns: minmax(0, 1fr); }
.profile-hero h1 { font-size: clamp(48px, 6vw, 72px); }
.profile-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 13px 0; font-size: 13px; }
.profile-rating strong { font-size: 20px; }
.profile-rating .star { color: #a16610; font-size: 22px; }
.profile-rating a { color: var(--green); font-size: 11px; font-weight: 750; }
.profile-rating.small-sample { color: var(--muted); }
.hero-phone { display: inline-block; margin: 2px 0 14px; color: var(--green); font-size: clamp(21px, 3vw, 28px); font-weight: 850; text-decoration: none; }
.network-line { max-width: 720px; margin: 10px 0 4px; padding-left: 10px; border-left: 3px solid var(--mint); color: var(--muted); font-size: 12px; }
.profile-summary { max-width: 790px; margin: 16px 0 0; color: #3f4c48; font-size: 18px; }
.profile-actions { margin-top: 18px; }
.profile-decision-panel { max-width: 980px; margin-top: 24px; }
.profile-updated { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.profile-visual {
  min-height: 264px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 22px;
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
}
.visual-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: rgba(185,235,120,.13); color: var(--lime); }
.visual-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.profile-visual strong { color: var(--lime); font: 500 31px/1.06 var(--serif); }
.profile-visual span { color: #c3d2cd; font-size: 12px; }
.profile-visual > div > strong, .profile-visual > div > span { display: block; overflow-wrap: anywhere; }
.profile-visual > div > span { margin-top: 7px; line-height: 1.45; }
.quick-facts { display: grid; grid-template-columns: repeat(var(--quick-columns, 4), minmax(0, 1fr)); margin: 25px 0 0; border-top: 3px solid var(--forest); border-bottom: 1px solid var(--line); }
.quick-fact { min-height: 82px; padding: 13px 14px; border-right: 1px solid var(--line); }
.quick-fact:last-child { border-right: 0; }
.quick-fact small, .quick-fact strong { display: block; }
.quick-fact small { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.quick-fact strong { margin-top: 4px; color: var(--green); font: 600 22px/1.1 var(--serif); }
.quick-services { display: flex; align-items: stretch; margin-top: 0; border-bottom: 1px solid var(--line); }
.quick-services > span { flex: 1 1 0; display: flex; align-items: center; gap: 8px; min-height: 55px; padding: 11px 14px; border-right: 1px solid var(--line); font-size: 11px; font-weight: 760; }
.quick-services > span:first-child { flex: 0 0 auto; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.quick-services > span:last-child { border-right: 0; }
.quick-service svg { color: var(--green); }
.service-area-line { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.profile-nav { display: flex; gap: 8px; overflow-x: auto; padding: 13px 0; border-bottom: 1px solid var(--line); background: var(--cream); }
.profile-nav a { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: white; font-size: 10px; font-weight: 760; text-decoration: none; }
.profile-nav .call-link { background: var(--forest); color: white; }
.profile-section { padding: 58px 0; border-bottom: 1px solid var(--line); }
.profile-section-grid { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); gap: 62px; }
.section-copy { color: var(--muted); }
.decision-list, .service-list, .detail-list { margin: 0; padding: 0; list-style: none; }
.decision-list > li, .service-block { padding: 18px 0; border-top: 1px solid var(--line); }
.decision-list > li:first-child, .service-block:first-child { border-top: 3px solid var(--forest); }
.decision-list strong, .service-block h3 { display: block; font: 600 25px/1.12 var(--serif); }
.decision-list span, .service-block p { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.provenance-tag { display: inline-block; margin-top: 7px; padding: 4px 7px; border-radius: 999px; background: #eef3ef; color: var(--muted); font-size: 9px; font-weight: 760; }
.price-value { color: var(--green) !important; font-size: 29px !important; }
.price-not-published { padding: 22px; border-left: 4px solid var(--lime); background: var(--paper); }
.price-not-published strong, .price-not-published span { display: block; }
.price-not-published strong { font: 600 24px/1.12 var(--serif); }
.price-not-published span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.guide-range-list { margin-top: 14px; border-top: 1px solid var(--line); }
.guide-range-list > p { margin: 12px 0 4px; color: var(--muted); font-size: 10px; font-weight: 760; }
.guide-range-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 2px; border-bottom: 1px solid var(--line); }
.guide-range-list span { color: var(--muted); font-size: 12px; }
.guide-range-list strong { color: var(--green); font: 600 19px/1.1 var(--serif); }
.service-block ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0; padding: 0; list-style: none; }
.service-block li { padding: 6px 9px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 760; }
.experience-line { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.experience-line:first-child { border-top: 3px solid var(--forest); }
.experience-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--mint); color: var(--green); font-weight: 850; }
.experience-line h3 { font: 600 23px/1.12 var(--serif); }
.experience-line p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; }
.contact-primary { padding: 26px; border-radius: 17px; background: var(--forest); color: white; }
.contact-primary h3 { font: 550 28px/1.1 var(--serif); }
.contact-primary .hero-phone { color: var(--lime); }
.contact-primary p { color: #bdcec8; font-size: 13px; }
.hours-table { width: 100%; border-collapse: collapse; background: var(--paper); }
.hours-table th, .hours-table td { padding: 9px 12px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }
.hours-table th { width: 35%; color: var(--muted); font-weight: 550; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.coverage-tags li { padding: 7px 10px; border: 1px solid #c6e2d7; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 750; }
.profile-map-stage { min-height: 180px; margin-top: 18px; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); }
.booking-checks { margin-top: 18px; padding: 20px; border-left: 4px solid var(--lime); background: #f2f5ef; }
.booking-checks h3 { margin: 4px 0 12px; font-family: var(--serif); font-size: 26px; }
.booking-checks .decision-list { margin: 0; }
.city-booking-checks { border-left-color: var(--lime); }
.city-booking-checks > div:last-child { min-width: 0; }
.city-booking-checks .decision-list { margin: 0 0 8px; }
.profile-map { width: 100%; height: 340px; margin: 0; overflow: hidden; background: #e6ebe7; }
.hours-heading { margin: 0 0 10px; font: 600 19px/1.15 var(--serif); }
.hours-note { margin: 10px 0 0; }
.review-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 28px; border-radius: 18px; background: var(--forest); color: white; }
.review-cta p { margin: 5px 0 0; color: #bfd0ca; }
.review-cta .button { border-color: var(--lime); background: var(--lime); color: var(--forest); }
.alternative-markets { display: grid; gap: 26px; }
.alternative-market h3 { margin-bottom: 10px; font: 600 24px/1.12 var(--serif); }
.alternative-market ul { margin: 0; padding: 0; border-top: 3px solid var(--forest); list-style: none; }
.alternative-market li { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 15px 2px; border-bottom: 1px solid var(--line); }
.alternative-market li > div:first-child > a, .alternative-market li span { display: block; }
.alternative-market li > div:first-child > a { font-weight: 820; text-underline-offset: 3px; }
.alternative-market li span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.alternative-actions { display: flex; flex: 0 0 auto; gap: 6px; }
.alternative-actions a { min-height: 36px; display: inline-flex; align-items: center; padding: 7px 9px; border: 1px solid var(--forest); border-radius: 7px; font-size: 10px; font-weight: 800; text-decoration: none; }
.alternative-actions a:last-child { background: var(--forest); color: #fff; }
.sources { padding: 32px 0 78px; }
.sources details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sources summary { padding: 17px 0; color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.sources ul { margin: 0; padding: 0 0 18px; list-style: none; }
.sources li { padding: 8px 0; color: var(--muted); font-size: 11px; }
.sources a { color: var(--green); overflow-wrap: anywhere; }
.mobile-callbar { display: none; }

/* Shared top-level and forms */
.simple-hero { padding: 64px 0 54px; border-bottom: 1px solid var(--line); }
.simple-section { padding: 56px 0; border-bottom: 1px solid var(--line); }
.simple-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.simple-link { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); text-decoration: none; }
.simple-link strong { display: block; overflow-wrap: anywhere; font: 600 25px/1.1 var(--serif); }
.simple-link span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.simple-link:hover { border-color: #9bb9af; box-shadow: var(--shadow); transform: translateY(-1px); }
.editorial-layout { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 62px; }
.editorial-layout + .editorial-layout { margin-top: 54px; }
.answer-list, .step-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.answer-list li { padding: 17px 0; border-top: 1px solid var(--line); }
.answer-list li:first-child { border-top: 3px solid var(--forest); }
.answer-list strong { display: block; font: 600 23px/1.12 var(--serif); }
.answer-list span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.step-list { counter-reset: steps; }
.step-list li { position: relative; min-height: 56px; padding: 15px 0 15px 50px; border-top: 1px solid var(--line); counter-increment: steps; }
.step-list li::before { content: counter(steps); position: absolute; left: 0; top: 13px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 12px; font-weight: 850; }
.step-list strong, .step-list span { display: block; }
.step-list span { color: var(--muted); font-size: 13px; }
.callout { padding: 26px; border-radius: 18px; background: var(--forest); color: white; }
.callout h2, .callout h3 { color: white; }
.callout p { color: #bfd0ca; }
.callout .button { border-color: var(--lime); background: var(--lime); color: var(--forest); }
.price-table { width: 100%; border-collapse: collapse; background: var(--paper); }
.price-table th, .price-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.price-table td strong { color: var(--green); font-size: 18px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.city-grid .simple-link { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.city-grid .count-pill { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 800; }
.alpha-nav { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; }
.alpha-nav a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: white; font-size: 11px; font-weight: 800; text-decoration: none; }
.pagination { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 9px; border: 1px solid var(--line); border-radius: 8px; background: white; font-size: 11px; font-weight: 800; text-decoration: none; }
.pagination span { background: var(--forest); color: white; }
.definition-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.15); }
.definition-strip > div { padding: 20px; background: var(--forest); }
.definition-strip strong, .definition-strip span { display: block; }
.definition-strip strong { color: var(--lime); font: 500 27px/1.05 var(--serif); }
.definition-strip span { margin-top: 6px; color: #bdcec8; font-size: 11px; }
.review-form { max-width: 760px; padding: 42px 0 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: block; margin-bottom: 16px; }
.field span { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.field textarea { min-height: 160px; resize: vertical; }
.rating-picker { margin: 0; padding: 0; border: 0; }
.rating-picker legend { margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.rating-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.rating-options label { position: relative; min-width: 0; cursor: pointer; }
.rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.rating-options label > span, .rating-options label > small { display: block; }
.rating-options label > span { min-height: 46px; padding: 12px 7px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #a36319; text-align: center; letter-spacing: 1px; }
.rating-options label > small { margin-top: 5px; color: var(--muted); text-align: center; font-size: 10px; }
.rating-options input:checked + span { border-color: var(--forest); background: var(--forest); color: var(--lime); }
.rating-options input:focus-visible + span { outline: 3px solid var(--lime); outline-offset: 3px; }
.consent { display: flex; gap: 9px; align-items: start; margin: 18px 0; font-size: 12px; }
.consent input { margin-top: 3px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 0; margin: 12px 0; padding: 0; border-radius: 8px; font-size: 12px; }
.form-status:not(:empty) { min-height: 44px; padding: 12px; }
.form-status.is-working { background: var(--mint); color: var(--forest); }
.form-status.is-success { background: #dcefdc; color: #174817; }
.form-status.is-error { background: var(--amber-soft); color: #6c2f12; }
.correction-pending { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 16px; padding: 12px 14px; border-left: 4px solid #966322; background: #f6dfbc; color: #5d3c18; font-size: 11px; }
.correction-pending[hidden] { display: none; }
.operator-details { grid-column: 1 / -1; color: #c8d7d2; font-style: normal; font-size: 11px; line-height: 1.6; }
.release-warning { margin: 0; padding: 16px; border-left: 4px solid var(--amber); background: var(--amber-soft); color: #6c2f12; }
.no-js-note { padding: 12px 14px; border-left: 4px solid var(--amber); background: var(--amber-soft); color: #6c2f12; font-size: 12px; }
.policy-actions { margin-top: 22px; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 48px max(calc((100vw - 1180px) / 2), 18px);
  background: var(--forest);
  color: white;
}
.site-footer p { max-width: 720px; color: #bacac5; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 7px 24px; }
.site-footer a { color: #d5e2de; font-size: 12px; }
.footer-cookie-button, .footer-links button {
  width: fit-content;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d5e2de;
  font-size: 12px;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.footer-note { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #aebfba; font-size: 11px; }

.analytics-consent {
  position: fixed;
  left: max(12px, calc((100vw - 980px) / 2));
  right: max(12px, calc((100vw - 980px) / 2));
  bottom: 16px;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid #bfcac6;
  border-top: 5px solid var(--forest);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 18px 54px rgba(17,43,38,.24);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { display: block; font: 550 24px/1.1 var(--serif); }
.analytics-consent p { max-width: 680px; margin: 6px 0 4px; color: var(--muted); font-size: 13px; }
.analytics-consent a { color: var(--green); font-size: 12px; font-weight: 780; }
.analytics-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(148px, 1fr)); gap: 8px; }
.analytics-consent-actions .button,
.analytics-consent-actions .button.primary,
.analytics-consent-actions .button.secondary { background: var(--forest); color: white; }

@media (max-width: 1220px) {
  .breadcrumbs, main > section, main > header { margin-left: 18px; margin-right: 18px; }
  .city-jump-nav { margin-left: 18px; margin-right: 18px; }
}
@media (max-width: 900px) {
  .market-hero, .profile-hero-grid, .profile-section-grid, .city-advice { grid-template-columns: minmax(0, 1fr); }
  .market-hero > *, .profile-hero-grid > *, .profile-section-grid > *, .city-advice > * { min-width: 0; }
  .market-hero { gap: 30px; }
  .home-decision-hero { grid-template-columns: minmax(0, 1fr); }
  .home-decision-hero > div { max-width: 760px; padding-top: 0; }
  .home-decision-hero > aside .location-finder { max-width: 760px; }
  .decision-hero > div { padding-top: 0; }
  .profile-visual { min-height: 180px; }
  .provider-row { grid-template-columns: minmax(0, 1fr) auto; }
  .provider-row .service-chips { grid-column: 1 / -1; }
  .simple-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-layout { grid-template-columns: 1fr; gap: 22px; }
  .job-buttons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intent-entry-heading { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .first-choice-strip, .premises-fallback { grid-template-columns: minmax(0, 1fr); }
  .city-map-heading { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .city-map-layout { grid-template-columns: minmax(0, 1fr); }
  .discovery-map-key { grid-row: 1; border-bottom: 1px solid var(--line); border-left: 0; }
  .public-map.discovery-map { grid-row: 2; }
  .map-scope-controls { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .discovery-map-legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .intent-entry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intent-entry-link { min-height: 150px; }
  .city-section-heading, .city-cost-heading, .city-quote-help, .city-cost-policies, .shortlist-row, .city-insight-row { grid-template-columns: minmax(0, 1fr); }
  .city-section-heading .eyebrow, .city-cost-heading .eyebrow { grid-column: auto; margin-bottom: -8px; }
  .city-price-row { grid-template-columns: 100px minmax(200px, .8fr) minmax(220px, 1fr); }
  .coverage-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  body.provider-page { padding-bottom: 68px; }
  .site-header { height: 68px; padding: 0 14px; }
  .brand small { display: none; }
  .site-nav { display: none; }
  .mobile-menu { display: block; }
  .location-finder { margin-top: 18px; padding: 18px 15px; }
  .location-finder h2 { font-size: 30px; }
  .location-fields { grid-template-columns: minmax(0, 1fr); }
  .home-decision-hero > aside .location-fields { grid-template-columns: minmax(0, 1fr); }
  .location-fields:has(label:only-of-type) { grid-template-columns: minmax(0, 1fr); }
  .location-fields .button { width: 100%; }
  .breadcrumbs { padding-top: 14px; }
  h1 { font-size: 49px; }
  .market-hero { gap: 18px; padding-top: 26px; padding-bottom: 30px; }
  .market-hero h1 { font-size: 43px; }
  .market-hero .lede { margin-top: 12px; font-size: 16px; }
  .market-hero .actions { margin-top: 16px; }
  .first-choice-strip { margin-top: 2px; padding: 18px 16px; }
  .first-choice-strip > div > strong { font-size: 24px; }
  .first-choice-strip > div > span { margin-top: 6px; font-size: 11px; }
  .first-choice-strip ul { grid-template-columns: minmax(0, 1fr); }
  .first-choice-strip li { padding: 12px 0; }
  .market-quick dd { font-size: 32px; }
  .intent-led-hero { gap: 22px; padding-top: 34px; padding-bottom: 30px; }
  .intent-led-hero h1 { font-size: 44px; }
  .intent-led-hero .lede { margin-top: 14px; font-size: 17px; }
  .intent-led-hero .actions { margin-top: 20px; }
  .intent-led-hero.no-summary .actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intent-led-hero.no-summary .actions .button { width: 100%; }
  .intent-led-hero.no-summary .actions .button:last-child { grid-column: 1 / -1; }
  .intent-led-hero .market-quick > p { padding: 18px 18px 5px; }
  .intent-led-hero .market-quick dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 18px 12px; }
  .intent-led-hero .market-quick dl div { display: block; min-width: 0; padding: 12px 8px 12px 0; }
  .intent-led-hero .market-quick dl div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
  .intent-led-hero .market-quick dl div:nth-child(even) { padding-left: 14px; }
  .intent-led-hero .market-quick dt { min-height: 32px; font-size: 11px; }
  .intent-led-hero .market-quick dd { margin-top: 5px; font-size: 29px; }
  .intent-led-hero .market-quick small { padding: 0 18px 18px; }
  .city-jump-nav { position: sticky; top: 68px; z-index: 18; display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; background: rgba(247,245,238,.98); }
  .city-jump-nav a { flex: 0 0 auto; min-width: 106px; padding: 11px 10px; border-bottom: 1px solid var(--line); font-size: 10px; text-align: center; }
  .city-jump-nav a:first-child { padding-left: 8px; }
  .market-intent-entry { padding: 34px 0 40px; }
  .intent-entry-heading { margin-bottom: 17px; }
  .intent-entry-heading h2 { font-size: 36px; }
  .intent-entry-list { grid-template-columns: minmax(0, 1fr); }
  .intent-entry-link { min-height: 138px; padding: 15px; }
  .intent-entry-copy small.intent-entry-action { width: 100%; }
  .intent-entry-icon { flex: 0 0 auto; }
  .city-discovery-map { padding: 42px 0 50px; }
  .city-map-collapsible > summary { flex-direction: column; gap: 6px; }
  .city-map-heading { margin-bottom: 18px; }
  .city-map-heading h2 { font-size: 36px; }
  .premises-fallback { gap: 12px; padding: 14px 0; }
  .public-map.discovery-map { height: 360px; }
  .public-map.discovery-map { grid-row: 1; }
  .discovery-map-key { grid-row: 2; padding: 18px 14px; }
  .map-scope-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discovery-map-legend { grid-template-columns: minmax(0, 1fr); }
  .city-shortlist { padding: 46px 0 52px; }
  .city-section-heading { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .city-section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .shortlist-row { gap: 16px; }
  .shortlist-job h3 { font-size: 20px; }
  .city-review-insights, .city-coverage { padding: 52px 0 58px; }
  .city-insight-row { gap: 14px; }
  .insight-provider-list { grid-template-columns: minmax(0, 1fr); }
  .coverage-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-filter-heading { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .city-filter-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .city-filter-heading h2 { font-size: 32px; }
  .job-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .job-button { padding: 10px; }
  .quick-filter-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-filter-buttons button { justify-content: space-between; border-radius: 8px; text-align: left; }
  .filters { grid-template-columns: minmax(0, 1fr); }
  .filter-actions { align-items: center; }
  .filter-actions label { min-width: 0; flex: 1; }
  .city-costs { padding: 52px 0 58px; }
  .city-cost-heading { gap: 12px; }
  .city-price-row { grid-template-columns: 82px minmax(0, 1fr); gap: 10px 14px; }
  .city-price-row p { grid-column: 1 / -1; }
  .city-quote-points { grid-template-columns: minmax(0, 1fr); }
  .city-quote-help { padding: 22px 18px; }
  .city-cost-policies li { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .provider-row { grid-template-columns: 1fr; gap: 12px; }
  .provider-row .service-chips { grid-column: auto; }
  .provider-row .actions { justify-content: flex-start; }
  .provider-row .actions .button { flex: 1 1 calc(50% - 6px); }
  .profile-hero { padding-top: 34px; }
  .profile-hero h1 { font-size: 46px; }
  .profile-hero h1 { overflow-wrap: anywhere; }
  .quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-fact:nth-child(2) { border-right: 0; }
  .quick-services { overflow-x: auto; }
  .quick-services > span { flex: 0 0 145px; }
  .quick-services > span:first-child { flex-basis: 86px; }
  .profile-section { padding: 42px 0; }
  .profile-section-grid { gap: 22px; }
  .contact-layout { grid-template-columns: 1fr; }
  .review-cta { align-items: flex-start; flex-direction: column; }
  .alternative-market li { align-items: flex-start; flex-direction: column; gap: 9px; }
  .alternative-actions { width: 100%; }
  .alternative-actions a { flex: 1; justify-content: center; }
  .simple-grid, .form-row { grid-template-columns: minmax(0, 1fr); }
  .simple-link { min-width: 0; }
  .rating-options { grid-template-columns: 1fr 1fr; }
  .rating-options label:last-child { grid-column: 1 / -1; }
  .definition-strip { grid-template-columns: 1fr; }
  .table-wrap { overflow: visible; border: 0; background: transparent; }
  .price-table { display: block; background: transparent; }
  .price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .price-table tbody { display: grid; gap: 10px; }
  .price-table tr { display: grid; gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
  .price-table td { display: block; padding: 0; border: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .analytics-consent { left: 8px; right: 8px; bottom: 8px; grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 17px; }
  .analytics-consent strong { font-size: 22px; }
  .analytics-consent-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mobile-callbar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); background: rgba(17,43,38,.97); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-callbar a { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 9px; background: var(--lime); color: var(--forest); font-weight: 850; text-decoration: none; }
}

@media (max-width: 340px) {
  .brand > span:last-child { display: none; }
  h1 { font-size: 42px; }
  .profile-hero h1 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
