/* MarkenRaum: eigene Komponenten, die es im Webflow-Export nicht gibt
   (Lernpfad-Fortschritt, Wege-Karten, Partner-Kacheln, Zitat-Block,
   Profilseiten-Layout). Ergaenzt brandqueen-site.webflow.css, ersetzt
   nichts davon. Farben/Schriften uebernehmen die dortigen Variablen. */

.mr-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.mr-hero-portrait {
  border: 1px solid rgba(176, 106, 51, 0.4);
  padding: 12px;
  border-radius: 2px;
}
.mr-hero-portrait img {
  width: 100%;
  display: block;
  border-radius: 1px;
}
.mr-hero-caption {
  margin-top: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #aeb4cc;
}
.mr-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: Manrope, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b06a33;
}
.mr-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #b06a33;
}

.mr-quote {
  border-left: 2px solid #b06a33;
  padding: 4px 0 4px 26px;
  margin: 36px 0;
}
.mr-quote p {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #1d1e33;
  margin: 0;
}

.mr-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #e4e6ee;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 991px) { .mr-path-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .mr-path-grid { grid-template-columns: 1fr; } }
.mr-path-card {
  background: #ffffff;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
}
.mr-path-icon { display: flex; align-items: center; gap: 5px; margin-bottom: 24px; }
.mr-path-dot { width: 7px; height: 7px; border-radius: 50%; background: #b06a33; }
.mr-path-dot.mute { background: #c5c9d6; }
.mr-path-line { width: 16px; height: 1px; background: #b06a33; }
.mr-path-card h3 { font-family: Manrope, sans-serif; font-weight: 600; font-size: 19px; margin: 0 0 10px; color: #0a0d36; }
.mr-path-card p { font-family: Open Sans, sans-serif; font-size: 15px; line-height: 1.6; color: #4b5468; margin: 0 0 20px; flex: 1; }
.mr-path-meta { font-family: Open Sans, sans-serif; font-size: 12px; color: #9096a8; margin-bottom: 14px; }
.mr-path-card a.mr-link, .mr-path-card span.mr-link-soon { font-family: Manrope, sans-serif; font-size: 13.5px; font-weight: 600; }
.mr-path-card a.mr-link { color: #b06a33; text-decoration: none; }
.mr-path-card a.mr-link:hover { color: #8a4a22; }
.mr-path-card span.mr-link-soon { color: #b7bccb; }

.mr-partner-section { background: #0a0d36; padding: 90px 20px; }
.mr-partner-inner { max-width: 1280px; margin: 0 auto; }
.mr-partner-intro { max-width: 620px; margin-bottom: 52px; }
.mr-partner-intro h2 { color: #f6f4f1; }
.mr-partner-intro p { color: #aeb4cc; font-family: Open Sans, sans-serif; font-size: 15px; line-height: 1.65; margin: 0; }
/* Flexbox statt Grid: bei einer ungeraden Kartenzahl (aktuell 5) bleibt sonst
   ein leeres, sichtbar helleres Grid-Feld stehen (siehe project_markenraum_neustruktur).
   Mit flex-grow füllt die letzte, unvollständige Reihe sich stattdessen sauber auf. */
.mr-partner-grid { display: flex; flex-wrap: wrap; gap: 1px; background: rgba(246, 244, 241, 0.12); }
.mr-partner-card { flex: 1 1 calc(33.333% - 1px); min-width: 0; background: #0a0d36; padding: 34px 28px; }
@media (max-width: 900px) { .mr-partner-card { flex-basis: calc(50% - 1px); } }
@media (max-width: 600px) { .mr-partner-card { flex-basis: 100%; } }
.mr-partner-mono {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid #b06a33;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif; font-size: 14px; color: #b06a33;
}
.mr-partner-card h3 { font-family: Manrope, sans-serif; font-weight: 600; font-size: 16px; margin: 0 0 4px; color: #f6f4f1; }
.mr-partner-role { font-family: Open Sans, sans-serif; font-size: 12px; color: #b06a33; margin-bottom: 14px; letter-spacing: 0.03em; }
.mr-partner-card p { font-family: Open Sans, sans-serif; font-size: 13.5px; line-height: 1.6; color: #9aa0bd; margin: 0 0 16px; }
.mr-partner-card a { font-family: Manrope, sans-serif; font-size: 12.5px; font-weight: 600; color: #b06a33; text-decoration: none; }
.mr-partner-card a:hover { color: #e3b483; }

/* Lernpfad: Fortschrittsanzeige */
.lp-stepper { display: flex; align-items: flex-start; max-width: 1280px; margin: 0 auto; padding: 0 20px 56px; }
.lp-step-col { display: flex; flex-direction: column; align-items: center; flex: 1; text-align: center; }
.lp-step-line { height: 1px; background: #d8dae4; flex: 1; margin-top: 15px; }
.lp-step-line.done { background: #b06a33; }
.lp-node { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #d8dae4; display: flex; align-items: center; justify-content: center; font-family: Manrope, sans-serif; font-size: 12px; color: #b7bccb; flex: none; }
.lp-node.done { background: #b06a33; border-color: #b06a33; }
.lp-node.active { width: 32px; height: 32px; background: #0a0d36; border-color: #0a0d36; color: #fff; font-weight: 700; margin-top: -2px; }
.lp-node svg { display: block; }
.lp-step-label { font-family: Open Sans, sans-serif; font-size: 11px; color: #b7bccb; margin-top: 9px; line-height: 1.3; }
.lp-step-label.done { color: #8a4a22; }
.lp-step-label.active { color: #0a0d36; font-weight: 700; font-size: 12px; }

/* Unter 620px sprengen die 8 Stationen die Zeile (min-content der Wörter),
   sonst reisst das die ganze Seite in den horizontalen Scroll. Deshalb ab
   hier ein schmales, wischbares Band statt der gleichmässig verteilten Reihe. */
@media (max-width: 620px) {
  .lp-stepper { overflow-x: auto; overflow-y: hidden; padding-bottom: 20px; -webkit-overflow-scrolling: touch; }
  .lp-step-col { flex: none; width: 78px; }
  .lp-step-line { flex: none; width: 24px; }
  .lp-step-label { font-size: 10px; }
}

.lp-step-block { max-width: 760px; margin: 0 auto; padding: 0 20px 72px; }
.lp-step-eyebrow { font-family: Open Sans, sans-serif; font-size: 12.5px; color: #9096a8; margin-bottom: 14px; }
.lp-step-block h2 { margin: 0 0 26px; }
.lp-step-block p { font-family: Open Sans, sans-serif; font-size: 16px; line-height: 1.8; color: #3a4256; margin: 0 0 20px; }
.mr-crosslink { margin: 4px 0 20px; }
.mr-crosslink a { font-family: Manrope, sans-serif; font-size: 13px; font-weight: 600; color: #b06a33; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.mr-crosslink a:hover { color: #8a4a22; }
.mr-crosslink a svg { flex: none; }
.lp-step-nav { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid #e4e6ee; }
.lp-step-nav a { font-family: Manrope, sans-serif; font-size: 13.5px; font-weight: 600; color: #b06a33; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.lp-step-nav a:hover { color: #8a4a22; }
.lp-path-end-lead { font-family: Open Sans, sans-serif; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #9096a8; max-width: 1280px; margin: 40px auto 0; padding: 30px 20px 0; border-top: 1px dashed #d8dae4; }
.lp-path-end { background: #0a0d36; padding: 60px 20px; }
.lp-path-end-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.lp-path-end-inner h3 { color: #f6f4f1; margin: 0 0 12px; }
.lp-path-end-inner p { font-family: Open Sans, sans-serif; font-size: 14px; color: #aeb4cc; margin: 0; max-width: 460px; }
.lp-path-end-people { display: flex; gap: 16px; flex-wrap: wrap; }
.lp-path-end-people a { text-decoration: none; }
.lp-mono-lg { width: 60px; height: 60px; border-radius: 50%; border: 1.5px solid #b06a33; display: flex; align-items: center; justify-content: center; background: #0a0d36; font-family: Manrope, sans-serif; font-size: 15px; color: #b06a33; }

/* Partner-Profilseite */
.pp-hero { max-width: 820px; margin: 0 auto; padding: 72px 20px 0; }
.pp-hero .mr-eyebrow { margin-bottom: 20px; }
/* overflow-wrap: einzelne lange Partnernamen (z.B. "Unternehmensberatung")
   sprengten sonst ohne Leerzeichen zum Umbrechen die Seitenbreite auf Mobil. */
.pp-hero h1 { margin: 0 0 8px; overflow-wrap: break-word; }
@media (max-width: 479px) { .pp-hero .heading-1.h1m2 { font-size: 32px; line-height: 1.2; } }
.pp-role { font-family: Open Sans, sans-serif; font-size: 15px; color: #758696; margin-bottom: 44px; }
.pp-quote { display: flex; gap: 18px; padding: 34px 0; border-top: 1px solid #eceef2; border-bottom: 1px solid #eceef2; margin-bottom: 34px; }
.pp-quote .mark { font-family: Manrope, sans-serif; font-size: 44px; color: #e3b483; line-height: 0.6; font-weight: 700; }
.pp-quote p { font-family: Manrope, sans-serif; font-weight: 300; font-size: 23px; line-height: 1.5; color: #151c34; margin: 0; }
.pp-bio { font-family: Open Sans, sans-serif; font-size: 15.5px; line-height: 1.75; color: #4b5468; max-width: 620px; margin-bottom: 40px; }
.pp-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-bottom: 72px; }
.pp-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.pp-foot a.pp-ext { font-family: Manrope, sans-serif; font-size: 13.5px; font-weight: 600; color: #b06a33; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.pp-foot a.pp-ext:hover { color: #8a4a22; }
