﻿:root {
  --bg: #030302;
  --ink: #fff7df;
  --muted: #cfc2a6;
  --dim: #8f7e5f;
  --red: #d8b45c;
  --red-deep: #4d3514;
  --panel: rgba(10, 8, 4, .78);
  --line: rgba(255, 255, 255, .08);
  --pointer-x: .5;
  --pointer-y: .45;
  --cursor-vinyl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='14.5' fill='%23030202' stroke='%23d8b45c' stroke-width='1.35'/%3E%3Ccircle cx='17' cy='17' r='11' fill='none' stroke='%23d8b45c' stroke-width='.45' opacity='.34'/%3E%3Ccircle cx='17' cy='17' r='7.4' fill='none' stroke='%23d8b45c' stroke-width='.45' opacity='.48'/%3E%3Ccircle cx='17' cy='17' r='3.9' fill='none' stroke='%23d8b45c' stroke-width='.45' opacity='.62'/%3E%3Cpath d='M17 2.5a14.5 14.5 0 0 1 10.4 4.4L17 17Z' fill='%23fff7df' opacity='.08'/%3E%3Ccircle cx='17' cy='17' r='2.45' fill='%23d8b45c'/%3E%3Ccircle cx='17' cy='17' r='0.9' fill='%23030202'/%3E%3C/svg%3E") 17 17, auto;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
  cursor: var(--cursor-vinyl);
}

a {
  color: inherit;
  text-decoration: none;
  cursor: var(--cursor-vinyl);
}

button,
label,
input[type="checkbox"] {
  cursor: var(--cursor-vinyl);
}

input[type="text"],
input[type="tel"],
input[type="url"],
textarea {
  cursor: text;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 80%, rgba(216, 180, 92, .26), transparent 24rem),
    radial-gradient(circle at 93% 18%, rgba(154, 111, 42, .34), transparent 28rem),
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, .04), transparent 28rem),
    linear-gradient(115deg, #100d07 0%, #030302 42%, #080604 100%);
}

.grain,
.grid,
.cursor-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.cursor-glow {
  z-index: 0;
  background: radial-gradient(
    circle min(72vw, 42rem) at calc(var(--pointer-x) * 100%) calc(var(--pointer-y) * 100%),
    rgba(216, 180, 92, .18) 0%,
    rgba(154, 111, 42, .07) 38%,
    transparent 68%
  );
  opacity: .88;
  transition: opacity .5s ease;
}

.grain {
  z-index: 1;
  opacity: .2;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .14) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, .12) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: screen;
}

.grid {
  z-index: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 13vw 13vw;
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
}

.vinyl {
  position: fixed;
  top: 24%;
  right: 17%;
  z-index: 0;
  width: clamp(9rem, 13vw, 16rem);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .52;
  background:
    radial-gradient(circle, transparent 0 8%, var(--red-deep) 9% 18%, transparent 19% 26%, rgba(0, 0, 0, .72) 27% 100%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, .08) 0 1px, transparent 1px 5px);
  box-shadow: 0 0 7rem rgba(216, 180, 92, .18);
}

.side-orbit {
  position: fixed;
  right: -4rem;
  top: 31%;
  z-index: 0;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(216, 180, 92, .35);
  box-shadow: 0 0 5rem rgba(216, 180, 92, .38);
}

.topbar {
  position: sticky;
  top: 2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(78rem, calc(100% - 2rem));
  min-height: 4.4rem;
  margin: 2rem auto 0;
  padding: .9rem 1.05rem;
  border: 1px solid rgba(216, 180, 92, .25);
  border-radius: 999px;
  background: rgba(5, 4, 2, .82);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.actions,
.tags,
.split,
.contact {
  display: flex;
  align-items: center;
}

.brand {
  gap: .75rem;
  min-width: 0;
}

.brand-mark,
.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  color: #050505;
  font-family: "Archivo Black", Inter, sans-serif;
  font-weight: 900;
  line-height: .8;
  text-shadow: .08em .04em 0 var(--red);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.brand-mark img {
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  object-fit: contain;
  border-radius: 50%;
}

.brand-mark span,
.hero-mark span {
  color: var(--red);
}

.brand strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: .04em;
}

.brand small {
  display: block;
  margin-top: .25rem;
  color: var(--dim);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  gap: .35rem;
}

.nav a {
  min-width: 5rem;
  padding: .86rem 1.15rem;
  border-radius: 999px;
  color: #8d8184;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .25em;
  text-align: center;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.nav a:hover,
.nav a.active {
  color: #110305;
  background: var(--red);
}

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

.hero {
  width: min(78rem, calc(100% - 2rem));
  min-height: calc(100vh - 10rem);
  margin: 0 auto;
  padding: clamp(6rem, 12vh, 9rem) 1rem 5rem;
}

.hero-logo {
  width: clamp(6rem, 9vw, 8rem);
  margin-bottom: 1.8rem;
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 2.5rem rgba(216, 180, 92, .18));
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.eyebrow span {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 1.4rem var(--red);
}

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

h1 {
  max-width: 54rem;
  margin-bottom: 1.7rem;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(4.8rem, 8.5vw, 9.2rem);
  line-height: .78;
  font-weight: 900;
}

h1 em {
  color: var(--red);
  font-style: normal;
}

.lead {
  max-width: 43rem;
  color: #d8d1d1;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 800;
  line-height: 1.65;
}

.tags {
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 2.2rem;
}

.tags span {
  padding: .5rem .85rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #c8bfc0;
  background: rgba(0, 0, 0, .18);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tags span::before {
  content: "";
  display: inline-block;
  width: .18rem;
  height: .18rem;
  margin-right: .35rem;
  border-radius: 50%;
  background: var(--red);
  vertical-align: middle;
}

.actions {
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.8rem;
}

.btn,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 3.2rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: var(--cursor-vinyl);
}

.btn.primary,
button {
  border: 0;
  color: #100405;
  background: var(--red);
  box-shadow: 0 1rem 3rem rgba(216, 180, 92, .23);
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(0, 0, 0, .12);
}

.artists,
.split,
.contact {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.5rem 1rem;
}

.home-band {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding-inline: 1rem;
}

.stats-band {
  margin-top: -2.4rem;
  padding-bottom: 4rem;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .75rem;
  background: rgba(21, 7, 9, .62);
  box-shadow: inset 0 0 0 1px rgba(216, 180, 92, .08), 0 1.4rem 4rem rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.stats-panel article {
  min-height: 5.8rem;
  padding: 1.45rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.stats-panel article:last-child {
  border-right: 0;
}

.stats-panel strong {
  display: block;
  color: var(--red);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: .04em;
}

.stats-panel span,
.center-heading span,
.section-stack span,
.center-heading small,
.section-stack small {
  display: block;
  color: #8f8487;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.stats-panel span {
  margin-top: .35rem;
}

.services-band,
.trust-band,
.releases-band {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.services-band {
  padding-top: 1.7rem;
  padding-bottom: 2.7rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}

.service-grid article {
  min-height: 6.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: .6rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 180, 92, .18), transparent 65%),
    rgba(17, 6, 8, .58);
}

.service-grid h3 {
  margin: .85rem 0 0;
  color: #d8d1d1;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(216, 180, 92, .6);
  border-radius: .45rem;
  background: rgba(216, 180, 92, .08);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.service-icon.mic::before {
  width: .42rem;
  height: .9rem;
  border: 2px solid var(--red);
  border-radius: 999px;
}

.service-icon.mic::after {
  width: .9rem;
  height: .55rem;
  border-bottom: 2px solid var(--red);
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-radius: 0 0 999px 999px;
  transform: translateY(.22rem);
}

.service-icon.target::before {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--red);
  border-radius: 50%;
  box-shadow: inset 0 0 0 .18rem rgba(216, 180, 92, .25);
}

.service-icon.target::after {
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: var(--red);
}

.service-icon.catalog::before {
  width: .9rem;
  height: 1rem;
  border: 2px solid var(--red);
  border-left-width: 3px;
}

.service-icon.catalog::after {
  width: .9rem;
  height: .7rem;
  border: 2px solid rgba(216, 180, 92, .65);
  transform: translate(.18rem, -.18rem);
}

.service-icon.clip::before {
  width: 1rem;
  height: .62rem;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
}

.service-icon.clip::after {
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: .42rem 0 0 rgba(216, 180, 92, .58);
  transform: translate(.38rem, -.38rem);
}

.trust-band {
  padding-top: 2.6rem;
  padding-bottom: 2.9rem;
}

.center-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.center-heading small,
.section-stack small {
  margin-top: 1.05rem;
  color: #d3cacc;
}

.center-heading h2,
.section-stack h2 {
  margin: 1.4rem 0 1rem;
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.center-heading h2 em,
.section-stack h2 em {
  color: var(--red);
  font-style: normal;
}

.center-heading .red-rule {
  margin: 0 auto 2.6rem;
}

.logo-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  padding-block: 1.2rem;
}

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .4rem;
  color: #d9d2d3;
  background: rgba(0, 0, 0, .17);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.partner-logo.ghost {
  opacity: .24;
}

.partner-logo.badge::before,
.partner-logo.gold::before,
.partner-logo.purple::before,
.partner-logo.seal::before {
  content: "";
  width: 1.85rem;
  height: 1.85rem;
  margin-bottom: .15rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .92), rgba(216, 180, 92, .68) 32%, rgba(0, 0, 0, .5) 34% 100%);
}

.partner-logo.news {
  color: #fff;
  font-size: .55rem;
  line-height: .85;
}

.partner-logo.gold::before {
  background: radial-gradient(circle, #f2d084, #7e4c18 60%, #1b0d08 100%);
}

.partner-logo.purple::before {
  background: radial-gradient(circle, #bd8cff, #4a1b71 58%, #12051d 100%);
}

.partner-logo.seal::before {
  background: radial-gradient(circle, #d8ced0, #4a4144 60%, #0c090a 100%);
}

.releases-band {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 7rem;
}

.section-stack h2 {
  text-align: left;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
  margin-top: 1.6rem;
}

.release-card {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 7.25rem;
  padding: .75rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .55rem;
  background: rgba(9, 5, 6, .44);
}

.release-card strong,
.release-card small {
  display: block;
}

.release-card strong {
  margin-bottom: .35rem;
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.release-card small {
  color: #9f9396;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cover {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: .35rem;
  color: #fff;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.cover-one {
  background:
    linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, .22) 45.5% 47%, transparent 47.5%),
    radial-gradient(circle at 35% 35%, rgba(216, 180, 92, .94), #170607 70%);
}

.cover-two {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .35), transparent 22%),
    linear-gradient(135deg, #d8b45c, #1b080a 72%);
}

.cover-three {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 .25rem, transparent .25rem .5rem),
    linear-gradient(135deg, #151010, #d8b45c);
}

.release-eq {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4.2rem;
  transform: translateX(-50%);
  opacity: .85;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 10rem;
  margin-top: 1.2rem;
  border: 1px dashed rgba(255, 255, 255, .13);
  border-radius: .6rem;
  color: #a79da0;
  background: rgba(0, 0, 0, .18);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.events-band,
.artist-center,
.detail-section,
.nda-band,
.final-cta,
.home-footer {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
}

.events-band,
.detail-section,
.nda-band,
.final-cta {
  padding: 3.2rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.compact-state {
  min-height: 7.5rem;
}

.artist-center {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  gap: 3rem;
  align-items: center;
  padding: 4.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.artist-copy span,
.nda-band span {
  display: block;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.artist-copy h2,
.nda-band h2,
.final-cta h2 {
  max-width: 45rem;
  margin: 1.2rem 0 1.2rem;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  line-height: .9;
}

.artist-copy h2 em,
.nda-band h2 em,
.final-cta h2 em {
  color: var(--red);
  font-style: normal;
}

.artist-copy p,
.nda-band p,
.final-cta p {
  max-width: 42rem;
  color: #cfc7c8;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.7;
}

.studio-panel {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .7rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 180, 92, .34), transparent 37%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .24));
}

.studio-disc {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--red) 0 8%, #080607 8.5% 31%, rgba(216, 180, 92, .22) 31.5% 33%, #060405 34% 100%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, .1) 0 1px, transparent 1px 5px);
  transform: translate(-50%, -50%);
}

.studio-lines {
  position: absolute;
  inset: auto 1.4rem 1.4rem;
  display: grid;
  gap: .55rem;
}

.studio-lines i {
  display: block;
  height: .45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 180, 92, .88), transparent);
}

.studio-lines i:nth-child(2) {
  width: 82%;
}

.studio-lines i:nth-child(3) {
  width: 62%;
}

.studio-lines i:nth-child(4) {
  width: 42%;
}

.detail-grid {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
}

.detail-grid.six {
  grid-template-columns: repeat(3, 1fr);
}

.detail-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.detail-grid article {
  min-height: 11.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .55rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 180, 92, .16), transparent 58%),
    rgba(10, 5, 6, .45);
}

.detail-grid span {
  display: block;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.detail-grid h3 {
  margin: 2.2rem 0 .75rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-grid p {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.55;
}

.audience-section .detail-grid article,
.values-section .detail-grid article {
  min-height: 9.5rem;
}

.audience-section .detail-grid h3,
.values-section .detail-grid h3 {
  margin-top: 0;
}

.nda-band {
  padding: 3rem 1rem;
  border-radius: .7rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 92, .18), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(0, 0, 0, .18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.nda-band h2 {
  font-size: clamp(2rem, 3.9vw, 3.8rem);
}

.final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.final-cta h2 {
  margin-bottom: 1rem;
}

.final-cta .actions {
  justify-content: center;
}

.home-footer {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem 1rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand strong {
  display: block;
  font-size: 1rem;
  letter-spacing: .05em;
}

.footer-brand small,
.home-footer p {
  display: block;
  margin-top: .45rem;
  color: #8f8487;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.7;
  text-transform: uppercase;
}

.home-footer nav,
.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: end;
}

.home-footer nav a,
.footer-tags span,
.admin-link {
  color: #cfc7c8;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-tags {
  grid-column: 1 / -1;
  justify-content: start;
}

.footer-tags span {
  color: var(--red);
}

.admin-link {
  justify-self: end;
  align-self: end;
  padding: .75rem 1rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
}

.page-hero,
.roster-section,
.application-section {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding-inline: 1rem;
}

.page-hero {
  min-height: 31rem;
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.page-hero h1 {
  max-width: 74rem;
  margin: 1rem 0 1.6rem;
  font-size: clamp(3.6rem, 6.8vw, 6.9rem);
  line-height: .86;
}

.page-hero .lead {
  max-width: 42rem;
}

.overline {
  margin-bottom: 1rem;
  color: #74696b;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .36em;
  text-transform: uppercase;
}

.red-rule {
  width: 2.4rem;
  height: .14rem;
  margin: -.4rem 0 1.35rem;
  background: var(--red);
  box-shadow: 0 0 1rem rgba(216, 180, 92, .45);
}

.red-rule.small {
  width: 2rem;
  margin-top: -.8rem;
  margin-bottom: 1.5rem;
}

.wide {
  margin-top: 1.7rem;
  padding-inline: 1.55rem;
}

.roster-section {
  padding-top: 4.8rem;
  padding-bottom: 7rem;
}

.section-kicker.muted {
  color: #978c8f;
}

.roster-section h2,
.application-section h2 {
  margin: 1.35rem 0 1.1rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 18.4rem));
  gap: 1.5rem;
  align-items: start;
}

.artist-card {
  position: relative;
  display: block;
  min-height: 28rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: .55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(160deg, rgba(216, 180, 92, .12), rgba(7, 4, 5, .78));
  box-shadow: inset 0 0 0 1px rgba(216, 180, 92, .16), 0 1.6rem 4rem rgba(0, 0, 0, .22);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.artist-card:hover {
  transform: translateY(-.35rem);
  border-color: rgba(216, 180, 92, .72);
  box-shadow: inset 0 0 0 1px rgba(216, 180, 92, .42), 0 2rem 4.5rem rgba(216, 180, 92, .14);
}

.artist-name {
  position: absolute;
  top: .65rem;
  left: .75rem;
  right: .75rem;
  z-index: 4;
  min-height: 2.65rem;
  padding: .72rem .95rem;
  border-left: .2rem solid var(--red);
  border-radius: .4rem;
  color: var(--ink);
  background: rgba(9, 4, 6, .9);
  box-shadow: 0 .7rem 1.8rem rgba(0, 0, 0, .28);
  font-size: 1rem;
  font-weight: 900;
}

.portrait {
  position: absolute;
  inset: 3.2rem 0 4.5rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 22%, rgba(216, 180, 92, .25) 22.4% 22.8%, transparent 23% 100%),
    radial-gradient(circle at 50% 45%, rgba(216, 180, 92, .7) 0 32%, rgba(255, 255, 255, .92) 32.3% 64%, rgba(236, 231, 229, .8) 64.4% 100%);
}

.portrait::before,
.portrait::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--red);
}

.portrait::before {
  width: .45rem;
  height: .45rem;
  top: 18%;
  right: 10%;
  clip-path: polygon(50% 0, 63% 37%, 100% 50%, 63% 63%, 50% 100%, 37% 63%, 0 50%, 37% 37%);
}

.portrait::after {
  width: 2.8rem;
  height: 2.8rem;
  left: 1rem;
  top: 24%;
  background-image: radial-gradient(var(--red) 1px, transparent 1px);
  background-size: .5rem .5rem;
  opacity: .55;
}

.portrait i {
  position: absolute;
  display: block;
}

.portrait .sun {
  inset: 15% 12% auto;
  height: 12.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 180, 92, .7), rgba(216, 180, 92, .08) 68%);
}

.portrait .head {
  z-index: 3;
  width: 4.1rem;
  height: 4.8rem;
  left: 50%;
  top: 27%;
  border-radius: 46% 46% 45% 45%;
  background: linear-gradient(135deg, #8d4d2c, #d49363);
  transform: translateX(-50%);
}

.portrait .torso {
  z-index: 3;
  width: 8.8rem;
  height: 10.8rem;
  left: 50%;
  bottom: 0;
  border-radius: 45% 45% 0 0;
  background: linear-gradient(135deg, #f7eee8 0 42%, #171113 42% 100%);
  transform: translateX(-50%);
}

.portrait .arm {
  z-index: 2;
  width: 2.4rem;
  height: 8.8rem;
  bottom: 1.3rem;
  border-radius: 999px;
  background: repeating-linear-gradient(135deg, #9a5a36 0 .5rem, #1b1212 .52rem .6rem, #b8754a .62rem 1rem);
}

.portrait .arm.left {
  left: 25%;
  transform: rotate(-26deg);
}

.portrait .arm.right {
  right: 24%;
  transform: rotate(30deg);
}

.portrait .glasses {
  z-index: 4;
  width: 4.9rem;
  height: .85rem;
  left: 50%;
  top: 35%;
  border-radius: 999px;
  background: #070506;
  transform: translateX(-50%) rotate(-8deg);
}

.portrait.female .hair {
  z-index: 2;
  width: 7.2rem;
  height: 10.5rem;
  left: 50%;
  top: 21%;
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(120deg, #3e2117, #955032 70%);
  transform: translateX(-50%) rotate(-8deg);
}

.portrait.female .torso {
  background:
    radial-gradient(circle at 32% 28%, #f5d4e8 0 .35rem, transparent .38rem),
    radial-gradient(circle at 64% 44%, #89dae2 0 .34rem, transparent .37rem),
    linear-gradient(135deg, #151215, #644157 54%, #111);
}

.portrait.female .arm {
  height: 6.8rem;
  background: linear-gradient(#d89a6a, #a05d3e);
}

.portrait.female .arm.left {
  left: 18%;
  bottom: 6.6rem;
  transform: rotate(52deg);
}

.portrait.female .arm.right {
  right: 18%;
  bottom: 6.9rem;
  transform: rotate(-48deg);
}

.portrait.producer .cap {
  z-index: 4;
  width: 5.2rem;
  height: 1.4rem;
  left: 50%;
  top: 26%;
  border-radius: 999px 999px .2rem .2rem;
  background: #090607;
  transform: translateX(-50%) rotate(5deg);
}

.portrait.producer .torso {
  background: linear-gradient(135deg, #151515, #2a2022 52%, #b98d3f 52% 100%);
}

.portrait.producer .deck {
  z-index: 5;
  width: 10rem;
  height: 3rem;
  left: 50%;
  bottom: 1.3rem;
  border-radius: .35rem;
  background:
    radial-gradient(circle at 25% 50%, #070506 0 1.1rem, transparent 1.15rem),
    radial-gradient(circle at 75% 50%, #070506 0 1.1rem, transparent 1.15rem),
    linear-gradient(#f3eeee, #a8a0a0);
  transform: translateX(-50%);
}

.artist-meta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  display: grid;
  gap: .25rem;
}

.artist-meta strong {
  font-size: .9rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.artist-meta small {
  color: #9f9396;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.application-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: 1.3rem;
  align-items: start;
  padding-top: 3.5rem;
  padding-bottom: 7rem;
}

.form-panel,
.apply-aside {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: .6rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, .065), rgba(0, 0, 0, .22));
  box-shadow: inset 0 0 0 1px rgba(216, 180, 92, .1);
}

.form-panel {
  padding: 1.5rem;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}

.apply-form .full {
  grid-column: 1 / -1;
}

.apply-form button {
  justify-self: start;
}

.apply-form .honeypot {
  display: none;
}

.form-actions {
  display: grid;
  justify-items: start;
  gap: .75rem;
}

.fineprint,
.aside-note,
.info-steps p {
  margin: 0;
  color: #9d9496;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none;
}

.consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: .75rem;
  letter-spacing: 0;
  text-transform: none;
}

.consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .1rem;
  accent-color: var(--red);
}

.consent span,
.hint {
  color: #d4cccd;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.apply-aside {
  padding: 1.25rem;
}

.apply-aside span {
  color: var(--red);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.apply-aside ul {
  display: grid;
  gap: .85rem;
  margin: 1.4rem 0 2rem;
  padding: 0;
  list-style: none;
}

.apply-aside li {
  position: relative;
  padding-left: 1.1rem;
  color: #d8d1d1;
  font-weight: 800;
}

.apply-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  background: var(--red);
}

.info-steps {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.info-steps li {
  position: relative;
  display: grid;
  gap: .25rem;
  padding-left: 2.15rem;
}

.info-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: .05rem;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  color: #100405;
  background: var(--red);
  font-size: .72rem;
  font-weight: 900;
}

.info-steps strong {
  color: #fff;
  font-size: .9rem;
}

.equalizer.compact {
  width: 100%;
  height: 4.5rem;
}

.artists h2,
.split h2,
.contact h2 {
  max-width: 42rem;
  margin: 1rem 0 2rem;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: .92;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
}

.artist-grid article {
  min-height: 14rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: .5rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .2));
}

.artist-grid span {
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .24em;
}

.artist-grid h3 {
  margin: 4rem 0 .7rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.artist-grid p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
}

.split {
  justify-content: space-between;
  gap: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.equalizer {
  display: flex;
  align-items: end;
  gap: .42rem;
  width: min(19rem, 100%);
  height: 7rem;
}

.equalizer i {
  display: block;
  width: .38rem;
  height: var(--h);
  border-radius: .2rem .2rem 0 0;
  background: linear-gradient(to top, rgba(216, 180, 92, .28), rgba(216, 180, 92, .72));
  animation: pulse 1.7s ease-in-out infinite alternate;
  animation-delay: calc(var(--h) * -0.02);
}

@keyframes pulse {
  to {
    transform: scaleY(.62);
    opacity: .62;
  }
}

.contact {
  align-items: start;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 7rem;
}

form {
  display: grid;
  gap: .85rem;
  width: min(25rem, 100%);
}

label {
  display: grid;
  gap: .45rem;
  color: #d4cccd;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .5rem;
  padding: .95rem 1rem;
  color: var(--ink);
  background: rgba(0, 0, 0, .32);
  font: inherit;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(216, 180, 92, .75);
  box-shadow: 0 0 0 .2rem rgba(216, 180, 92, .13);
}

textarea {
  resize: vertical;
}

@media (max-width: 760px) {
  .topbar {
    position: relative;
    top: 1rem;
    align-items: stretch;
    flex-direction: column;
    border-radius: 1.4rem;
  }

  .brand {
    justify-content: center;
  }

  .brand small {
    white-space: normal;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .35rem;
    margin-top: .75rem;
  }

  .nav a {
    min-width: 0;
    padding: .85rem .45rem;
    font-size: .62rem;
    letter-spacing: .12em;
  }

  .hero {
    min-height: auto;
    padding-top: 5rem;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .artist-grid,
  .stats-panel,
  .service-grid,
  .logo-rail,
  .release-grid,
  .artist-center,
  .detail-grid.six,
  .detail-grid.three,
  .home-footer,
  .roster-grid,
  .application-section,
  .apply-form,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .artist-grid {
    display: grid;
  }

  .stats-band {
    margin-top: 0;
  }

  .stats-panel article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .stats-panel article:last-child {
    border-bottom: 0;
  }

  .service-grid,
  .release-grid {
    gap: .7rem;
  }

  .logo-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }

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

  .artist-center {
    gap: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .studio-panel {
    min-height: 16rem;
  }

  .studio-disc {
    width: 11.5rem;
  }

  .detail-grid article {
    min-height: auto;
  }

  .home-footer nav,
  .footer-tags {
    justify-content: start;
  }

  .admin-link {
    justify-self: start;
  }

  .split,
  .contact {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .page-hero h1 {
    font-size: clamp(3.25rem, 15vw, 5.25rem);
  }

  .roster-grid {
    max-width: 22rem;
  }

  .artist-card {
    min-height: 27rem;
  }

  .apply-form .full {
    grid-column: auto;
  }

  .apply-form button {
    justify-self: stretch;
  }

  .vinyl {
    right: -3rem;
    top: 20rem;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: .95rem;
  }

  .brand small {
    font-size: .56rem;
  }

  .eyebrow,
  .section-kicker {
    letter-spacing: .18em;
  }

  .btn,
  button {
    width: 100%;
  }
}

