/* =========================================================
   KEREN HAYESOD – ÜBER UNS
   Storytelling-Seite mit Timeline, Mission, Team, Transparenz
   ========================================================= */

:root {
  --blue-900: #0b2044;
  --blue-800: #15325c;
  --blue-700: #1a3e72;
  --blue-500: #1b81c4;
  --blue-400: #34b7ea;
  --blue-50:  #f4f7fb;
  --ink-900:  #0f172a;
  --ink-700:  #334155;
  --ink-500:  #64748b;
  --ink-300:  #cbd5e1;
  --ink-100:  #e7ecf3;
  --red:      #b20000;
  --red-dark: #8a0000;
  --gold:     #c9a24b;
  --gold-dark: #a6873a;
  --gold-light: #f5efdd;
  --cream:    #faf7f0;
  --green:    #2f8a5a;
  --white:    #ffffff;
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.08);
  --shadow-md: 0 10px 30px rgba(15,23,42,0.10);
  --shadow-lg: 0 25px 60px rgba(15,23,42,0.18);
  --shadow-blue: 0 18px 40px rgba(27,129,196,0.22);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-900);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: var(--blue-500);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--red); }

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--blue-800);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(40px, 5.6vw, 68px); font-weight: 900; letter-spacing: -0.02em; }
h2 { font-size: clamp(30px, 3.8vw, 46px); margin-bottom: 20px; }
h3 { font-size: 22px; margin-bottom: 10px; font-weight: 700; }

p { color: var(--ink-700); }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.container--narrow { max-width: 960px; }
.container--very-narrow { max-width: 760px; }

.section { padding: 110px 0; }
.section--tight { padding: 80px 0; }
.section--alt { background-color: var(--cream); }
.section--dark {
  background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-700) 55%, var(--blue-500) 140%);
  color: var(--white);
}
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark p { color: #dbe4f2; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 13px;
  color: var(--blue-500);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--red);
}
.eyebrow--light { color: var(--blue-400); }
.eyebrow--gold { color: var(--gold-dark); }
.eyebrow--gold::before { background-color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 32px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.3px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s;
  text-decoration: none;
  min-height: 54px;
  line-height: 1.1;
}

.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
  box-shadow: 0 12px 24px rgba(178,0,0,0.28);
}
.btn--primary:hover {
  background-color: var(--red-dark);
  border-color: var(--red-dark);
  color: var(--white);
}

.btn--blue {
  background-color: var(--blue-700);
  color: var(--white);
  border-color: var(--blue-700);
}
.btn--blue:hover {
  background-color: var(--blue-800);
  border-color: var(--blue-800);
  color: var(--white);
}

.btn--ghost {
  background-color: transparent;
  color: var(--blue-800);
  border-color: var(--ink-100);
}
.btn--ghost:hover {
  background-color: var(--blue-800);
  color: var(--white);
  border-color: var(--blue-800);
}

.btn--outline-white {
  background-color: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn--outline-white:hover {
  background-color: var(--white);
  color: var(--blue-800);
}

/* ---------- Header ---------- */
.topbar {
  background-color: var(--blue-900);
  color: var(--white);
  font-size: 13px;
  padding: 10px 0;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar__left { display: flex; gap: 22px; opacity: 0.9; }
.topbar__right { opacity: 0.85; }

.header {
  position: sticky;
  top: 0;
  background-color: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(21,50,92,0.08);
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.logo img { height: 58px; width: auto; }

.nav { display: flex; gap: 30px; margin-left: auto; margin-right: 16px; }
.nav a {
  color: var(--blue-800);
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 6px 0;
}
.nav a.is-active { color: var(--red); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background-color: var(--red);
  transition: width 0.25s;
}
.nav a:hover::after, .nav a.is-active::after { width: 100%; }
.nav a:hover { color: var(--red); }

.header__cta {
  padding: 12px 22px;
  font-size: 13px;
  min-height: 44px;
  text-transform: uppercase;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 100px 0 110px;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('https://keren-hayesod.de/wp-content/uploads/2023/01/masada-mountain-israel-2022-11-15-10-39-35-utc-scaled.jpg');
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(11,32,68,0.92) 0%, rgba(21,50,92,0.72) 55%, rgba(27,129,196,0.38) 100%);
}

.breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: rgba(255,255,255,0.4); }

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--white);
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
}

.hero__eyebrow .dot {
  width: 8px;
  height: 8px;
  background-color: var(--gold);
  border-radius: 50%;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 26px;
  max-width: 920px;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #f5d78a 0%, #c9a24b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__lead {
  font-size: 20px;
  color: #ebeff7;
  max-width: 720px;
  line-height: 1.65;
  margin-bottom: 36px;
}

.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- INTRO (Wer wir sind) ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.intro-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 5/6;
  box-shadow: var(--shadow-lg);
}

.intro-media img { width: 100%; height: 100%; object-fit: cover; }

.intro-media__badge {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background-color: var(--white);
  padding: 24px 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 280px;
}

.intro-media__badge-num {
  font-family: 'Fraunces', serif;
  font-size: 44px;
  font-weight: 900;
  color: var(--gold-dark);
  line-height: 1;
}

.intro-media__badge-text {
  font-size: 13px;
  color: var(--ink-500);
  line-height: 1.4;
}

.intro-media__badge-text strong {
  display: block;
  color: var(--blue-800);
  font-family: 'Fraunces', serif;
  font-size: 15px;
  margin-bottom: 2px;
}

.intro-content h2 { margin-bottom: 24px; }

.intro-content__lead {
  font-size: 20px;
  color: var(--ink-700);
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--blue-800);
}

.intro-content p {
  font-size: 17px;
  color: var(--ink-700);
  line-height: 1.75;
  margin-bottom: 18px;
}

.intro-content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.intro-content__tags span {
  background-color: var(--blue-50);
  color: var(--blue-800);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ---------- STATS-LEISTE ---------- */
.stats-bar {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-700));
  color: var(--white);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.stats-bar::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,75,0.18) 0%, transparent 70%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
}

.stat-item__num {
  font-family: 'Fraunces', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-item__num span { color: var(--gold); }

.stat-item__label {
  font-size: 15px;
  color: #dbe4f2;
  line-height: 1.5;
}

/* ---------- TIMELINE ---------- */
.timeline-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.timeline {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--blue-500) 100%);
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 20px;
  margin-bottom: 40px;
  align-items: start;
}

.timeline-item__year {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 4px var(--white), var(--shadow-md);
}

.timeline-item__year--gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 0 0 4px var(--white), 0 12px 24px rgba(201,162,75,0.35);
}

.timeline-item__year--red {
  background: linear-gradient(135deg, var(--red), #d63a3a);
  box-shadow: 0 0 0 4px var(--white), 0 12px 24px rgba(178,0,0,0.35);
}

.timeline-item__content {
  background-color: var(--white);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-md);
  padding: 24px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}

.timeline-item__content:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.timeline-item__content h3 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--blue-800);
}

.timeline-item__content p {
  font-size: 15px;
  color: var(--ink-700);
  line-height: 1.6;
  margin: 0;
}

.timeline-item--right .timeline-item__content { grid-column: 3; text-align: left; }
.timeline-item--left .timeline-item__content { grid-column: 1; text-align: right; }
.timeline-item--left .timeline-item__year { grid-column: 2; }
.timeline-item--right .timeline-item__year { grid-column: 2; }

/* ---------- Mission-Säulen ---------- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pillar {
  background-color: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  border: 1px solid var(--ink-100);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  text-align: center;
}

.pillar:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}

.pillar__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-400));
  color: var(--white);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-blue);
}

.pillar__icon svg { width: 28px; height: 28px; }

.pillar h3 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.pillar p {
  font-size: 15px;
  color: var(--ink-500);
  line-height: 1.6;
}

/* ---------- WELTWEIT + DEUTSCHLAND ---------- */
.presence-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

.presence-world {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, var(--blue-700), var(--blue-500));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.world-visual {
  text-align: center;
}

.world-visual__globe {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 32px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.25), transparent 50%),
    linear-gradient(135deg, var(--blue-400), var(--blue-500) 40%, var(--blue-800));
  box-shadow: inset -15px -15px 40px rgba(0,0,0,0.35), 0 0 0 4px rgba(255,255,255,0.08), 0 20px 40px rgba(0,0,0,0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--white);
}

.world-visual__globe::after {
  content: "";
  position: absolute;
  inset: -20px;
  border: 1px dashed rgba(255,255,255,0.25);
  border-radius: 50%;
  animation: spin 40s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.world-visual__stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.world-visual__stat {
  text-align: center;
}

.world-visual__stat-num {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.world-visual__stat-label {
  font-size: 13px;
  color: #dbe4f2;
  letter-spacing: 0.3px;
}

.presence-content h2 { margin-bottom: 18px; }

.presence-content p {
  font-size: 17px;
  color: var(--ink-700);
  line-height: 1.7;
  margin-bottom: 28px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.location-card {
  background-color: var(--white);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: all 0.25s;
}

.location-card:hover {
  border-color: var(--blue-500);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.location-card__pin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
  color: var(--blue-500);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.location-card__pin::before {
  content: "📍";
}

.location-card h4 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  color: var(--blue-800);
  margin-bottom: 4px;
}

.location-card__desc {
  font-size: 13px;
  color: var(--ink-500);
}

/* ---------- TEAM / PRÄSIDIUM ---------- */
.team-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

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

.team-card {
  background-color: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--ink-100);
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.team-card__photo {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: 'Fraunces', serif;
  font-size: 54px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}

.team-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11,32,68,0.25) 100%);
}

.team-card--gold .team-card__photo {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}

.team-card--red .team-card__photo {
  background: linear-gradient(135deg, var(--red), #d63a3a);
}

.team-card__body { padding: 24px; }

.team-card__role {
  font-size: 11px;
  font-weight: 900;
  color: var(--gold-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.team-card__name {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--blue-800);
  margin-bottom: 4px;
}

.team-card__focus {
  font-size: 14px;
  color: var(--ink-500);
  line-height: 1.5;
}

/* ---------- TRANSPARENZ ---------- */
.transparency {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-700));
  border-radius: var(--radius-xl);
  color: var(--white);
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}

.transparency h2 { color: var(--white); }
.transparency p { color: #dbe4f2; font-size: 17px; line-height: 1.7; margin-bottom: 26px; }

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

.transparency__stat {
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 24px;
  backdrop-filter: blur(10px);
}

.transparency__stat-num {
  font-family: 'Fraunces', serif;
  font-size: 44px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.transparency__stat-label {
  font-size: 14px;
  color: #dbe4f2;
  line-height: 1.5;
}

.transparency__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  background-color: var(--cream);
  padding: 100px 0;
  text-align: center;
}

.final-cta__inner {
  max-width: 760px;
  margin: 0 auto;
}

.final-cta h2 { margin-bottom: 18px; }

.final-cta p {
  font-size: 19px;
  color: var(--ink-700);
  margin-bottom: 36px;
  line-height: 1.7;
}

.final-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.footer {
  background-color: var(--blue-900);
  color: #bfc9d6;
  padding: 80px 0 26px;
  font-size: 15px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.footer__logo img {
  height: 60px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer p { color: #bfc9d6; font-size: 14px; line-height: 1.7; }

.footer h4 {
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
}

.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a { color: #bfc9d6; font-size: 14px; }
.footer a:hover { color: var(--gold); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
  text-align: center;
  font-size: 13px;
  color: #8b98a8;
}

.mobile-cta { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .intro-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro-media { max-height: 520px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .presence-grid { grid-template-columns: 1fr; gap: 50px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .transparency { grid-template-columns: 1fr; gap: 40px; padding: 40px 36px; }
  .timeline::before { left: 34px; }
  .timeline-item { grid-template-columns: 68px 1fr; gap: 16px; }
  .timeline-item__year { width: 68px; height: 68px; font-size: 22px; grid-column: 1 !important; }
  .timeline-item__content { grid-column: 2 !important; text-align: left !important; }
}

@media (max-width: 768px) {
  .section { padding: 70px 0; }
  .topbar, .nav { display: none; }
  .header__inner { padding: 12px 0; }
  .logo img { height: 46px; }

  .hero { padding: 70px 0 80px; }

  .stats-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .transparency__stats { grid-template-columns: 1fr; }

  .stat-item__num { font-size: 48px; }
  .world-visual__globe { width: 140px; height: 140px; font-size: 36px; }

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

  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background-color: var(--white);
    padding: 12px 16px;
    box-shadow: 0 -8px 20px rgba(0,0,0,0.12);
    z-index: 90;
    gap: 10px;
  }
  .mobile-cta .btn { flex: 1; padding: 14px; font-size: 15px; min-height: 48px; }
  body { padding-bottom: 80px; }
}

/* 16.06.2026 — Sektions-Abstände wiederherstellen (Flatsome padding="0px" Inline-Override schlagen) */
.section{padding-top:74px!important;padding-bottom:74px!important}
.section--tight{padding-top:60px!important;padding-bottom:60px!important}
.trust-bar{padding-top:42px!important;padding-bottom:42px!important}


/* 16.06.2026 — Hero-Hintergrund auf .hero (deckt Section-Padding) → kein navy Leerband mehr */
.hero{background:linear-gradient(120deg,rgba(11,32,68,.9) 0%,rgba(21,50,92,.82) 55%,rgba(27,58,107,.8) 100%),url('https://keren-hayesod.de/wp-content/uploads/2023/01/masada-mountain-israel-2022-11-15-10-39-35-utc-scaled.jpg') center/cover no-repeat!important}
.hero__bg{display:none!important}

/* 16.06.2026 — Transparenz-Panel (Vorstand & Verein) */
.kh-trans{max-width:940px;margin:46px auto 0;background:#f4f7fb;border:1px solid #e7ecf3;border-radius:18px;padding:30px 36px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:26px}
.kh-trans-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 40px;flex:1;min-width:300px}
.kh-trans-item{display:flex;flex-direction:column}
.kh-trans-k{font-size:11px;letter-spacing:1.3px;text-transform:uppercase;color:#64748b;font-weight:900}
.kh-trans-v{font-size:15px;color:#15325c;font-weight:700;margin-top:3px}
@media(max-width:760px){.kh-trans{flex-direction:column;align-items:stretch}.kh-trans-grid{grid-template-columns:1fr}}

/* 16.06.2026 — Präsidium Untertitel */
.team-subhead{text-align:center;font-family:'Fraunces',Georgia,serif;font-weight:600;color:#1b81c4;font-size:15px;letter-spacing:1.5px;text-transform:uppercase;margin:40px 0 18px}
.team-subhead span{color:#8b98a8;font-weight:400;text-transform:none;letter-spacing:0;font-size:14px}

/* 16.06.2026 — 1920 Gründungsfoto in der Timeline */
.timeline-item__img{display:block;width:100%;max-width:340px;height:auto;border-radius:10px;margin-top:14px;box-shadow:0 8px 24px rgba(15,23,42,.16)}
.timeline-item--left .timeline-item__img{margin-left:auto}

/* 16.06.2026 — Intro-Bild (1920-Foto) sauber füllen */
.intro-media{overflow:hidden;aspect-ratio:4/3}
.intro-media img{width:100%;height:100%;object-fit:cover;display:block}

/* privatpersonen Hero-Bild */
.hero__bg{background-image:url("https://keren-hayesod.de/wp-content/uploads/2025/03/Gross-overhead-view-of-jewish-father-hugging-son-in-apar-2024-11-10-23-33-08-utc.jpeg")!important}
