/* ============================================================
   PITCHDECK MEMMINGEN v2 — NeoCore Creme / Q39-inspiriert
   ============================================================ */

:root {
  /* Farb-System v2 */
  --bg: #F5EDE1;
  --bg-deep: #EDE3D4;
  --ink: #1C1F2A;
  --ink-soft: #4B4D57;
  --ink-mute: #8A8679;
  --line: rgba(28, 31, 42, 0.18);
  --line-soft: rgba(28, 31, 42, 0.08);
  --gold: #1f273e;
  --gold-deep: #1f273e;

  /* Slide Geometrie */
  --slide-w: 1600px;
  --slide-h: 900px;
  --slide-pad-x: 96px;
  --slide-pad-y: 72px;
}

body {
  background: #DDD5C7;
  color: var(--ink);
  padding: 40px 0;
  font-family: var(--nc-font);
  font-weight: 400;
}

/* ============ SLIDE CONTAINER ============ */
.slide {
  width: var(--slide-w);
  height: var(--slide-h);
  margin: 0 auto 28px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding: var(--slide-pad-y) var(--slide-pad-x);
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.slide--no-pad {
  padding: 0;
}

.slide--split {
  padding: 0;
  flex-direction: row;
}

/* Logo oben rechts — Bilddatei statt Text */
.brand {
  position: absolute;
  top: 32px;
  right: 48px;
  z-index: 10;
  line-height: 0;
}
.brand img {
  display: block;
  height: 32px;
  width: auto;
}
/* Invertiertes Logo auf dunklen Slides (z. B. Cover, Chapter-Divider) */
.cover--hero .brand img,
.slide-footer--dark ~ .brand img {
  filter: brightness(0) invert(1);
}

/* Slide-Nummer unten links */
.slide__page {
  position: absolute;
  bottom: 32px;
  left: 48px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ============ TYPOGRAFIE ============ */
.h-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-bottom: 20px;
}

.h-chapter-num {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 8px;
}
.h-chapter {
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-transform: uppercase;
}

.h-display {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.h-display--compact {
  font-size: 44px;
  margin-bottom: 8px;
}

.h-section {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.h-sub {
  font-size: 20px;
  font-weight: 400;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 720px;
}

.text-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 400;
}

.label-caps {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

/* ============ COVER ============ */
.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  position: relative;
}
.cover__inner {
  text-align: center;
}
.cover__mono {
  font-size: 24px;
  letter-spacing: 0.6em;
  color: var(--gold-deep);
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding-left: 0.6em;
}
.cover__logo {
  width: 140px;
  height: 200px;
  margin: 0 auto 32px;
  position: relative;
}
.cover__logo svg {
  width: 100%;
  height: 100%;
}
.cover__title {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 12px;
}
.cover__sub {
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

/* ============ CHAPTER DIVIDER ============ */
.chapter-divider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  flex: 1;
}
.chapter-divider__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--slide-pad-y) var(--slide-pad-x);
  background: var(--bg);
}
.chapter-divider__image {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-deep);
}
/* NeoCore-Blau Overlay 70 % — Sanierungs-Chapter-Bild */
.chapter-divider__image--tinted {
  position: relative;
}
.chapter-divider__image--tinted::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(31, 39, 62, 0.7);
  pointer-events: none;
}
.chapter-divider__num {
  font-size: 120px;
  font-weight: 300;
  line-height: 0.9;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.chapter-divider__title {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 8px;
}
.chapter-divider__gold-line {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 32px 0;
}

/* Map-Panel für Chapter 01 (Makrolage-Karte) */
.chapter-divider__image--map {
  background: #EAE2D2 url('assets/map-memmingen-overview.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  filter: saturate(0.7) hue-rotate(-8deg);
}
.chapter-divider__image--map::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(31,39,62,0) 0%,
    rgba(31,39,62,0) 55%,
    rgba(31,39,62,0.55) 82%,
    rgba(31,39,62,0.85) 100%);
  pointer-events: none;
}
.chapter-divider__map-caption {
  position: absolute;
  left: 48px;
  bottom: 56px;
  right: 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
.chapter-divider__map-caption .chapter-divider__city {
  color: #fff;
  font-size: 44px;
}
.chapter-divider__map-caption .chapter-divider__coord {
  color: var(--gold);
}

/* Typo-Panel für Chapter 01 (kein Foto) */
.chapter-divider__image--typo {
  background: var(--bg-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.chapter-divider__image--typo::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.chapter-divider__typo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.chapter-divider__city {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1;
}
.chapter-divider__coord {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
}
.chapter-divider__region {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-top: 12px;
}

/* ============ SPLIT 50/50 ============ */
.split-5050 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  flex: 1;
}
.split-5050__text {
  padding: var(--slide-pad-y) var(--slide-pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-5050__image {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-deep);
}

/* ============ KPI LIST mit Hairlines ============ */
.kpi-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.kpi-list__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.kpi-list--dense .kpi-list__row {
  padding: 14px 0;
}
.kpi-list__row:last-child {
  border-bottom: 1px solid var(--line);
}
.kpi-list__row--highlight {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.kpi-list__row--highlight .kpi-list__label {
  color: var(--ink);
}
.kpi-list__label {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.kpi-list__value {
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.kpi-list__value--big {
  font-size: 32px;
  font-weight: 300;
}
.kpi-list__value em {
  font-style: normal;
  color: var(--gold-deep);
  font-weight: 500;
}

/* ============ GRID 4-BOX (Gewerke) ============ */
.box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  flex: unset;
  align-content: center;
  margin-top: 40px;
  max-width: 100%;
}
.box-gewerk {
  border: 1px solid var(--ink);
  padding: 36px 18px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  aspect-ratio: auto;
  min-height: 260px;
  justify-content: center;
  gap: 24px;
}
.box-gewerk__icon {
  width: 56px;
  height: 56px;
  color: var(--ink);
}
.box-gewerk__title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.box-gewerk__desc {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 400;
}

/* ============ IMAGE GRID (Impressionen) ============ */
.img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  flex: 1;
  margin-top: 40px;
  margin-bottom: 24px;
}
.img-grid__item {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-deep);
  aspect-ratio: 3/4;
}
.img-grid__item--wide {
  aspect-ratio: auto;
}
.img-caption {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: right;
  border: 1px solid var(--line);
  padding: 6px 12px;
  align-self: end;
  display: inline-block;
  margin-left: auto;
}

/* ============ TABLE (Vertriebsliste) ============ */
.vt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 24px;
}
.vt-table thead th {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.vt-table thead th:nth-child(2),
.vt-table thead th:nth-child(3) {
  text-align: right;
}
.vt-table tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
}
.vt-table tbody td:nth-child(2),
.vt-table tbody td:nth-child(3) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.vt-table tbody tr:last-child td {
  border-bottom: 1px solid var(--ink);
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 16px;
}
.vt-table .vt-total {
  color: var(--gold-deep);
  font-weight: 500;
}

/* ============ TWO-COL LIST (Sanierung) ============ */
.san-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  flex: 1;
  margin-top: 40px;
}
.san-cols__head {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.san-cols__group {
  margin-bottom: 24px;
}
.san-cols__group-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}
.san-cols__list {
  list-style: none;
  padding: 0;
}
.san-cols__list li {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.san-cols__list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

/* ============ CONTACT / CTA ============ */
.contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 72px;
  flex: 1;
  align-items: center;
  margin-top: 40px;
}
.contact__photo {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--bg-deep);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact__photo-hint {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.contact__info .name {
  font-size: 40px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.contact__info .role {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 24px;
  font-weight: 500;
}
.contact__info .line {
  font-size: 16px;
  color: var(--ink-soft);
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.contact__info .line:last-child {
  border-bottom: 1px solid var(--line);
}
.contact__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 18px 40px;
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============ FOOTER-HINT (pro Slide) ============ */
.slide-footer {
  position: absolute;
  bottom: 32px;
  right: 48px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  z-index: 5;
}
.slide-footer--dark {
  color: #fff;
  background: rgba(28, 31, 42, 0.72);
  padding: 6px 12px;
  border-radius: 2px;
  letter-spacing: 0.18em;
}

/* ============ MAP-SPLIT ============ */
.map-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  padding: 0;
  flex: 1;
}
.map-split__left {
  padding: var(--slide-pad-y) var(--slide-pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-split__right {
  background: var(--bg-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  position: relative;
}

/* Simple Map SVG placeholder-ish */
.micro-map {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

/* ============ DEV NAV (nur Screen) ============ */
.deck-nav {
  position: fixed;
  top: 16px;
  right: 16px;
  background: var(--ink);
  color: var(--bg);
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 100;
  font-weight: 500;
}
.deck-nav strong { color: var(--gold); }

/* ============ PRINT ============ */
@media print {
  @page {
    size: 1600px 900px;
    margin: 0;
  }
  body {
    background: var(--bg);
    padding: 0;
  }
  .deck-nav { display: none; }
  .slide {
    page-break-after: always;
    break-after: page;
    margin: 0;
  }
  .slide:last-child { page-break-after: auto; }
}

/* ============ CLOSING SLIDE (16) ============ */
.slide--closing {
  background: var(--bg);
}
.slide--closing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(200,169,106,0.08), transparent 45%),
    radial-gradient(circle at 12% 88%, rgba(200,169,106,0.06), transparent 45%);
  pointer-events: none;
  z-index: 0;
}
.closing {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.closing__mono {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5em;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.closing__gold-line {
  width: 96px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 32px;
}
.closing__eyebrow {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 20px;
}
.closing__title {
  font-size: 96px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0 0 28px;
}
.closing__sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.01em;
  margin: 0 0 60px;
  max-width: 720px;
}
.closing__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 32px;
  max-width: 760px;
}
.closing__meta-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.closing__meta-label {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.closing__meta-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.01em;
}

/* =========================================
   SLIDE 08 · AUFTEILUNGSPLAN
========================================= */
.slide--plan {
  background: #FAF5EB;
}
.plan-frame {
  margin-top: 18px;
  width: 100%;
  height: 560px;
  background: #FFFFFF;
  border: 1px solid rgba(28, 31, 42, 0.14);
  box-shadow: 0 1px 0 rgba(28, 31, 42, 0.04), 0 18px 36px -22px rgba(28, 31, 42, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
}
.plan-frame__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.plan-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(28, 31, 42, 0.14);
}
.plan-meta__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.plan-meta__label {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.plan-meta__value {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.01em;
}

/* =========================================
   SLIDE 17 · CLOSING SPLIT (mit Ansicht)
========================================= */
.slide--closing-split .closing--split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
  padding-top: 40px;
  max-width: 1420px;
  margin: 0 auto;
}
.slide--closing-split .closing__text {
  display: flex;
  flex-direction: column;
}
.slide--closing-split .closing__plan {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slide--closing-split .closing__plan-img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  background: #FFFFFF;
  border: 1px solid rgba(28, 31, 42, 0.14);
  box-shadow: 0 1px 0 rgba(28, 31, 42, 0.04), 0 18px 36px -22px rgba(28, 31, 42, 0.28);
  padding: 14px 16px;
}
.slide--closing-split .closing__plan-img--gears {
  background: #F5EDE1;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 520px;
}

/* Reine Gears-Folie — nur NeoCore-Grafik, kein Text */
.slide--gears-only {
  background: var(--bg);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gears-only__img {
  width: 88%;
  max-width: 1280px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* Sanierungs-Slide (13) — „Bereits modernisiert"-Notiz */
.san-note {
  margin-top: 24px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(31, 39, 62, 0.06);
  border-left: 3px solid var(--gold);
}
.san-note__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.san-note__text {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.01em;
  flex: 1;
}
.san-note__stand {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  white-space: nowrap;
}
.slide--closing-split .closing__plan-caption {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  align-self: flex-end;
}
.slide--closing-split .closing__meta {
  max-width: 560px;
}

/* =========================================
   SLIDE 01 · COVER-KPIs
========================================= */
.cover__kpis {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(28, 31, 42, 0.20);
  border-bottom: 1px solid rgba(28, 31, 42, 0.20);
}
.cover__kpi {
  padding: 18px 10px 18px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(28, 31, 42, 0.12);
}
.cover__kpi:last-child { border-right: none; }
.cover__kpi-value {
  font-size: 26px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0;
}
.cover__kpi--accent .cover__kpi-value {
  color: var(--gold-deep);
  font-weight: 400;
}
.cover__kpi-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* =========================================
   SLIDE 11 · GRUNDRISS-SPLIT
========================================= */
.grundriss-split {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  flex: 1;
  min-height: 0;
}
.grundriss-split__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.grundriss-split__frame {
  flex: 1;
  min-height: 0;
  background: #FFFFFF;
  border: 1px solid rgba(28, 31, 42, 0.14);
  box-shadow: 0 1px 0 rgba(28, 31, 42, 0.04), 0 14px 28px -20px rgba(28, 31, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
}
.grundriss-split__frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.grundriss-split__label {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  align-self: flex-start;
}

/* =========================================
   SLIDE 16 · INVESTMENT-BANNER
========================================= */
.invest-banner {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(28, 31, 42, 0.14);
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(28, 31, 42, 0.04), 0 18px 36px -24px rgba(28, 31, 42, 0.22);
}
.invest-banner__item {
  padding: 18px 22px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(28, 31, 42, 0.10);
}
.invest-banner__item:last-child { border-right: none; }
.invest-banner__item--accent {
  background: #FAF5EB;
}
.invest-banner__label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.invest-banner__value {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--ink);
}
.invest-banner__item--accent .invest-banner__value {
  color: var(--gold-deep);
  font-weight: 400;
}
.invest-banner__unit {
  font-size: 16px;
  color: var(--ink-mute);
  font-weight: 300;
}
.invest-banner__hint {
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
}

/* ============================================
   Cover Hero-Image Dark-Mode (Slide 01)
   ============================================ */
.slide.cover--hero {
  position: relative;
  overflow: hidden;
  background: #1f273e;
  padding: 0;
}
.slide.cover--hero .cover__bg {
  position: absolute;
  inset: 0;
  background: url('assets/cover-hero.jpg') center center / cover no-repeat;
  background-size: 135%;
  z-index: 0;
}
.slide.cover--hero .cover__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(31,39,62,0.25) 0%,
    rgba(31,39,62,0.45) 30%,
    rgba(31,39,62,0.75) 55%,
    rgba(31,39,62,0.94) 82%,
    rgba(31,39,62,0.98) 100%);
  z-index: 1;
  pointer-events: none;
}
.slide.cover--hero .cover__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 90px 140px 90px;
  text-align: center;
}
.slide.cover--hero .cover__mono {
  color: rgba(255,255,255,0.82);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.48em;
  margin-bottom: 18px;
}
.slide.cover--hero .cover__title {
  color: #FFFFFF;
  font-size: 46px;
  font-weight: 200;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
}
.slide.cover--hero .cover__sub {
  color: rgba(255,255,255,0.78);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 20px;
}
.slide.cover--hero .cover__kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1080px;
  margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.slide.cover--hero .cover__kpis--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 840px;
}
.slide.cover--hero .cover__kpi {
  padding: 20px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.slide.cover--hero .cover__kpi:last-child {
  border-right: none;
}
.slide.cover--hero .cover__kpi-value {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.005em;
}
.slide.cover--hero .cover__kpi-label {
  color: rgba(255,255,255,0.6);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.slide.cover--hero .cover__kpi--accent .cover__kpi-value {
  color: var(--gold);
  font-weight: 400;
}
.slide.cover--hero .slide-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  text-align: center;
  color: rgba(255,255,255,0.5);
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ============================================
   Slide 06 · Numbered-Legend (Mikrolage)
   ============================================ */
.legend-list {
  display: flex;
  flex-direction: column;
}
.legend-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  column-gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(28,31,42,0.12);
}
.legend-row:last-child {
  border-bottom: none;
}
.legend-row__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.legend-row__num--big {
  width: 34px;
  height: 34px;
  background: var(--gold);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 2px var(--gold);
  font-size: 14px;
  font-weight: 700;
}
.legend-row__num--dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(28,31,42,0.35);
  margin-left: 11px;
  box-shadow: none;
  border: none;
}
.legend-row__label {
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0;
}
.legend-row__value {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
  text-align: right;
}
.legend-row--plain {
  padding: 12px 0;
}
.legend-row--plain .legend-row__label {
  font-size: 15px;
  color: var(--ink-mute);
}

/* DIN-konforme Safe-Zone zum Footer (Slide 04, 05, etc.)
   Mindestabstand ~1 cm (≈ 160 px bei 1600×900) zwischen letzter
   Content-Linie und Seitenzahl/Footer */
.slide--safe-bottom {
  padding-bottom: 160px;
}
.kpi-list--compact .kpi-list__row {
  padding: 16px 0;
}
.kpi-list--tight .kpi-list__row {
  padding: 11px 0;
  font-size: 0.95em;
}
.kpi-list--tight .kpi-list__value--big {
  font-size: 22px;
}

/* Leistungen-Block Slide 03 */
.leistungen-block {
  margin-top: 32px;
}
.leistungen-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.leistungen-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.leistungen-list__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ============================================
   Slide Standort-Stärken (Box-Grid + Teaser-Row)
   ============================================ */
.box-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px !important;
  flex: unset;
  align-content: start;
}
.box-grid--4 .box-gewerk {
  aspect-ratio: auto;
  padding: 28px 20px 24px;
  gap: 16px;
  min-height: 230px;
}
.box-grid--4 .box-gewerk__title {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.box-grid--4 .box-gewerk__desc {
  font-size: 13px;
  line-height: 1.55;
}
.standort-teaser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border-top: 1px solid rgba(28,31,42,0.18);
  border-bottom: 1px solid rgba(28,31,42,0.18);
}
.standort-teaser__item {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(28,31,42,0.12);
}
.standort-teaser__item:last-child {
  border-right: none;
}
.standort-teaser__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.standort-teaser__value {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.01em;
}

/* ============================================
   Intro-Slide "Wer wir sind" — Remi-Copy, einspaltig
   Top: Headline + Lead + Body
   Bottom: 4-KPI-Strip (analog Cover)
   ============================================ */
.slide--intro {
  padding: 96px 90px 100px;
}
.slide--intro .intro-head {
  max-width: 1080px;
}
.slide--intro .intro-head .h-display {
  margin-bottom: 28px;
  line-height: 1.02;
}
.intro-lead {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink);
  max-width: 960px;
  margin: 0 0 20px 0;
}
.intro-body {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-mute);
  max-width: 960px;
  margin: 0;
}
.intro-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: auto;
  border-top: 1px solid rgba(28,31,42,0.18);
  border-bottom: 1px solid rgba(28,31,42,0.18);
}
.intro-kpi {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid rgba(28,31,42,0.10);
  text-align: left;
}
.intro-kpi:last-child {
  border-right: none;
}
.intro-kpi__value {
  font-size: 26px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1;
}
.intro-kpi--accent .intro-kpi__value {
  color: var(--gold);
  font-weight: 400;
}
.intro-kpi__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.intro-kpi__hint {
  font-size: 11px;
  font-weight: 400;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
}

/* Slide 13 Kitzingen — Entwicklung & Markt */
.entwicklung-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
  max-width: 1320px;
}
.entwicklung-card {
  border: 1px solid rgba(28,31,42,0.18);
  padding: 32px 30px 28px;
  background: rgba(31,39,62,0.03);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.entwicklung-card--accent {
  background: rgba(31,39,62,0.08);
  border-color: var(--gold);
}
.entwicklung-card__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.entwicklung-card__value {
  font-size: 60px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.entwicklung-card--accent .entwicklung-card__value {
  color: var(--gold);
  font-weight: 400;
}
.entwicklung-card__hint {
  font-size: 14px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
}

/* ============================================
   V3 Expansion · Energy Scale + Bestand Cards
   (portiert aus Memmingen-Deck)
   ============================================ */
.energy-scale {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1200px;
}
.energy-scale__track {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  height: 54px;
  border: 1px solid rgba(28,31,42,0.18);
  border-radius: 4px;
  overflow: hidden;
}
.energy-class {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ink-mute);
  border-right: 1px solid rgba(28,31,42,0.08);
  background: rgba(31,39,62,0.04);
  position: relative;
}
.energy-class:last-child { border-right: none; }
.energy-class span { display: block; line-height: 1; }
.energy-class--current {
  background: var(--gold);
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
}
.energy-class--target {
  background: rgba(31,39,62,0.14);
  color: var(--gold);
  font-size: 20px;
  font-weight: 600;
  border: 2px dashed var(--gold);
  margin: -1px;
}
.energy-scale__labels {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.energy-scale__marker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 4px;
  color: var(--ink-mute);
}

.energy-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid rgba(28,31,42,0.18);
  border-bottom: 1px solid rgba(28,31,42,0.18);
  max-width: 1200px;
}
.energy-facts__item {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid rgba(28,31,42,0.10);
  text-align: left;
}
.energy-facts__item:last-child { border-right: none; }
.energy-facts--two-row {
  grid-template-columns: repeat(3, 1fr);
}
.energy-facts--two-row .energy-facts__item {
  border-right: 1px solid rgba(28,31,42,0.10);
  border-bottom: 1px solid rgba(28,31,42,0.10);
  padding: 8px 18px;
  gap: 3px;
}
.energy-facts--two-row .energy-facts__value { font-size: 22px !important; }
.energy-facts--two-row .energy-facts__label { font-size: 10px !important; }
.energy-facts--two-row .energy-facts__item:nth-child(3n) { border-right: none; }
.energy-facts--two-row .energy-facts__item:nth-last-child(-n+3) { border-bottom: none; }
.energy-facts--two-row .energy-facts__value { font-size: 26px; }
.energy-facts__item--accent { background: rgba(31,39,62,0.04); }
.energy-facts__value {
  font-size: 30px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.01em;
}
.energy-facts__item--accent .energy-facts__value {
  color: var(--gold);
  font-weight: 500;
}
.energy-facts__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
}
.energy-facts__hint {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.01em;
}

.bestand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  max-width: 1320px;
}
.bestand-card {
  border: 1px solid rgba(28,31,42,0.18);
  padding: 32px 32px 28px;
  background: rgba(31,39,62,0.03);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bestand-card__icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
}
.bestand-card__title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.bestand-card__status {
  font-size: 28px;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.bestand-card__desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ============================================
   V3 · Phasen-Timeline (Sanierungsfahrplan)
   ============================================ */
.phase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
  max-width: 1200px;
}
.phase-card {
  border: 1px solid rgba(28,31,42,0.18);
  padding: 28px 28px 26px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.phase-card__num {
  font-size: 48px;
  font-weight: 200;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.phase-card__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.phase-card__title {
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.phase-card__desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-top: 4px;
}
.phase-card__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phase-card__list li {
  font-size: 13px;
  color: var(--ink);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}
.phase-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* ============================================
   V8 · Hidden Champions · 4-Spalten-Rows
   ============================================ */
.champion-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 1280px;
}
.champion-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 20px 24px;
  background: rgba(31, 39, 62, 0.04);
  border-left: 3px solid #1f273e;
  border-radius: 2px;
}
.champion-row__name {
  font-size: 26px;
  font-weight: 500;
  color: #1C1F2A;
  letter-spacing: -0.005em;
}
.champion-row__sector {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 31, 42, 0.55);
}
.champion-row__loc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 31, 42, 0.85);
}
.champion-row__ma {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.champion-row__ma em {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  color: #1f273e;
  letter-spacing: -0.01em;
}
.champion-row__ma span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(28, 31, 42, 0.55);
  margin-top: 6px;
}

/* ============================================
   V8 · NeoCore-Methode · horizontale Step-Flow
   ============================================ */
.methode-flow {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
  max-width: 1280px;
}
.methode-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: start;
  padding: 22px 28px;
  background: rgba(31, 39, 62, 0.04);
  border-left: 3px solid #1f273e;
  border-radius: 2px;
}
.methode-step__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 1;
  color: #1f273e;
  letter-spacing: -0.02em;
}
.methode-step__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.methode-step__head {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.methode-step__eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 31, 42, 0.55);
}
.methode-step__title {
  font-size: 22px;
  font-weight: 500;
  color: #1C1F2A;
  letter-spacing: -0.005em;
}
.methode-step__desc {
  font-size: 14px;
  color: rgba(28, 31, 42, 0.78);
  line-height: 1.55;
  max-width: 820px;
  margin: 0;
}
.methode-step__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.methode-step__tags span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1f273e;
  padding: 5px 11px;
  background: #FFFFFF;
  border: 1px solid rgba(31, 39, 62, 0.16);
  border-radius: 40px;
}

/* ============================================
   V3 · Plan-Frame (Grundriss-Slides)
   ============================================ */
.plan-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  margin-top: 28px;
  flex: 1;
  align-items: start;
}
.plan-frame {
  border: 1px solid rgba(28,31,42,0.18);
  background: #FFFFFF;
  padding: 20px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.plan-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plan-caption {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 10px;
}

/* ============================================
   V3 · Ansichten-Grid
   ============================================ */
.ansichten-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  margin-top: 28px;
  flex: 1;
  align-items: stretch;
  max-height: 560px;
}
.ansichten-grid__main {
  border: 1px solid rgba(28,31,42,0.18);
  background: #FFFFFF;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ansichten-grid__main img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ansichten-grid__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ansichten-grid__tile {
  border: 1px solid rgba(28,31,42,0.18);
  background: #FFFFFF;
  padding: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ansichten-grid__tile img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ============================================
   V3 · POI-Grid (Infrastruktur/Nahversorgung)
   ============================================ */
.poi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 40px;
  margin-top: 32px;
  max-width: 1200px;
}
.poi-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(28,31,42,0.10);
}
.poi-row__icon {
  width: 24px;
  height: 24px;
  color: var(--gold);
  align-self: center;
}
.poi-row__label {
  font-size: 15px;
  color: var(--ink);
  font-weight: 400;
}
.poi-row__value {
  font-size: 13px;
  color: var(--ink-mute);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============================================
   V3 · Versprechen Stack (Value Stack Slide)
   ============================================ */
.stack-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 40px;
  max-width: 1280px;
}
.stack-card {
  border: 1px solid rgba(28,31,42,0.14);
  background: rgba(31,39,62,0.03);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
}
.stack-card__num {
  font-size: 26px;
  font-weight: 200;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.stack-card__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.stack-card__desc {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-top: auto;
}

/* ============================================
   V5 · Objekt-Fotos (Portfolio + Detail-Slides)
   ============================================ */
.phase-card {
  padding: 0 0 26px;
  overflow: hidden;
}
.phase-card > *:not(.phase-card__thumb) {
  padding-left: 28px;
  padding-right: 28px;
}
.phase-card__thumb {
  display: block;
  width: 100%;
  height: 95px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(28,31,42,0.14);
  margin-bottom: 10px;
}
.phase-card__eyebrow:first-child,
.phase-card__thumb + .phase-card__eyebrow {
  margin-top: 4px;
}

.objekt-hero {
  width: 100%;
  height: 320px;
  min-height: 320px;
  flex: 0 0 320px;
  margin-top: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(28,31,42,0.14);
  background: var(--bg-deep);
}
.objekt-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* ============================================
   V11 · Kompakte Modernisierungs-Karten
   ============================================ */
.phase-card--moderni {
  padding: 20px 20px 18px;
  gap: 0;
}
.phase-card--moderni .phase-card__title {
  font-size: 18px;
  margin-bottom: 0;
}
.moderni-head {
  font-size: 10px !important;
  letter-spacing: 0.18em;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  color: var(--ink-mute);
}
.moderni-list {
  margin: 4px 0 0 !important;
  gap: 4px !important;
}
.moderni-list li {
  font-size: 11.5px !important;
  line-height: 1.4 !important;
  padding-left: 12px !important;
}
.moderni-list li::before {
  top: 6px !important;
  width: 4px !important;
  height: 4px !important;
}
.moderni-tag {
  display: inline-block;
  margin-left: 4px;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: rgba(31,39,62,0.06);
  padding: 1px 5px;
  border-radius: 2px;
  white-space: nowrap;
}
