:root {
  --paper: #f2f1ed;
  --paper-soft: #f7f6f1;
  --ink: #626262;
  --ink-dark: #323232;
  --line: rgba(82, 82, 82, 0.135);
  --line-strong: rgba(72, 72, 72, 0.28);
  --catalog-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    url("/assets/paper-texture.svg") center top / 360px 360px repeat,
    var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.28;
}

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

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

figure {
  margin: 0;
}

.poster-page {
  width: 100%;
  overflow-x: hidden;
}

.poster {
  position: relative;
  width: min(100%, 1366px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px clamp(28px, 5.2vw, 78px) 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 22%, rgba(255, 255, 255, 0.36), transparent 30%),
    radial-gradient(circle at 70% 72%, rgba(82, 82, 82, 0.025), transparent 26%),
    url("/assets/paper-texture.svg") center top / 360px 360px repeat,
    var(--paper);
}

.paper-layer,
.grid-layer,
.draft-line {
  position: absolute;
  pointer-events: none;
}

.paper-layer,
.grid-layer {
  inset: 0;
}

.paper-layer {
  opacity: 0.38;
  background:
    radial-gradient(circle at 54% 7%, rgba(255, 255, 255, 0.26), transparent 22%),
    radial-gradient(circle at 40% 58%, rgba(0, 0, 0, 0.022), transparent 28%);
}

.grid-layer {
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 229px 188px;
  opacity: 0.5;
}

.draft-line {
  height: 1px;
  background: var(--line-strong);
  transform-origin: 0 0;
}

.line-a {
  top: 330px;
  left: 31%;
  width: 720px;
  transform: rotate(57deg);
  opacity: 0.65;
}

.line-b {
  top: 820px;
  left: 4%;
  width: 360px;
  transform: rotate(-45deg);
  opacity: 0.65;
}

.line-c {
  bottom: 360px;
  left: 52%;
  width: 520px;
  opacity: 0.48;
}

.line-d {
  display: none;
}

.poster-title,
.room-mark,
.label-statement,
.artists-section,
.release-note,
.brand-card,
.contact-block,
.social-row {
  position: relative;
  z-index: 2;
}

.poster-title {
  display: flex;
  gap: clamp(30px, 5vw, 56px);
  margin: 0;
  color: rgba(91, 91, 91, 0.9);
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.room-mark {
  width: min(630px, 55vw);
  margin: 2px auto 0;
  transform: translateX(-7.8vw);
}

.room-mark img {
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(0.9) brightness(1.08);
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.label-statement {
  width: min(310px, 23vw);
  margin: -334px clamp(10px, 2.2vw, 30px) 260px auto;
  color: rgba(83, 83, 83, 0.9);
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(0.98rem, 1.22vw, 1.14rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.label-statement p {
  margin: 0 0 42px;
}

.artists-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 clamp(18px, 2vw, 26px);
  min-height: 710px;
  margin-top: 18px;
}

.artists-section h2 {
  grid-column: 1 / 5;
  align-self: start;
  margin: 0;
  color: #666;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(2.15rem, 3.2vw, 2.95rem);
  font-weight: 400;
  line-height: 1;
}

.artist {
  position: relative;
  color: #6d6d6d;
}

.artist img {
  width: 100%;
  filter: grayscale(1) contrast(0.86) brightness(1.04);
  mix-blend-mode: multiply;
  opacity: 0.68;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.artist h3 {
  margin: 8px 0 0;
  color: #666;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  font-weight: 400;
  line-height: 1.04;
  transition: color 180ms ease;
}

.artist:hover img {
  filter: grayscale(1) contrast(0.96) brightness(1.02);
  opacity: 0.86;
  transform: translateY(-2px);
}

.artist:hover h3 {
  color: #3f3f3f;
}

.artist-anastasiia {
  grid-column: 1 / 4;
  grid-row: 2;
  width: 88%;
  margin-top: 18px;
}

.artist-vlad {
  grid-column: 7 / 10;
  grid-row: 1 / 3;
  width: 96%;
  margin-top: 104px;
}

.artist-huseyin {
  grid-column: 4 / 7;
  grid-row: 3;
  width: 92%;
  margin-top: -34px;
}

.artist-xa4 {
  grid-column: 9 / 13;
  grid-row: 3;
  width: 62%;
  justify-self: end;
  margin-top: 8px;
}

.artist-xa4 h3 {
  position: absolute;
  left: -58px;
  top: 33%;
}

.release-note {
  width: min(520px, 90vw);
  margin: 52px auto 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(96, 96, 96, 0.13);
  text-align: center;
}

.release-note p {
  margin: 30px 0 0;
  color: rgba(91, 91, 91, 0.88);
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1;
}

.release-platforms {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.release-platforms span {
  min-width: 96px;
  padding: 9px 14px;
  border: 1px solid rgba(96, 96, 96, 0.22);
  border-radius: 0;
  color: rgba(82, 82, 82, 0.82);
  background: rgba(247, 246, 241, 0.24);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease;
}

.release-note:hover .release-platforms span {
  color: #4f4f4f;
  border-color: rgba(96, 96, 96, 0.42);
}

.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 72px;
}

.waveform span {
  width: 3px;
  min-height: 5px;
  border-radius: 4px;
  background: rgba(84, 84, 84, 0.84);
  opacity: 0.9;
}

.waveform span:nth-child(1),
.waveform span:nth-child(25) { height: 6px; }
.waveform span:nth-child(2),
.waveform span:nth-child(24) { height: 9px; }
.waveform span:nth-child(3),
.waveform span:nth-child(23) { height: 13px; }
.waveform span:nth-child(4),
.waveform span:nth-child(22) { height: 23px; }
.waveform span:nth-child(5),
.waveform span:nth-child(21) { height: 34px; }
.waveform span:nth-child(6),
.waveform span:nth-child(20) { height: 47px; }
.waveform span:nth-child(7),
.waveform span:nth-child(19) { height: 59px; }
.waveform span:nth-child(8),
.waveform span:nth-child(18) { height: 38px; }
.waveform span:nth-child(9),
.waveform span:nth-child(17) { height: 66px; }
.waveform span:nth-child(10),
.waveform span:nth-child(16) { height: 28px; }
.waveform span:nth-child(11),
.waveform span:nth-child(15) { height: 76px; }
.waveform span:nth-child(12),
.waveform span:nth-child(14) { height: 52px; }
.waveform span:nth-child(13) { height: 88px; }

.outline-room {
  display: none;
}

.brand-card {
  width: clamp(154px, 15vw, 190px);
  height: auto;
  margin: 112px 0 0 clamp(70px, 9vw, 126px);
}

.brand-card img {
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(0.96);
  mix-blend-mode: multiply;
}

.contact-block {
  width: min(390px, 38vw);
  margin: -82px clamp(40px, 10vw, 128px) 0 auto;
  padding-top: 19px;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  color: rgba(92, 92, 92, 0.82);
  font-size: 15px;
  line-height: 1.22;
}

.contact-block p {
  margin: 0 0 7px;
}

.email-link {
  display: inline-block;
  margin-top: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(96, 96, 96, 0.26);
  color: rgba(82, 82, 82, 0.82);
  transition: border-color 160ms ease, color 160ms ease;
}

.email-link:hover {
  color: #303030;
  border-color: rgba(48, 48, 48, 0.62);
}

.social-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: min(390px, 38vw);
  margin: 24px clamp(40px, 10vw, 128px) 0 auto;
  color: rgba(92, 92, 92, 0.78);
  line-height: 1;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: rgba(92, 92, 92, 0.78);
  transition: color 160ms ease, transform 160ms ease;
}

.social-row a:hover {
  color: #303030;
  transform: translateY(-1px);
}

.social-row svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 22px clamp(20px, 6vw, 64px);
  color: var(--ink-dark);
  background:
    linear-gradient(rgba(244, 243, 239, 0.82), rgba(244, 243, 239, 0.82)),
    url("/assets/paper-texture.svg") center / 360px 360px repeat;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.wordmark {
  color: #4f4f4f;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
}

.top-nav {
  display: flex;
  gap: 32px;
  color: #606060;
  font-size: 16px;
}

.catalog-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.62), transparent 28%),
    url("/assets/paper-texture.svg") center top / 360px 360px repeat,
    var(--paper);
}

.catalog-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 229px 188px;
  opacity: 0.48;
}

.catalog-shell {
  width: min(var(--catalog-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
}

.catalog-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line-strong);
}

.eyebrow {
  margin: 0 0 24px;
  color: #686868;
  font-size: 28px;
}

.catalog-hero h1 {
  margin: 0;
  color: var(--ink-dark);
  font-size: 96px;
  font-weight: 400;
  line-height: 0.95;
}

.catalog-hero p:last-child {
  margin: 0 0 10px;
  color: #626262;
  font-size: 20px;
  line-height: 1.28;
}

.listening-room {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  gap: 46px;
  align-items: start;
  margin-top: 34px;
}

.track-index {
  border-top: 1px solid rgba(82, 82, 82, 0.26);
}

.track-row {
  width: 100%;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 72px;
  gap: 18px;
  align-items: baseline;
  padding: 24px 0;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid rgba(82, 82, 82, 0.2);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.track-row span {
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
}

.track-row strong {
  color: var(--ink-dark);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.track-row em {
  color: #777;
  font-size: 14px;
  font-style: normal;
  text-align: right;
}

.track-row:hover strong,
.track-row.is-active strong {
  color: #111;
}

.track-row.is-active {
  border-bottom-color: rgba(48, 48, 48, 0.5);
}

.listening-panel {
  position: sticky;
  top: 112px;
  min-height: 358px;
  padding: 30px;
  border: 1px solid rgba(82, 82, 82, 0.26);
  background:
    linear-gradient(rgba(244, 243, 239, 0.7), rgba(244, 243, 239, 0.82)),
    url("/assets/paper-texture.svg") center / 360px 360px repeat;
}

.listening-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(82, 82, 82, 0.12);
  pointer-events: none;
}

.panel-kicker,
.panel-empty {
  color: #777;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.listening-panel h2 {
  position: relative;
  margin: 36px 0 10px;
  color: var(--ink-dark);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.02;
}

.listening-panel p {
  position: relative;
  margin: 0 0 34px;
  color: #666;
  font-size: 18px;
}

.listening-panel iframe {
  position: relative;
  display: block;
  border: 0;
  border-radius: 8px;
  background: #151515;
}

@media (max-width: 900px) {
  .poster {
    padding: 24px 20px 58px;
  }

  .poster-title {
    gap: 30px;
    font-size: 34px;
  }

  .room-mark {
    width: min(calc(100vw - 52px), 420px);
    margin: 22px 50% 0;
    transform: translateX(-50%);
  }

  .label-statement {
    width: min(100%, 322px);
    margin: 22px 0 58px;
    font-size: 14px;
    line-height: 1.14;
    overflow-wrap: break-word;
  }

  .label-statement p {
    margin-bottom: 22px;
  }

  .artists-section {
    display: block;
    min-height: 0;
    margin-top: 0;
  }

  .artists-section h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .artist {
    width: min(70vw, 266px);
    margin: 0 auto 44px;
  }

  .artist img {
    width: 100%;
  }

  .artist h3,
  .artist-xa4 h3 {
    position: relative;
    inset: auto;
    margin-top: 8px;
    text-align: center;
    font-size: 19px;
  }

  .artist-anastasiia {
    width: min(76vw, 286px);
    margin-left: auto;
    margin-right: 0;
  }

  .artist-vlad {
    width: min(70vw, 266px);
    margin-left: auto;
    margin-right: auto;
  }

  .artist-huseyin {
    width: min(70vw, 266px);
    margin-left: 10vw;
    margin-right: auto;
  }

  .artist-xa4 {
    width: min(70vw, 266px);
    margin-left: auto;
    margin-right: 0;
  }

  .release-note {
    margin-top: 46px;
    width: min(100%, 340px);
  }

  .release-platforms {
    gap: 8px;
  }

  .release-platforms span {
    min-width: 0;
    padding: 8px 12px;
    font-size: 11px;
  }

  .brand-card {
    width: 156px;
    height: auto;
    margin: 70px auto 0;
  }

  .contact-block {
    width: min(100%, 360px);
    margin: 42px 0 0;
    padding-top: 18px;
    font-size: 14px;
  }

  .social-row {
    width: 100%;
    justify-content: center;
    margin: 34px 0 0;
  }

  .catalog-shell {
    width: min(100% - 28px, var(--catalog-width));
    padding-top: 54px;
  }

  .catalog-hero,
  .listening-room {
    grid-template-columns: 1fr;
  }

  .catalog-hero h1 {
    font-size: 56px;
  }

  .listening-panel {
    position: relative;
    top: auto;
    padding: 22px;
  }

  .track-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .track-row em {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .poster-title {
    font-size: 32px;
  }

  .release-note p {
    font-size: 15px;
  }

  .release-platforms {
    flex-wrap: wrap;
  }

  .site-header {
    min-height: 64px;
    padding: 18px 20px;
  }

  .wordmark {
    font-size: 22px;
  }

  .top-nav {
    gap: 18px;
    font-size: 15px;
  }

  .top-nav a[href="mailto:vrl@voidroomlabel.com"] {
    display: none;
  }

  .listening-panel h2 {
    font-size: 32px;
  }
}

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