:root {
  --bg: #050505;
  --panel: #0d0d0b;
  --panel-2: #12120f;
  --text: #f1efe5;
  --muted: #aaa79b;
  --line: #4a472d;
  --yellow: #f2d50b;
  --yellow-dirty: #e0bf08;
  --paper: #d8d4c6;
  --danger: #d93b2b;
  --max: 1120px;
  --shadow: 0 28px 80px rgba(0,0,0,.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% -8%, rgba(242,213,11,.08), transparent 24rem),
    radial-gradient(circle at 92% 22%, rgba(242,213,11,.045), transparent 26rem),
    linear-gradient(180deg, #070706 0%, #030303 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(255,255,255,.015) 3px),
    repeating-linear-gradient(90deg, transparent 0, transparent 5px, rgba(255,255,255,.01) 6px);
  mix-blend-mode: screen;
  z-index: 50;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--yellow);
  color: #000;
  padding: .62rem .9rem;
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74,71,45,.72);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(242,213,11,.10) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #0d0d0b 0%, #060606 100%);
}

.header-noise {
  position: absolute;
  width: 30rem;
  height: 30rem;
  right: -9rem;
  top: -11rem;
  border: 2px solid rgba(242,213,11,.14);
  transform: rotate(13deg);
  box-shadow:
    0 0 0 28px rgba(242,213,11,.032),
    0 0 0 56px rgba(242,213,11,.022),
    0 0 0 84px rgba(242,213,11,.016);
}

.header-inner {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: .85rem 0 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.brand { text-decoration: none; display: inline-flex; flex-direction: column; }
.brand-kicker,
.eyebrow,
.meta,
.status,
.audio-label span,
.edition-head,
.contact-link span {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.brand-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  color: var(--yellow);
  font-size: clamp(.72rem, 1vw, .86rem);
  font-weight: 700;
}
.brand-main {
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
  max-width: 10ch;
  text-wrap: balance;
}
.brand-sub {
  margin-top: .55rem;
  font-family: "Courier New", Courier, monospace;
  color: var(--muted);
  font-size: clamp(.78rem, .9vw, .92rem);
}

.nav {
  position: sticky;
  top: .75rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 11rem;
  border-left: 1px solid var(--line);
  padding-left: .75rem;
}
.nav a {
  text-decoration: none;
  color: var(--muted);
  padding: .28rem .35rem;
  border-left: 2px solid transparent;
  font-family: "Courier New", Courier, monospace;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.nav a:hover,
.nav a:focus-visible { color: #000; background: var(--yellow); border-left-color: var(--yellow); outline: none; }

.manifesto {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto .4rem;
  padding: .45rem 0;
  border-top: 1px solid rgba(74,71,45,.72);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.6rem;
  font-family: "Courier New", Courier, monospace;
  font-size: .68rem;
  letter-spacing: .05em;
  color: var(--muted);
  position: relative;
  z-index: 2;
}
.manifesto span:last-child { color: var(--yellow); font-weight: 700; }

.section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(74,71,45,.72);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) minmax(0, 3fr);
  column-gap: 2rem;
  align-items: end;
  margin-bottom: 1.8rem;
}
.section-heading .eyebrow {
  color: var(--yellow);
  font-size: .78rem;
  margin: 0 0 .6rem;
}
.section-heading h1,
.section-heading h2 {
  margin: 0;
  grid-column: 2;
  font-size: clamp(1.9rem, 3.5vw, 3.8rem);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -.05em;
}
.section-heading > p:last-child {
  grid-column: 2;
  margin: 1rem 0 0;
  color: var(--muted);
  max-width: 44rem;
}

.release-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: start;
}
.release-card {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
  gap: 1.35rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(74,71,45,.72);
  border-top: 2px solid rgba(242,213,11,.55);
  background:
    linear-gradient(180deg, rgba(242,213,11,.055), transparent 32%),
    rgba(13,13,11,.82);
}

.release-card-alt { align-items: start; }
.cover-wrap,
.cover-stack {
  position: relative;
  justify-self: center;
  width: min(100%, 15.5rem);
}
.cover-wrap img,
.cover-front,
.cover-back {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.12);
}
.cover-wrap::after,
.cover-front::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.11);
  transform: translate(7px, 7px);
  pointer-events: none;
}
.cover-wrap { transform: rotate(-1deg); }
.cover-stack { min-height: 19rem; }
.cover-back {
  position: absolute;
  width: 72%;
  right: 0;
  top: 1.7rem;
  transform: rotate(5deg);
  opacity: .78;
}
.cover-front {
  position: relative;
  width: 72%;
  left: 1%;
  top: 0;
  transform: rotate(-2.4deg);
  z-index: 2;
}
.stamp {
  position: absolute;
  z-index: 4;
  right: -1.1rem;
  top: 1rem;
  padding: .38rem .58rem;
  color: #090909;
  background: var(--yellow);
  font: 900 .76rem/1 "Courier New", monospace;
  letter-spacing: .08em;
  transform: rotate(6deg);
  box-shadow: 4px 4px 0 #000;
}

.release-copy { max-width: none; min-width: 0; }
.meta { color: var(--yellow); font-size: .78rem; margin: 0 0 1rem; }
.release-copy h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.15vw, 2.35rem);
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.release-copy h2 span { color: var(--muted); font-size: .65em; }
.description {
  margin: .85rem 0 1.05rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.92rem, 1vw, 1.05rem);
  color: var(--paper);
  max-width: 38rem;
}
.button-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .62rem .9rem;
  text-decoration: none;
  border: 1px solid #7a7552;
  background: #0f0f0d;
  color: var(--text);
  font: 800 .76rem/1 "Courier New", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.button:hover,
.button:focus-visible {
  outline: none;
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 #000;
  border-color: var(--yellow);
}
.button-primary { background: var(--yellow); color: #050505; border-color: var(--yellow); }
.button-primary:hover,
.button-primary:focus-visible { background: #fff11a; }

.audio-block {
  margin-top: 1.2rem;
  border-top: 1px dashed var(--line);
  padding-top: .85rem;
}
.audio-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .6rem;
}
.audio-label span { color: var(--yellow); font-size: .78rem; font-weight: 700; }
.audio-label small { color: #c3b765; }
.spotify-shell {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent),
    #11110f;
  border: 1px solid var(--line);
}
.spotify-load {
  appearance: none;
  border: 1px solid var(--yellow);
  background: transparent;
  color: var(--text);
  padding: 1rem;
  font: 800 .86rem/1.2 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
}
.spotify-load:hover,
.spotify-load:focus-visible { background: var(--yellow); color: #000; outline: none; }
.spotify-mark { margin-right: .55rem; }
.spotify-link { color: var(--muted); font-size: .8rem; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.spotify-shell iframe { border: 0; border-radius: 12px; width: 100%; height: 152px; display: block; }

.edition {
  margin-top: 1.05rem;
  padding-top: .8rem;
  border-top: 1px dashed var(--line);
}
.edition-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; font-size: .8rem; }
.edition-head strong { color: var(--yellow); }
.edition-head span { color: var(--muted); }
.edition-description { color: var(--muted); max-width: 38rem; margin: 0 0 1rem; }

.upcoming-section { width: 100%; max-width: none; padding-left: max(1.5rem, calc((100vw - var(--max))/2)); padding-right: max(1.5rem, calc((100vw - var(--max))/2)); background: linear-gradient(180deg, #0a0a08 0%, #0d0d0a 100%); }
.upcoming-section .section-heading { max-width: var(--max); margin-left: auto; margin-right: auto; }
.upcoming-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}
.upcoming-card {
  min-width: 0;
  background: linear-gradient(180deg, rgba(242,213,11,.045), transparent 35%), var(--panel-2);
  border: 1px solid rgba(74,71,45,.72);
  display: flex;
  flex-direction: column;
  transition: transform .14s ease, border-color .14s ease;
}
.upcoming-card:nth-child(2) { transform: translateY(1.2rem); }
.upcoming-card:nth-child(3) { transform: translateY(-.8rem); }
.upcoming-card:hover { transform: translateY(-4px) rotate(-.3deg); border-color: var(--yellow); box-shadow: 0 14px 36px rgba(0,0,0,.34); }
.upcoming-cover {
  overflow: hidden;
  background: #090908;
  border-bottom: 1px solid rgba(74,71,45,.72);
  padding: .45rem;
}
.upcoming-cover img { width: 100%; height: auto; object-fit: contain; }
.upcoming-copy { padding: 1rem; display: flex; min-height: 8.2rem; flex-direction: column; justify-content: space-between; gap: 1rem; }
.upcoming-copy h3 { margin: 0; font-size: clamp(1.05rem, 1.7vw, 1.5rem); line-height: 1.05; text-transform: uppercase; letter-spacing: -.025em; }
.status {
  width: fit-content;
  padding: .35rem .5rem;
  background: var(--yellow);
  color: #000;
  font-size: .68rem;
  font-weight: 900;
}

.contact-section { padding-bottom: 6rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-link {
  text-decoration: none;
  background: linear-gradient(180deg, rgba(242,213,11,.04), transparent 42%), var(--panel);
  min-height: 8rem;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.contact-link span { color: var(--yellow); font-size: .72rem; }
.contact-link strong { overflow-wrap: anywhere; font-size: clamp(1rem, 1.8vw, 1.35rem); }
.contact-link { border-top: 2px solid transparent; }
.contact-link:hover,
.contact-link:focus-visible { background: var(--yellow); color: #000; border-top-color: var(--yellow); outline: none; }
.contact-link:hover span,
.contact-link:focus-visible span { color: #000; }

.legal-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 1.4rem 0 3.2rem;
}
.legal-section details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-section summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  font: 800 .82rem/1.2 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.legal-section summary::-webkit-details-marker { display: none; }
.legal-section details[open] summary span { transform: rotate(45deg); }
.legal-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 1rem 0 2rem;
  color: var(--muted);
  font-size: .92rem;
}
.legal-copy h2 { color: var(--text); font-size: 1rem; text-transform: uppercase; }
.legal-copy a { color: var(--text); }

.site-footer {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 1.1rem 0 1.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font: .72rem/1.5 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.site-footer > div { display: flex; gap: 1rem; flex-wrap: wrap; }
.site-footer strong { color: var(--text); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.footer-right { justify-content: flex-end; }

@media (max-width: 980px) {
  .site-header { min-height: auto; }
  .header-inner { flex-direction: column; padding-bottom: 1.6rem; }
  .nav { position: static; flex-direction: row; flex-wrap: wrap; border-left: 0; border-top: 1px solid var(--line); padding: 1rem 0 0; width: 100%; min-width: 0; }
  .nav a { padding-left: 0; margin-right: 1rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h1, .section-heading h2, .section-heading > p:last-child { grid-column: 1; }
  .release-list { grid-template-columns: 1fr; }
  .release-card { grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr); gap: 1.5rem; }
  .upcoming-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .upcoming-card:nth-child(2), .upcoming-card:nth-child(3) { transform: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-link { min-height: 7.5rem; }
}

.section-heading h1,
.section-heading h2,
.release-copy h2,
.game-copy h3 {
  text-shadow: 0 0 16px rgba(242,213,11,.04);
}

.release-copy h2 span { color: #d1c36b; }
.description strong,
.edition-head strong,
.game-copy .meta,
.file-size strong { color: var(--yellow); }

@media (max-width: 700px) {
  .header-inner, .manifesto, .section, .legal-section, .site-footer { width: min(calc(100% - 2rem), var(--max)); }
  .header-inner { padding-top: 1.25rem; }
  .brand-main { font-size: clamp(2.9rem, 16vw, 5.2rem); }
  .manifesto { margin-bottom: .75rem; }
  .section { padding: 3.8rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .release-list { gap: 4rem; }
  .release-card { grid-template-columns: 1fr; gap: 1.35rem; }
  .cover-wrap, .cover-stack { width: min(72vw, 17rem); }
  .cover-stack { min-height: 17rem; }
  .release-copy h2 { font-size: clamp(1.7rem, 8.5vw, 2.8rem); }
  .audio-label { align-items: flex-start; flex-direction: column; }
  .upcoming-section { padding-left: 1rem; padding-right: 1rem; }
  .upcoming-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .upcoming-copy { padding: .75rem; min-height: 6.2rem; }
  .legal-copy { grid-template-columns: 1fr; gap: 1rem; }
  .site-footer { flex-direction: column; }
  .footer-right { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .brand-kicker { margin-bottom: 1rem; }
  .nav { gap: .2rem .8rem; }
  .nav a { margin: 0; }
  .cover-stack { min-height: 20rem; }
  .button-row .button { flex: 1 1 auto; }
  .upcoming-grid { grid-template-columns: 1fr; }
  .upcoming-copy { min-height: 6rem; }
}

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


/* V0.5 Spotify: local fallback / live embed on http(s) */
.spotify-shell {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.spotify-fallback {
  min-height: 104px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(242,213,11,.09), transparent 55%),
    #11110f;
  border: 1px solid var(--line);
}
.spotify-fallback:hover,
.spotify-fallback:focus-visible {
  border-color: var(--yellow);
  outline: none;
  background:
    linear-gradient(135deg, rgba(242,213,11,.15), transparent 55%),
    #191916;
}
.spotify-fallback-icon {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: #050505;
  font-size: 1rem;
  padding-left: .12rem;
}
.spotify-fallback span:last-child {
  display: flex;
  flex-direction: column;
  gap: .28rem;
  min-width: 0;
}
.spotify-fallback strong {
  font-size: .92rem;
  line-height: 1.15;
}
.spotify-fallback small {
  color: var(--muted);
  font: .72rem/1.3 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.spotify-shell iframe {
  width: 100%;
  height: 152px;
  display: block;
  border: 0;
  border-radius: 12px;
}


/* V0.9 — veröffentlichte Cover reagieren ebenfalls auf die Maus */
.cover-wrap,
.cover-stack,
.cover-wrap img,
.cover-front,
.cover-back {
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.cover-wrap:hover {
  transform: translateY(-5px) rotate(-1.6deg) scale(1.015);
}
.cover-wrap:hover img {
  box-shadow: 0 34px 90px rgba(0,0,0,.52);
}

.cover-stack:hover .cover-front {
  transform: translate(-5px, -5px) rotate(-4.2deg) scale(1.015);
  box-shadow: 0 34px 90px rgba(0,0,0,.52);
}
.cover-stack:hover .cover-back {
  transform: translate(8px, 2px) rotate(7deg) scale(1.01);
  filter: brightness(1.06);
}

/* Bonus-Download */
.game-section { padding-top: 3rem; padding-bottom: 3rem; }
.game-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  max-width: 860px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(242,213,11,.05), transparent 40%), rgba(13,13,11,.84);
  padding: 1rem;
}
.game-logo {
  width: 240px;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #050505;
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.game-card:hover .game-logo {
  transform: translateY(-3px) rotate(-1.2deg) scale(1.02);
  box-shadow: 0 24px 60px rgba(0,0,0,.48);
}
.game-copy h3 {
  margin: 0 0 .7rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -.045em;
}
.game-copy > p:not(.meta) {
  color: var(--paper);
  margin: 0 0 1rem;
}
.file-size {
  align-self: center;
  color: #c3b765;
  font: .72rem/1 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.section-heading h1,
.section-heading h2,
.release-copy h2,
.game-copy h3 {
  text-shadow: 0 0 16px rgba(242,213,11,.04);
}

.release-copy h2 span { color: #d1c36b; }
.description strong,
.edition-head strong,
.game-copy .meta,
.file-size strong { color: var(--yellow); }

@media (max-width: 700px) {
  .game-card { grid-template-columns: 1fr; gap: 1rem; }
  .game-logo { width: min(100%, 320px); aspect-ratio: 16 / 9; justify-self: start; }
  .game-copy h3 { font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cover-wrap:hover,
  .cover-stack:hover .cover-front,
  .cover-stack:hover .cover-back,
  .game-card:hover .game-logo { transform: none; }
}


/* V0.9 – dunkler + mehr gelbe Akzente */
.button-row .button:not(.button-primary):hover,
.button-row .button:not(.button-primary):focus-visible { background: rgba(242,213,11,.08); }
.release-card:hover { border-color: var(--yellow); box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.manifesto { box-shadow: inset 0 1px 0 rgba(242,213,11,.05); }
.section-heading .eyebrow::after { content: ""; display: inline-block; width: 3.2rem; height: 1px; background: rgba(242,213,11,.5); margin-left: .8rem; vertical-align: middle; }
.legal-section details { background: linear-gradient(180deg, rgba(242,213,11,.03), transparent 40%); }
.spotify-link:hover, .spotify-link:focus-visible { color: var(--yellow); }
