/*
Theme Name: Thilo Hospes
Theme URI: https://thilo-hospes.de
Author: Thilo Hospes
Author URI: https://thilo-hospes.de
Description: Persönliches Author-Theme für thilo-hospes.de — LifeTime Journey
Version: 1.2.5
Requires at least: 6.0
Tested up to: 6.7
License: Private
Text Domain: thilo-hospes
*/

  :root {
    --gold:       #b8923a;
    --gold-light: #cfa84e;
    --gold-dim:   rgba(184,146,58,0.13);
    --gold-faint: rgba(184,146,58,0.06);
    --bg:   #0b1229;
    --bg2:  #0d1630;
    --bg3:  #101a38;
    --bg4:  #0c1327;
    --bg5:  #0f182e;
    --text:     #cdc4b4;
    --text-dim: #7e7668;
    --text-muted: #4f4b42;
    --border:   rgba(184,146,58,0.16);
    --border-sub: rgba(255,255,255,0.05);
    --max-width: 1200px;
    --nav-h: 58px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.7; overflow-x: hidden; }
  a { color: inherit; text-decoration: none; }


  .nav-desktop-menu { display: flex; align-items: center; }
  #site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: var(--nav-h); background: rgba(11,18,41,0.98); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(184,146,58,0.25); }
#site-nav::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 112px; pointer-events: none; background: linear-gradient(to bottom, rgba(11,18,41,0.92) 0%, rgba(11,18,41,0.56) 42%, rgba(11,18,41,0.18) 78%, transparent 100%); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
  #site-nav .nav-logo { display: flex; align-items: center; gap: 14px; }
  #site-nav .nav-logo-wrap { display: flex; align-items: center; height: 40px; }
  #site-nav .nav-logo-wrap img { height: 40px; width: auto; display: block; }
  #site-nav .nav-brand { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
  #site-nav .nav-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: #fff; letter-spacing: 0.04em; line-height: 1; }
  #site-nav .nav-brand-accent { color: var(--gold); font-weight: 400; }
  #site-nav .nav-brand-sub { font-family: 'Jost', sans-serif; font-size: 9.5px; font-weight: 300; color: rgba(184,146,58,0.9); letter-spacing: 0.18em; text-transform: uppercase; line-height: 1; }
  #site-nav .nav-links { display: flex; gap: 28px; list-style: none; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: #fff; }
  #site-nav .nav-links a { transition: color 0.2s; }
  #site-nav .nav-links a:hover { color: #fff; }
  #site-nav .nav-cta { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 18px; border: 1px solid rgba(184,146,58,0.7); color: #b8923a; transition: all 0.25s; }
  #site-nav .nav-cta:hover { background: rgba(184,146,58,0.15); }
  .nav-hamburger { -webkit-tap-highlight-color: transparent; touch-action: manipulation; display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 10px; min-width: 44px; min-height: 44px; position: relative; z-index: 10002; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; transition: all 0.3s; border-radius: 2px; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; background: #0b1229; border-bottom: 1px solid rgba(184,146,58,0.3); z-index: 10001; padding-bottom: 20px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .nav-mobile-menu ul { list-style: none; }
  .nav-mobile-link { display: block; padding: 14px 28px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.05); transition: color 0.2s; }
  .nav-mobile-link:hover { color: var(--gold); }
  .nav-mobile-menu.open { display: block; }
  .nav-mobile-menu.open ul { display: block; }
  .nav-mobile-menu.open li { display: block; }
  .nav-mobile-menu.open a { display: block; color: #fff; }
body.mobile-menu-open { overflow-x: hidden; }

.nav-mobile-list, .nav-mobile-menu ul { margin: 0; padding: 0; }
.nav-mobile-menu li:first-child .nav-mobile-link, .nav-mobile-menu li:first-child > a { padding-top: 18px; }

  .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 120px 80px 100px; background: var(--bg); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
  .hero-inner { display: block; width: 100%; max-width: 860px; position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 30px; display: flex; align-items: center; gap: 14px; }
  .hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px, 6.5vw, 84px); font-weight: 300; line-height: 1.05; color: #e8e0d0; margin-bottom: 28px; }
  .hero-title em { font-style: italic; color: var(--gold); }
  .hero-subtitle { font-size: 14.5px; color: var(--text-dim); max-width: 620px; line-height: 1.85; margin-bottom: 48px; }
  .hero-actions { display: flex; align-items: center; gap: 28px; }
  .btn-primary { display: inline-block; padding: 12px 30px; background: var(--gold); color: var(--bg); font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.25s; }
  .btn-primary:hover { background: var(--gold-light); }
  .btn-ghost { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); border-bottom: 1px solid transparent; padding-bottom: 2px; transition: all 0.22s; }
  .btn-ghost:hover { color: var(--text); border-bottom-color: var(--text-dim); }
  .hero-book { display: flex; justify-content: center; }

  /* ── BOOK SLIDER ─── */
  .book-slider-wrap { position: relative; width: 320px; max-width: 100%; }
  .book-slider { position: relative; width: 260px; aspect-ratio: 2/3; }
  .book-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1); transform: scale(0.96); pointer-events: none; }
  .book-slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
  .book-cover { width: 100%; height: 100%; background: linear-gradient(160deg, #122060 0%, #0b1229 100%); border: 1px solid rgba(184,146,58,0.22); position: relative; box-shadow: 0 40px 90px rgba(0,0,0,0.7); overflow: hidden; }
  .book-cover::before { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(184,146,58,0.1); pointer-events: none; z-index: 1; }
  .book-cover img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; display: block; }
  /* Slider dots */
  .slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
  .slider-dot { width: 20px; height: 2px; background: rgba(184,146,58,0.25); cursor: pointer; transition: background 0.3s, width 0.3s; border: none; padding: 0; }
  .slider-dot.active { background: var(--gold); width: 36px; }
  /* Slider arrows */
  .slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: rgba(11,18,41,0.7); border: 1px solid rgba(184,146,58,0.3); color: var(--gold); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; font-size: 14px; line-height: 1; }
  .slider-arrow:hover { background: rgba(184,146,58,0.15); }
  .slider-arrow--prev { left: -42px; }
  .slider-arrow--next { right: -42px; }
  /* counter */
  .slider-counter { text-align: center; margin-top: 10px; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); }

  /* ── BÜCHER SEKTION ─── */
  .books { background: var(--bg3); border-top: 1px solid var(--border); padding: 110px 80px; }
  .books-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
  .books-intro { font-size: 13.5px; color: var(--text-dim); max-width: 420px; line-height: 1.85; }
  .books-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
  .book-card { background: var(--bg2); padding: 0; display: flex; flex-direction: column; transition: background 0.3s; overflow: hidden; }
  .book-card:hover { background: #131d42; }
  .book-card-cover { width: 100%; aspect-ratio: 2/3; overflow: hidden; position: relative; }
  .book-card-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(.22,1,.36,1); }
  .book-card:hover .book-card-cover img { transform: scale(1.04); }
  .book-card-body { padding: 36px 36px 40px; flex: 1; display: flex; flex-direction: column; border-top: 1px solid var(--border); }
  .book-card-band { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
  .book-card-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: #e0d8c8; line-height: 1.3; margin-bottom: 8px; }
  .book-card-sub { font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; }
  .book-card-desc { font-size: 13px; color: var(--text-dim); line-height: 1.8; flex: 1; }
  .book-card-tag { display: inline-block; margin-top: 24px; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(184,146,58,0.3); padding: 5px 14px; align-self: flex-start; transition: background 0.2s; }
  .book-card-tag:hover { background: var(--gold-dim); }

  /* Trustpilot Section */
  .trustpilot-section { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 100px 80px; }
  .tp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1200px; margin: 0 auto; align-items: center; }
  .tp-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 54px); font-weight: 300; color: #e8e0d0; line-height: 1.15; margin: 16px 0 20px; }
  .tp-title em { font-style: italic; color: var(--gold); }
  .tp-sub { font-size: 13.5px; color: var(--text-dim); line-height: 1.85; max-width: 380px; }
  .tp-widget-wrap { background: var(--bg); border: 1px solid var(--border); border-radius: 2px; padding: 48px; }
  .tp-placeholder { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .tp-logo { height: 28px; width: auto; }
  .tp-stars { display: flex; gap: 4px; }
  .tp-star { font-size: 28px; color: rgba(255,255,255,0.15); }
  .tp-star.filled { color: var(--gold); }
  .tp-none { font-size: 13px; color: var(--text-muted); letter-spacing: 0.08em; margin: 0; }
  .tp-cta { display: inline-block; margin-top: 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; border: 1px solid rgba(184,146,58,0.68); padding: 10px 22px; transition: background 0.2s; }
  .tp-cta:hover { background: rgba(184,146,58,0.12); }
  @media (max-width: 960px) {
    .books { padding: 80px 28px; }
    .books-hd { flex-direction: column; align-items: flex-start; gap: 18px; }
    .books-grid { grid-template-columns: repeat(2, 1fr); }
    .book-card-body { padding: 18px 16px 22px; }
    .book-card-title { font-size: 16px; }
    .book-card-desc { font-size: 12px; }
    .trustpilot-section { padding: 80px 28px; }
    .tp-inner { grid-template-columns: 1fr; gap: 48px; }
    .tp-widget-wrap { padding: 32px 24px; }
  }

  .about { background: var(--bg2); display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
  .about-image-col { background: var(--bg2); display: flex; align-items: center; justify-content: center; min-height: 520px; border-right: 1px solid var(--border); position: relative; overflow: visible; }
  .about-monogram { font-family: 'Cormorant Garamond', serif; font-size: 130px; font-weight: 300; color: rgba(184,146,58,0.10); letter-spacing: -0.02em; user-select: none; text-shadow: 0 0 10px rgba(184,146,58,0.12); }
  .about-content { padding: 80px 68px; }
  .section-eyebrow { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
  .section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); }
  .about-name { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 400; color: #e8e0d0; line-height: 1.1; margin-bottom: 6px; }
  .about-roles { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 36px; }
  .about-bio { font-size: 13.5px; color: var(--text-dim); line-height: 1.85; margin-bottom: 52px; }

  .timeline { display: flex; flex-direction: column; }
  .tl-item { display: grid; grid-template-columns: 22px 1fr; gap: 0 18px; padding: 18px 0; border-bottom: 1px solid var(--border-sub); align-items: start; }
  .tl-item:first-child { border-top: 1px solid var(--border-sub); }
  .tl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-top: 7px; box-shadow: 0 0 8px rgba(184,146,58,0.4); }
  .tl-year { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; opacity: 0.9; }
  .tl-title { font-size: 13.5px; color: var(--text); font-weight: 400; line-height: 1.5; }
  .tl-desc { font-size: 12px; color: var(--text-dim); margin-top: 2px; line-height: 1.6; }

  .quote-strip { background: var(--bg2); padding: 0 80px 80px; }
  .quote-block { border-left: 3px solid var(--gold); padding: 40px 52px; background: var(--bg3); }
  blockquote { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; font-style: italic; color: #ddd5c5; line-height: 1.65; margin-bottom: 22px; }
  cite { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-style: normal; opacity: 0.75; display: block; margin-top: 20px; }


  /* ── SITE INFO EXPANDED ─────────────────────── */
  .site-info { padding: 110px 80px; background: var(--bg4); border-top: 1px solid var(--border); }
  .site-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 72px; }
  .si-block { background: var(--bg3); padding: 48px 44px; transition: background 0.3s; }
  .si-block:hover { background: #131d42; }
  .si-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: rgba(184,146,58,0.08); line-height: 1; margin-bottom: 16px; }
  .si-cat { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .si-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #e0d8c8; line-height: 1.3; margin-bottom: 16px; }
  .si-text { font-size: 13px; color: var(--text-dim); line-height: 1.82; }
  .si-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
  .si-tag { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border); padding: 4px 12px; }
  .si-row1 { margin-top: 48px; margin-bottom: 56px; }
  .si-row1-sub { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #fff; margin: 16px 0 12px; }
  .si-row1-desc { font-size: 15px; line-height: 1.75; color: #fff; max-width: 820px; }
  .si-row2 { margin-bottom: 56px; }
  .si-row3 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; border-top: 1px solid var(--border); padding-top: 52px; }
  .si-row3-text p:last-child { margin-bottom: 0; }
  .site-col-quote { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; font-style: italic; color: #ddd5c5; line-height: 1.65; border-left: 3px solid var(--gold); padding: 40px 52px; background: var(--bg3); margin: 0; }
  .site-col-text { font-size: 13.5px; line-height: 1.8; color: var(--text-dim); margin-bottom: 16px; }
  .site-motivation { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-top: 72px; align-items: start; }
  .motivation-quote { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; font-style: italic; color: #ddd5c5; line-height: 1.65; border-left: 3px solid var(--gold); padding: 40px 52px; background: var(--bg3); }
  .motivation-text { font-size: 13.5px; color: var(--text-dim); line-height: 1.85; display: flex; flex-direction: column; gap: 18px; }
  @media (max-width: 960px) {
    .site-info-grid { grid-template-columns: 1fr; }
    .site-info-3col { grid-template-columns: 1fr; gap: 40px; }
    .si-row3 { grid-template-columns: 1fr; gap: 32px; }
    .site-motivation { grid-template-columns: 1fr; gap: 40px; }
  }

  .site-info-inner { max-width: 100%; }
  .site-info-eyebrow { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 36px; }
  .site-claim { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 4.2vw, 60px); font-weight: 300; line-height: 1.2; color: #e8e0d0; }
  .site-claim em { font-style: italic; color: #fff; }
  .site-desc { font-size: 14px; color: var(--text-dim); line-height: 1.85; max-width: 580px; margin-top: 44px; }

  /* ── Pfad A / B Split ─────────────────────────────────────────────────── */
  .pfad-split { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
  .pfad-split-col { position: relative; overflow: hidden; padding: 96px 80px; }
  .pfad-a { background: var(--bg); border-right: 1px solid var(--border); }
  .pfad-b { background: var(--bg2); }
  .pfad-split-inner { position: relative; z-index: 1; max-width: 520px; }
  .pfad-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 14px; border: 1px solid var(--gold); color: var(--gold); margin-bottom: 32px; }
  .pfad-badge-b { border-color: rgba(184,146,58,0.5); color: rgba(184,146,58,0.75); }
  .pfad-split-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; color: #e8e0d0; line-height: 1.2; margin-bottom: 24px; }
  .pfad-split-text { font-size: 15px; color: var(--text-dim); line-height: 1.85; margin-bottom: 40px; max-width: 440px; }
  .pfad-split-orb { position: absolute; bottom: -100px; right: -100px; width: 340px; height: 340px; border-radius: 50%; background: rgba(5,10,25,0.55); pointer-events: none; z-index: 0; }
  @media (max-width: 900px) {
    .pfad-split { grid-template-columns: 1fr; }
    .pfad-a { border-right: none; border-bottom: 1px solid var(--border); }
    .pfad-split-col { padding: 64px 28px; }
  }

  .themes { background: var(--bg2); border-top: 1px solid var(--border); padding: 96px 80px; }
  .themes-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 400; color: #e8e0d0; margin-top: 2px; line-height: 1; }
  .themes-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
  .theme-card { position:relative; display:block; min-height:220px; padding:26px 24px 24px; border:1px solid var(--border); border-radius:22px; background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.015)); overflow:hidden; isolation:isolate; text-decoration:none; transition:transform 0.35s cubic-bezier(.22,1,.36,1), box-shadow 0.35s, border-color 0.35s, background 0.35s; }
  .theme-card::before { content:''; position:absolute; inset:0; opacity:.5; pointer-events:none; background:radial-gradient(circle at top right,rgba(184,146,58,0.12),transparent 42%); }
  .theme-card:hover { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(184,146,58,0.2); }
  .theme-num, .theme-cat, .theme-title, .theme-desc, .theme-link { position:relative; z-index:2; }
  .theme-num { font-family:'Cormorant Garamond', serif; font-size:76px; font-weight:300; color:rgba(184,146,58,0.07); line-height:1; margin-bottom:12px; }
  .theme-cat { font-size:9px; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
  .theme-title { font-family:'Cormorant Garamond', serif; font-size:clamp(26px,2.3vw,34px); font-weight:400; color:#e0d8c8; line-height:1.15; margin:0 0 12px; max-width:18ch; }
  .theme-desc { margin:0; font-size:12.5px; color:var(--text-dim); line-height:1.78; max-width:50ch; }
  .theme-link { display:inline-block; margin-top:26px; font-size:9.5px; letter-spacing:0.15em; text-transform:uppercase; color:var(--gold); border-bottom:1px solid transparent; padding-bottom:2px; transition:border-color 0.2s; }
  .theme-link:hover { border-bottom-color:#fff; }

  .posts { padding: 96px 80px; background: var(--bg); border-top: 1px solid var(--border); }
  .posts-hd { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; }
  .posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); }
  .post-card { background: var(--bg3); padding: 36px 32px; border-right: 1px solid var(--border); transition: background 0.25s; cursor: pointer; }
  .post-card:last-child { border-right: none; }
  .post-card:hover { background: #131c3d; }
  .post-cat { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
  .post-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: #e0d8c8; line-height: 1.35; margin-bottom: 12px; }
  .post-excerpt { font-size: 12.5px; color: var(--text-dim); line-height: 1.75; margin-bottom: 24px; }
  .post-date { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }

  .paths { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
  .path-block { padding: 84px 80px; position: relative; overflow: hidden; }
  .path-block--a { background: var(--bg2); border-right: 1px solid var(--border); }
  .path-block--b { background: var(--bg3); }
  .path-orb { position: absolute; bottom: -30px; right: -30px; width: 180px; height: 180px; border-radius: 50%; }
  .path-orb--gold { background: var(--gold); opacity: 0.08; }
  .path-orb--warm { background: #d8cdb8; opacity: 0.05; }
  .path-tag { display: inline-block; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border); padding: 5px 14px; margin-bottom: 36px; }
  .path-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 2.8vw, 40px); font-weight: 400; color: #e8e0d0; line-height: 1.2; margin-bottom: 22px; }
  .path-desc { font-size: 13.5px; color: var(--text-dim); line-height: 1.82; max-width: 360px; margin-bottom: 36px; }

  .youtube { background: var(--bg2); border-top: 1px solid var(--border); padding: 96px 80px; }
  .yt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 52px; }
  .yt-item { display: flex; align-items: center; gap: 20px; background: var(--bg3); padding: 22px 26px; border: 1px solid var(--border); transition: background 0.25s; cursor: pointer; }
  .yt-item:nth-child(5) { }
  .yt-item:hover { background: #131c3d; }
  .yt-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-faint); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .yt-icon svg { width: 13px; height: 13px; fill: var(--gold); }
  .yt-label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
  .yt-title { font-size: 13.5px; color: var(--text); font-weight: 400; line-height: 1.4; }
  .yt-count { font-size: 11px; color: var(--text-muted); margin-top: 3px; }

  footer { background: var(--gold); border-top: 1px solid rgba(255,255,255,0.15); padding: 72px 80px 40px; display: grid; grid-template-columns: 220px repeat(3, 1fr); gap: 48px; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 500; color: #0b1229; margin-bottom: 10px; }
  .footer-tagline { font-size: 11.5px; color: rgba(11,18,41,0.75); line-height: 1.7; margin-top: 6px; }
  .footer-col h4 { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(11,18,41,0.6); margin-bottom: 20px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col li a { font-size: 12.5px; color: rgba(11,18,41,0.85); transition: color 0.2s; }
  .footer-col li a:hover { color: #0b1229; }
  .footer-bottom { border-top: 1px solid rgba(11,18,41,0.2); margin-top: 48px; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; grid-column: 1 / -1; }
  .footer-copy { font-size: 10.5px; color: rgba(11,18,41,0.6); letter-spacing: 0.04em; }
  .footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 500; color: #0b1229; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(11,18,41,0.6); margin-bottom: 20px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { font-size: 12.5px; color: rgba(11,18,41,0.85); transition: color 0.2s; }
  .footer-links a:hover { color: #0b1229; }
  .footer-social a { color: rgba(11,18,41,0.7); transition: color 0.2s; }
  .footer-social a:hover { color: #0b1229; }

  ::-webkit-scrollbar { width: 5px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: rgba(184,146,58,0.25); border-radius: 3px; }
  ::-webkit-scrollbar-thumb:hover { background: var(--gold); }

  @keyframes fadeUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
  @keyframes fadeIn   { from { opacity:0; } to { opacity:1; } }
  @keyframes scaleIn  { from { opacity:0; transform:scale(0.93); } to { opacity:1; transform:scale(1); } }
  @keyframes slideRight { from { opacity:0; transform:translateX(-24px); } to { opacity:1; transform:translateX(0); } }
  @keyframes goldPulse { 0%,100% { box-shadow:0 0 0 0 rgba(184,146,58,0); } 50% { box-shadow:0 0 22px 4px rgba(184,146,58,0.22); } }
  @keyframes float    { 0%,100% { transform:translateY(0px) rotate(0deg); } 50% { transform:translateY(-18px) rotate(2deg); } }
  @keyframes orbDrift { 0%,100% { transform:translate(0,0) scale(1); } 33% { transform:translate(30px,-20px) scale(1.06); } 66% { transform:translate(-20px,15px) scale(0.96); } }
  @keyframes shimmer  { 0% { background-position:-200% center; } 100% { background-position:200% center; } }

  .hero-eyebrow { animation: slideRight 0.7s cubic-bezier(.22,1,.36,1) both; }
  .hero-title   { animation: fadeUp 0.75s 0.12s cubic-bezier(.22,1,.36,1) both; }
  .hero-subtitle{ animation: fadeUp 0.75s 0.22s cubic-bezier(.22,1,.36,1) both; }
  .hero-actions { animation: fadeUp 0.75s 0.32s cubic-bezier(.22,1,.36,1) both; }
  .hero-book    { animation: scaleIn 0.9s 0.18s cubic-bezier(.22,1,.36,1) both; }

  .book-cover { animation: float 6s ease-in-out infinite; }
  .book-line { background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent); background-size: 200% auto; animation: shimmer 2.5s linear infinite; }
  .tl-dot { animation: goldPulse 3s ease-in-out infinite; }

  .hero::before { content:''; position:absolute; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle, rgba(184,146,58,0.07) 0%, transparent 70%); top:-100px; right:-150px; animation:orbDrift 12s ease-in-out infinite; pointer-events:none; }
  .hero::after  { content:''; position:absolute; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle, rgba(100,130,255,0.05) 0%, transparent 70%); bottom:50px; left:-100px; animation:orbDrift 15s ease-in-out infinite reverse; pointer-events:none; border:none; }

  .reveal       { opacity:0; transform:translateY(60px); transition:opacity 0.75s cubic-bezier(.22,1,.36,1), transform 0.75s cubic-bezier(.22,1,.36,1); }
  .reveal.visible { opacity:1; transform:translateY(0); }
  .reveal-left  { opacity:0; transform:translateX(-32px); transition:opacity 0.75s cubic-bezier(.22,1,.36,1), transform 0.75s cubic-bezier(.22,1,.36,1); }
  .reveal-left.visible { opacity:1; transform:translateX(0); }
  .reveal-right { opacity:0; transform:translateX(60px); transition:opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1); }
  .reveal-right.visible { opacity:1; transform:translateX(0); }
  .reveal-scale { opacity:0; transform:scale(0.92); transition:opacity 0.75s cubic-bezier(.22,1,.36,1), transform 0.75s cubic-bezier(.22,1,.36,1); }
  .reveal-scale.visible { opacity:1; transform:scale(1); }
  .stagger-1 { transition-delay:0.05s; }
  .stagger-2 { transition-delay:0.12s; }
  .stagger-3 { transition-delay:0.19s; }
  .stagger-4 { transition-delay:0.26s; }
  .stagger-5 { transition-delay:0.33s; }

  .post-card  { transition:background 0.3s, transform 0.35s cubic-bezier(.22,1,.36,1), box-shadow 0.35s; }
  .post-card:hover { transform:translateY(-5px); box-shadow:0 16px 48px rgba(0,0,0,0.4); }
  .yt-item    { transition:background 0.25s, transform 0.3s cubic-bezier(.22,1,.36,1); }
  .yt-item:hover { transform:translateX(6px); }
  .tl-item    { transition:background 0.2s, padding-left 0.3s cubic-bezier(.22,1,.36,1), opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1); cursor:default; }
  .tl-item:hover { background:rgba(184,146,58,0.04); padding-left:8px; }
  .btn-primary { transition:background 0.25s, transform 0.2s, box-shadow 0.25s; }
  .btn-primary:hover { background:var(--gold-light); transform:translateY(-2px); box-shadow:0 8px 24px rgba(184,146,58,0.68); }
  #site-nav .nav-links a { position:relative; transition:color 0.2s; }
  #site-nav .nav-links a::after { content:''; position:absolute; bottom:-3px; left:0; width:0; height:1px; background:var(--gold); transition:width 0.3s cubic-bezier(.22,1,.36,1); }
  #site-nav .nav-links a:hover::after { width:100%; }
  .quote-block { transition:border-color 0.4s; }
  .quote-block:hover { border-color:var(--gold-light); }
  @keyframes workbookPulse {
    0%, 100% { border-color: rgba(184,146,58,0.25); background: rgba(184,146,58,0.04); }
    50% { border-color: rgba(184,146,58,0.55); background: rgba(184,146,58,0.09); }
  }
  @keyframes workbookGlow {
    0%, 100% { box-shadow: none; }
    50% { box-shadow: 0 0 14px rgba(184,146,58,0.68); }
  }
  #cursor-glow { position:fixed; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(184,146,58,0.06) 0%, transparent 70%); pointer-events:none; z-index:9999; transform:translate(-50%,-50%); transition:opacity 0.3s; will-change:left,top; }

  @media (max-width: 960px) {
    html, body { overflow-x: hidden; max-width: 100%; }
    #cursor-glow { display: none; }
    #site-nav { padding: 0 20px; height: var(--nav-h); display: flex; }
    .nav-desktop-menu { display: none; }
    .nav-hamburger { touch-action: manipulation;  display: flex; }
    #site-nav .nav-logo-wrap img { height: 32px; }
    #site-nav .nav-brand-name { font-size: 15px; }
    .hero { padding: 100px 28px 60px; overflow-x: hidden; }
    .hero-inner { grid-template-columns: 1fr; gap: 40px; width: 100%; }
    .hero-book { display: flex; justify-content: center; margin-left: 0; margin-top: 40px; }
    .book-slider-wrap { width: 100%; max-width: 280px; }
    .about { grid-template-columns: 1fr; }
    .about-image-col { min-height: 240px; }
    .about-content { padding: 56px 28px; }
    .quote-strip { padding: 0 28px 60px; }
    blockquote { font-size: 20px; }
    .site-info { padding: 80px 28px; }
    .themes { padding: 80px 28px; }
    .themes-grid { grid-template-columns: 1fr; }
    .posts { padding: 80px 28px; }
    .posts-grid { grid-template-columns: 1fr; }
    .post-card { border-right: none; border-bottom: 1px solid var(--border); }
    .paths { grid-template-columns: 1fr; }
    .paths-heading { padding: 52px 28px 40px; }
    .path-block--a { border-right: none; border-bottom: 1px solid var(--border); }
    .path-block { padding: 60px 28px; }
    .youtube { padding: 80px 28px; }
    .yt-grid { grid-template-columns: 1fr; }
    .yt-item { border-right: none; }
    footer { grid-template-columns: 1fr 1fr; padding: 56px 28px 36px; }
    .footer-brand { grid-column: 1 / -1; }
    * { max-width: 100%; box-sizing: border-box; }
    img { max-width: 100%; height: auto; }
  }


/* ── HERO SYSTEM (professional base) ───────────────────────────── */
.site-hero,
.archive-hero,
.buch-hero,
.post-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --hero-pattern-th-color: rgba(224, 216, 198, 0.24);
  --hero-pattern-diamond-color: rgba(184, 146, 58, 0.58);
  --hero-overlay:
    linear-gradient(to bottom,
      rgba(11,18,41,0.96) 0px,
      rgba(11,18,41,0.92) 40px,
      rgba(11,18,41,0.82) 96px,
      rgba(11,18,41,0.58) 156px,
      rgba(11,18,41,0.20) 248px,
      rgba(11,18,41,0.00) 340px),
    linear-gradient(to top,
      rgba(11,18,41,0.98) 0%,
      rgba(11,18,41,0.54) 28%,
      rgba(11,18,41,0.16) 56%,
      rgba(11,18,41,0.00) 76%);
}


.site-hero--deep,
.post-hero--deep {
  --hero-pattern-th-color: rgba(224, 216, 198, 0.20);
  --hero-pattern-diamond-color: rgba(184, 146, 58, 0.46);
  --hero-overlay:
    linear-gradient(to bottom,
      rgba(11,18,41,0.98) 0px,
      rgba(11,18,41,0.96) 40px,
      rgba(11,18,41,0.90) 96px,
      rgba(11,18,41,0.76) 156px,
      rgba(11,18,41,0.44) 248px,
      rgba(11,18,41,0.12) 340px),
    linear-gradient(to top,
      rgba(11,18,41,0.99) 0%,
      rgba(11,18,41,0.72) 28%,
      rgba(11,18,41,0.30) 56%,
      rgba(11,18,41,0.08) 76%);
}

.site-hero--deep .site-hero-bg,
.post-hero--deep .site-hero-bg {
  filter: brightness(0.34) saturate(0.85);
}

.site-hero {
  display: flex;
  align-items: flex-start;
  padding: calc(var(--nav-h) + 72px) 80px clamp(56px, 8vw, 92px);
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.site-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(0.42) saturate(0.9);
}

/* ── Scroll Offset für fixe Navigation ───────────────────────────────────── */
.post-body h2,
.post-body h3,
.post-body h4,
.post-section h2,
.post-section h3,
.post-section h4,
article h2,
article h3,
article h4 {
  scroll-margin-top: calc(var(--nav-h) + 24px);
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Inhaltsverzeichnis ───────────────────────────────────────────────────── */
.toc-wrap {
  display: none;
  margin: 40px 0 48px;
}

.toc-wrap.is-visible {
  display: block;
}

.toc-inner {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 32px 40px;
}

.toc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.toc-title {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.toc-header button,
.toc-header .toc-toggle {
  display: inline-flex;
}

.toc-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.toc-list.collapsed {
  display: none;
}

.toc-h2 > a,
.toc-h3 > a {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
}

.toc-h3 > a {
  font-size: 12px;
  opacity: 0.8;
}

/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Pagination ───────────────────────────────────────────────────────────── */
.pagination-wrap {
  display: flex;
  justify-content: center;
  padding: 48px 80px 80px;
}

.pagination-wrap .nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--bg2);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}

.pagination-wrap .page-numbers:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 146, 58, 0.06);
}

.pagination-wrap .page-numbers.current {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 146, 58, 0.08);
}

.pagination-wrap .page-numbers.dots {
  border: none;
  background: none;
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Archive Grid ─────────────────────────────────────────────────────────── */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 80px 80px 80px;
  background: var(--bg);
}

.archive-card {
  display: flex;
  flex-direction: column;
  background: var(--bg2);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
}

.archive-card:hover {
  background: var(--bg3);
}

.archive-card-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.archive-card-content {
  padding: 28px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.archive-card-phase {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.archive-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #e8e0d0;
  line-height: 1.3;
  margin-bottom: 12px;
}

.archive-card-excerpt {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 16px;
}

.archive-card-meta {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

@media (max-width: 960px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 24px 64px;
  }
}

@media (max-width: 600px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Breadcrumbs ──────────────────────────────────────────────────────────── */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs-sep {
  color: var(--gold);
  opacity: 0.5;
}

.breadcrumbs-current {
  color: var(--gold);
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Hero Pattern ─────────────────────────────────────────────────────────── */
.site-hero-pattern,
.post-hero-pattern,
.archive-hero-pattern {
  position: absolute;
  top: -1000px;
  left: -600px;
  right: -600px;
  bottom: -600px;
  transform: rotate(45deg);
  transform-origin: center center;
  z-index: 1;
  pointer-events: none;
}

.site-hero-row {
  display: flex;
  white-space: nowrap;
  align-items: center;
  line-height: 3;
}

.site-hero-row.offset {
  margin-left: -80px;
}

.site-hero-th {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--hero-pattern-th-color);
  letter-spacing: 0.05em;
  user-select: none;
}

.site-hero-diamond {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--hero-pattern-diamond-color);
  transform: rotate(45deg);
  margin: 0 10px;
  flex-shrink: 0;
  vertical-align: middle;
}
/* ─────────────────────────────────────────────────────────────────────────── */


.site-hero-grad {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: var(--hero-overlay);
}

.site-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 860px;
  margin-top: auto;
}

/* WordPress Core */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: var(--text-muted); margin-top: 8px; }
.sticky { position: relative; }
.bypostauthor { position: relative; }
img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }

/* Single Post */
.post-hero {
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 62px) 80px 64px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.post-hero-inner { width: 100%; max-width: 860px; position: relative; z-index: 3; }

.post-hero-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.post-path-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(184,146,58,0.24);
  background: rgba(184,146,58,0.10);
  color: var(--gold);
}

.post-path-badge.pfad-b {
  border-color: rgba(106,143,216,0.28);
  background: rgba(106,143,216,0.12);
  color: #9cb8ec;
}

.post-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1.06;
  color: #e8e0d0;
  margin: 0 0 20px;
  max-width: 14ch;
  text-wrap: balance;
}

.post-hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.post-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(184,146,58,0.65);
}

.post-hero--leitpfad {
  min-height: auto;
  align-items: flex-start;
  padding: calc(var(--nav-h) + 36px) 80px 40px;
}

.post-hero-inner--leitpfad {
  max-width: 980px;
}


.post-hero--leitpfad .post-hero-title {
  margin-bottom: 18px;
}

.post-hero--leitpfad .breadcrumbs {
  margin-bottom: 12px;
}

.post-hero--leitpfad .post-hero-eyebrow {
  margin-bottom: 16px;
}

.post-hero--leitpfad .post-hero-meta {
  margin-top: 0;
}


/* Leitpfade Archive System */
.leitpfad-archive-intro{border-top:none;border-bottom:1px solid var(--border);background:var(--bg);}
.leitpfad-archive-intro-inner{max-width:1280px;margin:0 auto;padding:26px 80px 28px;}
.page-archive-intro{border-top:none;border-bottom:1px solid var(--border);background:var(--bg);}
.page-archive-intro-inner{max-width:1200px;margin:0 auto;padding:26px 80px 28px;}
.archive-desc{max-width:720px;color:var(--text-dim);line-height:1.85;margin-top:16px;}
.leitpfad-top-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;max-width:920px;}
.leitpfad-top-pill{position:relative;display:flex;flex-direction:column;gap:4px;padding:18px 20px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,0.02);text-decoration:none;color:var(--text);transition:.25s ease;overflow:hidden;}
.leitpfad-top-pill::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(184,146,58,0.14),rgba(184,146,58,0.02));opacity:0;transition:.25s ease;}
.leitpfad-top-pill:hover,.leitpfad-top-pill.active{border-color:rgba(184,146,58,0.36);transform:translateY(-1px);}
.leitpfad-top-pill:hover::before,.leitpfad-top-pill.active::before{opacity:1;}
.leitpfad-top-pill-label,.leitpfad-top-pill-sub{position:relative;z-index:1;}
.leitpfad-top-pill-label{font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:var(--text);}
.leitpfad-top-pill-sub{font-size:14px;color:var(--text-dim);}
.archive-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.archive-filter-btn{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,0.02);color:var(--text-dim);text-decoration:none;font-size:13px;letter-spacing:.04em;text-transform:uppercase;transition:.2s ease;}
.archive-filter-btn:hover,.archive-filter-btn.active{border-color:rgba(184,146,58,0.36);color:var(--text);background:rgba(184,146,58,0.08);}
.leitpfad-archive-wrap{max-width:1280px;margin:0 auto;padding:56px 80px 96px;}
.leitpfad-phase-block{padding:0 0 46px;margin-bottom:46px;border-bottom:1px solid var(--border);}
.leitpfad-phase-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px;}
.leitpfad-phase-title{margin:8px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.08;}
.leitpfad-phase-desc{max-width:760px;margin:12px 0 0;color:var(--text-dim);line-height:1.75;}
.leitpfad-phase-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold);text-decoration:none;font-size:13px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;}
.leitpfad-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
.leitpfad-card{position:relative;padding:26px 24px 24px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.015));overflow:hidden;isolation:isolate;min-height:220px;}
.leitpfad-card::before{content:'';position:absolute;inset:0;opacity:.5;pointer-events:none;background:radial-gradient(circle at top right,rgba(184,146,58,0.12),transparent 42%);} 
.leitpfad-card.pfad-b::before{background:radial-gradient(circle at top right,rgba(106,143,216,0.14),transparent 42%);} 
.leitpfad-card-link{position:absolute;inset:0;z-index:3;}
.leitpfad-card-badges{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;}
.leitpfad-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;border:1px solid var(--border);font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);background:rgba(255,255,255,0.02);}
.leitpfad-badge.pfad{color:var(--gold);border-color:rgba(184,146,58,0.22);background:rgba(184,146,58,0.08);} 
.leitpfad-card.pfad-b .leitpfad-badge.pfad{color:#9cb8ec;border-color:rgba(106,143,216,0.28);background:rgba(106,143,216,0.10);} 
.leitpfad-card-title{position:relative;z-index:2;margin:0 0 12px;font-size:clamp(26px,2.3vw,34px);line-height:1.15;max-width:18ch;}
.leitpfad-card-excerpt{position:relative;z-index:2;margin:0;color:var(--text-dim);line-height:1.8;max-width:50ch;}
.leitpfad-empty{max-width:1200px;margin:0 auto;padding:72px 80px;color:var(--text-dim);text-align:center;}
.theme-card-exact .leitpfad-card-title{max-width:15ch;}
.theme-card-exact .leitpfad-card-excerpt{max-width:42ch;}

.single-phase .leitpfad-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}

@media (max-width: 1100px){
  .leitpfad-phase-head{flex-direction:column;align-items:flex-start;}
  .theme-card-exact .leitpfad-card-title{max-width:none;}
  .leitpfad-card-grid,.single-phase .leitpfad-card-grid{grid-template-columns:1fr;}
}
@media (max-width: 960px){
  .leitpfad-archive-intro-inner{padding:22px 32px 20px;}
  .page-archive-intro-inner{padding:22px 32px 20px;}
  .leitpfad-archive-wrap{padding:40px 32px 72px;}
  .leitpfad-top-switch{grid-template-columns:1fr;max-width:100%;}
  .leitpfad-card{min-height:0;}
  .leitpfad-card-title{max-width:none;font-size:clamp(24px,7vw,34px);}
}



@media (max-width: 980px){
  .post-hero {
    min-height: auto;
    align-items: flex-start;
    padding: calc(var(--nav-h) + 28px) 28px 32px;
  }

  .post-hero-title {
    font-size: clamp(32px, 9vw, 48px);
    max-width: none;
  }

  .post-hero-meta,
  .post-hero-eyebrow {
    gap: 8px;
  }

  .post-hero-inner--leitpfad {
    max-width: 100%;
  }
}


/* Cookie Banner */
.cookie-banner{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:10020;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  max-width:1120px;
  margin:0 auto;
  padding:18px 20px;
  border:1px solid rgba(184,146,58,0.28);
  border-radius:24px;
  background:linear-gradient(135deg, rgba(16,25,58,0.98) 0%, rgba(9,16,38,0.98) 100%);
  box-shadow:0 22px 60px rgba(4,8,22,0.42);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(18px);
  transition:opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.cookie-banner::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at top right, rgba(184,146,58,0.12), transparent 42%);
  pointer-events:none;
}
.cookie-banner.visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.cookie-banner.is-hidden{
  display:none;
}
.cookie-banner-text,
.cookie-banner-actions{
  position:relative;
  z-index:1;
}
.cookie-banner-text{
  margin:0;
  max-width:760px;
  color:var(--text-dim);
  font-size:14px;
  line-height:1.75;
}
.cookie-banner-text a{
  color:var(--text);
  text-decoration:none;
  border-bottom:1px solid rgba(184,146,58,0.4);
}
.cookie-banner-text a:hover{
  color:var(--gold);
  border-bottom-color:rgba(184,146,58,0.72);
}
.cookie-banner-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.cookie-banner-actions button{
  appearance:none;
  border:none;
  border-radius:999px;
  min-height:46px;
  padding:0 18px;
  font:600 12px/1 'Jost', sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.cookie-banner-actions button:hover{
  transform:translateY(-1px);
}
.cookie-banner-actions button:focus-visible{
  outline:2px solid rgba(184,146,58,0.72);
  outline-offset:2px;
}
.cookie-decline{
  background:transparent;
  color:var(--text);
  border:1px solid rgba(184,146,58,0.28);
}
.cookie-decline:hover{
  border-color:rgba(184,146,58,0.56);
  background:rgba(184,146,58,0.08);
}
.cookie-accept{
  background:linear-gradient(180deg, rgba(193,155,67,1) 0%, rgba(169,132,51,1) 100%);
  color:#0b1229;
  box-shadow:0 10px 26px rgba(169,132,51,0.22);
}
.cookie-accept:hover{
  background:linear-gradient(180deg, rgba(206,169,80,1) 0%, rgba(180,141,58,1) 100%);
}
@media (max-width: 900px){
  .cookie-banner{
    left:16px;
    right:16px;
    bottom:16px;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:16px;
    border-radius:20px;
  }
  .cookie-banner-text{
    max-width:none;
    font-size:13px;
    line-height:1.7;
  }
  .cookie-banner-actions{
    width:100%;
    gap:10px;
  }
  .cookie-banner-actions button{
    flex:1 1 0;
    min-width:0;
    padding:0 14px;
    letter-spacing:.1em;
  }
}

/* ── WordPress-native Template Cleanup ───────────────────────────────────── */
.nav-spacer {
  height: var(--nav-h);
}

.section-eyebrow--center {
  justify-content: center;
}

.about-portrait-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-portrait-placeholder {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg3);
  color: var(--text-muted);
  font-size: 13px;
}

.about-story-link {
  margin-top: 32px;
}

.quote-divider {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 80px;
}

.quote-divider-inner,
.closing-section-inner {
  max-width: 760px;
  margin: 0 auto;
}

.quote-divider-text {
  margin: 0;
  padding-left: 40px;
  border-left: 3px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  color: #ddd5c5;
}

.quote-divider-cite {
  display: block;
  margin-top: 20px;
  padding-left: 43px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
}

.site-info-highlight,
.search-query-highlight,
.closing-section-quote em {
  color: var(--gold);
}

.front-posts-empty,
.archive-empty {
  grid-column: 1 / -1;
  padding: 80px;
  text-align: center;
}

.archive-empty-text,
.front-posts-empty,
.home-index-empty {
  color: var(--text-dim);
}

.archive-empty-text--spaced {
  margin-bottom: 24px;
}

.closing-section {
  padding: 120px 80px;
  text-align: center;
  border-top: 1px solid var(--border);
}

.closing-section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.closing-section-line {
  width: 40px;
  height: 1px;
  display: block;
  flex-shrink: 0;
  background: var(--gold);
}

.closing-section-label,
.closing-section-cite {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}

.closing-section-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
}

.closing-section-quote {
  margin: 24px 0 32px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: rgba(232, 224, 208, 0.8);
}

.closing-section-cite {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

.search-form-inline {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin-top: 32px;
}

.search-form-inline-input,
.search-form-inline-button {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

.search-form-inline-input {
  flex: 1;
  padding: 12px 20px;
  border: 1px solid var(--border);
  border-right: none;
  outline: none;
  background: var(--bg2);
  color: var(--text);
}

.search-form-inline-button {
  padding: 12px 24px;
  border: none;
  background: var(--gold);
  color: #0b1229;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-desc--narrow {
  max-width: 560px;
}

.themenbereiche-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 80px 120px;
}

.footer-logo-wrap img {
  height: 48px;
  width: auto;
  opacity: 0.7;
}

.buch-hero-cover-image,
.post-thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
}

.buch-hero-cover-image {
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.7);
}

.btn-primary--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.post-body--bordered {
  border-top: 1px solid var(--border);
}

.post-hero--compact {
  min-height: 35vh;
}

.home-index-wrap {
  max-width: 860px;
  margin: 140px auto 80px;
  padding: 0 80px;
}

.home-index-title {
  margin: 16px 0 48px;
}

.home-index-entry {
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}

.home-index-entry-title {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
}

.home-index-date {
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--text-dim);
}

.home-index-excerpt {
  color: var(--text-dim);
}

.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 80px;
  text-align: center;
}

.error-page-code {
  margin-bottom: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  color: rgba(184, 146, 58, 0.2);
}

.error-page-eyebrow {
  margin-bottom: 20px;
}

.error-page-title {
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: #e8e0d0;
}

.error-page-text {
  max-width: 420px;
  margin: 0 auto 48px;
  line-height: 1.8;
  color: var(--text-dim);
}

@media (max-width: 960px) {
  .quote-divider,
  .closing-section,
  .themenbereiche-wrap,
  .home-index-wrap,
  .error-page {
    padding-left: 28px;
    padding-right: 28px;
  }

  .quote-divider {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .closing-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .quote-divider-text {
    font-size: 22px;
    padding-left: 28px;
  }

  .quote-divider-cite {
    padding-left: 31px;
  }

  .search-form-inline {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  .search-form-inline-input {
    border-right: 1px solid var(--border);
  }

  .archive-empty,
  .front-posts-empty {
    padding: 48px 24px;
  }
}
