  /* ============================================================
     DESIGN TOKENS — zentrale Stellschrauben
     ============================================================ */
/* ============================================================
   LOKALE SCHRIFTEN — IBM Plex (woff2, DSGVO-konform selbst gehostet)
   ============================================================ */

/* — IBM Plex Sans — */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-v23-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-v23-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-v23-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-v23-latin-700.woff2') format('woff2');
}

/* — IBM Plex Serif — */
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-serif-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-serif-v20-latin-italic.woff2') format('woff2');
}

/* — IBM Plex Mono — */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-v20-latin-500.woff2') format('woff2');
}	 
	 
	 
  :root {
    --bg:        #f0e6d2;
    --bg-warm:   #e8dcc3;
    --bg-deep:   #1e1813;
    --paper:     #faf6ed;
    --ink:       #2a221a;
    --ink-soft:  #5a4e42;
    --muted:     #8a7d6e;
    --line:      #c9beac;
    --line-soft: #ddd2bd;
    --accent:    #c8392d;
    --accent-dark: #8a201a;
    --accent-glow: rgba(200, 57, 45, 0.15);

    --font-sans:  'IBM Plex Sans', sans-serif;
    --font-serif: 'IBM Plex Serif', Georgia, serif;
    --font-mono:  'IBM Plex Mono', ui-monospace, monospace;

    --maxw: 1100px;
  }

  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    color: var(--ink);
    background-color: var(--bg);
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.13  0 0 0 0 0.10  0 0 0 0.08 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
  }

  a {
    color: var(--accent);
    text-decoration: none;
    background-image: linear-gradient(var(--accent), var(--accent));
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.3s ease;
    padding-bottom: 1px;
  }
  a:hover { background-size: 100% 1px; }

  h1, h2, h3, h4 { font-weight: 600; line-height: 1.15; letter-spacing: -0.015em; margin: 0; }
  p { margin: 0.5em 0; }
  img { max-width: 100%; height: auto; display: block; }

  .container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  /* ============================================================
     STUDIO-HINWEIS
     ============================================================ */
  .studio-note {
    background: var(--bg-deep);
    color: var(--bg);
    padding: 0.7rem 1rem;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.4;
    font-family: var(--font-mono);
  }
  .studio-note strong { color: #d4a574; font-weight: 500; }

  /* ============================================================
     SITE-HEADER
     ============================================================ */
  .site-header {
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(240, 230, 210, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 0;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    background: none;
  }
  .brand:hover { background: none; }
  .brand-mark {
    width: 92px;
    height: 60px;
    flex-shrink: 0;
    background: var(--paper);
    padding: 3px;
    box-shadow:
      0 0 0 1px var(--line),
      0 2px 6px rgba(42, 26, 18, 0.12);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* leichte Aufbereitung kaschiert die niedrige Auflösung */
    filter: contrast(1.03) saturate(1.02);
    image-rendering: auto;
  }
  .brand:hover .brand-mark {
    transform: translateY(-1px) rotate(-0.8deg);
    box-shadow:
      0 0 0 1px var(--line),
      0 4px 12px rgba(42, 26, 18, 0.18);
  }
  @media (max-width: 600px) {
    .brand-mark { width: 70px; height: 46px; }
  }
  .brand-name {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.8rem;
    color: var(--ink);
    line-height: 1;
  }
  .brand-name small {
    display: block;
    font-family: var(--font-sans);
    font-style: normal;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted);
    font-weight: 500;
    margin-top: 3px;
  }
  .nav-menu {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    gap: 1.75rem;
    font-size: 0.92rem;
  }
  .nav-menu a {
    color: var(--ink-soft);
    font-weight: 500;
    padding: 0.25rem 0;
    background-size: 0% 1px;
  }
  .nav-menu a:hover { color: var(--accent); }
  .nav-menu a.active {
    color: var(--ink);
    background-size: 100% 1px;
    background-image: linear-gradient(var(--ink), var(--ink));
  }
  @media (max-width: 600px) {
    .nav-menu { gap: 1rem; font-size: 0.85rem; overflow-x: auto; white-space: nowrap; padding-bottom: 2px; }
    .brand-name { font-size: 1rem; }
  }

  /* ============================================================
     HERO
     ============================================================ */
  .hero {
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
  }
.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  .hero-portrait .framed {
    transform: rotate(1deg);
  }
  @media (max-width: 760px) {
    .hero-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .hero-portrait {
      max-width: 380px;
    }
    .hero-portrait .framed { transform: none; }
  }
  .hero-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--accent);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .hero-eyebrow::before {
    content: '';
    width: 32px; height: 1px;
    background: var(--accent);
  }
  .hero h1 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--ink);
    max-width: 16ch;
  }
  .hero h1 em { font-style: italic; color: var(--accent); }
  .hero-lead {
    color: var(--ink-soft);
    font-size: 1.1rem;
    max-width: 50ch;
    margin-top: 1.5rem;
    line-height: 1.6;
  }
  .hero-deco {
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(8rem, 22vw, 18rem);
    line-height: 0.85;
    color: var(--accent);
    opacity: 0.06;
    pointer-events: none;
    z-index: 1;
    user-select: none;
    font-weight: 400;
  }

  /* ============================================================
     SECTION-Basis
     ============================================================ */
  .section {
    padding: 3rem 0;
    position: relative;
  }
  .section-label {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: var(--accent);
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .section-label::before {
    content: '';
    width: 20px; height: 1px;
    background: var(--accent);
  }
  .section-title {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    color: var(--ink);
  }
  .section-title em { font-style: italic; color: var(--accent); }

  .section-divider {
    border: 0;
    height: 1px;
    background: var(--line-soft);
    max-width: var(--maxw);
    margin: 0 auto;
  }

  /* ============================================================
     SECTION INVERTIERT
     ============================================================ */
  .section-invert {
    background: var(--bg-deep);
    color: var(--bg);
    padding: 5rem 0;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
  }
  .section-invert .section-label { color: #e89a4a; }
  .section-invert .section-label::before { background: #e89a4a; }
  .section-invert .section-title { color: var(--bg); }
  .section-invert a { color: #e89a4a; }
  .section-invert a:hover { background-image: linear-gradient(#e89a4a, #e89a4a); }

  /* ============================================================
     FRAMED IMAGE
     ============================================================ */
  .framed {
    background: var(--paper);
    padding: 14px;
    box-shadow:
      0 0 0 1px var(--line),
      0 8px 24px rgba(42, 26, 18, 0.12),
      0 2px 6px rgba(42, 26, 18, 0.08);
    display: block;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .framed:hover {
    transform: translateY(-4px) rotate(-0.5deg);
    box-shadow:
      0 0 0 1px var(--line),
      0 16px 40px rgba(42, 26, 18, 0.18),
      0 4px 10px rgba(42, 26, 18, 0.1);
  }
  .framed img { display: block; width: 100%; height: auto; }
  .framed-plain {
    background: var(--paper);
    padding: 10px;
    box-shadow:
      0 0 0 1px var(--line),
      0 6px 16px rgba(42, 26, 18, 0.1);
    display: inline-block;
  }
  .framed-plain img { display: block; }

  /* ============================================================
     ALBUM-FEATURE — Cover mit roter Versatzfläche
     ============================================================ */
  .album-feature {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
    position: relative;
  }
  .album-feature .cover {
    position: relative;
    transform: rotate(-1.5deg);
  }
  .album-feature .cover::before {
    content: '';
    position: absolute;
    inset: -1.5rem -1.5rem 1.5rem 1.5rem;
    background: var(--accent);
    opacity: 0.85;
    z-index: 0;
  }
  .album-feature .cover .framed {
    position: relative;
    z-index: 1;
  }
  .album-feature .text { padding: 1rem 0; }
  .album-feature .text .album-tag {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
  }
  .album-feature .text h2 {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--ink);
    margin: 0.5rem 0 1rem;
    line-height: 1.05;
  }
  .album-feature .credits {
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .album-feature .credits .label {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.2rem;
  }
  @media (max-width: 720px) {
    .album-feature { grid-template-columns: 1fr; gap: 2rem; }
    .album-feature .cover { transform: none; max-width: 360px; margin: 0 auto; }
    .album-feature .cover::before { inset: -0.75rem -0.75rem 0.75rem 0.75rem; }
  }

  /* ============================================================
     CD-COMPACT — kleinere Variante für Diskographie-Einträge
     ============================================================ */
  .cd-compact {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    align-items: start;
  }
  .cd-compact .cover { max-width: 220px; }
  @media (max-width: 600px) {
    .cd-compact { grid-template-columns: 1fr; gap: 1.25rem; }
    .cd-compact .cover { max-width: 280px; margin: 0 auto; }
  }

  /* ============================================================
     BUTTONS
     ============================================================ */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--accent);
    color: white !important;
    padding: 0.7rem 1.2rem;
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    background-image: none;
    transition: transform 0.18s, background-color 0.18s;
    margin-top: 1.25rem;
  }
  .btn:hover {
    background-color: var(--accent-dark);
    background-image: none;
    transform: translateY(-2px);
  }
  .btn .arrow { transition: transform 0.18s; display: inline-block; }
  .btn:hover .arrow { transform: translateX(4px); }
  .btn-ghost {
    background: transparent;
    color: var(--ink) !important;
    border: 1px solid var(--ink);
  }
  .btn-ghost:hover { background-color: var(--ink); color: var(--bg) !important; }

  /* ============================================================
     QUOTE BLOCK
     ============================================================ */
  .quote {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.55;
    color: var(--ink);
    margin: 1.5rem 0;
    padding: 1.5rem 0 1.5rem 2.5rem;
    border-left: 3px solid var(--accent);
    position: relative;
  }
  .quote::before {
    content: '\201C';
    position: absolute;
    left: -0.1rem;
    top: -0.5rem;
    font-family: var(--font-serif);
    font-size: 4rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.5;
  }
  .quote .source {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
  }

  /* ============================================================
     VIDEO 16:9
     ============================================================ */
  .video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--ink);
    overflow: hidden;
    box-shadow:
      0 0 0 1px var(--line),
      0 12px 30px rgba(42, 26, 18, 0.18);
  }
  .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

  /* ============================================================
     AUDIO
     ============================================================ */
  .audio-block {
    background: var(--paper);
    border: 1px solid var(--line-soft);
    padding: 1.25rem 1.5rem;
    margin: 1rem 0;
    position: relative;
  }
  .audio-block::before {
    content: '♪';
    position: absolute;
    top: 0.75rem; right: 1rem;
    font-family: var(--font-serif);
    color: var(--accent);
    opacity: 0.25;
    font-size: 2rem;
  }
  .audio-block h3 {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }
  .audio-block .meta {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-bottom: 0.5rem;
  }
  .audio-block audio { width: 100%; margin-top: 0.6rem; }

  /* ============================================================
     KLAPPTEXT
     ============================================================ */
  details.klapp {
    margin: 1rem 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    padding: 0.25rem 0;
  }
  details.klapp summary {
    cursor: pointer;
    list-style: none;
    color: var(--accent);
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.75rem 0;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: color 0.15s;
    position: relative;
  }
  details.klapp summary::-webkit-details-marker { display: none; }
  details.klapp summary::before {
    content: '';
    width: 1.2rem; height: 1.2rem;
    border: 1.5px solid var(--accent);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.3s;
  }
  details.klapp summary::after {
    content: '+';
    position: absolute;
    left: 0.43rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.3s;
    pointer-events: none;
  }
  details.klapp[open] summary::before { transform: rotate(135deg); }
  details.klapp[open] summary::after { transform: translateY(-50%) rotate(45deg); }
  details.klapp .klapp-body {
    padding: 0.5rem 0 1rem;
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.7;
  }
  details.klapp .klapp-body p { margin: 0 0 0.85rem; }
  details.klapp .klapp-body strong { color: var(--ink); }

  /* ============================================================
     PROJECT FEATURE
     ============================================================ */
  .project-feature {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  .project-feature .text h2 {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .project-feature .text p {
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.65;
  }
  .project-feature .img-wrap { position: relative; }
  .project-feature .img-wrap .caption {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-top: 0.75rem;
    text-align: right;
  }
  @media (max-width: 720px) {
    .project-feature { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  /* ============================================================
     POSTER — für ein einzelnes großes Plakat
     ============================================================ */
  .poster-wrap {
    display: flex;
    justify-content: center;
  }
  .poster-wrap .framed-plain { max-width: 500px; }

  /* ============================================================
     FÖRDERER
     ============================================================ */
  .foerderer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    align-items: center;
  }
  .foerderer h3 {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    font-weight: 500;
    white-space: nowrap;
  }
  .foerderer ul {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--ink);
  }
  @media (max-width: 600px) {
    .foerderer { grid-template-columns: 1fr; gap: 0.75rem; }
    .foerderer ul { flex-direction: column; gap: 0.25rem; font-size: 1rem; }
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  .site-footer {
    background: var(--bg-deep);
    color: var(--bg);
    padding: 3rem 0 2rem;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
  }
  .site-footer::before {
    content: 'Stefan Barcsay';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(5rem, 14vw, 12rem);
    color: rgba(232, 154, 74, 0.04);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    white-space: nowrap;
  }
  .site-footer .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: end;
  }
  .site-footer a {
    color: var(--bg);
    background-image: linear-gradient(var(--bg), var(--bg));
  }
  .site-footer .footer-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.92rem;
  }
  .site-footer .footer-meta {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    color: rgba(240, 230, 210, 0.5);
    text-align: right;
  }
  @media (max-width: 540px) {
    .site-footer .container { grid-template-columns: 1fr; gap: 1.5rem; }
    .site-footer .footer-meta { text-align: left; }
  }

  /* ============================================================
     SCROLL-REVEAL
     ============================================================ */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    * { animation: none !important; transition: none !important; }
  }

  /* Hilfsklassen */
  .text-center { text-align: center; }
  .mt-1 { margin-top: 1rem; }
  .mt-2 { margin-top: 2rem; }


  /* ============================================================
     TERMIN-STREIFEN (Startseite) — dynamisch via termine.js
     Container:  <div id="termine-streifen"> … </div>
     ============================================================ */
  .termine-strip {
    background: var(--bg-warm);
    border-bottom: 1px solid var(--line);
    padding: 0.85rem 0;
  }
  .termine-strip .ts-kopf {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
  }
  .termine-strip .ts-label {
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.72rem;
    color: var(--accent);
    font-weight: 500;
  }
  .termine-strip .ts-alle {
    font-family: var(--font-mono);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .termine-strip .ts-liste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .termine-strip .ts-item {
    display: grid;
    grid-template-columns: 4.5rem auto 1fr;
    gap: 0.85rem;
    align-items: baseline;
    font-size: 0.92rem;
    padding: 0.15rem 0;
  }
  .termine-strip .ts-datum {
    font-family: var(--font-mono);
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    color: var(--accent);
    white-space: nowrap;
  }
  .termine-strip .ts-ort {
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
  }
  .termine-strip .ts-titel {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--ink-soft);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .termine-strip .ts-leer {
    font-family: var(--font-mono);
    font-size: 0.82rem;
    color: var(--ink-soft);
    text-align: center;
  }
  @media (max-width: 600px) {
    .termine-strip .ts-item {
      grid-template-columns: 4rem 1fr;
      row-gap: 0;
    }
    .termine-strip .ts-titel {
      grid-column: 2;
      white-space: normal;
    }
  }

  /* ============================================================
     TERMIN-VOLLLISTE (termine.html) — dynamisch via termine.js
     Container:  <div id="termine-liste"> … </div>
     ============================================================ */
  .tl-jahr {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: var(--accent);
    margin: 3rem 0 0.5rem;
    letter-spacing: -0.02em;
  }
  .tl-jahr:first-child { margin-top: 0; }
  .tl-monat {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--ink-soft);
    font-weight: 500;
    margin: 1.75rem 0 0.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--line);
  }
  .tl-liste { list-style: none; margin: 0; padding: 0; }
  .tl-item {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.25rem;
    padding: 0.85rem 0.5rem 0.85rem 0;
    border-bottom: 1px solid var(--line-soft);
    align-items: baseline;
    position: relative;
    transition: background 0.2s, padding-left 0.2s;
  }
  .tl-item::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0; bottom: 0;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s ease;
  }
  .tl-item:hover {
    padding-left: 0.5rem;
    background: linear-gradient(90deg, var(--accent-glow) 0%, transparent 60%);
  }
  .tl-item:hover::before { transform: scaleY(1); }
  .tl-datum {
    font-family: var(--font-mono);
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    color: var(--accent);
    font-size: 0.95rem;
    white-space: nowrap;
  }
  .tl-info strong {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    color: var(--ink);
    display: block;
    margin-bottom: 0.1rem;
  }
  .tl-info .tl-titel {
    display: block;
    font-size: 0.92rem;
    color: var(--ink);
    font-weight: 500;
    margin-bottom: 0.15rem;
  }
  .tl-info .tl-detail {
    display: block;
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .tl-info .tl-detail a { font-weight: 500; }
  .tl-item.tl-vergangen { opacity: 0.45; }
  .tl-item.tl-vergangen:hover { opacity: 0.7; }
  .tl-leer {
    font-family: var(--font-mono);
    color: var(--ink-soft);
    text-align: center;
    padding: 2rem 0;
  }
  @media (max-width: 640px) {
    .tl-item { grid-template-columns: 3.5rem 1fr; gap: 0.85rem; }
  }

  /* ============================================================
     VIDEO CLICK-TO-LOAD — Platzhalter (via js/video.js)
     Es wird erst beim Klick eine Verbindung zu YouTube aufgebaut.
     ============================================================ */
  .video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--bg-deep);
    box-shadow:
      0 0 0 1px var(--line),
      0 12px 30px rgba(42, 26, 18, 0.18);
  }
  /* warm getönte Fläche im Seitendesign statt externem Vorschaubild */
  .video-embed .ve-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    text-align: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(232,154,74,0.10), transparent 60%),
      linear-gradient(150deg, #2a2018 0%, #1e1813 60%, #211a14 100%);
  }
  /* feine Andeutung von "Bühnenvorhang"-Textur */
  .video-embed .ve-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.9  0 0 0 0 0.6  0 0 0 0 0.3  0 0 0 0.04 0'/></filter><rect width='120' height='120' filter='url(%23n)'/></svg>");
    pointer-events: none;
  }
  .video-embed .ve-play {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--bg);
    font-family: var(--font-sans);
    transition: transform 0.2s ease;
  }
  .video-embed .ve-play:hover { transform: scale(1.04); }
  .video-embed .ve-play:focus-visible {
    outline: 2px solid #e89a4a;
    outline-offset: 6px;
    border-radius: 8px;
  }
  .video-embed .ve-icon svg { display: block; }
  .video-embed .ve-icon-bg {
    fill: var(--accent);
    transition: fill 0.2s ease;
  }
  .video-embed .ve-play:hover .ve-icon-bg { fill: var(--accent-dark); }
  .video-embed .ve-icon-tri { fill: #fff; }
  .video-embed .ve-label {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--bg);
    max-width: 28ch;
    line-height: 1.3;
  }
  .video-embed .ve-hinweis {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    margin: 0;
    z-index: 1;
    padding: 0.6rem 1rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    line-height: 1.4;
    color: rgba(240, 230, 210, 0.6);
    background: rgba(0, 0, 0, 0.25);
  }
  .video-embed.ve-geladen { background: #000; }
  .video-embed.ve-geladen iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  @media (max-width: 480px) {
    .video-embed .ve-label { font-size: 1rem; }
    .video-embed .ve-icon svg { width: 54px; height: 38px; }
    .video-embed .ve-hinweis { font-size: 0.64rem; }
  }

  /* ============================================================
     PRESSE-SEITE — Stimmen-Sammlung
     ============================================================ */
  .presse-spalte { max-width: 780px; }
  .presse-intro {
    color: var(--ink-soft);
    font-size: 1.08rem;
    line-height: 1.6;
    max-width: 60ch;
  }
  .presse-block {
    padding: 2.5rem 0;
    border-top: 1px solid var(--line-soft);
  }
  .presse-block:first-of-type { border-top: 0; padding-top: 1rem; }
  .presse-kategorie {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: var(--accent);
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .presse-kategorie::before {
    content: '';
    width: 20px; height: 1px;
    background: var(--accent);
  }
  .presse-titel {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    line-height: 1.15;
    color: var(--ink);
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
  }
  .presse-sub {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0 0 1.25rem;
  }
  .presse-werk {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ink);
    margin: 1.5rem 0 0.5rem;
  }
  .presse-zitat {
    position: relative;
    padding: 0.25rem 0 0.25rem 1.5rem;
    border-left: 2px solid var(--accent);
    margin: 1.25rem 0;
  }
  .presse-zitat p {
    color: var(--ink);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 0.6rem;
  }
  .presse-zitat p:last-child { margin-bottom: 0; }
  .presse-zitat.lead p:first-child {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.1rem;
  }
  .presse-quelle {
    display: block;
    margin-top: 0.75rem;
    font-family: var(--font-mono);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    line-height: 1.5;
  }
  .presse-quelle::before { content: '— '; }
  .presse-links {
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
  }
  .presse-links a {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  details.klapp .presse-zitat { margin-top: 0.5rem; }
