@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --ink: #0b0a0d;
  --ink-soft: #17151b;
  --paper: #f3eee7;
  --paper-deep: #e6ddd2;
  --white: #fffaf4;
  --muted: #756f77;
  --line: rgba(20, 15, 25, .14);
  --violet: #6253c6;
  --coral: #ed887c;
  --pink: #ff087f;
  --green: #3f795e;
  --red: #b53f4c;
  --gradient: linear-gradient(115deg, var(--violet), #a864a6 52%, var(--coral));
  --sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.player-open { padding-bottom: 104px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--violet); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #d6c9ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.8rem, 8vw, 7.6rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.5rem); }

.site-header { height: 92px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 32px; position: relative; z-index: 20; }
.brand-link img { width: 190px; height: 72px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; justify-content: center; gap: 38px; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a, .header-join { transition: color .2s ease; }
.site-header nav a:hover, .header-join:hover { color: var(--violet); }
.header-join { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.header-join span { color: var(--coral); }
.nav-toggle { display: none; border: 0; background: none; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 84px; padding-block: 56px 100px; }
.hero h1 { margin-bottom: 34px; max-width: 800px; }
.hero h1 em { display: block; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 500; }
.hero-lede { max-width: 610px; color: #4e4850; font-size: 1.22rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 22px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button.primary:hover { background: var(--violet); border-color: var(--violet); }
.button.ghost:hover { background: rgba(255,255,255,.45); }
.button.light { border-color: var(--paper); color: var(--paper); }
.button.light:hover { background: var(--paper); color: var(--ink); }
.button.danger { border-color: var(--red); color: var(--red); }
.hero-record { aspect-ratio: 1; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: repeating-radial-gradient(circle at center, #121015 0 2px, #0c0b0e 3px 7px); color: var(--paper); box-shadow: 0 28px 70px rgba(25, 14, 35, .26); animation: float 7s ease-in-out infinite; }
.hero-record::before { content: ''; position: absolute; inset: 4%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.hero-record::after { content: ''; position: absolute; inset: 18%; border-radius: 50%; background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.24), transparent 18%), var(--gradient); box-shadow: 0 0 60px rgba(147, 89, 178, .35); }
.record-core { z-index: 1; width: 54%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.record-core span, .record-core small { font-size: .55rem; font-weight: 700; letter-spacing: .17em; }
.record-core strong { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.6rem); font-weight: 500; line-height: 1.1; }
.record-core small { margin-top: 18px; font-size: .42rem; }
@keyframes float { 0%,100%{ transform: translateY(0) rotate(-1deg); } 50%{ transform: translateY(-12px) rotate(1deg); } }

.statement-band { padding: 100px 0; background: var(--ink); color: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .35fr 1.25fr .55fr; gap: 64px; align-items: start; }
.statement-grid blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4.2vw, 4.1rem); line-height: 1.05; }
.statement-grid > p:last-child { color: #b9b2bc; font-size: 1rem; }

.catalog-section { padding-block: 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin: 0; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { color: var(--violet); }
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.track-card { min-width: 0; }
.art-button { width: 100%; aspect-ratio: 1; position: relative; display: block; padding: 0; overflow: hidden; border: 0; background: var(--ink); cursor: pointer; }
.album-art { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.generated-art { display: flex; flex-direction: column; justify-content: end; padding: 28px; background: radial-gradient(circle at 72% 18%, rgba(255,255,255,.18), transparent 22%), linear-gradient(140deg, #231c35, #6a4e99 48%, #ec857e); color: white; text-align: left; }
.generated-art b { font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; line-height: .8; letter-spacing: -.08em; }
.generated-art small { margin-top: 20px; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.art-button:hover .album-art { transform: scale(1.03); opacity: .85; }
.play-disc { position: absolute; right: 18px; bottom: 18px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.track-index { position: absolute; left: 18px; top: 18px; color: white; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.track-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; }
.track-meta h3 { margin-bottom: 2px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.track-meta div a { color: var(--violet); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.track-open { font-size: 1.4rem; }
.track-card > p { min-height: 76px; margin: 15px 0; color: #666068; font-size: .9rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 5px 9px; border: 1px solid var(--line); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.founding-preview { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 470px; background: var(--ink); color: var(--paper); }
.founding-art { display: grid; place-items: center; padding: 40px; overflow: hidden; background: radial-gradient(circle, rgba(255,8,127,.34), transparent 48%), #08070a; }
.founding-art img { width: 100%; }
.founding-preview > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.founding-preview h3 { margin: 20px 0; font-family: var(--serif); font-size: 4rem; font-weight: 500; }
.founding-preview p { max-width: 580px; color: #bbb2bc; }
.founding-badge { color: #fd7eac; font-size: .66rem; font-weight: 700; letter-spacing: .16em; }
.founding-preview a { margin-top: 30px; color: #fda5c3; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.seed-titles { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.seed-titles span { padding: 7px 10px; border: 1px solid #3d3740; font-size: .68rem; }

.transparency-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; padding-block: 110px; border-top: 1px solid var(--line); }
.transparency-intro h2 { font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
.transparency-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.transparency-card { padding: 42px; background: var(--ink); color: var(--paper); box-shadow: 18px 18px 0 #d7cbc0; }
.transparency-top { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #3d3840; color: #9f96a2; font-size: .63rem; font-weight: 700; letter-spacing: .14em; }
.transparency-card dl { margin: 0; }
.transparency-card dl div { display: grid; grid-template-columns: 145px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid #2e2a30; }
.transparency-card dt { color: #9f96a2; font-size: .72rem; text-transform: uppercase; }
.transparency-card dd { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.transparency-card .story-row dd { color: #f398a5; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 85px 130px; }
.principle { padding: 0 40px; border-left: 1px solid var(--line); }
.principle:first-child { padding-left: 0; border: 0; }
.principle span { color: var(--coral); font-size: .68rem; font-weight: 700; }
.principle h3 { margin: 50px 0 15px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.principle p { color: var(--muted); }
.join-band { padding: 110px 0; background: var(--gradient); color: var(--paper); }
.join-inner { display: grid; grid-template-columns: 1.2fr .65fr; gap: 120px; align-items: end; }
.join-inner h2 { margin: 0; }
.join-inner > div:last-child p { margin-bottom: 30px; }

.site-footer { padding: 78px 0; background: #080709; color: #bbb3bc; }
.footer-grid { display: grid; grid-template-columns: 2fr .7fr .7fr 1fr; gap: 60px; }
.footer-grid img { width: 170px; margin-bottom: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 8px; color: var(--paper); font-size: .66rem; letter-spacing: .15em; }
.footer-grid a { font-size: .82rem; }
.footer-grid a:hover { color: var(--coral); }
.copyright { text-align: right; font-size: .74rem; }

.page-hero { padding: 100px 0 70px; }
.page-hero.compact { padding: 40px 0 55px; }
.page-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(3.4rem, 7vw, 6.6rem); }
.page-hero > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.discover-body { padding-bottom: 120px; }
.catalog-search { margin-bottom: 70px; }
.catalog-search > label { display: block; margin-bottom: 12px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.catalog-search > div { display: flex; border-bottom: 2px solid var(--ink); }
.catalog-search input { flex: 1; padding: 18px 0; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.4rem); }
.catalog-search button { border: 0; background: none; cursor: pointer; font-size: .73rem; font-weight: 700; text-transform: uppercase; }
.result-block { margin: 80px 0; }
.result-block > h2 { margin-bottom: 30px; font-size: 2.4rem; }
.artist-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.artist-result { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.artist-result:hover { border-color: var(--violet); }
.artist-result img, .artist-monogram { width: 64px; height: 64px; object-fit: cover; object-position: center; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); color: white; }
.artist-result span span { display: block; }
.artist-result strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.artist-result small { color: var(--muted); }
.album-results > a { display: grid; grid-template-columns: 1fr .8fr auto; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.album-results > a span { font-family: var(--serif); font-size: 1.45rem; }
.album-results > a small { color: var(--muted); }
.empty-state { padding: 40px; border: 1px dashed #aaa1a9; color: var(--muted); text-align: center; }

.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-bottom: 130px; }
.roster-card { position: relative; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.roster-cover { aspect-ratio: 1.45; margin-bottom: -48px; background: var(--gradient); background-size: cover; background-position: center; filter: saturate(.82); }
.roster-avatar { width: 96px; height: 96px; display: grid; place-items: center; position: relative; margin: 0 0 24px 20px; border: 5px solid var(--paper); border-radius: 50%; background: var(--ink); color: white; overflow: hidden; font-family: var(--serif); font-size: 2rem; }
.roster-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; }
.roster-card h2 { margin: 5px 0; font-size: 2rem; }
.roster-card p, .roster-card small { color: var(--muted); }

.artist-hero { min-height: 560px; position: relative; display: flex; align-items: end; background: var(--cover, radial-gradient(circle at 70% 35%, #6f4b84, transparent 30%), #0b0a0d) center/cover no-repeat; color: white; }
.artist-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,7,.95), rgba(5,4,7,.45) 60%, rgba(5,4,7,.2)), linear-gradient(0deg, rgba(5,4,7,.9), transparent 55%); }
.artist-hero-inner { position: relative; display: grid; grid-template-columns: 170px 1fr; gap: 36px; align-items: end; padding-block: 140px 65px; }
.artist-avatar { width: 170px; height: 170px; display: grid; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--ink); box-shadow: 0 12px 34px rgba(0,0,0,.32); font-family: var(--serif); font-size: 4rem; }
.artist-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; }
.artist-hero h1 { margin: 0 0 12px; font-size: clamp(4rem, 8vw, 7rem); }
.light-tags span { border-color: rgba(255,255,255,.35); }
.artist-about { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; padding-block: 110px; }
.artist-about h2 { font-size: 3.6rem; }
.artist-about > div:last-child > p { font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.5; }
.artist-about dl { display: flex; gap: 60px; margin-top: 40px; }
.artist-about dl div { min-width: 160px; }
.artist-about dt { color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.artist-about dd { margin: 4px 0 0; }
.artist-catalog { padding-bottom: 120px; }

.release-page, .song-page, .editor-page, .admin-page { padding-block: 50px 120px; }
.back-link { display: inline-block; margin-bottom: 40px; color: var(--violet); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.release-hero, .song-hero { display: grid; grid-template-columns: minmax(320px, 520px) 1fr; gap: 70px; align-items: center; margin-bottom: 90px; }
.release-art { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--gradient); color: white; box-shadow: 18px 18px 0 #d6cbc0; }
.release-art img { width: 100%; height: 100%; object-fit: cover; }
.release-art > span { font-family: var(--serif); font-size: 8rem; }
.release-hero h1, .song-hero h1 { margin-bottom: 18px; font-size: clamp(3.5rem, 7vw, 6.8rem); }
.release-hero a, .song-hero a { color: var(--violet); font-weight: 700; }
.release-hero > div:last-child > p { max-width: 650px; margin-top: 30px; color: var(--muted); }
.song-hero .button { margin-top: 30px; color: white; }
.album-tracklist article { display: grid; grid-template-columns: 42px 48px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }
.album-tracklist button { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.album-tracklist strong, .album-tracklist small { display: block; }
.album-tracklist small { color: var(--muted); }
.song-story { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; padding: 90px 0; border-block: 1px solid var(--line); }
.song-story h2 { font-size: 3.8rem; }
.song-story > p { font-family: var(--serif); font-size: 1.8rem; line-height: 1.5; }
.song-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: start; padding-top: 90px; }
.lyrics-panel h2 { font-size: 3.8rem; }
.lyrics-text { white-space: normal; font-family: var(--serif); font-size: 1.2rem; line-height: 1.9; }

.auth-body { min-height: 100vh; background: radial-gradient(circle at 80% 10%, rgba(98,83,198,.13), transparent 30%), var(--paper); }
.auth-shell { width: min(600px, calc(100% - 36px)); margin: 70px auto 120px; }
.install-shell { width: min(800px, calc(100% - 36px)); }
.auth-logo { width: 220px; margin-bottom: 70px; }
.auth-shell h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 7vw, 5.5rem); }
.auth-lede { color: var(--muted); font-size: 1.05rem; }
.auth-switch { margin-top: 24px; text-align: center; }
.auth-switch a { color: var(--violet); font-weight: 700; }
.form-card, .studio-form { display: flex; flex-direction: column; gap: 22px; }
.form-card { margin-top: 35px; padding: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.4); box-shadow: 14px 14px 0 #ddd2c8; }
label { display: flex; flex-direction: column; gap: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
label small { color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid #aaa1a9; border-radius: 0; outline: none; background: rgba(255,255,255,.48); color: var(--ink); }
input:focus, textarea:focus, select:focus { border-color: var(--violet); box-shadow: 0 0 0 2px rgba(98,83,198,.1); }
textarea { resize: vertical; }
fieldset { padding: 24px; border: 1px solid var(--line); }
legend { padding: 0 10px; font-family: var(--serif); font-size: 1.2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid .wide { grid-column: 1 / -1; }
.form-actions { display: flex; gap: 10px; align-items: center; }
.flash, .review-note { margin: 20px 0; padding: 16px 18px; border-left: 4px solid var(--violet); background: white; }
.flash.error, .flash-bar.error { border-color: var(--red); color: #7e2430; }
.flash.success, .flash-bar.success { border-color: var(--green); color: #285b42; }
.flash-bar { padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fdf8f2; }

.dashboard-body { background: #ece5dc; }
.dashboard { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 50px; padding: 60px 0 120px; }
.dashboard-nav { position: sticky; top: 30px; align-self: start; }
.dashboard-person { display: flex; gap: 13px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.dashboard-person > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); color: white; font-family: var(--serif); }
.dashboard-person strong, .dashboard-person small { display: block; }
.dashboard-person small { color: var(--muted); font-size: .7rem; }
.dashboard-nav nav { display: flex; flex-direction: column; gap: 5px; padding: 25px 0; }
.dashboard-nav nav a, .dashboard-nav form button { padding: 9px 0; border: 0; background: none; text-align: left; color: var(--muted); cursor: pointer; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.dashboard-nav nav a:hover { color: var(--violet); }
.dashboard-heading { display: flex; justify-content: space-between; gap: 30px; align-items: start; margin-bottom: 40px; }
.dashboard-heading h1 { margin-bottom: 12px; font-size: clamp(3rem, 6vw, 5.4rem); }
.dashboard-heading p:last-child { color: var(--muted); }
.status-pill { display: inline-block; white-space: nowrap; padding: 8px 11px; border: 1px solid currentColor; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-pill.approved { color: var(--green); }
.status-pill.pending { color: var(--violet); }
.status-pill.rejected { color: var(--red); }
.review-note strong { font-family: var(--serif); font-size: 1.2rem; }
.review-note p { margin: 5px 0 0; }
.studio-panel { margin-bottom: 34px; padding: 38px; background: var(--paper); box-shadow: 0 12px 35px rgba(25,18,27,.06); }
.panel-heading { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.panel-heading > div { display: flex; gap: 15px; align-items: baseline; }
.panel-heading span { color: var(--coral); font-size: .7rem; font-weight: 700; }
.panel-heading h2 { margin: 0; font-size: 2.1rem; }
.panel-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: .85rem; }
.empty-studio { padding: 48px; border: 1px dashed #aaa1a9; text-align: center; }
.empty-studio strong { font-family: var(--serif); font-size: 1.5rem; }
.empty-studio p { color: var(--muted); }
.empty-studio a { color: var(--violet); font-size: .75rem; font-weight: 700; }
.studio-song-list article { display: grid; grid-template-columns: 58px minmax(160px, 1fr) minmax(180px, .8fr) auto; gap: 16px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); }
.studio-song-list article:first-child { border-top: 0; }
.studio-art { width: 58px; height: 58px; display: grid; place-items: center; background: var(--gradient); color: white; font-family: var(--serif); }
.studio-song-list strong, .studio-song-list small { display: block; }
.studio-song-list small { color: var(--muted); }
.studio-song-list audio { width: 100%; height: 38px; }
.studio-song-list article > a { color: var(--violet); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.file-drop { min-height: 180px; display: grid; place-items: center; align-content: center; border: 1px dashed #8f8791; cursor: pointer; text-align: center; }
.file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-drop span { font-family: var(--serif); font-size: 1.5rem; text-transform: none; }
.file-drop:hover { border-color: var(--violet); background: rgba(98,83,198,.04); }
.transparency-fields { background: rgba(98,83,198,.04); }
.upload-progress { margin: 0; color: var(--violet); font-weight: 700; }
.editor-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 40px; }
.editor-heading h1 { margin-bottom: 8px; font-size: clamp(3rem, 6vw, 5.5rem); }
.editor-heading audio { width: min(420px, 100%); }
.editor-artwork-panel { display: grid; grid-template-columns: 250px 1fr; gap: 34px; align-items: center; margin-bottom: 12px; padding: 24px; border: 1px solid var(--line); background: rgba(98,83,198,.04); }
.current-song-art { width: 250px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--gradient); color: white; font-family: var(--serif); font-size: 5rem; }
.current-song-art img { width: 100%; height: 100%; object-fit: cover; }
.editor-artwork-panel h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.editor-artwork-panel > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.artwork-upload { display: inline-flex; width: 100%; margin-top: 16px; padding: 18px; border: 1px dashed var(--violet); background: rgba(255,255,255,.45); cursor: pointer; }
.artwork-upload input { margin-top: 5px; background: white; }
.check-row { display: flex; flex-direction: row; align-items: center; gap: 10px; margin-top: 14px; text-transform: none; }
.check-row input { width: auto; }
.extract-art-button { margin-top: 18px; }
.danger-zone { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-top: 55px; padding: 35px; border: 1px solid rgba(181,63,76,.45); background: rgba(181,63,76,.045); }
.danger-zone h2 { margin-bottom: 8px; font-size: 2.4rem; }
.danger-zone p:last-child { margin-bottom: 0; color: var(--muted); }
.application-list { display: grid; gap: 25px; }
.application-list article { padding: 36px; background: var(--paper); box-shadow: 12px 12px 0 #ddd2c8; }
.application-top { display: flex; justify-content: space-between; gap: 20px; }
.application-top h2 { margin: 16px 0 5px; font-size: 2.6rem; }
.application-bio { max-width: 850px; font-family: var(--serif); font-size: 1.25rem; }
.application-list dl { display: flex; gap: 50px; }
.application-list dt { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.application-list dd { margin: 2px 0; }
.application-list form { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }

.global-player { position: fixed; z-index: 100; left: 24px; right: 24px; bottom: 20px; min-height: 82px; display: grid; grid-template-columns: 62px 48px minmax(180px, 1fr) auto 40px; gap: 16px; align-items: center; padding: 10px 16px 10px 10px; background: var(--ink); color: var(--paper); box-shadow: 0 12px 50px rgba(0,0,0,.3); }
.global-player[hidden] { display: none; }
.player-art { width: 62px; height: 62px; display: grid; place-items: center; overflow: hidden; background: var(--gradient); font-family: var(--serif); font-size: 1.3rem; }
.player-art img { width: 100%; height: 100%; object-fit: cover; }
.player-control, .player-close { border: 0; background: none; color: white; cursor: pointer; }
.player-control { width: 44px; height: 44px; border: 1px solid #56505a; border-radius: 50%; }
.player-copy small, .player-copy strong, .player-copy span { display: block; }
.player-copy small { color: var(--coral); font-size: .52rem; font-weight: 700; letter-spacing: .13em; }
.player-copy strong { font-family: var(--serif); font-size: 1.15rem; }
.player-copy span { color: #aaa1ab; font-size: .75rem; }
.global-player > a { color: #c7b9ff; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.player-close { font-size: 1.5rem; }
.not-found { min-height: 65vh; display: grid; place-content: center; text-align: center; }
.not-found h1 { font-size: 5rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 180px 1fr auto; }
  .site-header nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-record { width: min(520px, 88vw); justify-self: center; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .track-grid { grid-template-columns: repeat(2, 1fr); }
  .transparency-section { grid-template-columns: 1fr; }
  .join-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
  .dashboard { grid-template-columns: 1fr; }
  .dashboard-nav { position: static; display: grid; grid-template-columns: 1fr auto; }
  .dashboard-nav nav { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 18px; }
  .release-hero, .song-hero { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .song-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .brand-link img { width: 160px; height: 60px; }
  .nav-toggle { display: block; }
  .site-header nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 22px; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .header-join { display: none; }
  .hero { min-height: 0; gap: 50px; padding: 55px 0 75px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.7rem); }
  .hero-actions { flex-direction: column; }
  .statement-band, .catalog-section, .transparency-section { padding-block: 75px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 20px; }
  .track-grid, .artist-result-grid, .roster-grid { grid-template-columns: 1fr; }
  .track-card > p { min-height: 0; }
  .founding-preview { grid-template-columns: 1fr; }
  .founding-preview > div:last-child { padding: 40px 28px; }
  .founding-preview h3 { font-size: 3rem; }
  .transparency-card { padding: 25px; box-shadow: 8px 8px 0 #d7cbc0; }
  .transparency-card dl div { grid-template-columns: 1fr; gap: 5px; }
  .principles { grid-template-columns: 1fr; padding-block: 70px; }
  .principle, .principle:first-child { padding: 35px 0; border: 0; border-top: 1px solid var(--line); }
  .principle h3 { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .artist-hero-inner { grid-template-columns: 100px 1fr; gap: 20px; }
  .artist-avatar { width: 100px; height: 100px; }
  .artist-hero h1 { font-size: 3.6rem; }
  .artist-about, .song-story { grid-template-columns: 1fr; gap: 25px; }
  .artist-about dl { flex-direction: column; gap: 15px; }
  .release-hero, .song-hero { grid-template-columns: 1fr; }
  .release-art { width: 100%; }
  .album-tracklist article { grid-template-columns: 30px 42px 1fr; }
  .album-tracklist article > a { grid-column: 3; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .form-card, .studio-panel { padding: 24px; }
  .dashboard-heading, .panel-heading, .editor-heading { flex-direction: column; align-items: start; }
  .studio-song-list article { grid-template-columns: 50px 1fr auto; }
  .studio-song-list audio { grid-column: 2 / -1; }
  .global-player { left: 8px; right: 8px; bottom: 8px; grid-template-columns: 50px 42px 1fr 30px; }
  .player-art { width: 50px; height: 50px; }
  .global-player > a { display: none; }
  .application-top { flex-direction: column; }
  .editor-artwork-panel { grid-template-columns: 1fr; }
  .current-song-art { width: 100%; }
  .danger-zone { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
