/* Stiftung Zukunft Palästina – redaktionelles Erscheinungsbild (einzige Variante) */

:root {
  --color-bg: #f4f5f2;
  --color-bg-alt: #ffffff;
  --color-text: #141816;
  --color-text-muted: #3d4540;
  --color-green: #0a4d32;
  --color-green-soft: #dce8e1;
  --color-red: #9e1c26;
  --color-red-soft: #f5e6e7;
  --color-black: #0a0c0b;
  --color-border: #77887b;
  --font-display: "Libre Baskerville", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --header-h: 4.5rem;
  --radius: 4px;
  --shadow-soft: 0 8px 32px rgba(10, 20, 15, 0.08);
  --header-bg: #0a3d28;
  --header-backdrop: none;
  --header-border: rgba(255, 255, 255, 0.12);
  --nav-link-color: rgba(255, 255, 255, 0.96);
  --nav-link-hover: #ffffff;
  --nav-drawer-bg: #0d2e20;
  --nav-toggle-bg: transparent;
  --nav-toggle-bar: #ffffff;
  --hero-bg-overlay:
    linear-gradient(100deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 245, 242, 0.88) 42%, rgba(244, 245, 242, 0.35) 72%, transparent 100%),
    linear-gradient(180deg, transparent 60%, rgba(10, 61, 40, 0.06) 100%),
    radial-gradient(ellipse at 90% 20%, rgba(158, 28, 38, 0.07) 0%, transparent 55%);
  --input-bg: #ffffff;
  --input-focus-ring: var(--color-green);
  --footer-bg: #071f15;
  --footer-strong: #ffffff;
  --footer-link: rgba(255, 255, 255, 0.88);
  --footer-link-hover: #ffffff;
  --footer-tagline: rgba(255, 255, 255, 0.72);
  --footer-meta: rgba(255, 255, 255, 0.6);
  --footer-rule: rgba(255, 255, 255, 0.22);
  --accent-section-text: #ffffff;
  --accent-section-text-muted: rgba(255, 255, 255, 0.95);
}

.logo-name,
.logo-sub {
  color: #ffffff;
}

.logo-sub {
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-header .logo:hover {
  color: #ffffff;
}

.nav-cta {
  background: var(--color-red);
}

.nav-cta:hover {
  background: #ffffff;
  color: var(--color-black) !important;
}

.section-accent .btn-ghost-light {
  display: inline-flex;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: #ffffff;
}

.section-accent .btn-ghost-light:hover {
  background: #ffffff;
  color: var(--color-black);
  border-color: #ffffff;
}

.section-accent :focus-visible {
  outline-color: #ffffff;
}

.section-accent .btn-on-accent:focus-visible {
  outline-color: var(--color-green);
  outline-offset: 3px;
}

.hero h1 {
  border-left: 4px solid var(--color-red);
  padding-left: 1.25rem;
  max-width: none;
}

.section h2 {
  border-bottom: 2px solid var(--color-green);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.section.section-accent h2 {
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.contact-grid h2 {
  display: block;
}

.card {
  border-left: 4px solid var(--color-green);
}

.card h3::before {
  background: var(--color-red);
  width: 3rem;
}

@media (max-width: 768px) {
  .site-nav a {
    color: rgba(255, 255, 255, 0.96);
  }

  .site-nav a:hover {
    color: #ffffff;
  }

  .site-nav li {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}

/* Innenseiten */
.page-hero {
  background: var(--header-bg);
  color: #ffffff;
  padding: 2.25rem 1.5rem 2.5rem;
  border-bottom: 4px solid var(--color-red);
}

.page-hero-inner {
  max-width: var(--layout-max);
  margin: 0 auto;
}

.breadcrumbs {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #ffffff;
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0.35rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  border: none;
  padding: 0;
}

.page-hero .page-lead {
  margin: 0.65rem 0 0;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.55;
}

.page-content {
  padding: 3rem 1.5rem 4.5rem;
}

.page-content > .container {
  margin-bottom: 0;
}

.prose-follow {
  margin-top: 3rem;
}

.teaser-grid {
  margin-top: 2rem;
}

.teaser-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.teaser-grid .card .card-more {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 600;
}

.footer-meta-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
}

.footer-meta-nav a {
  color: var(--footer-link);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-meta-nav a:hover {
  color: var(--footer-link-hover);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
