/*
  Das fertige Angebot (Produkt-Warteliste, Station Angebot).
  Baut auf site.css + magnet-shared.css + magnet-produkte.css.
  Hier liegen nur: Bild-Variablen, das Hero-Visual (das Angebot setzt sich
  zusammen), Angebots-Tafeln, Antwort-Wandel, Ledger-Rahmen.
*/

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

.pd-hero__bg {
  --pd-hero-image: url("../images/bibliothek/empty-boardroom-1600.webp");
  opacity: 0.55;
  background-position: center 45%;
}

.ag-chapter { --m-chapter-image: url("../images/bibliothek/builderz-world-garden-1600.webp"); }

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

@media (max-width: 760px) {
  .pd-hero__bg { --pd-hero-image: url("../images/bibliothek/empty-boardroom-800.webp"); }
  .ag-chapter { --m-chapter-image: url("../images/bibliothek/builderz-world-garden-800.webp"); }
  .pd-gate__bg { --pd-gate-image: url("../images/bibliothek/konferenztisch-wald-800.webp"); }
}

/* ---------- Hero-Visual: das Angebot setzt sich zusammen ---------- */

.ag-offer {
  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);
}

.ag-offer__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);
}

.ag-offer__name {
  margin: 18px 20px 0;
  padding: 18px 20px;
  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;
}

.ag-offer__kick {
  display: block;
  width: 54px;
  height: 5px;
  background: var(--bronze);
  margin-bottom: 12px;
}

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

.ag-offer__cap {
  display: block;
  padding: 10px 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);
}

.ag-offer__list { list-style: none; padding: 6px 20px 0; }

.ag-offer__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.ag-offer__list .pd-mark { width: 15px; height: 15px; margin-top: 0; color: #2e5c46; }

.ag-offer__grenze {
  display: flex;
  gap: 10px;
  margin: 12px 20px 0;
}

.ag-offer__grenze span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 23, 20, 0.18);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.6);
}

.ag-offer__grenze svg { width: 13px; height: 13px; }

.ag-offer__grenze .ag-in svg { color: #2e5c46; }
.ag-offer__grenze .ag-out svg { color: #c2705a; }

.ag-offer__frage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 16px 20px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
}

.ag-offer__q {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.92rem;
  color: rgba(23, 23, 20, 0.6);
}

.ag-offer__frage svg { width: 22px; height: 14px; color: var(--bronze); }

.ag-offer__a {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.ag-offer__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;
}

.ag-offer__done svg { width: 15px; height: 15px; }

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

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

.ag-tafel__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;
}

.ag-tafel__item--nein .ag-tafel__tag { color: #c2705a; }
.ag-tafel__item--ja .ag-tafel__tag { color: #8fc2a4; }

.ag-tafel__tag svg { width: 16px; height: 16px; }

.ag-tafel__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);
}

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

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

.ag-tafel__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);
}

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

.ag-tafel__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);
}

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

/* ---------- Wandel: heute gesagt, fertig zurück ---------- */

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

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

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

.ag-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);
}

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

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

.ag-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);
}

.ag-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);
}

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

.ag-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);
}

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

.ag-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);
}

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

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

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

.ag-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 ---------- */

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

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

.ag-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) {
  .ag-tafel { grid-template-columns: 1fr; }
  .ag-wandel { grid-template-columns: 1fr; }
  .ag-wandel__arrow { transform: rotate(90deg); justify-self: center; }
}

@media (max-width: 900px) {
  .ag-offer { max-width: 420px; }
}
