/* ═══════════════════════════════════════════════════════════
   CoachingArt – PAGES CSS
   Home · Über mich · NeuroGraphik · Kalender · etc.
   ═══════════════════════════════════════════════════════════ */

/* ══ OPEN-SOURCE GOOGLE FONTS – Quill-Klassen ═══════════════ */
/* Script */
.ql-font-dancing-script   { font-family: 'Dancing Script', cursive !important; }
.ql-font-great-vibes      { font-family: 'Great Vibes', cursive !important; }
.ql-font-pacifico         { font-family: 'Pacifico', cursive !important; }
.ql-font-sacramento       { font-family: 'Sacramento', cursive !important; }
.ql-font-caveat           { font-family: 'Caveat', cursive !important; }
.ql-font-kaushan-script   { font-family: 'Kaushan Script', cursive !important; }
.ql-font-satisfy          { font-family: 'Satisfy', cursive !important; }
.ql-font-cookie           { font-family: 'Cookie', cursive !important; }
/* Serif */
.ql-font-playfair         { font-family: 'Playfair Display', serif !important; }
.ql-font-merriweather     { font-family: 'Merriweather', serif !important; }
.ql-font-lora             { font-family: 'Lora', serif !important; }
.ql-font-libre-baskerville{ font-family: 'Libre Baskerville', serif !important; }
.ql-font-crimson-text     { font-family: 'Crimson Text', serif !important; }
.ql-font-bitter           { font-family: 'Bitter', serif !important; }
.ql-font-serif            { font-family: Georgia, serif !important; }
/* Sans-Serif */
.ql-font-outfit           { font-family: 'Outfit', sans-serif !important; }
.ql-font-poppins          { font-family: 'Poppins', sans-serif !important; }
.ql-font-nunito           { font-family: 'Nunito', sans-serif !important; }
.ql-font-raleway          { font-family: 'Raleway', sans-serif !important; }
.ql-font-lato             { font-family: 'Lato', sans-serif !important; }
.ql-font-montserrat       { font-family: 'Montserrat', sans-serif !important; }
.ql-font-open-sans        { font-family: 'Open Sans', sans-serif !important; }
.ql-font-quicksand        { font-family: 'Quicksand', sans-serif !important; }
/* Display */
.ql-font-oswald           { font-family: 'Oswald', sans-serif !important; }
.ql-font-bebas-neue       { font-family: 'Bebas Neue', sans-serif !important; }
.ql-font-abril-fatface    { font-family: 'Abril Fatface', serif !important; }
/* Mono */
.ql-font-monospace        { font-family: monospace !important; }

/* ══ HOME: HERO ═════════════════════════════════════════════ */
.home-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(680px, 92vw, 960px);
  box-shadow: 0 12px 48px rgba(90,31,104,0.22);
}

.hero-artwork {
  position: fixed;           /* Sticky / Parallax-Effekt */
  top: 0; left: 0; right: 0;
  height: 100vh;
  background: linear-gradient(135deg,#c8e6c9,#b3d9f7,#f8c8d4,#d4b8e0,#fff9c4,#c5e1a5);
  background-size: cover;
  background-position: center top;
  z-index: -1;               /* Hinter allem anderen */
  animation: hueShift 15s ease-in-out infinite alternate;
}
@keyframes hueShift { from{filter:hue-rotate(0deg)saturate(1.1)} to{filter:hue-rotate(25deg)saturate(1.4)} }
.hero-artwork:has([style*="url"]), .hero-artwork[style*="url"] { animation: none; }

/* Gradient-Overlay */
.hero-artwork::after {
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08) 0%,
    rgba(60,15,80,0.25) 55%,
    rgba(60,15,80,0.72) 100%
  );
}

/* Damit der Rest der Seite ÜBER dem sticky Bild liegt */
.hero-wave-divider,
.section-intro, .section-highlights, .section-feats,
.section-cta-banner, .section-offers, .section-about-teaser,
.section-btn-row, .section-video, .section-sticky,
#site-footer, main, .section {
  position: relative;
  z-index: 1;
}

.hero-purple {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: auto;
  min-height: 0;
}

.hero-portrait-ring {
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: clamp(208px, 28.6vw, 338px);   /* +30% */
  height: clamp(208px, 28.6vw, 338px);  /* +30% */
  border-radius: 50%;
  border: 6px solid var(--c-white);
  overflow: hidden;
  background: var(--c-purple);
  box-shadow: var(--shadow-xl), 0 0 0 16px rgba(255,255,255,0.12);
  z-index: 2;
  position: relative;
  animation: portraitIn 0.8s ease both;
}
@keyframes portraitIn { from{opacity:0;transform:scale(0.8)} to{opacity:1;transform:scale(1)} }
.hero-portrait-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 0;
  transform: scale(1.04);  /* fill all the way to edge */
}
.hero-portrait-ring .placeholder-avatar {
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,0.15);
}
.hero-portrait-ring .placeholder-avatar svg { width:65%;height:65%;fill:rgba(255,255,255,0.5); }

.hero-label {
  font-family: var(--f-script);
  font-size: clamp(6rem,5vw,3rem);
  color: var(--c-white);
  margin-bottom: 0.5rem;
  animation: fadeUp 0.7s 0.3s ease both;
}
.hero-tagline {
  font-family: var(--f-script);
  font-size: clamp(2rem,2.5vw,1.3rem);
  color: rgba(255,255,255,0.85);
  max-width: 700px;
  margin-bottom: 2rem;
  animation: fadeUp 0.7s 0.45s ease both;
}
.hero-ctas { display:flex;gap:1rem;flex-wrap:wrap;justify-content:center; animation: fadeUp 0.7s 0.6s ease both; }

@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* ══ HERO: WELLEN-ÜBERGANG ══════════════════════════════════ */
.hero-wave-divider {
  margin-bottom: -2px;
  line-height: 0;
  background: transparent;
  position: relative;
  z-index: 2;  /* über dem fixed artwork */
}
.hero-wave-divider svg { display:block; width:100%; height:70px; }

/* ══ HOME: INTRO / LEITSATZ ════════════════════════════════ */
.section-intro {
  background: #f8f5fc;
  padding: 4rem 0 3rem;
  text-align: center;
}
.home-leitsatz {
  font-family: var(--f-script);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  color: var(--c-purple-dk);
  line-height: 1.55;
  max-width: 780px;
  margin: 0 auto;
  border: none;
  padding: 0;
  font-style: normal;
}

/* ══ HOME: HIGHLIGHTS / BILD-TEXT ═══════════════════════════ */
.section-highlights {}
.highlight-block {
  padding: 5rem 0;
  background: #fff;
}
.highlight-block:nth-child(even) {
  background: #f9f5fd;
}
.hl-wrap {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  box-sizing: border-box;
}
/* Bild links (Standard) */
.highlight-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
}
/* Bild rechts — flex-direction umkehren, kein order-Trick */
.highlight-block.img-right .highlight-inner {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.highlight-img {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(90,31,104,0.18);
  aspect-ratio: 3/2;
  position: relative;
}
.highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform .6s ease;
}
.highlight-img:hover img { transform: scale(1.03); }
.highlight-text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.highlight-text h2 {
  font-family: var(--f-script);
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--c-purple-dk);
  margin-bottom: 1.4rem;
  line-height: 1.25;
}
.highlight-body {
  font-size: 1.02rem;
  color: var(--c-text);
  line-height: 1.9;
  margin-bottom: 1.8rem;
}
.highlight-body p { margin-bottom: 1rem; }
.highlight-body a { color: var(--c-purple); border-bottom: 1px solid rgba(123,45,140,.3); }
.highlight-body strong { font-weight: 700; color: var(--c-purple-dk); }
/* Button-Reihe im Highlight */
.highlight-btns {
  display: -ms-flexbox;
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  align-items: center;
}
/* Zentrierte Variante (kein Bild) */
.highlight-centered {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.highlight-centered h2 {
  font-family: var(--f-script);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--c-purple-dk);
  margin-bottom: 1.2rem;
}
.highlight-centered .highlight-body { font-size: 1.05rem; margin-bottom: 2rem; }
.highlight-centered .highlight-btns { justify-content: center; }
/* Responsive */
@media (max-width: 900px) {
  .highlight-inner,
  .highlight-block.img-right .highlight-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .highlight-img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
  }
}

/* ══ HOME: 3 VORTEILE / ICONS ══════════════════════════════ */
.section-feats {
  background: #fff;
  padding: 4rem 0;
}
.feats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.feat-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--r-xl);
  background: #f8f5fc;
  border: 1.5px solid rgba(123,45,140,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.feat-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.feat-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--c-purple-dk);
  margin-bottom: .6rem;
}
.feat-card p {
  font-size: .95rem;
  color: var(--c-muted);
  line-height: 1.7;
  margin: 0;
}

/* ══ HOME: BUTTON-REIHE ═════════════════════════════════════ */
.section-btn-row {
  background: #f8f5fc;
  padding: 3rem 0;
}
.btn-row-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.pill-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 50px;
}
.pill-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
}
.pill-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: rgba(0,0,0,.13);
  flex-shrink: 0;
}
.pill-divider {
  width: 1px;
  height: 28px;
  opacity: .35;
  flex-shrink: 0;
}
.pill-text {
  padding: 0 1.4rem 0 1.1rem;
  font-weight: 600;
  font-size: .95rem;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .btn-row-inner { flex-direction: column; align-items: stretch; }
  .pill-btn { justify-content: center; }
}

/* ══ HOME: CTA-BANNER ═══════════════════════════════════════ */
.section-cta-banner {
  position: relative;
  padding: 3.5rem 0;
  overflow: hidden;
}
.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: center;
}
.cta-banner-text {
  font-family: var(--f-script);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.cta-banner-text * { color: inherit; }
.cta-banner-btn { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 600px) {
  .cta-banner-inner { flex-direction: column !important; gap: 1.2rem; }
  .cta-banner-btn { width: 100%; justify-content: center; }
}

/* ══ HOME: ANGEBOTE-VORSCHAU ════════════════════════════════ */
.section-offers {
  background: linear-gradient(180deg, #fff 0%, #f3ecfa 100%);
  padding: 4rem 0 5rem;
}
.section-title {
  text-align: center;
  font-family: var(--f-script);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--c-purple);
  margin-bottom: 2.5rem;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.offer-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(90,31,104,.08);
  border: 1.5px solid rgba(123,45,140,.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.offer-icon {
  font-size: 2.5rem;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #f3ecfa;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
  line-height: 1;
}
.offer-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-purple-dk);
  margin-bottom: .6rem;
}
.offer-card p {
  font-size: .92rem;
  color: var(--c-muted);
  line-height: 1.7;
  margin: 0 0 1.2rem;
  flex: 1;
}
.offer-link {
  margin-top: auto;
  font-size: .88rem;
  font-weight: 700;
  color: var(--c-purple);
  text-decoration: none;
  border-bottom: 2px solid rgba(123,45,140,.25);
  padding-bottom: .1rem;
  transition: border-color .2s;
}
.offer-link:hover { border-color: var(--c-purple); }

/* ══ HOME: ÜBER-MICH-TEASER ════════════════════════════════ */
.section-about-teaser {
  background: #fff;
  padding: 5rem 0;
}
.about-teaser-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: center;
}
.about-teaser-img {
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow-lg), 0 0 0 8px rgba(123,45,140,.1);
}
.about-teaser-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-teaser-text h2 {
  font-family: var(--f-script);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--c-purple-dk);
  margin-bottom: 1rem;
}
.about-teaser-text p {
  font-size: 1.05rem;
  color: var(--c-text);
  line-height: 1.85;
  margin-bottom: 1.8rem;
}

/* ── Responsive: Tablet ────────────────────────────────────── */
@media (max-width: 900px) {
  .feats-grid, .offers-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .feats-grid  { grid-template-columns: 1fr; gap: 1.2rem; }
  .offers-grid { grid-template-columns: 1fr; }
  .about-teaser-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .about-teaser-img {
    margin: 0 auto;
    width: 160px; height: 160px;
  }
  .home-leitsatz { font-size: clamp(1.25rem, 5vw, 1.8rem); }
  .section-intro, .section-feats, .section-offers, .section-about-teaser { padding: 2.5rem 0; }
}

/* ══ HOME: VIDEO SECTION ═════════════════════════════════════ */
.section-video {
  background: var(--c-off);
  position: relative;
  padding: 0 0 5rem;
}
/* No arc overlay at all - clean white section with top gap */
.section-video::before { display: none; }

.video-section-inner {
  position: relative;
  z-index: 1;
  max-width: var(--w-md);
  margin: 0 auto;
  text-align: center;
  padding: 4rem clamp(1rem,4vw,2rem) 0;
}
.video-section-inner .section-heading {
  margin-bottom: 2.5rem;
}
.video-section-inner .section-heading h2 {
  color: var(--c-purple-dk);
  text-shadow: none;
  font-size: clamp(1.8rem,4vw,2.6rem);
}
.video-section-inner .section-heading p {
  color: var(--c-muted);
  font-size: 1.05rem;
}

/* 16:9 responsive video container */
.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  background: #1a0a2e;
}

/* Placeholder shown when no video URL is set */
.video-placeholder {
  width: 100%;
  padding-bottom: 42%; /* slightly less tall than 16:9 */
  position: relative;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(123,45,140,0.25) 0%, rgba(90,31,104,0.35) 100%);
  border: 2px dashed rgba(255,255,255,0.15);
  box-shadow: var(--shadow-lg);
}
.video-placeholder-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}
.video-placeholder-icon svg {
  width: 80px;
  height: 80px;
  opacity: 0.6;
}
.video-wrap .video-iframe,
.video-wrap iframe,
.video-wrap video {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  border-radius: var(--r-xl);
}

/* ══ HOME: STICKY BG SECTION ═════════════════════════════════ */
.section-sticky {
  min-height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: var(--c-purple-dk);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-sticky .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(90,31,104,0.30), rgba(123,45,140,0.15));
}
.sticky-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--c-white);
  padding: 3rem 2rem;
  max-width: 720px;
}
.sticky-inner h2 { color:var(--c-white); margin-bottom:1rem; text-shadow:0 3px 20px rgba(0,0,0,.3); }
.sticky-inner p  { color:rgba(255,255,255,.88); font-size:1.1rem; margin-bottom:2rem; }

/* ══ ÜBER MICH ═══════════════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
}
.about-photo {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 3/4;
}
.about-photo img { width:100%;height:100%;object-fit:cover; }
.about-photo-empty {
  background: linear-gradient(135deg, var(--c-purple-pale), #f8f4ff);
  border: 2px dashed rgba(123,45,140,0.2);
  border-radius: var(--r-xl);
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-purple);
  gap: .8rem;
  padding: 2rem;
  text-align: center;
}
.about-photo-empty span { font-size: 3rem; opacity: .4; }
.about-photo-empty p   { font-size: .85rem; color: var(--c-muted); margin: 0; }
.about-text h1 { margin-bottom: 0.3rem; }
.about-text h2 { color: var(--c-purple-lt); font-size: 2rem; margin-bottom: 1.5rem; }
.about-text p  { color: var(--c-muted); }
.about-text a  { color: var(--c-purple); border-bottom: 1px solid var(--c-purple); }
.about-note {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  background: var(--c-purple-pale);
  border-radius: var(--r-md);
  font-size: 0.85rem;
  color: var(--c-muted);
  border-left: 3px solid var(--c-purple-lt);
}
@media (max-width:900px) { .about-grid { grid-template-columns:1fr; } .about-photo { max-width:340px;margin:0 auto; } }

/* ══ NEUROGRAPHIK ════════════════════════════════════════════ */
.ng-intro-box {
  background: var(--c-purple-pale);
  border-radius: var(--r-xl);
  padding: 2.5rem;
  border-left: 4px solid var(--c-purple);
  margin-bottom: 2.5rem;
}
.ng-intro-box strong { display: block; font-size: 1.1rem; color: var(--c-purple); margin-bottom: 0.5rem; }
.ng-source { font-size: 0.82rem; color: var(--c-muted); margin-bottom: 1.5rem; }
.ng-source a { color: var(--c-purple); border-bottom: 1px solid; }
.ng-cta-wrap { text-align: center; margin-top: 3rem; }

/* ══ 10 PRINZIPIEN ═══════════════════════════════════════════ */
.prinzip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.prinzip-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  transition: all var(--t-base);
  cursor: pointer;
}
.prinzip-card:hover { border-color: var(--c-purple-lt); box-shadow: var(--shadow-md); }
.prinzip-card.active { border-color: var(--c-purple); background: var(--c-purple-pale); }
.prinzip-number {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--c-purple);
  color: var(--c-white);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.prinzip-video-stage {
  margin-top: 3rem;
}

/* ══ KUSCHELEVENTS ═══════════════════════════════════════════ */
.kuschel-hero-img {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 3rem;
  box-shadow: var(--shadow-xl);
  border: 6px solid var(--c-purple-pale);
}
.kuschel-hero-img img { width:100%;height:100%;object-fit:cover; }
.kuschel-hero-img.empty {
  background: var(--c-purple-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.kuschel-bold { font-weight: 700; font-size: 1.05rem; margin-bottom: 1.5rem; color: var(--c-text); }

/* ══ KALENDER ════════════════════════════════════════════════ */
.kalender-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.kalender-controls input[type=text],
.kalender-controls select {
  padding: 0.6rem 1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-full);
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--t-fast);
}
.kalender-controls input:focus,
.kalender-controls select:focus { border-color: var(--c-purple); }

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.event-card {
  background: var(--c-white);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.event-card-img {
  height: 180px;
  background: linear-gradient(135deg, var(--c-purple-dk), var(--c-purple-lt));
  overflow: hidden;
}
.event-card-img img { width:100%;height:100%;object-fit:cover; }
.event-card-body { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; gap: 0.5rem; }
.event-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--c-muted);
  font-weight: 600;
}
.event-date-badge {
  background: var(--c-purple);
  color: #fff;
  border-radius: var(--r-sm);
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.event-card h3 { font-size: 1.1rem; color: var(--c-text); margin-bottom: 0.2rem; }
.event-card p  { font-size: 0.88rem; color: var(--c-muted); flex: 1; }
.event-meta { display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:0.5rem; }
.event-meta span { font-size:0.78rem;padding:0.2rem 0.7rem;background:var(--c-purple-pale);color:var(--c-purple);border-radius:var(--r-full); }
.event-card .btn { margin-top:auto; }

.no-events {
  grid-column: 1/-1;
  text-align: center;
  padding: 5rem 2rem;
  color: var(--c-muted);
}
.no-events .icon { font-size: 3rem; margin-bottom: 1rem; }

/* ══ BÜCHER ══════════════════════════════════════════════════ */
.book-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2.5rem;
  align-items: start;
  padding: 2.5rem;
  background: var(--c-white);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  margin-bottom: 2rem;
  transition: box-shadow var(--t-base);
}
.book-item:hover { box-shadow: var(--shadow-lg); }
.book-item:nth-child(even) { direction: rtl; }
.book-item:nth-child(even) > * { direction: ltr; }
.book-cover {
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 2/3;
}
.book-cover img { width:100%;height:100%;object-fit:cover; }
.book-cover.empty {
  background: linear-gradient(135deg, var(--c-purple-pale), var(--c-border));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.book-info h3 { color: var(--c-text); font-size: 1.4rem; margin-bottom: 0.3rem; }
.book-info .publisher { font-size: 0.82rem; color: var(--c-muted); margin-bottom: 1rem; }
@media (max-width:700px) {
  .book-item { grid-template-columns:1fr; direction:ltr!important; }
  .book-cover { max-width:180px; }
}

/* ══ KONTAKT ═════════════════════════════════════════════════ */
.kontakt-grid { display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start; }
.kontakt-form .field { margin-bottom:1.2rem; }
.kontakt-form label { display:block;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.4px;color:var(--c-muted);margin-bottom:0.4rem; }
.kontakt-form input,
.kontakt-form textarea {
  width:100%;padding:0.8rem 1rem;
  border:1.5px solid var(--c-border);
  border-radius:var(--r-md);
  font-size:0.95rem;
  outline:none;
  transition:border-color var(--t-fast);
  background:#fff;
}
.kontakt-form input:focus,
.kontakt-form textarea:focus { border-color:var(--c-purple); }
.kontakt-form textarea { min-height:140px;resize:vertical; }
.kontakt-info-card {
  background:var(--c-purple);
  color:#fff;
  border-radius:var(--r-xl);
  padding:2.5rem;
}
.kontakt-info-card h3 { color:#fff;margin-bottom:1.5rem; }
.kontakt-info-card p { color:rgba(255,255,255,.85);font-size:.9rem;line-height:2; }
.kontakt-info-card a { color:#fff;border-bottom:1px solid rgba(255,255,255,.4); }
@media (max-width:900px) { .kontakt-grid { grid-template-columns:1fr; } }

/* ══ SIMPLE PAGE (impressum, datenschutz) ════════════════════ */
.simple-page {
  max-width: var(--w-md);
  margin: 0 auto;
  padding: 0 clamp(1rem,4vw,2rem);
}
.simple-page h2 {
  color: var(--c-purple-dk);
  font-size: 1.2rem;
  margin: 2.5rem 0 .7rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid rgba(123,45,140,.1);
}
.simple-page h2:first-child { margin-top: 0; }
.simple-page h3 { margin: 1.8rem 0 .5rem; font-size: 1.05rem; color: var(--c-purple); }
.simple-page p, .simple-page li { color: var(--c-text); line-height: 1.85; }
.simple-page p { margin-bottom: .9rem; }
.simple-page a { color: var(--c-purple); }
.simple-page ul { padding-left: 1.4rem; margin-bottom: 1rem; }
.simple-page li { margin-bottom: .3rem; }
.simple-page em { color: var(--c-muted); font-size: .9rem; }

/* ══ BOOKING ═════════════════════════════════════════════════ */
.booking-section {
  background: var(--c-purple-pale);
  padding: var(--gap-xl) 0;
  border-top: 1px solid var(--c-border);
}

.booking-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
}
.booking-card-header {
  background: linear-gradient(135deg, var(--c-purple-dk), var(--c-purple-lt));
  padding: 2rem 2.5rem;
  color: #fff;
}
.booking-card-header h2 { color: #fff; margin-bottom: .3rem; }
.booking-card-header p  { color: rgba(255,255,255,.82); font-size: .9rem; }
.booking-card-body { padding: 2rem 2.5rem; }

.booking-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.5rem;
}
.booking-event-meta .meta-chip {
  background: var(--c-purple-pale);
  color: var(--c-purple);
  border-radius: var(--r-full);
  padding: .35rem .9rem;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.booking-form .field { margin-bottom: 1.1rem; }
.booking-form label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--c-muted);
  margin-bottom: .35rem;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  font-size: .95rem;
  font-family: var(--f-body);
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  background: #fff;
  color: var(--c-text);
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--c-purple);
  box-shadow: 0 0 0 3px rgba(123,45,140,.1);
}
.booking-form textarea { resize: vertical; min-height: 90px; }
.booking-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.price-summary {
  background: var(--c-purple-pale);
  border-radius: var(--r-md);
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  border: 1px solid rgba(123,45,140,.15);
}
.price-summary .price-line {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
  padding: .2rem 0;
  color: var(--c-muted);
}
.price-summary .price-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-purple);
  border-top: 1px solid rgba(123,45,140,.2);
  margin-top: .6rem;
  padding-top: .6rem;
}

.spots-indicator {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .85rem;
  color: var(--c-muted);
  margin-bottom: 1.5rem;
}
.spots-bar {
  flex: 1;
  height: 6px;
  background: var(--c-border);
  border-radius: var(--r-full);
  overflow: hidden;
}
.spots-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--c-purple), var(--c-accent));
  border-radius: var(--r-full);
  transition: width .5s ease;
}
.spots-bar-fill.almost { background: linear-gradient(90deg, #e67e22, #f39c12); }
.spots-bar-fill.full   { background: linear-gradient(90deg, #e74c3c, #c0392b); }

/* Confirmation page */
.booking-confirm {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2rem;
}
.booking-confirm .check-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 30px rgba(46,204,113,.3);
}
.booking-confirm h2 { color: var(--c-text); margin-bottom: .5rem; }
.booking-confirm .booking-ref {
  background: var(--c-purple-pale);
  border-radius: var(--r-md);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-family: monospace;
  font-size: .9rem;
  color: var(--c-purple);
  letter-spacing: .05em;
  border: 1px dashed rgba(123,45,140,.3);
}
.payment-instructions {
  background: #fff8e1;
  border-radius: var(--r-lg);
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-left: 4px solid #f39c12;
  text-align: left;
}
.payment-instructions h4 { color: #b7791f; margin-bottom: .8rem; font-family: var(--f-body); font-weight: 700; }
.payment-instructions .bank-row {
  display: flex;
  justify-content: space-between;
  padding: .3rem 0;
  font-size: .88rem;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.payment-instructions .bank-row:last-child { border-bottom: none; }
.payment-instructions .bank-row .key { color: #888; }
.payment-instructions .bank-row .val { font-weight: 600; color: var(--c-text); font-family: monospace; }

.booking-status-badge {
  display: inline-block;
  padding: .25rem .8rem;
  border-radius: var(--r-full);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.bstatus-pending  { background: #fef3c7; color: #92400e; }
.bstatus-paid     { background: #d1fae5; color: #065f46; }
.bstatus-cancelled{ background: #fee2e2; color: #991b1b; }

/* Event card booking button */
.event-card .spots-left {
  font-size: .75rem;
  color: var(--c-muted);
  margin-top: .3rem;
}
.event-card .spots-left.few { color: #e67e22; font-weight: 600; }
.event-card .spots-left.full { color: #e74c3c; font-weight: 600; }

@media (max-width: 600px) {
  .booking-card-body { padding: 1.5rem; }
  .booking-form .row-2 { grid-template-columns: 1fr; }
}

/* ── Prose content (from page editor) ───────────────────── */
.prose {
  line-height: 1.9;
  color: var(--c-text);
  font-size: 1.02rem;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  overflow: hidden;
}

.prose h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  color: var(--c-purple-dk);
  margin: 2.5rem 0 .8rem;
  line-height: 1.3;
}
.prose h3 {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--c-purple);
  margin: 1.6rem 0 .45rem;
}
.prose p  { line-height: 1.9; }
.prose ul, .prose ol { padding-left: 1.6rem; margin-bottom: 1rem; }
.prose li { margin-bottom: .35rem; }
.prose a  { color: var(--c-purple); border-bottom: 1px solid rgba(123,45,140,.3); }
.prose a:hover { border-color: var(--c-purple); }
.prose strong { font-weight: 1700; margin-top: 1,5rem }
.prose blockquote {
  border-left: 4px solid var(--c-purple);
  background: rgba(123,45,140,.05);
  padding: .9rem 1.3rem;
  border-radius: 0 10px 10px 0;
  margin: 1.4rem 0;
  color: var(--c-purple-dk);
  font-style: italic;
}
/* All images fully contained + nicely styled */
.prose img {
  max-width: 100%;
  height: auto;
}
/* Float wrapper divs */
.prose div[style*="float:left"]  { float: left; }
.prose div[style*="float:right"] { float: right; }
/* Clearfix */
.prose::after { content:''; display:table; clear:both; }
/* Mobile: stack floats */
@media (max-width: 600px) {
  .prose div[style*="float:left"],
  .prose div[style*="float:right"] {
    float: none !important;
    width: 100% !important;
    margin: 1rem 0 !important;
  }
}
.prose blockquote {
  border-left: 4px solid var(--c-purple-lt);
  padding: .8rem 1.2rem;
  margin: 1.5rem 0;
  color: var(--c-muted);
  font-style: italic;
  background: var(--c-purple-pale);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.prose .notice-box {
  background: var(--c-purple-pale);
  border-left: 4px solid var(--c-purple);
  padding: 1rem 1.2rem;
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin: 1.5rem 0;
}
.intro-bold {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-purple-dk);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--c-border);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE – vollständig
   ══════════════════════════════════════════════════════════ */

/* Image-text grid responsive */
.img-text-grid {
  display: grid !important;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 680px) {
  .img-text-grid {
    grid-template-columns: 1fr !important;
  }
  .img-text-grid > div:first-child {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Tablet & Mobile (≤ 768px) */
@media (max-width: 768px) {

  /* Hero */
  .page-hero { padding: 2.5rem 1.2rem; }
  .page-hero h1 { font-size: clamp(1.4rem, 5vw, 2rem); }

  /* Home hero */
  .home-hero { min-height: 65vh; }
  .hero-portrait-ring { width: 182px; height: 182px; }
  .hero-name  { font-size: clamp(1.6rem, 6vw, 2.5rem) !important; }

  /* Content section */
  .section { padding: 2.5rem 0 !important; }

  /* Prose */
  .prose { font-size: .97rem; }
  .prose h2 { font-size: 1.3rem; }
  .prose h3 { font-size: 1.1rem; }

  /* Image blocks: stack on mobile */
  div[style*="float:left"],
  div[style*="float:right"] {
    float: none !important;
    width: 100% !important;
    margin: 0 0 1.2rem 0 !important;
  }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; }

  /* Booking form */
  .booking-form .row-2 { grid-template-columns: 1fr; }
  .booking-header { flex-direction: column; gap: .8rem; }

  /* Buttons full-width */
  .btn-lg { width: 100%; justify-content: center; }

  /* Event popup */
  #eventPopup > div { margin: .5rem; border-radius: 16px; }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {

  /* Header */
  .logo-title { font-size: 1.3rem; }

  /* Containers */
  .container,
  .container--lg,
  .container--md,
  .container--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Hero */
  .home-hero { min-height: 55vh; }
  .hero-portrait-ring { width: 143px; height: 143px; }

  /* Prose */
  .prose { font-size: .93rem; line-height: 1.8; }
  .prose h2 { font-size: 1.2rem; }

  /* Tables */
  table { font-size: .85rem; }
  td, th { padding: .4rem .5rem; }

  /* CTA buttons */
  .btn { padding: .7rem 1.4rem; font-size: .9rem; }

  /* Footer */
  #site-footer { padding: 2.5rem 1rem 0; }
  .footer-heading { font-size: 1.3rem; }
  .footer-copy { font-size: .75rem; }

  /* Section headings */
  .section-heading h2 { font-size: 1.6rem; }
}

/* Prevent horizontal scroll globally */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}
.video-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}