/*
  Der fertige Lead-Magnet (Produkt-Warteliste, Station Lead-Magnet).
  Baut auf site.css + magnet-shared.css + magnet-produkte.css.
  Hier liegen nur: Bild-Variablen, das Hero-Visual (der Magnet setzt sich
  zusammen), Thema-Tafeln, Positionierung-zu-Magnet-Wandel, Ledger-Rahmen.
*/

/* ---------- Bildwelt ---------- */

.pd-hero__bg {
  --pd-hero-image: url("../images/bibliothek/library-1600.webp");
  opacity: 0.5;
  background-position: center 40%;
}

.lm-chapter { --m-chapter-image: url("../images/bibliothek/tisch-ueber-dem-tal-1600.webp"); }

.pd-gate__bg { --pd-gate-image: url("../images/bibliothek/steinwand-bank-1600.webp"); }

@media (max-width: 760px) {
  .pd-hero__bg { --pd-hero-image: url("../images/bibliothek/library-800.webp"); }
  .lm-chapter { --m-chapter-image: url("../images/bibliothek/tisch-ueber-dem-tal-800.webp"); }
  .pd-gate__bg { --pd-gate-image: url("../images/bibliothek/steinwand-bank-800.webp"); }
}

/* ---------- Hero-Visual: der Magnet setzt sich zusammen ---------- */

.lm-asset {
  background: #fdfbf7;
  border: 1px solid rgba(244, 240, 232, 0.2);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(0, 0, 0, 0.34);
}

.lm-asset__label {
  display: block;
  padding: 12px 20px;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #755a36;
  border-bottom: 1px solid rgba(23, 23, 20, 0.1);
}

.lm-asset__cover {
  margin: 18px 20px 0;
  padding: 22px 20px 18px;
  background:
    radial-gradient(circle at 82% 8%, rgba(168, 131, 85, 0.32), transparent 11rem),
    linear-gradient(125deg, var(--builderz-green) 0%, var(--builderz-green-deep, #0b2419) 100%);
  transform-origin: left center;
}

.lm-asset__kick {
  display: block;
  width: 54px;
  height: 5px;
  background: var(--bronze);
  margin-bottom: 14px;
}

.lm-asset__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 1.3;
  color: var(--bone);
}

.lm-asset__cap {
  display: block;
  padding: 8px 20px 0;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.55);
}

.lm-asset__body { padding: 14px 20px 0; }

.lm-asset__body i {
  display: block;
  height: 7px;
  background: rgba(23, 23, 20, 0.13);
  margin-bottom: 9px;
  transform-origin: left center;
}

.lm-asset__body i:nth-of-type(1) { width: 86%; }
.lm-asset__body i:nth-of-type(2) { width: 70%; }
.lm-asset__body i:nth-of-type(3) { width: 56%; }

.lm-asset__swap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 20px 0;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.6);
}

.lm-asset__swap svg { width: 22px; height: 16px; flex: none; color: var(--bronze); }

.lm-asset__done {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  background: rgba(46, 92, 70, 0.08);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2e5c46;
}

.lm-asset__done svg { width: 15px; height: 15px; }

/* ---------- Thema-Tafeln: so nicht / so ja ---------- */

.lm-thema {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
}

.lm-thema__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lm-thema__item--nein .lm-thema__tag { color: #c2705a; }
.lm-thema__item--ja .lm-thema__tag { color: #8fc2a4; }

.lm-thema__tag svg { width: 16px; height: 16px; }

.lm-thema__mock {
  min-height: 176px;
  padding: clamp(20px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--atelier-line);
}

.lm-thema__mock--nein { background: rgba(244, 240, 232, 0.04); }

.lm-thema__mock--nein p {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(244, 240, 232, 0.6);
}

.lm-thema__mock--ja {
  background:
    radial-gradient(circle at 82% 0%, rgba(168, 131, 85, 0.16), transparent 20rem),
    rgba(244, 240, 232, 0.05);
  border-color: rgba(168, 131, 85, 0.5);
}

.lm-thema__mock--ja p {
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 1.38;
  color: var(--bone);
}

.lm-thema__mock span {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.5);
}

.lm-beispiele__gap { height: clamp(32px, 4vw, 56px); }

/* ---------- Wandel: Positionierung rein, Magnet zurück ---------- */

.lm-wandel {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) auto minmax(0, 0.56fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}

.lm-wandel__panel {
  border: 1px solid var(--atelier-line);
  padding: clamp(22px, 2.8vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lm-wandel__panel--vorher { background: rgba(244, 240, 232, 0.04); }

.lm-wandel__panel--nachher {
  background:
    radial-gradient(circle at 82% 0%, rgba(168, 131, 85, 0.14), transparent 22rem),
    #fdfbf7;
  border-color: rgba(168, 131, 85, 0.5);
}

.lm-wandel__tag {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lm-wandel__panel--vorher .lm-wandel__tag { color: rgba(244, 240, 232, 0.5); }
.lm-wandel__panel--nachher .lm-wandel__tag { color: #755a36; }

.lm-wandel__raw {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.5;
  color: rgba(244, 240, 232, 0.78);
}

.lm-wandel__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.25;
  color: var(--ink-soft);
}

.lm-wandel__list { list-style: none; }

.lm-wandel__list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 9px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(23, 23, 20, 0.66);
}

.lm-wandel__list .pd-mark { width: 15px; height: 15px; margin-top: 3px; color: #2e5c46; }

.lm-wandel__cap {
  margin-top: auto;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.5);
}

.lm-wandel__panel--nachher .lm-wandel__cap { color: rgba(23, 23, 20, 0.5); }

.lm-wandel__arrow {
  align-self: center;
  width: clamp(28px, 3vw, 44px);
  color: var(--bronze);
}

.lm-wandel__arrow svg { width: 100%; height: auto; display: block; }

.lm-beispiele__note {
  margin-top: clamp(24px, 3vw, 40px);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  color: rgba(244, 240, 232, 0.55);
}

/* ---------- Ledger-Sektion ---------- */

.lm-ledger { padding: var(--space-section) 0; }

.lm-ledger .kicker { display: block; margin-bottom: clamp(28px, 3.4vw, 48px); }

.lm-ledger__note {
  margin-top: clamp(28px, 3.4vw, 44px);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(23, 23, 20, 0.55);
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .lm-thema { grid-template-columns: 1fr; }
  .lm-wandel { grid-template-columns: 1fr; }
  .lm-wandel__arrow { transform: rotate(90deg); justify-self: center; }
}

@media (max-width: 900px) {
  .lm-asset { max-width: 420px; }
}
