:root {
  color-scheme: dark;
  --ink: #000;
  --black: #050505;
  --panel: #0b0b0b;
  --panel-2: #111;
  --line: #2f2f2f;
  --line-strong: #666;
  --muted: #999;
  --paper: #f2f2f2;
  --signal: #d8ff35;
  --danger: #ff5a5f;
  --nav-height: 72px;
  --page-pad: 42px;
  --content-max: 1460px;
  --ease: cubic-bezier(.2,.75,.15,1);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  background: var(--ink);
  color: var(--paper);
  scroll-behavior: smooth;
  scrollbar-color: var(--line-strong) var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--black);
  background-size: 48px 48px;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  content: "";
  opacity: .15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-frame {
  min-height: 100vh;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: var(--nav-height);
  border-bottom: 1px solid rgba(242,242,242,.16);
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(18px);
}

.site-nav__inner {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  width: min(100%, var(--content-max));
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: 196px;
  height: 48px;
  overflow: hidden;
}

.brand-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.primary-nav a {
  position: relative;
  padding: 26px 0 22px;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--paper);
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cart-link,
.menu-toggle {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--paper);
  background: rgba(0,0,0,.55);
  cursor: pointer;
}

.cart-link {
  grid-auto-flow: column;
  gap: 8px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
}

.menu-toggle {
  display: none;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 19px;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform .25s var(--ease);
}

.menu-toggle {
  gap: 5px;
}

main {
  min-height: 70vh;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b8b8b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.display {
  max-width: 1060px;
  margin-top: 20px;
  font-size: 84px;
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
}

.display--compact {
  font-size: 64px;
  line-height: .95;
}

.lede {
  max-width: 700px;
  color: #c5c5c5;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.section-shell {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.page-hero {
  display: grid;
  align-items: end;
  min-height: 520px;
  padding-top: calc(var(--nav-height) + 70px);
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 80px;
  align-items: end;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 0 var(--page-pad) 70px;
}

.page-hero__number {
  color: #303030;
  font-size: 150px;
  font-weight: 900;
  line-height: .8;
  text-align: right;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 86svh;
  padding-top: var(--nav-height);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) brightness(.72);
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.3) 48%, rgba(0,0,0,.55) 100%),
    linear-gradient(0deg, rgba(0,0,0,.8) 0%, transparent 55%, rgba(0,0,0,.45) 100%);
}

.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  content: "";
  background: rgba(255,255,255,.22);
  box-shadow: -370px 0 rgba(255,255,255,.08), 370px 0 rgba(255,255,255,.08);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 780px) 1fr;
  gap: 60px;
  align-items: end;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 90px var(--page-pad) 44px;
}

.hero__logo {
  width: min(430px, 100%);
  margin-bottom: 24px;
  mix-blend-mode: screen;
}

.hero__copy {
  max-width: 680px;
}

.hero__copy h1 {
  max-width: 690px;
  margin-top: 22px;
  font-size: 64px;
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
}

.hero__copy p {
  max-width: 590px;
  margin-top: 24px;
  color: #d0d0d0;
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.28);
}

.hero__stat {
  min-height: 106px;
  padding: 18px;
  background: rgba(0,0,0,.68);
}

.hero__stat span {
  display: block;
  color: #8d8d8d;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__stat strong {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--paper);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}

.button--ghost {
  color: var(--paper);
  background: rgba(0,0,0,.4);
  border-color: #666;
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.button--signal {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.button[disabled] {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.ticker {
  height: 54px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker 26s linear infinite;
}

.ticker__group {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  min-width: 100vw;
}

.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__item::after {
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
  transform: rotate(-38deg);
}

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

.focus-item {
  position: relative;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.82);
}

.focus-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease);
}

.focus-item:hover::before {
  transform: scaleX(1);
}

.focus-item__number {
  color: #555;
  font-size: 12px;
  font-weight: 800;
}

.focus-item h3 {
  margin-top: 96px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.focus-item p {
  margin-top: 18px;
  color: #989898;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 60px;
  align-items: end;
}

.section-heading h2 {
  max-width: 850px;
  margin-top: 16px;
  font-size: 56px;
  line-height: .96;
  text-transform: uppercase;
}

.section-heading p {
  color: #9e9e9e;
  font-family: Arial, sans-serif;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.release-card {
  position: relative;
  min-width: 0;
  background: #070707;
}

.release-card__visual {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    linear-gradient(135deg, #1b1b1b, #050505 55%, #2a2a2a);
}

.release-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter .45s ease, transform .65s var(--ease);
}

.release-card:hover .release-card__visual img {
  filter: grayscale(.15);
  transform: scale(1.025);
}

.release-card__fallback {
  position: absolute;
  inset: 0;
  background: url("assets/obliq-identity-strip.webp") left center / 500% 100% no-repeat;
}

.release-card__fallback::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.5));
}

.release-card__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 22px;
}

.release-card__catalog {
  color: #737373;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.release-card h3 {
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.release-card__artist {
  margin-top: 8px;
  color: #9d9d9d;
  font-size: 13px;
}

.release-card__price {
  color: var(--paper);
  font-size: 18px;
  font-weight: 900;
}

.release-card--empty {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 410px;
}

.release-card--empty .release-card__visual {
  aspect-ratio: auto;
  min-height: 410px;
}

.release-card--empty .release-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
}

.release-card--empty h3 {
  font-size: 44px;
}

.manifesto {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.manifesto__mark {
  display: grid;
  place-items: center;
  min-height: 520px;
  border-right: 1px solid #c9c9c9;
}

.manifesto__mark img {
  width: 76%;
  filter: invert(1);
  mix-blend-mode: multiply;
}

.manifesto__copy {
  align-self: center;
  max-width: 980px;
  padding: 70px var(--page-pad) 70px 0;
}

.manifesto__copy p {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.manifesto__copy small {
  display: block;
  max-width: 660px;
  margin-top: 30px;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.identity-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.identity-gallery img {
  width: 100%;
  height: clamp(260px, 34vw, 520px);
  object-fit: contain;
  filter: grayscale(1) contrast(1.04);
}

.radio-console {
  position: fixed;
  top: calc(var(--nav-height) + 18px);
  right: 18px;
  bottom: auto;
  z-index: 95;
  display: grid;
  grid-template-columns: 42px minmax(104px, auto) 46px 110px auto;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 8px 10px;
  border: 1px solid #373737;
  color: var(--paper);
  background: rgba(5,5,5,.96);
  box-shadow: 0 18px 50px rgba(0,0,0,.48);
  backdrop-filter: blur(12px);
}

.radio-console__signal {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  height: 24px;
}

.radio-console__signal i {
  width: 3px;
  height: 7px;
  background: #555;
}

.radio-console__signal i:nth-child(2) { height: 14px; }
.radio-console__signal i:nth-child(3) { height: 21px; }
.radio-console__signal i:nth-child(4) { height: 11px; }
.radio-console[data-state="playing"] .radio-console__signal i {
  background: var(--signal);
  animation: radio-meter .8s ease-in-out infinite alternate;
}
.radio-console[data-state="playing"] .radio-console__signal i:nth-child(2) { animation-delay: -.35s; }
.radio-console[data-state="playing"] .radio-console__signal i:nth-child(3) { animation-delay: -.55s; }

.radio-console__identity {
  display: grid;
  gap: 4px;
  text-transform: uppercase;
}

.radio-console__identity span { font-size: 13px; font-weight: 900; }
.radio-console__identity strong { color: #777; font-size: 9px; letter-spacing: .12em; }
.radio-console[data-state="playing"] .radio-console__identity strong { color: var(--signal); }
.radio-console[data-state="error"] .radio-console__identity strong { color: var(--danger); }

.radio-console__play {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--paper);
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.radio-console__volume input {
  width: 110px;
  accent-color: var(--paper);
}

.radio-console__link {
  padding: 0 6px;
  color: #8b8b8b;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.promo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 560px);
  gap: 80px;
  align-items: end;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 92px var(--page-pad);
}

.promo-band h2 {
  margin-top: 16px;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid var(--paper);
}

.inline-form input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: transparent;
  font-family: Arial, sans-serif;
  outline: none;
}

.inline-form button {
  min-width: 140px;
  height: 56px;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.form-status.is-success {
  color: var(--signal);
}

.form-status.is-error {
  color: var(--danger);
}

.artist-list {
  margin-top: 70px;
  border-top: 1px solid var(--line);
}

.artist-row {
  display: grid;
  grid-template-columns: 68px minmax(220px, .8fr) minmax(300px, 1.4fr) 100px;
  gap: 34px;
  align-items: center;
  min-height: 178px;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}

.artist-row:hover {
  background: rgba(255,255,255,.035);
}

.artist-row__index {
  color: #656565;
  font-size: 12px;
  font-weight: 800;
}

.artist-row h2 {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.artist-row p {
  color: #a7a7a7;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.artist-row__image {
  width: 82px;
  height: 82px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #191919;
}

.artist-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.empty-roster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 70px;
  align-items: end;
  min-height: 430px;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
}

.empty-roster h2 {
  max-width: 760px;
  font-size: 56px;
  line-height: .95;
  text-transform: uppercase;
}

.empty-roster img {
  width: 100%;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 70px;
  background: var(--line);
  border: 1px solid var(--line);
}

.partner-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 26px;
  align-items: center;
  min-height: 180px;
  padding: 28px;
  background: #070707;
}

.partner-item__logo {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  background: #111;
}

.partner-item__logo img {
  max-width: 72px;
  max-height: 72px;
  filter: grayscale(1);
}

.partner-item h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.partner-item p {
  margin-top: 10px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.partner-item__arrow {
  font-size: 28px;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 1px;
  margin-top: 70px;
  border: 1px solid var(--line);
  background: var(--line);
}

.demo-aside,
.demo-form {
  background: #070707;
}

.demo-aside {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  align-self: start;
  min-height: 680px;
  padding: 38px;
  overflow: hidden;
}

.demo-aside::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 42px solid #171717;
  border-radius: 50%;
  content: "";
}

.demo-aside h2 {
  margin-top: 24px;
  font-size: 42px;
  line-height: .95;
  text-transform: uppercase;
}

.demo-aside p {
  margin-top: 24px;
  color: #a7a7a7;
  font-family: Arial, sans-serif;
}

.demo-rules {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 46px;
}

.demo-rule {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  color: #d0d0d0;
  font-size: 13px;
}

.demo-rule span:first-child {
  color: var(--signal);
  font-weight: 900;
}

.demo-form {
  padding: 38px;
}

.form-section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.form-section:first-child {
  padding-top: 0;
}

.form-section__title {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  text-transform: uppercase;
}

.form-section__title span {
  color: #626262;
  font-size: 11px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field-grid--single {
  grid-template-columns: 1fr;
}

.field {
  display: grid;
  gap: 8px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  color: #9f9f9f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #353535;
  border-radius: 0;
  color: var(--paper);
  background: #0d0d0d;
  outline: none;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--paper);
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice label {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #353535;
  background: #0d0d0d;
  color: #aaa;
  cursor: pointer;
}

.choice input:checked + label {
  border-color: var(--paper);
  color: var(--ink);
  background: var(--paper);
}

.check-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: #aaa;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.check-line input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.file-drop {
  display: grid;
  place-items: center;
  min-height: 130px;
  padding: 24px;
  border: 1px dashed #555;
  color: #a7a7a7;
  text-align: center;
  cursor: pointer;
}

.file-drop:hover {
  border-color: var(--paper);
  color: var(--paper);
}

.file-drop input {
  display: none;
}

.file-drop strong {
  display: block;
  color: var(--paper);
  font-size: 14px;
  text-transform: uppercase;
}

.file-drop span {
  display: block;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
}

.form-submit p {
  max-width: 480px;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.cart-list {
  margin-top: 60px;
  border-top: 1px solid var(--line);
}

.cart-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 110px 110px 44px;
  gap: 24px;
  align-items: center;
  min-height: 130px;
  border-bottom: 1px solid var(--line);
}

.cart-row__image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  background: #151515;
}

.cart-row h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.cart-row p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.cart-row input {
  width: 80px;
  height: 42px;
  border: 1px solid var(--line);
  background: #0a0a0a;
  text-align: center;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--paper);
  background: transparent;
  cursor: pointer;
}

.cart-summary {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: start;
  margin-top: 46px;
}

.cart-total {
  padding: 28px;
  border: 1px solid var(--line);
  background: #080808;
}

.cart-total__line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-total__line:last-of-type {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 900;
}

.legal-copy {
  max-width: 860px;
  margin-top: 60px;
  color: #aaa;
  font-family: Arial, sans-serif;
}

.legal-copy h2 {
  margin: 48px 0 14px;
  color: var(--paper);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}

.legal-copy p + p {
  margin-top: 18px;
}

.resource-intro .legal-copy {
  margin-bottom: 64px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-bottom: 72px;
}

.resource-card {
  position: relative;
  min-height: 250px;
  padding: 34px;
  color: var(--white);
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, color .2s ease;
}

.resource-card h2 {
  max-width: 480px;
  margin: 28px 0 16px;
  font-size: clamp(27px, 3vw, 46px);
  line-height: .98;
}

.resource-card p {
  max-width: 520px;
  color: var(--muted);
}

.resource-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 24px;
  font-size: 26px;
}

.resource-card:hover,
.resource-card.is-active {
  background: var(--white);
  color: var(--black);
}

.resource-card:hover p,
.resource-card.is-active p {
  color: #333;
}

.resource-copy {
  max-width: 920px;
  margin: 0 auto;
}

.resource-copy h3 {
  margin: 42px 0 16px;
  font-size: 22px;
}

.resource-copy ul {
  margin: 18px 0 28px;
  padding-left: 22px;
}

.resource-copy li + li {
  margin-top: 8px;
}

.resource-copy a {
  color: inherit;
  overflow-wrap: anywhere;
}

.about-copy > h2:first-child {
  margin-top: 0;
}

.about-copy > p:last-child {
  margin-top: 46px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.store-account-link {
  display: inline-flex;
  margin-top: 20px;
}

@media (max-width: 720px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: 220px;
    padding: 28px;
  }
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030303;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 70px var(--page-pad) 34px;
}

.site-footer__logo {
  width: 270px;
}

.site-footer__statement {
  max-width: 420px;
  margin-top: 28px;
  color: #828282;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.footer-group strong {
  display: block;
  margin-bottom: 18px;
  color: #686868;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-group a {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: #bdbdbd;
  font-size: 13px;
}

.footer-group a:hover {
  color: var(--paper);
}

.site-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 20px var(--page-pad);
  border-top: 1px solid var(--line);
  color: #626262;
  font-size: 10px;
  text-transform: uppercase;
}

.site-footer__base a { color: #797979; }
.site-footer__base a:hover { color: var(--paper); }
.legal-updated {
  color: #696969;
  font-size: 12px;
  text-transform: uppercase;
}

.loading-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 2px;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

body.is-loading .loading-line {
  animation: load-line 1.4s infinite var(--ease);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s var(--ease);
}

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

@keyframes hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes radio-meter {
  to { transform: scaleY(.45); }
}

@keyframes load-line {
  0% { transform: scaleX(0); }
  55% { transform: scaleX(.7); }
  100% { transform: scaleX(1); }
}

@media (max-width: 1120px) {
  :root {
    --page-pad: 28px;
  }

  .site-nav__inner {
    grid-template-columns: 190px 1fr auto;
  }

  .brand-lockup {
    width: 168px;
  }

  .primary-nav {
    gap: 18px;
  }

  .hero__inner {
    grid-template-columns: 1fr 310px;
  }

  .hero__copy h1 {
    font-size: 60px;
  }

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

  .manifesto {
    grid-template-columns: 260px 1fr;
    gap: 50px;
  }

  .manifesto__copy p {
    font-size: 40px;
  }

  .page-hero__number {
    font-size: 120px;
  }
}

@media (max-width: 860px) {
  :root {
    --nav-height: 64px;
    --page-pad: 20px;
  }

  .site-nav__inner {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    position: fixed;
    top: var(--nav-height);
    right: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    height: calc(100svh - var(--nav-height));
    padding: 24px var(--page-pad);
    background: rgba(0,0,0,.98);
    transform: translateX(100%);
    transition: transform .35s var(--ease);
  }

  body.nav-open .primary-nav {
    transform: translateX(0);
  }

  .primary-nav a {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    font-size: 24px;
  }

  .primary-nav a::after {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .display {
    font-size: 58px;
  }

  .display--compact {
    font-size: 46px;
  }

  .hero {
    min-height: 88svh;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 100px;
  }

  .hero__logo {
    width: 390px;
    margin-bottom: 18px;
  }

  .hero__copy h1 {
    font-size: 54px;
  }

  .hero__rail {
    width: 100%;
  }

  .section-heading,
  .promo-band,
  .page-hero__inner,
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-heading h2 {
    font-size: 44px;
  }

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

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

  .manifesto {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .manifesto__mark {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .manifesto__mark img {
    width: 270px;
  }

  .manifesto__copy {
    padding: 52px var(--page-pad);
  }

  .manifesto__copy p {
    font-size: 34px;
  }

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

  .demo-aside {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .artist-row {
    grid-template-columns: 44px 1fr 82px;
    gap: 18px;
  }

  .artist-row p {
    display: none;
  }

  .empty-roster {
    grid-template-columns: 1fr;
  }

  .empty-roster img {
    max-width: 300px;
  }

  .partner-list {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    grid-template-columns: 1fr;
  }

  .page-hero__number {
    display: none;
  }
}

@media (max-width: 600px) {
  body {
    background-size: 32px 32px;
  }

  .brand-lockup {
    width: 150px;
  }

  .cart-link {
    padding: 0 10px;
  }

  .cart-link__label {
    display: none;
  }

  .display {
    font-size: 44px;
  }

  .display--compact {
    font-size: 38px;
  }

  .page-hero {
    min-height: 440px;
  }

  .hero__media img {
    object-position: 52% center;
  }

  .hero__inner {
    gap: 0;
    padding-top: 82px;
    padding-bottom: 34px;
  }

  .hero__logo {
    width: 248px;
    margin-bottom: 16px;
  }

  .hero__copy h1 {
    margin-top: 18px;
    font-size: 40px;
  }

  .hero__copy p {
    font-size: 15px;
  }

  .hero__rail {
    display: none;
  }

  .hero__stat {
    min-height: 84px;
    padding: 14px;
  }

  .hero__stat strong {
    margin-top: 12px;
    font-size: 14px;
  }

  .section-shell {
    padding-top: 76px;
    padding-bottom: 76px;
  }

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

  .focus-item {
    min-height: 220px;
  }

  .focus-item h3 {
    margin-top: 60px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .release-card--empty h3 {
    font-size: 34px;
  }

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

  .identity-gallery img {
    height: 62vw;
  }

  .identity-gallery img:last-child {
    grid-column: 1 / -1;
    height: 88vw;
  }

  .radio-console {
    top: calc(var(--nav-height) + 10px);
    right: 10px;
    bottom: auto;
    left: auto;
    grid-template-columns: 32px minmax(92px, auto) 42px;
    gap: 9px;
  }

  .radio-console__volume { display: none; }
  .radio-console__link { display: none; }

  .promo-band h2 {
    font-size: 36px;
  }

  .promo-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .inline-form {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .inline-form input {
    border-bottom: 1px solid var(--paper);
  }

  .inline-form button {
    margin-top: 12px;
  }

  .empty-roster h2 {
    font-size: 40px;
  }

  .partner-item {
    grid-template-columns: 68px 1fr;
    min-height: 150px;
    padding: 20px;
  }

  .partner-item__logo {
    width: 68px;
    height: 68px;
  }

  .partner-item__arrow {
    display: none;
  }

  .demo-aside,
  .demo-form {
    padding: 24px;
  }

  .field-grid,
  .choice-row {
    grid-template-columns: 1fr;
  }

  .form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-row {
    grid-template-columns: 70px 1fr 42px;
    gap: 14px;
    padding: 16px 0;
  }

  .cart-row__image {
    width: 70px;
    height: 70px;
  }

  .cart-row input,
  .cart-row__price {
    grid-column: 2;
  }

  .cart-row .icon-button {
    grid-column: 3;
    grid-row: 1;
  }

  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .site-footer__base {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
