/* ==================================================
   BELLA WILDHERZ – FÖRDERSTAND
   Seitenspezifische Ergänzungen zu /css/gemeinsam.css
================================================== */

.funding-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  max-height: 720px;
  height: 86svh;
  overflow: hidden;
  background: var(--deep);
}

.funding-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  opacity: .92;
}

.funding-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(26,36,22,.05) 0%, rgba(26,36,22,.42) 62%, rgba(26,36,22,.86) 100%),
    radial-gradient(circle at 18% 72%, rgba(240,184,64,.24), transparent 34%);
  pointer-events: none;
}

.funding-hero-text {
  position: absolute;
  left: 50%;
  bottom: clamp(42px, 8vw, 86px);
  transform: translateX(-50%);
  z-index: 2;
  width: min(980px, calc(100% - 40px));
  color: #fff;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(250,244,232,.9);
  color: var(--forest);
  font-weight: 900;
  font-size: .92rem;
}

.funding-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: .96;
  margin: 0 0 18px;
  text-shadow: 0 10px 32px rgba(0,0,0,.24);
}

.funding-hero h1 em {
  color: #f5ead2;
  font-style: italic;
}

.funding-hero-text p:last-child {
  max-width: 830px;
  margin: 0 auto;
  color: rgba(255,255,255,.88);
  line-height: 1.65;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.funding-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: stretch;
}

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

.intro-card {
  padding: clamp(22px, 4vw, 34px);
}

.intro-card p {
  color: #4b5d46;
  line-height: 1.76;
  font-size: 1.04rem;
  margin-top: 14px;
}

.summary-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(135deg, #f5ead2 0%, #d9e4cc 100%);
}

.summary-number {
  font-family: 'Fraunces', serif;
  color: var(--forest);
  font-weight: 900;
  line-height: 1;
  font-size: clamp(2.8rem, 6vw, 4rem);
}

.summary-label {
  color: #4b5d46;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 6px;
}

.summary-line {
  height: 1px;
  background: rgba(59,94,50,.18);
  margin: 22px 0;
}

.status-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .82rem;
  font-weight: 900;
  border: 1px solid transparent;
  line-height: 1.2;
}

.status-selbst {
  background: #edf4e7;
  color: var(--forest);
  border-color: rgba(59,94,50,.12);
}

.status-offen {
  background: #fff4d9;
  color: #7d5200;
  border-color: rgba(212,146,26,.22);
}

.status-anfrage {
  background: #eef3ff;
  color: #39527d;
  border-color: rgba(57,82,125,.16);
}

.status-teilweise {
  background: #f4ecff;
  color: #684a87;
  border-color: rgba(104,74,135,.16);
}

.status-gefoerdert {
  background: #e9f8ef;
  color: #2f7441;
  border-color: rgba(47,116,65,.16);
}

.season-list {
  display: grid;
  gap: 24px;
}

.season-card {
  overflow: hidden;
}

.season-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.78), transparent 26%),
    linear-gradient(135deg, #f3ead6 0%, #e3eddc 100%);
  border-bottom: 1px solid rgba(93, 118, 82, .16);
}

.season-head h3 {
  font-family: 'Fraunces', serif;
  color: var(--forest);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin: 0 0 7px;
}

.season-head p {
  color: #50634b;
  line-height: 1.55;
  font-weight: 700;
}

.season-meta {
  text-align: right;
  color: #53644d;
  font-weight: 900;
  font-size: .92rem;
}

.episode-table-wrap {
  overflow-x: auto;
}

.episode-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.episode-table th,
.episode-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(93, 118, 82, .12);
  vertical-align: top;
}

.episode-table th {
  color: var(--forest);
  font-size: .78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(250,244,232,.55);
}

.episode-table tr:last-child td {
  border-bottom: 0;
}

.episode-number {
  width: 74px;
  font-weight: 900;
  color: var(--forest);
}

.episode-title {
  font-weight: 900;
  color: var(--ink);
}

.episode-note {
  margin-top: 3px;
  color: #68775f;
  font-size: .92rem;
  line-height: 1.45;
}

.funding-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.funding-card {
  padding: 24px;
}

.funding-card h3 {
  font-family: 'Fraunces', serif;
  color: var(--forest);
  font-size: 1.45rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.funding-card p {
  color: #4b5d46;
  line-height: 1.62;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,.68), transparent 30%),
    linear-gradient(135deg, #f5ead2 0%, #d9e4cc 100%);
}

.contact-box h2 {
  font-family: 'Fraunces', serif;
  color: var(--forest);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 4px 0 10px;
}

.contact-box p {
  color: #4b5d46;
  line-height: 1.65;
  max-width: 690px;
}

@media (max-width: 900px) {
  .funding-intro,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .summary-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
  }

  .summary-line {
    width: 1px;
    height: 64px;
    margin: 0;
  }

  .funding-blocks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .funding-hero {
    height: 78svh;
    min-height: 500px;
  }

  .season-head {
    grid-template-columns: 1fr;
  }

  .season-meta {
    text-align: left;
  }

  .summary-card {
    grid-template-columns: 1fr;
  }

  .summary-line {
    width: 100%;
    height: 1px;
  }
}
