/* ============================================================
   KITA APFELBAUM — Main Stylesheet v5.3 (Warm & Trustworthy)
   ============================================================ */

/* --- Fonts -------------------------------------------------- */
@font-face {
  font-family: 'Bogart';
  src: url('../fonts/Bogart-Black.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bogart';
  src: url('../fonts/Bogart-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bogart';
  src: url('../fonts/Bogart-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bogart';
  src: url('../fonts/Bogart-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* --- Variables ---------------------------------------------- */
:root {
  --cream:        #FFF3DC;
  --cream-dark:   #EFE3C6;
  --brown:        #967964;
  --brown-dark:   #8b5e3c;
  --peach:        #F2DFCE;
  --dark:         #1C1A16;
  --green:        #6d9b61;
  --green-dark:   #4a7a42;
  --green-light:  #b8cbb5;
  --green-pale:   #e8f0e6;
  --red:          #d13f43;
  --white:        #FFFFFF;

  --font:         'Bogart', Georgia, serif;
  --radius:       14px;
  --radius-lg:    22px;
  --shadow:       5px 5px 0 var(--brown);
  --shadow-sm:    3px 3px 0 var(--brown);
  --shadow-green: 5px 5px 0 var(--green-dark);

  --max-width:    1280px;
}

/* --- Reset -------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font);
  font-weight: 400;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }

/* WordPress resets */
.wp-site-blocks, #page, #content, #primary, main { margin: 0 !important; padding: 0 !important; }

/* Scroll offset for fixed header */
section[id] { scroll-margin-top: 72px; }
@media (max-width: 782px) {
  .admin-bar section[id] { scroll-margin-top: calc(72px + 46px); }
}

/* Admin bar */
.admin-bar .site-header { top: 32px; }
.admin-bar .hero        { padding-top: calc(72px + 32px); }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .hero        { padding-top: calc(72px + 46px); }
  .admin-bar .site-nav.is-open { top: calc(72px + 46px); }
}

/* --- Helpers ----------------------------------------------- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 900px) { .container { padding: 0 40px; } }
@media (max-width: 600px) { .container { padding: 0 24px; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
  border-radius: 2px;
}

/* --- Buttons ----------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 14px 30px;
  border-radius: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow-green);
}
.btn--primary:hover {
  box-shadow: 7px 7px 0 var(--green-dark);
}

.btn--outline {
  background: transparent;
  color: var(--brown);
  border-color: var(--brown);
  box-shadow: var(--shadow);
}
.btn--outline:hover { box-shadow: 7px 7px 0 var(--brown); }

.btn--outline-light {
  background: transparent;
  color: rgba(255,243,220,0.8);
  border-color: rgba(255,243,220,0.35);
}
.btn--outline-light:hover {
  color: var(--cream);
  border-color: rgba(255,243,220,0.7);
  background: rgba(255,243,220,0.08);
}

.btn--white {
  background: var(--white);
  color: var(--brown-dark);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.btn--white:hover { box-shadow: 0 14px 40px rgba(0,0,0,0.18); }

.btn--wa {
  background: var(--green);
  color: #fff;
  box-shadow: var(--shadow-green);
}
.btn--wa:hover {
  box-shadow: 7px 7px 0 var(--green-dark);
}

/* WhatsApp floating button */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

/* WhatsApp inline divider + button */
/* Kita-Gutschein callout */
.gutschein-callout {
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 24px 0;
}
.gutschein-callout strong {
  display: block;
  font-size: 0.9rem;
  color: var(--green-dark);
  margin-bottom: 8px;
}
.gutschein-callout p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--brown);
  margin: 0 0 10px;
}
.gutschein-callout a {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green-dark);
  text-decoration: none;
}
.gutschein-callout a:hover { text-decoration: underline; }

/* WhatsApp inline divider + button */
.wa-inline {
  text-align: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(150,121,100,0.15);
}
.wa-or {
  display: block;
  font-size: 0.75rem;
  color: var(--brown);
  opacity: 0.45;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.wa-inline .btn--wa { min-width: 220px; justify-content: center; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
/* Blur lives on ::before so it doesn't create a backdrop-root that blocks
   child elements (e.g. the mobile nav dropdown) from using backdrop-filter */
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
.site-header.scrolled {
  border-bottom: 1px solid rgba(150,121,100,0.15);
  box-shadow: 0 4px 32px rgba(0,0,0,0.06);
}
.site-header.scrolled::before {
  background: rgba(255, 243, 220, 0.72);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 32px;
}

.site-logo img { height: 48px; width: auto; }

.site-nav { flex: 1; display: flex; justify-content: center; }
.site-nav ul {
  display: flex;
  align-items: stretch;
  height: 44px;
  background: rgba(255,255,255,0.55);
  border: 1.5px solid rgba(150,121,100,0.2);
  border-radius: 100px;
  padding: 4px;
  gap: 2px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
}
.site-nav li {
  display: flex;
  align-items: stretch;
}
.site-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  font-weight: 600;
  font-size: 0.83rem;
  color: var(--dark);
  padding: 8px 18px;
  border-radius: 100px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a.current {
  background: var(--green);
  color: var(--white);
}

.mobile-extras { display: none; }

.header-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
/* Lock header CTA to same height and German text width as nav pill */
.header-right .btn { min-width: 185px; height: 44px; padding-top: 0; padding-bottom: 0; }

/* Secondary menu (language + login dropdown) */
.sec-menu {
  position: relative;
}

.sec-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.55);
  border: 1.5px solid rgba(150,121,100,0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  padding: 0;
}
.sec-menu-btn span {
  display: block;
  width: 4px;
  height: 4px;
  background: var(--brown);
  border-radius: 50%;
  transition: background 0.18s;
}
.sec-menu-btn:hover,
.sec-menu-btn[aria-expanded="true"] {
  background: var(--cream-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.sec-menu-btn[aria-expanded="true"] span { background: var(--green); }

.sec-menu-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--cream);
  border: 1.5px solid rgba(150,121,100,0.18);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  min-width: 160px;
  z-index: 300;
  animation: sec-menu-in 0.18s ease;
}
@keyframes sec-menu-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sec-menu-lang {
  display: flex;
  gap: 4px;
  background: var(--cream-dark);
  border-radius: 20px;
  padding: 3px;
}
.lang-btn {
  flex: 1;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 16px;
  color: var(--brown);
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.lang-btn:hover { background: var(--white); color: var(--dark); }
.lang-btn.active { background: var(--green); color: var(--cream); }

.sec-menu-sep {
  height: 1px;
  background: rgba(150,121,100,0.15);
  margin: 10px 0;
}
.sec-menu-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brown);
  text-decoration: none;
  padding: 4px 2px;
  border-radius: 8px;
  transition: color 0.15s;
}
.sec-menu-login:hover { color: var(--green); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--dark); border-radius: 2px; transition: all 0.2s;
}

/* ============================================================
   HERO v5 — Warm Split
   ============================================================ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 72px;
}

.hero-left {
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

/* Warm decorative tree in hero left */
.hero-tree-deco {
  position: absolute;
  bottom: -60px; right: -40px;
  width: 360px; height: 360px;
  pointer-events: none;
  z-index: 0;
}
.hero-tree-deco img {
  width: 100%; height: 100%;
  object-fit: contain;
  filter: sepia(1) hue-rotate(340deg) saturate(1.5) brightness(1.1);
  opacity: 0.07;
}

/* Soft radial glow */
.hero-left::before {
  content: '';
  position: absolute;
  top: 10%; left: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(109,155,97,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-pale);
  border: 1.5px solid rgba(109,155,97,0.25);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  transition: background 0.15s, border-color 0.15s;
  cursor: pointer;
}
a.hero-tag:hover {
  background: rgba(109,155,97,0.18);
  border-color: rgba(109,155,97,0.5);
}

.hero h1 {
  font-weight: 900;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--brown);
  margin-bottom: 24px;
}
.hero h1 .accent {
  color: var(--green);
  display: inline;
}

.hero-text {
  font-size: 1.05rem;
  color: rgba(26,26,26,0.62);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 46ch;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
/* Hero CTA — bigger and bolder */
.hero-actions .btn--primary {
  min-width: 260px;
  font-size: 1.08rem;
  padding: 18px 40px;
}
.hero-actions .btn--outline { min-width: 140px; }

.hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-trust span {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(26,26,26,0.42);
  letter-spacing: 0.01em;
}

/* Right panel — green gradient */
.hero-right {
  background: linear-gradient(150deg, #78a86c 0%, #5a8f50 45%, #3d6e36 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

/* Scattered logo pattern */
.hero-logos-scatter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.scatter-logo {
  position: absolute;
  filter: invert(1);
  mix-blend-mode: screen;
}
/* Row 1 */
.scatter-logo--1  { width: 62px; top:  2%;  left:  2%;  opacity: 0.13; transform: rotate(-18deg); }
.scatter-logo--2  { width: 58px; top:  0%;  left: 22%;  opacity: 0.10; transform: rotate( 12deg); }
.scatter-logo--3  { width: 66px; top:  3%;  left: 44%;  opacity: 0.14; transform: rotate(-25deg); }
.scatter-logo--4  { width: 54px; top:  1%;  left: 65%;  opacity: 0.11; transform: rotate(  8deg); }
.scatter-logo--5  { width: 60px; top:  2%;  left: 84%;  opacity: 0.13; transform: rotate(-14deg); }
/* Row 2 */
.scatter-logo--6  { width: 58px; top: 20%;  left:  8%;  opacity: 0.11; transform: rotate( 20deg); }
.scatter-logo--7  { width: 64px; top: 18%;  left: 30%;  opacity: 0.14; transform: rotate(-10deg); }
.scatter-logo--8  { width: 56px; top: 21%;  left: 54%;  opacity: 0.10; transform: rotate( 30deg); }
.scatter-logo--9  { width: 62px; top: 19%;  left: 76%;  opacity: 0.13; transform: rotate(-20deg); }
/* Row 3 */
.scatter-logo--10 { width: 60px; top: 38%;  left:  2%;  opacity: 0.12; transform: rotate(-15deg); }
.scatter-logo--11 { width: 58px; top: 36%;  left: 22%;  opacity: 0.10; transform: rotate( 18deg); }
.scatter-logo--12 { width: 66px; top: 39%;  left: 45%;  opacity: 0.14; transform: rotate( -8deg); }
.scatter-logo--13 { width: 54px; top: 37%;  left: 67%;  opacity: 0.11; transform: rotate( 25deg); }
.scatter-logo--14 { width: 60px; top: 38%;  left: 86%;  opacity: 0.12; transform: rotate(-22deg); }
/* Row 4 */
.scatter-logo--15 { width: 62px; top: 56%;  left: 10%;  opacity: 0.13; transform: rotate( 14deg); }
.scatter-logo--16 { width: 58px; top: 54%;  left: 33%;  opacity: 0.10; transform: rotate(-28deg); }
.scatter-logo--17 { width: 64px; top: 57%;  left: 56%;  opacity: 0.14; transform: rotate( 10deg); }
.scatter-logo--18 { width: 56px; top: 55%;  left: 78%;  opacity: 0.11; transform: rotate(-12deg); }
/* Row 5 */
.scatter-logo--19 { width: 60px; top: 73%;  left:  2%;  opacity: 0.12; transform: rotate(-20deg); }
.scatter-logo--20 { width: 64px; top: 74%;  left: 22%;  opacity: 0.14; transform: rotate( 16deg); }
.scatter-logo--21 { width: 58px; top: 72%;  left: 44%;  opacity: 0.10; transform: rotate(-30deg); }
.scatter-logo--22 { width: 62px; top: 75%;  left: 65%;  opacity: 0.13; transform: rotate(  6deg); }
.scatter-logo--23 { width: 56px; top: 73%;  left: 85%;  opacity: 0.11; transform: rotate(-18deg); }
/* Row 6 — bottom fill */
.scatter-logo--24 { width: 58px; top: 89%;  left:  8%;  opacity: 0.12; transform: rotate( 22deg); }
.scatter-logo--25 { width: 64px; top: 88%;  left: 30%;  opacity: 0.14; transform: rotate(-12deg); }
.scatter-logo--26 { width: 60px; top: 90%;  left: 52%;  opacity: 0.11; transform: rotate( 28deg); }
.scatter-logo--27 { width: 56px; top: 89%;  left: 72%;  opacity: 0.13; transform: rotate(-16deg); }
/* Half-row offsets for density */
.scatter-logo--28 { width: 58px; top: 10%;  left: 14%;  opacity: 0.09; transform: rotate( 35deg); }
.scatter-logo--29 { width: 60px; top: 47%;  left: 88%;  opacity: 0.10; transform: rotate(-32deg); }
.scatter-logo--30 { width: 62px; top: 63%;  left: 42%;  opacity: 0.09; transform: rotate( 18deg); }

/* Big colored logo watermark in cream panel */
.hero-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  pointer-events: none;
  z-index: 0;
}
.hero-bg-logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.15;
}

/* Stacked polaroid photos in hero-right */
.hero-photo-stack {
  position: relative;
  z-index: 1;
  width: 420px;
  height: 560px;
  flex-shrink: 0;
}

.hero-stack-card {
  position: absolute;
  background: var(--white);
  padding: 12px 12px 48px;
  border-radius: 4px;
  cursor: zoom-in;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2), box-shadow 0.25s;
}
.hero-stack-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
}

.hero-stack-card--back {
  width: 250px;
  top: 10px;
  right: -20px;
  transform: rotate(13deg);
  box-shadow: 8px 8px 36px rgba(0,0,0,0.26);
  z-index: 1;
}
.hero-stack-card--back:hover {
  transform: rotate(10deg) scale(1.03);
  box-shadow: 12px 12px 48px rgba(0,0,0,0.32);
}
.hero-stack-card--front {
  width: 340px;
  top: 36px;
  left: -14px;
  transform: rotate(-5deg);
  box-shadow: 16px 16px 56px rgba(0,0,0,0.34);
  z-index: 2;
}
.hero-stack-card--front:hover {
  transform: rotate(-3deg) scale(1.02);
  box-shadow: 20px 20px 64px rgba(0,0,0,0.38);
}

/* Floating stat card */
.hero-stat-float {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 100px;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}
.hero-stat-number {
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.hero-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.75;
  line-height: 1.3;
}

/* ============================================================
   STATS BAR — Green
   ============================================================ */
.stats-bar {
  background: var(--green);
  border-top: 1px solid var(--green-dark);
  border-bottom: 1px solid var(--green-dark);
}

.stats-bar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-item:last-child { border-right: none; }

.stat-number {
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.04em;
  display: block;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}


/* ============================================================
   VALUES / ÜBER UNS — Editorial numbered rows
   ============================================================ */
.values-section {
  background: var(--white);
  padding: 130px 0;
}

.values-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
  margin-bottom: 72px;
}

.values-header-left h2 {
  font-weight: 900;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--brown);
}

.values-header-right {
  max-width: 44ch;
  flex-shrink: 0;
  padding-bottom: 8px;
}
.values-header-right p {
  font-size: 1.02rem;
  color: rgba(26,26,26,0.58);
  line-height: 1.85;
}

.konzept-download {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.konzept-download .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.value-row {
  display: grid;
  grid-template-columns: 68px 1fr 1.1fr;
  gap: 40px;
  padding: 48px 0;
  border-top: 1px solid rgba(150,121,100,0.14);
  align-items: center;
  transition: padding-left 0.2s ease;
}
.value-row:last-child {
  border-bottom: 1px solid rgba(150,121,100,0.14);
}
.value-row:hover { padding-left: 10px; }

.value-num {
  font-weight: 900;
  font-size: 0.75rem;
  color: rgba(150,121,100,0.3);
  letter-spacing: 0.1em;
}

.value-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.value-title h3 {
  font-weight: 900;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  color: var(--brown);
  line-height: 1.05;
  letter-spacing: -0.02em;
  hyphens: auto;
}
.value-icon {
  width: 50px; height: 50px;
  background: var(--cream);
  border: 2px solid rgba(150,121,100,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.value-desc {
  font-size: 0.97rem;
  color: rgba(26,26,26,0.6);
  line-height: 1.85;
}

/* ============================================================
   STATEMENT
   ============================================================ */
.statement-section {
  background: var(--dark);
  padding: 130px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.statement-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(109,155,97,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.statement-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}

.statement-section blockquote {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 4.4rem);
  color: var(--cream);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.statement-section blockquote .accent { color: var(--green); }
.statement-section cite {
  display: block;
  margin-top: 40px;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.22);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ============================================================
   TEAM — Polaroid cards
   ============================================================ */
.team-section {
  background: var(--peach);
  padding: 130px 0;
}

.team-header {
  text-align: center;
  margin-bottom: 72px;
}
.team-header h2 {
  font-weight: 900;
  font-size: clamp(2.6rem, 4vw, 4rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 16px;
}
.team-header p {
  font-size: 1rem;
  color: rgba(26,26,26,0.58);
  line-height: 1.8;
  max-width: 48ch;
  margin: 0 auto 32px;
}

.team-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  padding: 20px 0 8px;
}

.team-card {
  background: var(--cream);
  border: 2px solid rgba(150,121,100,0.25);
  border-radius: 4px;
  padding: 12px 12px 28px;
  width: 300px;
  box-shadow: 6px 6px 0 var(--brown);
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2), box-shadow 0.25s;
  will-change: transform;
  cursor: pointer;
}
.team-card:nth-child(odd)  { transform: rotate(-1.6deg); }
.team-card:nth-child(even) { transform: rotate( 1.6deg); }
.team-card:hover           { transform: rotate(0deg) translateY(-8px) scale(1.02); box-shadow: 10px 10px 0 var(--brown-dark); }

.team-card-photo {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 18px;
  background: var(--green-light);
}
.team-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-card-photo-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, var(--green-light) 0%, var(--peach) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
}

.team-card-body { text-align: center; padding: 0 6px; }
.team-card-body h3 { font-weight: 900; font-size: 1.6rem; color: var(--brown-dark); margin-bottom: 6px; letter-spacing: -0.02em; line-height: 1; }
.team-card-body .team-card-role {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--green); margin-bottom: 10px;
}
.team-card-body p { font-size: 0.84rem; color: rgba(26,26,26,0.58); line-height: 1.65; max-width: none; }

/* ============================================================
   ROOMS — Photo gallery
   ============================================================ */
.rooms-section {
  background: var(--white);
  padding: 130px 0;
}

.rooms-header {
  text-align: center;
  margin-bottom: 64px;
}
.rooms-header h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 16px;
}
.rooms-header p {
  font-size: 1rem;
  color: rgba(26,26,26,0.55);
  line-height: 1.8;
  max-width: 44ch;
  margin: 0 auto;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 44px;
  padding: 20px 0 8px;
}

.room-photo {
  background: var(--white);
  border: 2px solid rgba(150,121,100,0.22);
  border-radius: 4px;
  padding: 10px 10px 32px;
  box-shadow: 6px 6px 0 var(--brown);
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2), box-shadow 0.25s;
  will-change: transform;
  cursor: zoom-in;
}
.room-photo:nth-child(1) { transform: rotate(-2.2deg); }
.room-photo:nth-child(2) { transform: rotate( 1.8deg); }
.room-photo:nth-child(3) { transform: rotate(-1.4deg); }
.room-photo:nth-child(4) { transform: rotate( 2.6deg); }
.room-photo:nth-child(5) { transform: rotate(-1.8deg); }
.room-photo:nth-child(6) { transform: rotate( 2.0deg); }
.room-photo:hover { transform: rotate(0deg) translateY(-8px) scale(1.02); box-shadow: 10px 10px 0 var(--brown-dark); cursor: zoom-in; }

.room-photo-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 14px;
}
.room-photo-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.room-photo-caption {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.02em;
}

/* ============================================================
   TESTIMONIALS — Parent voices
   ============================================================ */
.testimonials-section {
  background: var(--cream);
  padding: 130px 0;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 64px;
}
.testimonials-header h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 16px;
}
.testimonials-header p {
  font-size: 1rem;
  color: rgba(26,26,26,0.55);
  line-height: 1.8;
  max-width: 46ch;
  margin: 0 auto;
}

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

.testimonial-card {
  background: var(--white);
  border: 2px solid rgba(150,121,100,0.15);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}
/* Green top accent */
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green) 0%, var(--green-dark) 100%);
}

.testimonial-mark {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(109,155,97,0.18);
  font-weight: 900;
  position: absolute;
  top: 20px; right: 28px;
  user-select: none;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.testimonial-stars span {
  font-size: 0.9rem;
  color: var(--green);
}

.testimonial-quote {
  font-size: 0.98rem;
  color: rgba(26,26,26,0.8);
  line-height: 1.75;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.testimonial-author {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green);
}

/* ============================================================
   PROCESS STEPS — Wie läuft es ab?
   ============================================================ */
.process-section {
  background: var(--peach);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.process-header {
  text-align: center;
  margin-bottom: 72px;
}
.process-header h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 16px;
}
.process-header p {
  font-size: 1rem;
  color: rgba(26,26,26,0.55);
  line-height: 1.8;
  max-width: 44ch;
  margin: 0 auto;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}

/* Connecting line between steps */
.process-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  height: 2px;
  background: linear-gradient(90deg, var(--green-light) 0%, var(--green) 50%, var(--green-light) 100%);
  z-index: 0;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}

.step-num {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(109,155,97,0.35), 0 0 0 4px var(--peach), 0 0 0 6px rgba(109,155,97,0.2);
}

.step-title {
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--brown);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.step-desc {
  font-size: 0.88rem;
  color: rgba(26,26,26,0.6);
  line-height: 1.75;
}

/* ============================================================
   KARRIERE — Accordion
   ============================================================ */
.karriere-section {
  background: var(--white);
  padding: 130px 0;
}

.karriere-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-end;
  margin-bottom: 72px;
}
.karriere-header h2 {
  font-weight: 900;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.92;
}
.karriere-header p {
  font-size: 1.02rem;
  color: rgba(26,26,26,0.6);
  line-height: 1.8;
  max-width: 44ch;
}

details.job-item {
  border-top: 1px solid rgba(150,121,100,0.15);
}
details.job-item:last-of-type {
  border-bottom: 1px solid rgba(150,121,100,0.15);
}

details.job-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
details.job-item summary::-webkit-details-marker { display: none; }

.job-summary-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.job-summary-title {
  font-weight: 900;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  color: var(--brown);
  letter-spacing: -0.02em;
  line-height: 1.05;
  transition: color 0.15s;
  hyphens: auto;
}
details.job-item summary:hover .job-summary-title { color: var(--green); }

.job-summary-tags { display: flex; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }
.job-tag {
  background: var(--cream);
  border: 1.5px solid rgba(150,121,100,0.22);
  border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  padding: 3px 12px; color: var(--brown);
  white-space: nowrap;
}
.badge-new {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white);
  font-size: 0.66rem; font-weight: 900;
  padding: 4px 12px; border-radius: 100px;
  letter-spacing: 0.06em; text-transform: uppercase;
  white-space: nowrap;
}

.job-toggle {
  width: 40px; height: 40px;
  border: 1.5px solid rgba(150,121,100,0.22);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 400;
  color: var(--brown);
  flex-shrink: 0; line-height: 1;
  transition: transform 0.25s ease, background 0.2s, color 0.2s, border-color 0.2s;
}
details[open] .job-toggle {
  transform: rotate(45deg);
  background: var(--green); color: var(--white); border-color: var(--green);
}

.job-body {
  padding: 0 0 48px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 48px; align-items: end;
}
.job-body p {
  font-size: 0.98rem; color: rgba(26,26,26,0.62); line-height: 1.85;
}

/* ============================================================
   NEWS — Light cards
   ============================================================ */
.news-section {
  background: var(--peach);
  padding: 130px 0;
}

.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 52px;
}
.news-header h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

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

.news-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border: 2px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: rgba(109,155,97,0.3);
}
.news-card-img {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card:hover .news-card-img img { transform: scale(1.04); }
.news-card-body {
  padding: 28px 32px 32px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.news-card--has-img .news-card-body { padding-top: 24px; }

.news-date {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--green);
}
.news-card h3 { font-weight: 700; font-size: 1.1rem; color: var(--brown); line-height: 1.25; }
.news-card p  { font-size: 0.9rem; color: rgba(26,26,26,0.62); line-height: 1.7; flex: 1; max-width: none; }
.news-card .read-more {
  font-weight: 700; font-size: 0.83rem; color: var(--green);
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 4px;
  transition: gap 0.15s;
}
.news-card:hover .read-more { gap: 10px; }
.news-card .read-more::after { content: '→'; }

/* ============================================================
   REGISTRATION
   ============================================================ */
.registration-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}

.registration-left {
  background: linear-gradient(155deg, #78a86c 0%, #5a8f50 45%, #3a6232 100%);
  padding: 96px 72px;
  display: flex; flex-direction: column; justify-content: center;
  gap: 32px;
  position: relative; overflow: hidden;
}
.registration-left::before {
  content: '';
  position: absolute; top: -160px; right: -160px;
  width: 520px; height: 520px;
  border: 100px solid rgba(255,255,255,0.04);
  border-radius: 50%;
}

.registration-left .eyebrow { color: rgba(255,255,255,0.55); }
.registration-left .eyebrow::before { background: rgba(255,255,255,0.55); }

.registration-left h2 {
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: var(--white);
  letter-spacing: -0.03em; line-height: 1.05;
}
.registration-left > p {
  font-size: 1rem; color: rgba(255,255,255,0.72);
  line-height: 1.75; max-width: 40ch;
}

.info-list { display: flex; flex-direction: column; gap: 14px; }
.info-list li {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.92rem; color: rgba(255,255,255,0.82);
}
.info-icon {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
}
.info-list li strong { color: var(--white); font-weight: 700; }

.map-wrap {
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}
.map-wrap iframe { display: block; width: 100%; height: 200px; border: 0; }

.registration-right {
  background: var(--cream);
  padding: 96px 72px;
  display: flex; flex-direction: column; justify-content: center;
}

.form-wrap {
  background: var(--white);
  border: 2px solid rgba(150,121,100,0.12);
  border-radius: var(--radius-lg);
  padding: 52px;
  box-shadow: 0 32px 100px rgba(0,0,0,0.06);
}
.form-wrap h3 {
  font-weight: 900; font-size: 1.6rem;
  color: var(--brown); letter-spacing: -0.02em; margin-bottom: 28px;
}

/* Custom registration form */
.kita-form { display: flex; flex-direction: column; gap: 18px; }

.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-weight: 700; font-size: 0.85rem; color: var(--brown);
}
.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea {
  font-family: var(--font);
  width: 100%; padding: 12px 16px;
  border: 2px solid rgba(150,121,100,0.22);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--dark);
  font-size: 0.95rem;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
}
.form-field input:not([type="checkbox"]):focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(109,155,97,0.14);
}
.form-field textarea { resize: vertical; min-height: 90px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-field--check {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.form-field--check input[type="checkbox"] {
  width: 18px; height: 18px;
  flex-shrink: 0; margin-top: 2px;
  accent-color: var(--green);
  border: 2px solid rgba(150,121,100,0.3);
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}
.form-field--check label {
  font-size: 0.8rem; font-weight: 400;
  color: rgba(26,26,26,0.58); line-height: 1.6;
  cursor: pointer;
}
.form-field--check a { color: var(--green); text-decoration: underline; }

.form-submit { margin-top: 4px; }
.form-submit .btn { width: 100%; justify-content: center; }

.form-success {
  background: var(--green-pale);
  border: 2px solid rgba(109,155,97,0.3);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
}
.form-success h4 {
  font-weight: 900; font-size: 1.3rem;
  color: var(--green-dark); margin-bottom: 10px; letter-spacing: -0.02em;
}
.form-success p { font-size: 0.92rem; color: rgba(26,26,26,0.65); line-height: 1.7; max-width: none; }

.form-error {
  background: rgba(209,63,67,0.06);
  border: 2px solid rgba(209,63,67,0.2);
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.88rem; color: var(--red);
  font-weight: 600; margin-bottom: 8px;
}

/* WPForms */
.wpforms-form .wpforms-field-label {
  font-family: var(--font) !important; font-weight: 700 !important;
  color: var(--brown) !important; font-size: 0.88rem !important; margin-bottom: 6px !important;
}
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="date"],
.wpforms-form select,
.wpforms-form textarea {
  font-family: var(--font) !important;
  border: 2px solid rgba(150,121,100,0.22) !important;
  border-radius: var(--radius) !important;
  padding: 12px 16px !important; background: var(--cream) !important;
  color: var(--dark) !important; width: 100% !important;
  font-size: 0.95rem !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
}
.wpforms-form input:focus, .wpforms-form select:focus, .wpforms-form textarea:focus {
  outline: none !important; border-color: var(--green) !important;
  box-shadow: 0 0 0 3px rgba(109,155,97,0.14) !important;
}
.wpforms-form .wpforms-submit {
  font-family: var(--font) !important; font-weight: 700 !important;
  background: linear-gradient(135deg, var(--green), var(--green-dark)) !important;
  color: var(--white) !important; border: none !important;
  border-radius: 100px !important;
  box-shadow: 0 8px 24px rgba(109,155,97,0.3) !important;
  padding: 16px 36px !important; font-size: 0.95rem !important;
  cursor: pointer !important; transition: transform 0.15s, box-shadow 0.15s !important;
}
.wpforms-form .wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 36px rgba(109,155,97,0.42) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--dark);
  color: var(--white);
  padding: 80px 0 40px;
}

.footer-main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 64px;
}

.footer-top {
  display: grid;
  grid-template-columns: 240px 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 36px;
}

.footer-logo-wrap {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}
.footer-logo-svg { width: 44px; height: 44px; flex-shrink: 0; }
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.footer-brand p { font-size: 0.84rem; color: rgba(255,255,255,0.32); line-height: 1.65; max-width: none; }

.footer-col h4 {
  font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.26); margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.88rem; color: rgba(255,255,255,0.52); transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.social-icon {
  width: 15px; height: 15px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: 0.85;
}

.footer-bottom {
  max-width: var(--max-width); margin: 0 auto; padding: 0 64px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.2); max-width: none; }
.footer-legal { display: flex; gap: 28px; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.2); transition: color 0.15s; }
.footer-legal a:hover { color: var(--white); }

/* ============================================================
   STECKBRIEF MODAL
   ============================================================ */
.steckbrief-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28,26,22,0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.steckbrief-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.steckbrief-modal {
  background: var(--cream);
  border-radius: var(--radius-lg);
  max-width: 860px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0,0,0,0.35);
  position: relative;
  transform: translateY(24px);
  transition: transform 0.28s cubic-bezier(.22,.68,0,1.1);
}
.steckbrief-overlay.is-open .steckbrief-modal {
  transform: translateY(0);
}

.steckbrief-photo { overflow: hidden; }
.steckbrief-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.steckbrief-info {
  padding: 60px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.steckbrief-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--green);
}
.steckbrief-name {
  font-weight: 900;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  color: var(--brown);
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.steckbrief-bio {
  font-size: 1rem;
  color: rgba(26,26,22,0.65);
  line-height: 1.85;
  max-width: none;
}

.steckbrief-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 42px; height: 42px;
  background: var(--white);
  border: 1.5px solid rgba(150,121,100,0.2);
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  color: var(--dark);
  transition: transform 0.15s, background 0.15s;
  z-index: 1;
}
.steckbrief-close:hover { transform: scale(1.1); background: var(--cream); }

.steckbrief-prev,
.steckbrief-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, transform 0.15s;
  z-index: 1;
  line-height: 1;
}
.steckbrief-prev { left: 24px; }
.steckbrief-next { right: 24px; }
.steckbrief-prev:hover,
.steckbrief-next:hover {
  background: rgba(255,255,255,0.24);
  transform: translateY(-50%) scale(1.1);
}

.steckbrief-counter {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(150,121,100,0.38);
  letter-spacing: 0.14em;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .steckbrief-modal { grid-template-columns: 1fr; max-height: 88vh; overflow-y: auto; }
  .steckbrief-photo { aspect-ratio: 3 / 4; }
  .steckbrief-info { padding: 36px 28px; }
  .steckbrief-prev { left: 10px; }
  .steckbrief-next { right: 10px; }
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28,26,22,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lightbox-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.lightbox-inner {
  position: relative;
  max-width: 92vw;
  max-height: 92vh;
}

.lightbox-img {
  display: block;
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(0,0,0,0.6);
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42px; height: 42px;
  background: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  color: var(--dark);
  line-height: 1;
  transition: transform 0.15s, background 0.15s;
}
.lightbox-close:hover { transform: scale(1.12); background: var(--cream); }

.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, transform 0.15s;
  z-index: 1001;
  line-height: 1;
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255,255,255,0.24);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-counter {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.14em;
  pointer-events: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  /* Hero */
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 48px; justify-content: flex-start; }
  .hero-right { padding: 60px 40px; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 36px; }
  .hero-photo-stack { width: 300px; height: 430px; }
  .hero-stack-card--front { width: 250px; }
  .hero-stack-card--back { width: 185px; }

  /* Stats */
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }

  /* Rooms */
  .rooms-grid { grid-template-columns: repeat(2, 1fr); gap: 56px 36px; }

  /* Values */
  .values-header { flex-direction: column; align-items: flex-start; gap: 28px; }
  .value-row { grid-template-columns: 60px 1fr; }
  .value-desc { grid-column: 2 / -1; }

  /* Process */
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .process-steps::before { display: none; }

  /* Karriere */
  .karriere-header { gap: 48px; }

  /* Registration */
  .registration-section { grid-template-columns: 1fr; min-height: auto; }
  .registration-left, .registration-right { padding: 80px 56px; }
  .registration-right { order: -1; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 44px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  /* Testimonials */
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid .testimonial-card:last-child { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; width: 100%; }

  /* Karriere */
  .karriere-header { grid-template-columns: 1fr; gap: 20px; }

  /* News */
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-header { flex-direction: column; align-items: flex-start; gap: 20px; }

  /* Values */
  .value-row { grid-template-columns: 56px 1fr; gap: 24px 28px; }
  .value-desc { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  /* Header */
  .header-inner { padding: 0 24px; }
  /* Admin bar mobile */
  .site-nav, .header-right .btn, .sec-menu { display: none; }
  .hamburger { display: flex; }

  .site-nav.is-open {
    display: flex; flex-direction: column;
    position: fixed; top: 72px; left: 0; right: 0; height: auto;
    background: rgba(255, 243, 220, 0.72);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(150,121,100,0.15);
    box-shadow: 0 4px 32px rgba(0,0,0,0.06);
    overflow-y: auto;
    max-height: calc(100vh - 72px);
    z-index: 200;
  }
  .site-nav.is-open ul {
    flex-direction: column; align-items: stretch;
    gap: 0; background: none; border: none; padding: 0; box-shadow: none;
    height: auto; overflow: visible;
  }
  .site-nav.is-open li { border-bottom: 1px solid rgba(150,121,100,0.12); }
  .site-nav.is-open li:last-child { border-bottom: none; }
  .site-nav.is-open a {
    font-size: 1.05rem; font-weight: 700;
    color: var(--brown); padding: 14px 24px; border-radius: 0;
    display: block;
  }
  .site-nav.is-open a:hover, .site-nav.is-open a.current {
    background: none; color: var(--green);
  }

  /* Mobile extras: language + login at bottom of hamburger menu */
  .site-nav.is-open .mobile-extras {
    display: flex; flex-direction: row; align-items: center; gap: 16px;
    padding: 14px 24px 0;
    border-top: 1px solid rgba(150,121,100,0.12);
    margin-top: 8px;
  }
  .site-nav.is-open .mobile-extras-lang { display: flex; gap: 6px; }
  .site-nav.is-open .lang-btn.active { color: var(--cream); }
  .site-nav.is-open .mobile-login {
    font-size: 0.9rem; font-weight: 700; color: var(--brown);
    text-decoration: none; margin-left: auto;
  }
  .site-nav.is-open .mobile-login:hover { color: var(--green); }

  /* Hero */
  .hero-left { padding: 48px 24px; }
  .hero-right { display: none; }
  .hero-tree-deco { width: 200px; height: 200px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 4.5rem); }
  .hero-trust { gap: 14px; }

  /* Stats */
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); padding: 0 24px; }
  .stat-item { padding: 28px 20px; }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.15); }
  .stat-item:nth-child(4) { border-right: none; }

  /* Rooms */
  .rooms-section { padding: 100px 0; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 32px; }
  .room-photo:nth-child(odd)  { transform: rotate(-1.6deg); }
  .room-photo:nth-child(even) { transform: rotate( 1.6deg); }

  /* Values */
  .values-section { padding: 100px 0; }
  .value-row { grid-template-columns: 1fr; gap: 14px; padding: 36px 0; }
  .value-num { display: none; }

  /* Statement */
  .statement-inner { padding: 0 24px; }

  /* Team */
  .team-section { padding: 100px 0; }
  .team-cards { flex-direction: column; align-items: center; gap: 28px; }
  .team-card { width: 100%; max-width: 320px; }
  .team-card:nth-child(odd), .team-card:nth-child(even) { transform: none; }
  .team-card:hover { transform: translateY(-4px); }

  /* Testimonials */
  .testimonials-section { padding: 100px 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-grid .testimonial-card:last-child { grid-column: auto; max-width: none; }

  /* Process */
  .process-section { padding: 100px 0; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }

  /* Karriere */
  .karriere-section { padding: 100px 0; }
  .job-body { grid-template-columns: 1fr; gap: 24px; }
  .job-summary-tags { display: none; }

  /* News */
  .news-section { padding: 100px 0; }
  .news-grid { grid-template-columns: 1fr; }

  /* Registration */
  .registration-left, .registration-right { padding: 72px 24px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-main, .footer-bottom { padding: 0 24px; }
}

@media (max-width: 480px) {
  .rooms-grid { grid-template-columns: 1fr; gap: 40px; max-width: 340px; margin: 0 auto; }
  .room-photo:nth-child(odd), .room-photo:nth-child(even) { transform: none; }
  .room-photo:hover { transform: translateY(-4px); }
  .process-steps { grid-template-columns: 1fr; gap: 36px; }
  .form-wrap { padding: 36px 24px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 3.8rem); }
}

/* ========================================
   Archive / All Posts
   ======================================== */

.archive-page { padding-top: 72px; background: var(--cream); min-height: 100vh; }

.archive-hero {
  background: var(--white);
  border-bottom: 1px solid rgba(150,121,100,0.15);
  padding: 60px 0 48px;
}
.archive-hero .legal-back { margin-bottom: 16px; }
.archive-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--brown-dark);
  margin-top: 8px;
}

.archive-container {
  padding: 60px 32px 100px;
  max-width: 1200px;
}

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

.archive-grid h2 {
  font-size: 1.1rem; font-weight: 700;
  line-height: 1.25;
}
.archive-grid h2 a { color: var(--brown); text-decoration: none; }
.archive-grid h2 a:hover { color: var(--green); }

.archive-pagination {
  margin-top: 48px;
  display: flex; justify-content: center; gap: 12px;
}
.archive-pagination .page-numbers {
  font-size: 0.9rem; font-weight: 600;
  color: var(--brown); text-decoration: none;
  padding: 8px 16px;
  border: 2px solid rgba(150,121,100,0.25);
  border-radius: 6px;
  transition: border-color 0.15s, color 0.15s;
}
.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
  border-color: var(--green); color: var(--green);
}

.archive-empty {
  font-size: 1rem; color: rgba(26,26,26,0.5);
  padding: 60px 0; text-align: center;
}

@media (max-width: 900px) {
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .archive-grid { grid-template-columns: 1fr; }
  .archive-container { padding: 40px 20px 80px; }
}

/* ========================================
   Single Post
   ======================================== */

.single-post-page { padding-top: 72px; background: var(--cream); min-height: 100vh; }

.single-post-hero { position: relative; background: var(--brown-dark); }
.single-post-hero-img {
  position: absolute; inset: 0;
  overflow: hidden;
}
.single-post-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.35;
}
.single-post-hero-content {
  position: relative;
  padding: 72px 0 60px;
}
.single-post-hero-content .legal-back { color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.single-post-hero-content .legal-back:hover { color: var(--white); }
.single-post-hero-content .eyebrow { color: var(--green-light, #a8c99e); }
.single-post-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  margin-top: 10px;
  max-width: 760px;
  line-height: 1.1;
}

/* No hero image — simpler light header */
.single-post-hero:not(:has(.single-post-hero-img)) {
  background: var(--cream);
  border-bottom: 1px solid rgba(150,121,100,0.15);
}
.single-post-hero:not(:has(.single-post-hero-img)) .single-post-hero-content .legal-back { color: var(--brown); opacity: 0.7; }
.single-post-hero:not(:has(.single-post-hero-img)) .single-post-hero-content .eyebrow { color: var(--green); }
.single-post-hero:not(:has(.single-post-hero-img)) .single-post-hero-content h1 { color: var(--brown-dark); }

.single-post-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px 100px;
}

/* Post body typography */
.post-content { font-size: 1rem; line-height: 1.85; color: var(--brown); }
.post-content > * + * { margin-top: 1.4em; }
.post-content h2 {
  font-family: var(--font-display);
  font-size: 1.5rem; color: var(--brown-dark);
  margin-top: 2em; margin-bottom: 0.4em;
}
.post-content h3 {
  font-size: 1.1rem; font-weight: 700;
  color: var(--brown-dark); margin-top: 1.8em;
}
.post-content ul, .post-content ol { padding-left: 1.4em; }
.post-content li { margin-bottom: 0.4em; }
.post-content strong { font-weight: 700; color: var(--brown-dark); }
.post-content em { font-style: italic; }
.post-content a { color: var(--green); text-decoration: underline; }
.post-content a:hover { opacity: 0.8; }
.post-content blockquote {
  border-left: 3px solid var(--green);
  margin-left: 0; padding: 4px 0 4px 24px;
  font-style: italic; color: rgba(26,26,26,0.65);
}
.post-content img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  margin: 8px 0;
}
.post-content p { max-width: none; }

.single-post-footer { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(150,121,100,0.15); }

@media (max-width: 600px) {
  .single-post-container { padding: 40px 20px 80px; }
  .single-post-hero-content { padding: 48px 0 40px; }
}

/* ========================================
   Legal Pages (Impressum / Datenschutz)
   ======================================== */

.legal-page {
  padding-top: 72px;
  min-height: 100vh;
  background: var(--cream);
}

.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px 100px;
}

.legal-back {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brown);
  text-decoration: none;
  margin-bottom: 40px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.legal-back:hover { opacity: 1; }

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--brown-dark);
  margin-bottom: 48px;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brown-dark);
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(150,121,100,0.2);
}

.legal-content h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brown);
  margin: 24px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-content p,
.legal-content li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--brown);
  max-width: none;
}

.legal-content ul {
  padding-left: 20px;
  margin: 12px 0;
}

.legal-content li { margin-bottom: 4px; }

.legal-content a {
  color: var(--green);
  text-decoration: underline;
}
.legal-content a:hover { opacity: 0.8; }

@media (max-width: 600px) {
  .legal-container { padding: 40px 20px 80px; }
}
