/* ===== Titel-/Logoschrift des Stücks (später SVG-Logo) ===== */
  @font-face {
    font-family: 'Core Paint';
    src: url('fonts/core-paint.otf') format('opentype');
    font-weight: 400 900; font-display: swap;
  }

  :root {
    /* universelles Haus-System (bleibt konstant) */
    --navy: #14216e;
    --navy-deep: #0f1a57;
    --ink: #1b2233;
    --muted: #6b7180;
    --cream: #f4f1e8;
    --cream-2: #ece7da;
    --paper: #ffffff;
    --line: #e3dece;
    --line-2: #d3ccba;

    --disp: 'Oswald', sans-serif;
    --body: 'Hanken Grotesk', system-ui, sans-serif;
    --mono: 'Spline Sans Mono', monospace;
    --poster: 'Core Paint', 'Oswald', sans-serif;
  }

  /* ===== Produktions-Tokens (PRO STÜCK AUSTAUSCHBAR) =====
     Für eine neue Produktion nur diese Werte + Hero-Inhalt tauschen. */
  .production {
    --show-cyan-top: #169bc2;
    --show-cyan-bot: #58c6dc;
    --show-red: #e8472b;
    --show-title: #14216e;
    --show-on-red: #ffffff;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
  a { color: inherit; }
  img { display: block; max-width: 100%; }
  ::selection { background: var(--navy); color: #fff; }

  .wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

  .eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 10px; }
  .eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--navy); }
  .h-sec { font-family: var(--disp); font-weight: 600; font-size: clamp(28px, 4.4vw, 48px); line-height: 1.04; letter-spacing: 0.005em; color: var(--navy); margin: 16px 0 0; text-wrap: balance; }
  .lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--ink); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; padding: 14px 24px; border-radius: 2px; cursor: pointer; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background .15s ease, color .15s ease; white-space: nowrap; }
  .btn:hover { transform: translateY(-2px); }
  .btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
  .btn-ghost { background: transparent; color: var(--navy); border-color: var(--line-2); }
  .btn-ghost:hover { border-color: var(--navy); }
  .btn-cream { background: var(--cream); color: var(--navy); border-color: var(--cream); }
  .btn-ghost-cream { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }

  /* ============================ NAV ============================ */
  .nav { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
  .nav .logo { height: 34px; width: auto; display: block; }
  .nav .links { display: flex; align-items: center; gap: 28px; }
  .nav .links a { font-family: var(--disp); font-weight: 500; font-size: 15px; text-transform: uppercase; letter-spacing: 0.02em; text-decoration: none; color: var(--navy); }
  .nav .links a:hover { color: var(--show-red, var(--navy)); }
  .nav .links a.tk { font-family: var(--disp); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; padding: 10px 18px; border-radius: 2px; background: var(--navy); color: #fff; text-decoration: none; }
  .nav .links a.tk:hover { color: #fff; opacity: 0.9; }
  .nav .links a.ig { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; padding: 9px 15px; border-radius: 2px; background: var(--accent); color: #fff; text-decoration: none; }
  .nav .links a.ig:hover { color: #fff; opacity: 0.9; }
  .nav .links a.ig svg { width: 17px; height: 17px; display: block; }
  .burger { display: none; background: none; border: none; cursor: pointer; color: var(--navy); padding: 6px; }
  .burger svg { display: block; }
  .mobile-menu { display: none; }

  /* ===================== PRODUKTIONS-HERO (B) ===================== */
  .hero { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--show-cyan-top), var(--show-cyan-bot)); display: flex; flex-direction: column; min-height: calc(100svh - 71px); }
  .hero .waves { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
  .hero-top { flex: 1; display: flex; align-items: center; padding: 48px 0 36px; position: relative; z-index: 1; }
  .hero-grid { width: 100%; display: grid; grid-template-columns: 1.5fr 0.85fr; gap: 40px; align-items: center; }
  .hero-eyebrow { font-family: var(--disp); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: var(--show-title); font-size: 16px; }
  .hero-title { font-family: var(--poster); color: var(--show-title); text-transform: uppercase; line-height: 0.84; letter-spacing: 0.005em; margin: 18px 0 0; font-size: clamp(74px, 12vw, 150px); }

  .hero-card { background: var(--show-red); color: var(--show-on-red); padding: clamp(24px, 2.2vw, 32px) clamp(24px, 2.2vw, 32px); box-shadow: 0 28px 56px -22px rgba(160,40,20,0.55); justify-self: end; width: 100%; max-width: 400px; }
  .hero-card .hc-sub { font-family: var(--disp); font-weight: 700; font-size: 16.5px; line-height: 1.25; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.22); }
  .hero-card .hc-meta { margin: 12px 0 22px; }
  .hero-card .hc-row { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.18); align-items: baseline; }
  .hero-card .hc-row:last-child { border-bottom: none; }
  .hero-card .hc-k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
  .hero-card .hc-v { font-family: var(--disp); font-weight: 600; font-size: 15px; }
  .hero-card .k { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
  .hero-card h3 { font-family: var(--poster); font-size: clamp(38px, 4vw, 52px); line-height: 0.9; margin: 12px 0 0; text-transform: uppercase; }
  .hero-card p { font-size: 15.5px; line-height: 1.55; margin: 16px 0 22px; color: rgba(255,255,255,0.92); }
  .hero-card .btn + .btn { margin-top: 10px; }
  .hero-card .stack { display: flex; flex-direction: column; align-items: stretch; }
  .hero-card .stack .btn { justify-content: center; }

  .hero-strip { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 2; }
  .tile { display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 22px clamp(20px, 3vw, 40px); text-decoration: none; min-height: 116px; transition: filter .15s ease; }
  .tile:hover { filter: brightness(1.06); }
  .tile .tk { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; opacity: 0.82; }
  .tile .tt { font-family: var(--poster); font-size: clamp(20px, 2vw, 27px); text-transform: uppercase; line-height: 1; }
  .tile.navy { background: var(--navy); color: #fff; }
  .tile.red { background: color-mix(in oklab, var(--show-red) 90%, #000 6%); color: #fff; }
  .tile.cream { background: var(--paper); color: var(--navy); }

  /* ===================== UNIVERSELLE SEKTIONEN ===================== */
  section.block { padding: clamp(56px, 8vw, 104px) 0; }
  .bg-cream { background: var(--cream); }
  .bg-paper { background: var(--paper); }
  .bg-cream2 { background: var(--cream-2); }

  .sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 48px); }

  /* Über uns */
  .about-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
  .stat .n { font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); color: var(--navy); line-height: 1; }
  .stat .l { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

  /* neutrale Platzhalter (monochrom navy) */
  .ph { position: relative; overflow: hidden; background: linear-gradient(150deg, #20296a, #46508f); }
  .ph.soft { background: linear-gradient(150deg, #e7e2d5, #d4cdbc); }
  .ph .lbl { position: absolute; left: 12px; bottom: 10px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 6px; }
  .ph.soft .lbl { color: #6b6453; }
  .ph .lbl::before { content: "◆"; font-size: 8px; opacity: 0.8; }
  .about-photo { aspect-ratio: 4/5; border-radius: 3px; }

  /* Archiv – Foto-Mosaik mit Hover-Reveal */
  .arch-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(4, clamp(108px, 13vw, 168px)); gap: 10px; }
  .mtile { position: relative; overflow: hidden; border-radius: 3px; text-decoration: none; display: block; }
  .mtile .img { position: absolute; inset: 0; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
  .mtile:hover .img { transform: scale(1.06); }
  .mtile .mark { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.22); font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; transition: opacity .25s ease; }
  .mtile:hover .mark { opacity: 0; }
  .mtile .ov { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px 20px; background: linear-gradient(180deg, rgba(11,18,70,0) 38%, rgba(11,18,70,0.86) 100%); opacity: 0; transform: translateY(6px); transition: opacity .28s ease, transform .28s ease; }
  .mtile:hover .ov { opacity: 1; transform: translateY(0); }
  .mtile .ov .oy { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; color: rgba(255,255,255,0.82); }
  .mtile .ov .ot { font-family: var(--disp); font-weight: 700; text-transform: uppercase; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.02; color: #fff; margin-top: 5px; }
  /* dezente Navy-Duotone-Varianten (Platzhalter bis echte Fotos da sind) */
  .img.v1 { background: linear-gradient(145deg, #1a2566, #43509a); }
  .img.v2 { background: linear-gradient(160deg, #202a72, #586499); }
  .img.v3 { background: linear-gradient(135deg, #161e57, #38437f); }
  .img.v4 { background: linear-gradient(150deg, #243072, #4d59a4); }
  .img.v5 { background: linear-gradient(168deg, #1b2461, #5360a0); }
  .img.v6 { background: linear-gradient(140deg, #141c52, #323c78); }
  .img.v7 { background: linear-gradient(155deg, #222e6e, #46529a); }

  /* News */
  .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .news-card { background: var(--paper); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
  .news-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(20,33,110,0.4); }
  .news-card .thumb { aspect-ratio: 16/10; }
  .news-card .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
  .news-card .kd { display: flex; gap: 10px; align-items: center; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
  .news-card .kd .tag { color: var(--navy); border: 1px solid var(--line-2); padding: 2px 7px; border-radius: 2px; }
  .news-card h4 { font-family: var(--disp); font-weight: 600; font-size: 19px; line-height: 1.18; color: var(--navy); margin: 0; }
  .news-card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--muted); }
  .news-card .more { margin-top: auto; padding-top: 8px; font-family: var(--disp); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--navy); }

  /* Mitmachen Band */
  .join { background: var(--navy); color: #fff; }
  .join .wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
  .join h2 { font-family: var(--poster); font-size: clamp(40px, 6vw, 76px); text-transform: uppercase; line-height: 0.9; margin: 14px 0 0; color: #fff; }
  .join p { color: rgba(255,255,255,0.82); font-size: 17px; line-height: 1.55; margin: 18px 0 0; max-width: 46ch; }
  .join .eyebrow { color: rgba(255,255,255,0.7); }
  .join .eyebrow::before { background: #fff; }
  .join .cta { display: flex; gap: 12px; flex-wrap: wrap; justify-self: end; }

  /* Newsletter */
  .news-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
  .news-form input { font-family: var(--body); font-size: 15px; padding: 13px 16px; border-radius: 2px; border: 1.5px solid var(--line-2); background: var(--paper); color: var(--ink); min-width: 260px; outline: none; }
  .news-form input:focus { border-color: var(--navy); }

  /* Förderer */
  .sponsors { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
  .sponsor { border: 1px solid var(--line-2); border-radius: 3px; padding: 16px 22px; min-width: 150px; background: var(--paper); display: flex; flex-direction: column; gap: 2px; }
  .sponsor .nm { font-family: var(--disp); font-weight: 600; font-size: 15px; color: var(--navy); }
  .sponsor .nt { font-size: 11.5px; color: var(--muted); }

  /* Footer */
  footer { background: var(--navy-deep); color: #fff; padding: clamp(56px, 7vw, 76px) 0 34px; }
  .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.16); }
  footer .logo { height: 46px; margin-bottom: 18px; }
  footer .blurb { color: rgba(255,255,255,0.66); font-size: 14.5px; line-height: 1.6; max-width: 34ch; }
  .foot-col .ct { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 15px; }
  .foot-col a { display: block; font-size: 14.5px; color: rgba(255,255,255,0.92); text-decoration: none; margin-bottom: 10px; }
  .foot-col a:hover { color: #fff; opacity: 0.75; }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; flex-wrap: wrap; gap: 12px; font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.5); }

  /* ============================ RECHTSTEXTE ============================ */
  .legal-hero { padding-bottom: 8px; }
  .legal { padding-top: 20px; }
  .legal .wrap { max-width: 880px; }
  .legal h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(19px, 2.3vw, 25px); color: var(--navy); line-height: 1.15; margin: 38px 0 10px; letter-spacing: 0.005em; }
  .legal h2:first-child, .legal > .wrap > *:first-child { margin-top: 0; }
  .legal h3 { font-family: var(--disp); font-weight: 600; font-size: 16.5px; color: var(--navy); margin: 26px 0 8px; }
  .legal p { font-size: 15.5px; line-height: 1.72; color: var(--ink); margin: 0 0 15px; }
  .legal address { font-style: normal; font-size: 15.5px; line-height: 1.72; color: var(--ink); margin: 0 0 15px; }
  .legal a { color: var(--accent); text-decoration: none; border-bottom: 1px solid color-mix(in oklab, var(--accent) 45%, transparent); overflow-wrap: anywhere; }
  .legal a:hover { border-bottom-color: var(--accent); }
  .legal ul { margin: 0 0 15px; padding-left: 22px; }
  .legal li { font-size: 15.5px; line-height: 1.7; color: var(--ink); margin-bottom: 7px; }
  .legal .note { font-size: 14px; color: var(--muted); font-style: italic; }
  .legal .effective { font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; color: var(--accent); margin-top: 6px; }
  .legal .source { font-size: 13px; color: var(--muted); margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); }

  /* ============================ RESPONSIVE ============================ */
  @media (max-width: 920px) {
    .hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .hero-card { justify-self: stretch; max-width: none; }
    .about-grid, .join .wrap { grid-template-columns: 1fr; }
    .join .cta { justify-self: start; }
    .news-grid { grid-template-columns: 1fr 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 760px) {
    .nav .links { display: none; }
    .burger { display: block; }
    .mobile-menu.open { display: block; border-top: 1px solid var(--line); background: var(--paper); }
    .mobile-menu .wrap { padding-top: 8px; padding-bottom: 16px; }
    .mobile-menu a { display: block; font-family: var(--disp); font-weight: 600; font-size: 22px; text-transform: uppercase; color: var(--navy); text-decoration: none; padding: 13px 0; border-bottom: 1px solid var(--line); }
    .mobile-menu a.ig { display: flex; align-items: center; gap: 10px; color: var(--accent); }
    .mobile-menu a.ig svg { width: 22px; height: 22px; }
    .hero-strip { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
    .news-grid { grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr; gap: 32px; }
    .arch-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 150px; }
    .arch-mosaic .mtile { grid-area: auto !important; }
    .arch-mosaic .mtile .ov { opacity: 1; transform: none; }
    .arch-mosaic .mtile .mark { opacity: 0; }
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn:hover, .news-card:hover { transform: none; } }


/* ============================ PRODUKTIONSSEITEN ============================ */
.breadcrumb { font-family: var(--mono); font-size: 12px; color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--navy); }

.prod-hero { position: relative; overflow: hidden; }
.prod-hero.themed { background: linear-gradient(150deg, var(--show-cyan-top), var(--show-cyan-bot)); }
.prod-hero .waves { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.prod-hero .wrap { position: relative; z-index: 1; }
.prod-hero .breadcrumb { color: var(--show-title); opacity: 0.85; padding-top: 30px; }
.prod-hero-grid { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: clamp(28px, 5vw, 60px); align-items: end; padding: 38px 0 44px; }
.prod-eyebrow { font-family: var(--disp); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: var(--show-title); font-size: 15px; }
.prod-title { font-family: var(--poster); color: var(--show-title); text-transform: uppercase; line-height: 0.84; letter-spacing: 0.005em; margin: 16px 0 0; font-size: clamp(48px, 8vw, 118px); }
.prod-hero.font-disp .prod-title { font-family: var(--disp); font-weight: 700; letter-spacing: 0.01em; line-height: 0.9; }
.prod-sub { font-family: var(--disp); font-weight: 600; color: var(--show-title); font-size: clamp(18px, 2.2vw, 26px); margin-top: 12px; opacity: 0.92; }
.prod-credits { font-family: var(--mono); font-size: 12.5px; line-height: 1.55; color: var(--show-title); margin-top: 18px; opacity: 0.85; }
.prod-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.prod-keyvisual { position: relative; aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(0,0,0,0.5); }
.prod-keyvisual img { width: 100%; height: 100%; object-fit: cover; }
.prod-keyvisual .kvlabel { position: absolute; left: 12px; bottom: 11px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.9); }

.meta-bar { position: relative; z-index: 1; border-top: 1px solid color-mix(in oklab, var(--show-title) 26%, transparent); display: grid; grid-template-columns: repeat(3, 1fr); }
.meta-bar .m { padding: 18px 0; }
.meta-bar .mk { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--show-title); opacity: 0.7; }
.meta-bar .mv { font-family: var(--disp); font-weight: 600; font-size: 18px; color: var(--show-title); margin-top: 5px; }

.prod-layout { display: grid; grid-template-columns: 1fr 340px; gap: clamp(32px, 5vw, 60px); align-items: start; }
.prod-main { min-width: 0; display: flex; flex-direction: column; gap: clamp(44px, 6vw, 64px); }
.prod-side { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 18px; }

.btag { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.btag::before { content: ""; width: 26px; height: 2px; background: var(--accent); flex: none; }
.btag span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); }
.prose p { font-size: 17px; line-height: 1.66; color: var(--ink); margin: 0 0 16px; max-width: 64ch; }
.prose p.lead-p { font-size: 19px; color: var(--ink); }
.prose p:last-child { margin-bottom: 0; }

/* Termine / Tickets */
.dates-box { border: 1px solid var(--line-2); border-radius: 3px; background: var(--paper); overflow: hidden; }
.dates-box .dh { padding: 15px 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.dates-box .dh .e { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--navy); }
.dates-box .dh .c { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.date-row { display: flex; gap: 12px; padding: 12px 20px; border-bottom: 1px solid var(--line); align-items: flex-start; }
.date-row:last-of-type { border-bottom: none; }
.date-row .dot { width: 6px; height: 6px; border-radius: 9px; background: var(--accent); margin-top: 7px; flex: none; }
.date-row.out { opacity: 0.55; }
.date-row.out .dot { background: var(--muted); }
.date-row .dd { flex: 1; min-width: 0; }
.date-row .d1 { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.date-row .dday { font-family: var(--disp); font-weight: 600; font-size: 15px; color: var(--navy); white-space: nowrap; }
.date-row .dloc { font-size: 13px; color: var(--muted); }
.av { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.07em; text-transform: uppercase; padding: 2px 6px; border-radius: 2px; white-space: nowrap; }
.av.few { color: var(--accent); background: color-mix(in oklab, var(--accent) 16%, var(--paper)); }
.av.out { color: var(--muted); border: 1px solid var(--line-2); }
.dates-cta { padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.dates-cta .btn { justify-content: center; }
.side-card { border: 1px solid var(--line-2); border-radius: 3px; background: var(--paper); padding: 20px; }
.side-card .e { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--navy); }
.side-card .credit-cols { margin-top: 12px; }

/* Galerie */
.gal { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(86px, 10.5vw, 138px); gap: 8px; }
.gal .g { position: relative; overflow: hidden; border-radius: 3px; }
.gal .g .gimg { position: absolute; inset: 0; background: linear-gradient(150deg, color-mix(in oklab, var(--accent) 72%, #15110a), color-mix(in oklab, var(--accent) 32%, #0c0a05)); transition: transform .5s ease; }
.gal .g:hover .gimg { transform: scale(1.05); }
.gal .g .gl { position: absolute; left: 11px; bottom: 9px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.gal-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; flex-wrap: wrap; gap: 12px; }
.gal-foot .e { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.coming { border: 1.5px dashed var(--line-2); border-radius: 3px; padding: 44px 28px; text-align: center; color: var(--muted); }
.coming .e { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--navy); }
.coming p { margin: 12px auto 0; max-width: 46ch; font-size: 15.5px; line-height: 1.55; }

/* Video */
.video { position: relative; border-radius: 3px; overflow: hidden; aspect-ratio: 16/9; background: linear-gradient(150deg, color-mix(in oklab, var(--accent) 60%, #14110a), color-mix(in oklab, var(--accent) 26%, #0b0904)); }
.video .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video .circ { width: 74px; height: 74px; border-radius: 999px; background: var(--accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.video .tri { width: 0; height: 0; border-left: 19px solid var(--on-accent); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
.video .vlabel { position: absolute; left: 14px; top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,0.35); padding: 5px 10px; border-radius: 2px; }

/* Cast & Crew */
.role-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.role { background: var(--paper); padding: 15px 18px; }
.role .rl { font-family: var(--disp); font-weight: 600; font-size: 16px; color: var(--navy); margin-bottom: 5px; }
.role .rn { font-size: 14px; color: var(--muted); line-height: 1.5; }
.namecloud { font-size: 16px; line-height: 1.95; color: var(--muted); max-width: 72ch; margin: 0; }
.namecloud b { color: var(--ink); font-weight: 600; }
.namecloud .sep { color: var(--line-2); }
.credit-cols { columns: 2; column-gap: 40px; }
.credit-cols.one { columns: 1; }
.credit-cols .ci { break-inside: avoid; margin-bottom: 14px; display: flex; flex-direction: column; gap: 2px; }
.credit-cols .ck { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.credit-cols .cv { font-size: 15px; color: var(--ink); font-weight: 500; line-height: 1.4; }
.cc-sub { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 24px 0 8px; }
.cc-two { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

/* Pressezitat */
.pquote { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 42px 0; }
.pquote .mk { font-family: var(--disp); font-size: 52px; color: var(--accent); line-height: 1; }
.pquote blockquote { font-family: var(--disp); font-weight: 500; font-size: clamp(22px, 3vw, 30px); line-height: 1.32; color: var(--navy); margin: 0; max-width: 60ch; }
.pquote .src { margin-top: 18px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.pquote .src .ln { width: 22px; height: 2px; background: var(--accent); }
.pquote .src b { font-weight: 700; font-size: 14px; color: var(--navy); }
.pquote .src span { font-size: 13.5px; color: var(--muted); }

.btn-accent { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }

/* weitere Produktionen */
.more-prods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mp { position: relative; overflow: hidden; border-radius: 3px; text-decoration: none; aspect-ratio: 3/2; display: block; }
.mp .mpimg { position: absolute; inset: 0; transition: transform .5s ease; }
.mp:hover .mpimg { transform: scale(1.05); }
.mp .mpov { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px 18px; background: linear-gradient(180deg, rgba(11,18,70,0) 40%, rgba(11,18,70,0.85) 100%); }
.mp .mpy { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,0.82); letter-spacing: 0.08em; }
.mp .mpt { font-family: var(--disp); font-weight: 700; text-transform: uppercase; font-size: 19px; color: #fff; line-height: 1; margin-top: 4px; }

@media (max-width: 920px) {
  .prod-hero-grid { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .prod-keyvisual { max-width: 360px; }
  .prod-layout { grid-template-columns: 1fr; }
  .prod-side { position: static; order: 2; }
  .cc-two { grid-template-columns: 1fr; gap: 28px; }
  .more-prods { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .meta-bar { grid-template-columns: 1fr; }
  .meta-bar .m { padding: 12px 0; border-bottom: 1px solid color-mix(in oklab, var(--show-title) 18%, transparent); }
  .gal { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; }
  .gal .g { grid-column: auto !important; grid-row: auto !important; }
  .credit-cols { columns: 1; }
}


/* Aufführungsrechte / Verlags-Copyright – sichtbar, aber zurückhaltend */
.rights { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.rights .rk { display: block; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; opacity: 0.9; }
.rights p { margin: 0; font-family: var(--mono); font-size: 10.5px; line-height: 1.6; color: var(--muted); }

/* Wellen-Hero (Plakat-Farben: Cyan-Grund, navyblaue Typo) */
.prod-hero.waved{background:linear-gradient(150deg,#169bc2,#58c6dc);}
.prod-hero.waved .breadcrumb{color:#14216e;opacity:0.85;}
.prod-hero.waved .prod-eyebrow{color:#14216e;}
.prod-hero.waved .prod-title{color:#14216e;}
.prod-hero.waved .prod-sub{color:#14216e;}
.prod-hero.waved .prod-credits{color:rgba(20,33,110,0.85);}
.prod-hero.waved .meta-bar{border-top-color:rgba(20,33,110,0.22);}
.prod-hero.waved .meta-bar .mk{color:rgba(20,33,110,0.7);}
.prod-hero.waved .meta-bar .mv{color:#14216e;}
