:root {
  color-scheme: dark;
  --bg: #050505;
  --fg: #f4f4f0;
  --muted: #a5a5a0;
  --line: rgba(255, 255, 255, 0.18);
  --panel: rgba(8, 8, 8, 0.72);
  --accent: #ffffff;
  --steel: #7e8790;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--fg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.spectrum {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.34;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
  will-change: contents;
}

.cursor-light {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 62%);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.noise-layer {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-stretch: condensed;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.brand span:last-child {
  font-weight: 650;
  letter-spacing: 0.18em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--fg);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.68);
}

.language-switcher button,
.language-switcher a {
  display: inline-flex;
  min-width: 34px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"],
.language-switcher a[aria-current="page"],
.language-switcher button:hover,
.language-switcher a:hover {
  background: var(--fg);
  color: #050505;
}

main {
  position: relative;
  z-index: 4;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 94vh;
  overflow: hidden;
}

.hero-inner,
.signal-panel {
  position: relative;
  z-index: 2;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/assets/artemnerox-hero.png");
  background-image: image-set(
    url("/assets/artemnerox-hero.webp") type("image/webp"),
    url("/assets/artemnerox-hero.png") type("image/png")
  );
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.1) brightness(0.86);
  transform: scale(1.02);
  transition: transform 280ms ease-out;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.16) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 62%, #050505 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px);
}

.hero-inner {
  z-index: 10;
  align-self: center;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 84px;
}

.hero-inner::before {
  position: absolute;
  inset: 54px -18px -20px -24px;
  z-index: -1;
  background: radial-gradient(ellipse at 40% 46%, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.78) 52%, transparent 76%);
  content: "";
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(58px, 11vw, 152px);
  line-height: 0.86;
  text-transform: uppercase;
}

.glitch-title {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.glitch-char {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  animation: letter-jitter 1760ms steps(2, end) infinite;
  animation-delay: calc(var(--char-index, 0) * -96ms);
  will-change: transform, opacity;
}

.glitch-char:nth-child(3n + 1) {
  animation-duration: 1480ms;
}

.glitch-char:nth-child(3n + 2) {
  animation-duration: 2080ms;
}

.hero:hover .glitch-char {
  animation-duration: 760ms;
}

.glitch-title::before,
.glitch-title::after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--fg);
  content: attr(data-text);
  pointer-events: none;
  opacity: 0;
}

.glitch-title::before {
  transform: translate(2px, 0);
  clip-path: inset(0 0 54% 0);
}

.glitch-title::after {
  transform: translate(-2px, 0);
  clip-path: inset(58% 0 0 0);
}

.hero:hover .glitch-title::before,
.hero:hover .glitch-title::after {
  animation: glitch 820ms steps(2, end) infinite;
  opacity: 0.42;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.35;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 12;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.72), transparent);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--fg);
  background: rgba(0, 0, 0, 0.88);
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    background-color 170ms ease,
    color 170ms ease,
    border-color 170ms ease,
    transform 170ms ease;
  cursor: pointer;
}

.button-primary {
  background: var(--fg);
  color: #050505;
}

.button-primary:hover,
.button-ghost:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #050505;
  transform: translateY(-2px);
}

.scanner {
  position: relative;
  display: grid;
  width: min(360px, calc(100% - 36px));
  gap: 10px;
  margin-top: clamp(28px, 5vh, 58px);
  padding-top: 16px;
  border-top: 1px solid var(--line);
  z-index: 12;
  padding-bottom: 12px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.78), transparent);
}

.scanner span,
.audio-dock span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.scanner strong {
  font-size: 13px;
  text-transform: uppercase;
}

.scanner-bars,
.dock-wave {
  display: flex;
  height: 44px;
  align-items: end;
  gap: 7px;
}

.scanner-bars i,
.dock-wave i {
  display: block;
  width: 100%;
  min-width: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.12));
  transform-origin: bottom;
  animation: meter 920ms ease-in-out infinite;
}

.scanner-bars i:nth-child(2),
.dock-wave i:nth-child(2) {
  animation-delay: 110ms;
}

.scanner-bars i:nth-child(3),
.dock-wave i:nth-child(3) {
  animation-delay: 220ms;
}

.scanner-bars i:nth-child(4),
.dock-wave i:nth-child(4) {
  animation-delay: 330ms;
}

.scanner-bars i:nth-child(5),
.dock-wave i:nth-child(5) {
  animation-delay: 440ms;
}

.scanner-bars i:nth-child(6) {
  animation-delay: 550ms;
}

.scanner-bars i:nth-child(7) {
  animation-delay: 660ms;
}

.scanner-bars i:nth-child(8) {
  animation-delay: 770ms;
}

.signal-panel {
  position: absolute;
  z-index: 10;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(24px, 6vh, 72px);
  display: grid;
  width: min(520px, calc(100% - 36px));
  max-width: calc(100% - 36px);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.96));
  backdrop-filter: blur(8px);
}

.signal-panel div {
  display: grid;
  gap: 6px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.signal-panel span,
.release span,
.footer {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-brand {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.14em;
}

.signal-panel strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: break-word;
  white-space: normal;
}

.section {
  position: relative;
  z-index: 10;
  padding: clamp(78px, 10vw, 138px) clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.92)),
    #050505;
}

.section-heading {
  display: grid;
  max-width: 920px;
  gap: 2px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

h2 {
  max-width: 890px;
  margin-bottom: 0;
  font-size: clamp(34px, 5.6vw, 78px);
  line-height: 0.95;
  text-transform: uppercase;
}

.sound-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.sound-grid article {
  position: relative;
  min-height: 270px;
  padding: 28px clamp(18px, 2.5vw, 34px) 32px 0;
  border-right: 1px solid var(--line);
  overflow: hidden;
  background: rgba(5, 5, 5, 0.82);
}

.sound-grid article:last-child {
  border-right: 0;
}

.track-number,
.release-index {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: uppercase;
}

.sound-grid p,
.release p {
  max-width: 340px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.micro-wave {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 0;
  height: 72px;
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 18px);
  mask-image: linear-gradient(180deg, transparent, #000 40%, transparent);
  transform: skewY(-4deg);
}

.release-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  align-items: stretch;
  gap: 12px;
}

.release-card {
  display: grid;
  grid-template-rows: minmax(0, auto) 1fr;
  min-width: 0;
  background: rgba(5, 5, 5, 0.96);
  transform-style: preserve-3d;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.release-card:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38), 0 18px 80px rgba(255, 255, 255, 0.07);
}

.cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  object-fit: contain;
  background: #090909;
  isolation: isolate;
  filter: grayscale(0.2) contrast(1.08);
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.release-card:hover .cover {
  filter: grayscale(0) contrast(1.16);
  transform: none;
}

.featured-release {
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(220px, 1fr);
  border: 1px solid var(--line);
}

.featured-cover {
  height: auto;
  max-height: none;
}

.featured-copy {
  display: grid;
  grid-template-rows: auto auto minmax(48px, 1fr) auto auto;
  align-content: stretch;
  gap: 10px;
  padding: 16px;
}

.release-kicker,
.release-group-label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.featured-copy h3 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 0.98;
}

.featured-copy .release-description {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  align-self: end;
  gap: 10px;
}

.featured-actions .preview-button {
  width: fit-content;
  max-width: 100%;
}

.campaign-link {
  border-color: var(--fg);
  background: var(--fg);
  color: #050505;
}

.campaign-link:hover {
  background: transparent;
  color: var(--fg);
}

.release-filter-bar {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -26px 0 clamp(28px, 4vw, 44px);
}

.release-filter {
  display: inline-flex;
  min-height: 34px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 12px;
  background: rgba(5, 5, 5, 0.92);
  color: var(--fg);
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 170ms ease,
    border-color 170ms ease,
    color 170ms ease;
}

.release-filter:hover,
.release-filter.active {
  border-color: var(--fg);
  background: var(--fg);
  color: #050505;
}

.release-card[hidden] {
  display: none !important;
}

.release-groups {
  display: contents;
}

.release-group {
  display: contents;
}

.release-group-heading {
  display: none;
}

.compact-release-grid {
  display: contents;
}

.release-mini {
  grid-template-rows: auto minmax(220px, 1fr);
  align-items: stretch;
  height: 100%;
  border: 1px solid var(--line);
}

.mini-cover {
  height: auto;
  max-height: none;
}

.mini-copy {
  display: grid;
  grid-template-rows: auto auto minmax(48px, 1fr) auto auto;
  align-content: stretch;
  gap: 10px;
  padding: 16px;
}

.mini-copy h3 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 0.98;
}

.mini-copy .release-description {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.mini-copy .preview-button {
  width: fit-content;
  max-width: 100%;
  align-self: end;
}

.featured-copy .release-links,
.mini-copy .release-links {
  min-height: 30px;
  align-self: end;
}

.cover::before,
.cover::after {
  position: absolute;
  content: "";
}

.cover span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 950;
}

.cover-black-signal {
  background:
    linear-gradient(130deg, transparent 0 42%, rgba(255, 255, 255, 0.92) 43%, transparent 45%),
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.2), transparent 23%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px),
    #050505;
}

.cover-black-signal::before {
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  transform: skewX(-12deg);
}

.cover-black-signal::after {
  right: 12%;
  bottom: -12%;
  width: 28%;
  height: 84%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(18deg);
  filter: blur(1px);
}

.cover-neon-drift {
  background:
    radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(145deg, rgba(126, 135, 144, 0.45), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 22px),
    #070707;
}

.cover-neon-drift::before {
  left: 12%;
  top: 22%;
  width: 76%;
  height: 32%;
  border: 2px solid rgba(255, 255, 255, 0.68);
  transform: perspective(240px) rotateX(58deg) rotateZ(-8deg);
}

.cover-neon-drift::after {
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-30%) rotate(18deg);
}

.cover-after-rain {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent 42%),
    radial-gradient(circle at 58% 72%, rgba(255, 255, 255, 0.18), transparent 24%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px),
    #040404;
}

.cover-after-rain::before {
  left: 18%;
  right: 18%;
  bottom: 20%;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 -42px 0 rgba(255, 255, 255, 0.22),
    0 -84px 0 rgba(255, 255, 255, 0.12);
}

.cover-after-rain::after {
  left: 38%;
  top: 12%;
  width: 14%;
  height: 76%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: rotate(12deg);
}

.release-meta {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 12px;
  min-height: 142px;
  align-content: start;
  padding: 16px;
}

.release-index {
  margin: 0;
  width: fit-content;
  min-width: 42px;
  padding: 0 6px;
}

.release-index.upcoming {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 9px;
  line-height: 1;
}

.release-meta h3 {
  margin-bottom: 3px;
  font-size: clamp(20px, 1.55vw, 27px);
  line-height: 1;
}

.release-meta p {
  font-size: 12px;
  line-height: 1.35;
}

.release-meta > span {
  grid-column: 2;
}

.track-previews {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
}

.release-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.release-links a {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid var(--line);
  color: var(--fg);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    background-color 170ms ease,
    color 170ms ease;
}

.release-links a:hover {
  background: var(--fg);
  color: #050505;
}

.preview-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid var(--fg);
  background: transparent;
  color: var(--fg);
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  padding: 0 10px;
  transition:
    background-color 170ms ease,
    color 170ms ease;
}

.preview-button::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0 3px, transparent 3px 9px);
  content: "";
  opacity: 0;
  transform: translateY(4px);
}

.preview-button span {
  min-width: 18px;
  color: var(--accent);
}

.preview-button:hover,
.preview-button.active {
  background: var(--accent);
  color: #050505;
}

.preview-button.active::after {
  animation: preview-meter 520ms steps(5, end) infinite;
  opacity: 1;
  transform: translateY(0);
}

.smart-preview {
  text-decoration: none;
}

.smart-preview::after {
  opacity: 0.45;
  transform: translateY(0);
}

.smart-preview:hover::after {
  background: repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0 3px, transparent 3px 9px);
}

.release-card.playing {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72), 0 24px 90px rgba(255, 255, 255, 0.1);
}

.release-card.playing .cover {
  filter: grayscale(0) contrast(1.22) brightness(1.08);
}

.about-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 38%),
    linear-gradient(180deg, #050505, #080808);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: clamp(28px, 4vw, 44px);
}

.about-grid p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(20px, 2.4vw, 31px);
  line-height: 1.35;
}

.about-facts {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-facts span {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.platforms-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.94)),
    #070707;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.platform {
  display: grid;
  min-height: 154px;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.9);
  transition:
    background-color 170ms ease,
    color 170ms ease,
    transform 170ms ease;
}

.platform:hover {
  background: var(--fg);
  color: #050505;
  transform: translateY(-4px);
}

.platform-mark {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.platform-mark svg {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.platform-mark circle,
.platform-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.platform-mark circle,
.apple path,
.youtube path:first-child,
.bandcamp path,
.beatport path,
.deezer path,
.tidal path,
.yandex path,
.vk path,
.audiomack path {
  fill: currentColor;
  stroke: none;
}

.youtube path:last-child {
  fill: #050505;
  stroke: none;
}

.platform:hover .youtube path:last-child {
  fill: var(--fg);
}

.platform strong {
  font-size: 15px;
  text-transform: uppercase;
}

.seo-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.94)),
    #050505;
}

.seo-copy {
  display: grid;
  max-width: 980px;
  gap: 18px;
}

.seo-copy h2 {
  max-width: 820px;
}

.seo-copy p:last-child {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
}

.release-page-main {
  min-height: 100vh;
  padding-top: 86px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

.release-hero-page {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 8vw, 96px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.release-page-cover {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: #090909;
  object-fit: contain;
  box-shadow: 0 28px 120px rgba(255, 255, 255, 0.08);
}

.release-page-copy {
  display: grid;
  gap: 20px;
}

.release-page-copy h1 {
  max-width: 940px;
  font-size: clamp(52px, 8.6vw, 132px);
  line-height: 0.9;
  text-transform: uppercase;
}

.release-page-description {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.38;
}

.release-page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.release-page-meta span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.release-page-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fg);
  padding: 0 14px;
  color: var(--fg);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.release-page-actions a:first-child {
  background: var(--fg);
  color: #050505;
}

.release-page-actions a:hover {
  background: var(--fg);
  color: #050505;
}

.release-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.release-detail-section h2 {
  max-width: 740px;
  font-size: clamp(31px, 4.8vw, 72px);
}

.release-detail-section p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
}

.release-facts {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.release-facts div {
  display: grid;
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.release-facts span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-facts strong {
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
}

.release-next-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px);
}

.release-next-heading {
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px) 0;
}

.release-next-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
  color: var(--fg);
}

.release-next-card img {
  width: 100%;
  aspect-ratio: 1;
  background: #090909;
  object-fit: contain;
}

.release-next-card span {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 96px;
  padding: 14px;
}

.release-next-card strong {
  font-size: 14px;
  text-transform: uppercase;
}

.release-next-card small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.epk-main {
  min-height: 100vh;
  padding-top: 86px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 38%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

.epk-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: auto;
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.epk-hero-copy {
  display: grid;
  gap: 20px;
}

.epk-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
}

.epk-hero-copy p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.4;
}

.epk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.epk-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fg);
  padding: 0 14px;
  color: var(--fg);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.epk-actions a:first-child {
  background: var(--fg);
  color: #050505;
}

.epk-actions a:hover {
  background: var(--fg);
  color: #050505;
}

.epk-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #090909;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 120px rgba(255, 255, 255, 0.08);
}

.epk-section {
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.epk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.54fr);
  gap: clamp(28px, 5vw, 72px);
}

.epk-copy {
  display: grid;
  max-width: 920px;
  gap: 18px;
}

.epk-copy h2 {
  max-width: 820px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}

.epk-copy p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
}

.epk-facts {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.epk-facts div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.epk-facts span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.epk-facts strong {
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
}

.epk-section .section-heading {
  margin-bottom: 18px;
}

.epk-section .release-next-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 0;
}

.epk-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.epk-card {
  display: grid;
  min-height: 128px;
  align-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  padding: 18px;
  background: rgba(5, 5, 5, 0.92);
}

.epk-card strong {
  font-size: 17px;
  line-height: 1.05;
  text-transform: uppercase;
}

.epk-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.epk-assets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.epk-asset {
  display: grid;
  min-height: 156px;
  align-content: space-between;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
}

.epk-asset img {
  display: none;
}

.epk-asset div {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.epk-asset strong {
  text-transform: uppercase;
}

.epk-asset a {
  width: fit-content;
}

.epk-section .release-next-card {
  grid-template-rows: 1fr;
  min-height: 132px;
}

.epk-section .release-next-card img {
  display: none;
}

.epk-section .release-next-card span {
  min-height: auto;
}

@media (max-width: 1180px) {
  .epk-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .epk-photo {
    max-width: 760px;
  }
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
    #050505;
}

.contact-copy h2 {
  max-width: 820px;
}

.contact-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--fg);
  font-size: clamp(18px, 2.3vw, 28px);
  font-weight: 850;
}

.contact-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.contact-actions .button {
  width: fit-content;
}

.footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #050505;
}

.audio-dock {
  position: fixed;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 92px auto;
  align-items: center;
  gap: 18px;
  width: min(560px, calc(100% - 32px));
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 90px rgba(0, 0, 0, 0.44);
}

.audio-dock[hidden] {
  display: none;
}

.audio-dock strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
}

.audio-dock button {
  min-height: 38px;
  border: 1px solid var(--fg);
  background: var(--fg);
  color: #050505;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

@keyframes meter {
  0%,
  100% {
    height: 18%;
  }

  50% {
    height: 96%;
  }
}

@keyframes glitch {
  0% {
    transform: translate(0);
  }

  28% {
    transform: translate(3px, -1px);
  }

  54% {
    transform: translate(-4px, 1px);
  }

  76% {
    transform: translate(2px, 2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes letter-jitter {
  0%,
  72%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  76% {
    opacity: 0.92;
    transform: translate3d(1px, -1px, 0);
  }

  80% {
    opacity: 1;
    transform: translate3d(-1px, 1px, 0);
  }

  84% {
    opacity: 0.96;
    transform: translate3d(2px, 0, 0);
  }

  88% {
    opacity: 1;
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes preview-meter {
  0% {
    clip-path: inset(0 82% 0 0);
  }

  25% {
    clip-path: inset(0 54% 0 0);
  }

  50% {
    clip-path: inset(0 18% 0 0);
  }

  75% {
    clip-path: inset(0 36% 0 0);
  }

  100% {
    clip-path: inset(0 8% 0 0);
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    gap: 14px;
  }

  .language-switcher {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding-bottom: 32px;
  }

  .hero-media {
    background-image: url("/assets/artemnerox-hero.png");
    background-image: image-set(
      url("/assets/artemnerox-hero-mobile.webp") type("image/webp"),
      url("/assets/artemnerox-hero.png") type("image/png")
    );
    background-position: 64% center;
    filter: grayscale(1) contrast(1.12) brightness(0.72);
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.28) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 58%, #050505 100%),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 72px);
  }

  .hero-inner {
    align-self: start;
    margin-top: 108px;
  }

  .signal-panel {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 18px;
    padding: 0 2px;
  }

  .scanner {
    width: auto;
    margin-right: 18px;
    margin-top: 28px;
  }

  .sound-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sound-grid article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .track-number {
    margin-bottom: 28px;
  }

  .release-meta {
    min-height: auto;
  }

  .featured-release,
  .release-groups {
    grid-template-columns: 1fr;
  }

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

  .release-hero-page,
  .release-detail-section,
  .epk-hero,
  .epk-grid {
    grid-template-columns: 1fr;
  }

  .release-page-main,
  .epk-main {
    padding-top: 116px;
  }

  .epk-hero {
    min-height: auto;
  }

  .featured-cover {
    min-height: auto;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-actions {
    justify-items: start;
  }

  .footer {
    flex-direction: column;
  }

  .audio-dock {
    grid-template-columns: 1fr auto;
  }

  .dock-wave {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-top: 16px;
  }

  .nav-links {
    display: none;
  }

  .language-switcher {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: 48px;
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 34ch;
    font-size: 17px;
  }

  h2 {
    font-size: 31px;
    line-height: 1;
  }

  .button {
    width: 100%;
  }

  .release-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: -18px;
  }

  .release-filter {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 8px;
  }

  .release-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .release-card,
  .featured-release,
  .release-mini {
    grid-template-rows: auto minmax(160px, 1fr);
  }

  .featured-copy,
  .mini-copy {
    grid-template-rows: auto auto minmax(40px, 1fr) auto auto;
    gap: 7px;
    padding: 10px;
  }

  .featured-copy h3,
  .mini-copy h3 {
    font-size: 16px;
    line-height: 1;
  }

  .featured-copy .release-description,
  .mini-copy .release-description {
    display: none;
  }

  .release-links {
    gap: 4px;
    margin-top: 2px;
  }

  .release-links a {
    min-height: 26px;
    padding: 0 6px;
    font-size: 8px;
  }

  .release-links a:not(:first-child) {
    display: none;
  }

  .preview-button {
    min-height: 30px;
    gap: 5px;
    padding: 0 7px;
    font-size: 8px;
  }

  .preview-button span:first-child {
    display: none;
  }

  .release-page-main .release-next-card {
    grid-template-rows: 1fr;
    min-height: 132px;
  }

  .release-page-main .release-next-card img {
    display: none;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 20px;
  }

  .featured-actions .preview-button {
    width: 100%;
  }

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

  .mini-cover {
    min-height: auto;
  }

  .cover {
    max-height: none;
  }

  .release-meta {
    padding: 14px;
  }

  .release-links a {
    min-height: 30px;
    padding: 0 8px;
  }

  .cursor-light {
    display: none;
  }
}

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