/* ==================================================
   BELLA WILDHERZ – GUTE NACHRICHTEN AUS DEM WALD
   Seitenspezifische Ergänzungen zu /css/gemeinsam.css
================================================== */

/* HERO wie auf der Startseite */
.home-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 480px;
  max-height: 720px;
  overflow: hidden;
  background: var(--deep);
}

.home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 36%, rgba(26,36,22,.48) 68%, rgba(26,36,22,.92) 100%);
  pointer-events: none;
}

.home-hero-text {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: min(960px, 100%);
  padding: 0 24px;
}

.hero-sub {
  margin: 12px auto 0;
  max-width: 780px;
  font-size: clamp(.92rem, 2vw, 1.08rem);
  color: rgba(255,255,255,.86);
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1.55;
}

@media (max-width: 540px) {
  .home-hero-text {
    bottom: 34px;
  }
}


.waldpost-hero {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.65), transparent 34%),
        linear-gradient(135deg, #f5ead2 0%, #d9e4cc 58%, #b8cba7 100%);
      padding: clamp(28px, 5vw, 58px);
      box-shadow: 0 20px 60px rgba(65, 84, 55, .16);
      margin-bottom: 34px;
    }

    .waldpost-hero::after {
      content: "🌿";
      position: absolute;
      right: clamp(18px, 5vw, 54px);
      bottom: clamp(12px, 4vw, 34px);
      font-size: clamp(70px, 15vw, 160px);
      opacity: .13;
      transform: rotate(-10deg);
      pointer-events: none;
    }

    .waldpost-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.72);
      color: var(--forest);
      padding: 8px 14px;
      border-radius: 999px;
      font-weight: 900;
      font-size: .92rem;
      margin-bottom: 18px;
    }

    .waldpost-title {
      font-family: "Fraunces", serif;
      color: var(--forest);
      font-size: clamp(2rem, 6vw, 4.35rem);
      line-height: .98;
      margin: 0 0 18px;
      max-width: 880px;
    }

    .waldpost-title em {
      color: var(--sage);
      font-style: italic;
    }

    .waldpost-lead {
      max-width: 820px;
      font-size: clamp(1.08rem, 2.2vw, 1.35rem);
      line-height: 1.7;
      color: #42533e;
      margin: 0 0 24px;
      font-weight: 700;
    }

    .waldpost-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .waldpost-note {
      margin-top: 16px;
      color: #5c6b54;
      font-size: .98rem;
      line-height: 1.55;
      max-width: 820px;
    }

    .waldpost-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
      gap: 22px;
      align-items: start;
      margin: 28px 0;
    }

    .waldpost-panel,
    .post-card {
      background: #fffdf7;
      border: 1px solid rgba(93, 118, 82, .18);
      border-radius: 28px;
      box-shadow: 0 14px 38px rgba(65, 84, 55, .10);
    }

    .waldpost-panel {
      padding: clamp(20px, 3vw, 30px);
    }

    .waldpost-panel h3,
    .post-card h3 {
      font-family: "Fraunces", serif;
      color: var(--forest);
      font-size: clamp(1.35rem, 3vw, 2rem);
      margin: 0 0 12px;
    }

    .waldpost-panel p,
    .waldpost-panel li,
    .post-card p {
      color: #4b5d46;
      line-height: 1.68;
      font-size: 1.03rem;
    }

    .waldpost-panel ul {
      padding-left: 1.15rem;
      margin: 12px 0 0;
    }

    .mail-card {
      background: var(--cream);
      border-radius: 24px;
      padding: 20px;
      margin-top: 18px;
      border: 1px dashed rgba(93, 118, 82, .36);
    }

    .mail-card strong {
      color: var(--forest);
    }

    .email-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
      font-weight: 900;
      color: var(--forest);
      text-decoration: none;
      word-break: break-word;
    }

    .email-link:hover {
      text-decoration: underline;
    }

    .prompt-box {
      background: rgba(255,255,255,.62);
      border-radius: 22px;
      padding: 18px;
      margin-top: 16px;
      border-left: 6px solid var(--sage);
    }

    .post-list {
      display: grid;
      gap: 18px;
      margin-top: 22px;
    }

    .post-card {
      padding: clamp(18px, 3vw, 26px);
      position: relative;
      overflow: hidden;
    }

    .post-card::before {
      content: "✉️";
      position: absolute;
      right: 20px;
      top: 18px;
      font-size: 2.2rem;
      opacity: .16;
    }

    .post-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }

    .post-badge {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 6px 11px;
      font-size: .86rem;
      font-weight: 900;
      color: var(--forest);
      background: #edf4e7;
    }

    .post-text {
      font-size: 1.08rem;
      margin: 0 0 12px;
    }

    .post-reaction {
      margin: 14px 0 0;
      padding: 14px 16px;
      border-radius: 20px;
      background: #f5ead2;
      color: #44533e;
      font-weight: 700;
    }

    .empty-posts {
      background: #fffdf7;
      border-radius: 26px;
      padding: 24px;
      color: #4b5d46;
      border: 1px solid rgba(93, 118, 82, .18);
    }

    .small-print {
      font-size: .94rem;
      color: #64745f;
      line-height: 1.55;
      margin-top: 14px;
    }

    @media (max-width: 850px) {
      .waldpost-grid {
        grid-template-columns: 1fr;
      }
    }
