/* =========================================================
   ingomercer.com – Styles
   1. Welten (Farben, Schriften, Rundungen)  ← hier Farben ändern
   2. Grundlayout
   3. Plakat (Hero) + Effekte
   4. Abschnitte
   5. Handy
   ========================================================= */

/* ---------- 1. Welten ---------- */
.page {
  /* Sol (Standard) – Farben aus Cover 39: fast schwarz, Mint, Hauch Rot/Türkis */
  --bg: #080A09;
  --surface: #131816;
  --fg: #E4EEE8;
  --muted: #9FB3AA;
  --accent: #B9E3CC;
  --on-accent: #080A09;
  --line: rgba(228, 238, 232, 0.2);
  --panel: rgba(8, 10, 9, 0.86);
  --blend: multiply;
  --knock: #FFFFFF;
  --display: 'Jost', 'Futura', 'Century Gothic', Arial, sans-serif;
  --d-weight: 300;
  --d-stretch: 100%;
  --d-style: normal;
  --d-case: uppercase;
  --d-track: 0.12em;
  --body: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
  --text: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
  --hand: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
  --hand-size: 14px;
  --r-card: 40px;
  --r-btn: 999px;
  --r-round: 50%;
  --title-max: 420;
  --about-size: 40px;
  --listen-size: 44px;
  --tracks-size: 96px;
}
.page[data-world="november"] {
  --bg: #E7E4DF;
  --surface: #D3CEC7;
  --fg: #141414;
  --muted: #4A4744;
  --accent: #5B2A4F;
  --on-accent: #F2EFEA;
  --line: rgba(20, 20, 20, 0.25);
  --panel: rgba(231, 228, 223, 0.92);
  --blend: screen;
  --knock: #000000;
  --display: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --d-weight: 800;
  --d-stretch: 62%;
  --d-case: uppercase;
  --d-track: -0.01em;
  --body: 'Archivo', Arial, sans-serif;
  --text: 'Newsreader', Georgia, serif;
  --hand: 'Archivo', Arial, sans-serif;
  --r-card: 0px;
  --r-btn: 0px;
  --r-round: 0px;
  --about-size: 72px;
  --listen-size: 84px;
  --tracks-size: 96px;
}
.page[data-world="smoke"] {
  --bg: #0F0C0B;
  --surface: #1C1715;
  --fg: #F1E7DC;
  --muted: #A8988B;
  --accent: #FF6A2A;
  --on-accent: #0F0C0B;
  --line: rgba(241, 231, 220, 0.2);
  --panel: rgba(15, 12, 11, 0.88);
  --display: 'Bodoni Moda', Didot, 'Times New Roman', serif;
  --d-weight: 700;
  --d-style: italic;
  --d-case: none;
  --d-track: -0.03em;
  --body: 'Space Grotesk', Arial, sans-serif;
  --text: 'Space Grotesk', Arial, sans-serif;
  --hand: 'Space Grotesk', Arial, sans-serif;
  --r-card: 4px;
  --r-btn: 4px;
  --r-round: 4px;
  --about-size: 56px;
  --listen-size: 72px;
  --tracks-size: 64px;
}
.page[data-world="early"] {
  /* Early Works – Farben aus Cover E8: Lila-Fläche, Indigo-Pixel, Violett als Akzent */
  --bg: #C4A8FF;
  --surface: #B598F6;
  --fg: #1C1830;
  --muted: #4B4072;
  --accent: #7A5CE0;
  --on-accent: #EEEAF7;
  --line: rgba(28, 24, 48, 0.25);
  --panel: #A98BF2; /* dunklere Lila-Fläche für Player, Pfeile und Label */
  --display: 'IBM Plex Mono', 'Courier New', monospace;
  --d-weight: 600;
  --d-case: uppercase;
  --d-track: -0.04em;
  --body: 'IBM Plex Mono', 'Courier New', monospace;
  --text: 'IBM Plex Mono', 'Courier New', monospace;
  --hand: 'IBM Plex Mono', 'Courier New', monospace;
  --hand-size: 14px;
  --r-card: 0px;
  --r-btn: 0px;
  --r-round: 0px;
  --about-size: 40px;
  --listen-size: 48px;
  --tracks-size: 52px;
}

/* ---------- 2. Grundlayout ---------- */
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; background: #080A09; }
.page {
  min-height: 100vh;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--body);
  font-size: 16px;
  transition: background-color 0.6s ease, color 0.6s ease;
  overflow-x: hidden;
}
.page[data-world="november"] { color-scheme: light; }
.page a { color: inherit; text-decoration: none; }
.page button { font: inherit; color: inherit; cursor: pointer; }
.page :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.wrap { padding-inline: clamp(16px, 4vw, 56px); }
.label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.muted { color: var(--muted); }
.display {
  font-family: var(--display);
  font-weight: var(--d-weight);
  font-stretch: var(--d-stretch);
  font-style: var(--d-style);
  text-transform: var(--d-case);
  letter-spacing: var(--d-track);
}

/* Kopfzeile */
.topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: 0.34em; }
.brand-mark { height: 28px; width: auto; display: block; }
.mark-dark { display: none; }
.page[data-world="november"] .mark-light, .page[data-world="early"] .mark-light { display: none; }
.page[data-world="november"] .mark-dark, .page[data-world="early"] .mark-dark { display: block; }
.topnav { display: flex; gap: clamp(14px, 2.5vw, 32px); font-size: 14px; font-weight: 600; }
.topnav a { padding-block: 12px; }
.topnav a:hover { color: var(--accent); }

/* ---------- 3. Plakat ---------- */
.poster {
  position: relative;
  margin-inline: clamp(16px, 2.2vw, 32px);
  height: clamp(560px, 62.5vw, 900px);
  overflow: hidden;
  border-radius: var(--r-card);
  background: var(--bg);
  isolation: isolate;
}
.poster-knockout { position: absolute; inset: 0; isolation: isolate; }
.poster-art { position: absolute; inset: 0; }
.art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.8s ease; animation: pan 30s ease-in-out infinite; }
.page[data-world="sol"] .art-sol,
.page[data-world="november"] .art-november,
.page[data-world="smoke"] .art-smoke,
.page[data-world="early"] .art-early { opacity: 1; }
.art-early {
  background-color: #C4A8FF;
  background-image: repeating-linear-gradient(180deg, rgba(28, 24, 48, 0.12) 0 2px, transparent 2px 5px);
  animation: none;
}
/* Early: Titel als Pixel (Canvas), der normale Titel bleibt nur für Screenreader */
.page[data-world="early"] .poster-mask { opacity: 0; }
.poster-mask {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  padding: clamp(96px, 11vw, 150px) clamp(20px, 3vw, 40px) 0;
  background: var(--bg);
  mix-blend-mode: var(--blend);
  transition: background-color 0.6s ease;
}
.poster-title {
  margin: 0;
  color: var(--knock);
  font-family: var(--display);
  font-weight: var(--d-weight);
  font-stretch: var(--d-stretch);
  font-style: var(--d-style);
  text-transform: var(--d-case);
  letter-spacing: var(--d-track);
  line-height: 0.86;
  font-size: 300px; /* wird per JS eingepasst */
  overflow-wrap: normal;
}
/* Sol: Plakat-Titel kräftiger, damit das Cover gut durch die Buchstaben scheint */
/* Sol: Cover 39 – Bild rechts, Titel hell davor mit leichtem Rot/Türkis-Versatz */
.page[data-world="sol"] .poster-mask { background: transparent; mix-blend-mode: normal; }
/* Sol: breite Hero-Fassung von Cover 39b (Rillen über die ganze Breite, Sonne rechts) */
.page[data-world="sol"] .art-sol { object-fit: cover; object-position: 66% 50%; }
.page[data-world="sol"] .poster-title { color: rgba(240, 248, 244, 0.94); font-weight: 300; letter-spacing: 0.14em; text-shadow: -4px 0 rgba(255, 61, 127, 0.6), 4px 0 rgba(26, 230, 255, 0.4); }
.page[data-world="sol"] .flare-glow,
.page[data-world="sol"] .flare-streak { display: none; }
/* Sol: feine Bildschirmzeilen wie auf Cover 39 */
.page[data-world="sol"] .fx-sun::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0 2px, transparent 2px 5px); }
.page[data-world="sol"] .track-no { font-weight: 400; }
.poster-frame { position: absolute; inset: 20px; border: 1px solid var(--line); border-radius: var(--r-card); pointer-events: none; z-index: 3; }
.poster-top {
  position: absolute;
  z-index: 4;
  left: clamp(20px, 3vw, 40px);
  right: clamp(20px, 3vw, 40px);
  top: clamp(40px, 4vw, 56px);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.counter { font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.08em; white-space: nowrap; }

/* Effekte: je Welt nur einer sichtbar */
.fx { position: absolute; inset: 0; pointer-events: none; overflow: hidden; display: none; z-index: 2; }
.page[data-world="sol"] .fx-sun,
.page[data-world="november"] .fx-fog,
.page[data-world="smoke"] .fx-smoke,
.page[data-world="early"] .fx-early { display: block; }

.sun-ring { position: absolute; width: 560px; height: 560px; right: -60px; top: -160px; stroke: var(--accent); stroke-opacity: 0.45; animation: spin 100s linear infinite; }
.flare { position: absolute; inset: 0; mix-blend-mode: screen; animation: flare-drift 18s ease-in-out infinite; }
.flare-glow { position: absolute; right: 80px; top: 0; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(closest-side, rgba(240, 255, 248, 0.95), rgba(185, 227, 204, 0.45) 38%, rgba(185, 227, 204, 0)); animation: glow 6s ease-in-out infinite; }
.flare-streak { position: absolute; right: -240px; top: 116px; width: 880px; height: 8px; border-radius: 50%; background: radial-gradient(closest-side, rgba(235, 255, 246, 0.85), rgba(185, 227, 204, 0)); }
.orb { position: absolute; border-radius: 50%; animation: orb 5s ease-in-out infinite; }
.orb-1 { right: 290px; top: 172px; width: 60px; height: 60px; border: 1.5px solid rgba(200, 240, 222, 0.55); }
.orb-2 { right: 431px; top: 274px; width: 22px; height: 22px; background: rgba(225, 250, 238, 0.6); animation-delay: -1.2s; }
.orb-3 { right: 554px; top: 340px; width: 120px; height: 120px; background: radial-gradient(closest-side, rgba(185, 227, 204, 0.05), rgba(185, 227, 204, 0.28)); animation-delay: -2.4s; }
.orb-4 { right: 764px; top: 494px; width: 44px; height: 44px; border: 1.5px solid rgba(200, 240, 222, 0.45); animation-delay: -3.1s; }
.orb-5 { right: 898px; top: 563px; width: 170px; height: 170px; border: 1px solid rgba(200, 240, 222, 0.3); background: radial-gradient(closest-side, rgba(160, 210, 190, 0.04), rgba(160, 210, 190, 0.2)); animation-delay: -4s; }

.fog-blob { position: absolute; left: -15%; top: 45%; width: 100%; height: 55%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); filter: blur(36px); animation: fog 24s ease-in-out infinite; }
.snow span { position: absolute; top: 0; border-radius: 50%; background: radial-gradient(circle, #FFFFFF 40%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 72%); box-shadow: 0 0 6px rgba(20, 20, 20, 0.18); animation: snow linear infinite; }

.smoke-blob { position: absolute; left: 20%; top: 50%; width: 70%; height: 50%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 106, 42, 0.2), rgba(15, 12, 11, 0)); filter: blur(32px); animation: smoke 18s ease-in-out infinite; }
.embers span { position: absolute; border-radius: 50%; background: #FF7A3D; box-shadow: 0 0 8px 2px rgba(255, 106, 42, 0.6); animation: ember linear infinite; }

.pixel-title { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.crt-roll { position: absolute; left: 0; right: 0; top: 0; height: 140px; background: linear-gradient(180deg, rgba(238, 234, 247, 0), rgba(238, 234, 247, 0.22), rgba(238, 234, 247, 0)); animation: crt-roll 9s linear infinite; }
@keyframes crt-roll { from { transform: translateY(-160px); } to { transform: translateY(1000px); } }

/* Bedienleiste im Plakat */
.poster-controls {
  position: absolute;
  z-index: 5;
  left: clamp(20px, 3vw, 40px);
  right: clamp(20px, 3vw, 40px);
  bottom: clamp(28px, 3vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 16px;
}
.player-panel {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px 14px 14px;
  border-radius: var(--r-btn);
  background: var(--panel);
}
.btn-play, .btn-mute, .btn-arrow {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-round);
}
.btn-play { width: 64px; height: 64px; border: 0; background: var(--accent); color: var(--on-accent); transition: background-color 0.6s ease; }
.btn-play svg { width: 22px; height: 22px; }
.i-play { fill: currentColor; }
.i-pause { fill: none; stroke: currentColor; stroke-width: 2.6; }
.btn-mute { width: 56px; height: 56px; border: 2px solid var(--line); background: transparent; }
.btn-mute svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.page.is-muted .btn-mute { border-color: var(--accent); }
.i-pause, .i-sound { display: none; }
.page.is-playing .i-pause { display: block; }
.page.is-playing .i-play { display: none; }
.page:not(.is-muted) .i-sound { display: block; }
.page:not(.is-muted) .i-muted { display: none; }
.btn-skip { width: 40px; height: 40px; flex: none; border: 0; border-radius: var(--r-round); background: transparent; display: flex; align-items: center; justify-content: center; }
.btn-skip svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.btn-skip:hover { color: var(--accent); }
.player-panel .btn-mute { margin-left: 6px; }
.now { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.now-state { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.page.is-playing.is-muted .now-state { color: var(--accent); }
.now-title { font-size: 20px; font-weight: 700; white-space: pre; overflow: hidden; text-overflow: ellipsis; }

.arrows { justify-self: end; display: flex; gap: 10px; }
.btn-arrow { width: 64px; height: 64px; border: 1px solid var(--fg); background: var(--panel); }
.btn-arrow.solid { border: 0; background: var(--fg); color: var(--bg); }
.btn-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; }

/* Visualizer */
.viz { display: flex; flex-direction: column; align-items: center; gap: 8px; padding-bottom: 6px; }
.viz-stage { position: relative; width: 380px; height: 56px; overflow: hidden; transition: opacity 0.5s ease, transform 0.5s ease; opacity: 0.35; transform: scaleY(0.12); }
.page.is-playing .viz-stage { opacity: 0.55; transform: scaleY(0.35); }
.page.is-playing:not(.is-muted) .viz-stage { opacity: 1; transform: none; }
.viz-stage > * { display: none; }
.page[data-world="early"] .viz-pix,
.page[data-world="smoke"] .viz-eq,
.page[data-world="november"] .viz-breath,
.page[data-world="sol"] .viz-sun { display: block; }
.viz-osc { position: absolute; left: 0; top: 0; width: 760px; height: 56px; animation: osc 1.1s linear infinite; }
.viz-osc polyline { fill: none; stroke: #C4A8FF; stroke-width: 2.5; stroke-linejoin: round; }
.viz-eq, .viz-breath { height: 56px; align-items: center; justify-content: center; gap: 10px; }
.page[data-world="smoke"] .viz-eq, .page[data-world="november"] .viz-breath, .page[data-world="early"] .viz-pix { display: flex; }
/* Early: Pegel aus Pixeln */
.viz-pix { height: 56px; align-items: flex-end; justify-content: center; gap: 4px; }
.viz-pix span { width: 8px; height: 11px; background: repeating-linear-gradient(0deg, #1C1830 0 8px, transparent 8px 11px); animation: pix-eq 0.8s steps(4) infinite alternate; }
.viz-pix span:nth-child(5n) { background: repeating-linear-gradient(0deg, #1C1830 0 8px, transparent 8px 11px) bottom / 100% calc(100% - 11px) no-repeat, linear-gradient(#7A5CE0, #7A5CE0) top / 100% 8px no-repeat; }
@keyframes pix-eq { from { height: 11px; } to { height: 55px; } }
.viz-eq span { width: 6px; border-radius: 3px; background: #FF6A2A; box-shadow: 0 0 10px rgba(255, 106, 42, 0.7); animation: eq 0.9s ease-in-out infinite; }
.viz-breath span { width: 2px; background: #141414; animation: breathe 2.6s ease-in-out infinite; }
.viz-sun .horizon { position: absolute; left: 0; right: 0; top: 27px; height: 2px; background: linear-gradient(90deg, rgba(185, 227, 204, 0), #B9E3CC, rgba(185, 227, 204, 0)); }
.viz-sun .ripple { position: absolute; left: 164px; top: 2px; width: 52px; height: 52px; box-sizing: border-box; border: 2px solid #B9E3CC; border-radius: 50%; animation: ripple 2.4s ease-out infinite; }
.viz-sun .r2 { animation-delay: -0.8s; }
.viz-sun .r3 { animation-delay: -1.6s; }
.viz-sun .core { position: absolute; left: 183px; top: 21px; width: 14px; height: 14px; border-radius: 50%; background: #B9E3CC; box-shadow: 0 0 16px 4px rgba(185, 227, 204, 0.6); }
.page:not(.is-playing) .viz-stage * { animation-play-state: paused; }
/* Spulen: Leiste unter dem Tracknamen */
.seek { display: flex; align-items: center; gap: 10px; margin-top: 6px; padding: 5px 0; cursor: pointer; touch-action: none; -webkit-user-select: none; user-select: none; }
.seek.is-off { display: none; }
.seek-bar { position: relative; flex: 1; min-width: 200px; height: 4px; border-radius: 2px; background: var(--line); }
.seek-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: inherit; background: var(--accent); }
.seek-fill::after { content: ''; position: absolute; right: -6px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border-radius: 50%; background: var(--accent); opacity: 0; transition: opacity 0.2s ease; }
.seek:hover .seek-fill::after, .seek:focus-visible .seek-fill::after, .seek.is-drag .seek-fill::after { opacity: 1; }
.seek:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.seek-time { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.page[data-world="early"] .seek-bar { background: rgba(28, 24, 48, 0.25); }
.page[data-world="early"] .seek-fill, .page[data-world="early"] .seek-fill::after { background: #1C1830; }
.page[data-world="early"] .seek-time { color: #33207F; }
.viz-label { padding: 3px 10px; border-radius: var(--r-btn); background: var(--panel); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }

/* Release-Leiste */
.tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-block: 16px 8px; }
.tab { height: 64px; padding: 0; border: 0; background: none; display: flex; flex-direction: column; justify-content: center; gap: 10px; text-align: left; color: var(--muted); }
.tab::before { content: ''; display: block; height: 4px; border-radius: 2px; background: var(--line); transition: background-color 0.4s ease; }
.tab[aria-selected="true"] { color: var(--fg); font-weight: 700; }
.tab[aria-selected="true"]::before { background: var(--accent); }
.tab span { font-size: 14px; }
.tab b { font-family: 'IBM Plex Mono', monospace; font-weight: 400; margin-right: 8px; }

/* ---------- 4. Abschnitte ---------- */
.block { padding-block: clamp(64px, 8vw, 110px); }
.tracks { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); column-gap: 80px; row-gap: 40px; }
.tracks-side { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.tracks-title { font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); text-transform: var(--d-case); letter-spacing: var(--d-track); font-size: var(--tracks-size); line-height: 0.95; text-wrap: balance; }
.hand { font-family: var(--hand); font-size: var(--hand-size); color: var(--muted); }
.release-links { display: flex; flex-wrap: wrap; gap: 8px; }
.release-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--fg); border-radius: var(--r-btn); font-size: 14px; font-weight: 700; }
.release-links a:hover { background: var(--fg); color: var(--bg); }
.only-here { font-family: var(--hand); font-size: 26px; color: var(--accent); }
.tracklist { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--fg); }
.track-empty { min-height: 64px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--text); font-size: 17px; }
.track { width: 100%; min-height: 64px; padding: 0 8px 0 0; border: 0; border-bottom: 1px solid var(--line); background: none; display: flex; align-items: center; gap: 24px; text-align: left; }
.track-no { width: 72px; flex: none; font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); font-size: 36px; line-height: 1; }
.track-name { flex: 1; font-size: 20px; font-weight: 600; }
.track-state { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.track[aria-current="true"] { color: var(--accent); }
.track:not(:disabled):hover .track-name { text-decoration: underline; text-underline-offset: 4px; }
/* Platzhalter ohne MP3: ausgegraut, nicht klickbar */
.track:disabled { opacity: 0.35; cursor: default; color: inherit; }

/* Liner Notes: Text links, Cover rechts (Fotos von dir bei About sind links) */
.notes { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 390px); column-gap: 96px; row-gap: 32px; align-items: center; border-top: 1px solid var(--line); }
.notes-text { display: flex; flex-direction: column; gap: 22px; max-width: 34ch; }
.notes-title { font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); text-transform: var(--d-case); letter-spacing: var(--d-track); font-size: var(--about-size); line-height: 1; }
.notes-story { margin: 0; font-family: var(--text); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.4; text-wrap: pretty; }
.notes-meta { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.notes-cover { margin: 0; position: relative; aspect-ratio: 1 / 1; border-radius: calc(var(--r-card) * 0.4); overflow: hidden; background: var(--surface); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.notes-cover .cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.page[data-world="sol"] .notes-cover [data-cover="sol"],
.page[data-world="november"] .notes-cover [data-cover="november"],
.page[data-world="smoke"] .notes-cover [data-cover="smoke"],
.page[data-world="early"] .notes-cover [data-cover="early"] { display: block; }
.cover-sol { container-type: inline-size; background: #000; }
.cover-sol > img { width: 100%; height: 100%; display: block; }
.cover-sol-title { position: absolute; left: 0; right: 0; top: 76.6%; text-align: center; font-family: 'Jost', sans-serif; font-weight: 300; font-size: 6.67cqw; line-height: 1; letter-spacing: 6cqw; text-indent: 6cqw; color: rgba(240, 248, 244, 0.92); text-shadow: -0.33cqw 0 rgba(255, 61, 127, 0.55), 0.33cqw 0 rgba(26, 230, 255, 0.35); }
.cover-sol-name { position: absolute; left: 0; right: 0; top: 86.5%; text-align: center; text-indent: 1cqw; line-height: 1; font-family: 'Jost', sans-serif; font-weight: 400; font-size: 1.87cqw; letter-spacing: 1cqw; color: rgba(232, 247, 239, 0.88); text-shadow: -0.17cqw 0 rgba(255, 61, 127, 0.6), 0.17cqw 0 rgba(26, 230, 255, 0.4); }
.cover-sol > .cover-sol-mark { position: absolute; left: 50%; top: 93%; height: 3cqw; width: auto; transform: translateX(-50%); opacity: 0.85; filter: drop-shadow(-0.2cqw 0 rgba(255, 61, 127, 0.7)) drop-shadow(0.2cqw 0 rgba(26, 230, 255, 0.45)); }

.about { display: grid; grid-template-columns: minmax(0, 390px) minmax(0, 1fr); column-gap: 96px; row-gap: 32px; align-items: center; border-top: 1px solid var(--line); }
.portrait { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; border-radius: var(--r-card); }

/* About-Slideshow: je Welt eigener Übergang */
.slides { position: relative; overflow: hidden; background: var(--surface); isolation: isolate; }
.slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; z-index: 0; }
.slide.is-active { opacity: 1; z-index: 2; animation: slide-in 1.6s ease both, drift 16s ease-out both; }
.slide.is-leaving { opacity: 1; z-index: 1; animation: slide-out 1.6s ease both; }
@keyframes drift { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes slide-out { to { opacity: 0; } }
/* Sol: überbelichtet aus dem Licht, mit kurzem Rot/Türkis-Versatz */
@keyframes slide-in { from { opacity: 0; filter: brightness(2.4) blur(8px); } to { opacity: 1; filter: none; } }
.page[data-world="sol"] .slide.is-active { animation: sol-in 1.8s ease both, drift 16s ease-out both; }
@keyframes sol-in {
  0% { opacity: 0; filter: brightness(2.6) blur(10px) drop-shadow(-10px 0 0 rgba(255, 61, 127, 0.6)) drop-shadow(10px 0 0 rgba(26, 230, 255, 0.6)); }
  60% { opacity: 1; filter: brightness(1.3) blur(1px) drop-shadow(-3px 0 0 rgba(255, 61, 127, 0.35)) drop-shadow(3px 0 0 rgba(26, 230, 255, 0.35)); }
  100% { opacity: 1; filter: none; }
}
.page[data-world="sol"] .slides::after { content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0 2px, transparent 2px 5px); }
/* November: langsam aus dem Nebel, grau */
.page[data-world="november"] .slide.is-active { animation: fog-in 3s ease both, drift 16s ease-out both; }
.page[data-world="november"] .slide.is-leaving { animation: fog-out 3s ease both; }
@keyframes fog-in { from { opacity: 0; filter: blur(18px) grayscale(1) contrast(0.6) brightness(1.4); } to { opacity: 1; filter: none; } }
@keyframes fog-out { to { opacity: 0; filter: blur(18px) grayscale(1) brightness(1.4); } }
/* Smoke & Fire: steigt wie Rauch auf, glüht orange nach */
.page[data-world="smoke"] .slide.is-active { animation: smoke-in 2.2s ease both, drift 16s ease-out both; }
.page[data-world="smoke"] .slide.is-leaving { animation: smoke-out 2.2s ease both; }
@keyframes smoke-in { 0% { opacity: 0; filter: blur(12px) sepia(1) saturate(3) hue-rotate(-20deg) brightness(0.7); translate: 0 30px; } 55% { opacity: 1; filter: blur(2px) sepia(0.6) saturate(2) hue-rotate(-20deg); } 100% { opacity: 1; filter: none; translate: 0 0; } }
@keyframes smoke-out { to { opacity: 0; filter: blur(14px) brightness(0.3); translate: 0 -40px; } }
/* Early Works: Plotter-Scan von oben nach unten */
/* Early Works: Pixel-Mosaik (per JS gezeichnet), Bilder selbst ohne CSS-Übergang */
.page[data-world="early"] .slide.is-active { animation: none; }
.slide-mosaic { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; image-rendering: pixelated; pointer-events: none; }
/* Early: ganze Bedienleiste auf einer durchgehenden Lila-Fläche, damit sie sich vom Pixel-Bild abhebt */
.page[data-world="early"] .poster-controls { align-items: center; padding: 12px; background: #A98BF2; box-shadow: 0 0 0 2px #1C1830; }
.page[data-world="early"] .player-panel { padding: 0; background: transparent; }
.page[data-world="early"] .viz-label { background: transparent; padding: 0; }
.page[data-world="early"] .btn-arrow:not(.solid) { background: #C4A8FF; border-color: #1C1830; }
/* Leiste darf auf schmalen Bildschirmen nicht über den Rand laufen */
.poster-controls > * { min-width: 0; }
.now { min-width: 0; overflow: hidden; }
.page[data-world="early"].is-playing.is-muted .now-state { color: #33207F; }
.page[data-world="early"] .slide.is-leaving { animation: none; opacity: 1; }

.slide-dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 4; display: flex; justify-content: center; gap: 2px; }
.slide-dot { width: 32px; height: 32px; padding: 0; border: 0; background: none; display: grid; place-items: center; cursor: pointer; }
.slide-dot::before { content: ''; width: 8px; height: 8px; border-radius: var(--r-round); background: rgba(255, 255, 255, 0.45); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); transition: background-color 0.3s ease, transform 0.3s ease; }
.slide-dot[aria-current="true"]::before { background: var(--accent); transform: scale(1.25); }
.about-text { display: flex; flex-direction: column; gap: 24px; max-width: 62ch; }
.about-text p { margin: 0; font-family: var(--text); font-size: 19px; line-height: 1.6; }
.about-text .influences { font-family: var(--body); font-size: 15px; color: var(--muted); }
.influences strong { color: var(--fg); margin-right: 8px; }

.listen { background: var(--surface); transition: background-color 0.6s ease; }
.listen-inner { display: flex; flex-direction: column; gap: 30px; }
.listen-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); text-transform: var(--d-case); letter-spacing: var(--d-track); font-size: var(--listen-size); line-height: 1; }
.listen-links a:hover { color: var(--accent); }
.listen-links .accent { color: var(--accent); }
.listen p { margin: 0; font-size: 14px; }

.playlists { display: flex; flex-direction: column; gap: 36px; border-top: 1px solid var(--line); }
.playlists-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 32px; }
.playlists-head p { margin: 0; max-width: 60ch; font-family: var(--text); font-size: 16px; line-height: 1.6; }
.pl-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pl-card { display: flex; flex-direction: column; gap: 20px; padding: 28px; border-radius: var(--r-card); background: var(--surface); transition: background-color 0.6s ease; }
.pl-top { display: flex; align-items: flex-start; gap: 24px; }
.pl-head { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.pl-cover { width: 132px; aspect-ratio: 1; flex: none; border-radius: calc(var(--r-card) / 2); overflow: hidden; background: var(--bg); }
.pl-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pl-cover.is-empty { border: 1px dashed var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; box-sizing: border-box; }
.pl-cover svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; }
/* Nach „Load player“: eigenes Cover ausblenden – Spotify zeigt es im Player */
.pl-cover { transition: width 0.5s ease, opacity 0.35s ease, margin 0.5s ease; }
.pl-card.is-loaded .pl-cover { width: 0; opacity: 0; margin-right: -24px; }
.pl-no { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--muted); }
.pl-name { font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); text-transform: var(--d-case); letter-spacing: var(--d-track); font-size: 34px; line-height: 1; text-wrap: balance; }
.pl-note { margin: 0; font-family: var(--text); font-size: 15px; line-height: 1.5; color: var(--muted); }
.pl-player { min-height: 152px; border-radius: calc(var(--r-card) / 2); border: 1px dashed var(--line); display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; font-size: 13px; color: var(--muted); overflow: hidden; }
.pl-player iframe { width: 100%; height: 352px; border: 0; border-radius: 12px; display: block; }
.pl-player.has-frame { padding: 0; border: 0; }
.pl-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.pl-load { min-height: 44px; padding: 0 18px; border: 1px solid var(--fg); border-radius: var(--r-btn); background: transparent; font-size: 14px; font-weight: 700; }
.pl-load:hover, .pl-load[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.pl-open { font-size: 13px; font-weight: 600; color: var(--muted); min-height: 44px; display: inline-flex; align-items: center; }
.pl-open:hover { color: var(--fg); }

.studio-entry { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); column-gap: 80px; row-gap: 32px; align-items: center; border-top: 1px solid var(--line); }
.studio-copy { display: flex; flex-direction: column; gap: 20px; }
.studio-head { font-family: var(--display); font-weight: var(--d-weight); font-stretch: var(--d-stretch); font-style: var(--d-style); text-transform: var(--d-case); letter-spacing: var(--d-track); font-size: var(--about-size); line-height: 1; }
.studio-copy p { margin: 0; font-family: var(--text); font-size: 17px; line-height: 1.6; }
.studio-door { min-height: 150px; box-sizing: border-box; padding: 24px 32px 24px 28px; border: 1px solid var(--fg); border-radius: var(--r-card); display: flex; align-items: center; gap: 22px; transition: background-color 0.3s ease, color 0.3s ease; }
.studio-door:hover { background: var(--fg); color: var(--bg); }
.studio-door strong { display: block; font-size: 22px; }
.studio-door small { display: block; margin-top: 6px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; opacity: 0.7; }
.lock { width: 64px; height: 64px; flex: none; border-radius: var(--r-round); background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; }
.lock svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.door-arrow { margin-left: auto; font-size: 30px; }

.footer { min-height: 132px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 28px; font-size: 13px; font-weight: 600; color: var(--muted); }
.footer nav { display: flex; gap: 28px; }
.footer a:hover { color: var(--fg); }

/* ---------- Animationen ---------- */
@keyframes pan { 0%, 100% { transform: scale(1.08); } 50% { transform: scale(1.16) translate(-2%, -1%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes flare-drift { 0%, 100% { transform: translate(-40px, 20px); } 50% { transform: translate(40px, -24px); } }
@keyframes glow { 0%, 100% { opacity: 0.65; transform: scale(0.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes orb { 0%, 100% { opacity: 0.35; } 50% { opacity: 0.9; } }
@keyframes fog { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(160px); } }
@keyframes snow { 0% { transform: translate(0, -30px); } 25% { transform: translate(22px, 210px); } 50% { transform: translate(-6px, 450px); } 75% { transform: translate(26px, 690px); } 100% { transform: translate(8px, 940px); } }
@keyframes smoke { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(80px, -60px) scale(1.2); } }
@keyframes ember { 0% { transform: translateY(0); opacity: 0; } 15% { opacity: 1; } 100% { transform: translateY(-760px); opacity: 0; } }
@keyframes osc { to { transform: translateX(-95px); } }
@keyframes eq { 0%, 100% { transform: scaleY(0.25); } 50% { transform: scaleY(1); } }
@keyframes breathe { 0%, 100% { opacity: 0.15; } 50% { opacity: 0.95; } }
@keyframes ripple { from { transform: scale(0.15); opacity: 0.9; } to { transform: scale(1); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .page *, .page *::before, .page *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- 5. Handy & Tablet ---------- */
@media (max-width: 1100px) {
  .poster-controls { grid-template-columns: minmax(0, 1fr) auto; }
  .viz { display: none; }
}
@media (max-width: 820px) {
  /* Spulleiste auf dem Handy über die ganze Breite unter die Tasten */
  .player-panel { position: relative; }
  .seek { position: absolute; left: 18px; right: 18px; bottom: 10px; margin: 0; }
  .seek-bar { min-width: 0; }
  .player-panel:has(.seek:not(.is-off)) { padding-bottom: 38px; }
  .page[data-world="early"] .player-panel:has(.seek:not(.is-off)) { padding-bottom: 30px; }
  .page[data-world="early"] .seek { left: 0; right: 0; bottom: 0; }
  .topnav { display: none; }
  .poster { height: clamp(520px, 130vw, 720px); }
  .poster-controls { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .page[data-world="sol"] .art-sol { object-position: 76% 50%; }
  .player-panel { justify-self: stretch; padding: 10px 14px 10px 10px; gap: 10px; }
  .btn-play { width: 56px; height: 56px; }
  .btn-mute { width: 48px; height: 48px; }
  .now-title { font-size: 16px; }
  .arrows { justify-self: end; }
  .btn-arrow { width: 48px; height: 48px; }
  .tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px; }
  .tracks, .about, .notes, .studio-entry { grid-template-columns: minmax(0, 1fr); }
  .notes-cover { max-width: 420px; }
  .pl-grid { grid-template-columns: minmax(0, 1fr); }
  .pl-cover { width: 96px; }
  .pl-top { gap: 16px; }
  .pl-card.is-loaded .pl-cover { width: 0; margin-right: -16px; }
  .pl-name { font-size: 26px; }
  .btn-skip { width: 36px; height: 36px; }
  .player-panel .btn-mute { margin-left: 0; }
  .track-no { width: 48px; font-size: 26px; }
  .track-name { font-size: 17px; }
  .track-state { display: none; }
  .portrait { max-width: 420px; }
  .listen-links { flex-direction: column; font-size: calc(var(--listen-size) * 0.62); }
  .studio-head { font-size: calc(var(--about-size) * 0.75); }
  .tracks-title { font-size: calc(var(--tracks-size) * 0.7); }
  .sun-ring { width: 360px; height: 360px; right: -120px; top: -120px; }
  .orb-3, .orb-4, .orb-5 { display: none; }
}

/* Pfeil ↗ als SVG (statt Zeichen – iOS macht daraus sonst ein blaues Emoji) */
.ext { display: inline-block; width: 0.72em; height: 0.72em; margin-left: 0.35em; vertical-align: 0.02em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
