/* ==========================================================
   ZuzeZamme – für Demokratie und Vielfalt
   Stylesheet
   ========================================================== */

:root {
  --orange: #ee7b34;
  --blue: #2c5fa8;
  --blue-deep: #1d4373;
  --green: #4c9a4c;
  --yellow: #f2b705;
  --navy: #1b2a41;
  --bg: #fdfcf8;
  --bg-soft: #f5f2e9;
  --bg-card: #ffffff;
  --border: #e7e2d4;
  --radius: 14px;
  --max-width: 1140px;
  --shadow: 0 10px 30px rgba(27, 42, 65, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 88px 0;
}

.section-heading {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--navy);
  margin-bottom: 12px;
}

.section-intro {
  max-width: 640px;
  color: #4b5a70;
  margin-bottom: 48px;
}

.eyebrow {
  display: inline-block;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--blue-deep);
  color: #fff;
}

.btn-primary:hover {
  box-shadow: 0 8px 20px rgba(29, 67, 115, 0.35);
}

.btn-outline {
  background: transparent;
  border-color: var(--blue-deep);
  color: var(--blue-deep);
}

.btn-outline:hover {
  background: var(--blue-deep);
  color: #fff;
}

.btn-accent {
  background: var(--orange);
  color: #fff;
}

.btn-accent:hover {
  box-shadow: 0 8px 20px rgba(238, 123, 52, 0.4);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 252, 248, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.nav-logo img {
  height: 42px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--navy);
  font-weight: 500;
  font-size: 0.96rem;
}

.nav-links a.active {
  color: var(--blue-deep);
  font-weight: 600;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ---------- Hero ---------- */

.hero {
  padding: 64px 0 96px;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
}

.hero h1 .line-orange { color: var(--orange); }
.hero h1 .line-green { color: var(--green); }
.hero h1 .line-blue { color: var(--blue-deep); }

.hero-text p {
  color: #435066;
  font-size: 1.08rem;
  max-width: 46ch;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
}

.hero-illustration {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.against-card {
  position: absolute;
  bottom: -28px;
  right: -10px;
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 24px;
  width: 240px;
}

.against-card h3 {
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.against-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
}

.against-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.against-card li::before {
  content: "✕";
  color: var(--orange);
  font-weight: 700;
  font-size: 0.8rem;
}

/* ---------- Werte / value cards ---------- */

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.value-card {
  text-align: left;
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.value-card h3 {
  font-size: 1.02rem;
  margin-bottom: 6px;
}

.value-card p {
  font-size: 0.92rem;
  color: #57647a;
  margin: 0;
}

.icon-orange { background: #fdece0; color: var(--orange); }
.icon-yellow { background: #fdf3d6; color: #b8860a; }
.icon-green { background: #e7f3e7; color: var(--green); }
.icon-blue { background: #e4ecf8; color: var(--blue-deep); }
.icon-red { background: #fbe6e6; color: #c0473f; }

/* ---------- Aktiv werden (was wir tun + über uns) ---------- */

.split-section {
  background: var(--bg-soft);
}

.split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.checklist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 1.02rem;
}

.checklist .tick {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-top: 2px;
}

.about-card {
  background: #eef4ea;
  border-radius: var(--radius);
  padding: 32px;
}

.about-card h3 {
  color: var(--green);
}

.about-card a {
  font-weight: 600;
}

/* ---------- CTA / Termine / Kontakt strip ---------- */

.cta-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cta-block {
  padding: 40px 32px;
}

.cta-mitmachen {
  background: var(--blue-deep);
  color: #fff;
}

.cta-mitmachen h3 {
  font-size: 1.3rem;
}

.cta-mitmachen p {
  color: #d7e2f2;
  font-size: 0.95rem;
}

.cta-mitmachen .btn {
  background: #fff;
  color: var(--blue-deep);
}

.cta-termine {
  background: var(--bg-card);
}

.cta-termine h3 {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.mini-event {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.mini-event .dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  background: var(--orange);
}

.mini-event strong {
  display: block;
  font-size: 0.96rem;
}

.mini-event span {
  font-size: 0.88rem;
  color: #5a6779;
}

.cta-kontakt {
  background: #eaf0f9;
}

.cta-kontakt h3 {
  font-size: 1.05rem;
}

.kontakt-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  margin-bottom: 10px;
}

/* ---------- Termine (full section) ---------- */

.event-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  align-items: center;
}

.event-card img {
  border-radius: 10px;
}

.event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.event-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.event-date-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--blue-deep);
  font-weight: 700;
  margin-bottom: 10px;
}

.event-date-badge .day {
  font-size: 1.3rem;
  line-height: 1;
}

.event-date-badge .month {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.event-meta {
  font-size: 0.92rem;
  color: #5a6779;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-bottom: 8px;
}

.event-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.event-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--green);
  background: #e7f3e7;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.event-tag.is-past {
  color: #7c879a;
  background: #eceef2;
}

.event-card.is-past {
  opacity: 0.75;
}

.section-subheading {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin: 40px 0 18px;
}

/* ---------- Kontakt (full section) ---------- */

.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.kontakt-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}

.kontakt-card h3 {
  font-size: 1.1rem;
}

.kontakt-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.kontakt-item .k-icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 260px;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--bg-soft);
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-brand img {
  height: 38px;
  margin-bottom: 12px;
}

.footer-brand p {
  color: #5a6779;
  font-size: 0.92rem;
  max-width: 32ch;
}

.footer-col h4 {
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer-col a {
  color: #4b5a70;
  font-size: 0.92rem;
}

.footer-tagline {
  font-family: "Poppins", sans-serif;
  color: var(--green);
  font-weight: 600;
  font-size: 1.05rem;
  text-align: right;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-size: 0.85rem;
  color: #7c879a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------- Wir stehen gemeinsam (dark intro strip) ---------- */

.stand-together {
  background: var(--blue-deep);
  color: #fff;
}

.stand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.stand-grid h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.stand-grid p {
  color: #d7e2f2;
}

.tag-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag-chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
}

.stand-photo {
  border-radius: var(--radius);
  overflow: hidden;
}

/* ---------- Über uns (photo + text) ---------- */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.about-grid img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-grid h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--blue-deep);
}

/* ---------- Was wir tun (dark pill-icon grid) ---------- */

.wwt-section {
  background: var(--blue-deep);
  color: #fff;
}

.wwt-section .section-heading,
.wwt-section .eyebrow {
  color: #fff;
}

.wwt-section .eyebrow {
  color: #a9c3e6;
}

.wwt-section .section-intro {
  color: #d7e2f2;
}

.wwt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}

.wwt-item .pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  max-width: 100%;
  height: 46px;
  border-radius: 999px;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.wwt-item h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.wwt-item p {
  color: #cddaee;
  font-size: 0.94rem;
  margin: 0;
}

.pill-1 { background: #12345c; }
.pill-2 { background: var(--orange); }
.pill-3 { background: var(--yellow); color: #1b2a41; }
.pill-4 { background: var(--green); }
.pill-5 { background: #9fc1ec; color: #1b2a41; }

/* ---------- Mitmachen (light textured section) ---------- */

.mitmachen-section {
  background: linear-gradient(135deg, #eaf3e8 0%, #fdf3d9 55%, #fdeadd 100%);
}

.mitmachen-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.mitmachen-inner h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  color: var(--blue-deep);
}

.mitmachen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 820px;
  margin: 0 auto 40px;
}

.mitmachen-card {
  text-align: left;
}

.mitmachen-card .value-icon {
  background: #fff;
  box-shadow: var(--shadow);
}

.mitmachen-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---------- Newsletter ---------- */

.newsletter-section {
  text-align: center;
}

.newsletter-box {
  max-width: 620px;
  margin: 0 auto;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 16px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.96rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #7c879a;
}

/* Brevo newsletter embed */
.brevo-form {
  width: 100%;
  margin: 24px auto 16px;
  overflow: hidden;
  border-radius: var(--radius);
}

.brevo-form iframe {
  display: block;
  width: 100%;
  max-width: 540px;
  min-height: 430px;
  margin: 0 auto;
  border: 0;
  background: transparent;
}

@media (max-width: 600px) {
  .brevo-form iframe {
    min-height: 520px;
  }
}

/* ---------- Contact form ---------- */

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 6px;
  color: var(--navy);
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-family: inherit;
  font-size: 0.96rem;
  background: var(--bg);
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #4b5a70;
  margin-bottom: 20px;
}

.form-checkbox input {
  margin-top: 4px;
}

.form-checkbox a {
  font-weight: 600;
}

.legal-page main {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}

.legal-page h1 {
  margin-bottom: 24px;
}

.legal-page h2 {
  font-size: 1.15rem;
  margin-top: 36px;
}

.legal-page section p {
  padding: 0;
}

.legal-page section {
  padding: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero .container {
    grid-template-columns: 1fr;
  }

  .against-card {
    position: static;
    margin-top: 24px;
    width: 100%;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    grid-template-columns: 1fr;
  }

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

  .kontakt-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-tagline {
    text-align: left;
  }

  .stand-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .stand-grid {
    text-align: left;
  }

  .about-grid img {
    order: -1;
    max-height: 340px;
  }

  .wwt-grid,
  .mitmachen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-links,
  .nav-cta .btn {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-header.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 24px;
    border-bottom: 1px solid var(--border);
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 64px 0;
  }
}

@media (max-width: 640px) {
  .event-gallery {
    grid-template-columns: 1fr;
  }

  .event-gallery img {
    height: auto;
    max-height: 360px;
    object-fit: cover;
  }
}

/* Hero-Foto */
.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}
@media (max-width: 768px) {
  .hero-photo {
    min-height: 280px;
  }
}

.doi-page{padding:72px 0}.doi-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.doi-copy h1{color:var(--blue-deep);margin-bottom:20px}.doi-copy p{font-size:1.05rem;line-height:1.7;margin-bottom:16px}
.doi-copy .btn{margin-top:14px}.doi-image img{display:block;width:100%;height:420px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
@media(max-width:768px){.doi-page{padding:42px 0}.doi-grid{grid-template-columns:1fr;gap:28px}.doi-image img{height:280px}}
