/* ============================================================
   WALDHEIM Lernhaus — Naturverbunden & Organisch
   Cream-Basis + Moosgrün + Lehm. Bricolage Grotesque mit Wonk-Achse,
   Inter Body, Caveat als handgeschriebener Akzent. Organische Border-
   Radii, Blob-Bilder, asymmetrische Layouts, weiche Schatten.
   ============================================================ */

:root {
  /* Erd-Welt */
  --paper:        #f4ede1;     /* warm cream off-white */
  --paper-soft:   #f9f4e9;     /* lighter cream */
  --paper-deep:   #ebe1cf;     /* deeper cream for sections */
  --surface:      #fcfaf3;
  --surface-warm: #f7eede;

  /* Moosgrün primär */
  --moss:         #4a5d3a;     /* deep moss green */
  --moss-mid:     #6b8260;     /* mid green */
  --moss-light:   #88a37c;     /* lighter sage */
  --moss-soft:    rgba(74, 93, 58, 0.10);
  --moss-glow:    rgba(107, 130, 96, 0.22);

  /* Lehm sekundär */
  --clay:         #b88a5e;     /* warm clay */
  --clay-deep:    #8e6242;     /* deeper clay/cocoa */
  --clay-light:   #d8b08c;     /* light apricot-clay */
  --clay-soft:    rgba(184, 138, 94, 0.12);

  /* Tinte (warm-anthrazit, nie pure black) */
  --bark:         #3d2e1f;     /* deep brown for richest text */
  --ink:          #2a2a23;     /* default text — warm anthracite */
  --ink-soft:     #4a4538;
  --ink-mid:      #6a6453;
  --ink-muted:    #968f7d;
  --line:         #d8cdb8;
  --line-soft:    #e6dcc4;

  /* Status */
  --danger:       #a64a2e;
  --danger-soft:  rgba(166, 74, 46, 0.08);
  --success:      #4a5d3a;
  --success-soft: rgba(74, 93, 58, 0.10);

  /* Schatten — weich, erdig getönt */
  --shadow-sm: 0 1px 2px rgba(61, 46, 31, 0.05);
  --shadow-md: 0 8px 22px rgba(61, 46, 31, 0.08);
  --shadow-lg: 0 16px 38px rgba(61, 46, 31, 0.10);
  --shadow-xl: 0 28px 58px rgba(61, 46, 31, 0.14);

  /* Radius — bewusst rund */
  --r-sm: 10px;
  --r-md: 22px;
  --r-lg: 36px;
  --r-pill: 999px;

  /* Blob-Shapes (organic border-radius) */
  --blob-1: 64% 36% 52% 48% / 50% 60% 40% 50%;
  --blob-2: 38% 62% 58% 42% / 56% 44% 56% 44%;
  --blob-3: 52% 48% 64% 36% / 60% 50% 50% 40%;

  --container: 1200px;
  --container-narrow: 880px;
  --container-text: 680px;
  --nav-h: 84px;
  --t-fast: 200ms cubic-bezier(.22,.61,.36,1);
  --t-mid:  340ms cubic-bezier(.22,.61,.36,1);

    --demo-banner-bg: #4a5d3a;
    --demo-banner-fg: #f4ede1;
    --demo-banner-accent: #b88a5e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  padding-top: var(--nav-h);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

::selection { background: var(--moss); color: var(--paper); }

/* ─── TYPO ──────────────────────────────────────────────────── */

h1, h2, h3, h4 {
  font-family: 'Bricolage Grotesque', 'Inter', -apple-system, sans-serif;
  font-weight: 600;
  font-variation-settings: "wdth" 100, "opsz" 32;
  line-height: 1.04;
  letter-spacing: -0.018em;
  margin: 0 0 0.5em;
  color: var(--bark);
}
h1 {
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  font-weight: 600;
  font-variation-settings: "wdth" 96, "opsz" 96;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.012em;
}
h4 {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  color: var(--moss);
  font-family: 'Caveat', 'Bricolage Grotesque', cursive;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.04em;
  display: inline-block;
  transform: rotate(-1.2deg);
}

p { margin: 0 0 1em; color: var(--ink-soft); max-width: 64ch; }
p.lead {
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink);
  font-weight: 400;
}

/* Handschriftlicher Akzent — Annotations */
.handnote {
  font-family: 'Caveat', 'Comic Sans MS', cursive;
  font-size: 1.45rem;
  color: var(--clay-deep);
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  transform: rotate(-1deg);
}
.handnote--moss { color: var(--moss); }

/* ─── KICKERS / LABELS ──────────────────────────────────────── */

.kicker {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.kicker::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--moss);
  border-radius: 999px;
}
.kicker--paper { color: var(--paper); }
.kicker--paper::before { background: var(--paper); }
.kicker--clay { color: var(--clay-deep); }
.kicker--clay::before { background: var(--clay); }

/* ─── LAYOUT ────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) { .container { padding: 0 22px; } }
.container--narrow { max-width: var(--container-narrow); }
.container--text { max-width: var(--container-text); }

.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section--paper { background: var(--paper); }
.section--cream { background: var(--paper-soft); }
.section--warm { background: var(--surface-warm); }
.section--moss { background: var(--moss); color: var(--paper); }
.section--moss h1, .section--moss h2, .section--moss h3 { color: var(--paper); }
.section--moss p { color: rgba(244, 237, 225, 0.84); }
.section--moss h1 em, .section--moss h2 em { color: var(--clay-light); }
.section--moss .kicker { color: var(--paper); }
.section--moss .kicker::before { background: var(--paper); }

/* Decorative blob behind sections */
.section--with-blob { overflow: hidden; }
.section__blob {
  position: absolute;
  width: 540px; height: 540px;
  background: var(--moss-glow);
  border-radius: var(--blob-1);
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.section__blob--clay { background: var(--clay-soft); border-radius: var(--blob-2); opacity: 0.7; }
.section__blob--tl { top: -220px; left: -220px; }
.section__blob--tr { top: -260px; right: -200px; }
.section__blob--br { bottom: -220px; right: -220px; }
.section__blob--bl { bottom: -260px; left: -200px; }
.section > .container { position: relative; z-index: 1; }

/* ─── BUTTONS ───────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all var(--t-fast);
  text-align: center;
  background: var(--moss);
  color: var(--paper);
  text-decoration: none;
}
.btn:hover {
  background: var(--bark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--moss);
}
.btn--ghost:hover {
  background: var(--moss);
  color: var(--paper);
}
.btn--clay {
  background: var(--clay-deep);
  color: var(--paper);
}
.btn--clay:hover { background: var(--bark); }
.btn--paper {
  background: var(--paper);
  color: var(--moss);
  border-color: var(--paper);
}
.btn--paper:hover { background: var(--clay-light); border-color: var(--clay-light); color: var(--bark); }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

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

/* ─── NAV ───────────────────────────────────────────────────── */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  background: rgba(244, 237, 225, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
}
.nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--bark);
}
.nav__brand-mark {
  width: 44px; height: 44px;
  background: var(--moss);
  border-radius: var(--blob-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.nav__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav__brand-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: var(--bark);
  text-transform: uppercase;
}
.nav__brand-sub {
  font-family: 'Caveat', cursive;
  font-size: 1.05rem;
  color: var(--moss);
  margin-top: 2px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
}
.nav__links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color var(--t-fast);
  position: relative;
  white-space: nowrap;
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--moss); }
.nav__links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: -8px; left: 0; right: 0;
  height: 3px;
  background: var(--clay);
  border-radius: 999px;
}
.nav__lang {
  display: inline-flex;
  gap: 6px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  padding-left: 22px;
  border-left: 1px solid var(--line);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.nav__lang a { padding: 4px 6px; }
.nav__lang a[aria-current="page"] { color: var(--moss); }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  background: var(--moss);
  color: var(--paper);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  transition: background var(--t-fast);
}
.nav__cta:hover { background: var(--bark); }

.nav__burger {
  display: none;
  background: none;
  border: 0;
  width: 44px; height: 44px;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav__burger span {
  display: block;
  width: 26px; height: 2.5px;
  background: var(--bark);
  border-radius: 999px;
}

@media (max-width: 1100px) { .nav__cta { display: none; } }
@media (max-width: 940px) {
  .nav__brand-sub { display: none; }
  .nav__links {
    position: fixed;
    inset: var(--nav-h) 0 0 0;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 32px 24px;
    transform: translateX(100%);
    transition: transform var(--t-mid);
    overflow-y: auto;
    border-top: 1px solid var(--line);
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links a {
    padding: 18px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--line);
  }
  .nav__links a[aria-current="page"]::after { display: none; }
  .nav__lang { padding-left: 0; border-left: 0; padding-top: 18px; margin-top: 8px; border-top: 1px solid var(--line); }
  .nav__burger { display: inline-flex; }
}

/* ─── HERO ──────────────────────────────────────────────────── */

.hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(80px, 9vw, 128px);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -180px; right: -200px;
  width: 580px; height: 580px;
  background: var(--moss-glow);
  border-radius: var(--blob-1);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -240px; left: -180px;
  width: 480px; height: 480px;
  background: var(--clay-soft);
  border-radius: var(--blob-2);
  filter: blur(56px);
  pointer-events: none;
  z-index: 0;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) { .hero__inner { grid-template-columns: 1fr; } }

.hero__text { max-width: 580px; }
.hero h1 {
  margin: 0 0 28px;
  text-wrap: balance;
}
.hero__sub {
  font-size: clamp(1.18rem, 1.8vw, 1.38rem);
  color: var(--ink-soft);
  margin: 0 0 36px;
  line-height: 1.5;
  max-width: 56ch;
}
.hero__handnote {
  margin-top: 36px;
  display: inline-block;
  position: relative;
}
.hero__handnote::before {
  content: "";
  position: absolute;
  left: -32px; top: 50%;
  width: 24px; height: 1.5px;
  background: var(--clay-deep);
  transform: rotate(-12deg);
}

.hero__visual {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 540px;
  margin-left: auto;
  width: 100%;
}
.hero__image {
  position: absolute;
  inset: 0;
  border-radius: var(--blob-1);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: var(--paper-deep);
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__sticker {
  position: absolute;
  bottom: -28px; left: -28px;
  background: var(--clay);
  color: var(--paper);
  padding: 22px 26px;
  border-radius: var(--blob-3);
  font-family: 'Bricolage Grotesque', sans-serif;
  box-shadow: var(--shadow-lg);
  max-width: 200px;
  transform: rotate(-4deg);
}
.hero__sticker-num {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.hero__sticker-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 4px;
  display: block;
  line-height: 1.3;
}

@media (max-width: 880px) {
  .hero__sticker { left: 16px; bottom: -16px; }
}

/* ─── TRUST-BALKEN ──────────────────────────────────────────── */

.trustbar {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trustbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 36px 0;
}
@media (max-width: 880px) { .trustbar__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 480px) { .trustbar__grid { grid-template-columns: 1fr; gap: 18px; } }

.trustbar__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.trustbar__icon {
  width: 44px; height: 44px;
  background: var(--moss-soft);
  color: var(--moss);
  border-radius: var(--blob-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trustbar__icon svg { width: 22px; height: 22px; }
.trustbar__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--bark);
  margin-bottom: 4px;
  line-height: 1.2;
}
.trustbar__desc {
  font-size: 0.86rem;
  color: var(--ink-mid);
  line-height: 1.5;
}

/* ─── CONTENT-GRID (drei Säulen, häufig verwendet) ─────────── */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 36px);
}
@media (max-width: 880px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards-grid { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border-radius: var(--r-md);
  padding: 28px 28px 32px;
  border: 1px solid var(--line-soft);
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 56px; height: 56px;
  background: var(--moss-soft);
  border-radius: var(--blob-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--moss);
  margin-bottom: 18px;
}
.card__icon svg { width: 28px; height: 28px; }
.card__icon--clay { background: var(--clay-soft); color: var(--clay-deep); }
.card h3 {
  font-size: 1.3rem;
  margin: 0 0 12px;
}
.card p { font-size: 0.96rem; color: var(--ink-mid); margin: 0; }

/* ─── FEATURE-ROW (Bild + Text alternierend) ────────────────── */

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) 0;
}
.feature-row + .feature-row { border-top: 1px dashed var(--line); }
.feature-row--reverse .feature-row__media { order: 2; }
@media (max-width: 880px) {
  .feature-row, .feature-row--reverse { grid-template-columns: 1fr; padding: clamp(40px, 7vw, 72px) 0; }
  .feature-row--reverse .feature-row__media { order: 0; }
}
.feature-row__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--blob-1);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--paper-deep);
}
.feature-row--reverse .feature-row__media { border-radius: var(--blob-2); }
.feature-row__media img { width: 100%; height: 100%; object-fit: cover; }
.feature-row__step {
  font-family: 'Caveat', cursive;
  font-size: 3rem;
  color: var(--clay);
  line-height: 1;
  margin: 0 0 8px;
  display: block;
  transform: rotate(-2deg);
}
.feature-row__title { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0 0 18px; }
.feature-row__list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.feature-row__list li {
  font-size: 0.97rem;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-soft);
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: baseline;
}
.feature-row__list li::before {
  content: "✦";
  color: var(--clay);
  font-size: 1rem;
  text-align: center;
}
.feature-row__list li:last-child { border-bottom: 0; }

/* ─── PORTRAIT-SPLIT (About) ────────────────────────────────── */

.portrait-split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
@media (max-width: 880px) { .portrait-split { grid-template-columns: 1fr; } }
.portrait-split__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: var(--blob-2);
  box-shadow: var(--shadow-xl);
  position: relative;
}
.portrait-split__media img { width: 100%; height: 100%; object-fit: cover; }
.portrait-split__media-caption {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem;
  color: var(--clay-deep);
  margin-top: 14px;
  line-height: 1.3;
}
.portrait-split__quote {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--bark);
  margin: 0 0 24px;
  font-variation-settings: "wonk" 1;
}
.portrait-split__quote::before {
  content: "„";
  color: var(--clay);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.4em;
}

/* ─── PULL-QUOTE / HANDNOTE-BLOCK ────────────────────────────── */

.pull-quote {
  max-width: var(--container-text);
  margin: clamp(56px, 8vw, 88px) auto;
  text-align: center;
  padding: 56px 24px;
  position: relative;
}
.pull-quote::before, .pull-quote::after {
  content: "";
  position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 80px; height: 2px;
  background: var(--clay);
  border-radius: 999px;
}
.pull-quote::before { top: 0; }
.pull-quote::after { bottom: 0; }
.pull-quote__text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--bark);
  margin: 0 0 24px;
  font-variation-settings: "wonk" 1;
}
.pull-quote__cite {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem;
  color: var(--moss);
}

/* ─── DAY TIMELINE (Tag im Lernhaus) ────────────────────────── */

.day-timeline {
  display: grid;
  gap: 0;
}
.day-block {
  display: grid;
  grid-template-columns: 200px 1fr 1.4fr;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(36px, 5vw, 56px) 0;
  border-top: 1px dashed var(--line);
  align-items: center;
}
.day-block:last-child { border-bottom: 1px dashed var(--line); }
@media (max-width: 880px) { .day-block { grid-template-columns: 1fr; gap: 16px; } }

.day-block__time {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  color: var(--moss);
  line-height: 1;
  letter-spacing: -0.02em;
}
.day-block__time small {
  display: block;
  font-family: 'Caveat', cursive;
  font-size: 1.05rem;
  color: var(--clay-deep);
  margin-top: 4px;
  letter-spacing: 0;
}
.day-block__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.3rem;
  color: var(--bark);
  margin: 0 0 8px;
  font-weight: 600;
}
.day-block__desc {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.day-block__media {
  aspect-ratio: 4/3;
  border-radius: var(--blob-3);
  overflow: hidden;
  background: var(--paper-deep);
  box-shadow: var(--shadow-md);
}
.day-block__media img { width: 100%; height: 100%; object-fit: cover; }

/* ─── TEAM-GRID ────────────────────────────────────────────── */

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.4vw, 30px);
}
@media (max-width: 1000px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px)  { .team-grid { grid-template-columns: 1fr; } }

.team-card { display: flex; flex-direction: column; }
.team-card__photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper-deep);
  margin-bottom: 16px;
  border-radius: var(--blob-1);
}
.team-card:nth-child(2n) .team-card__photo { border-radius: var(--blob-2); }
.team-card:nth-child(3n) .team-card__photo { border-radius: var(--blob-3); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bark);
  margin: 0 0 4px;
}
.team-card__role {
  font-size: 0.84rem;
  color: var(--moss);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.team-card__bio {
  font-size: 0.86rem;
  color: var(--ink-mid);
  line-height: 1.5;
  margin: 0;
}

/* ─── EVENT-LIST (Termine / Info-Nachmittage) ────────────────── */

.events {
  border-top: 2px solid var(--moss);
  border-bottom: 2px solid var(--moss);
}
.event {
  display: grid;
  grid-template-columns: 120px 1fr 180px 200px;
  gap: clamp(20px, 3vw, 40px);
  padding: 26px 0;
  border-bottom: 1px dashed var(--line);
  align-items: center;
}
.event:last-child { border-bottom: 0; }
@media (max-width: 880px) {
  .event { grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px 0; }
  .event__when { grid-column: 1 / -1; }
}
.event__date {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--moss);
  line-height: 1.05;
}
.event__date small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 4px;
}
.event__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.18rem;
  color: var(--bark);
  margin: 0 0 4px;
  font-weight: 600;
}
.event__sub {
  font-size: 0.86rem;
  color: var(--ink-mid);
  margin: 0;
}
.event__when {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.event__cta { text-align: right; }
.event__cta .btn { padding: 10px 20px; font-size: 0.86rem; }

/* ─── JOB-LIST ─────────────────────────────────────────────── */

.jobs {
  display: grid;
  gap: 16px;
}
.job {
  display: grid;
  grid-template-columns: 1fr 200px 80px;
  gap: 24px;
  padding: 24px 28px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  transition: transform var(--t-fast), box-shadow var(--t-fast);
  cursor: pointer;
}
.job:hover { transform: translateX(4px); box-shadow: var(--shadow-md); border-color: var(--moss); }
@media (max-width: 720px) {
  .job { grid-template-columns: 1fr 60px; gap: 14px; }
  .job__type { display: none; }
}
.job__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--bark);
  margin: 0;
}
.job__sub {
  font-size: 0.86rem;
  color: var(--ink-mid);
  margin: 4px 0 0;
}
.job__type {
  font-size: 0.82rem;
  color: var(--moss);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.job__arrow { text-align: right; color: var(--clay-deep); font-size: 1.4rem; }

/* ─── GALLERY ──────────────────────────────────────────────── */

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  aspect-ratio: 16/10;
}
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.gallery-grid img:nth-child(1) { grid-row: 1/3; border-radius: var(--blob-1); }
.gallery-grid img:nth-child(3) { border-radius: var(--blob-3); }
@media (max-width: 700px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .gallery-grid img { aspect-ratio: 4/3; border-radius: var(--r-md); }
  .gallery-grid img:nth-child(1) { grid-row: auto; grid-column: 1/3; border-radius: var(--blob-1); }
}

/* ─── SECTION-HEAD ─────────────────────────────────────────── */

.section__head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}
.section__head--left { margin: 0 0 48px; text-align: left; max-width: 720px; }
.section__head h2 { margin: 0 0 16px; }
.section__head p { font-size: 1.1rem; color: var(--ink-soft); margin: 0 auto; max-width: 60ch; }
.section__head--left p { margin: 0; }

/* ─── FORMS ─────────────────────────────────────────────────── */

.form { display: grid; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.92rem;
  color: var(--bark);
  font-weight: 600;
}
.form__label--required::after { content: " *"; color: var(--clay-deep); }
.form__input, .form__textarea, .form__select {
  padding: 14px 18px;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--surface);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  width: 100%;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline: 0;
  border-color: var(--moss);
  box-shadow: 0 0 0 4px var(--moss-soft);
}
.form__textarea { resize: vertical; min-height: 120px; }
.form__hint {
  font-size: 0.84rem;
  color: var(--ink-muted);
  font-style: italic;
}
.form__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
  cursor: pointer;
}
.form__check input { margin-top: 4px; accent-color: var(--moss); }
.form__check a { color: var(--moss); text-decoration: underline; }

.form__success {
  display: none;
  background: var(--success-soft);
  border-left: 4px solid var(--success);
  padding: 22px 26px;
  border-radius: var(--r-sm);
  font-size: 1rem;
  color: var(--bark);
  line-height: 1.55;
}
.form__success small { display: block; font-size: 0.84rem; color: var(--ink-mid); margin-top: 8px; font-style: italic; }
.form__success.is-visible { display: block; }

/* Contact-Layout */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.info-card {
  background: var(--surface);
  border-radius: var(--r-md);
  padding: 32px 32px 36px;
  border: 1px solid var(--line-soft);
}
.info-card h3 {
  font-size: 1.4rem;
  margin: 0 0 18px;
}
.info-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 14px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
}
.info-card dt {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.info-card dd { margin: 0; color: var(--ink); }
.info-card dd a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; }

/* Map mit Consent */
.map-frame {
  margin-top: 32px;
  aspect-ratio: 4/3;
  background: var(--paper-deep);
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.map-frame__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  background: var(--paper-soft);
}
.map-frame__placeholder p {
  font-size: 1rem;
  color: var(--ink-soft);
  margin: 0 0 18px;
  max-width: 32ch;
}
.map-frame__placeholder.is-hidden { display: none; }
.map-frame iframe {
  width: 100%; height: 100%;
  border: 0;
  display: none;
}
.map-frame iframe.is-visible { display: block; }

/* ─── BIG QUOTE (Pädagogik-Begründung) ──────────────────────── */

.big-quote {
  background: var(--moss);
  color: var(--paper);
  padding: clamp(56px, 8vw, 96px) clamp(28px, 5vw, 64px);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
}
.big-quote::before {
  content: "";
  position: absolute;
  top: -120px; right: -100px;
  width: 320px; height: 320px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--blob-1);
  pointer-events: none;
}
.big-quote__text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.18;
  font-weight: 500;
  color: var(--paper);
  margin: 0 0 24px;
  max-width: 26ch;
  position: relative;
  z-index: 1;
}
.big-quote__text em {
  font-style: normal;
  color: var(--clay-light);
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.05em;
  letter-spacing: 0;
}
.big-quote__cite {
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: var(--clay-light);
  position: relative;
  z-index: 1;
}

/* ─── FOOTER ────────────────────────────────────────────────── */

.footer {
  background: var(--bark);
  color: rgba(244, 237, 225, 0.78);
  padding: 80px 0 32px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(244, 237, 225, 0.18);
}
@media (max-width: 880px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } }

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer__brand-mark {
  width: 44px; height: 44px;
  background: var(--moss-light);
  border-radius: var(--blob-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bark);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.footer__brand-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--paper);
  text-transform: uppercase;
}
.footer__tagline {
  font-family: 'Caveat', cursive;
  font-size: 1.18rem;
  line-height: 1.5;
  color: var(--clay-light);
  max-width: 320px;
  margin: 0 0 18px;
}
.footer__address {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(244, 237, 225, 0.6);
  max-width: 320px;
  margin: 0;
}
.footer__col h5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  color: var(--clay-light);
  margin: 0 0 18px;
  font-weight: 600;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 10px; }
.footer__col a {
  color: rgba(244, 237, 225, 0.78);
  font-size: 0.92rem;
  transition: color var(--t-fast);
}
.footer__col a:hover { color: var(--paper); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.84rem;
  color: rgba(244, 237, 225, 0.5);
}
.footer__bottom em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-size: 1rem;
  color: var(--clay-light);
}

/* ─── LEGAL PAGES ───────────────────────────────────────────── */

.legal { max-width: var(--container-text); margin: 0 auto; padding: clamp(56px, 8vw, 96px) 0; }
.legal h1 { margin-bottom: 40px; font-size: clamp(2.4rem, 5vw, 3.6rem); }
.legal h2 {
  margin-top: 44px;
  font-size: 1.6rem;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.legal h3 { margin-top: 30px; font-size: 1.18rem; }
.legal p, .legal li { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; max-width: 64ch; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; }
.legal__note {
  margin-top: 56px;
  padding: 22px 26px;
  background: var(--clay-soft);
  border-left: 4px solid var(--clay);
  border-radius: var(--r-sm);
  font-size: 0.94rem;
  color: var(--ink-soft);
}

/* 404 */
.error-page { text-align: center; padding: clamp(80px, 14vw, 160px) 0; }
.error-page__code {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(6rem, 16vw, 12rem);
  color: var(--moss);
  line-height: 0.9;
  margin: 0 0 24px;
  font-weight: 700;
  font-variation-settings: "wonk" 1;
}

/* ─── COOKIE-BANNER ─────────────────────────────────────────── */

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 24px; left: 24px; right: 24px;
  max-width: 520px;
  margin-left: auto;
  background: var(--surface);
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  padding: 26px 28px;
  box-shadow: var(--shadow-xl);
  z-index: 60;
  flex-direction: column;
  gap: 14px;
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--bark);
  margin: 0;
}
.cookie-banner__body {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.cookie-banner__body a { color: var(--moss); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-banner__actions .btn { flex: 1; min-width: 140px; padding: 11px 18px; font-size: 0.86rem; }
@media (max-width: 600px) { .cookie-banner { left: 14px; right: 14px; bottom: 14px; padding: 22px 24px; } }

/* ─── REVEAL ────────────────────────────────────────────────── */

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 700ms cubic-bezier(.22,.61,.36,1), transform 700ms cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ─── SUB-HERO ──────────────────────────────────────────────── */

.subhero {
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
  padding: clamp(60px, 8vw, 110px) 0 clamp(48px, 6vw, 72px);
  position: relative;
  overflow: hidden;
}
.subhero::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 420px; height: 420px;
  background: var(--moss-glow);
  border-radius: var(--blob-1);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.5;
}
.subhero__inner { max-width: 760px; position: relative; z-index: 1; }
.subhero h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin-bottom: 20px; }
.subhero p { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-soft); margin: 0; max-width: 60ch; }

/* ─── FOCUS ─────────────────────────────────────────────────── */

a:focus-visible, button:focus-visible,
.form__input:focus-visible, .form__select:focus-visible, .form__textarea:focus-visible {
  outline: 2px solid var(--moss);
  outline-offset: 4px;
  border-radius: var(--r-sm);
}
