:root {
  --bg: #0a0d12;
  --bg-soft: #10151d;
  --panel: #151b24;
  --text: #f4f5f7;
  --muted: #b7bec9;
  --line: rgba(255,255,255,.12);
  --accent: #d6a648;
  --accent-2: #f0c66f;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000;
  background: #fff; color: #000; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px; color: var(--accent-2); font-size: .78rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 8vw, 7rem); margin-bottom: 18px; }
h2 { font-size: clamp(2.2rem, 5vw, 4.5rem); margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
p { margin: 0 0 1.1em; }
.lead { max-width: 760px; color: #d8dde5; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.muted { color: var(--muted); }
.section { padding: clamp(76px, 10vw, 140px) 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.section-head p { margin: 0; color: var(--muted); max-width: 620px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; font-weight: 700; transition: .25s ease; cursor: pointer;
}
.btn--gold { background: var(--accent); color: #14100a; }
.btn--gold:hover, .btn--gold:focus-visible { background: var(--accent-2); transform: translateY(-2px); }
.btn--ghost { border-color: var(--line); background: rgba(255,255,255,.05); }
.btn--ghost:hover, .btn--ghost:focus-visible { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.09); }
.icon { width: 18px; height: 18px; flex: none; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.scrolled { background: rgba(10,13,18,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 1.1rem; }
.brand span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: #e7e9ed; font-size: .93rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--accent-2); }
.menu-btn { display: none; color: #fff; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.hero { min-height: 100svh; display: grid; align-items: end; position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: none; transform: none; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,8,12,.96) 0%, rgba(5,8,12,.7) 43%, rgba(5,8,12,.12) 76%),
              linear-gradient(0deg, var(--bg) 0%, transparent 28%);
}
.hero-content { position: relative; z-index: 2; padding: 150px 0 92px; max-width: 820px; }
.hero-kicker { color: var(--accent-2); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; font-size: .8rem; }
.hero h1 span { color: var(--accent); }
.hero-sub { font-size: clamp(1.1rem, 2.3vw, 1.5rem); color: #d8dde4; margin-bottom: 34px; max-width: 660px; }
.scroll-note { position: absolute; z-index: 3; right: 32px; bottom: 38px; color: #d6d9de; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.bio-grid { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(36px, 7vw, 96px); align-items: center; }
.portrait-card { border-radius: var(--radius); overflow: hidden; background: var(--panel); box-shadow: var(--shadow); position: relative; }
.portrait-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.8) contrast(1.03); }
.portrait-card::after { content:""; position:absolute; inset:auto 0 0; height:38%; background:linear-gradient(transparent,rgba(0,0,0,.55)); }
.bio-copy .facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 30px 0; }
.fact { border-top: 1px solid var(--line); padding-top: 14px; color: var(--muted); }
.fact strong { display:block; color:var(--text); font-size:.88rem; margin-bottom:4px; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.project-card { position: relative; overflow: hidden; min-height: 420px; border-radius: var(--radius); text-decoration: none; background: var(--panel); box-shadow: var(--shadow); }
.project-card img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; transition:transform .45s ease; filter:saturate(.85); }
.project-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,5,8,.95),rgba(3,5,8,.05) 70%); }
.project-card-content { position:absolute; z-index:2; inset:auto 24px 22px; }
.project-card p { color:#c8ced7; margin:6px 0 0; font-size:.92rem; }
.project-card:hover img { transform:scale(1.045); }
.project-list { margin-top: 22px; border-top:1px solid var(--line); }
.project-list a { display:flex; justify-content:space-between; gap:20px; padding:17px 2px; border-bottom:1px solid var(--line); text-decoration:none; color:#dce0e6; }
.project-list a:hover { color:var(--accent-2); }
.project-list span:last-child { color:var(--muted); }
.video-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.video-card { display:block; position:relative; overflow:hidden; border-radius:var(--radius); min-height:330px; background:var(--panel); text-decoration:none; box-shadow:var(--shadow); }
.video-card img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; transition:.35s ease; }
.video-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,5,8,.92),rgba(3,5,8,.08) 70%); }
.video-card:hover img { transform:scale(1.04); filter:brightness(.82); }
.video-info { position:absolute; z-index:2; inset:auto 24px 22px; }
.play { width:58px; height:58px; border-radius:50%; background:var(--accent); color:#111; display:grid; place-items:center; margin-bottom:18px; box-shadow:0 10px 32px rgba(0,0,0,.3); }
.video-info p { color:#cbd1da; margin:4px 0 0; }
.music-panel { display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:stretch; }
.music-copy, .music-art { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:var(--panel); }
.music-copy { padding:clamp(28px,5vw,60px); display:flex; flex-direction:column; justify-content:center; }
.music-copy p { color:var(--muted); }
.music-art { min-height:440px; position:relative; }
.music-art img { width:100%; height:100%; object-fit:cover; filter:grayscale(1) contrast(1.12) brightness(.52); }
.music-art::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 45%,rgba(214,166,72,.18),transparent 50%); }
.disc-mark { position:absolute; z-index:2; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:220px; aspect-ratio:1; border:1px solid rgba(255,255,255,.26); border-radius:50%; display:grid; place-items:center; text-align:center; padding:28px; background:rgba(6,8,12,.38); backdrop-filter:blur(8px); }
.gallery { columns: 3 260px; column-gap: 16px; }
.gallery button { width:100%; border:0; padding:0; margin:0 0 16px; border-radius:16px; overflow:hidden; background:var(--panel); cursor:zoom-in; break-inside:avoid; }
.gallery img { width:100%; transition:.3s ease; }
.gallery button:hover img { transform:scale(1.025); filter:brightness(.85); }
.sideman-box { border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); overflow:hidden; }
.sideman-box summary { cursor:pointer; list-style:none; padding:24px 28px; font-weight:700; display:flex; align-items:center; justify-content:space-between; }
.sideman-box summary::-webkit-details-marker { display:none; }
.sideman-box summary::after { content:"+"; color:var(--accent); font-size:1.7rem; font-weight:400; }
.sideman-box[open] summary::after { content:"−"; }
.sideman-list { columns:3 240px; column-gap:40px; padding:0 28px 28px; color:var(--muted); }
.sideman-list span { display:block; padding:5px 0; break-inside:avoid; }
.contact-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:start; }
.contact-links { display:grid; gap:12px; }
.contact-item { display:flex; align-items:center; gap:14px; padding:18px; border:1px solid var(--line); border-radius:16px; text-decoration:none; background:rgba(255,255,255,.025); }
.contact-item:hover { border-color:rgba(214,166,72,.62); }
.contact-item small { display:block; color:var(--muted); }
.contact-item strong { display:block; }
.site-footer { border-top:1px solid var(--line); padding:28px 0; color:var(--muted); font-size:.9rem; }
.footer-row { display:flex; justify-content:space-between; gap:24px; align-items:center; }
.footer-links { display:flex; gap:18px; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color:var(--accent-2); }
.legal { padding:130px 0 90px; }
.legal article { max-width:860px; }
.legal h1 { font-size:clamp(2.6rem,6vw,5rem); }
.legal h2 { font-size:1.5rem; margin-top:42px; margin-bottom:12px; letter-spacing:-.02em; }
.legal h3 { font-size:1.15rem; margin-top:28px; }
.legal p, .legal li { color:#d0d5dc; }
.notice { border-left:3px solid var(--accent); background:var(--panel); padding:16px 18px; margin:28px 0; color:#dce0e7; }
.lightbox { max-width:min(1100px,94vw); max-height:90vh; border:0; padding:0; background:transparent; }
.lightbox::backdrop { background:rgba(0,0,0,.88); }
.lightbox img { max-width:94vw; max-height:86vh; border-radius:12px; }
.lightbox-close { position:fixed; right:24px; top:20px; width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.3); background:rgba(0,0,0,.55); color:#fff; cursor:pointer; font-size:1.4rem; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 900px) {
  .nav-links { position:fixed; inset:0; background:rgba(10,13,18,.98); display:flex; flex-direction:column; justify-content:center; gap:28px; transform:translateX(100%); transition:.3s ease; }
  .nav-links.open { transform:none; }
  .nav-links a { font-size:1.4rem; }
  .menu-btn { display:block; position:relative; z-index:2; }
  .section-head, .bio-grid, .music-panel, .contact-grid { grid-template-columns:1fr; }
  .section-head { gap:14px; }
  .cards { grid-template-columns:1fr; }
  .project-card { min-height:380px; }
  .bio-copy .facts { grid-template-columns:1fr 1fr; }
  .scroll-note { display:none; }
}
@media (max-width: 640px) {
  .wrap { width:min(calc(100% - 28px), var(--max)); }
  .nav { height:72px; }
  .hero-content { padding-bottom:64px; }
  .hero::after { background:linear-gradient(90deg,rgba(5,8,12,.92),rgba(5,8,12,.35)),linear-gradient(0deg,var(--bg),transparent 34%); }
  .video-grid { grid-template-columns:1fr; }
  .video-card { min-height:270px; }
  .bio-copy .facts { grid-template-columns:1fr; }
  .footer-row { flex-direction:column; align-items:flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none!important; transition:none!important; }
  .reveal { opacity:1; transform:none; }
}


/* Prominente Apple-Music-Diskografie */
.btn--apple {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #fa2d48, #c928b6);
  box-shadow: 0 12px 34px rgba(229, 42, 99, .25);
}
.btn--apple:hover, .btn--apple:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 16px 42px rgba(229, 42, 99, .34);
}
.music-feature {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(250,45,72,.14), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(201,40,182,.11), transparent 30%),
    var(--bg);
}
.music-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.018), transparent 35%);
}
.music-feature-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}
.music-feature-head > div { max-width: 790px; }
.music-feature-head .lead { margin-bottom: 0; color: #cfd4dd; }
.apple-open-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.apple-open-link svg { width: 21px; height: 21px; color: #fa4960; }
.apple-open-link:hover, .apple-open-link:focus-visible {
  border-color: rgba(250,73,96,.7);
  background: rgba(250,45,72,.09);
}
.apple-music-shell {
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}
.apple-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}
.apple-tab {
  appearance: none;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(0,0,0,.17);
  color: #d9dde5;
  font: inherit;
  font-size: .91rem;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.apple-tab:hover, .apple-tab:focus-visible { border-color: rgba(250,73,96,.64); color: #fff; }
.apple-tab.active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #fa2d48, #c928b6);
  box-shadow: 0 8px 24px rgba(229,42,99,.22);
}
.apple-player-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}
.apple-player-heading h3 { margin: 0 0 3px; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.apple-player-heading p { margin: 0; color: var(--muted); }
.apple-music-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}
.apple-music-label svg { width: 23px; height: 23px; color: #fa4960; }
.apple-player {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f7;
}
.apple-privacy-note {
  margin: 15px 2px 0;
  color: var(--muted);
  font-size: .82rem;
}
@media (max-width: 900px) {
  .music-feature-head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .apple-open-link { justify-self: start; }
}
@media (max-width: 640px) {
  .apple-player-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .apple-tabs { display: grid; grid-template-columns: 1fr; }
  .apple-tab { text-align: left; }
  .apple-player { min-height: 470px; }
}

/* Musikschulleitung */
.leadership-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(214,166,72,.12), transparent 30%),
    var(--bg);
}
.leadership-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}
.leadership-copy { max-width: 760px; }
.leadership-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.leadership-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dfe3e9;
  background: rgba(255,255,255,.035);
  font-size: .9rem;
}
.school-card {
  border: 1px solid rgba(214,166,72,.28);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.school-logo {
  display: grid;
  place-items: center;
  min-height: 170px;
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
.school-logo img { width: 100%; height: auto; }
.school-role {
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.school-card h3 { margin-bottom: 14px; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.school-card > p:last-child { margin-bottom: 0; color: var(--muted); }
.cards--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) {
  .leadership-grid { grid-template-columns: 1fr; }
  .cards--two { grid-template-columns: 1fr; }
}

/* Historische Aufnahme- und Sideman-Angaben unter der Apple-Music-Diskografie */
.credits-archive {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.credits-archive-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.credits-archive-head h3 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}
.credits-archive-head p:last-child { margin-bottom: 0; color: var(--muted); }
.credit-panels { display: grid; gap: 14px; }
.credit-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}
.credit-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.credit-panel summary::-webkit-details-marker { display: none; }
.credit-panel summary > span:first-child { display: grid; gap: 4px; }
.credit-panel summary strong { color: #f1f3f6; font-size: 1.04rem; }
.credit-panel summary small { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.credit-panel-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(214,166,72,.38);
  border-radius: 50%;
  color: var(--accent-2);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .2s ease;
}
.credit-panel[open] .credit-panel-icon { transform: rotate(45deg); }
.credit-panel[open] summary { border-bottom: 1px solid var(--line); }
.recording-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px;
}
.recording-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #e5e8ed;
  font-size: .88rem;
  line-height: 1.25;
}
.studio-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.studio-credits > div {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}
.studio-credits-label {
  display: block;
  margin-bottom: 9px;
  color: var(--accent-2);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.studio-credits p { margin: 0; color: var(--muted); font-size: .9rem; }
@media (max-width: 760px) {
  .recording-tags span { font-size: .82rem; }
  .studio-credits { grid-template-columns: 1fr; }
  .credit-panel summary { padding: 18px; }
  .recording-tags { padding: 18px; }
}

/* Verbindung von künstlerischem Profil und Musikschulleitung */
.profile-section {
  padding-bottom: clamp(56px, 7vw, 92px);
}
.profile-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(calc(100% - 40px), var(--max));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(214,166,72,.45), transparent);
}
.leadership-section {
  padding-top: clamp(62px, 8vw, 104px);
}
.school-logo {
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.school-logo:hover,
.school-logo:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
.school-logo img {
  width: min(100%, 300px);
  margin-inline: auto;
}
.school-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-2);
  font-weight: 700;
  text-decoration: none;
}
.school-link:hover,
.school-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* Finale mobile Navigation */
@media (max-width: 900px) {
  .site-header { z-index: 1000; }
  .site-header.scrolled, body.menu-open .site-header { background: #0a0d12; backdrop-filter: none; border-color: var(--line); }
  .nav { position: relative; z-index: 1002; }
  .brand { position: relative; z-index: 1003; }
  .menu-btn { position: relative; z-index: 1004; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 1001;
    min-height: 100dvh;
    padding: 108px 28px 40px;
    background: #0a0d12;
    overflow-y: auto;
    overscroll-behavior: contain;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: transform .28s ease, opacity .2s ease, visibility 0s linear .28s;
  }
  .nav-links.open { transform: translateX(0); visibility: visible; opacity: 1; transition-delay: 0s; }
  .nav-links a { display: block; padding: 15px 4px; border-bottom: 1px solid var(--line); color: #fff; font-size: clamp(1.22rem, 6vw, 1.6rem); font-weight: 700; line-height: 1.25; }
}

/* Datenschutzfreundlicher Apple-Music-Platzhalter */
.apple-consent {
  min-height: 450px;
  display: grid;
  place-items: center;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f5f5f7, #e8e8ed);
  color: #17171a;
  text-align: center;
}
.apple-consent-inner { max-width: 610px; }
.apple-consent svg { width: 54px; height: 54px; color: #fa2d48; margin: 0 auto 18px; }
.apple-consent h3 { margin-bottom: 12px; color: #17171a; }
.apple-consent p { color: #4a4a50; }
.apple-consent .btn { margin: 8px 0 14px; }
.apple-consent a { display: block; color: #555; font-size: .88rem; }
@media (max-width: 640px) {
  .apple-consent { min-height: 470px; padding: 24px 18px; }
}

/* Bühnenprojekte: einheitliche Fotokarten */
.stage-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stage-cards .project-card { min-height: 360px; }
.stage-cards .project-card:nth-child(1),
.stage-cards .project-card:nth-child(2) { min-height: 430px; }
@media (max-width: 980px) {
  .stage-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .stage-cards { grid-template-columns: 1fr; }
  .stage-cards .project-card,
  .stage-cards .project-card:nth-child(1),
  .stage-cards .project-card:nth-child(2) { min-height: 330px; }
}


/* Version 10: mobile Startansicht ohne Textüberlagerung */
@media (max-width: 640px) {
  .hero {
    min-height: auto;
    display: block;
    overflow: visible;
    padding-top: 72px;
    background: var(--bg);
  }
  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 2880 / 1585;
    background: #05080c;
    overflow: hidden;
  }
  .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    filter: none;
    transform: none;
  }
  .hero::after { display: none; }
  .hero-content {
    max-width: none;
    padding: 32px 0 56px;
    background: var(--bg);
  }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-sub { font-size: 1.05rem; margin-bottom: 26px; }
  .hero-kicker { font-size: .7rem; letter-spacing: .15em; }
  .btn-row { gap: 10px; }
  .btn-row .btn { width: 100%; justify-content: center; }
}
