:root {
  --mv-primary: #0B4F6C;
  --mv-primary-deep: #07374C;
  --mv-accent: #D12C76;
  --mv-soft: #CFE8EA;
  --mv-soft-2: #E8F3F4;
  --mv-background: #F7FAFC;
  --mv-surface: #FFFFFF;
  --mv-text: #17212B;
  --mv-muted: #5B6873;
  --mv-line: #B8CBD2;
  --mv-good: #186B57;
  --mv-focus: #D12C76;
  --mv-font: "Afacad Flux", "Segoe UI", Arial, sans-serif;
  --mv-shell: 1480px;
  --mv-readable: 72ch;
  --mv-shadow: 0 16px 38px rgba(7, 55, 76, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--mv-background);
  color: var(--mv-text);
  font-family: var(--mv-font);
  font-size: 1rem;
  line-height: 1.52;
  text-rendering: optimizeLegibility;
}
body.mv-nav-is-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, h4, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; }
a { color: var(--mv-primary); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--mv-accent); }
button, input, select, textarea { font: inherit; }
button, input { min-height: 44px; }
button { cursor: pointer; }
address { font-style: normal; }
summary { cursor: pointer; }
::selection { background: var(--mv-soft); color: var(--mv-primary-deep); }
:focus-visible { outline: 3px solid var(--mv-focus); outline-offset: 3px; }
.mv-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mv-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-140%);
  background: var(--mv-text);
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
}
.mv-skip-link:focus { transform: translateY(0); }
.mv-shell { width: min(calc(100% - 40px), var(--mv-shell)); margin-inline: auto; }

/* Compact civic navigation */
.mv-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 68px;
  background: rgba(247, 250, 252, .96);
  border-bottom: 1px solid var(--mv-line);
  backdrop-filter: blur(14px);
}
.mv-header-inner {
  width: min(calc(100% - 40px), var(--mv-shell));
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.mv-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mv-primary-deep);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 720;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.mv-knoten-mark { width: 38px; height: 38px; color: var(--mv-primary); flex: 0 0 auto; }
.mv-knoten-accent { fill: var(--mv-accent); }
.mv-site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.mv-site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-bottom: 3px solid transparent;
  color: var(--mv-text);
  text-decoration: none;
  font-weight: 610;
}
.mv-site-nav a:hover { border-color: var(--mv-accent); color: var(--mv-primary-deep); }
.mv-site-nav a[aria-current="page"] { border-color: var(--mv-accent); color: var(--mv-primary-deep); }
.mv-site-nav .business-nav-cta {
  margin-left: 6px;
  border: 1px solid var(--mv-primary);
  border-radius: 6px;
  color: var(--mv-primary);
}
.mv-nav-toggle {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--mv-primary);
  border-radius: 6px;
  background: var(--mv-surface);
  color: var(--mv-primary-deep);
  padding: 7px 12px;
  font-weight: 700;
}
.mv-nav-toggle-lines, .mv-nav-toggle-lines::before, .mv-nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}
.mv-nav-toggle-lines { position: relative; }
.mv-nav-toggle-lines::before { position: absolute; top: -6px; }
.mv-nav-toggle-lines::after { position: absolute; top: 6px; }

/* Shared scope signals */
.mv-context-back {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--mv-muted);
  font-weight: 650;
  text-decoration: none;
}
.mv-context-back:hover { color: var(--mv-primary); }
.mv-scope-line {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mv-muted);
  font-size: .83rem;
  font-weight: 690;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mv-scope-line > span + span::before { content: "/"; margin-right: 9px; color: var(--mv-line); }
.mv-scope-line .mv-scope-node::before { content: none; }
.mv-scope-node, .mv-list-node, .mv-path-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mv-accent);
  flex: 0 0 auto;
}
.mv-section-label, .mv-results-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mv-line);
}
.mv-section-label h2, .mv-results-header h2 { font-size: 1.05rem; line-height: 1.2; }
.mv-section-label a { font-size: .9rem; font-weight: 680; }
.mv-public-count {
  display: block;
  color: var(--mv-muted);
  font-size: .88rem;
  font-variant-numeric: tabular-nums;
}
.mv-live-status { min-height: 1.5em; color: var(--mv-muted); font-size: .86rem; }
.is-unavailable { color: var(--mv-muted); }
.is-unavailable a { pointer-events: none; }
.is-unavailable small { display: block; color: var(--mv-muted); font-weight: 650; }
.mv-empty-state {
  padding: 24px;
  border: 1px dashed var(--mv-line);
  background: var(--mv-soft-2);
  color: var(--mv-muted);
}

/* Home workspace: node, working surface, urban margin */
.mv-home-shell { width: min(calc(100% - 40px), 1580px); margin-inline: auto; padding: 24px 0 64px; }
.mv-city-workspace {
  display: grid;
  grid-template-columns: minmax(210px, 23%) minmax(470px, 53%) minmax(220px, 24%);
  grid-template-areas: "scope search pulse" "scope ranking pulse";
  gap: 24px;
  align-items: start;
}
.mv-search-board {
  grid-area: search;
  position: relative;
  overflow: visible;
  background: var(--mv-soft-2);
  border-left: 6px solid var(--mv-primary);
  border-radius: 6px 34px 34px 6px;
  padding: clamp(20px, 3vw, 36px);
}
.mv-search-board::after {
  position: absolute;
  right: 24px;
  bottom: -8px;
  width: 72px;
  height: 16px;
  border-radius: 999px;
  background: var(--mv-primary);
  content: "";
}
.mv-search-board h1 {
  max-width: 18ch;
  margin-top: 10px;
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.mv-home-intro { max-width: 68ch; margin-top: 14px; color: var(--mv-muted); font-size: .96rem; }
.mv-home-intro summary { width: fit-content; color: var(--mv-primary); font-weight: 720; }
.mv-home-intro > div { margin-top: 9px; }
.mv-home-intro p + p { margin-top: 10px; }
.mv-directory-search { position: relative; margin-top: 22px; }
.mv-directory-search > label { display: block; margin-bottom: 8px; font-weight: 720; color: var(--mv-primary-deep); }
.mv-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.mv-search-control input, .mv-local-filter input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--mv-primary);
  border-radius: 6px;
  background: #fff;
  color: var(--mv-text);
  padding: 11px 13px;
}
.mv-search-control button, .mv-primary-action {
  min-height: 46px;
  border: 1px solid var(--mv-accent);
  border-radius: 6px;
  background: var(--mv-accent);
  color: #fff;
  padding: 10px 18px;
  font-weight: 740;
  text-decoration: none;
}
.mv-search-control button:hover, .mv-primary-action:hover { background: #A91F5C; color: #fff; }
.mv-search-results {
  position: absolute;
  z-index: 30;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  border: 1px solid var(--mv-primary);
  background: #fff;
  box-shadow: var(--mv-shadow);
}
.mv-search-results a, .mv-search-results p { display: block; padding: 10px 13px; }
.mv-search-results a { border-bottom: 1px solid var(--mv-soft); text-decoration: none; font-weight: 650; }
.mv-scope-board {
  grid-area: scope;
  background: var(--mv-primary-deep);
  color: #fff;
  border-radius: 6px 36px 6px 36px;
  padding: 20px;
}
.mv-scope-board .mv-section-label { border-color: rgba(255,255,255,.28); }
.mv-scope-board .mv-section-label a { color: #fff; }
.mv-scope-paths { list-style: none; margin-top: 8px; }
.mv-scope-paths li { border-bottom: 1px solid rgba(255,255,255,.16); }
.mv-scope-paths a, .mv-disabled-path {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 640;
  line-height: 1.2;
  padding: 9px 2px;
}
.mv-scope-paths a:hover { color: var(--mv-soft); transform: translateX(3px); }
.mv-scope-paths .mv-path-node { width: 10px; height: 10px; background: var(--mv-soft); }
.mv-scope-paths .is-unavailable .mv-path-node { background: transparent; border: 2px solid rgba(255,255,255,.45); }
.mv-disabled-path { flex-wrap: wrap; color: rgba(255,255,255,.72); }
.mv-disabled-path small { margin-left: 20px; width: 100%; color: rgba(255,255,255,.72); }
.mv-ranking-lane { grid-area: ranking; min-width: 0; }
.mv-ranking-preview-list { display: grid; gap: 10px; margin-top: 12px; }
.mv-ranking-preview {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 110px;
  overflow: hidden;
  border: 1px solid var(--mv-line);
  border-radius: 6px 28px 6px 6px;
  background: var(--mv-surface);
}
.mv-ranking-preview > img { width: 100%; height: 100%; min-height: 110px; object-fit: cover; }
.mv-ranking-preview-body { min-width: 0; align-self: center; padding: 13px 16px; }
.mv-ranking-preview-body > a, .mv-preview-title { display: block; color: var(--mv-primary-deep); font-size: 1.04rem; font-weight: 730; line-height: 1.16; }
.mv-top-preview {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 9px;
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid var(--mv-soft);
  font-size: .86rem;
}
.mv-top-preview > span { font-weight: 700; }
.mv-top-preview strong { color: var(--mv-primary); }
.mv-top-preview small { color: var(--mv-muted); }
.mv-city-pulse { grid-area: pulse; display: grid; gap: 10px; }
.mv-city-pulse figure { overflow: hidden; background: var(--mv-soft); }
.mv-city-pulse figure:first-child { height: 245px; border-radius: 34px 6px 6px 6px; }
.mv-city-pulse figure:nth-child(2) { height: 180px; }
.mv-city-pulse figure:nth-child(3) { height: 230px; border-radius: 6px 6px 34px 6px; }
.mv-city-pulse img { width: 100%; height: 100%; object-fit: cover; }
.mv-city-pulse figure:first-child img { object-position: 58% center; }
.mv-city-pulse figure:nth-child(2) img { object-position: center 58%; }
.mv-city-pulse figure:nth-child(3) img { object-position: 48% center; }
.mv-all-guides { margin-top: 56px; padding-top: 24px; border-top: 4px solid var(--mv-primary); }
.mv-all-guides > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 38%); gap: 24px; align-items: end; margin-bottom: 18px; }
.mv-all-guides h2 { font-size: clamp(1.6rem, 3vw, 2.55rem); line-height: 1; letter-spacing: -.03em; }
.mv-all-guides header p { color: var(--mv-muted); }
.mv-guide-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--mv-line); }
.mv-guide-line { min-width: 0; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 12px; padding: 12px; border-right: 1px solid var(--mv-line); border-bottom: 1px solid var(--mv-line); }
.mv-guide-line:nth-child(3n) { border-right: 0; }
.mv-guide-line img { width: 84px; height: 64px; object-fit: cover; }
.mv-guide-line a, .mv-guide-line > div > span { display: block; font-weight: 700; line-height: 1.16; }
.mv-guide-line b { display: block; margin-top: 5px; color: var(--mv-muted); font-size: .82rem; font-weight: 600; }

/* Ranking context and open ordered rows */
.mv-ranking-page { padding: 30px 0 72px; }
.mv-ranking-context {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 36px;
}
.mv-ranking-context-copy {
  align-self: center;
  padding: 28px 6vw 28px 0;
  border-bottom: 6px solid var(--mv-primary);
}
.mv-ranking-context h1, .mv-profile-nameplate h1, .mv-scope-heading h1, .mv-trust-heading h1 {
  max-width: 19ch;
  margin-top: 10px;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.05em;
}
.mv-ranking-intro { max-width: var(--mv-readable); margin-top: 18px; color: var(--mv-muted); font-size: 1.08rem; }
.mv-ranking-intro > p + p, .mv-ranking-intro details p { margin-top: 10px; }
.mv-ranking-intro details { margin-top: 12px; }
.mv-ranking-intro summary { color: var(--mv-primary); font-weight: 700; }
.mv-ranking-feature { min-height: 310px; overflow: hidden; border-radius: 36px 6px 36px 6px; background: var(--mv-soft); }
.mv-ranking-feature img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.mv-ranking-results { max-width: 1160px; margin-inline: auto; }
.mv-results-header span { color: var(--mv-muted); font-variant-numeric: tabular-nums; }
.mv-ordered-ranking { list-style: none; display: grid; gap: 0; margin-top: 8px; border-bottom: 1px solid var(--mv-line); }
.mv-choice-row {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(180px, 220px) minmax(0, 1fr);
  grid-template-areas: "rank media identity" ". media decision";
  column-gap: 18px;
  padding: 22px 20px 26px 14px;
  border-top: 1px solid var(--mv-line);
  background: transparent;
}
.mv-choice-row:nth-child(even) { background: rgba(207, 232, 234, .28); }
.mv-choice-row--no-image { grid-template-columns: 52px minmax(0, 1fr); grid-template-areas: "rank identity" ". decision"; }
.mv-rank-node {
  grid-area: rank;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mv-primary);
  color: #fff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.mv-choice-media { grid-area: media; overflow: hidden; min-height: 192px; border-radius: 4px; }
.mv-choice-media img { width: 100%; height: 100%; min-height: 192px; object-fit: cover; }
.mv-choice-identity { grid-area: identity; min-width: 0; }
.mv-choice-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.mv-business-category { display: block; color: var(--mv-primary); font-size: .8rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.mv-choice-heading h3 { max-width: 25ch; margin-top: 3px; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.02; letter-spacing: -.025em; }
.mv-rating-lockup, .mv-profile-proof, .mv-profile-line-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; }
.mv-rating { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.mv-stars {
  position: relative;
  display: inline-block;
  color: transparent;
  letter-spacing: .04em;
  background: linear-gradient(90deg, var(--mv-accent) calc((var(--mv-score) / 5) * 100%), #9AA8AE calc((var(--mv-score) / 5) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
}
.mv-review-count, .mv-profile-proof > span, .mv-profile-line-proof > span { color: var(--mv-muted); font-size: .9rem; }
.mv-business-address { margin-top: 10px; color: var(--mv-muted); font-size: .94rem; }
.mv-business-address::before { content: "⌖"; margin-right: 7px; color: var(--mv-primary); font-weight: 800; }
.mv-choice-decision { grid-area: decision; min-width: 0; margin-top: 16px; }
.mv-business-copy { max-width: var(--mv-readable); color: #26343E; }
.mv-business-copy p + p { margin-top: 11px; }
.mv-business-copy strong { color: var(--mv-primary-deep); }
.mv-best-for { margin-top: 16px; padding: 13px 15px; background: var(--mv-soft); border-radius: 5px 22px 5px 5px; }
.mv-best-for h4, .mv-best-for h3 { font-size: .83rem; color: var(--mv-primary-deep); text-transform: uppercase; letter-spacing: .05em; }
.mv-best-for ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 7px; }
.mv-best-for li { position: relative; padding-left: 15px; font-weight: 650; }
.mv-best-for li::before { position: absolute; left: 0; top: .57em; width: 7px; height: 7px; border-radius: 50%; background: var(--mv-primary); content: ""; }
.mv-highlights { margin-top: 16px; padding: 2px 0 2px 18px; border-left: 4px solid var(--mv-accent); }
.mv-highlights h4, .mv-highlights h3 { font-size: .95rem; color: var(--mv-text); }
.mv-highlights ul { list-style: none; display: grid; gap: 5px; margin-top: 6px; }
.mv-highlights li::before { content: "↳"; margin-right: 8px; color: var(--mv-accent); font-weight: 800; }
.mv-practical-note { max-width: var(--mv-readable); margin-top: 16px; padding-top: 12px; border-top: 1px dashed var(--mv-line); color: var(--mv-muted); }
.mv-practical-note strong { color: var(--mv-text); }
.mv-practical-note p { margin-top: 4px; }
.mv-profile-action, .mv-line-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--mv-primary);
  font-weight: 760;
}
.mv-guide-fold { max-width: 1160px; margin: 56px auto 0; display: grid; gap: 30px; }
.mv-methodology { border-top: 4px solid var(--mv-primary); border-bottom: 1px solid var(--mv-line); padding: 16px 0; }
.mv-methodology summary { font-size: 1.18rem; font-weight: 760; color: var(--mv-primary-deep); }
.mv-methodology div { max-width: var(--mv-readable); margin-top: 12px; color: var(--mv-muted); }
.mv-methodology p + p { margin-top: 10px; }
.mv-services-guide, .mv-choose-guide, .mv-map-guide, .mv-faq-guide { padding-top: 24px; border-top: 1px solid var(--mv-line); }
.mv-services-guide > h2, .mv-choose-guide > h2, .mv-map-guide > h2, .mv-faq-guide > h2, .mv-profile-description > h2, .mv-profile-location > h2, .mv-plus-dock h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.mv-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 16px; background: var(--mv-line); }
.mv-service-list article { background: var(--mv-surface); padding: 18px; }
.mv-service-list article:only-child { grid-column: 1 / -1; }
.mv-service-list h3 { color: var(--mv-primary-deep); font-size: 1.08rem; }
.mv-service-list article div { margin-top: 6px; color: var(--mv-muted); }
.mv-service-list p + p { margin-top: 8px; }
.mv-choose-guide ol { list-style: none; counter-reset: choose; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin-top: 16px; }
.mv-choose-guide li { counter-increment: choose; display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding-top: 12px; border-top: 1px solid var(--mv-line); }
.mv-choose-guide li::before { content: counter(choose); width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mv-primary); color: #fff; font-weight: 800; }
.mv-map-copy { max-width: var(--mv-readable); margin-top: 10px; color: var(--mv-muted); }
.mv-map-copy p + p { margin-top: 9px; }
.mv-map-frame { width: 100%; min-height: 430px; margin-top: 18px; overflow: hidden; border: 1px solid var(--mv-line); border-radius: 6px 30px 6px 6px; background: var(--mv-soft); }
.mv-map-frame > * { width: 100% !important; min-height: inherit; }
.mv-map-frame iframe { display: block; width: 100% !important; height: 430px !important; min-height: 100%; border: 0; }
.mv-faq-guide > details { border-bottom: 1px solid var(--mv-line); }
.mv-faq-guide summary { padding: 15px 32px 15px 0; font-weight: 710; color: var(--mv-primary-deep); }
.mv-faq-guide details > div { max-width: var(--mv-readable); padding: 0 0 16px; color: var(--mv-muted); }
.mv-faq-guide details > div p + p { margin-top: 8px; }
.mv-scope-return { max-width: 1160px; margin: 44px auto 0; padding-top: 16px; border-top: 1px solid var(--mv-line); }
.mv-scope-return a { font-weight: 700; }

/* Business profile */
.mv-profile-page { padding: 30px 0 72px; }
.mv-profile-identity { display: grid; grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr); min-height: 410px; background: var(--mv-soft-2); border-radius: 6px 44px 6px 44px; overflow: hidden; }
.mv-profile-identity > figure { min-height: 410px; }
.mv-profile-identity > figure img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.mv-profile-nameplate { align-self: center; padding: clamp(24px, 6vw, 72px); }
.mv-profile-nameplate h1 { margin-bottom: 18px; }
.mv-profile-address { max-width: 54ch; margin-top: 12px; color: var(--mv-muted); font-size: .96rem; }
.mv-profile-address::before { content: "⌖"; margin-right: 7px; color: var(--mv-primary); font-weight: 800; }
.mv-profile-identity--no-image { grid-template-columns: 1fr; min-height: 0; }
.mv-profile-identity--no-image .mv-profile-nameplate { max-width: 980px; }
.mv-profile-layout { display: grid; grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr); gap: 36px; max-width: 1160px; margin: 44px auto 0; align-items: start; }
.mv-profile-layout--free { grid-template-columns: minmax(0, 1fr); }
.mv-profile-layout--free .mv-profile-reading { max-width: 820px; }
.mv-profile-description { display: grid; gap: 18px; }
.mv-profile-location { margin-top: 30px; padding: 22px 0; border-top: 1px solid var(--mv-line); border-bottom: 1px solid var(--mv-line); }
.mv-profile-location address { margin-top: 10px; color: var(--mv-muted); }
.mv-plus-dock { position: sticky; top: 92px; padding: 22px; border: 1px solid var(--mv-primary); border-radius: 6px 30px 6px 30px; background: var(--mv-soft-2); }
.mv-contact-actions { display: grid; gap: 8px; margin-top: 16px; }
.mv-contact-actions a { min-height: 64px; display: grid; padding: 10px 12px; border: 1px solid var(--mv-line); border-radius: 6px; background: #fff; text-decoration: none; }
.mv-contact-actions a:hover { border-color: var(--mv-accent); }
.mv-contact-actions span { color: var(--mv-muted); font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .05em; }
.mv-contact-actions strong { color: var(--mv-primary-deep); }
.mv-contact-actions small { color: var(--mv-muted); }
.mv-plus-fields { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--mv-line); }
.mv-plus-fields > dl { display: grid; gap: 12px; margin-top: 14px; }
.mv-plus-fields > dl > div { display: grid; grid-template-columns: minmax(100px, .7fr) minmax(0, 1.3fr); gap: 12px; }
.mv-plus-fields dt { color: var(--mv-muted); font-size: .86rem; font-weight: 680; }
.mv-plus-fields dd { min-width: 0; overflow-wrap: anywhere; font-weight: 650; }
.mv-plus-fields dd ul { padding-left: 18px; }
.mv-plus-fields dd dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

/* Category families and published profiles */
.mv-scope-heading, .mv-trust-heading { max-width: 1020px; padding: 44px 0 30px; border-bottom: 5px solid var(--mv-primary); }
.mv-scope-intro { max-width: var(--mv-readable); margin-top: 18px; color: var(--mv-muted); }
.mv-scope-intro p + p { margin-top: 10px; }
.mv-local-filter { display: grid; grid-template-columns: minmax(150px, 220px) minmax(240px, 480px); align-items: center; gap: 16px; margin-top: 24px; font-weight: 700; }
.mv-published-path-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 30px 0 72px; }
.mv-category-path { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 160px; min-height: 150px; border-top: 1px solid var(--mv-line); border-bottom: 1px solid var(--mv-line); background: var(--mv-surface); }
.mv-category-path-copy { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; padding: 20px; align-content: center; }
.mv-category-path-copy .mv-list-node { margin-top: 5px; }
.mv-category-path-copy a, .mv-category-path-copy .mv-preview-title { font-size: 1.35rem; line-height: 1.05; font-weight: 740; }
.mv-category-path-copy p { margin-top: 8px; color: var(--mv-muted); font-size: .92rem; }
.mv-category-path > img { width: 160px; height: 100%; min-height: 148px; object-fit: cover; }
.mv-category-page { padding-bottom: 72px; }
.mv-category-ranking-paths { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); gap: 18px; padding-top: 30px; }
.mv-category-ranking { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, 36%); min-height: 170px; overflow: hidden; border: 1px solid var(--mv-line); background: var(--mv-surface); }
.mv-category-ranking:nth-child(3n + 1) { grid-column: span 1; border-radius: 28px 6px 6px 6px; }
.mv-category-ranking:nth-child(3n + 2) { border-radius: 6px 6px 28px 6px; }
.mv-category-ranking-copy { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; padding: 20px; align-content: center; }
.mv-category-ranking-copy a, .mv-category-ranking-copy .mv-preview-title { display: block; font-size: 1.28rem; line-height: 1.06; font-weight: 740; }
.mv-category-ranking-copy b { display: block; margin-top: 8px; color: var(--mv-muted); font-size: .86rem; }
.mv-category-ranking img { width: 100%; height: 100%; min-height: 168px; object-fit: cover; }
.mv-business-index { padding-bottom: 72px; }
.mv-profile-directory { margin-top: 30px; border-top: 1px solid var(--mv-line); }
.mv-profile-line { display: grid; grid-template-columns: 18px minmax(0, 1fr) minmax(190px, .45fr) auto; gap: 14px; align-items: center; min-height: 90px; padding: 14px 6px; border-bottom: 1px solid var(--mv-line); }
.mv-profile-line h2 { font-size: 1.2rem; line-height: 1.1; }
.mv-profile-line-main > span { color: var(--mv-muted); font-size: .86rem; }
.mv-profile-line .mv-line-action { margin: 0; padding: 9px 12px; border: 1px solid var(--mv-primary); border-radius: 6px; text-decoration: none; }
.mv-filter-empty { margin: 24px 0; padding: 18px; background: var(--mv-soft-2); color: var(--mv-muted); }

/* Commercial state surface */
.mv-portal { padding: 44px 0 72px; }
.mv-portal-brand { display: flex; align-items: center; gap: 22px; padding-bottom: 26px; border-bottom: 5px solid var(--mv-primary); }
.mv-portal-brand h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.045em; }
.mv-portal-brand > div:last-child > span { color: var(--mv-muted); font-size: .84rem; font-weight: 720; text-transform: uppercase; letter-spacing: .06em; }
.mv-portal-brand p { margin-top: 7px; color: var(--mv-muted); }
.mv-portal-mark { position: relative; width: 82px; height: 82px; flex: 0 0 auto; }
.mv-portal-mark::before { position: absolute; inset: 19px 18px; transform: rotate(38deg); border-radius: 999px; background: var(--mv-primary); content: ""; }
.mv-portal-mark span { position: absolute; width: 30px; height: 30px; border-radius: 50%; background: var(--mv-primary); }
.mv-portal-mark span:first-child { top: 3px; left: 4px; }
.mv-portal-mark span:last-child { right: 3px; bottom: 4px; background: var(--mv-accent); }
.mv-portal-workbench { display: grid; grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr); gap: 24px; max-width: 1060px; margin: 40px auto 0; }
.mv-portal-action, .mv-portal-account { min-width: 0; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--mv-line); background: var(--mv-surface); }
.mv-portal-action { border-radius: 6px 38px 6px 6px; }
.mv-portal-account { border-radius: 6px 6px 38px 6px; background: var(--mv-soft-2); }
.mv-portal-action h2, .mv-portal-account h2 { margin-bottom: 16px; font-size: clamp(1.4rem, 3vw, 2.2rem); }
.mv-portal-account a { font-weight: 730; }
.mv-backend-message { overflow-wrap: anywhere; }

/* Canonical trust documents */
.mv-trust-page { padding-bottom: 72px; }
.mv-trust-layout { display: grid; grid-template-columns: 240px minmax(0, var(--mv-readable)); gap: 36px; align-items: start; padding-top: 30px; }
.mv-trust-toc { position: sticky; top: 92px; grid-column: 1; }
.mv-trust-toc > button { display: none; }
.mv-trust-toc > button::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mv-soft); color: var(--mv-primary-deep); font-size: 1.15rem; line-height: 1; }
.mv-trust-toc > button[aria-expanded="true"]::after { content: "−"; background: var(--mv-primary); color: #fff; }
.mv-trust-toc nav { display: grid; border-left: 3px solid var(--mv-primary); }
.mv-trust-toc a { padding: 7px 12px; color: var(--mv-muted); text-decoration: none; font-weight: 650; line-height: 1.2; }
.mv-trust-toc a:hover { color: var(--mv-primary); background: var(--mv-soft-2); }
.mv-trust-toc a.is-subsection { padding-left: 25px; font-size: .88rem; }
.mv-trust-document { grid-column: 2; min-width: 0; font-size: 1.03rem; }
.mv-trust-document > * + * { margin-top: 1rem; }
.mv-trust-document h2 { margin-top: 2.3rem; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.05; }
.mv-trust-document h3 { margin-top: 1.65rem; font-size: 1.22rem; }
.mv-trust-document ul, .mv-trust-document ol { padding-left: 1.25rem; }
.mv-trust-document li + li { margin-top: .45rem; }
.mv-trust-document a { overflow-wrap: anywhere; }
.mv-trust-document table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.mv-trust-document th, .mv-trust-document td { min-width: 150px; padding: 10px; border: 1px solid var(--mv-line); text-align: left; vertical-align: top; }
.mv-trust-document th { background: var(--mv-soft-2); }
.mv-contact-path { grid-column: 2; display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 12px; margin-top: 10px; padding: 20px; border-top: 1px solid var(--mv-line); border-bottom: 1px solid var(--mv-line); }
.mv-contact-path a { display: block; margin-top: 4px; font-weight: 740; }

/* Footer */
.mv-site-footer { border-top: 1px solid var(--mv-line); background: var(--mv-primary-deep); color: #fff; }
.mv-footer-inner { width: min(calc(100% - 40px), var(--mv-shell)); margin-inline: auto; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 36px; align-items: center; min-height: 150px; padding: 26px 0; }
.mv-footer-brand { display: flex; align-items: center; gap: 12px; }
.mv-footer-brand .mv-knoten-mark { color: var(--mv-soft); }
.mv-footer-brand > span { display: grid; }
.mv-footer-brand small { color: rgba(255,255,255,.7); }
.mv-trust-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px 18px; }
.mv-trust-links a { color: #fff; font-size: .9rem; }

@media (min-width: 1200px) {
  .mv-scope-board, .mv-city-pulse { position: sticky; top: 92px; }
}

@media (max-width: 1199px) {
  .mv-city-workspace { grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); grid-template-areas: "scope search" "scope ranking" "pulse pulse"; }
  .mv-city-pulse { grid-template-columns: 1.15fr 1fr .85fr; margin-top: 12px; }
  .mv-city-pulse figure:first-child, .mv-city-pulse figure:nth-child(2), .mv-city-pulse figure:nth-child(3) { height: 230px; }
  .mv-guide-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mv-guide-line:nth-child(3n) { border-right: 1px solid var(--mv-line); }
  .mv-guide-line:nth-child(2n) { border-right: 0; }
}

@media (max-width: 980px) {
  .mv-site-nav { gap: 0; }
  .mv-site-nav a { padding-inline: 8px; font-size: .93rem; }
  .mv-ranking-context { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); }
  .mv-choice-row { grid-template-columns: 48px 180px minmax(0, 1fr); }
  .mv-category-ranking-paths { grid-template-columns: 1fr; }
  .mv-published-path-list { grid-template-columns: 1fr; }
}

@media (max-width: 859px) {
  html { scroll-padding-top: 74px; }
  .mv-shell, .mv-header-inner, .mv-footer-inner { width: min(calc(100% - 28px), var(--mv-shell)); }
  .mv-home-shell { width: min(calc(100% - 28px), 1580px); }
  .mv-nav-toggle { display: inline-flex; }
  .mv-site-nav {
    position: fixed;
    z-index: 110;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    min-height: calc(100dvh - 68px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 18px 20px 40px;
    background: var(--mv-primary-deep);
  }
  .mv-site-nav[data-open="true"] { display: flex; visibility: visible; }
  .mv-site-nav a { min-height: 52px; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 1.12rem; }
  .mv-site-nav .business-nav-cta { margin: 14px 0 0; padding-inline: 13px; border-color: var(--mv-soft); color: #fff; }
  .mv-city-workspace { grid-template-columns: 1fr; grid-template-areas: "search" "scope" "ranking" "pulse"; gap: 18px; }
  .mv-scope-board { border-radius: 6px 28px 6px 28px; }
  .mv-city-pulse { grid-template-columns: 1.2fr .8fr; }
  .mv-city-pulse figure:first-child { grid-column: 1 / -1; }
  .mv-city-pulse figure:first-child, .mv-city-pulse figure:nth-child(2), .mv-city-pulse figure:nth-child(3) { height: 210px; }
  .mv-all-guides > header { grid-template-columns: 1fr; gap: 8px; }
  .mv-ranking-context { grid-template-columns: 1fr; gap: 16px; }
  .mv-ranking-context-copy { padding: 14px 0 18px; }
  .mv-ranking-feature { min-height: 240px; max-height: 310px; }
  .mv-ranking-feature img { min-height: 240px; max-height: 310px; }
  .mv-choice-row, .mv-choice-row--no-image {
    grid-template-columns: 1fr;
    grid-template-areas: "identity" "media" "decision";
    gap: 0;
    padding: 18px;
  }
  .mv-rank-node { position: absolute; z-index: 2; top: 14px; right: 14px; width: 38px; height: 38px; }
  .mv-choice-heading { display: block; padding-right: 52px; }
  .mv-rating-lockup { margin-top: 9px; }
  .mv-choice-media { margin-top: 14px; min-height: 220px; max-height: 320px; }
  .mv-choice-media img { min-height: 220px; max-height: 320px; }
  .mv-service-list, .mv-choose-guide ol { grid-template-columns: 1fr; }
  .mv-profile-identity { grid-template-columns: 1fr; min-height: 0; }
  .mv-profile-identity > figure, .mv-profile-identity > figure img { min-height: 280px; max-height: 420px; }
  .mv-profile-layout { grid-template-columns: 1fr; }
  .mv-plus-dock { position: static; }
  .mv-local-filter { grid-template-columns: 1fr; gap: 7px; }
  .mv-profile-line { grid-template-columns: 16px minmax(0, 1fr) auto; }
  .mv-profile-line-proof { grid-column: 2; }
  .mv-profile-line .mv-line-action { grid-column: 3; grid-row: 1 / span 2; }
  .mv-portal-workbench { grid-template-columns: 1fr; }
  .mv-trust-layout { grid-template-columns: 1fr; gap: 20px; }
  .mv-trust-toc, .mv-trust-document, .mv-contact-path { grid-column: 1; }
  .mv-trust-toc { position: static; }
  .mv-trust-toc > button { width: 100%; display: flex; justify-content: space-between; border: 1px solid var(--mv-primary); border-radius: 6px; background: #fff; color: var(--mv-primary-deep); padding: 10px 12px; font-weight: 740; }
  .mv-trust-toc nav { display: none; margin-top: 4px; border: 1px solid var(--mv-line); border-left: 3px solid var(--mv-primary); background: #fff; }
  .mv-trust-toc nav[data-open="true"] { display: grid; }
  .mv-footer-inner { grid-template-columns: 1fr; min-height: 0; }
  .mv-trust-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .mv-site-header, .mv-header-inner { min-height: 64px; }
  .mv-knoten-mark { width: 34px; height: 34px; }
  .mv-brand { font-size: 1.1rem; }
  .mv-site-nav { top: 64px; min-height: calc(100dvh - 64px); }
  .mv-home-shell { padding-top: 10px; }
  .mv-city-workspace { gap: 10px; }
  .mv-search-board { padding: 14px 16px 12px; border-left-width: 4px; border-radius: 6px 24px 24px 6px; }
  .mv-search-board::after { display: none; }
  .mv-search-board h1 { max-width: 15ch; margin-top: 4px; font-size: clamp(1.9rem, 9.2vw, 2.35rem); line-height: .98; }
  .mv-directory-search { margin-top: 12px; }
  .mv-directory-search > label { margin-bottom: 5px; font-size: .92rem; }
  .mv-search-control { grid-template-columns: minmax(0, 1fr) auto; gap: 6px; }
  .mv-search-control input { padding-inline: 10px; }
  .mv-search-control button { width: auto; padding-inline: 12px; }
  .mv-live-status { min-height: 0; }
  .mv-home-intro { margin-top: 7px; font-size: .88rem; }
  .mv-home-intro > div { max-height: 9.2em; overflow-y: auto; padding-right: 6px; }
  .mv-scope-board { padding: 12px 14px; border-radius: 6px 22px 6px 22px; }
  .mv-scope-board .mv-section-label { padding-bottom: 5px; }
  .mv-scope-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 8px; margin-top: 5px; }
  .mv-scope-paths li { min-width: 0; border: 0; }
  .mv-scope-paths li:nth-child(n + 4) { display: none; }
  .mv-scope-paths a, .mv-disabled-path { min-height: 38px; align-items: flex-start; padding: 5px 0; font-size: .82rem; }
  .mv-scope-paths .mv-path-node { margin-top: 4px; }
  .mv-ranking-lane .mv-section-label { padding-bottom: 6px; }
  .mv-ranking-preview-list { margin-top: 6px; }
  .mv-ranking-preview-list .mv-ranking-preview:nth-child(n + 2) { display: none; }
  .mv-ranking-preview { grid-template-columns: 88px minmax(0, 1fr); min-height: 96px; border-radius: 4px 18px 4px 4px; }
  .mv-ranking-preview > img { order: 0; width: 88px; height: 100%; min-height: 96px; }
  .mv-ranking-preview-body { order: 0; padding: 9px 11px; }
  .mv-ranking-preview-body > a, .mv-preview-title { font-size: .94rem; }
  .mv-public-count { font-size: .78rem; }
  .mv-top-preview { gap: 2px 7px; margin-top: 5px; padding-top: 5px; font-size: .78rem; line-height: 1.15; }
  .mv-city-pulse { grid-template-columns: 1fr 1fr; gap: 7px; }
  .mv-city-pulse figure:first-child { height: 190px; }
  .mv-city-pulse figure:nth-child(2), .mv-city-pulse figure:nth-child(3) { height: 150px; }
  .mv-all-guides { margin-top: 40px; }
  .mv-guide-directory { grid-template-columns: 1fr; }
  .mv-guide-line, .mv-guide-line:nth-child(2n), .mv-guide-line:nth-child(3n) { border-right: 0; }
  .mv-ranking-page, .mv-profile-page { padding-top: 12px; }
  .mv-ranking-context { gap: 9px; margin-bottom: 18px; }
  .mv-ranking-context-copy { padding: 7px 0 11px; border-bottom-width: 4px; }
  .mv-ranking-context-copy .mv-context-back { margin-bottom: 7px; }
  .mv-ranking-context h1, .mv-profile-nameplate h1, .mv-scope-heading h1, .mv-trust-heading h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(1.92rem, 8.9vw, 2.5rem); line-height: .98; }
  .mv-ranking-intro { margin-top: 9px; font-size: .92rem; line-height: 1.35; }
  .mv-ranking-intro > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .mv-ranking-intro details { margin-top: 5px; font-size: .88rem; }
  .mv-ranking-feature, .mv-ranking-feature img { min-height: 166px; max-height: 184px; }
  .mv-ranking-feature { border-radius: 22px 4px 22px 4px; }
  .mv-ranking-results .mv-results-header { padding-bottom: 6px; }
  .mv-ordered-ranking { margin-top: 4px; }
  .mv-choice-row, .mv-choice-row--no-image { padding: 12px 0 17px; border-radius: 0; }
  .mv-choice-row:nth-child(even) { margin-inline: -8px; padding-inline: 8px; }
  .mv-rank-node { top: 10px; right: 0; }
  .mv-choice-heading { padding-right: 46px; }
  .mv-rating-lockup { margin-top: 5px; }
  .mv-choice-media, .mv-choice-media img { min-height: 190px; max-height: 240px; }
  .mv-choice-heading h3 { font-size: 1.55rem; }
  .mv-best-for ul { display: grid; }
  .mv-map-frame { min-height: 300px; }
  .mv-map-frame iframe { height: 300px !important; }
  .mv-profile-identity { border-radius: 6px 30px 6px 30px; }
  .mv-profile-identity > figure, .mv-profile-identity > figure img { min-height: 230px; max-height: 310px; }
  .mv-profile-nameplate { padding: 20px; }
  .mv-profile-layout { margin-top: 28px; gap: 24px; }
  .mv-plus-fields > dl > div { grid-template-columns: 1fr; gap: 2px; }
  .mv-scope-heading, .mv-trust-heading { padding-top: 26px; }
  .mv-category-path { grid-template-columns: 1fr; }
  .mv-category-path > img { width: 100%; height: 160px; min-height: 160px; }
  .mv-category-ranking { grid-template-columns: 1fr; }
  .mv-category-ranking-copy { order: 1; }
  .mv-category-ranking img { order: 2; min-height: 170px; max-height: 210px; }
  .mv-profile-line { grid-template-columns: 14px minmax(0, 1fr); gap: 10px; }
  .mv-profile-line-proof, .mv-profile-line .mv-line-action { grid-column: 2; grid-row: auto; }
  .mv-profile-line .mv-line-action { width: fit-content; }
  .mv-portal { padding-top: 26px; }
  .mv-portal-brand { align-items: flex-start; }
  .mv-portal-mark { width: 58px; height: 58px; }
  .mv-portal-mark span { width: 23px; height: 23px; }
  .mv-portal-mark::before { inset: 14px 13px; }
  .mv-portal-action, .mv-portal-account { padding: 20px; }
}

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