:root {
  --gold: #c89b3c;
  --gold-light: #f2d78b;
  --gold-pale: #fbf5e7;
  --ink: #191a1d;
  --ink-soft: #292b30;
  --text: #383a40;
  --muted: #6c6f77;
  --paper: #fffdfa;
  --white: #fff;
  --line: rgba(25, 26, 29, 0.12);
  --shadow: 0 22px 60px rgba(22, 21, 18, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 9999; top: 10px; left: 10px;
  padding: 10px 16px; color: var(--ink); background: var(--white);
  border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-dark { color: rgba(255,255,255,.82); background: var(--ink); }
.section-gold { background: linear-gradient(135deg, #f7ecd0, #fffaf0); }
.section-title {
  max-width: 780px; margin: 0 0 44px;
}
.section-title.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px;
  color: #987020; font-size: .76rem; font-weight: 800; letter-spacing: .14em;
  line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { width: 31px; height: 2px; content: ""; background: var(--gold); }
.section-dark .eyebrow { color: var(--gold-light); }
h1, h2, h3 {
  margin: 0 0 .55em; color: var(--ink); font-family: Georgia, "Times New Roman", serif;
  font-weight: 500; line-height: 1.08; text-wrap: balance;
}
h1 { font-size: clamp(3rem, 6vw, 5.9rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
.section-dark h2, .section-dark h3 { color: var(--white); }
p { margin: 0 0 1.1em; }
.lead { max-width: 760px; font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--muted); }
.section-dark .lead { color: rgba(255,255,255,.72); }
.gold-text { color: var(--gold); }
.muted { color: var(--muted); }
.center { text-align: center; }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto; height: 86px;
  transition: background .25s, box-shadow .25s, height .25s;
}
.site-header.scrolled, .site-header.inner-header {
  height: 74px; background: rgba(255,253,250,.96); box-shadow: 0 8px 30px rgba(0,0,0,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 72px; height: 48px; object-fit: contain; }
.brand-copy { color: var(--white); font-size: .72rem; font-weight: 800; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.scrolled .brand-copy, .inner-header .brand-copy { color: var(--ink); }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a {
  position: relative; color: rgba(255,255,255,.91); font-size: .86rem; font-weight: 650;
  text-decoration: none; white-space: nowrap;
}
.scrolled .main-nav a, .inner-header .main-nav a { color: var(--ink); }
.main-nav a:not(.nav-cta)::after {
  position: absolute; left: 0; bottom: -7px; width: 0; height: 2px;
  content: ""; background: var(--gold); transition: width .22s;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.main-nav .nav-cta { padding: 11px 18px; color: var(--ink); background: var(--gold-light); border-radius: 999px; }
.menu-toggle {
  display: none; width: 46px; height: 46px; padding: 11px; border: 0;
  color: var(--ink); background: var(--gold-light); border-radius: 50%; cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative; min-height: 640px; display: grid; align-items: start;
  color: var(--white); isolation: isolate; overflow: hidden;
}
.hero::before {
  position: absolute; z-index: -2; inset: 0; content: "";
  background: var(--hero-image) center 32% / cover no-repeat;
  animation: heroZoom 15s ease-out both;
}
.hero::after {
  position: absolute; z-index: -1; inset: 0; content: "";
  background: linear-gradient(90deg, rgba(10,10,12,.88) 0%, rgba(10,10,12,.58) 46%, rgba(10,10,12,.15) 80%),
    linear-gradient(0deg, rgba(10,10,12,.74), transparent 54%);
}
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.1); } }
.hero-content { max-width: 850px; padding: 118px 0 70px; }
.hero h1 { color: var(--white); }
.hero .lead { color: rgba(255,255,255,.82); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--gold-light); }
.btn-primary:hover { background: #ffe5a0; }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-ghost { color: var(--ink); border-color: var(--line); background: var(--white); }
.hero-date {
  position: absolute; right: max(20px, calc((100% - var(--max))/2)); bottom: 88px;
  width: 180px; padding: 22px; color: var(--ink); background: var(--gold-light);
  box-shadow: var(--shadow); border-radius: 18px;
}
.hero-date span { display: block; }
.hero-date .day { font-family: Georgia, serif; font-size: 2.8rem; line-height: 1; }
.hero-date .year { margin-top: 6px; font-weight: 800; letter-spacing: .12em; }

.page-hero {
  position: relative; min-height: 510px; display: grid; align-items: end; overflow: hidden; isolation: isolate;
  color: var(--white);
}
.page-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--hero-image) center / cover; }
.page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(12,12,14,.9), rgba(12,12,14,.28)), linear-gradient(0deg, rgba(12,12,14,.65), transparent); }
.page-hero-content { max-width: 850px; padding: 165px 0 70px; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); color: var(--white); }
.page-hero .lead { color: rgba(255,255,255,.83); }
body[data-page="home"] .page-hero .hero-actions { margin-top: 40px; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card {
  padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 15px 40px rgba(30,25,15,.06);
}
.section-dark .card { color: var(--text); }
.section-dark .card h3 { color: var(--ink); }
.card-number {
  display: grid; width: 47px; height: 47px; margin-bottom: 24px; place-items: center;
  color: var(--ink); background: var(--gold-light); border-radius: 50%; font-weight: 800;
}
.image-frame { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-frame.tall { min-height: 590px; }
.image-caption {
  position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 17px 20px;
  color: var(--white); background: rgba(18,18,20,.78); border-radius: 14px; backdrop-filter: blur(8px);
}
.quote {
  margin: 0; padding: 45px; color: var(--white);
  background: linear-gradient(135deg, var(--ink-soft), var(--ink)); border-radius: var(--radius);
}
.quote p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: 1.35; }
.impact-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.impact-list li { position: relative; padding-left: 29px; }
.impact-list li::before { position: absolute; left: 0; content: "◆"; color: var(--gold); font-size: .75em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.tag { padding: 8px 13px; color: var(--ink); background: var(--gold-pale); border: 1px solid rgba(200,155,60,.24); border-radius: 999px; font-size: .9rem; font-weight: 650; }
.stat { padding: 28px 18px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.stat strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 2.4rem; font-weight: 500; }
.stat span { color: var(--muted); font-size: .9rem; }

.donation-trust-section { padding: 56px 0 82px; }
.donation-trust {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  align-items: start;
  padding: 34px 38px;
  background: linear-gradient(135deg, #fffaf0, #f7ecd0);
  border: 1px solid rgba(200,155,60,.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.trust-badge {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  color: var(--ink);
  background: radial-gradient(circle at 30% 30%, var(--gold-light), var(--gold));
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(30,25,15,.16);
}
.trust-badge span { font-size: 2.5rem; font-weight: 900; }
.trust-content h2 { max-width: 820px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 26px;
}
.trust-grid div {
  padding: 19px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(200,155,60,.18);
  border-radius: 16px;
}
.trust-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}
.trust-grid span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.voices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.voice-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 390px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(30,25,15,.08);
}
.voice-image { min-height: 100%; }
.voice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-content {
  display: flex;
  flex-direction: column;
  padding: 34px 31px;
}
.voice-role {
  margin-bottom: 9px;
  color: #987020;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.voice-content h3 { margin-bottom: 20px; }
.voice-statement {
  position: relative;
  flex: 1;
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  line-height: 1.55;
}
.voice-statement::before {
  content: "“";
  display: block;
  height: 30px;
  color: var(--gold);
  font-size: 3.6rem;
  line-height: .8;
}
.voice-credit {
  margin-top: 20px;
  color: var(--muted);
  font-size: .72rem;
}

/* Kompakte Vorstellung auf der Startseite */
.people-compact { padding: 72px 0; }
.people-compact .section-title { margin-bottom: 30px; }
.people-compact .voices { gap: 22px; }
.people-compact .voice-card {
  grid-template-columns: 175px 1fr;
  min-height: 330px;
}
.people-compact .voice-content { padding: 25px 24px; }
.people-compact .voice-content h3 { margin-bottom: 13px; }
.people-compact .voice-statement {
  font-size: 1.02rem;
  line-height: 1.48;
}
.people-compact .voice-statement::before {
  height: 24px;
  font-size: 3rem;
}
.people-compact .voice-credit { margin-top: 13px; }

.timeline { position: relative; display: grid; gap: 0; max-width: 900px; margin: 0 auto; }
.timeline::before { position: absolute; left: 23px; top: 12px; bottom: 12px; width: 2px; content: ""; background: #dfc987; }
.timeline-item { position: relative; padding: 0 0 42px 78px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: absolute; z-index: 1; left: 8px; top: 0; display: grid; width: 32px; height: 32px; place-items: center; color: var(--ink); background: var(--gold-light); border: 7px solid var(--paper); border-radius: 50%; }
.timeline-item time { display: block; margin-bottom: 5px; color: #987020; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-item h3 { margin-bottom: 8px; }

/* Kompakter Zeitstrahl auf der Startseite */
.timeline-compact { padding: 72px 0; }
.timeline-compact .section-title { margin-bottom: 30px; }
.timeline-compact .timeline { max-width: 820px; }
.timeline-compact .timeline-item { padding: 0 0 27px 68px; }
.timeline-compact .timeline-item:last-child { padding-bottom: 0; }
.timeline-compact .timeline-item h3 {
  margin-bottom: 5px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}
.timeline-compact .timeline-item p {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.5;
}

/* Abschnitt "Kinder- und Jugendarbeit" näher an den vorherigen Bereich rücken */
.regional-impact-compact { padding-top: 66px; }
.sponsorship-compact { padding-top: 66px; }
.formats-compact { padding-top: 66px; }
.project-schedule-compact { padding: 72px 0; }
.sponsorship-impact-compact { padding-top: 66px; }
.project-schedule-compact h2 { margin-bottom: 22px; }
.project-schedule-compact .timeline-item { padding: 0 0 27px 68px; }
.project-schedule-compact .timeline-item:last-child { padding-bottom: 0; }
.project-schedule-compact .timeline-item h3 {
  margin-bottom: 5px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}
.project-schedule-compact .timeline-item p {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.event-date-block { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.event-date-big { display: grid; padding: 35px 20px; place-items: center; text-align: center; color: var(--ink); background: var(--gold-light); }
.event-date-big strong { display: block; font-family: Georgia, serif; font-size: 4.7rem; line-height: .9; }
.event-date-big span { font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.event-details { padding: 40px; }
.schedule { display: grid; gap: 0; margin-top: 20px; border-top: 1px solid var(--line); }
.schedule-row { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.schedule-row strong { color: #8a641b; }
.president-note {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 26px;
  background: linear-gradient(135deg, rgba(247,236,208,.92), rgba(255,250,240,.98));
  border: 1px solid rgba(200,155,60,.34);
  border-left: 5px solid var(--gold);
  border-radius: 18px;
}
.president-note img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  object-position: center 22%;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(30,25,15,.15);
}
.president-note span {
  display: block;
  margin-bottom: 8px;
  color: #987020;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.president-note blockquote {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
}
.president-note cite {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .88rem;
  font-style: normal;
  font-weight: 700;
}

.packages { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; align-items: stretch; }
.package {
  grid-column: span 2; display: flex; flex-direction: column; padding: 32px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 15px 40px rgba(30,25,15,.06);
}
.package:nth-child(4), .package:nth-child(5) { grid-column: span 3; }
.package.featured { color: rgba(255,255,255,.82); background: var(--ink); border-color: var(--ink); transform: translateY(-10px); }
.package.featured h3 { color: var(--white); }
.package-label { color: #987020; font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.featured .package-label { color: var(--gold-light); }
.package-price { margin: 10px 0 3px; color: var(--ink); font-family: Georgia, serif; font-size: 2.8rem; line-height: 1; }
.featured .package-price { color: var(--gold-light); }
.package-size { color: var(--muted); font-weight: 700; }
.featured .package-size { color: rgba(255,255,255,.6); }
.package ul { flex: 1; margin: 24px 0 28px; padding: 0; list-style: none; }
.package li { position: relative; padding: 8px 0 8px 25px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.featured li { border-color: rgba(255,255,255,.12); }
.package li::before { position: absolute; left: 0; content: "✓"; color: var(--gold); font-weight: 900; }
.package .btn { width: 100%; }
.package-impact { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .92rem; }
.platinum-upgrade {
  margin: -6px 0 22px;
  padding: 18px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff7dc, #d9dce3);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
}
.upgrade-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  color: var(--ink);
  background: rgba(255,255,255,.7);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.upgrade-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 8px;
}
.upgrade-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.upgrade-head span {
  color: #7a5b18;
  font-weight: 900;
  white-space: nowrap;
}
.platinum-upgrade p {
  margin: 0;
  color: rgba(25,26,29,.82);
  font-size: .92rem;
  line-height: 1.5;
}

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.contact-card { padding: 32px; color: rgba(255,255,255,.78); background: var(--ink); border-radius: var(--radius); }
.contact-card h3 { color: var(--white); }
.contact-line { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.contact-line strong { display: block; color: var(--gold-light); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .9rem; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; color: var(--text);
  background: #fbfaf7; border: 1px solid #d9d7d1; border-radius: 10px;
}
.field textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .88rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--gold); }
.form-status { display: none; margin-top: 16px; padding: 12px 15px; border-radius: 9px; }
.form-status.show { display: block; }
.form-status.success { color: #145c35; background: #e4f5e9; }
.form-status.error { color: #812b2b; background: #fae8e8; }
.hp-field { position: absolute !important; left: -9999px !important; }

.legal { max-width: 850px; }
.legal h2 { margin-top: 1.5em; font-size: 2rem; }
.legal h3 { margin-top: 1.4em; font-size: 1.4rem; }
.legal a { color: #755111; }
.notice { padding: 20px 24px; background: var(--gold-pale); border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; }

.cta-band { position: relative; overflow: hidden; padding: 75px 0; color: var(--white); background: var(--ink); isolation: isolate; }
.cta-band::after { position: absolute; z-index: -1; right: -8%; top: -100%; width: 500px; height: 500px; content: ""; background: radial-gradient(circle, rgba(200,155,60,.35), transparent 67%); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }

.site-footer { padding: 56px 0 20px; color: rgba(255,255,255,.68); background: #101114; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(44px, 8vw, 110px); align-items: start; }
.footer-about { max-width: 570px; }
.footer-logo { width: 150px; margin-bottom: 18px; filter: brightness(1.15); }
.site-footer h3 { margin-bottom: 22px; color: var(--white); font-family: inherit; font-size: .85rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact {
  padding: 30px 32px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
}
.footer-links { display: grid; gap: 0; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  line-height: 1.5;
}
.footer-contact-label {
  padding-top: 2px;
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-website {
  justify-self: start;
  margin-top: 20px;
  padding-bottom: 3px;
  color: var(--white);
  border-bottom: 1px solid rgba(242,215,139,.55);
  font-weight: 700;
}
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 74px 0 0; display: flex; flex-direction: column; align-items: stretch;
    gap: 0; padding: 24px 28px 40px; background: var(--paper); transform: translateX(100%); transition: transform .25s;
  }
  .menu-open .main-nav { transform: none; }
  .main-nav a, .scrolled .main-nav a, .inner-header .main-nav a { padding: 13px 6px; color: var(--ink); border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav .nav-cta { margin-top: 16px; text-align: center; border: 0; }
  .main-nav a::after { display: none; }
  .brand-copy { color: var(--ink); }
  .site-header { height: 74px; background: rgba(255,253,250,.96); }
  .hero-date { display: none; }
  .grid-3, .cards { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .participation-steps { grid-template-columns: 1fr; }
  .voices { grid-template-columns: 1fr; }
  .packages { grid-template-columns: 1fr 1fr; }
  .package, .package:nth-child(4), .package:nth-child(5) { grid-column: auto; }
  .package.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .hero { min-height: 600px; }
  .hero-content { padding: 100px 0 60px; }
  .page-hero { min-height: 460px; }
  .page-hero-content { padding: 140px 0 55px; }
  .page-hero .lead { max-width: 100%; font-size: 1.05rem; overflow-wrap: anywhere; }
  .grid-2, .grid-3, .grid-4, .cards, .form-layout, .packages { grid-template-columns: 1fr; }
  .donation-trust { grid-template-columns: 1fr; padding: 28px; }
  .trust-badge { width: 82px; height: 82px; border-width: 6px; }
  .trust-badge span { font-size: 2rem; }
  .participation-note-wide { margin-top: 28px; padding: 25px; }
  .participation-note-head { flex-direction: column; }
  .voice-card { grid-template-columns: 1fr; }
  .voice-image { min-height: 340px; max-height: 430px; }
  .voice-image img { object-position: center 24%; }
  .people-compact { padding: 58px 0; }
  .people-compact .voice-card { grid-template-columns: 1fr; min-height: 0; }
  .people-compact .voice-image { min-height: 270px; max-height: 320px; }
  .timeline-compact { padding: 58px 0; }
  .timeline-compact .timeline-item { padding: 0 0 24px 58px; }
  .regional-impact-compact { padding-top: 48px; }
  .sponsorship-compact { padding-top: 48px; }
  .formats-compact { padding-top: 48px; }
  .project-schedule-compact { padding: 58px 0; }
  .sponsorship-impact-compact { padding-top: 48px; }
  .project-schedule-compact .timeline-item { padding: 0 0 24px 58px; }
  .image-frame, .image-frame.tall { min-height: 390px; }
  .card, .contact-form { padding: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .event-date-block { grid-template-columns: 1fr; }
  .event-date-big { padding: 28px; }
  .schedule-row { grid-template-columns: 95px 1fr; }
  .president-note { grid-template-columns: 68px 1fr; gap: 16px; padding: 20px; }
  .president-note img { width: 68px; height: 68px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-contact { padding: 25px; }
  .footer-contact-row { grid-template-columns: 1fr; gap: 3px; }
  .footer-bottom { flex-direction: column; }
  .brand-copy { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   VISUELLE VERFEINERUNGEN
   Rein optische, additive Schicht. Farbpalette und Texte bleiben
   unverändert – es werden ausschließlich die vorhandenen Marken-
   farben (Gold/Ink/Creme) in Tiefe, Bewegung und Detail genutzt.
   Bewusst ans Dateiende gestellt: der Reduced-Motion-Block oben
   deaktiviert via !important alle hier definierten Animationen.
   ============================================================ */
:root { --ease: cubic-bezier(.2, .7, .2, 1); }

/* Anker-Sprünge nicht unter den fixierten Header scrollen */
html { scroll-padding-top: 104px; }

/* Textmarkierung im Markengold */
::selection { background: var(--gold-light); color: var(--ink); }

/* Feine Goldlinie unter dem eingeblendeten Header */
.site-header.scrolled, .site-header.inner-header { position: fixed; }
.site-header.scrolled::after, .site-header.inner-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 155, 60, .55), transparent);
}

/* ---- Karten: Tiefe, Goldakzent, Zahl als Verlauf ---- */
.card {
  position: relative; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.card::after {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease);
}
.card-number {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 8px 18px rgba(200, 155, 60, .32);
  transition: transform .4s var(--ease);
}

/* ---- Statistik-Kacheln & Tags ---- */
.stat { transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
.tag  { transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s; }

/* ---- Buttons & Navi-CTA: mehr Tiefe ---- */
.btn-primary { box-shadow: 0 10px 26px rgba(200, 155, 60, .30); }
.btn-dark    { box-shadow: 0 10px 26px rgba(25, 26, 29, .26); }
.main-nav .nav-cta { transition: background .2s, transform .2s, box-shadow .2s; }

/* ---- Bilder: ruhiger Zoom + feiner Innenrahmen ---- */
.image-frame::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14); pointer-events: none;
}
.image-frame img { transition: transform 1s var(--ease); }
.image-caption { border-left: 3px solid var(--gold); }

/* ---- Stimmen-Karten ---- */
.voice-card { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.voice-card .voice-image img { transition: transform 1s var(--ease); }

/* ---- Zitat-Block: dekoratives Anführungszeichen ---- */
.quote { position: relative; overflow: hidden; }
.quote::before {
  content: "\201C"; position: absolute; right: 30px; top: -4px;
  color: rgba(242, 215, 139, .16); font-family: Georgia, serif; font-size: 9rem; line-height: 1;
  pointer-events: none;
}
.quote p { position: relative; }

/* ---- Patenschaftspakete ---- */
.package { transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.package.featured { box-shadow: 0 36px 80px rgba(20, 18, 14, .38), 0 0 0 1px rgba(200, 155, 60, .28); }

/* ---- Timeline-Punkte: feiner Goldhalo ---- */
.timeline-dot { box-shadow: 0 0 0 4px rgba(200, 155, 60, .14); }

/* ---- Goldsektionen: weicher Goldschimmer in der Ecke ---- */
.section-gold { position: relative; overflow: hidden; }
.section-gold::before {
  content: ""; position: absolute; z-index: 0; top: -130px; right: -130px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 155, 60, .16), transparent 70%); pointer-events: none;
}
.section-gold > .container { position: relative; z-index: 1; }

/* ---- Hero-Datumskarte: feiner Rahmen ---- */
.hero-date { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.hero-date::after {
  content: ""; position: absolute; inset: 8px; border: 1px solid rgba(25, 26, 29, .18);
  border-radius: 12px; pointer-events: none;
}

/* ---- Formularfelder: klarer Fokus-Ring ---- */
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold); background: var(--white);
  box-shadow: 0 0 0 3px rgba(200, 155, 60, .18);
}

/* ---- Footer-Links: dezentes Gleiten ---- */
.footer-links a { transition: color .2s, transform .2s; }

/* ---- Sanfter, gestaffelter Auftritt der Hero-Inhalte ---- */
@keyframes tbtRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-content > *, .page-hero-content > * { animation: tbtRise .8s var(--ease) both; }
.hero-content > :nth-child(1), .page-hero-content > :nth-child(1) { animation-delay: .05s; }
.hero-content > :nth-child(2), .page-hero-content > :nth-child(2) { animation-delay: .18s; }
.hero-content > :nth-child(3), .page-hero-content > :nth-child(3) { animation-delay: .31s; }
.hero-content > :nth-child(4), .page-hero-content > :nth-child(4) { animation-delay: .44s; }
.hero-date { animation: tbtRise .8s var(--ease) .58s both; }

/* ---- Gestaffeltes Einblenden von Karten/Paketen (reveal) ---- */
.cards > .reveal:nth-child(2), .grid-4 > .reveal:nth-child(2), .packages > .reveal:nth-child(2) { transition-delay: .09s; }
.cards > .reveal:nth-child(3), .grid-4 > .reveal:nth-child(3), .packages > .reveal:nth-child(3) { transition-delay: .18s; }
.cards > .reveal:nth-child(4), .grid-4 > .reveal:nth-child(4), .packages > .reveal:nth-child(4) { transition-delay: .27s; }
.packages > .reveal:nth-child(5) { transition-delay: .36s; }
.voices > .reveal:nth-child(2) { transition-delay: .12s; }

/* ============================================================
   HOVER-INTERAKTIONEN  (nur Geräte mit echtem Zeiger – verhindert
   „klebendes" Hover auf Touchscreens / Smartphones)
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(30, 25, 15, .14);
    border-color: rgba(200, 155, 60, .4);
  }
  .card:hover::after { transform: scaleX(1); }
  .card:hover .card-number { transform: scale(1.08) rotate(-3deg); }

  .stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(30, 25, 15, .12);
    border-color: rgba(200, 155, 60, .4);
  }

  .tag:hover {
    transform: translateY(-2px);
    background: var(--gold-light); border-color: var(--gold);
    box-shadow: 0 6px 14px rgba(200, 155, 60, .28);
  }

  .btn-primary:hover { box-shadow: 0 16px 34px rgba(200, 155, 60, .40); }
  .btn-dark:hover    { box-shadow: 0 16px 34px rgba(25, 26, 29, .36); }
  .btn-outline:hover { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .85); }
  .btn-ghost:hover   { border-color: var(--gold); box-shadow: 0 8px 20px rgba(30, 25, 15, .08); }
  .main-nav .nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(200, 155, 60, .32); }

  .image-frame:hover img { transform: scale(1.05); }

  .voice-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(30, 25, 15, .14); }
  .voice-card:hover .voice-image img { transform: scale(1.05); }

  .package:not(.featured):hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(30, 25, 15, .14);
    border-color: rgba(200, 155, 60, .45);
  }
  .package.featured:hover { transform: translateY(-16px); }

  /* nur box-shadow: der transform ist durch die Einblende-Animation gebunden */
  .hero-date:hover { box-shadow: 0 30px 70px rgba(22, 21, 18, .26); }

  .footer-links a:hover { transform: translateX(3px); }
}

/* ============================================================
   MOBILES MENÜ – iOS/Safari-Feinschliff & stabiles Scroll-Lock
   ============================================================ */
/* Safari braucht das -webkit-Präfix für den Weichzeichner */
.site-header.scrolled, .site-header.inner-header { -webkit-backdrop-filter: blur(14px); }
.image-caption { -webkit-backdrop-filter: blur(8px); }

/* Saubere Taps ohne grauen iOS-Hervorhebungsblitz */
.menu-toggle, .main-nav a, .btn { -webkit-tap-highlight-color: transparent; }
.menu-toggle { touch-action: manipulation; }

@media (max-width: 980px) {
  /* KERNFIX iPhone: backdrop-filter am Header macht diesen zum Containing
     Block für das fixierte Menü -> das Panel kollabiert auf ~0 Höhe. Auf
     Mobilbreite deaktivieren, damit das Menü wieder am Viewport ausgerichtet
     wird (der Header ist hier ohnehin nahezu deckend). */
  .site-header.scrolled, .site-header.inner-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Scroll-Lock, das auch auf dem iPhone hält: Body wird fixiert,
     die Seite hinter dem Menü kann nicht mehr durchscrollen. */
  body.menu-open { position: fixed; left: 0; right: 0; width: 100%; }

  /* Menüpanel: bei wenig Höhe (Querformat) scrollbar, kein Überscrollen
     auf die Seite dahinter und im geschlossenen Zustand wirklich inert
     (nicht fokussierbar, kein horizontales Phantom-Scrollen). */
  .main-nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    visibility: hidden;
    transition: transform .28s var(--ease), visibility 0s linear .28s;
  }
  .menu-open .main-nav {
    visibility: visible;
    transition: transform .28s var(--ease);
  }
}

/* ============================================================
   HERO – dezenter Scroll-Hinweis (nur Startseite, ohne Text)
   ============================================================ */
.scroll-cue {
  position: absolute; z-index: 1; left: 50%; bottom: 26px; margin-left: -13px;
  width: 26px; height: 42px;
  border: 2px solid rgba(255, 255, 255, .6); border-radius: 14px;
  pointer-events: none;
}
.scroll-cue::before {
  content: ""; position: absolute; left: 50%; top: 8px; margin-left: -2px;
  width: 4px; height: 8px; border-radius: 2px; background: var(--gold-light);
  animation: scrollCue 1.8s var(--ease) infinite;
}
@keyframes scrollCue {
  0%   { opacity: 0; transform: translateY(0); }
  30%, 70% { opacity: 1; }
  100% { opacity: 0; transform: translateY(13px); }
}
@media (max-width: 720px) { .scroll-cue { display: none; } }

/* ============================================================
   STATEMENT (fette Kernaussage, ersetzt die Statistik-Zeile)
   ============================================================ */
.statement {
  max-width: 880px;
  margin: 6px auto 34px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.05rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  text-wrap: balance;
}
.statement::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 0 auto 22px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
}
.section-dark .statement { color: var(--white); }

/* ============================================================
   BEWERBUNGS-CTA auf der Startseite (Icon + zentrierter Aufruf)
   ============================================================ */
.apply-cta {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.apply-icon {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(200, 155, 60, .3);
}
.apply-icon svg { width: 30px; height: 30px; }
.apply-cta .eyebrow { justify-content: center; }

/* ============================================================
   BEWERBUNG – Hinweis „kostenlos dank Patenschaft, nur Zeit"
   ============================================================ */
.free-note,
.participation-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 22px 24px;
  background: var(--gold-pale);
  border: 1px solid rgba(200, 155, 60, .24);
  border-radius: 16px;
}
.participation-note {
  display: grid;
  gap: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(30, 25, 15, .06);
}
.participation-note-wide {
  margin-top: 38px;
  padding: 34px;
  background:
    radial-gradient(circle at 94% 12%, rgba(200, 155, 60, .16), transparent 32%),
    linear-gradient(135deg, #fffaf0, #f7ecd0);
  border-color: rgba(200, 155, 60, .36);
  box-shadow: 0 22px 55px rgba(30, 25, 15, .1);
}
.participation-note-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.participation-note-wide .participation-note-head {
  gap: 20px;
  align-items: center;
  max-width: 960px;
}
.participation-note-wide .free-note-icon {
  width: 58px;
  height: 58px;
}
.participation-note-wide .free-note-icon svg { width: 27px; height: 27px; }
.free-note-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(200, 155, 60, .28);
}
.free-note-icon svg { width: 22px; height: 22px; }
.free-note strong,
.participation-note strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 1.05rem; }
.participation-note-wide strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.2;
}
.free-note p,
.participation-note p { margin: 0; color: var(--text); font-size: .95rem; line-height: 1.6; }
.participation-note-wide > .participation-note-head p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1rem;
}
.participation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.participation-steps div {
  padding: 22px 20px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(200, 155, 60, .18);
  border-radius: 14px;
}
.participation-note-wide .participation-steps div {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(30, 25, 15, .06);
}
.participation-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 9px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 3px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(200, 155, 60, .28);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .05em;
}
.participation-steps strong { font-size: .98rem; }
.participation-steps p { color: var(--muted); font-size: .87rem; line-height: 1.45; }
.participation-note-text {
  padding: 22px 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(200, 155, 60, .28);
  border-left: 5px solid var(--gold);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(30, 25, 15, .06);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  font-weight: 700;
  line-height: 1.55;
}
.section-sm > .container > .free-note { margin-top: 0; }
