/**
 * Lokino – Kunden-Journey: ruhige Flächen, klare Typo; Akzente zurückhaltend.
 */

body.mm-customer.mm-journey-market {
  /* Trennlinien (nur Linien, kein Schmuck) */
  --mm-line-accent: #14532d;
  --mm-line-muted: #e8e6e3;
  --mm-mp-sky: #1e88e5;
  --mm-mp-sky-bright: #42a5f5;
  --mm-mp-sky-soft: #e3f2fd;
  --mm-mp-grass: #2e7d32;
  --mm-mp-grass-bright: #43a047;
  --mm-mp-grass-soft: #e8f5e9;
  --mm-mp-barn: #c62828;
  --mm-mp-tomato: #e53935;
  --mm-mp-honey: #ffca28;
  --mm-mp-honey-deep: #f9a825;
  --mm-mp-wood: #4e342e;
  --mm-mp-wood-light: #8d6e63;
  --mm-mp-cream: #fffde7;
  --mm-mp-sand: #fff8e1;
  --mm-mp-ink: #263238;
  --mm-mp-outline: rgba(38, 50, 56, 0.22);
  --mm-page-bg: #f7f6f4;
  font-family:
    "Nunito",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  font-weight: 600;
}

body.mm-customer.mm-journey-market h1,
body.mm-customer.mm-journey-market h2,
body.mm-customer.mm-journey-market h3,
body.mm-customer.mm-journey-market h4,
body.mm-customer.mm-journey-market .mm-lp-title,
body.mm-customer.mm-journey-market .mm-metzg-hero__title {
  font-family: "Nunito", inherit !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}

/* ----- Seitenfläche (Unterseiten, nicht Startseiten-Hero) ----- */
body.mm-journey-market:not(.mm-page-home) {
  background: var(--mm-page-bg);
}

body.mm-journey-market:not(.mm-page-home)::before {
  display: none;
}

body.mm-journey-market:not(.mm-page-home) .mm-shell {
  position: relative;
  z-index: 1;
}

/* ----- Navigation: eine klare Unterlinie ----- */
body.mm-journey-market .mm-navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--mm-line-accent) 22%, var(--mm-line-muted)) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

body.mm-journey-market .mm-navbar .navbar-brand {
  font-family: "Nunito", inherit !important;
}

body.mm-journey-market .mm-navbar .nav-link[title="Warenkorb"] i {
  color: var(--mm-mp-tomato);
}

/* ----- Footer: gleiche Linie wie Navbar (oben) ----- */
body.mm-journey-market .mm-footer {
  background: #fafaf9;
  border-top: 1px solid color-mix(in srgb, var(--mm-line-accent) 22%, var(--mm-line-muted)) !important;
}

body.mm-journey-market .mm-footer h5 {
  color: #57534e;
}

body.mm-journey-market .mm-footer a {
  color: #1c1917;
  font-weight: 600;
}

/* ----- Shop-/Warenkorb-Hero (ruhig, ein Ton) ----- */
body.mm-journey-market .mm-metzg-hero {
  background: linear-gradient(165deg, #ffffff 0%, #f7f6f4 55%, #f0eeeb 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 12px 40px rgba(15, 23, 42, 0.06);
}

body.mm-journey-market .mm-metzg-hero__title {
  color: #1c1917;
}

body.mm-journey-market .mm-metzg-hero__change {
  background: #1c1917;
  border: 1px solid #0f0f0f;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

body.mm-journey-market .mm-metzg-hero__change:hover {
  background: #292524;
  filter: none;
}

/* Vertrauens-Streifen (ohne Branchen-Beispiele) */
.mm-market-trust-strip {
  position: relative;
  z-index: 2;
  margin: -0.5rem auto 0;
  max-width: 960px;
  padding: 0 12px 1rem;
}

.mm-market-trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  padding: 0.8rem 1.15rem;
  border-radius: 12px;
  background: #fafaf9;
  border: 1px solid #e8e6e3;
  box-shadow: none;
}

.mm-market-trust-strip__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #57534e;
}

.mm-market-trust-strip__badge i {
  color: #57534e;
}

.mm-market-trust-strip__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d6d3d1;
}

.mm-market-trust-strip__text {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
}

@media (max-width: 575.98px) {
  .mm-market-trust-strip__inner {
    border-radius: 20px;
    flex-direction: column;
  }

  .mm-market-trust-strip__sep {
    display: none;
  }
}

/* Toolbar & Filter */
body.mm-journey-market .mm-metzg-toolbar__inner {
  border-radius: 14px;
  border: 1px solid #e8e6e3;
  border-top: 3px solid #64748b;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

body.mm-journey-market .mm-metzg-filter-btn--active {
  background: #334155 !important;
  border-color: #334155 !important;
  color: #fff !important;
}

/* Shop-Karten */
body.mm-journey-market .mm-metzg-vendor.mm-vendor-card {
  border: 1px solid #e8e6e3 !important;
  border-left: 3px solid #64748b !important;
}

body.mm-journey-market .mm-metzg-vendor__thumb {
  background: linear-gradient(160deg, #f4f4f5 0%, #e7e5e4 100%);
}

/* Branchenwahl */
body.mm-journey-market .mm-br-hero {
  background: linear-gradient(165deg, #ffffff 0%, #f7f6f4 100%);
  border-bottom: 1px solid #e8e6e3;
}

body.mm-journey-market .mm-br-panel {
  border: 1px solid #e8e6e3;
  border-top: 3px solid #64748b;
  border-radius: 16px;
}

/* Sortiment: Branchen-Pill */
body.mm-journey-market .mm-shop-branch-pill {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #57534e;
  background: #f5f5f4;
  border: 1px solid #e8e6e3;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  margin-left: 0.45rem;
  vertical-align: middle;
  box-shadow: none;
}

/* Warenkorb-Header */
body.mm-journey-market .mm-cart.mm-cart--apple > header.mm-metzg-hero.mm-cart-hero.mm-cart-hero--apple {
  background: linear-gradient(165deg, #ffffff 0%, #f7f6f4 55%, #f0eeeb 100%) !important;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06) !important;
}

body.mm-journey-market .mm-cart-main-card {
  border: 1px solid #e8e6e3;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
}

body.mm-journey-market .mm-cart-line {
  border: 1px solid #e8e6e3;
  border-radius: 12px;
}

body.mm-journey-market .mm-summary-card {
  border: 1px solid #e8e6e3 !important;
  border-radius: 14px !important;
}
