/* Lemmy V2 – Plakat-Monument oben, volle Contentbreite darunter */

body.release-v2--lemmy {
  --lemmy-pad-x: 1.15rem;
  --lemmy-axis: #F2F2F2;
  background: #0A0A0A;
  color: #F2F2F2;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.v2-lemmy {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

/* ── A. Monument ── */
.v2-lemmy__monument {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.1rem var(--lemmy-pad-x) 1.25rem;
}

.v2-lemmy__monument-side {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.v2-lemmy__art {
  display: flex;
  justify-content: center;
}

.v2-lemmy__art img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.75);
}

.v2-lemmy__art picture.release-hero__picture { display: contents; }

.v2-lemmy__by {
  margin: 0 0 0.6rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #B0B0B0;
}

.v2-lemmy__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2.7rem, 7.8vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.88;
  color: #fff;
  overflow-wrap: anywhere;
}

.v2-lemmy__date,
.v2-lemmy__countdown,
.v2-lemmy__note {
  margin: 0 0 0.35rem;
  font-size: 13px;
  color: #9A9A9A;
}

.v2-lemmy__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.5rem;
  background: #F2F2F2;
  color: #0A0A0A;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  width: 100%;
}

.v2-streams--lemmy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-streams--lemmy a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #C8C8C8;
  text-decoration: none;
  border-bottom: 1px solid #3A3A3A;
  padding: 0.15rem 0;
}

.v2-streams--lemmy a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.v2-lemmy__monument--solo {
  justify-items: start;
}

/* ── B–E. Folgeinhalt – volle Breite, verdichtet ── */
.v2-lemmy__body {
  padding: 0 var(--lemmy-pad-x) 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  border-top: 1px solid #1A1A1A;
  padding-top: 1rem;
}

/* C. Video + Presse */
.v2-lemmy__media-block {
  display: grid;
  gap: 0.85rem;
}

.v2-lemmy__press-intro {
  min-width: 0;
}

.v2-lemmy__video .v2-video--feature {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.v2-lemmy__press {
  min-width: 0;
}

.v2-lemmy__press-media {
  margin: 0 0 0.45rem;
}

.v2-lemmy__press-photo {
  width: 88px;
  height: 110px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}

.v2-lemmy__press-media figcaption {
  margin-top: 0.35rem;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7A7A7A;
}

.v2-lemmy__press-media figcaption a {
  color: #B8B8B8;
  text-decoration: none;
  border-bottom: 1px solid #444;
}

.v2-lemmy__press-media figcaption a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.v2-lemmy__block-label {
  margin: 0 0 0.35rem;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6A6A6A;
  font-weight: 600;
}

.v2-lemmy__fold p,
.v2-lemmy__story p,
.v2-lemmy .press-fold__teaser,
.v2-lemmy .press-fold__body p {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #B8B8B8;
}

.v2-lemmy__story .press-fold__body p,
.v2-lemmy__story .press-fold__teaser {
  max-width: 520px;
}

.v2-lemmy__press-fold .press-fold__teaser {
  max-width: none;
}

.v2-lemmy .press-fold__label {
  color: #C8C8C8;
  border-bottom-color: #555;
  font-size: 12px;
}

.v2-lemmy__kit {
  color: #C8C8C8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #555;
}

.v2-lemmy__kit:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.v2-lemmy__kit-wrap { margin: 0.45rem 0 0; }

/* D. Release-Text */
.v2-lemmy__story {
  max-width: 640px;
  padding-top: 0;
}

.v2-lemmy__story .v2-lemmy__block-label {
  color: #5A5A5A;
}

.v2-lemmy__story p,
.v2-lemmy__story .press-fold__teaser,
.v2-lemmy__story .press-fold__body p {
  color: #AEAEAE;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* E. Kontakt */
.v2-contact--lemmy {
  padding-top: 0.45rem;
  margin-top: 0;
  border-top: 1px solid #1A1A1A;
}

.v2-contact--lemmy .v2-contact-title {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: #6A6A6A;
  font-weight: 600;
}

.v2-contact--lemmy .v2-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.v2-contact--lemmy .v2-contact-item a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: baseline;
  text-decoration: none;
  color: #C8C8C8;
  font-size: 14px;
}

.v2-contact--lemmy .v2-contact-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6A6A6A;
  font-weight: 600;
  min-width: 5.5rem;
}

.v2-contact--lemmy .v2-contact-value {
  color: #C8C8C8;
}

.v2-contact--lemmy a:hover .v2-contact-value {
  color: #fff;
  border-bottom: 1px solid #888;
}

/* ── Desktop ── */
@media (min-width: 900px) {
  body.release-v2--lemmy {
    --lemmy-pad-x: 2.75rem;
  }

  .v2-lemmy__monument {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
    column-gap: 2.75rem;
    row-gap: 0;
    padding: 2.5rem var(--lemmy-pad-x) 2rem;
    align-items: end;
    min-height: 0;
  }

  .v2-lemmy__art {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-content: flex-start;
  }

  .v2-lemmy__art img {
    max-width: none;
    width: 100%;
  }

  .v2-lemmy__monument-side {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    border-left: 2px solid var(--lemmy-axis);
    padding-left: 1.15rem;
  }

  .v2-lemmy__monument--solo {
    grid-template-columns: 1fr;
    max-width: 36rem;
  }

  .v2-lemmy__monument--solo .v2-lemmy__monument-side {
    border-left: 0;
    padding-left: 0;
  }

  .v2-lemmy__body {
    padding-top: 1.15rem;
    gap: 1.25rem;
  }

  .v2-lemmy__media-block {
    grid-template-columns: 55fr 45fr;
    column-gap: 1.35rem;
    row-gap: 0.85rem;
    align-items: start;
  }

  .v2-lemmy__media-block > .v2-lemmy__video {
    grid-column: 1;
    grid-row: 1;
  }

  .v2-lemmy__media-block > .v2-lemmy__press {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  /* Presse-Fold geöffnet: breite Lesespalte an Video-/Content-Achse */
  .v2-lemmy__media-block {
    --mb-gap: 1.35rem;
    --press-read: 680px;
  }

  .v2-lemmy__press-fold[open] {
    display: flex;
    flex-direction: column;
  }

  .v2-lemmy__press-fold[open] .press-fold__body {
    order: 1;
    margin-left: calc((-55 / 45) * 100% - var(--mb-gap));
    width: var(--press-read);
    max-width: var(--press-read);
    margin-top: 0.25rem;
    padding-top: 0.65rem;
    border-top: 1px solid #222;
    box-sizing: border-box;
  }

  .v2-lemmy__press-fold[open] .press-fold__body p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.56;
    color: #C8C8C8;
    margin-bottom: 0.5rem;
  }

  .v2-lemmy__press-fold[open] .press-fold__summary {
    order: 2;
    margin-left: calc((-55 / 45) * 100% - var(--mb-gap));
    width: var(--press-read);
    max-width: var(--press-read);
    margin-top: 0.45rem;
    margin-bottom: 0;
  }

  .v2-lemmy__press-fold[open] + .v2-lemmy__kit-wrap {
    margin-left: calc((-55 / 45) * 100% - var(--mb-gap));
    width: var(--press-read);
    max-width: var(--press-read);
    margin-top: 0.55rem;
    margin-bottom: 0;
  }

  .v2-lemmy__press-photo {
    width: 140px;
    height: 175px;
  }

  .v2-contact--lemmy .v2-contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 2rem;
  }
}

/* ── Mobile ── */
@media (max-width: 899px) {
  .v2-lemmy__monument {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }

  .v2-lemmy__monument-side {
    display: contents;
  }

  .v2-lemmy__ident { order: 1; }
  .v2-lemmy__art { order: 2; }
  .v2-lemmy__action { order: 3; }
  .v2-lemmy__streams { order: 4; }

  .v2-lemmy__monument-side,
  .v2-lemmy__ident,
  .v2-lemmy__action,
  .v2-lemmy__streams {
    align-items: center;
    text-align: center;
  }

  .v2-lemmy__title {
    font-size: clamp(2.25rem, 9.8vw, 3.2rem);
  }

  .v2-lemmy__streams {
    display: flex;
    justify-content: center;
  }

  .v2-streams--lemmy {
    justify-content: center;
  }

  .v2-lemmy__body {
    padding-top: 0.85rem;
    gap: 1rem;
  }

  .v2-lemmy__press {
    padding-top: 0;
  }

  .v2-lemmy__press-fold[open] {
    display: flex;
    flex-direction: column;
  }

  .v2-lemmy__press-fold[open] .press-fold__body {
    order: 1;
    max-width: none;
    margin-top: 0.25rem;
    padding-top: 0;
    border-top: 0;
  }

  .v2-lemmy__press-fold[open] .press-fold__body p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.46;
    margin-bottom: 0.35rem;
  }

  .v2-lemmy__press-fold[open] .press-fold__summary {
    order: 2;
    margin-top: 0.35rem;
  }

  .v2-lemmy__press-fold[open] .press-fold__label {
    font-size: 13px;
    color: #D8D8D8;
  }

  .v2-lemmy__press-fold[open] + .v2-lemmy__kit-wrap {
    margin-top: 0.45rem;
  }
}
