.lab-lead {
  font-size: 18px;
  color: var(--text);
  max-width: 70ch;
}

.lab-hero {
  text-align: center;
  padding: 48px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lab-hero__text h1 {
  color: #4a7f5a;
  font-weight: 700;
  margin: 0.2em 0 0.4em;
}
.lab-cta {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.lab-hero_media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lab-hero_media img {
  max-width: 800px;
  height: auto;
  object-fit: cover;
  object-position: center;
    border-radius: 18px;
}

/* ========= Highlights ========= */
.lab-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 20px 0 34px;
}
.lab-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  margin: 10px;
}
.lab-card h3 {
  color: #4a7f5a;
  margin: 0 0 6px;
}

/* ========= Elterntiere ========= */
.lab-parents h2 {
  color: #4a7f5a;
  margin: 10px 0 12px;
}
.lab-parent-grid,
.litter-list {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.dog-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  margin: 6px 10px 32px;
}
.dog-media {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.dog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dog-content {
  padding: 16px;
}
.dog-content h3 {
  margin: 0 0 8px;
  color: #4a7f5a;
}
.dog-facts {
  margin: 0;
  padding-left: 16px;
  color: var(--text);
}

/* ========= Würfe ========= */
.lab-litters h2 {
  color: #4a7f5a;
  margin: 18px 0 8px;
}

.litter-card {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  width: 850px;
  margin: 6px 10px 32px;
}

.litter-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.chip {
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: #eef3ee;
  color: #2d5a32;
  font-size: 0.9rem;
  border: 1px solid #dfe9df;
}
.chip-ok {
  background: #e8f6ea;
  color: #1b6e24;
  border-color: #cfeccd;
}
.litter-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  justify-content: center;
}

/* ========= Prozess ========= */
.lab-process {
  margin: 20px 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.lab-process h2 {
  color: #4a7f5a;
  margin: 0 0 8px;
}
.process-steps {
  margin: 0 0 14px 18px;
}

/* ========= Galerie ========= */
.lab-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 30px;
}

/* ========= Abschluss-CTA ========= */
.lab-cta-final {
  text-align: center;
  background: var(--card);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  margin: 6px 10px 32px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  width: 850px;
}
.lab-cta-final h2 {
  color: #4a7f5a;
  margin: 0 0 6px;
}
