/* =====================================================================
   Einsingen um 9 — Redesign Stylesheet
   Orange primär · Weiss Hintergrund · Aubergine als Akzent · runde Schrift
   ===================================================================== */

:root {
  --orange: #F39200;
  --orange-dark: #E8720C;
  --orange-soft: #FFF3E0;
  --violet: #6E2150;
  --violet-deep: #571a40;
  --violet-soft: #F3E9EF;
  --cream: #FBF0DC;
  --green: #1F8A5B;

  --bg: #ffffff;
  --bg-soft: #FBFAF8;
  --bg-panel: #F6F4F0;
  --line: #ECE8E2;
  --line-strong: #DDD8D0;

  --ink-900: #2B2521;
  --ink-700: #4A433D;
  --ink-600: #6B635B;
  --ink-500: #8A8179;
  --ink-400: #A9A199;

  --gray-blob: #D6D3CC;
  --mauve-blob: #BFAFB9;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(43,37,33,.06);
  --shadow-md: 0 8px 26px rgba(43,37,33,.10);
  --shadow-lg: 0 18px 50px rgba(43,37,33,.16);
  --maxw: 1240px;
  --font-display: "Baloo Tammudu 2", system-ui, sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: #555555;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; color: #323232; margin: 0; line-height: 1.15; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select { font-family: inherit; font-size: inherit; }
::selection { background: var(--orange); color: #fff; }

.app { min-height: 100vh; display: flex; flex-direction: column; }
.page-body { flex: 1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: .95rem;
  padding: 11px 20px; border-radius: 999px; transition: all .16s ease; white-space: nowrap;
}
.btn.lg { padding: 14px 26px; font-size: 1.02rem; }
.btn.sm { padding: 8px 14px; font-size: .85rem; }
.btn.block { width: 100%; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 14px rgba(243,146,0,.32); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 7px 20px rgba(243,146,0,.4); }
.btn-ghost { background: #fff; color: var(--orange); border: 2px solid var(--orange); }
.btn-ghost:hover { background: var(--orange-soft); }
.btn-ghost.on { background: var(--orange); color: #fff; }
.btn-onviolet { background: rgba(255,255,255,.16); color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-onviolet:hover { background: rgba(255,255,255,.26); }
.btn-text { background: none; color: var(--ink-600); font-weight: 600; padding: 8px 12px; }
.btn-text:hover { color: var(--ink-900); }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink-600); transition: background .15s; }
.icon-btn:hover { background: var(--bg-panel); }
.link-btn { display: inline-flex; align-items: center; gap: 6px; line-height: 1; background: none; color: var(--orange); font-weight: 700; font-family: var(--font-body); font-size: .9rem; padding: 0; }
.link-btn:hover { color: var(--orange-dark); text-decoration: underline; }

.eyebrow { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; color: var(--orange); margin: 0 0 10px; }
.eyebrow.on-dark { color: #FFD9A0; }
.section-title { font-size: 2rem; text-align: center; margin-bottom: 32px; }

/* ---------- Header ---------- */
.site-head { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: var(--shadow-sm); }
.topbar { background: var(--violet); color: #fff; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 6px 28px; display: flex; justify-content: space-between; align-items: center; }
.topbar-claim { font-size: .8rem; font-weight: 600; opacity: .92; }
.topbar-social { display: flex; gap: 6px; }
.topbar-social a { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; opacity: .85; transition: all .15s; }
.topbar-social a:hover { opacity: 1; background: rgba(255,255,255,.18); }

.mainbar { max-width: var(--maxw); margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; gap: 28px; }
.brand img { height: 46px; width: auto; display: block; }
.mainnav { display: flex; gap: 4px; margin-left: auto; }
.mainnav a {
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--ink-700);
  padding: 8px 13px; border-radius: 999px; transition: all .15s; position: relative;
}
.mainnav a:hover { color: var(--orange); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.mainnav a.active:hover { text-decoration: none; }
.mainnav a.active { color: var(--orange); }
.mainnav a.active::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 2px; height: 3px; border-radius: 3px; background: var(--orange); }
.head-actions { display: flex; align-items: center; gap: 8px; }

/* ---------- Footer ---------- */
.site-foot { margin-top: 0; }
.foot-cta { background: var(--cream); }
.foot-cta-inner { max-width: none; margin: 0; padding: 34px 5vw; display: flex; align-items: center; gap: 24px; }
.foot-cta-inner h3 { font-size: 1.5rem; margin-bottom: 4px; }
.foot-cta-inner p { margin: 0; color: var(--ink-700); max-width: 560px; }
.foot-cta-inner .btn { margin-left: auto; flex-shrink: 0; }
.foot-cols { background: var(--violet); color: #fff; }
.foot-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; max-width: none; margin: 0; padding: 48px 5vw; }
.foot-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.foot-col a { display: block; color: rgba(255,255,255,.82); padding: 5px 0; font-size: .92rem; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-brand img { height: 40px; filter: brightness(0) invert(1); opacity: .96; margin-bottom: 14px; }
.foot-brand p { color: rgba(255,255,255,.8); font-size: .92rem; max-width: 280px; }
.foot-social { display: flex; gap: 8px; margin-top: 16px; }
.foot-social a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; transition: background .15s; }
.foot-social a:hover { background: var(--orange); }
.foot-fine { color: rgba(255,255,255,.82); font-size: .88rem; line-height: 1.7; }
.foot-fine a { color: #FFD9A0; }
.foot-legal { background: var(--violet-deep); color: rgba(255,255,255,.7); font-size: .85rem; }
.foot-legal { display: flex; justify-content: space-between; max-width: none; margin: 0; padding: 16px 5vw; }
.foot-legal a { color: rgba(255,255,255,.7); margin-left: 18px; }
.foot-legal a:hover { color: #fff; }

/* ---------- Hero (Lieder) ---------- */
.lieder-hero { background: var(--violet); color: #fff; position: relative; overflow: hidden; }
.lieder-hero-inner { max-width: var(--maxw); margin: 0 auto; padding: 54px 28px 60px; position: relative; z-index: 2; }
.lieder-hero .eyebrow { color: #FFD9A0; }
.lieder-hero h1 { color: #fff; font-size: 3rem; margin-bottom: 12px; }
.hero-lead { font-size: 1.12rem; color: rgba(255,255,255,.9); max-width: 620px; margin: 0 0 26px; }
.lieder-hero .hero-lead strong { color: #fff; }
.hero-doodle { position: absolute; opacity: .5; z-index: 1; }
.hero-doodle.d1 { top: 30px; right: 12%; }
.hero-doodle.d2 { bottom: 40px; right: 26%; }

.search-wrap { display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 999px; padding: 6px 8px 6px 22px; max-width: 640px; box-shadow: var(--shadow-md); }
.search-wrap input { flex: 1; border: none; outline: none; background: none; font-size: 1.05rem; color: var(--ink-900); padding: 12px 0; }
.search-wrap input::placeholder { color: var(--ink-400); }
.clear-x { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.clear-x:hover { background: var(--bg-panel); }
.search-wrap.mini { padding: 4px 6px 4px 14px; box-shadow: none; border: 1.5px solid var(--line-strong); max-width: 260px; }
.search-wrap.mini input { font-size: .92rem; padding: 8px 0; }

/* ---------- Lieder Body ---------- */
.lieder-body { max-width: var(--maxw); margin: 0 auto; padding: 36px 28px 20px; display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }
.lieder-body.topbar { display: block; }
.lieder-aside { position: sticky; top: 120px; }

.filters-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.filters-head > span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.filters-side { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; }
.filters-top { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 22px; margin-bottom: 26px; }
.facet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 26px; }
.facet { border-top: 1px solid var(--line); padding: 6px 0; }
.filters-side .facet:first-of-type, .facet-grid .facet { border-top: none; }
.facet-head { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 8px 0; font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: var(--ink-900); }
.facet-opts { display: flex; flex-direction: column; gap: 3px; padding-bottom: 8px; }
.facet-opts.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 14px; }
.facet-grid .facet-opts.cols { grid-template-columns: 1fr; }
.facet-opt { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--ink-700); cursor: pointer; padding: 4px 6px; border-radius: 8px; transition: background .12s; }
.facet-opt:hover { background: rgba(243,146,0,.08); }
.facet-opt.on { color: var(--ink-900); font-weight: 600; }
.facet-opt input { display: none; }
.facet-opt .cbox { width: 18px; height: 18px; border-radius: 5px; border: 2px solid var(--line-strong); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .12s; }
.facet-opt.on .cbox { background: var(--orange); border-color: var(--orange); }
.facet-opt.switch { font-weight: 700; font-family: var(--font-display); padding: 6px; }

/* ---------- Results bar ---------- */
.results-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 12px; }
.results-count { font-size: 1.02rem; color: var(--ink-600); }
.results-count strong { color: var(--ink-900); font-family: var(--font-display); font-size: 1.2rem; }
.results-count.plain { margin-bottom: 16px; }
.results-tools { display: flex; align-items: center; gap: 16px; }
.sort-sel { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--ink-600); font-weight: 600; }
.sort-sel select { border: 1.5px solid var(--line-strong); border-radius: 999px; padding: 8px 14px; background: #fff; color: var(--ink-900); font-weight: 600; cursor: pointer; }
.view-toggle { display: inline-flex; background: var(--bg-panel); border-radius: 999px; padding: 3px; }
.view-toggle button { width: 38px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-500); }
.view-toggle button.on { background: #fff; color: var(--orange); box-shadow: var(--shadow-sm); }

.active-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; }
.active-chip { display: inline-flex; align-items: center; gap: 6px; line-height: 1; background: var(--violet-soft); color: var(--violet); font-weight: 600; font-family: var(--font-body); font-size: .84rem; padding: 7px 10px 7px 13px; border-radius: 999px; transition: background .12s; }
.active-chip:hover { background: #E7D5E0; }

/* ---------- Chips ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { display: inline-flex; align-items: center; line-height: 1; font-size: .78rem; font-weight: 600; font-family: var(--font-body); padding: 5px 11px; border-radius: 999px; background: var(--bg-panel); color: var(--ink-600); }
.chip-thema { background: var(--violet-soft); color: var(--violet); }
.chip-easy { background: #E4F3EA; color: var(--green); }
.chip-mid { background: #FFF1DC; color: var(--orange-dark); }
.chip-hard { background: #FBE4DC; color: #C2410C; }

/* ---------- Song Grid / Cards ---------- */
.song-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lieder-body.topbar .song-grid { grid-template-columns: repeat(4, 1fr); }
.song-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; cursor: pointer; transition: all .18s ease; display: flex; flex-direction: column; }
.song-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.song-card-cover { position: relative; }
.noten-cover { position: relative; width: 100%; overflow: hidden; display: block; }
.noten-cover svg { width: 100%; height: 100%; display: block; }
.cover-badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; line-height: 1; background: rgba(255,255,255,.92); font-family: var(--font-body); font-weight: 700; font-size: .74rem; padding: 5px 10px; border-radius: 999px; }
.fav-btn { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); transition: all .14s; }
.fav-btn:hover { transform: scale(1.08); }
.fav-btn.on { background: var(--orange); }
.fav-btn.sm { width: 32px; height: 32px; position: static; }
.song-card-body { padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.song-card-body h3 { font-size: 1.12rem; }
.song-sub { color: var(--ink-500); font-size: .88rem; margin: -4px 0 2px; }
.song-card-foot { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: .82rem; color: var(--ink-500); }
.song-card-foot > span { display: inline-flex; align-items: center; gap: 5px; }
.song-open { color: var(--orange); font-weight: 700; font-family: var(--font-body); }

/* ---------- Song List ---------- */
.song-list { display: flex; flex-direction: column; gap: 10px; }
.song-row { display: grid; grid-template-columns: 64px 1.6fr 1.3fr 1.5fr auto; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 16px; cursor: pointer; transition: all .15s; }
.song-row:hover { box-shadow: var(--shadow-md); border-color: transparent; transform: translateY(-1px); }
.song-row-cover { width: 64px; }
.song-row-cover .noten-cover { border-radius: 10px; }
.song-row-main h3 { font-size: 1.05rem; }
.song-anfang { color: var(--ink-500); font-size: .85rem; font-style: italic; margin: 2px 0 0; }
.rm-label { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-400); font-weight: 700; }
.rm-val { font-size: .9rem; color: var(--ink-700); }
.song-row-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.song-row-actions { display: flex; align-items: center; gap: 12px; }

/* ---------- Empty ---------- */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state h3 { font-size: 1.4rem; margin: 16px 0 6px; }
.empty-state p { color: var(--ink-500); margin: 0 0 18px; }

/* ---------- Single Lied ---------- */
.page-lied { max-width: var(--maxw); margin: 0 auto; padding: 24px 28px 40px; }
.lied-top { margin-bottom: 18px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-600); font-weight: 600; font-family: var(--font-display); padding: 8px 4px; }
.breadcrumb:hover { color: var(--orange); }
.lied-grid { display: grid; grid-template-columns: 340px 1fr; gap: 44px; align-items: start; }
.layout-stacked .lied-grid { grid-template-columns: 300px 1fr; }
.lied-art-badge { display: inline-flex; align-items: center; line-height: 1; background: var(--violet-soft); color: var(--violet); font-family: var(--font-body); font-weight: 600; font-size: .82rem; padding: 6px 13px; border-radius: 999px; margin-bottom: 12px; }
.lied-head h1, .lied-hero-stacked h1 { font-size: 2.4rem; margin-bottom: 8px; }
.lied-anfang { font-size: 1.1rem; font-style: italic; color: var(--ink-600); margin: 0 0 8px; }
.lied-byline { color: var(--ink-500); font-weight: 600; margin: 0 0 18px; }
.lied-hero-stacked { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 32px; margin-bottom: 30px; }

.lied-left { position: sticky; top: 120px; }
.dl-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px; }
.dl-cover .noten-cover { border-radius: var(--r-md); box-shadow: var(--shadow-md); }
.dl-meta-mini { display: flex; justify-content: space-around; font-size: .85rem; color: var(--ink-600); font-weight: 600; }
.dl-meta-mini span { display: inline-flex; align-items: center; gap: 6px; }
.dl-hint { font-size: .82rem; color: var(--ink-500); text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; margin: -4px 0 0; }
.dl-done { font-size: .85rem; color: var(--green); font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0; }

.lied-section { margin-bottom: 34px; }
.lied-section h2 { font-size: 1.4rem; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--orange-soft); }
.meta-table { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.meta-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 10px; padding: 11px 16px; border-bottom: 1px solid var(--line); }
.meta-row:nth-child(odd) { background: var(--bg-soft); }
.meta-table dt { font-size: .82rem; color: var(--ink-500); font-weight: 700; }
.meta-table dd { margin: 0; font-size: .92rem; color: var(--ink-900); font-weight: 600; }

.lyrics { white-space: pre-line; font-size: 1.12rem; line-height: 1.9; color: var(--ink-800, #3a332e); background: var(--bg-soft); border-left: 4px solid var(--orange); border-radius: 0 var(--r-md) var(--r-md) 0; padding: 22px 26px; font-family: var(--font-display); font-weight: 500; }
.lyrics-note { font-size: .78rem; color: var(--ink-400); margin: 8px 0 0; }

.video-mini-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.video-mini { text-align: left; display: flex; flex-direction: column; gap: 6px; }
.vm-thumb { position: relative; aspect-ratio: 16/9; border-radius: var(--r-md); background: linear-gradient(135deg, #7c5a86, var(--violet)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.vm-play { width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.35); display: inline-flex; align-items: center; justify-content: center; transition: all .15s; }
.video-mini:hover .vm-play { background: var(--orange); transform: scale(1.06); }
.vm-dur { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,.7); color: #fff; font-size: .72rem; font-weight: 700; padding: 2px 7px; border-radius: 6px; }
.vm-titel { font-family: var(--font-display); font-weight: 700; font-size: .92rem; line-height: 1.25; }
.vm-sub { font-size: .8rem; color: var(--ink-500); }

/* ---------- Spende ---------- */
.modal-backdrop { position: fixed; inset: 0; background: rgba(43,21,40,.55); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; z-index: 200; padding: 24px; animation: fade .2s ease; }
@keyframes fade { from { opacity: 0; } }
.spende-modal { background: #fff; border-radius: var(--r-xl); padding: 34px; max-width: 480px; width: 100%; text-align: center; position: relative; box-shadow: var(--shadow-lg); animation: pop .22s ease; }
@keyframes pop { from { transform: translateY(14px) scale(.97); opacity: 0; } }
.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--bg-panel); }
.spende-modal h3 { font-size: 1.6rem; margin: 14px 0 10px; }
.spende-body { color: var(--ink-700); margin: 0 0 20px; }
.spende-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.spende-tiers.compact { grid-template-columns: 1fr 1fr; }
.spende-tiers.big { grid-template-columns: repeat(3,1fr); max-width: 720px; margin: 0 auto 36px; }
.tier { background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 14px 10px; display: flex; flex-direction: column; gap: 3px; }
.tier.hl { background: var(--orange-soft); border-color: var(--orange); }
.tier-amt { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--orange-dark); }
.tier span:last-child { font-size: .8rem; color: var(--ink-600); }
.spende-note { font-size: .82rem; color: var(--ink-500); display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0 0 18px; }
.spende-note.center { justify-content: center; }
.spende-actions { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.spende-pays { margin-top: 16px; font-size: .76rem; color: var(--ink-400); letter-spacing: .03em; }

.spende-inline { background: var(--orange-soft); border: 1.5px solid #FAD9A8; border-radius: var(--r-md); padding: 18px; }
.spende-inline-head { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 8px; }
.spende-inline p { font-size: .88rem; color: var(--ink-700); margin: 0 0 14px; }
.spende-inline .spende-tiers { margin-bottom: 14px; }
.spende-inline .tier { background: #fff; }

.spende-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; padding: 14px; animation: slideup .3s ease; }
@keyframes slideup { from { transform: translateY(100%); } }
.spende-banner-inner { max-width: var(--maxw); margin: 0 auto; background: var(--violet); color: #fff; border-radius: var(--r-lg); padding: 14px 20px; display: flex; align-items: center; gap: 18px; box-shadow: var(--shadow-lg); }
.spende-banner-txt { flex: 1; font-size: .95rem; }
.spende-banner-txt b { color: #FFD9A0; }
.spende-banner-acts { display: flex; align-items: center; gap: 8px; }
.spende-banner .btn-text { color: rgba(255,255,255,.85); }
.spende-banner .icon-btn { color: rgba(255,255,255,.8); }
.spende-banner .icon-btn:hover { background: rgba(255,255,255,.15); }

/* ---------- Videos ---------- */
.videos-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.videos-hero-inner { max-width: var(--maxw); margin: 0 auto; padding: 46px 28px 40px; }
.videos-hero h1 { font-size: 2.7rem; margin-bottom: 12px; }
.videos-hero .hero-lead { color: var(--ink-600); }
.videos-hero .hero-doodle.d1 { top: 30px; right: 8%; opacity: .35; }
.videos-toolbar { max-width: var(--maxw); margin: 0 auto; padding: 24px 28px 6px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cat-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-chip { display: inline-flex; align-items: center; font-family: var(--font-body); font-weight: 600; font-size: .9rem; line-height: 1; padding: 10px 16px; border-radius: 999px; background: var(--bg-panel); color: var(--ink-700); transition: all .14s; }
.cat-chip:hover { background: var(--orange-soft); color: var(--orange-dark); }
.cat-chip.on { background: var(--orange); color: #fff; }
.videos-tools { display: flex; align-items: center; gap: 14px; }
.videos-wrap { max-width: var(--maxw); margin: 0 auto; padding: 22px 28px 20px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card { cursor: pointer; }
.vthumb { position: relative; border-radius: var(--r-md); overflow: hidden; display: flex; align-items: center; justify-content: center; transition: transform .18s; }
.video-card:hover .vthumb { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.vthumb-doodle { position: absolute; top: 12px; left: 12px; }
.vthumb.has-img::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .15s; }
.video-card:hover .vthumb.has-img::after { background: rgba(0,0,0,.14); }
.vthumb-play { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.32); display: inline-flex; align-items: center; justify-content: center; transition: all .15s; }
.video-card:hover .vthumb-play { background: var(--orange); transform: scale(1.08); }
.vthumb-dur { position: absolute; bottom: 10px; right: 10px; display: inline-flex; align-items: center; background: rgba(0,0,0,.72); color: #fff; font-size: .76rem; font-weight: 700; line-height: 1; padding: 5px 9px; border-radius: 6px; }
.vthumb-cat { position: absolute; bottom: 10px; left: 10px; display: inline-flex; align-items: center; background: rgba(255,255,255,.92); color: var(--ink-900); font-family: var(--font-body); font-size: .72rem; font-weight: 700; line-height: 1; padding: 5px 10px; border-radius: 999px; }
.video-card-body { padding: 12px 2px; }
.video-card-body h3 { font-size: 1.05rem; line-height: 1.25; }
.video-card-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; color: var(--ink-500); font-size: .85rem; margin-top: 6px; }
.video-card-meta .dot { opacity: .5; }

.playlist-row { margin-bottom: 40px; }
.playlist-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.playlist-head h2 { font-size: 1.5rem; }
.playlist-count { color: var(--ink-400); font-size: .85rem; font-weight: 700; }
.playlist-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 300px; gap: 20px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.playlist-item { scroll-snap-align: start; }
.playlist-scroll::-webkit-scrollbar { height: 8px; }
.playlist-scroll::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 4px; }

.video-modal { background: #fff; border-radius: var(--r-lg); max-width: 720px; width: 100%; overflow: hidden; position: relative; box-shadow: var(--shadow-lg); animation: pop .22s ease; }
.video-modal-player { aspect-ratio: 16/9; background: linear-gradient(135deg, #7c5a86, var(--violet)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.85); font-family: var(--font-display); font-weight: 600; }
.video-modal-body { padding: 20px 24px 24px; }
.video-modal-body h3 { font-size: 1.3rem; }
.video-modal-body p { color: var(--ink-500); margin: 8px 0 0; }
.video-modal .modal-close { background: rgba(0,0,0,.4); }
.video-modal .modal-close:hover { background: rgba(0,0,0,.6); }

/* ---------- Home ---------- */
.home-hero { background: var(--violet); color: #fff; position: relative; overflow: hidden; min-height: 500px; display: flex; align-items: center; }
.home-hero-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 62%; background: url("assets/home-hero.png") center right / cover no-repeat; }
.home-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, var(--violet) 8%, rgba(110,33,80,0) 55%); }
.home-hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 64px 28px 70px; }
.home-hero-text { max-width: 560px; }
.home-hero h1 { color: #fff; font-size: 3.6rem; line-height: 1.02; margin-bottom: 18px; }
.home-hero h1 .hl { color: var(--orange); }
.home-lead { font-size: 1.18rem; color: rgba(255,255,255,.9); max-width: 520px; margin: 0 0 26px; }
.home-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.home-points { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.home-points li { position: relative; padding-left: 22px; color: rgba(255,255,255,.92); font-weight: 600; }
.home-points li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }

/* Teaser-Sektionen */
.home-teasers { max-width: var(--maxw); margin: 0 auto; padding: 76px 28px 40px; display: flex; flex-direction: column; gap: 56px; }
.teaser-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.teaser-row.reverse { grid-template-columns: 1.1fr 0.9fr; }
.teaser-row.reverse .teaser-media { order: 2; }
.teaser-media { border-radius: var(--r-xl); overflow: hidden; background: var(--violet); box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; }
.teaser-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.teaser-text h2 { font-size: 2.3rem; margin: 4px 0 14px; }
.teaser-text p { font-size: 1.08rem; color: var(--ink-700); margin: 0 0 24px; max-width: 460px; }
.teaser-text .btn { display: inline-flex; align-items: center; gap: 8px; }

/* Newsletter */
.home-newsletter { background: var(--violet); color: #fff; margin-top: 0; }
.newsletter-inner { max-width: var(--maxw); margin: 0 auto; padding: 54px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter-text h2 { color: #fff; font-size: 2.1rem; margin: 4px 0 10px; }
.newsletter-text p { color: rgba(255,255,255,.88); margin: 0; max-width: 460px; }
.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input { flex: 1; min-width: 220px; border: none; border-radius: 999px; padding: 15px 22px; font-size: 1rem; color: var(--ink-900); outline: none; box-shadow: var(--shadow-md); }
.newsletter-form input::placeholder { color: var(--ink-400); }
.newsletter-done { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 20px 24px; }
.newsletter-done p { margin: 0; color: #fff; }

.home-strip { background: var(--cream); }
.strip-inner { max-width: var(--maxw); margin: 0 auto; padding: 28px; display: flex; align-items: center; gap: 18px; }
.strip-inner p { margin: 0; flex: 1; font-size: 1.05rem; }

/* ---------- Spenden / Placeholder ---------- */
.spenden-body { max-width: var(--maxw); margin: 0 auto; padding: 44px 28px; }
.konto-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.konto-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.konto-card h3 { font-size: 1.05rem; color: var(--violet); margin-bottom: 12px; }
.konto-card p { white-space: pre-line; font-size: .9rem; color: var(--ink-700); line-height: 1.7; margin: 0; }
.page-placeholder { max-width: 640px; margin: 0 auto; padding: 90px 28px; text-align: center; }
.page-placeholder h1 { font-size: 2.6rem; margin: 14px 0 12px; }
.page-placeholder .home-cta { justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .lieder-body { grid-template-columns: 240px 1fr; }
  .song-grid, .video-grid, .video-mini-row { grid-template-columns: repeat(2, 1fr); }
  .lied-grid { grid-template-columns: 280px 1fr; }
  .foot-cols { grid-template-columns: 1fr 1fr; gap: 28px; }
  .konto-grid { grid-template-columns: 1fr 1fr; }
  .mainnav { display: none; }
}
@media (max-width: 900px) {
  .home-hero-bg { width: 100%; opacity: .35; }
  .home-hero-bg::after { background: linear-gradient(to right, var(--violet) 20%, rgba(110,33,80,.4)); }
  .teaser-row, .teaser-row.reverse { grid-template-columns: 1fr; gap: 22px; }
  .teaser-row.reverse .teaser-media { order: 0; }
  .teaser-media { aspect-ratio: 16 / 10; max-height: 320px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 720px) {
  .home-hero h1 { font-size: 2.8rem; }
  .lieder-body { grid-template-columns: 1fr; }
  .lieder-aside { position: static; }
  .song-grid, .video-grid, .angebote-grid { grid-template-columns: 1fr; }
  .lied-grid { grid-template-columns: 1fr; }
  .lied-left { position: static; }
  .foot-cta-inner { flex-direction: column; text-align: center; }
  .foot-cta-inner .btn { margin: 0; }
}
