:root {
  --mss-black: #111111;
  --mss-ink: #2B2B2B;
  --mss-gold: #C8A45A;
  --mss-gold-soft: #eadfc9;
  --mss-neutral: #F6F4EF;
  --mss-line: #E6E6E6;
  --mss-muted: #6d675f;
  --mss-white: #ffffff;
}

body #site-header.site-header,
body #site-footer.site-footer,
body header.site-header:not(.mss-site-header),
body footer.site-footer:not(.mss-site-footer),
body .page-header:not(.mss-page-intro) {
  display: none !important;
}

.mss-site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--mss-line);
  box-shadow: 0 10px 28px rgba(17, 17, 17, .05);
  position: sticky;
  top: 0;
  z-index: 5000;
}

.mss-site-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 76px;
  padding: 0 20px;
}

.mss-brand {
  align-items: center;
  color: var(--mss-black) !important;
  display: inline-flex;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  gap: 12px;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.mss-brand strong {
  font-weight: 700;
}

.mss-brand-logo {
  display: block;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  width: auto;
}

.mss-brand-logo-header {
  max-width: 210px;
}

.mss-brand-logo-footer {
  max-height: 86px;
  max-width: 250px;
}

.mss-brand-mark {
  border-bottom: 3px solid var(--mss-gold);
  border-radius: 0 0 999px 999px;
  display: inline-block;
  height: 17px;
  width: 46px;
}

.mss-primary-nav {
  align-items: center;
  display: flex;
  gap: 22px;
}

.mss-primary-nav a {
  color: var(--mss-ink) !important;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.mss-primary-nav a:hover {
  color: var(--mss-gold) !important;
}

.mss-primary-nav .mss-nav-cta {
  background: var(--mss-black);
  border-radius: 999px;
  color: var(--mss-white) !important;
  min-height: 42px;
  padding: 13px 18px;
}

.mss-primary-nav .mss-nav-cta:hover {
  background: var(--mss-gold);
  color: var(--mss-black) !important;
}

.mss-nav-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none !important;
  gap: 5px;
  height: 42px;
  min-height: 0;
  min-width: 0;
  outline: 0;
  padding: 8px;
  width: 42px;
}

.mss-nav-toggle span {
  background: var(--mss-black);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 24px;
}

.mss-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mss-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mss-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 981px) {
  .mss-site-header .mss-nav-toggle,
  .mss-site-header .mss-nav-toggle.is-open {
    display: none !important;
    visibility: hidden !important;
  }

  .mss-site-header .mss-primary-nav,
  .mss-site-header .mss-primary-nav.is-open {
    display: flex !important;
    position: static !important;
    visibility: visible !important;
  }
}

.mss-site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 164, 90, .18), transparent 28%),
    linear-gradient(180deg, rgba(246, 244, 239, .95), #fff 54%, rgba(230, 230, 230, .55));
  border-top: 1px solid rgba(200, 164, 90, .28);
  color: var(--mss-charcoal);
  margin-top: 0;
  overflow: hidden;
}

.mss-footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, .1);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px 20px 34px;
}

.mss-footer-top h2 {
  color: var(--mss-black);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
  max-width: 780px;
}

.mss-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mss-site-footer-inner {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 1.45fr) repeat(5, minmax(130px, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px 20px 38px;
}

.mss-site-footer .mss-brand {
  color: var(--mss-black) !important;
}

.mss-footer-brand {
  max-width: 360px;
}

.mss-footer-brand .mss-brand-footer {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 0;
}

.mss-footer-brand .mss-brand-logo-footer {
  filter: none;
}

.mss-site-footer h2 {
  color: #9d7a32;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.mss-site-footer .mss-footer-top h2 {
  color: var(--mss-black);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 780px;
  text-transform: none;
}

.mss-site-footer a {
  color: var(--mss-charcoal) !important;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 13px;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}

.mss-site-footer a:hover {
  color: var(--mss-black) !important;
  transform: translateX(2px);
}

.mss-site-footer .mss-button {
  display: inline-flex;
  margin: 0;
}

.mss-site-footer .mss-button:hover {
  transform: translateY(-1px);
}

.mss-site-footer p {
  color: var(--mss-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.mss-footer-email {
  color: var(--mss-gold) !important;
  display: inline-block !important;
  margin-top: 18px !important;
}

.mss-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(17, 17, 17, .1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px 20px 26px;
}

.mss-footer-bottom p {
  color: var(--mss-muted);
  font-size: 12px;
  margin: 0;
  max-width: 720px;
}

.mss-mobile-action-bar {
  display: none;
}

.mss-home,
.mss-directory,
.mss-profile,
.mss-template-page {
  color: var(--mss-ink);
  font-family: Inter, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

.elementor-widget-text-editor .mss-home,
.elementor-widget-text-editor .mss-directory,
.elementor-widget-text-editor .mss-page-intro,
.elementor-widget-text-editor .mss-claim,
.elementor-widget-text-editor .mss-join,
.entry-content > .mss-home,
.entry-content > .mss-directory,
.entry-content > .mss-page-intro,
.entry-content > .mss-claim,
.entry-content > .mss-join {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.mss-hero {
  background: radial-gradient(circle at 80% 20%, rgba(200, 164, 90, .18), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f7f4ee 100%);
  border-bottom: 1px solid var(--mss-line);
  padding: clamp(54px, 8vw, 96px) 20px clamp(44px, 6vw, 72px);
}

.mss-hero-inner,
.mss-section,
.mss-band > div,
.mss-profile-hero,
.mss-profile-grid,
.mss-city-hero,
.mss-directory-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.mss-hero-inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
}

.mss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mss-hero-visual {
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(17, 17, 17, .18);
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.mss-hero-visual img {
  display: block;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  width: 100%;
}

.mss-hero-proof-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(200, 164, 90, .42);
  border-radius: 18px;
  bottom: 22px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .2);
  max-width: 300px;
  padding: 18px;
  position: absolute;
  right: 22px;
}

.mss-hero-proof-card strong,
.mss-hero-proof-card p {
  display: block;
}

.mss-hero-proof-card strong {
  color: var(--mss-black);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.08;
  margin: 0 0 6px;
}

.mss-hero-proof-card p {
  color: var(--mss-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.mss-smile-icon {
  display: none !important;
}

.mss-directory {
  background: var(--mss-white);
  padding: 0 20px 56px;
  width: 100%;
}

.mss-directory-inner {
  width: min(1180px, 100%);
}

.mss-hero h1,
.mss-city-hero h1,
.mss-profile h1 {
  color: var(--mss-black);
  font-family: Georgia, "Times New Roman", serif;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
}

.mss-hero p,
.mss-city-hero p {
  color: var(--mss-muted);
  font-size: 19px;
  max-width: 680px;
}

.mss-kicker {
  color: var(--mss-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mss-logo-mark {
  display: none !important;
}

.mss-search {
  align-items: end;
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(21, 20, 17, 0.10);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 1.2fr) minmax(140px, 1fr) minmax(86px, .55fr) minmax(112px, .75fr) minmax(150px, 1fr) minmax(138px, .78fr);
  margin: 24px 0;
  padding: 22px;
  position: relative;
  z-index: 2;
}

.mss-search label {
  color: var(--mss-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mss-search input:not([type="checkbox"]):not([type="radio"]),
.mss-search select {
  background: #fbfaf7;
  border: 1px solid var(--mss-line);
  border-radius: 12px;
  color: var(--mss-ink) !important;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.mss-search input:not([type="checkbox"]):not([type="radio"]):hover,
.mss-search input:not([type="checkbox"]):not([type="radio"]):focus,
.mss-search select:hover,
.mss-search select:focus {
  background: var(--mss-white) !important;
  border-color: rgba(200, 164, 90, .72);
  box-shadow: 0 0 0 4px rgba(200, 164, 90, .14);
  color: var(--mss-black) !important;
  outline: 0;
}

.mss-search input::placeholder {
  color: #7c756d;
  opacity: 1;
}

.mss-search input::-webkit-calendar-picker-indicator {
  color: var(--mss-black);
}

.mss-button {
  align-items: center;
  background: linear-gradient(135deg, #d8bb74, var(--mss-gold));
  border: 1px solid var(--mss-gold);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(200, 164, 90, .28);
  color: var(--mss-black) !important;
  display: inline-flex;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  white-space: nowrap;
}

.mss-button::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

.mss-button:hover,
.mss-button:focus-visible {
  box-shadow: 0 18px 38px rgba(17, 17, 17, .18);
  transform: translateY(-1px);
}

.mss-button:focus-visible,
.mss-text-link:focus-visible {
  outline: 3px solid rgba(200, 164, 90, .42);
  outline-offset: 3px;
}

.mss-button-light {
  background: rgba(255, 255, 255, .96);
  border-color: rgba(17, 17, 17, .12);
  box-shadow: 0 14px 30px rgba(17, 17, 17, .08);
  color: var(--mss-black) !important;
}

.mss-button-gold {
  background: linear-gradient(135deg, #d7b86e, var(--mss-gold));
  border-color: var(--mss-gold);
  box-shadow: 0 16px 34px rgba(200, 164, 90, .28);
  color: #111111 !important;
}

.mss-button-dark {
  background: var(--mss-black);
  border-color: var(--mss-black);
  box-shadow: 0 14px 30px rgba(17, 17, 17, .18);
  color: var(--mss-white) !important;
}

.mss-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.mss-search-actions .mss-button {
  background: var(--mss-black);
  border-color: var(--mss-black);
  color: var(--mss-white) !important;
  min-width: 150px;
}

.mss-search-actions .mss-button-gold {
  background: var(--mss-gold);
  border-color: var(--mss-gold);
  color: var(--mss-black) !important;
}

.mss-search-actions .mss-button:disabled {
  cursor: progress;
  opacity: .72;
  transform: none;
}

.mss-search-status {
  align-items: center;
  background: rgba(246, 244, 239, .92);
  border: 1px solid rgba(200, 164, 90, .28);
  border-radius: 999px;
  color: var(--mss-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.35;
  margin: -2px 0 0;
  min-height: 38px;
  padding: 8px 14px;
}

.mss-search-status:empty,
.mss-search-status[hidden] {
  display: none;
}

.mss-search-status[data-tone="success"] {
  background: rgba(255, 250, 240, .96);
  border-color: rgba(200, 164, 90, .44);
  color: var(--mss-black);
}

.mss-search-status[data-tone="warn"] {
  background: #fff8f1;
  border-color: rgba(200, 125, 90, .38);
  color: #6f3f24;
}

.mss-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
}

.mss-quick-filters button,
.mss-quick-filters label {
  align-items: center;
  background: var(--mss-neutral);
  border: 1px solid var(--mss-line);
  border-radius: 999px;
  color: var(--mss-black);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.1;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.mss-quick-filters button:hover,
.mss-quick-filters label:hover {
  background: #fffaf0;
  border-color: rgba(200, 164, 90, .58);
}

.mss-quick-filters input[type="checkbox"] {
  appearance: none;
  background: var(--mss-white);
  border: 2px solid #a7a29a;
  border-radius: 5px;
  cursor: pointer;
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  width: 18px;
}

.mss-quick-filters input[type="checkbox"]:checked {
  background: var(--mss-black);
  border-color: var(--mss-black);
}

.mss-quick-filters input[type="checkbox"]:checked::after {
  border: solid var(--mss-white);
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 5px;
}

.mss-quick-filters button:hover,
.mss-quick-filters label:hover {
  border-color: var(--mss-gold);
  box-shadow: 0 8px 18px rgba(17, 17, 17, .06);
}

.mss-results-shell {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.mss-map-wrap {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(21, 20, 17, .07);
  overflow: hidden;
}

.mss-map-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 22px 18px;
}

.mss-map-heading h2 {
  color: var(--mss-black);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  margin: 0;
}

.mss-map-heading span {
  background: var(--mss-neutral);
  border: 1px solid var(--mss-line);
  border-radius: 999px;
  color: var(--mss-muted);
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
  white-space: nowrap;
}

.mss-map {
  background: var(--mss-neutral);
  border: 0;
  border-radius: 0;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mss-map .leaflet-pane,
.mss-map .leaflet-map-pane,
.mss-map .leaflet-tile-pane,
.mss-map .leaflet-overlay-pane,
.mss-map .leaflet-marker-pane,
.mss-map .leaflet-shadow-pane,
.mss-map .leaflet-tooltip-pane,
.mss-map .leaflet-popup-pane {
  z-index: 1;
}

.mss-map .leaflet-control-container,
.mss-map .leaflet-top,
.mss-map .leaflet-bottom {
  z-index: 5;
}

.mss-results {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mss-results .mss-empty {
  grid-column: 1 / -1;
}

.mss-results-pagination {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 6px;
}

.mss-results-pagination[hidden] {
  display: none;
}

.mss-results-pagination button {
  background: var(--mss-black);
  border: 1px solid var(--mss-black);
  border-radius: 999px;
  color: var(--mss-white);
  cursor: pointer;
  font-weight: 900;
  min-height: 44px;
  padding: 0 18px;
}

.mss-results-pagination button:disabled {
  background: var(--mss-neutral);
  border-color: var(--mss-line);
  color: var(--mss-muted);
  cursor: not-allowed;
}

.mss-results-pagination span {
  color: var(--mss-muted);
  font-size: 13px;
  font-weight: 800;
}

.mss-result-card,
.mss-dentist-card,
.mss-side-card,
.mss-tier-grid article {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 20, 17, 0.05);
  padding: 22px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mss-result-card:hover,
.mss-dentist-card:hover {
  transform: translateY(-2px);
}

.mss-result-card.is-featured,
.mss-dentist-card.is-featured {
  border-color: var(--mss-gold);
  box-shadow: 0 18px 42px rgba(184, 149, 86, 0.18);
}

.mss-card-top,
.mss-profile-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mss-listing-card-head {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 76px minmax(0, 1fr);
  margin-bottom: 14px;
}

.mss-listing-logo {
  align-items: center;
  background: linear-gradient(145deg, var(--mss-white), var(--mss-neutral));
  border: 1px solid rgba(200, 164, 90, .45);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .08);
  color: var(--mss-black);
  display: grid;
  height: 76px;
  justify-items: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-decoration: none !important;
  width: 76px;
}

.mss-listing-logo::after {
  display: none;
}

.mss-listing-logo img {
  display: block;
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.mss-default-tooth {
  background: var(--mss-gold);
  display: block;
  height: 34px;
  mask-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.3 2.3c1.4-.5 2.8-.2 3.9.5.5.3 1.1.3 1.6 0 1.1-.7 2.5-1 3.9-.5 2.5.9 3.8 3.7 3 6.7l-2 7.7c-.5 2-1.4 4.8-3.4 4.8-1.4 0-1.8-1.4-2.1-2.8-.2-1-.4-1.9-1.2-1.9s-1 .9-1.2 1.9c-.3 1.4-.7 2.8-2.1 2.8-2 0-2.9-2.8-3.4-4.8L2.3 9c-.8-3 .5-5.8 3-6.7Zm.7 2c-1.5.5-2.2 2.2-1.7 4.2l2 7.7c.3 1.1.6 2 1 2.6.5-2.2 1.2-4.1 3.7-4.1s3.2 1.9 3.7 4.1c.4-.6.7-1.5 1-2.6l2-7.7c.5-2-.2-3.7-1.7-4.2-.9-.3-1.7-.1-2.4.3-1.3.8-2.9.8-4.2 0-.7-.4-1.5-.6-2.4-.3Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  width: 34px;
  z-index: 1;
}

.mss-listing-card-head .mss-card-top {
  margin-bottom: 8px;
}

.mss-listing-card-head h3 {
  margin-bottom: 6px;
}

.mss-listing-location {
  color: var(--mss-gold) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 !important;
  text-transform: uppercase;
}

.mss-badge,
.mss-tier {
  background: var(--mss-gold-soft);
  border: 1px solid #d3bd8d;
  border-radius: 999px;
  color: #6d5121;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.mss-badge-dark {
  background: var(--mss-black);
  border-color: var(--mss-black);
  color: var(--mss-white);
}

.mss-award-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mss-award-badges img {
  display: block;
  filter: drop-shadow(0 10px 16px rgba(17, 17, 17, .16));
  height: auto;
  object-fit: contain;
  width: 74px;
}

.mss-award-badges-compact {
  gap: 6px;
}

.mss-award-badges-compact img {
  filter: drop-shadow(0 6px 10px rgba(17, 17, 17, .12));
  width: 42px;
}

.mss-award-badges-profile {
  gap: 12px;
}

.mss-award-badges-profile img {
  width: clamp(78px, 7vw, 110px);
}

.mss-seal {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(200, 164, 90, .6);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
  color: var(--mss-black);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  min-width: 112px;
  padding: 9px 16px;
  text-align: center;
}

.mss-seal strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1;
}

.mss-seal small {
  color: var(--mss-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 4px;
  text-transform: uppercase;
}

.mss-seal-verified,
.mss-seal-featured {
  background: linear-gradient(135deg, #111111, #2b2b2b);
  color: var(--mss-white);
}

.mss-seal-verified small,
.mss-seal-featured small {
  color: var(--mss-gold);
}

.mss-result-card h3,
.mss-dentist-card h3,
.mss-section-heading h2,
.mss-band h2 {
  color: var(--mss-black);
  font-family: Georgia, "Times New Roman", serif;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
}

.mss-result-card h3 a,
.mss-dentist-card h3 a {
  color: inherit;
  text-decoration: none;
}

.mss-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mss-text-link {
  align-items: center;
  color: var(--mss-black) !important;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 38px;
  text-decoration-color: var(--mss-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mss-text-link::after {
  color: var(--mss-gold);
  content: "→";
  font-size: 15px;
}

.mss-trust-strip {
  background:
    radial-gradient(circle at 12% 15%, rgba(200, 164, 90, .18), transparent 28%),
    linear-gradient(135deg, #111111, #242424);
  border-bottom: 1px solid rgba(200, 164, 90, .24);
  border-top: 1px solid rgba(200, 164, 90, .24);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px max(20px, calc((100vw - 1220px) / 2));
}

.mss-trust-strip div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 24px;
  text-align: center;
}

.mss-trust-strip strong,
.mss-trust-strip span {
  display: block;
}

.mss-trust-strip strong {
  color: var(--mss-white);
  font-size: 18px;
  line-height: 1.15;
}

.mss-trust-strip span {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.55;
  margin: 8px auto 0;
  max-width: 260px;
}

.mss-trust-strip .mss-mini-icon {
  background: rgba(200, 164, 90, .16);
  border-color: rgba(200, 164, 90, .58);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.mss-mini-icon {
  background: rgba(200, 164, 90, .12);
  border: 1px solid rgba(200, 164, 90, .58);
  border-radius: 18px;
  display: grid;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  position: relative;
  width: 54px;
}

.mss-mini-icon::before,
.mss-mini-icon::after {
  content: "";
  position: absolute;
}

.mss-mini-icon::before {
  background: var(--mss-gold);
  height: 28px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 28px;
}

.mss-mini-icon::after {
  display: none;
}

.mss-icon-shield::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2 4.5 5v6.2c0 4.7 3.1 8.9 7.5 10.8 4.4-1.9 7.5-6.1 7.5-10.8V5L12 2Zm3.8 7.7-4.6 4.6-2.1-2.1-1.4 1.4 3.5 3.5 6-6-1.4-1.4Z'/%3E%3C/svg%3E");
}

.mss-icon-star::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2.5 2.8 6 6.5.8-4.8 4.4 1.3 6.4L12 17l-5.8 3.1 1.3-6.4-4.8-4.4 6.5-.8L12 2.5Z'/%3E%3C/svg%3E");
}

.mss-icon-guide::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 3h6c1.1 0 2 .4 3 1.1C15 3.4 15.9 3 17 3h2.5A2.5 2.5 0 0 1 22 5.5V19h-6c-.8 0-1.5.3-2 .8-.5-.5-1.2-.8-2-.8H4V5.5A2.5 2.5 0 0 1 6.5 3H5Zm8 3.2c-.6-.7-1.2-1.2-2-1.2H6.5c-.3 0-.5.2-.5.5V17h6c.3 0 .7.1 1 .2v-11Zm2 11c.3-.1.7-.2 1-.2h4V5.5c0-.3-.2-.5-.5-.5H17c-.8 0-1.4.5-2 1.2v11Z'/%3E%3C/svg%3E");
}

.mss-icon-pin::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.mss-icon-search::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10.5 4a6.5 6.5 0 0 0 0 13c1.4 0 2.7-.4 3.7-1.2l4 4 1.6-1.6-4-4a6.5 6.5 0 0 0-5.3-10.2Zm0 2.2a4.3 4.3 0 1 1 0 8.6 4.3 4.3 0 0 1 0-8.6Z'/%3E%3C/svg%3E");
}

.mss-icon-badge::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2 4 5.5v6.2C4 16 7 20 12 22c5-2 8-6 8-10.3V5.5L12 2Zm0 2.2 6 2.6v4.9c0 3.2-2.1 6.2-6 8-3.9-1.8-6-4.8-6-8V6.8l6-2.6Zm3.7 5-4.6 4.6-2-2-1.4 1.4 3.4 3.4 6-6-1.4-1.4Z'/%3E%3C/svg%3E");
}

.mss-icon-heart::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 21s-7.5-4.7-9.5-9.2C.8 8 .9 4.8 3.4 3.2 5.6 1.8 8.4 2.4 10 4.4L12 7l2-2.6c1.6-2 4.4-2.6 6.6-1.2 2.5 1.6 2.6 4.8.9 8.6C19.5 16.3 12 21 12 21Z'/%3E%3C/svg%3E");
}

.mss-empty,
.mss-result-card p,
.mss-dentist-card p,
.mss-profile p {
  color: var(--mss-muted);
}

.mss-section,
.mss-band,
.mss-city-hero {
  padding: 54px 20px;
}

.mss-home-search-stage {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border-bottom: 1px solid var(--mss-line);
  padding: 58px max(20px, calc((100vw - 1180px) / 2));
}

.mss-home-search-stage > .mss-section-heading {
  max-width: 820px;
}

.mss-home-search-stage > .mss-section-heading p:not(.mss-kicker) {
  color: var(--mss-muted);
  font-size: 17px;
  line-height: 1.7;
}

.mss-home-message {
  background:
    radial-gradient(circle at 9% 18%, rgba(200, 164, 90, .18), transparent 30%),
    linear-gradient(135deg, #111111, #2b2b2b);
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(17, 17, 17, .18);
  color: var(--mss-white);
  gap: clamp(34px, 6vw, 84px);
  max-width: none;
  padding: clamp(58px, 8vw, 92px) max(20px, calc((100vw - 1180px) / 2));
  position: relative;
}

.mss-home-message::after {
  background: linear-gradient(90deg, transparent, rgba(200, 164, 90, .7), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: max(20px, calc((100vw - 1180px) / 2));
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-home-message .mss-kicker {
  color: var(--mss-gold);
}

.mss-home-message h2 {
  color: var(--mss-white);
  font-size: clamp(42px, 6vw, 76px);
  max-width: 640px;
  text-wrap: balance;
}

.mss-message-line {
  background: linear-gradient(90deg, var(--mss-gold), rgba(200, 164, 90, 0));
  display: block;
  height: 3px;
  margin-top: 26px;
  width: min(320px, 70%);
}

.mss-home-message-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .18);
  padding: clamp(26px, 4vw, 42px);
}

.mss-home-message-card p {
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
}

.mss-home-message-card .mss-message-lede {
  color: var(--mss-white);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  margin-top: 0;
}

.mss-home-message-compact {
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}

.mss-home-message-compact h2 {
  font-size: clamp(44px, 6vw, 82px);
}

.mss-home-message-compact .mss-message-lede {
  font-size: clamp(24px, 3vw, 34px);
}

.mss-message-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.mss-region-browser {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .96), rgba(43, 43, 43, .94)),
    linear-gradient(90deg, rgba(200, 164, 90, .18), transparent);
  color: var(--mss-white);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 68px 20px;
  width: 100vw;
}

.mss-region-browser-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.mss-region-browser .mss-section-heading h2,
.mss-region-browser .mss-section-heading p {
  color: var(--mss-white);
}

.mss-region-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mss-region-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(200, 164, 90, .32);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .18);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 26px;
}

.mss-region-card span {
  color: var(--mss-gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mss-region-card h3 {
  color: var(--mss-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 18px;
}

.mss-region-links {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.mss-region-links a {
  color: rgba(255, 255, 255, .9) !important;
  font-weight: 800;
  text-decoration: none;
}

.mss-region-cta {
  align-items: center;
  background: var(--mss-gold);
  border-radius: 999px;
  color: var(--mss-black) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  width: fit-content;
}

.mss-region-cta::after {
  content: "->";
  font-weight: 900;
}

.mss-region-cta:hover,
.mss-region-cta:focus {
  background: #d8b86d;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
  transform: translateY(-2px);
}

.mss-message-points span {
  background: rgba(200, 164, 90, .14);
  border: 1px solid rgba(200, 164, 90, .45);
  border-radius: 999px;
  color: #f3dcab;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.mss-section-heading {
  margin-bottom: 22px;
}

.mss-card-grid,
.mss-tier-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.mss-card-grid article {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(21, 20, 17, .06);
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mss-card-grid article:hover {
  border-color: rgba(200, 164, 90, .38);
  box-shadow: 0 20px 48px rgba(21, 20, 17, .1);
  transform: translateY(-2px);
}

.mss-trust-layer .mss-card-grid article {
  overflow: hidden;
  padding: 0;
}

.mss-card-photo {
  aspect-ratio: 16 / 10;
  background: var(--mss-ivory);
  margin: 0;
  overflow: hidden;
}

.mss-card-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
  width: 100%;
}

.mss-trust-layer .mss-card-grid article:hover .mss-card-photo img {
  transform: scale(1.035);
}

.mss-trust-layer .mss-card-grid article h3 {
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.05;
  margin: 24px 0 12px;
  padding: 0 24px;
}

.mss-trust-layer .mss-card-grid article p {
  color: var(--mss-muted);
  line-height: 1.65;
  margin: 0;
  padding: 0 24px 28px;
}

.mss-home-media-split {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 164, 90, .12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
  border-bottom: 1px solid var(--mss-line);
  border-top: 1px solid var(--mss-line);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-step-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.mss-step-list article {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 20, 17, .05);
  padding: 20px;
}

.mss-step-list span {
  color: var(--mss-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mss-step-list h3 {
  color: var(--mss-black);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.08;
  margin: 6px 0 8px;
}

.mss-step-list p {
  color: var(--mss-muted);
  margin: 0;
}

.mss-media-collage {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr .72fr;
}

.mss-media-collage img {
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(17, 17, 17, .14);
  display: block;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  width: 100%;
}

.mss-media-collage img:nth-child(2) {
  min-height: 320px;
  transform: translateY(48px);
}

.mss-badge-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mss-badge-grid article {
  align-items: center;
  background: linear-gradient(135deg, #111111, #2b2b2b);
  border: 1px solid rgba(200, 164, 90, .48);
  border-radius: 20px;
  box-shadow: 0 20px 52px rgba(17, 17, 17, .16);
  color: var(--mss-white);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 24px;
  text-align: center;
}

.mss-badge-grid img {
  display: block;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .34));
  height: auto;
  margin: 0 auto 18px;
  max-width: 138px;
  object-fit: contain;
  width: 58%;
}

.mss-badge-grid strong {
  color: var(--mss-white);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.mss-badge-grid p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  margin: 0;
}

.mss-featured-section {
  background: var(--mss-white);
}

.mss-browse-section {
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-browse-cities {
  background:
    linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
  border-top: 1px solid var(--mss-line);
}

.mss-browse-services,
.mss-trust-layer {
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 164, 90, .1), transparent 28%),
    var(--mss-neutral);
  border-bottom: 1px solid var(--mss-line);
  border-top: 1px solid var(--mss-line);
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-why {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f4ee 100%);
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-guide-preview {
  background:
    radial-gradient(circle at 88% 16%, rgba(200, 164, 90, .18), transparent 32%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f4ef 100%),
    var(--mss-neutral);
  border-top: 1px solid var(--mss-line);
  max-width: none;
  padding-bottom: 58px;
  padding-top: 58px;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-guide-finder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .96), rgba(43, 43, 43, .92)),
    radial-gradient(circle at 88% 18%, rgba(200, 164, 90, .22), transparent 34%);
  border: 1px solid rgba(200, 164, 90, .28);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(21, 20, 17, .16);
  color: var(--mss-white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  margin-bottom: 18px;
  padding: clamp(26px, 4vw, 42px);
}

.mss-guide-finder h2 {
  color: var(--mss-white);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  margin: 0 0 12px;
  max-width: 720px;
}

.mss-guide-finder p:not(.mss-kicker) {
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}

.mss-guide-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mss-guide-quick-links a {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(200, 164, 90, .34);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
  text-decoration: none;
}

.mss-guide-finder-search {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(200, 164, 90, .45);
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .22);
  padding: 18px;
}

.mss-guide-finder-search label {
  color: var(--mss-black);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mss-guide-finder-search div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.mss-guide-finder-search input {
  background: #fbfaf7;
  border: 1px solid var(--mss-line);
  border-radius: 999px;
  color: var(--mss-black);
  min-height: 50px;
  padding: 0 16px;
  width: 100%;
}

.mss-guide-preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mss-guide-preview-grid a {
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(21, 20, 17, .06);
  color: var(--mss-black);
  overflow: hidden;
  padding: 22px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mss-guide-preview-grid a:hover {
  border-color: rgba(200, 164, 90, .42);
  box-shadow: 0 24px 58px rgba(21, 20, 17, .12);
  transform: translateY(-3px);
}

.mss-guide-preview-grid small {
  color: var(--mss-gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mss-guide-preview-grid strong,
.mss-guide-preview-grid span {
  display: block;
}

.mss-guide-preview-grid strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.05;
}

.mss-guide-preview-grid span {
  color: var(--mss-muted);
  line-height: 1.7;
  margin-top: 8px;
}

.mss-guide-load-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.mss-guide-load-more button[hidden] {
  display: none;
}

.mss-verification-page {
  background: var(--mss-white);
}

.mss-verification-hero {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .96), rgba(43, 43, 43, .92)),
    radial-gradient(circle at 12% 10%, rgba(200, 164, 90, .2), transparent 34%);
  color: var(--mss-white);
  padding: 94px 20px 72px;
}

.mss-verification-hero > div {
  margin: 0 auto;
  max-width: 1180px;
}

.mss-verification-hero h1 {
  color: var(--mss-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  line-height: .98;
  margin: 10px 0 18px;
  max-width: 900px;
}

.mss-verification-hero p {
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
  line-height: 1.65;
  max-width: 760px;
}

.mss-verification-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mss-verification-grid article {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(17, 17, 17, .06);
  padding: 28px;
}

.mss-verification-grid span {
  color: var(--mss-gold);
  font-weight: 900;
  letter-spacing: .12em;
}

.mss-verification-grid h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}

.mss-verification-badges {
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 164, 90, .14), transparent 30%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f4ef 100%);
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.mss-pill-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.mss-pill-grid a {
  align-items: center;
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 14px;
  color: var(--mss-black);
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mss-pill-grid a:hover,
.mss-pill-grid a:focus-visible {
  border-color: rgba(200, 164, 90, .48);
  box-shadow: 0 14px 32px rgba(21, 20, 17, .08);
  transform: translateY(-1px);
}

.mss-pill-grid span {
  background: var(--mss-gold-soft);
  border-radius: 999px;
  color: #6d5121;
  font-size: 12px;
  padding: 4px 9px;
}

.mss-band {
  background: var(--mss-neutral);
  border-top: 1px solid var(--mss-line);
}

.mss-dentist-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 164, 90, .28), transparent 28%),
    linear-gradient(135deg, #111111 0%, #222222 58%, #111111 100%);
  border-top: 1px solid rgba(200, 164, 90, .34);
  color: var(--mss-white);
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) 20px;
  position: relative;
}

.mss-dentist-cta::before {
  background: linear-gradient(90deg, transparent, rgba(200, 164, 90, .75), transparent);
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}

.mss-dentist-cta-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  margin: 0 auto;
  max-width: 1180px;
}

.mss-dentist-cta .mss-kicker {
  color: var(--mss-gold);
}

.mss-dentist-cta h2 {
  color: var(--mss-white);
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
  margin: 0 0 22px;
  max-width: 760px;
  text-wrap: balance;
}

.mss-dentist-cta-copy > p:not(.mss-kicker) {
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
  line-height: 1.75;
  max-width: 820px;
}

.mss-dentist-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.mss-dentist-cta-actions .mss-button {
  min-height: 54px;
  padding: 0 24px;
}

.mss-dentist-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.mss-dentist-cta-points span {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 10px 13px;
  text-transform: uppercase;
}

.mss-dentist-cta-visual {
  border-radius: 28px;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.mss-dentist-cta-visual > img {
  display: block;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  width: 100%;
}

.mss-dentist-cta-visual::after {
  background: linear-gradient(180deg, transparent 20%, rgba(17, 17, 17, .82));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mss-dentist-badge-stack {
  align-items: center;
  display: flex;
  gap: 10px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.mss-dentist-badge-stack img {
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .34));
  width: clamp(62px, 6vw, 92px);
}

.mss-dentist-cta-stat {
  background: rgba(17, 17, 17, .78);
  border: 1px solid rgba(200, 164, 90, .48);
  border-radius: 18px;
  bottom: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  left: 20px;
  max-width: 280px;
  padding: 18px;
  position: absolute;
  z-index: 2;
}

.mss-dentist-cta-stat strong {
  color: var(--mss-gold);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 52px;
  line-height: .9;
}

.mss-dentist-cta-stat span {
  color: rgba(255, 255, 255, .78);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 8px;
  text-transform: uppercase;
}

.mss-profile-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, .92), rgba(17, 17, 17, .68)),
    linear-gradient(135deg, var(--mss-black), #2b2b2b);
  background-position: center;
  background-size: cover;
  color: var(--mss-white);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding: 68px 20px 44px;
  display: grid;
  position: relative;
  width: 100vw;
}

.mss-profile-hero-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 320px;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.mss-profile-hero.has-media {
  border-bottom: 4px solid var(--mss-gold);
}

.mss-profile-hero .mss-kicker,
.mss-profile-hero h1,
.mss-profile-hero p {
  color: var(--mss-white);
}

.mss-profile-hero h1 {
  max-width: 760px;
}

.mss-profile-hero-copy {
  align-self: center;
}

.mss-profile-visual-card {
  align-items: center;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(200, 164, 90, .45);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  color: var(--mss-black);
  display: grid;
  gap: 22px;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 18px;
  text-align: left;
}

.mss-practice-logo {
  background: var(--mss-white);
  border-radius: 14px;
  max-height: 88px;
  max-width: 190px;
  object-fit: contain;
  padding: 12px;
}

.mss-doctor-photo {
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(17, 17, 17, .18);
  margin-top: 14px;
  object-fit: cover;
  width: 100%;
}

.mss-profile-monogram {
  align-items: center;
  background: linear-gradient(135deg, var(--mss-gold), #eadfc9);
  border-radius: 999px;
  color: var(--mss-black);
  display: grid;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 44px;
  height: 88px;
  justify-content: center;
  width: 88px;
}

.mss-profile-visual-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  margin: 0 0 4px;
}

.mss-profile-visual-card p {
  color: var(--mss-muted);
  margin: 0;
}

.mss-profile-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 0;
}

.mss-profile-mini-meta span {
  background: var(--mss-neutral);
  border: 1px solid var(--mss-line);
  border-radius: 999px;
  color: var(--mss-charcoal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.mss-contact-card {
  align-self: start;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(200, 164, 90, .4);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .2);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.mss-profile-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding: 36px 20px 64px;
}

.mss-profile-main {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
  padding: 30px;
}

.mss-profile-main h2,
.mss-profile-side h2 {
  color: var(--mss-black);
  font-family: Georgia, "Times New Roman", serif;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 26px;
}

.mss-profile-map {
  margin-top: 18px;
  min-height: 340px;
}

.mss-profile-gallery,
.mss-before-after {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 30px;
}

.mss-profile-gallery img,
.mss-before-after img {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(17, 17, 17, .1);
  display: block;
  object-fit: cover;
  width: 100%;
}

.mss-before-after figure {
  margin: 0;
}

.mss-before-after figcaption {
  color: var(--mss-muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}

.mss-feature-panels {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 30px;
}

.mss-feature-panels div,
.mss-video-card {
  background: var(--mss-neutral);
  border: 1px solid var(--mss-line);
  border-radius: 16px;
  padding: 18px;
}

.mss-feature-panels h3 {
  color: var(--mss-black);
  font-size: 15px;
  margin: 0 0 8px;
}

.mss-video-card iframe {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  display: block;
  height: auto;
  width: 100%;
}

.mss-reviews-block {
  border-top: 1px solid var(--mss-line);
  margin-top: 30px;
  padding-top: 10px;
}

.mss-reviews-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.mss-review-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}

.mss-review-card,
.mss-review-form {
  background: var(--mss-neutral);
  border: 1px solid var(--mss-line);
  border-radius: 16px;
  padding: 18px;
}

.mss-stars {
  color: var(--mss-gold) !important;
  font-size: 18px;
  letter-spacing: .08em;
  margin: 0 0 8px;
}

.mss-review-card h3 {
  color: var(--mss-black);
  font-size: 20px;
  margin: 0 0 8px;
}

.mss-review-card footer {
  color: var(--mss-muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
}

.mss-review-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mss-review-form h3,
.mss-review-form > p,
.mss-review-form textarea,
.mss-review-form .mss-button,
.mss-review-form .mss-submit-response {
  grid-column: 1 / -1;
}

.mss-review-form input,
.mss-review-form select,
.mss-review-form textarea {
  background: var(--mss-white);
  border: 1px solid var(--mss-line);
  border-radius: 12px;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.mss-review-form textarea {
  min-height: 120px;
  padding: 12px;
}

.mss-review-rating label {
  color: var(--mss-muted);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mss-map-empty {
  align-items: center;
  color: var(--mss-muted);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 220px;
}

.mss-disclaimer {
  color: var(--mss-muted);
  font-size: 13px;
  margin-top: 18px;
}

.mss-lead-modal {
  align-items: center;
  background: rgba(17, 17, 17, .58);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.mss-lead-modal[hidden] {
  display: none;
}

.mss-lead-panel {
  background: var(--mss-white);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, .24);
  max-width: 520px;
  padding: 28px;
  position: relative;
  width: 100%;
}

.mss-lead-panel form {
  display: grid;
  gap: 12px;
}

.mss-lead-panel input,
.mss-lead-panel textarea {
  border: 1px solid var(--mss-line);
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.mss-lead-panel textarea {
  min-height: 110px;
}

.mss-close {
  background: transparent;
  border: 0;
  color: var(--mss-black);
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 16px;
  top: 12px;
}

@media (max-width: 980px) {
  .mss-site-header-inner {
    min-height: 68px;
  }

  .mss-nav-toggle {
    align-items: center;
    background: var(--mss-black);
    border: 1px solid rgba(200, 164, 90, .45);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(17, 17, 17, .14);
    display: grid !important;
    justify-items: center;
    position: relative;
    z-index: 1002;
  }

  .mss-nav-toggle span {
    background: var(--mss-gold);
    transition: transform .18s ease, opacity .18s ease;
  }

  .mss-primary-nav {
    background:
      radial-gradient(circle at 92% 0%, rgba(200, 164, 90, .22), transparent 34%),
      linear-gradient(135deg, #111111, #242424);
    border: 1px solid rgba(200, 164, 90, .32);
    border-radius: 0 0 24px 24px;
    box-shadow: 0 22px 48px rgba(17, 17, 17, .24);
    display: none !important;
    gap: 8px;
    left: 12px;
    padding: 18px;
    position: absolute;
    right: 12px;
    top: calc(100% + 8px);
    z-index: 1001;
  }

  .mss-primary-nav.is-open {
    display: grid !important;
  }

  .mss-primary-nav a {
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    color: rgba(255, 255, 255, .9) !important;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
  }

  .mss-primary-nav a::after {
    color: var(--mss-gold);
    content: "›";
    font-size: 20px;
    line-height: 1;
  }

  .mss-primary-nav .mss-nav-cta {
    background: var(--mss-gold);
    border-color: var(--mss-gold);
    color: var(--mss-black) !important;
    margin-top: 12px;
    text-align: center;
  }

  .mss-primary-nav .mss-nav-cta::after {
    color: var(--mss-black);
  }

  .mss-site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mss-footer-brand {
    grid-column: 1 / -1;
  }

  .mss-footer-top {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .mss-footer-actions {
    justify-content: flex-start;
  }

  .mss-hero-inner,
  .mss-home-media-split,
  .mss-home-message,
  .mss-dentist-cta-inner,
  .mss-guide-finder {
    grid-template-columns: 1fr;
  }

  .mss-home-message h2 {
    max-width: 780px;
  }

  .mss-dentist-cta-visual {
    max-width: 620px;
  }

  .mss-hero-visual {
    min-height: 360px;
  }

  .mss-hero-visual img {
    min-height: 360px;
  }

  .mss-search,
  .mss-results-shell,
  .mss-profile-hero-inner,
  .mss-profile-grid {
    grid-template-columns: 1fr;
  }

  .mss-results,
  .mss-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mss-profile-hero {
    padding-top: 44px;
  }

  .mss-profile-visual-card {
    grid-template-columns: auto minmax(0, 1fr);
    max-width: none;
  }

  .mss-profile-mini-meta {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .mss-feature-panels,
  .mss-profile-gallery,
  .mss-before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mss-guide-preview-head {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .mss-card-grid,
  .mss-tier-grid,
  .mss-pill-grid,
  .mss-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .mss-media-collage img:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 82px;
  }

  .mss-brand {
    font-size: 21px;
  }

  .mss-brand-logo-header {
    max-height: 46px;
    max-width: 172px;
  }

  .mss-brand-mark {
    width: 38px;
  }

  .mss-site-footer-inner,
  .mss-footer-top,
  .mss-footer-bottom {
    grid-template-columns: 1fr;
  }

  .mss-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mss-footer-bottom {
    align-items: flex-start;
    display: grid;
  }

  .mss-footer-actions,
  .mss-footer-actions .mss-button {
    width: 100%;
  }

  .mss-footer-brand .mss-brand-footer {
    width: 100%;
  }

  .mss-card-grid,
  .mss-tier-grid,
  .mss-pill-grid,
  .mss-results,
  .mss-badge-grid,
  .mss-region-grid,
  .mss-guide-preview-grid,
  .mss-media-collage {
    grid-template-columns: 1fr;
  }

  .mss-mobile-action-bar {
    align-items: center;
    background: rgba(17, 17, 17, .94);
    border: 1px solid rgba(200, 164, 90, .32);
    border-radius: 22px;
    bottom: max(10px, env(safe-area-inset-bottom));
    box-shadow: 0 18px 46px rgba(0, 0, 0, .35);
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    left: 12px;
    padding: 8px;
    position: fixed;
    right: 12px;
    z-index: 9998;
  }

  .mss-mobile-action-bar a {
    align-items: center;
    border-radius: 16px;
    color: rgba(255, 255, 255, .82) !important;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 900;
    gap: 3px;
    justify-content: center;
    min-height: 54px;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .mss-mobile-action-bar a:first-child,
  .mss-mobile-action-bar a:nth-child(2) {
    background: var(--mss-gold);
    color: var(--mss-black) !important;
  }

  .mss-mobile-action-bar span {
    font-size: 18px;
    line-height: 1;
  }

  .mss-hero {
    padding: 34px 18px 28px;
  }

  .mss-hero-inner {
    gap: 24px;
  }

  .mss-hero h1,
  .mss-city-hero h1,
  .mss-profile h1 {
    font-size: 38px;
  }

  .mss-profile-hero {
    padding: 38px 18px 32px;
  }

  .mss-profile-visual-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mss-profile-mini-meta {
    justify-content: center;
  }

  .mss-hero p,
  .mss-city-hero p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mss-hero-actions {
    gap: 10px;
  }

  .mss-hero-actions .mss-button {
    width: 100%;
  }

  .mss-home-search-stage,
  .mss-home-message,
  .mss-dentist-cta,
  .mss-guide-preview,
  .mss-section,
  .mss-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mss-guide-preview-card-body {
    padding: 22px;
  }

  .mss-guide-finder {
    padding: 24px;
  }

  .mss-guide-finder-search div {
    grid-template-columns: 1fr;
  }

  .mss-home-search-stage {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .mss-home-search-stage > .mss-section-heading h2,
  .mss-section-heading h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .mss-home-search-stage > .mss-section-heading p:not(.mss-kicker) {
    font-size: 15px;
  }

  .mss-home-message-card {
    border-radius: 18px;
    padding: 24px;
  }

  .mss-home-message {
    gap: 24px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .mss-home-message h2,
  .mss-dentist-cta h2 {
    font-size: 34px;
  }

  .mss-home-message-card .mss-message-lede {
    font-size: 22px;
  }

  .mss-message-line {
    margin-top: 18px;
  }

  .mss-message-points {
    margin: 18px 0;
  }

  .mss-home-message-card p,
  .mss-dentist-cta-copy > p:not(.mss-kicker) {
    font-size: 16px;
  }

  .mss-dentist-cta-actions .mss-button {
    width: 100%;
  }

  .mss-dentist-cta-visual,
  .mss-dentist-cta-visual > img {
    min-height: 280px;
  }

  .mss-dentist-cta-stat {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .mss-message-points span {
    width: 100%;
  }

  .mss-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 12px;
  }

  .mss-trust-strip div {
    padding: 22px 10px;
  }

  .mss-trust-strip .mss-mini-icon {
    height: 50px;
    margin-bottom: 12px;
    width: 50px;
  }

  .mss-trust-strip strong {
    font-size: 15px;
  }

  .mss-trust-strip span {
    font-size: 12px;
    line-height: 1.35;
  }

  .mss-map {
    min-height: 280px;
  }

  .mss-map-heading {
    align-items: flex-start;
    display: grid;
  }

  .mss-hero-proof-card {
    display: none;
  }

  .mss-hero-visual,
  .mss-hero-visual img {
    min-height: 240px;
  }

  .mss-media-collage img,
  .mss-media-collage img:nth-child(2) {
    min-height: 260px;
  }

  .mss-profile-main {
    padding: 22px;
  }

  .mss-feature-panels,
  .mss-profile-gallery,
  .mss-before-after,
  .mss-review-form {
    grid-template-columns: 1fr;
  }

  .mss-search {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .mss-search > div,
  .mss-search-actions,
  .mss-quick-filters {
    grid-column: 1 / -1;
  }

  .mss-home-search-stage .mss-search {
    grid-template-columns: 1fr 1fr;
  }

  .mss-home-search-stage .mss-search > div:nth-child(1),
  .mss-home-search-stage .mss-search > div:nth-child(5),
  .mss-home-search-stage .mss-search-actions,
  .mss-home-search-stage .mss-quick-filters {
    grid-column: 1 / -1;
  }

  .mss-home-search-stage .mss-search > div:nth-child(3),
  .mss-home-search-stage .mss-search > div:nth-child(6) {
    display: none;
  }

  .mss-home-search-stage .mss-map-heading {
    display: none;
  }

  .mss-home-search-stage .mss-map-wrap {
    padding: 0;
  }

  .mss-home-search-stage .mss-quick-filters {
    flex-wrap: nowrap;
    margin-left: -2px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .mss-home-search-stage .mss-quick-filters::-webkit-scrollbar {
    display: none;
  }

  .mss-home-search-stage .mss-quick-filters button,
  .mss-home-search-stage .mss-quick-filters label {
    flex: 0 0 auto;
  }

  .mss-home-search-stage .mss-results {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 3px;
  }

  .mss-home-search-stage .mss-result-card {
    padding: 18px;
  }

  .mss-search-actions .mss-button {
    width: 100%;
  }

  .mss-quick-filters {
    gap: 7px;
  }

  .mss-quick-filters button,
  .mss-quick-filters label {
    font-size: 11px;
    min-height: 38px;
    padding: 0 12px;
  }

  .mss-site-footer {
    padding-bottom: 76px;
  }
}
