:root {
  color-scheme: dark;
  --ink: #f8eee3;
  --muted: #cab9b8;
  --aubergine: #20121f;
  --aubergine-deep: #140c15;
  --wine: #4a223d;
  --rose: #b9757f;
  --copper: #d69a73;
  --gold: #f1d29a;
  --line: rgba(248, 238, 227, 0.15);
  --glass: rgba(255, 255, 255, 0.055);
  --shadow: 0 28px 80px rgba(7, 2, 8, 0.42);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--aubergine-deep);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.ambient {
  position: fixed;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.14;
  pointer-events: none;
  z-index: -1;
}
.ambient-one { background: #b5627d; top: -20vw; right: -18vw; }
.ambient-two { background: #d8a16f; bottom: -28vw; left: -20vw; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 1.25rem;
  letter-spacing: 0.035em;
  text-decoration: none;
}
.wordmark-mark { color: var(--gold); font-size: 1.75rem; line-height: 1; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--muted); font-size: 0.85rem; text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.nav-heart { color: var(--gold); }

main { overflow: hidden; }
.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding: 76px 0 96px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  max-width: 700px;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 6.3vw, 6.5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 em { color: var(--gold); font-weight: 400; }
.hero-text {
  max-width: 585px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #2a1624; font-weight: 700; }
.button-primary:hover { background: #ffe0a7; }
.button-quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.button-quiet:hover { border-color: rgba(241, 210, 154, .65); }
.play-icon { color: var(--gold); font-size: .78rem; }
.bridge-note { margin: 24px 0 0; color: #9f8f95; font-size: .84rem; }
.bridge-note a { color: var(--gold); text-underline-offset: 4px; }

.hero-art {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 520px);
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 210, 154, .14);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, rgba(217, 151, 124, .17), rgba(64, 29, 54, .12) 45%, rgba(16, 8, 17, .2) 69%);
  box-shadow: inset 0 0 80px rgba(230, 168, 124, .05), 0 0 100px rgba(127, 68, 96, .12);
}
.hero-art > p {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  letter-spacing: .06em;
}
.resonance-heart { width: 51%; transform: translateY(-7%); filter: drop-shadow(0 0 18px rgba(226, 167, 132, .24)); }
.resonance-heart svg { display: block; width: 100%; }
.orbit { position: absolute; border: 1px solid rgba(241, 210, 154, .12); border-radius: 50%; }
.orbit-one { inset: 8%; animation: breathe 7s ease-in-out infinite; }
.orbit-two { inset: 20%; animation: breathe 7s ease-in-out 1.2s infinite; }
.sound-lines { position: absolute; top: 19%; left: 50%; transform: translateX(-50%); height: 32px; display: flex; align-items: center; gap: 5px; }
.sound-lines i, .now-bars i { display: block; width: 2px; height: 6px; border-radius: 4px; background: var(--gold); opacity: .58; animation: wave 1.55s ease-in-out infinite; }
.sound-lines i:nth-child(2), .sound-lines i:nth-child(8) { animation-delay: -.2s; }
.sound-lines i:nth-child(3), .sound-lines i:nth-child(7) { animation-delay: -.4s; }
.sound-lines i:nth-child(4), .sound-lines i:nth-child(6) { animation-delay: -.6s; }
.sound-lines i:nth-child(5) { animation-delay: -.8s; }
@keyframes wave { 0%, 100% { height: 5px; opacity: .35; } 50% { height: 28px; opacity: .9; } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity:.65; } 50% { transform: scale(1.025); opacity:1; } }

.songs-section {
  padding: 110px max(24px, calc((100vw - 1180px) / 2)) 120px;
  background: linear-gradient(180deg, rgba(50, 23, 44, .28), rgba(24, 12, 25, .45));
  border-top: 1px solid var(--line);
}
.section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 80px;
  align-items: end;
}
h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: .96rem; }
.song-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.song-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--glass);
  overflow: hidden;
  box-shadow: var(--shadow);
  scroll-margin-top: 24px;
}
.song-card:target { border-color: rgba(241, 210, 154, .62); box-shadow: var(--shadow), 0 0 0 4px rgba(241, 210, 154, .07); }
.song-card-featured, .song-card-compare { min-height: 440px; display: grid; grid-template-columns: .84fr 1.16fr; }
.cover { min-height: 100%; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.cover::before { content:""; position:absolute; inset:0; opacity:.9; }
.cover > * { position:relative; z-index:1; }
.cover-release::before { background: radial-gradient(circle at 68% 27%, rgba(255,235,188,.3), transparent 8%), radial-gradient(circle at 52% 48%, rgba(218,143,130,.62), transparent 32%), linear-gradient(150deg, #72445e, #29182c 72%); }
.cover-stone::before { background: radial-gradient(circle at 60% 48%, rgba(215,156,126,.35), transparent 24%), linear-gradient(155deg, #41283b, #17101a); }
.cover-kicker, .cover-credit { color: rgba(255,255,255,.72); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.cover h3 { margin: auto 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.3rem); font-weight:400; line-height:.92; letter-spacing:-.04em; }
.cover-symbol { position: absolute; right: 20%; top: 23%; color: var(--gold); font-size: 1.5rem; filter: drop-shadow(0 0 20px #ffe3a7); }
.stone-shape { width: 140px; height: 120px; position: absolute; top: 26%; left: 50%; transform:translateX(-50%) rotate(-9deg); border-radius: 47% 53% 60% 40% / 50% 44% 56% 50%; background: linear-gradient(145deg, #7b5963, #2b2029); box-shadow: 0 24px 30px rgba(0,0,0,.34), inset 10px 8px 20px rgba(255,255,255,.07); opacity:.8; }
.song-content { padding: 34px; position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.song-number { position:absolute; right:28px; top:25px; color:rgba(255,255,255,.24); font-family:var(--serif); font-size:1.5rem; }
.song-theme { margin:0 0 6px; color:var(--copper); font-size:.7rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.song-content h3 { margin:0; padding-right:38px; font-family:var(--serif); font-size:2rem; font-weight:400; line-height:1.1; }
.song-content > p:not(.song-theme):not(.demo-note) { margin:13px 0 22px; color:var(--muted); font-size:.92rem; }
.player { width:100%; margin-top:auto; display:flex; align-items:center; gap:13px; }
.round-play { width:43px; height:43px; flex:0 0 auto; border:0; border-radius:50%; background:var(--gold); color:#2a1624; cursor:pointer; transition:transform .2s ease, background .2s ease; }
.round-play:hover { transform:scale(1.06); background:#ffe0a7; }
.round-play span { display:block; transform:translateX(1px); font-size:.78rem; }
.track { flex:1; min-width:0; }
.track-meta { margin-bottom:7px; display:flex; justify-content:space-between; color:#bbaaaf; font-size:.72rem; }
.progress { height:4px; border-radius:8px; background:rgba(255,255,255,.14); overflow:hidden; cursor:pointer; }
.progress span { display:block; width:0; height:100%; border-radius:inherit; background:linear-gradient(90deg, var(--copper), var(--gold)); }
.demo-note { margin: 8px 0 0 !important; color: #95868d !important; font-size: .62rem !important; line-height: 1.3; }
.text-link { margin-top:16px; padding:0; border:0; background:none; color:var(--gold); font-size:.78rem; cursor:pointer; }
.text-link span { display:inline-block; margin-left:4px; transition:transform .2s ease; }
.text-link:hover span { transform:translateX(4px); }
.version-switch { margin:1px 0 18px; padding:3px; display:flex; border:1px solid var(--line); border-radius:999px; }
.version-switch button { padding:6px 13px; border:0; border-radius:999px; background:transparent; color:var(--muted); font-size:.68rem; cursor:pointer; }
.version-switch button.active { background:rgba(241,210,154,.14); color:var(--gold); }
.song-card-compact { min-height:240px; display:grid; grid-template-columns:190px 1fr; }
.mini-cover { padding:25px; display:flex; flex-direction:column; justify-content:space-between; color:white; font-family:var(--serif); position:relative; overflow:hidden; }
.mini-cover::after { content:""; position:absolute; width:140px; height:140px; border:1px solid rgba(255,255,255,.15); border-radius:50%; right:-45px; bottom:-50px; }
.mini-cover span { color:rgba(255,255,255,.55); font-family:var(--sans); font-size:.72rem; }
.mini-cover b { font-size:1.65rem; line-height:1.02; font-weight:400; position:relative; z-index:1; }
.cover-life { background:linear-gradient(145deg,#955849,#4e2639); }
.cover-normal { background:linear-gradient(145deg,#5b495f,#2c2232); }
.song-card-compact .song-content { padding:26px; }
.song-card-compact .song-content h3 { font-size:1.6rem; }
.song-card-compact .song-content > p:not(.song-theme):not(.demo-note) { margin:9px 0 18px; font-size:.83rem; }

.light-section {
  width:min(1080px,calc(100% - 48px));
  margin:0 auto;
  padding:130px 0;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:110px;
  align-items:center;
}
.calendar-art { position:relative; min-height:550px; display:grid; place-items:center; }
.calendar-ring { position:absolute; border:1px solid rgba(241,210,154,.14); border-radius:50%; }
.ring-one { inset:1%; }
.ring-two { inset:14%; }
.calendar-sheet {
  width:290px;
  height:405px;
  padding:36px 31px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  background:linear-gradient(155deg,#e5d3be,#c8a9a1);
  color:#392334;
  box-shadow:0 38px 75px rgba(0,0,0,.34);
  transform:rotate(-3deg);
}
.calendar-sheet::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 58% 38%,rgba(255,255,255,.8),transparent 4%),radial-gradient(circle at 44% 42%,rgba(112,77,88,.2),transparent 22%),linear-gradient(transparent,rgba(68,42,57,.1)); mix-blend-mode:multiply; }
.calendar-sheet > * { position:relative; z-index:1; }
.calendar-sheet p { margin:12px 0 0; font-family:var(--serif); font-size:2rem; }
.calendar-sheet strong { margin-top:-8px; color:#72485f; font-family:var(--serif); font-size:4.8rem; font-weight:400; line-height:1; }
.calendar-sheet span { margin-top:auto; font-family:var(--serif); font-size:1.1rem; line-height:1.35; text-align:center; }
.dragonfly { position:absolute; top:48%; font-size:2.4rem; color:#81556c; text-shadow:0 0 18px rgba(255,255,255,.8); }
.calendar-copy > p:not(.eyebrow):not(.calendar-lead) { color:var(--muted); }
.calendar-lead { margin:24px 0 0; color:var(--ink); font-family:var(--serif); font-size:1.35rem; line-height:1.45; }
.calendar-copy ul { margin:25px 0 30px; padding:0; list-style:none; display:grid; gap:8px; color:#d4c4c1; font-size:.9rem; }
.calendar-copy li::before { content:"✦"; margin-right:10px; color:var(--copper); }
.calendar-details { margin-top:18px; padding:15px 18px; border-left:2px solid var(--copper); background:rgba(255,255,255,.04); color:var(--muted); font-size:.82rem; }
.calendar-details p { margin:0; }

footer {
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:46px 0 54px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  border-top:1px solid var(--line);
  color:#9f8f95;
  font-size:.78rem;
}
footer p { margin:9px 0 0; }
.footer-link { display:flex; flex-direction:column; align-items:flex-end; gap:6px; }
.footer-link a { color:var(--gold); font-family:var(--serif); font-size:1.1rem; text-decoration:none; }

.now-playing {
  position:fixed;
  left:50%;
  bottom:22px;
  z-index:20;
  transform:translateX(-50%);
  min-width:260px;
  padding:11px 13px 11px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(241,210,154,.25);
  border-radius:999px;
  background:rgba(35,18,31,.92);
  box-shadow:0 15px 45px rgba(0,0,0,.45);
  backdrop-filter:blur(16px);
  color:var(--ink);
  font-size:.75rem;
}
.now-playing[hidden] { display:none; }
.now-bars { display:flex; align-items:center; gap:3px; height:18px; }
.now-bars i { animation-duration:.9s; }
.now-bars i:nth-child(2){ animation-delay:-.3s; }
.now-bars i:nth-child(3){ animation-delay:-.6s; }
.now-playing button { width:28px; height:28px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.08); color:var(--ink); cursor:pointer; }

dialog {
  width:min(460px,calc(100% - 36px));
  padding:36px;
  border:1px solid rgba(241,210,154,.24);
  border-radius:22px;
  background:#281624;
  color:var(--ink);
  box-shadow:0 35px 100px rgba(0,0,0,.6);
}
dialog::backdrop { background:rgba(8,4,9,.7); backdrop-filter:blur(4px); }
dialog h2 { font-size:2.35rem; }
dialog > p:not(.eyebrow) { color:var(--muted); }
.dialog-close { position:absolute; right:16px; top:14px; width:34px; height:34px; border:0; border-radius:50%; background:rgba(255,255,255,.07); color:var(--ink); font-size:1.25rem; cursor:pointer; }

@media (max-width: 920px) {
  .site-header { width:min(100% - 36px, 720px); }
  .site-header nav a:not(.nav-heart):not(.nav-impulse) { display:none; }
  .hero { width:min(100% - 36px, 720px); min-height:auto; grid-template-columns:1fr; gap:62px; padding:70px 0 90px; }
  .hero-copy { text-align:center; }
  h1 { margin-inline:auto; }
  .hero-text { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-art { width:min(100%,470px); margin:auto; }
  .songs-section { padding:88px max(18px,calc((100vw - 720px)/2)) 90px; }
  .section-heading { grid-template-columns:1fr; gap:18px; text-align:center; }
  .section-heading .eyebrow { margin-bottom:13px; }
  .section-heading > p { max-width:560px; margin-inline:auto; }
  .song-grid { grid-template-columns:1fr; }
  .song-card-featured,.song-card-compare { min-height:400px; }
  .light-section { width:min(100% - 36px,720px); grid-template-columns:1fr; gap:45px; padding:95px 0; }
  .calendar-art { min-height:470px; }
  .calendar-copy { max-width:560px; margin:auto; text-align:center; }
  .calendar-copy ul { justify-content:center; }
}

@media (max-width: 760px) {
  .site-header {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    height:auto !important;
    gap:14px !important;
    padding-top:16px !important;
    padding-bottom:14px !important;
  }
  .site-header .wordmark {
    align-self:flex-start !important;
    white-space:nowrap !important;
  }
  html .site-header.site-header nav {
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
    gap:8px !important;
    align-items:stretch !important;
  }
  .site-header nav a {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    padding:9px 8px !important;
    margin:0 !important;
    border:1px solid var(--line) !important;
    border-radius:999px !important;
    font-size:13px !important;
    line-height:1.15 !important;
    text-align:center !important;
    white-space:normal !important;
  }
  html .site-header.site-header nav a {
    grid-column:span 2 !important;
  }
}

@media (max-width: 600px) {
  .site-header { height:74px; }
  .wordmark { font-size:1.03rem; }
  .site-header .nav-heart { font-size:.75rem; }
  .hero { padding:56px 0 72px; gap:48px; }
  h1 { font-size:clamp(2.7rem,13vw,4rem); }
  .hero-text { margin-top:23px; font-size:1rem; }
  .hero-actions { margin-top:26px; flex-direction:column; align-items:stretch; }
  .button { width:100%; }
  .bridge-note { font-size:.76rem; }
  .hero-art { width:96%; }
  .hero-art > p { bottom:12%; font-size:.82rem; }
  .songs-section { padding-top:72px; }
  .section-heading { margin-bottom:33px; }
  h2 { font-size:2.55rem; }
  .song-grid { gap:16px; }
  .song-card-featured,.song-card-compare { display:block; }
  .cover { min-height:310px; }
  .cover h3 { font-size:3rem; }
  .song-content { padding:27px 24px 29px; }
  .song-content h3 { font-size:1.8rem; }
  .song-card-compact { display:block; }
  .mini-cover { min-height:155px; }
  .mini-cover b { font-size:1.8rem; }
  .calendar-art { min-height:390px; }
  .calendar-ring.ring-one { inset:3%; }
  .calendar-sheet { width:224px; height:315px; padding:25px; }
  .calendar-sheet p { font-size:1.55rem; }
  .calendar-sheet strong { font-size:3.7rem; }
  .calendar-sheet span { font-size:.88rem; }
  .light-section { padding:78px 0; }
  .calendar-lead { font-size:1.18rem; }
  footer { padding:38px 0; display:block; text-align:center; }
  .footer-link { margin-top:28px; align-items:center; }
  .now-playing { width:calc(100% - 30px); bottom:15px; }
  dialog { padding:32px 25px 26px; }
}

@media (max-width: 390px) {
  .site-header nav a {
    font-size:12px !important;
    padding:8px 6px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}


/* Legal footer link: secondary to the Neue Herzkunst offer. */
footer a[href*="datenschutz"] {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

footer a[href*="datenschutz"]:hover,
footer a[href*="datenschutz"]:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

/* Centered legal footer navigation */
footer { position: relative; padding-bottom: 78px; }
.footer-legal { position: absolute; left: 50%; bottom: 17px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 2px; white-space: nowrap; }
.footer-legal a { color: #b9a9ab; font-family: var(--sans); font-size: .72rem; font-weight: 400; line-height: 1.35; text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--ink); text-decoration: underline; }
@media (max-width: 600px) {
  footer { padding-bottom: 92px; }
  .footer-legal { bottom: 22px; }
}
