:root {
  --black: #080706;
  --black-soft: #0d0b09;
  --panel: #15110e;
  --panel-light: #1b1410;
  --line: rgba(176, 91, 48, 0.48);
  --line-soft: rgba(176, 91, 48, 0.25);
  --ember: #ef4b24;
  --ember-light: #ff7040;
  --bronze: #a65f34;
  --ivory: #eadfd4;
  --muted: #a99b91;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-width: 1536px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ivory);
  background: #030303;
  font-family: var(--sans);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--ember-light);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 50;
  top: 10px;
  left: 10px;
  padding: 9px 14px;
  color: #000;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page {
  width: min(100%, var(--page-width));
  min-height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.008), rgba(255, 255, 255, 0.008)),
    var(--black);
  border-inline: 1px solid rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.8);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 82px;
  padding: 8px clamp(24px, 5vw, 82px);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(180deg, #0a0908, #080706);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 0 12px rgba(239, 75, 36, 0.3));
}

.brand span {
  overflow: hidden;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-overflow: ellipsis;
  text-shadow: 0 2px 10px #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.5vw, 58px);
}

.main-navigation a {
  position: relative;
  padding-block: 8px;
  color: #cbbcb1;
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ember);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.main-navigation a:hover::after,
.main-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: flex;
  height: clamp(285px, 40vh, 385px);
  min-height: 285px;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(8, 7, 6, 0.98) 0%, rgba(8, 7, 6, 0.92) 45%, rgba(8, 7, 6, 0.42) 100%),
    radial-gradient(circle at 82% 48%, rgba(133, 29, 11, 0.42), transparent 31%),
    radial-gradient(circle at 10% 100%, rgba(102, 24, 10, 0.22), transparent 36%),
    linear-gradient(145deg, #100c09, #080706 70%);
  border-bottom: 1px solid var(--line);
}

/* Die Startseite beginnt direkt mit dem Hero. Der Header des Impressums bleibt unverändert. */
.home-page .hero {
  height: clamp(230px, 32vh, 310px);
  min-height: 230px;
}

.home-page .hero-content {
  width: min(60%, 680px);
  padding-block: 16px;
}

.home-page .hero-name {
  font-size: clamp(2.7rem, 5.5vw, 4.8rem);
}

.home-page .hero-emblem {
  width: clamp(205px, 26vw, 380px);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.48;
  background:
    radial-gradient(circle at 6% 82%, rgba(239, 75, 36, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 12% 32%, rgba(255, 111, 56, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 18%, rgba(239, 75, 36, 0.8) 0 1px, transparent 2px);
  background-size: 82px 98px, 117px 131px, 146px 158px;
  filter: drop-shadow(0 0 5px var(--ember));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(58%, 760px);
  padding: 22px clamp(28px, 6.5vw, 104px);
}

.hero-name {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(3.1rem, 6.6vw, 6.3rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 0.92;
  text-shadow: 0 4px 24px #000;
  text-transform: uppercase;
}

.ornament {
  position: relative;
  display: block;
  width: 100%;
  height: 15px;
  margin: 14px 0 10px;
  border-top: 1px solid rgba(230, 90, 39, 0.7);
}

.ornament i {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: var(--black);
  border: 1px solid var(--ember);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 10px rgba(239, 75, 36, 0.6);
}

.hero h1 {
  margin: 0;
  color: #d9c9be;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.7vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  text-shadow: 0 3px 14px #000;
}

.hero-content > p:last-child {
  max-width: 620px;
  margin: 14px 0 0;
  color: #d4c6bc;
  font-family: var(--serif);
  font-size: clamp(0.9rem, 1.65vw, 1.3rem);
  line-height: 1.35;
  text-shadow: 0 2px 10px #000;
}

.hero-emblem {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(20px, 7vw, 112px);
  width: clamp(240px, 31vw, 470px);
  height: auto;
  border-radius: 50%;
  opacity: 0.38;
  transform: translateY(-50%);
  filter: saturate(1.2) drop-shadow(0 0 32px rgba(229, 58, 22, 0.28));
  -webkit-mask-image: radial-gradient(circle, #000 52%, transparent 73%);
  mask-image: radial-gradient(circle, #000 52%, transparent 73%);
}

.overview-section {
  position: relative;
  padding: 13px clamp(22px, 4vw, 62px) 18px;
  background:
    radial-gradient(circle at 50% 120%, rgba(110, 25, 10, 0.14), transparent 38%),
    linear-gradient(180deg, #0d0b09, #090807);
}

.current-section {
  padding-top: clamp(26px, 4vw, 48px);
  padding-bottom: clamp(30px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.current-section .section-title {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.current-short {
  display: grid;
  max-width: 900px;
  margin-inline: auto;
  grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
}

.short-player {
  position: relative;
  display: block;
  width: min(100%, 310px);
  overflow: hidden;
  justify-self: center;
  aspect-ratio: 9 / 16;
  background: #030303;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.short-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.short-player:hover img,
.short-player:focus-visible img {
  transform: scale(1.035);
}

.short-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  padding-left: 3px;
  color: #fff;
  background: rgba(190, 38, 24, 0.92);
  border: 1px solid rgba(255, 164, 133, 0.88);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(226, 52, 27, 0.4);
  font-size: 1.35rem;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease, transform 150ms ease;
}

.short-player:hover .short-play,
.short-player:focus-visible .short-play {
  background: var(--ember);
  transform: translate(-50%, -50%) scale(1.08);
}

.current-short-copy {
  max-width: 480px;
}

.current-short-label {
  margin: 0 0 7px;
  color: var(--ember-light);
  font-family: var(--serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.current-short-copy h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.12;
}

.current-short-date {
  margin: 13px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.93rem;
}

.youtube-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 17px;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(133, 31, 15, 0.72), rgba(73, 20, 12, 0.82));
  border: 1px solid rgba(239, 75, 36, 0.8);
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.youtube-button:hover,
.youtube-button:focus-visible {
  background: linear-gradient(180deg, rgba(172, 45, 20, 0.82), rgba(99, 24, 13, 0.9));
  border-color: var(--ember-light);
}

.youtube-button span {
  font-family: var(--sans);
  font-size: 1.1rem;
  line-height: 1;
}

.spotify-section {
  padding-top: clamp(24px, 3vw, 38px);
  padding-bottom: clamp(24px, 3vw, 38px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.spotify-section .section-title {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.spotify-feature {
  display: grid;
  max-width: 780px;
  padding: clamp(16px, 2vw, 22px);
  margin-inline: auto;
  background: linear-gradient(145deg, rgba(27, 20, 16, 0.84), rgba(10, 9, 8, 0.94));
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  justify-items: center;
}

.spotify-intro {
  max-width: 640px;
  margin-bottom: 16px;
  text-align: center;
}

.spotify-kicker {
  margin: 0 0 4px;
  color: var(--ember-light);
  font-family: var(--serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spotify-intro h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 500;
  line-height: 1.08;
}

.spotify-save-hint {
  display: flex;
  max-width: 560px;
  margin: 8px auto 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.95rem;
  line-height: 1.3;
}

.spotify-save-hint span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: #07160a;
  background: #1ed760;
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  place-items: center;
}

.spotify-embed {
  display: block;
  width: 100%;
  height: 352px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.spotify-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 17px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #07160a;
  background: #1ed760;
  border: 1px solid #4bed83;
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.spotify-button:hover,
.spotify-button:focus-visible {
  background: #43e87b;
  border-color: #91ffb4;
  transform: translateY(-1px);
}

.spotify-button span {
  font-family: var(--sans);
  font-size: 1.1rem;
  line-height: 1;
}

.youtube-music-section {
  padding-top: clamp(24px, 3vw, 38px);
  padding-bottom: clamp(24px, 3vw, 38px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.youtube-music-section .section-title {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.youtube-music-feature {
  display: grid;
  max-width: 780px;
  padding: clamp(16px, 2vw, 22px);
  margin-inline: auto;
  background: linear-gradient(145deg, rgba(27, 20, 16, 0.84), rgba(10, 9, 8, 0.94));
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  justify-items: center;
}

.youtube-music-kicker {
  margin: 0 0 4px;
  color: var(--ember-light);
  font-family: var(--serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.youtube-music-feature h3 {
  margin: 0 0 16px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}

.youtube-music-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #030303;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.youtube-music-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 17px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(133, 31, 15, 0.72), rgba(73, 20, 12, 0.82));
  border: 1px solid rgba(239, 75, 36, 0.8);
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.youtube-music-button:hover,
.youtube-music-button:focus-visible {
  background: linear-gradient(180deg, rgba(172, 45, 20, 0.82), rgba(99, 24, 13, 0.9));
  border-color: var(--ember-light);
}

.youtube-music-button span {
  font-family: var(--sans);
  font-size: 1.1rem;
  line-height: 1;
}

.social-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-title {
  display: grid;
  margin: 0 auto 12px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  color: var(--ember-light);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.section-title::before,
.section-title::after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(189, 89, 45, 0.72));
}

.section-title::after {
  background: linear-gradient(90deg, rgba(189, 89, 45, 0.72), transparent);
}

.section-title span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-title span::before,
.section-title span::after {
  width: 5px;
  height: 5px;
  content: "";
  border: 1px solid var(--ember);
  transform: rotate(45deg);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 22px);
}

.social-card {
  position: relative;
  display: flex;
  height: clamp(105px, 17vh, 168px);
  min-height: 105px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ivory);
  background:
    linear-gradient(180deg, rgba(27, 21, 17, 0.94), rgba(14, 12, 10, 0.97));
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  text-decoration: none;
  box-shadow: inset 0 -18px 38px rgba(135, 30, 11, 0.08);
  transition: border-color 150ms ease, background-color 150ms ease;
}

.social-card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--ember), transparent);
}

.social-card:hover,
.social-card:focus-visible {
  background: linear-gradient(180deg, rgba(42, 29, 22, 0.96), rgba(18, 13, 10, 0.98));
  border-color: rgba(239, 75, 36, 0.78);
}

.social-icon {
  width: clamp(38px, 4vw, 54px);
  height: clamp(38px, 4vw, 54px);
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-icon .cutout {
  fill: #fff;
}

.youtube .social-icon {
  color: #e62b24;
}

.tiktok .social-icon {
  color: #f5f5f5;
  filter: drop-shadow(-2px 0 #25f4ee) drop-shadow(2px 0 #fe2c55);
}

.facebook .social-icon {
  color: #4c83d5;
}

.instagram .social-icon {
  color: #e15590;
  filter: drop-shadow(0 0 8px rgba(244, 93, 116, 0.25));
}

.streaming-section {
  padding-top: 9px;
  padding-bottom: 16px;
}

.streaming-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(7px, 1vw, 13px);
}

.stream-card {
  display: flex;
  min-width: 0;
  height: clamp(62px, 8.5vh, 78px);
  min-height: 62px;
  padding: 9px clamp(10px, 1.4vw, 18px);
  align-items: center;
  gap: 10px;
  color: var(--ivory);
  background: #0f0e0d;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: clamp(0.73rem, 1.2vw, 1rem);
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.stream-card:hover,
.stream-card:focus-visible {
  background: #19130f;
  border-color: rgba(239, 75, 36, 0.8);
}

.service-icon {
  display: grid;
  width: clamp(30px, 3vw, 42px);
  height: clamp(30px, 3vw, 42px);
  flex: 0 0 auto;
  color: #060606;
  background: #ddd;
  border-radius: 50%;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  font-weight: 900;
  place-items: center;
}

.service-icon.spotify {
  color: #061309;
  background: #1ed760;
  font-size: 1.55rem;
}

.service-icon.apple {
  color: #fff;
  background: #e63c67;
}

.service-icon.amazon {
  color: #05243a;
  background: #2da4da;
}

.service-icon.deezer {
  color: #fff;
  background: linear-gradient(145deg, #9e43ff, #e7377a 55%, #f7a22e);
}

.service-icon.tidal {
  color: #111;
  background: #f0ece8;
}

.service-icon.youtube-music {
  color: #fff;
  background: #e62b24;
}

.site-footer {
  position: relative;
  display: flex;
  min-height: 82px;
  padding: 8px 24px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #080706;
  border-top: 1px solid rgba(176, 91, 48, 0.34);
}

.site-footer > img {
  position: absolute;
  right: 2%;
  bottom: -80%;
  width: 190px;
  opacity: 0.16;
  border-radius: 50%;
}

.footer-socials {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
}

.footer-socials a {
  display: grid;
  width: 26px;
  height: 26px;
  color: #b39988;
  border: 1px solid rgba(178, 119, 80, 0.45);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  place-items: center;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--ember-light);
  border-color: var(--ember);
}

.site-footer p {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
  color: #765f52;
  font-family: var(--serif);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer p i {
  width: 4px;
  height: 4px;
  background: var(--bronze);
  transform: rotate(45deg);
}

.legal-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-links a {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 14px;
  align-items: center;
  justify-content: center;
  color: #a88d7d;
  background: rgba(20, 15, 12, 0.76);
  border: 1px solid rgba(176, 91, 48, 0.42);
  border-radius: 3px;
  font-family: var(--serif);
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--ember-light);
  border-color: var(--ember);
}

/* Impressum */
.legal-page-shell {
  min-height: 100vh;
}

.legal-header .main-navigation a::before {
  margin-right: 8px;
  content: "←";
}

.legal-main {
  padding: clamp(42px, 6vw, 82px) clamp(20px, 6vw, 90px) clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 88% 9%, rgba(137, 31, 12, 0.18), transparent 26rem),
    linear-gradient(180deg, #0d0b09, #080706);
}

.legal-intro {
  display: grid;
  max-width: 1180px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  align-items: center;
  gap: clamp(32px, 7vw, 100px);
}

.legal-heading .eyebrow {
  margin: 0 0 12px;
  color: var(--ember-light);
  font-family: var(--serif);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-heading h1 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 600;
  line-height: 0.95;
}

.legal-heading > p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.legal-intro img {
  width: min(100%, 340px);
  justify-self: center;
  border-radius: 50%;
  opacity: 0.72;
  filter: drop-shadow(0 0 30px rgba(222, 52, 19, 0.25));
}

.template-warning {
  max-width: 1180px;
  padding: 18px 20px;
  margin: 42px auto 24px;
  color: #e6d7cd;
  background: rgba(109, 31, 16, 0.24);
  border: 1px solid rgba(239, 75, 36, 0.5);
  border-left: 4px solid var(--ember);
  border-radius: 4px;
  font-size: 0.92rem;
}

.template-warning strong {
  color: var(--ember-light);
}

.legal-grid {
  display: grid;
  max-width: 1180px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.legal-card {
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(145deg, rgba(27, 20, 16, 0.94), rgba(13, 11, 9, 0.98));
  border: 1px solid var(--line-soft);
  border-radius: 5px;
}

.legal-card.full-width {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin: 0 0 18px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 500;
}

.legal-card h3 {
  margin: 24px 0 8px;
  color: #c6b3a6;
  font-family: var(--serif);
  font-size: 1.02rem;
}

.legal-card p,
.legal-card address {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.75;
}

.legal-card p + p {
  margin-top: 12px;
}

.placeholder {
  display: inline;
  color: #ffd1c2;
  background: rgba(239, 75, 36, 0.12);
  border-bottom: 1px dashed rgba(255, 112, 64, 0.75);
}

.conditional-note {
  display: block;
  margin-bottom: 13px;
  color: #d39070;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-footnote {
  max-width: 1180px;
  margin: 24px auto 0;
  color: #76675e;
  font-size: 0.78rem;
}

.legal-footnote a {
  color: #a88d7d;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 72px;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .main-navigation {
    gap: 22px;
  }

  .main-navigation a {
    font-size: 0.65rem;
  }

  .hero-content {
    width: 68%;
  }

  .hero-emblem {
    right: -15px;
    opacity: 0.3;
  }

  .streaming-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stream-card {
    height: 62px;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 65px;
  }

  .site-header {
    position: sticky;
    top: 0;
    min-height: 64px;
    padding: 6px 15px;
    background: rgba(8, 7, 6, 0.96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    max-width: 150px;
    font-size: 0.98rem;
    letter-spacing: 0.05em;
  }

  .main-navigation {
    gap: 12px;
  }

  .main-navigation a {
    font-family: var(--sans);
    font-size: 0.57rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .main-navigation a:first-child {
    display: none;
  }

  .legal-header .main-navigation a:first-child {
    display: block;
  }

  .hero {
    height: auto;
    min-height: 385px;
    align-items: flex-end;
    background-image:
      linear-gradient(180deg, rgba(8, 7, 6, 0.3) 0%, rgba(8, 7, 6, 0.72) 42%, rgba(8, 7, 6, 0.98) 82%, #080706 100%),
      radial-gradient(circle at 72% 26%, rgba(145, 33, 12, 0.48), transparent 42%),
      linear-gradient(145deg, #180e09, #080706 74%);
  }

  .hero-content {
    width: 100%;
    padding: 95px 20px 32px;
  }

  .home-page .hero-content {
    padding-top: 54px;
    padding-bottom: 24px;
  }

  .home-page .hero {
    min-height: 310px;
  }

  .home-page .hero-name {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .home-page .hero-emblem {
    top: 29%;
    right: -24px;
    width: 230px;
  }

  .hero-name {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero h1 {
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }

  .hero-content > p:last-child {
    max-width: 500px;
    font-size: 0.98rem;
  }

  .hero-emblem {
    top: 32%;
    right: -38px;
    width: 280px;
    opacity: 0.2;
  }

  .overview-section {
    padding-inline: 14px;
  }

  .current-section {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .spotify-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .youtube-music-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .youtube-music-feature {
    padding: 14px 10px 18px;
  }

  .youtube-music-feature h3 {
    margin-bottom: 14px;
  }

  .youtube-music-embed {
    aspect-ratio: 16 / 10;
  }

  .youtube-music-button {
    min-height: 48px;
  }

  .spotify-feature {
    padding: 14px 10px 18px;
  }

  .spotify-intro {
    margin-bottom: 14px;
  }

  .spotify-save-hint {
    align-items: flex-start;
    text-align: left;
  }

  .spotify-embed {
    height: 352px;
    border-radius: 8px;
  }

  .spotify-button {
    min-height: 48px;
  }

  .current-short {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .short-player {
    width: min(100%, 300px);
  }

  .current-short-copy {
    max-width: 460px;
    margin-inline: auto;
  }

  .current-short-date {
    margin-top: 12px;
  }

  .youtube-button {
    min-height: 48px;
  }

  .section-title {
    gap: 8px;
    font-size: 0.86rem;
    letter-spacing: 0.14em;
  }

  .section-title span {
    gap: 8px;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .social-card {
    height: 122px;
    min-height: 122px;
    font-size: 1.15rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .streaming-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .stream-card {
    height: 58px;
    min-height: 58px;
    padding: 7px 9px;
    gap: 8px;
    font-size: 0.72rem;
  }

  .service-icon {
    width: 32px;
    height: 32px;
  }

  .site-footer {
    min-height: 110px;
  }

  .legal-intro {
    grid-template-columns: 1fr;
  }

  .legal-intro img {
    display: none;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-card.full-width {
    grid-column: auto;
  }

  .legal-header .main-navigation {
    display: flex;
  }
}

@media (max-width: 430px) {
  .brand span {
    max-width: none;
    font-size: 0.9rem;
  }

  .main-navigation {
    display: none;
  }

  .legal-header .main-navigation {
    display: flex;
  }

  .legal-header .main-navigation a {
    display: block;
  }

  .hero {
    min-height: 360px;
  }

  .hero-content {
    padding-top: 82px;
  }

  .home-page .hero-content {
    padding-top: 46px;
    padding-bottom: 22px;
  }

  .home-page .hero {
    min-height: 285px;
  }

  .home-page .hero-name {
    font-size: clamp(2.05rem, 10vw, 2.65rem);
  }

  .home-page .hero-emblem {
    width: 205px;
  }

  .hero-name {
    font-size: clamp(2.1rem, 10vw, 2.7rem);
  }

  .site-footer p {
    max-width: 300px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
    line-height: 1.65;
  }

  .site-footer p i {
    display: block;
  }
}

/* Startseite: das originale Zeitenreiter-Artwork als responsiver Kino-Header. */
.home-page .hero {
  height: clamp(230px, 22vw, 290px);
  min-height: 230px;
  background-color: #050403;
  background-image: url("../images/zeitenreiter-banner.jpg");
  background-position: center 44%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0;
}

.home-page .hero::before {
  inset: auto 0 0;
  height: 2px;
  opacity: 1;
  background: linear-gradient(90deg, transparent, #862712 14%, #ff6735 50%, #862712 86%, transparent);
  filter: drop-shadow(0 0 8px rgba(239, 75, 36, 0.46));
}

.home-page .hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 44%, rgba(5, 4, 3, 0.2) 76%, #090807 100%);
  pointer-events: none;
}

.home-page .hero-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-page .hero-emblem {
  display: none;
}

.home-page .hero-name {
  margin: 0;
}

@media (max-width: 700px) {
  .home-page .hero {
    height: clamp(138px, 43vw, 170px);
    min-height: 138px;
    background-position: center;
  }
}

@media (max-width: 350px) {
  .home-page .hero {
    height: 132px;
    min-height: 132px;
  }
}

/* Durchgehende Wikingerwelt hinter den Inhaltsbereichen der Startseite. */
body.home-page {
  position: relative;
  isolation: isolate;
  background: #030303;
}

body.home-page::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: "";
  background-image: url("../images/zeitenreiter-world-bg-wide.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.08) contrast(1.06);
  pointer-events: none;
}

.home-page .page {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.1), rgba(7, 5, 4, 0.4) 25%, rgba(7, 5, 4, 0.4) 75%, rgba(3, 3, 3, 0.1));
}

.home-page .overview-section {
  background:
    radial-gradient(circle at 50% 110%, rgba(126, 28, 9, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(13, 11, 9, 0.58), rgba(8, 7, 6, 0.54));
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.home-page .site-footer {
  background: rgba(8, 7, 6, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 700px) {
  body.home-page::before {
    background-image: url("../images/zeitenreiter-world-bg-v2.png");
    background-position: center;
    background-size: 92% auto;
  }

  .home-page .page {
    background: rgba(5, 4, 3, 0.24);
  }

  .home-page .overview-section {
    background:
      radial-gradient(circle at 50% 110%, rgba(126, 28, 9, 0.12), transparent 40%),
      linear-gradient(180deg, rgba(13, 11, 9, 0.66), rgba(8, 7, 6, 0.62));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
