
:root {
  color-scheme: dark;
  --bg: #070808;
  --bg-soft: #0d0f0e;
  --panel: rgba(18, 21, 19, .88);
  --panel-solid: #111411;
  --text: #ecece7;
  --muted: #aaaDA7;
  --accent: #b79b69;
  --accent-bright: #d7c099;
  --line: rgba(215, 192, 153, .22);
  --shadow: 0 24px 70px rgba(0, 0, 0, .45);
  --radius: 18px;
  --content: 1180px;
  --header-height: 86px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 80% 0%, rgba(117, 95, 57, .12), transparent 30rem),
    linear-gradient(180deg, #080908 0%, var(--bg) 45%, #050606 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; }
a { color: var(--accent-bright); text-underline-offset: .22em; }
a:hover { color: #fff; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000000; padding: .8rem 1rem; background: #fff; color: #000; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(7, 8, 8, .76);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, background .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 8, 8, .94); }
.header-inner { width: min(100% - 2rem, var(--content)); min-height: var(--header-height); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; flex-direction: column; align-items: center; color: var(--text); text-decoration: none; line-height: 1; }
.brand-logo { display: block; width: clamp(180px, 22vw, 320px); max-height: 68px; object-fit: contain; object-position: left center; }
.brand-tagline { margin-top: .38rem; color: var(--muted); font-size: .61rem; letter-spacing: .24em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: .2rem; }
.nav-link { display: inline-flex; min-height: 44px; align-items: center; padding: .55rem .64rem; border-radius: 999px; color: #d7d8d3; font-size: .82rem; text-decoration: none; }
.nav-link:hover, .nav-link.is-active { color: #fff; background: rgba(255,255,255,.07); }
.nav-link.is-active { box-shadow: inset 0 0 0 1px var(--line); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); cursor: pointer; }
.nav-toggle span[aria-hidden] { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
main { min-height: 60vh; }
.container { width: min(100% - 2rem, var(--content)); margin-inline: auto; }
.narrow { width: min(100% - 2rem, 820px); margin-inline: auto; }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section + .section { border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 .8rem; color: var(--accent-bright); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(2.7rem, 8vw, 6.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin: 0 0 1.15rem; }
.lead { max-width: 65ch; color: #d4d4cf; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: rgba(255,255,255,.04); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(215,192,153,.5); background: rgba(215,192,153,.11); }
.button-primary { color: #0a0a09; background: var(--accent-bright); border-color: var(--accent-bright); font-weight: 750; }
.button-primary:hover { color: #000; background: #f0dfc2; }
.hero { position: relative; min-height: min(82svh, 820px); display: grid; align-items: end; isolation: isolate; overflow: hidden; background: #080909; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("../../images/promo.png") center 32% / cover no-repeat; filter: grayscale(1) contrast(1.1); opacity: .62; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,6,6,.15), rgba(5,6,6,.58) 52%, #070808 100%), linear-gradient(90deg, rgba(5,6,6,.72), transparent 60%); }
.hero-content { width: min(100% - 2rem, var(--content)); margin-inline: auto; padding-block: clamp(5rem, 10vw, 8rem) clamp(3.5rem, 7vw, 6rem); }
.hero h1 { max-width: 10ch; margin-bottom: 1rem; }
.hero .lead { max-width: 56ch; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.3rem; color: #d0d0ca; font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.page-hero { position: relative; padding-block: clamp(4.5rem, 10vw, 8rem) clamp(3rem, 6vw, 5rem); overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 80% 30%, rgba(183,155,105,.13), transparent 28rem); }
.page-hero h1 { margin-bottom: .75rem; }
.grid { display: grid; gap: clamp(1rem, 2.5vw, 1.6rem); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,27,24,.92), rgba(12,14,13,.96)); box-shadow: var(--shadow); overflow: hidden; }
.card-body { padding: clamp(1.15rem, 3vw, 2rem); }
.card-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #111; }
.news-list { display: grid; gap: 1rem; }
.news-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.news-card h2, .news-card h3 { margin-bottom: 1rem; }
.news-card p:last-child { margin-bottom: 0; }
.archive { display: grid; gap: .7rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
summary { min-height: 52px; padding: .9rem 3.2rem .9rem 1rem; cursor: pointer; color: #e3e3df; font-weight: 700; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--accent-bright); font-size: 1.35rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
.details-content { padding: 0 1rem 1.2rem; color: #cacbc6; }
.details-content p:last-child { margin-bottom: 0; }
.profile-photo { width: 100%; max-height: 680px; object-fit: cover; object-position: center; border-radius: var(--radius); border: 1px solid var(--line); filter: grayscale(.25); }
.lineup { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; margin: 1.5rem 0; }
.lineup-item { padding: 1rem; border-left: 2px solid var(--accent); background: rgba(255,255,255,.025); }
.lineup-item strong { display: block; }
.timeline { position: relative; display: grid; gap: 0; margin: 2rem 0 0; }
.timeline::before { content: ""; position: absolute; left: 8.7rem; top: .4rem; bottom: .4rem; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 7.4rem 1fr; gap: 2.4rem; padding: 1.05rem 0; }
.timeline-date { color: var(--accent-bright); font-weight: 750; }
.release-card { display: grid; grid-template-columns: minmax(230px, .85fr) minmax(0, 1.35fr); }
.release-card + .release-card { margin-top: 2rem; }
.release-cover { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.release-placeholder { min-height: 340px; display: grid; place-items: center; padding: 2rem; background: radial-gradient(circle at 50% 30%, rgba(215,192,153,.23), transparent 28%), linear-gradient(145deg,#1d201e,#070808); text-align: center; }
.release-placeholder strong { font-family: Georgia,serif; font-size: clamp(2rem,2vw,4rem); font-weight: 400; letter-spacing: .05em; }
.tracklist { columns: 2; column-gap: 2.6rem; margin: 1.2rem 0 0; padding-left: 1.35rem; }
.tracklist li { break-inside: avoid; margin-bottom: .35rem; }
.lyrics-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0 2.5rem; }
.lyric-group { display: grid; gap: .7rem; }
.lyric-text { white-space: pre-line; max-width: 62ch; }
.audio-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.audio-card { padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
audio { width: 100%; margin-top: .8rem; }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.video-frame { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; background: #000; }
.video-card h2 { padding: 1rem 1.1rem 0; font-family: inherit; font-size: 1.05rem; font-weight: 700; }
.video-card p { padding: 0 1.1rem 1rem; color: var(--muted); }
.bildgalerie { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; width: 100%; margin: 1.5rem auto 0; }
.galerie-bild { display: block; position: relative; flex: 0 0 calc((100% - 36px) / 4); overflow: hidden; aspect-ratio: 4 / 3; border-radius: 12px; background: #111; text-decoration: none; cursor: zoom-in; }
.galerie-bild img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease, opacity .35s ease; }
.galerie-bild:hover img { transform: scale(1.055); opacity: .78; }
.galerie-bild:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.lightbox { display: none; position: fixed; inset: 0; z-index: 999999; align-items: center; justify-content: center; padding: 58px 76px; background: rgba(0,0,0,.96); }
.lightbox.aktiv { display: flex; }
.lightbox-inhalt { display: flex; max-width: 100%; max-height: 100%; flex-direction: column; align-items: center; }
.lightbox-inhalt img { width: auto; height: auto; max-width: 100%; max-height: calc(100svh - 130px); object-fit: contain; }
.lightbox-titel { margin-top: .7rem; color: #ddd; text-align: center; }
.lightbox-schliessen,.lightbox-zurueck,.lightbox-weiter { position: absolute; z-index: 2; border: 0; padding: .8rem; background: transparent; color: #fff; cursor: pointer; opacity: .75; }
.lightbox-schliessen:hover,.lightbox-zurueck:hover,.lightbox-weiter:hover { opacity: 1; }
.lightbox-schliessen { top: .4rem; right: .8rem; font-size: 2.8rem; line-height: 1; }
.lightbox-zurueck,.lightbox-weiter { top: 50%; transform: translateY(-50%); font-size: 2.6rem; }
.lightbox-zurueck { left: .5rem; }
.lightbox-weiter { right: .5rem; }
.contact-list { display: grid; gap: .8rem; }
.contact-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-item span { color: var(--muted); }
.social-pills { display: flex; flex-wrap: wrap; gap: .65rem; }
.shop-card { height: 100%; display: flex; flex-direction: column; }
.shop-card .card-body { flex: 1; display: flex; flex-direction: column; }
.price { margin-top: auto; color: var(--accent-bright); font-size: 1.25rem; font-weight: 800; }
.legal h2 { margin-top: 2.5rem; font-family: inherit; font-size: 1.3rem; font-weight: 750; letter-spacing: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 1rem 1.25rem; background: #050606; }
.footer-inner { width: min(100%, var(--content)); margin-inline: auto; display: flex; justify-content: space-between; gap: 2rem; }
.footer-inner p { color: var(--muted); margin: .4rem 0 0; }
.footer-links { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-end; gap: 1rem; }
.back-to-top {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 900;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 9, 8, .88);
  color: var(--text);
  box-shadow: 0 12px 34px rgba(0,0,0,.38);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease, border-color .2s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.back-to-top::before { content: "↑"; margin-right: .45rem; font-size: 1.05em; }
.back-to-top.is-visible:hover { transform: translateY(-3px); border-color: rgba(215,192,153,.52); background: rgba(24,27,24,.96); color: #fff; }
.back-to-top:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.copyright { width: min(100%, var(--content)); margin: 2rem auto 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.07); color: #777b76; font-size: .76rem; text-align: center; }
@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; left: 1rem; right: 1rem; top: calc(var(--header-height) + .45rem); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .35rem; max-height: calc(100svh - var(--header-height) - 1.5rem); overflow-y: auto; padding: .7rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,9,8,.98); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .22s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-link { justify-content: center; padding: .75rem; }
}
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .release-card { grid-template-columns: 1fr; }
  .release-cover { max-height: 620px; }
  .galerie-bild { flex-basis: calc((100% - 24px) / 3); }
}
@media (max-width: 720px) {
  :root { --header-height: 74px; }
  .grid-2,.grid-3,.audio-grid,.video-grid { grid-template-columns: 1fr; }
  .hero { min-height: 74svh; }
  .hero::before { background-position: center top; background-size: contain; background-repeat: no-repeat; transform: none; }
  .lineup { grid-template-columns: 1fr; }
  .timeline::before { left: .3rem; }
  .timeline-item { grid-template-columns: 1fr; gap: .2rem; padding-left: 1.4rem; }
  .tracklist { columns: 1; }
  .bildgalerie { gap: 8px; }
  .galerie-bild { flex-basis: calc((100% - 8px) / 2); }
  .lightbox { padding: 52px 8px 34px; }
  .lightbox-zurueck,.lightbox-weiter { padding: .6rem; font-size: 2rem; background: rgba(0,0,0,.38); }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .contact-item { flex-direction: column; gap: .2rem; }
  .brand-logo { width: clamp(135px, 42vw, 190px); max-height: 62px; }
  .brand-tagline { margin-top: .3rem; font-size: .34rem; letter-spacing: .18em; }
  .back-to-top { right: max(.75rem, env(safe-area-inset-right)); bottom: max(.75rem, env(safe-area-inset-bottom)); min-height: 44px; padding: .62rem .82rem; font-size: .84rem; }
}
@media (max-width: 390px) {
  .site-nav { grid-template-columns: 1fr; }
  .galerie-bild { flex-basis: 100%; }
  .brand-tagline { letter-spacing: .17em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
