/* spenden.live — Markenrichtung „Miteinander" (3a)
   Grundtöne (Ink, Cream, Terracotta, Amber) aus dem Bildmarken-Handoff,
   Flächen und Abstufungen aus „Miteinander". Keine Fremd-Requests:
   Poppins liegt unter fonts/ (SIL OFL 1.1). */

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/poppins-latin-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/poppins-latin-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/poppins-latin-600.woff2") format("woff2"); }

:root {
  --paper: #FDF6EC;
  --paper-raised: #FFFDF8;
  --sand: #FDEBD2;
  --sand-line: #F0E2CC;
  --honey: #E9A13B;
  --coral: #E4633F;
  --coral-hover: #C9502E;
  --green: #4E8C5B;
  --green-ink: #356444;
  --green-tint: #E9F1E9;
  --ink: #221A15;
  --ink-70: #5C4C3E;
  --ink-50: #7A6753;
  --ink-invert: #FDF6EC;
  --badge-ink: #8A5A2B;
  --stage-bg: #1C1511;
  --stage-card: #2A2018;
  --stage-ink: #FFF3E2;
  --stage-ink-70: #C9B49C;
  --stage-ink-50: #9C8670;

  --r-card-lg: 24px;
  --r-card: 20px;

  --font: "Poppins", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", Consolas, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
}

h1, h2, h3, p { margin: 0; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
  border-radius: 4px;
}

.page {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tabular { font-variant-numeric: tabular-nums; }

/* Vorankündigung */

.soonbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--ink-invert);
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.soonbar strong { font-weight: 600; color: var(--honey); }

.soonbar__dot, .badge__dot { flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--honey); }

/* Header */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 52px;
}

/* Lockup nach Bildmarken-Handoff: Marke 30 px (Compact-Geometrie, da < 32 px),
   Abstand 0,29 × H, Wortmarke 0,73 × H in Poppins 600 */
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}

.wordmark__mark { display: block; flex: none; }

.wordmark__dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: dot-in 320ms cubic-bezier(.34, 1.56, .64, 1) 120ms both;
}

@keyframes dot-in { from { transform: scale(0.6); } }

/* Buttons & Pillen */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 120ms ease-out;
}

.btn:active { transform: scale(0.98); }

.btn--small { height: 48px; padding: 0 24px; border-radius: 24px; font-size: 16px; }

.btn--primary { background: var(--coral); color: var(--ink-invert); }
.btn--primary:hover { background: var(--coral-hover); }

.btn--secondary { background: var(--sand); color: var(--ink); }
.btn--secondary:hover { background: #F7DFC0; }

.badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 18px;
  border-radius: 19px;
  background: var(--sand);
  color: var(--badge-ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.badge--soon { gap: 10px; min-height: 44px; padding: 8px 22px; border-radius: 22px; background: var(--honey); color: var(--ink); font-size: 17px; }
.badge--soon .badge__dot { background: var(--ink); }

/* Hero */

.hero {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 52px 52px 60px;
}

.hero__text {
  flex: 1.05;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.hero__visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.hero h1 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.lead {
  max-width: 540px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-70);
  text-wrap: pretty;
}

.announce {
  max-width: 560px;
  padding: 24px 26px;
  border-radius: var(--r-card);
  background: var(--ink);
  color: #E4D5C2;
  font-size: 16px;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.announce h2 { font-size: 22px; line-height: 1.25; font-weight: 600; color: var(--ink-invert); text-wrap: balance; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.trust { font-size: 15px; line-height: 1.6; color: var(--ink-50); }

/* Mini-Anzeige (Beispiel im Hero) */

.stage {
  border-radius: var(--r-card-lg);
  background: var(--stage-bg);
  color: var(--stage-ink);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stage__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--stage-ink-70);
}

.stage__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 14px;
  border-radius: 15px;
  background: var(--stage-card);
  white-space: nowrap;
}

.stage__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.stage__label { font-size: 15px; line-height: 1; color: var(--stage-ink-70); }

.stage__sum {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.stage__track { height: 16px; border-radius: 8px; background: var(--stage-card); overflow: hidden; }

.stage__fill {
  width: 50%;
  height: 100%;
  background: var(--honey);
  border-radius: 8px 0 0 8px;
  transform-origin: left;
  animation: fill 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fill { from { transform: scaleX(0); } }

.stage__meta {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1;
  color: var(--stage-ink-70);
}

.stage__meta strong { font-weight: 600; color: var(--honey); }

.ticker { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }

.ticker li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 14px;
  background: var(--stage-card);
  font-size: 15px;
  line-height: 1.25;
}

.ticker .team { color: var(--stage-ink-50); }
.ticker .amount { font-weight: 600; color: var(--honey); white-space: nowrap; }

.stage__note { font-family: var(--font-mono); font-size: 12px; line-height: 1.45; color: var(--stage-ink-50); }

.facts { display: flex; gap: 14px; }

.fact {
  flex: 1;
  padding: 18px;
  border: 1px solid var(--sand-line);
  border-radius: var(--r-card);
  background: var(--paper-raised);
}

.fact__num { font-size: 30px; line-height: 1; font-weight: 600; color: var(--green); }
.fact__text { margin-top: 8px; font-size: 15px; line-height: 1.45; color: var(--ink-70); }

/* Sektion „Was Ihre Gäste erleben" */

.section-card {
  margin: 0 20px 20px;
  padding: 48px 52px;
  border-radius: var(--r-card-lg);
  background: var(--sand);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-card h2 { font-size: 34px; line-height: 1.15; font-weight: 600; letter-spacing: -0.015em; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.step {
  padding: 26px;
  border-radius: var(--r-card);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--honey);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.step h3 { font-size: 21px; line-height: 1.25; font-weight: 600; }
.step p { font-size: 16px; line-height: 1.55; color: var(--ink-70); }

/* Footer */

.footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 30px 52px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-50);
}

.footer nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--ink); text-decoration: underline; }

.claim { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px 8px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.08em; }
.claim__icon { flex: none; display: block; }
.claim__flag { border-radius: 3px; }

/* Rechtstexte */

.legal { padding: 28px 52px 60px; max-width: 820px; }

.legal h1 { font-size: 40px; line-height: 1.12; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 28px; }
.legal h2 { font-size: 21px; line-height: 1.25; font-weight: 600; margin: 32px 0 8px; }
.legal p, .legal ul { margin: 0 0 12px; color: var(--ink-70); }
.legal ul { padding-left: 22px; }
.legal address { font-style: normal; color: var(--ink-70); margin-bottom: 12px; }
.legal a { color: var(--ink); text-underline-offset: 3px; }
.legal .stand { margin-top: 36px; font-size: 15px; color: var(--ink-50); }

/* Responsive */

@media (max-width: 1023px) {
  .hero { flex-direction: column; align-items: stretch; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .header { padding: 18px 20px; }
  .hero { padding: 28px 20px 40px; gap: 32px; }
  .hero h1 { font-size: 38px; }
  .lead { font-size: 18px; }
  .btn { height: 56px; padding: 0 24px; font-size: 17px; }
  .btn--small { height: 48px; padding: 0 18px; font-size: 15px; }
  .btn-row .btn { flex: 1 1 100%; }
  /* Kopfzeilen-CTA passt neben dem Lockup nicht mehr; der Hero-Button steht direkt darunter */
  .header .btn { display: none; }
  .hero h1 { font-size: 36px; }
  .stage { padding: 20px; }
  .stage__sum { font-size: 48px; }
  .facts { flex-direction: column; }
  .section-card { margin: 0 12px 12px; padding: 32px 20px; }
  .section-card h2 { font-size: 28px; }
  .footer { padding: 26px 20px; }
  .legal { padding: 16px 20px 48px; }
  .legal h1 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .stage__fill, .wordmark__dot { animation: none; }
  .btn { transition: none; }
  .btn:active { transform: none; }
}
