@font-face {
  font-family: "LT Afficher Neue Subhead";
  src: url("../fonts/AnteCfSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #090909;
  --bg-2: #121212;
  --panel: rgba(12, 12, 12, 0.78);
  --panel-strong: rgba(7, 7, 7, 0.9);
  --text: #f2f2f2;
  --text-soft: rgba(242, 242, 242, 0.78);
  --accent: #eaeaea;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --content-width: min(1080px, calc(100vw - 48px));
  --display-font: "LT Afficher Neue Subhead", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #080808;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.06), transparent 22%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,0.04), transparent 22%),
    linear-gradient(135deg, #050505 0%, #0a0a0a 28%, #151515 100%);
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/noise.png");
  background-size: 760px 760px;
  opacity: 0.16;
  mix-blend-mode: screen;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.page {
  min-height: 100vh;
  padding: 18px;
}

.logo-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.logo-link:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.logo-image {
  width: min(260px, 58vw);
  height: auto;
}

.page-header {
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.site-title,
.section-title,
.release-title,
.link-section h2,
.release-overlay span,
.back-link,
.nav-button,
.contact-link,
.imprint-link {
  font-family: var(--display-font);
  font-weight: 400;
  text-transform: uppercase;
}

.site-title,
.section-title,
.release-title {
  letter-spacing: 0.08em;
}

.link-section h2,
.back-link,
.nav-button,
.contact-link,
.imprint-link {
  letter-spacing: 0.14em;
}

.home-shell,
.content-shell,
.music-shell,
.release-shell {
  width: var(--content-width);
  margin: 0 auto;
}

.page-home {
  display: flex;
  align-items: stretch;
}

.home-shell {
  min-height: calc(100vh - 36px);
  display: grid;
  grid-template-rows: 1.3fr auto auto 1fr;
  align-items: center;
  padding: 20px 24px 28px;
  background: linear-gradient(180deg, rgba(18,18,18,0.34), rgba(7,7,7,0.72));
}

.home-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 18px;
  padding-top: clamp(22px, 7vh, 72px);
}

.home-logo .logo-image {
  width: min(308px, 62vw);
}

.site-title {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 1.72rem);
  text-align: center;
  line-height: 0.94;
  white-space: nowrap;
  text-wrap: nowrap;
}

.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(26px, 4vw, 56px);
  margin: 34px auto 0;
}

.nav-button,
.contact-link,
.imprint-link,
.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 12px 4px;
  text-align: center;
  font-size: 1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease;
  transform-origin: center center;
}

.nav-button:hover,
.contact-link:hover,
.imprint-link:hover,
.back-link:hover {
  transform: scale(1.14);
}

.home-contact-wrap {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.contact-link {
  min-width: 0;
}

.home-bottom {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 18px;
  padding-bottom: 10px;
}

.social-row,
.link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.social-button,
.platform-link {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 160ms ease, opacity 160ms ease;
}

.social-button:hover,
.platform-link:hover {
  transform: scale(1.08);
  opacity: 0.9;
}

.social-button img,
.platform-link img {
  width: 28px;
  height: 28px;
}

.imprint-link {
  font-size: 0.72rem;
}

.content-shell,
.music-shell,
.release-shell {
  margin-top: 32px;
  background: linear-gradient(180deg, rgba(18,18,18,0.46), rgba(6,6,6,0.8));
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.section-head {
  margin-bottom: 24px;
}

.section-title {
  margin: 0 0 22px;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  text-align: left;
  line-height: 0.95;
}

.copy-block {
  display: grid;
  gap: 18px;
}

.copy-block p,
.release-description p,
.page-meta p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-soft);
  white-space: pre-wrap;
}

.page-meta {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.meta-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.meta-card img {
  width: 22px;
  height: 22px;
}

.meta-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
}

.release-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #090909;
  box-shadow: var(--shadow);
}

.release-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
}

.release-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.82));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  opacity: 0;
  transition: opacity 240ms ease;
}

.release-overlay span {
  max-width: 12ch;
  font-size: 1.02rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.release-card:hover .release-overlay,
.release-card:focus-visible .release-overlay {
  opacity: 1;
}

.release-card:hover img,
.release-card:focus-visible img {
  transform: scale(1.03);
  filter: blur(3px) brightness(0.55);
}

.release-shell {
  display: grid;
  gap: 24px;
}

.back-link {
  width: fit-content;
  font-size: 0.84rem;
  padding-inline: 0;
}

.release-layout {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.release-cover-wrap {
  background: rgba(0,0,0,0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.release-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.release-title {
  margin: 0;
  font-size: clamp(1.9rem, 3.3vw, 3.1rem);
  line-height: 0.95;
}

.release-artist {
  margin: 8px 0 20px;
  color: var(--text-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.release-description {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.link-section {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.link-section h2 {
  margin: 0;
  font-size: 1rem;
}

.empty-state {
  margin: 0;
  padding: 18px 0;
  color: var(--text-soft);
}

@media (max-width: 820px) {
  .home-shell {
    grid-template-rows: auto auto auto 1fr;
  }

  .release-layout {
    grid-template-columns: 1fr;
  }

  .release-cover-wrap {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 12px;
  }

  .home-shell,
  .content-shell,
  .music-shell,
  .release-shell {
    width: min(100%, calc(100vw - 24px));
    padding: 20px 16px 24px;
  }

  .site-title {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
    max-width: 10ch;
    white-space: normal;
    text-wrap: balance;
  }

  .nav-button,
  .contact-link,
  .imprint-link,
  .back-link {
    width: 100%;
    padding: 10px 0;
  }

  .main-nav {
    width: 100%;
    gap: 10px;
  }

  .main-nav .nav-button {
    flex: 1 1 100%;
  }

  .social-button,
  .platform-link {
    width: 46px;
    height: 46px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}