/*
Theme Name:  Holzhauer Stiftung
Theme URI:   https://holzhauer-stiftung.de
Description: Premium Stiftungs-Theme mit CPT Projekte, Mega-Navigation und modernem Card-Layout. Entwickelt von Skwirba.
Author:      Skwirba
Author URI:  https://skwirba.de
Version:     2.0.0
License:     GPL-2.0-or-later
Text Domain: holzhauer
Tags:        nonprofit, charity, custom-menu, featured-images
*/

/* ═══════════════════════════════════════════
   0. RESET & CUSTOM PROPERTIES
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:        #201f5f;
  --blue-dark:   #171655;
  --blue-mid:    #2d2c7a;
  --blue-pale:   #eeeef7;
  --yellow:      #f9a90f;
  --yellow-dark: #d98e0a;
  --yellow-pale: #fef6e0;
  --dark:        #1a1a1a;
  --gray:        #4a4a4a;
  --gray-mid:    #767676;
  --gray-light:  #f4f4f6;
  --border:      #dddde8;
  --white:       #ffffff;
  --serif:       'Lora', Georgia, serif;
  --sans:        'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  --max:         1160px;
  --r:           4px;
  --shadow-sm:   0 1px 4px rgba(32,31,95,.06);
  --shadow-md:   0 4px 20px rgba(32,31,95,.09);
  --shadow-lg:   0 12px 40px rgba(32,31,95,.14);
  --shadow-xl:   0 24px 64px rgba(32,31,95,.18);
  --ease:        cubic-bezier(.25,.46,.45,.94);
  --t-fast:      .16s var(--ease);
  --t-mid:       .26s var(--ease);
  --t-slow:      .44s var(--ease);
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--gray); background: var(--white); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ═══════════════════════════════════════════
   1. LAYOUT UTILITIES
═══════════════════════════════════════════ */
.container { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 1rem; }
.section-tag::before, .section-tag::after { content: ''; width: 22px; height: 2px; background: var(--yellow); border-radius: 1px; }
.section-header h2 { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.6rem); color: var(--blue); font-weight: 400; line-height: 1.22; letter-spacing: -.01em; }
.section-header p { font-size: 16.5px; color: var(--gray-mid); max-width: 540px; margin: 1rem auto 0; line-height: 1.75; font-weight: 300; }

/* ═══════════════════════════════════════════
   2. BUTTONS
═══════════════════════════════════════════ */
.btn-yellow { background: var(--yellow); color: var(--blue); padding: 13px 28px; border-radius: var(--r); font-size: 14px; font-weight: 600; font-family: var(--sans); display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast); }
.btn-yellow:hover { background: var(--yellow-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,169,15,.35); }

.btn-ghost-white { background: transparent; color: rgba(255,255,255,.85); padding: 12px 26px; border-radius: var(--r); font-size: 14px; font-weight: 400; font-family: var(--sans); border: 1.5px solid rgba(255,255,255,.3); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: border-color var(--t-fast), background var(--t-fast); }
.btn-ghost-white:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); }

.btn-outline-blue { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--blue); color: var(--blue); padding: 11px 26px; border-radius: var(--r); font-size: 14px; font-weight: 600; font-family: var(--sans); background: transparent; cursor: pointer; transition: background var(--t-fast), color var(--t-fast), transform var(--t-fast); }
.btn-outline-blue:hover { background: var(--blue); color: var(--white); transform: translateY(-2px); }

.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 14px; font-weight: 600; transition: gap var(--t-fast); }
.text-link:hover { gap: 11px; }
.text-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

.badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; }
.badge--green { background: #e8f5e9; color: #2e7d32; }
.badge--grey  { background: var(--gray-light); color: var(--gray-mid); }
.badge--amber { background: var(--yellow-pale); color: #b45309; }

/* ═══════════════════════════════════════════
   3. NAVIGATION
═══════════════════════════════════════════ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--white); border-bottom: 3px solid var(--yellow); box-shadow: var(--shadow-md); transition: box-shadow var(--t-mid); }
.site-header.scrolled { box-shadow: var(--shadow-lg); }

.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 70px; }

.nav__logo { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.nav__logo img { height: 46px; width: auto; }
.nav__logo-text { display: flex; flex-direction: column; line-height: 1.25; }
.nav__logo-name { font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--blue); }
.nav__logo-sub  { font-size: 11px; font-weight: 300; color: var(--gray-mid); }

.nav__list { display: flex; align-items: stretch; list-style: none; height: 70px; }
.nav__item  { position: relative; display: flex; align-items: center; }

.nav__link { display: flex; align-items: center; gap: 5px; padding: 0 15px; height: 100%; font-size: 13.5px; color: var(--gray); font-weight: 400; font-family: var(--sans); white-space: nowrap; cursor: pointer; background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -3px; transition: color var(--t-fast), border-color var(--t-fast); text-decoration: none; }
.nav__chevron { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2.5; transition: transform var(--t-fast); }
.nav__item:hover > .nav__link, .nav__item--active > .nav__link, .nav__item.open > .nav__link { color: var(--blue); border-bottom-color: var(--yellow); }
.nav__item.open .nav__chevron { transform: rotate(180deg); }

.nav__mega { position: absolute; top: calc(100% + 3px); left: 50%; transform: translateX(-50%) translateY(-6px); background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--yellow); border-radius: 0 0 8px 8px; box-shadow: var(--shadow-xl); opacity: 0; pointer-events: none; transition: opacity var(--t-fast), transform var(--t-fast); z-index: 200; }
.nav__item.open .nav__mega { opacity: 1; pointer-events: all; transform: translateX(-50%) translateY(0); }

.nav__mega--simple { width: 220px; padding: .625rem 0; }
.nav__mega--simple a { display: block; padding: 9px 20px; font-size: 13.5px; color: var(--gray); transition: background var(--t-fast), color var(--t-fast); }
.nav__mega--simple a:hover { background: var(--blue-pale); color: var(--blue); }
.mega-divider { height: 1px; background: var(--border); margin: 5px 0; }

.nav__mega--wide { width: 580px; display: grid; grid-template-columns: 1fr 1fr; }
.mega-col { padding: 1.5rem; }
.mega-col + .mega-col { border-left: 1px solid var(--border); }
.mega-col-title { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow-dark); font-weight: 600; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--border); }

.mega-card { display: flex; align-items: flex-start; gap: 10px; padding: 9px 10px; border-radius: var(--r); transition: background var(--t-fast); text-decoration: none; }
.mega-card:hover { background: var(--blue-pale); }
.mega-card__icon { width: 36px; height: 36px; border-radius: var(--r); background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mega-card__icon svg { width: 16px; height: 16px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.mega-card__name { font-size: 13.5px; color: var(--blue); font-weight: 600; line-height: 1.2; margin-bottom: 2px; }
.mega-card__desc { font-size: 12px; color: #888; line-height: 1.45; font-weight: 300; }

.nav__mega--news { width: 400px; }
.mega-news-header { padding: 1rem 1.25rem .75rem; border-bottom: 1px solid var(--border); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow-dark); font-weight: 600; }
.mega-news-item { display: flex; gap: 12px; align-items: flex-start; padding: 12px 1.25rem; border-bottom: 1px solid var(--border); transition: background var(--t-fast); text-decoration: none; }
.mega-news-item:hover { background: var(--blue-pale); }
.mega-news-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; margin-top: 5px; }
.mega-news-title { font-size: 13px; color: var(--blue); font-weight: 500; line-height: 1.3; margin-bottom: 3px; }
.mega-news-date  { font-size: 11px; color: #aaa; font-weight: 300; }
.mega-news-footer { padding: .75rem 1.25rem; background: #fafaf8; border-radius: 0 0 8px 8px; }
.mega-news-all { font-size: 12px; color: var(--blue); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.mega-news-all svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }

.nav__mega--help { width: 520px; display: grid; grid-template-columns: 1fr 180px; }
.mega-help-links { padding: 1.25rem; }
.mega-help-cta { background: var(--blue); padding: 1.5rem 1.25rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: 0 0 8px 0; }
.mega-help-cta-label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: .5rem; }
.mega-help-cta-title { font-family: var(--serif); font-size: 16px; color: var(--white); line-height: 1.3; margin-bottom: 1rem; }
.mega-help-cta-btn { background: var(--yellow); color: var(--blue); font-size: 12px; font-weight: 600; font-family: var(--sans); border: none; border-radius: 3px; padding: 9px 14px; cursor: pointer; display: block; text-align: center; transition: background var(--t-fast); }
.mega-help-cta-btn:hover { background: var(--yellow-dark); }

.nav__cta { background: var(--yellow); color: var(--blue); padding: 9px 20px; border-radius: var(--r); font-size: 13.5px; font-weight: 600; font-family: var(--sans); border: none; cursor: pointer; white-space: nowrap; transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast); display: flex; align-items: center; gap: 7px; margin-left: 8px; text-decoration: none; }
.nav__cta:hover { background: var(--yellow-dark); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(249,169,15,.4); }
.nav__cta svg { width: 13px; height: 13px; fill: none; stroke: var(--blue); stroke-width: 2; }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--blue); border-radius: 1px; transition: transform var(--t-fast), opacity var(--t-fast); }

/* ═══════════════════════════════════════════
   4. HERO
═══════════════════════════════════════════ */
.hero { position: relative; height: 100vh; min-height: 620px; overflow: hidden; display: flex; align-items: flex-end; padding-top: 0; }
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide  { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s var(--ease); }
.hero__slide.active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__vignette { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(10,9,40,.98) 0%, rgba(10,9,40,.85) 35%, rgba(10,9,40,.6) 65%, rgba(10,9,40,.3) 100%), linear-gradient(to right, rgba(10,9,40,.95) 0%, rgba(10,9,40,.7) 40%, rgba(10,9,40,.2) 70%, transparent 100%); }
.hero__accent-line { display: none; }
.hero__content { position: relative; z-index: 2; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 2rem 8rem; }
.hero__content-inner { max-width: 650px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); font-weight: 400; margin-bottom: 1.25rem; }
.hero__eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--yellow); border-radius: 1px; }
.hero__title { font-family: var(--serif); font-size: clamp(2.4rem, 5.5vw, 4.25rem); color: var(--white); font-weight: 400; line-height: 1.12; margin-bottom: 1.25rem; letter-spacing: -.02em; }
.hero__title em { font-style: italic; color: var(--yellow); }
.hero__lead { font-size: 17.5px; color: rgba(255,255,255,.72); line-height: 1.78; font-weight: 300; margin-bottom: 2.25rem; max-width: 520px; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__dots { position: absolute; bottom: 2.25rem; right: 2.25rem; z-index: 3; display: flex; gap: 8px; align-items: center; }
.hero__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.32); border: none; cursor: pointer; padding: 0; transition: background var(--t-mid), transform var(--t-mid); }
.hero__dot.active { background: var(--yellow); transform: scale(1.4); }
.hero__scroll { position: absolute; bottom: 2.75rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; animation: scrollBounce 2.4s infinite; }
.hero__scroll-line { width: 1px; height: 38px; background: linear-gradient(to bottom, rgba(255,255,255,.38), transparent); }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* ═══════════════════════════════════════════
   5. TRUST BAR
═══════════════════════════════════════════ */
.trust-bar { background: var(--yellow); padding: 1.375rem 0; }
.trust-bar__inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem; display: flex; justify-content: center; gap: 3.5rem; flex-wrap: wrap; align-items: center; }
.trust-bar__item { display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 14px; font-weight: 600; }
.trust-bar__item svg { width: 17px; height: 17px; fill: none; stroke: var(--blue); stroke-width: 1.8; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   6. MISSION
═══════════════════════════════════════════ */
.mission { padding: 6rem 0 7rem; background: var(--white); }
.mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; align-items: center; }
.yellow-bar { width: 44px; height: 3px; background: var(--yellow); border-radius: 1.5px; margin-bottom: 1.875rem; }
.mission__text h2 { font-family: var(--serif); font-size: clamp(1.75rem, 2.8vw, 2.5rem); color: var(--blue); font-weight: 400; line-height: 1.25; margin-bottom: 1.625rem; letter-spacing: -.01em; }
.mission__text p  { color: var(--gray); line-height: 1.82; margin-bottom: 1.25rem; font-size: 16px; font-weight: 300; }
.mission__text p strong { color: var(--blue); font-weight: 600; }
.mission__images { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 200px; gap: 12px; }
.mission__img-a { grid-column: 1; grid-row: 1; border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); }
.mission__img-b { grid-column: 2; grid-row: 1 / 3; border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); }
.mission__img-c { grid-column: 1; grid-row: 2; border-radius: var(--r); background: var(--yellow); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; transition: background var(--t-mid); }
.mission__img-c:hover { background: var(--yellow-dark); }
.mission__img-a img, .mission__img-b img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.mission__img-a:hover img, .mission__img-b:hover img { transform: scale(1.04); }
.mission__badge-num   { font-family: var(--serif); font-size: 3.25rem; font-weight: 700; color: var(--blue); line-height: 1; }
.mission__badge-label { font-size: 12px; font-weight: 600; color: var(--blue); letter-spacing: .04em; text-transform: uppercase; }

/* ═══════════════════════════════════════════
   7. PILLARS
═══════════════════════════════════════════ */
.pillars { padding: 5.5rem 0; background: var(--blue); width: 100%; }
.pillars .section-header h2 { color: #ffffff; }
.pillars .section-header p  { color: rgba(255,255,255,.55); }
.pillars .section-tag { color: var(--yellow); }
.pillars .section-tag::before, .pillars .section-tag::after { background: rgba(249,169,15,.5); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pillar { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-top: 3px solid var(--yellow); border-radius: var(--r); padding: 2.25rem 1.875rem; transition: background var(--t-mid), transform var(--t-mid); }
.pillar:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.pillar__icon { width: 48px; height: 48px; background: rgba(249,169,15,.15); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin-bottom: 1.375rem; }
.pillar__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--yellow); stroke-width: 1.5; }
.pillar h3 { font-family: var(--serif); font-size: 2.5rem; color: #ffffff !important; font-weight: 700; margin-bottom: .625rem; line-height: 1.1; }
.pillar p  { font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.7; font-weight: 300; }

/* ═══════════════════════════════════════════
   8. PROJEKTE
═══════════════════════════════════════════ */
.projekte { padding: 6rem 0 7rem; background: var(--white); }
.projekte__layout { display: grid; grid-template-columns: 1fr 340px; gap: 1.5rem; margin-bottom: 1.5rem; }
.projekt-feature { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; text-decoration: none; background: var(--white); transition: box-shadow var(--t-mid), transform var(--t-mid); }
.projekt-feature:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.projekt-feature__img { position: relative; height: 340px; overflow: hidden; flex-shrink: 0; background: var(--blue-pale); }
.projekt-feature__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.projekt-feature:hover .projekt-feature__img img { transform: scale(1.04); }
.projekt-feature__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(32,31,95,.48) 0%, transparent 60%); }
.projekt-feature__badge { position: absolute; top: 1.125rem; left: 1.125rem; background: var(--yellow); color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 2px; }
.projekt-feature__body { padding: 2rem 2.25rem; flex: 1; }
.projekt-cat { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--yellow-dark); font-weight: 600; margin-bottom: .625rem; }
.projekt-feature__body h3 { font-family: var(--serif); font-size: 1.6rem; color: var(--blue); font-weight: 600; line-height: 1.28; margin-bottom: .875rem; }
.projekt-feature__body p { font-size: 15px; color: var(--gray-mid); line-height: 1.78; margin-bottom: 1.375rem; font-weight: 300; }
.projekt-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 13px; font-weight: 600; transition: gap var(--t-fast); }
.projekt-link:hover { gap: 11px; }
.projekt-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.projekte__sidebar { display: flex; flex-direction: column; gap: 1rem; }
.projekt-card { display: flex; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; text-decoration: none; background: var(--white); transition: box-shadow var(--t-mid), transform var(--t-mid); flex: 1; }
.projekt-card:hover { box-shadow: var(--shadow-md); transform: translateX(3px); }
.projekt-card__img { width: 115px; flex-shrink: 0; background: var(--blue-pale); overflow: hidden; }
.projekt-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-mid); }
.projekt-card:hover .projekt-card__img img { transform: scale(1.07); }
.projekt-card__body { padding: 1.125rem 1.25rem; display: flex; flex-direction: column; justify-content: center; }
.projekt-card__body .projekt-cat { margin-bottom: .4rem; }
.projekt-card__body h4 { font-family: var(--serif); font-size: 15px; color: var(--blue); font-weight: 600; line-height: 1.3; margin-bottom: .4rem; }
.projekt-card__body p { font-size: 12.5px; color: var(--gray-mid); line-height: 1.6; font-weight: 300; }
.projekte__leistungen { display: flex; flex-wrap: wrap; border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 2.75rem; overflow: hidden; }
.leistung__item { flex: 1; min-width: 160px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 1.625rem 1rem; text-align: center; border-right: 1px solid var(--border); background: var(--gray-light); transition: background var(--t-fast); }
.leistung__item:last-child { border-right: none; }
.leistung__item:hover { background: var(--blue-pale); }
.leistung__item svg { width: 22px; height: 22px; stroke: var(--blue); fill: none; flex-shrink: 0; }
.leistung__item span { font-size: 12.5px; color: var(--blue); font-weight: 600; line-height: 1.35; }
.projekte__cta { text-align: center; }

/* ═══════════════════════════════════════════
   9. NEWS
═══════════════════════════════════════════ */
.news { padding: 6rem 0 7rem; background: var(--gray-light); }
.news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.news-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: transform var(--t-mid), box-shadow var(--t-mid); display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.news-card__img { aspect-ratio: 16/9; overflow: hidden; background: var(--blue-pale); }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.news-card:hover .news-card__img img { transform: scale(1.05); }
.news-card__top { height: 3px; background: var(--yellow); }
.news-card__body { padding: 1.5rem 1.625rem 1.625rem; display: flex; flex-direction: column; flex: 1; }
.news-label { display: inline-block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); font-weight: 700; background: var(--blue-pale); padding: 3px 9px; border-radius: 2px; margin-bottom: .875rem; align-self: flex-start; }
.news-card h3 { font-family: var(--serif); font-size: 17.5px; color: var(--blue); font-weight: 600; line-height: 1.32; margin-bottom: .75rem; }
.news-card p { font-size: 14px; color: var(--gray-mid); line-height: 1.65; margin-bottom: 1rem; font-weight: 300; flex: 1; }
.news-card__foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: .875rem; margin-top: auto; }
.news-date { font-size: 12px; color: #9e9e9e; }
.news-link { font-size: 12px; color: var(--blue); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; transition: gap var(--t-fast); }
.news-link:hover { gap: 8px; }
.news-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }
.news__secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.news-tile { display: flex; gap: 12px; align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: .875rem; text-decoration: none; transition: box-shadow var(--t-fast); }
.news-tile:hover { box-shadow: var(--shadow-md); }
.news-tile img { width: 64px; height: 48px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.news-tile__title { font-size: 13px; color: var(--blue); font-weight: 600; line-height: 1.3; margin-bottom: 3px; }
.news-tile__date  { font-size: 11px; color: #aaa; }
.news__cta { text-align: center; margin-top: 2.75rem; }

/* ═══════════════════════════════════════════
   10. HELFEN
═══════════════════════════════════════════ */
.help { padding: 6rem 0 7rem; background: var(--white); }
.help__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.help-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 2.375rem; position: relative; overflow: hidden; transition: box-shadow var(--t-mid), transform var(--t-mid); }
.help-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform var(--t-mid); }
.help-card:hover::before { transform: scaleX(1); }
.help-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.help-card__icon { width: 52px; height: 52px; background: var(--yellow-pale); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.help-card__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.help-card h3 { font-family: var(--serif); font-size: 20px; color: var(--blue); font-weight: 600; margin-bottom: .625rem; }
.help-card p  { font-size: 14.5px; color: var(--gray-mid); line-height: 1.75; margin-bottom: 1.5rem; font-weight: 300; }
.help-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 13px; font-weight: 600; transition: gap var(--t-fast); }
.help-link:hover { gap: 11px; }
.help-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ═══════════════════════════════════════════
   11. SPENDEN CTA
═══════════════════════════════════════════ */
.spenden { padding: 5.5rem 0; background: var(--blue); position: relative; overflow: hidden; }
.spenden::before { content: ''; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--yellow); }
.spenden__inner { max-width: 800px; margin: 0 auto; padding: 0 2rem; text-align: center; }
.spenden h2 { font-family: var(--serif); font-size: clamp(1.75rem, 3.5vw, 2.75rem); color: var(--white); font-weight: 400; line-height: 1.22; margin-bottom: 1.125rem; letter-spacing: -.01em; }
.spenden h2 em { font-style: italic; color: var(--yellow); }
.spenden__lead { color: rgba(255,255,255,.58); font-size: 16.5px; line-height: 1.75; margin-bottom: 2.75rem; font-weight: 300; }
.bank-box { background: rgba(255,255,255,.06); border: 1px solid rgba(249,169,15,.2); border-radius: var(--r); padding: 1.625rem 2rem; margin-bottom: 2rem; text-align: left; }
.bank-box__label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); font-weight: 600; margin-bottom: 1rem; }
.bank-accounts { display: flex; gap: 3rem; flex-wrap: wrap; }
.bank-account h4 { font-size: 11px; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .375rem; font-weight: 300; }
.bank-account p  { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.6; font-weight: 300; }
.bank-account .iban { font-size: 15.5px; font-weight: 600; color: var(--white); letter-spacing: .03em; }
.bank-note { font-size: 12px; color: rgba(255,255,255,.28); margin-top: 1rem; font-style: italic; }
.spenden__actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ═══════════════════════════════════════════
   12. PARTNER
═══════════════════════════════════════════ */
.partners { padding: 3.25rem 0; border-top: 1px solid var(--border); background: var(--white); }
.partners__label { text-align: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-mid); margin-bottom: 1.875rem; }
.partners__logos { display: flex; gap: 1.5rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.partner-logo { font-size: 13px; color: #aaa; padding: .5rem 1.5rem; border: 1px solid var(--border); border-radius: 2px; transition: border-color var(--t-fast), color var(--t-fast); }
.partner-logo:hover { border-color: var(--yellow); color: var(--blue); }

/* ═══════════════════════════════════════════
   13. FOOTER
═══════════════════════════════════════════ */
.site-footer { background: var(--blue); padding: 4.5rem 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; margin-bottom: 3.25rem; }
.footer__brand-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 1.375rem; }
.footer__brand-logo img { height: 40px; width: auto; }
.footer__brand-name { font-family: var(--serif); font-size: 14.5px; color: var(--white); font-weight: 600; }
.footer__brand-sub  { font-size: 11px; color: rgba(255,255,255,.38); font-weight: 300; }
.footer__brand p { font-size: 13px; color: rgba(255,255,255,.36); line-height: 1.75; max-width: 270px; font-weight: 300; }
.footer__col h4 { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.125rem; font-weight: 600; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: .625rem; }
.footer__col li a { font-size: 13px; color: rgba(255,255,255,.38); transition: color var(--t-fast); font-weight: 300; }
.footer__col li a:hover { color: var(--yellow); }
.footer__col .footer-address { font-size: 13px; color: rgba(255,255,255,.22); font-weight: 300; padding-top: .25rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 1.625rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer__bottom p { font-size: 11px; color: rgba(255,255,255,.2); font-weight: 300; }
.footer__legal { display: flex; gap: 1.5rem; }
.footer__legal a { font-size: 11px; color: rgba(255,255,255,.2); transition: color var(--t-fast); }
.footer__legal a:hover { color: rgba(255,255,255,.55); }

/* ═══════════════════════════════════════════
   14. INNER PAGES
═══════════════════════════════════════════ */
.page-hero { background: var(--blue); padding: 7rem 0 4rem; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, var(--yellow), var(--yellow-dark)); }
.page-hero__eyebrow { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: .875rem; display: flex; align-items: center; gap: 8px; }
.page-hero__eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--yellow); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(1.875rem, 4vw, 3.25rem); color: var(--white); font-weight: 400; line-height: 1.2; letter-spacing: -.015em; max-width: 700px; }
.page-hero__meta { margin-top: 1.375rem; display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.page-hero__date { font-size: 13px; color: rgba(255,255,255,.42); }
.page-hero__cat  { background: var(--yellow); color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; }

.content-wrap { padding: 4rem 0 7rem; }
.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: start; }
.content-main { min-width: 0; }

/* ═══════════════════════════════════════════
   15. ENTRY CONTENT PROSE
═══════════════════════════════════════════ */
.entry-content h2 { font-family: var(--serif); font-size: 1.65rem; color: var(--blue); font-weight: 600; line-height: 1.25; margin: 2.25rem 0 .875rem; letter-spacing: -.01em; }
.entry-content h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--blue); font-weight: 600; line-height: 1.28; margin: 1.875rem 0 .75rem; }
.entry-content p  { margin-bottom: 1.375rem; line-height: 1.82; font-size: 16px; }
.entry-content ul, .entry-content ol { margin: 0 0 1.375rem 1.5rem; }
.entry-content li { line-height: 1.75; margin-bottom: .375rem; }
.entry-content a  { color: var(--blue); font-weight: 500; border-bottom: 1px solid var(--yellow); transition: background var(--t-fast); }
.entry-content a:hover { background: var(--yellow-pale); }
.entry-content img { border-radius: var(--r); margin: 1.5rem 0; box-shadow: var(--shadow-md); }
.entry-content blockquote { border-left: 4px solid var(--yellow); padding: 1.25rem 1.625rem; background: var(--yellow-pale); margin: 2rem 0; border-radius: 0 var(--r) var(--r) 0; font-family: var(--serif); font-style: italic; color: var(--blue); font-size: 17px; line-height: 1.65; }

/* ── Full-width sections innerhalb entry-content ── */
.entry-content .pillars,
.entry-content .spenden {
  margin-left:  calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}

/* ── Pillar Farben überschreiben (hardcoded weiß) ── */
.pillars h2            { color: #ffffff; }
.pillars h3            { color: #ffffff; font-size: 1.5rem; font-weight: 700; }
.pillars p             { color: rgba(255,255,255,.85); }
.pillars .section-header h2 { color: #ffffff; }
.pillars .section-header p  { color: rgba(255,255,255,.55); }

/* Sidebar */
.content-sidebar { position: sticky; top: 90px; }
.sidebar-widget { background: var(--gray-light); border: 1px solid var(--border); border-radius: var(--r); padding: 1.625rem; margin-bottom: 1.5rem; }
.sidebar-widget:first-child { border-top: 3px solid var(--yellow); }
.widget__title { font-family: var(--serif); font-size: 15px; color: var(--blue); font-weight: 600; margin-bottom: 1rem; padding-bottom: .625rem; border-bottom: 1px solid var(--border); }

/* ═══════════════════════════════════════════
   16. ARCHIV PROJEKTE
═══════════════════════════════════════════ */
.archive-filter { display: flex; gap: .625rem; flex-wrap: wrap; margin-bottom: 2.75rem; align-items: center; }
.archive-filter__label { font-size: 13px; color: var(--gray-mid); font-weight: 300; margin-right: .375rem; }
.filter-btn { padding: 6px 16px; border-radius: 20px; font-size: 12.5px; font-family: var(--sans); font-weight: 500; border: 1.5px solid var(--border); background: var(--white); color: var(--gray); cursor: pointer; transition: all var(--t-fast); }
.filter-btn:hover, .filter-btn.active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.archive-card { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; text-decoration: none; background: var(--white); transition: box-shadow var(--t-mid), transform var(--t-mid); display: flex; flex-direction: column; }
.archive-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.archive-card__img { aspect-ratio: 4/3; overflow: hidden; background: var(--blue-pale); }
.archive-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.archive-card:hover .archive-card__img img { transform: scale(1.05); }
.archive-card__top { height: 3px; background: var(--yellow); }
.archive-card__body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.archive-card__meta { display: flex; gap: .625rem; align-items: center; margin-bottom: .75rem; flex-wrap: wrap; }
.archive-card h3 { font-family: var(--serif); font-size: 17px; color: var(--blue); font-weight: 600; line-height: 1.3; margin-bottom: .625rem; }
.archive-card p { font-size: 13.5px; color: var(--gray-mid); line-height: 1.65; font-weight: 300; margin-bottom: 1rem; flex: 1; }
.archive-card__detail-item { display: flex; gap: 8px; align-items: center; font-size: 12px; color: var(--gray-mid); margin-bottom: .375rem; }
.archive-card__detail-item svg { width: 13px; height: 13px; stroke: var(--blue); fill: none; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   17. SINGLE PROJEKT
═══════════════════════════════════════════ */
.projekt-meta-box { background: var(--blue); border-radius: var(--r); padding: 1.625rem; margin-bottom: 1.5rem; }
.projekt-meta-box__title { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); font-weight: 600; margin-bottom: 1rem; padding-bottom: .625rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.projekt-meta-row { display: flex; gap: 8px; align-items: flex-start; margin-bottom: .75rem; font-size: 13px; color: rgba(255,255,255,.6); }
.projekt-meta-row svg { width: 14px; height: 14px; stroke: var(--yellow); fill: none; flex-shrink: 0; margin-top: 1px; }
.projekt-meta-row strong { color: var(--white); font-weight: 500; display: block; font-size: 14px; }
.projekt-taxonomy { margin-bottom: 1.5rem; }
.projekt-taxonomy__label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-mid); margin-bottom: .625rem; }
.projekt-taxonomy__terms { display: flex; gap: .5rem; flex-wrap: wrap; }
.taxonomy-term { padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; background: var(--blue-pale); color: var(--blue); transition: background var(--t-fast), color var(--t-fast); text-decoration: none; }
.taxonomy-term:hover { background: var(--blue); color: var(--white); }

/* ═══════════════════════════════════════════
   18. 404 PAGE
═══════════════════════════════════════════ */
.error-404 { min-height: calc(100vh - 70px); display: flex; align-items: center; justify-content: center; padding: 4rem 2rem; background: var(--white); }
.error-404__inner { text-align: center; max-width: 560px; }
.error-404__number { font-family: var(--serif); font-size: clamp(5rem, 18vw, 11rem); font-weight: 700; line-height: 1; background: linear-gradient(135deg, var(--blue) 30%, var(--blue-mid) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .5rem; letter-spacing: -.04em; }
.error-404__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--yellow-pale); margin-bottom: 1.875rem; }
.error-404__icon svg { width: 28px; height: 28px; fill: none; stroke: var(--yellow-dark); stroke-width: 1.5; }
.error-404 h2 { font-family: var(--serif); font-size: 1.875rem; color: var(--blue); font-weight: 400; margin-bottom: 1rem; line-height: 1.25; }
.error-404 p  { font-size: 16px; color: var(--gray-mid); line-height: 1.75; margin-bottom: 2.5rem; font-weight: 300; }
.error-404__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.error-404__search { margin-top: 3rem; }
.error-404__search .search-field { width: 100%; padding: 13px 16px; border: 2px solid var(--border); border-radius: var(--r); font-size: 15px; font-family: var(--sans); transition: border-color var(--t-fast); outline: none; }
.error-404__search .search-field:focus { border-color: var(--blue); }

/* ═══════════════════════════════════════════
   19. SCROLL REVEAL
═══════════════════════════════════════════ */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .3s; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }

.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 3.5rem; flex-wrap: wrap; }
.page-numbers { width: 40px; height: 40px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 500; border: 1.5px solid var(--border); color: var(--gray); background: var(--white); transition: all var(--t-fast); text-decoration: none; }
.page-numbers:hover, .page-numbers.current { background: var(--blue); color: var(--white); border-color: var(--blue); }

/* ═══════════════════════════════════════════
   20. RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .projekte__layout { grid-template-columns: 1fr; }
  .projekte__sidebar { flex-direction: row; flex-wrap: wrap; }
  .projekt-card { flex: 1 1 calc(50% - .5rem); }
  .content-grid { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .mission__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .pillars__grid  { grid-template-columns: 1fr 1fr; }
  .footer__grid   { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .nav__list   { display: none; }
  .nav__burger { display: flex; }
  .nav__list.mobile-open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); box-shadow: var(--shadow-lg); height: auto; padding: 1rem 0; z-index: 99; }
  .nav__list.mobile-open .nav__item { width: 100%; display: block; }
  .nav__list.mobile-open .nav__link { height: auto; padding: 12px 1.5rem; border-bottom: none; margin: 0; width: 100%; }
  .nav__list.mobile-open .nav__mega { display: none !important; }
}
@media (max-width: 768px) {
  .news__grid { grid-template-columns: 1fr 1fr; }
  .news__secondary { grid-template-columns: 1fr; }
  .help__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { padding: 0 1.25rem; }
  .news__grid, .pillars__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .trust-bar__inner { gap: 1.25rem; }
  .bank-accounts { flex-direction: column; gap: 1rem; }
  .mission__images { grid-template-columns: 1fr; grid-template-rows: auto; }
  .mission__img-b, .mission__img-c { grid-column: 1; grid-row: auto; }
  .mission__img-b { aspect-ratio: 16/9; }
  .mission__img-c { padding: 1.5rem; }
  .projekt-card { flex: 1 1 100%; }
  .leistung__item { flex: 1 1 calc(50% - 1px); }
  .archive-grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .hero__actions { flex-direction: column; }
  .hero__actions .btn-yellow, .hero__actions .btn-ghost-white { width: 100%; justify-content: center; }
}


/* ── Footer Kontrast-Upgrade ── */
.footer__brand p        { color: rgba(255,255,255,.65); }
.footer__col li a       { color: rgba(255,255,255,.65); }
.footer__col .footer-address { color: rgba(255,255,255,.45); }
.footer__bottom p       { color: rgba(255,255,255,.45); }
.footer__legal a        { color: rgba(255,255,255,.45); }
.footer__legal a:hover  { color: var(--yellow); }
.footer__col li a:hover { color: var(--yellow); }




/* ── MOBILE NAV FIX ── */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--blue);
  border-radius: 1px;
}

@media (max-width: 1100px) {
  .nav__list   { display: none; }
  .nav__cta    { display: flex; font-size: 0.8rem; padding: 0.5rem 1rem; }
  .nav__burger { display: flex; }
  .nav__logo-name { font-size: 12px; }
  .nav__logo-sub  { font-size: 10px; }
  .nav-inner  { padding: 0 1rem; }

  .nav__list.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px; left: 0; right: 0;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    padding: 1rem 0;
    z-index: 99;
  }
  .nav__list.mobile-open .nav__item { width: 100%; display: block; }
  .nav__list.mobile-open .nav__link { height: auto; padding: 12px 1.5rem; border-bottom: none; margin: 0; width: 100%; font-size: 15px; }
  .nav__list.mobile-open .nav__mega { display: none !important; }
}



/* ── HERO CONTENT FIX ── */
.hero__content {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}



/* cache bust */
.nav__cta { display: flex !important; }
@media (max-width: 1100px) {
  .nav__cta { display: flex !important; font-size: 0.8rem; padding: 0.5rem 1rem; }
}