/* ============================================================
   Sonne QM — Leistungsübersicht
   Lädt nach home.css, alles unter .home gescoped.
   Nutzt bewusst die feat-split-Bausteine der Startseite weiter.
   ============================================================ */

/* ── Breadcrumb ─────────────────────────────────────────── */
.home .lst-breadcrumb {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 4px;
}
.home .lst-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.home .lst-breadcrumb li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--g500);
}
.home .lst-breadcrumb a {
  color: var(--teal-700);
  text-decoration: none;
  font-weight: 700;
}
.home .lst-breadcrumb a:hover {
  text-decoration: underline;
}
.home .lst-breadcrumb [aria-current="page"] {
  font-weight: 700;
  color: var(--ink);
}

/* ── Sprungmarken-Übersicht ─────────────────────────────── */
.home .lst-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.home .lst-chip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home .lst-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 115, 99, 0.3);
  box-shadow: 0 16px 34px rgba(29, 115, 99, 0.12);
}
.home .lst-chip-num {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, var(--g700), var(--g600));
  border-radius: 9px;
  padding: 5px 8px;
  flex: none;
}
.home .lst-chip span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}
.home .lst-chip strong {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--g700);
  letter-spacing: -0.01em;
}

/* ── Leistungsblöcke ────────────────────────────────────── */
.home .lst-block {
  scroll-margin-top: 96px;
}
.home .lst-block .feat-copy h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--g700);
  margin: 10px 0 14px;
}
.home .lst-block .feat-copy > p {
  font-size: 0.94rem;
  line-height: 1.78;
  color: var(--muted);
  margin: 0 0 14px;
}
.home .lst-links {
  font-size: 0.84rem !important;
  line-height: 1.7;
  margin-top: 16px !important;
}
.home .lst-links a {
  color: var(--g700);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .lst-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.home .lst-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
}

/* Bilder in den Rahmen einheitlich beschneiden, damit die
   unterschiedlichen Seitenverhältnisse der Quellen nicht auffallen */
.home .lst-block .feat-frame img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
}

/* ── Ansprechpartner ────────────────────────────────────── */
.home .lst-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  background: linear-gradient(150deg, #07241e 0%, #0e3a30 55%, #14564a 100%);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home .lst-contact::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 151, 166, 0.32), transparent 65%);
  pointer-events: none;
}
.home .lst-contact > * {
  position: relative;
  z-index: 1;
}
.home .lst-contact-photo img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(3, 20, 16, 0.4);
}
.home .lst-contact-eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--g400);
  margin-bottom: 10px;
}
.home .lst-contact-body h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.home .lst-contact-role {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--g400);
  margin: 0 0 14px;
}
.home .lst-contact-body p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0 0 18px;
  max-width: 62ch;
}
.home .lst-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* Auf dunklem Grund braucht der Ghost-Button helle Kontur */
.home .lst-contact-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}
.home .lst-contact-actions .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.home .lst-contact-meta {
  font-size: 0.76rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 18px 0 0 !important;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .home .lst-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home .lst-block .feat-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  /* Bild auf schmalen Displays immer unter den Text, auch bei .reverse */
  .home .lst-block .feat-split.reverse .feat-copy {
    order: 0;
  }
  .home .lst-contact {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
    padding: 32px 24px;
  }
  .home .lst-contact-body p {
    margin-inline: auto;
  }
  .home .lst-contact-actions {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .home .lst-overview {
    grid-template-columns: minmax(0, 1fr);
  }
  .home .lst-contact-photo img {
    width: 130px;
    height: 130px;
  }
  .home .lst-actions .btn,
  .home .lst-contact-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .lst-chip {
    transition: none;
  }
}
