:root {
  --bg: #090909;
  --bg-soft: #121212;
  --panel: rgba(18, 18, 18, 0.88);
  --panel-strong: rgba(12, 12, 12, 0.94);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f4efe7;
  --muted: #c1b39f;
  --gold: #d29a49;
  --gold-bright: #f0bf6d;
  --blue-glow: #2c8fff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(44, 143, 255, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(210, 154, 73, 0.14), transparent 30%),
    linear-gradient(180deg, #121212 0%, #090909 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 72px);
  opacity: 0.6;
}

.site-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 3.5rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav a,
.button,
.text-link,
.contact-card a,
.social-card {
  color: inherit;
  text-decoration: none;
}

.brand {
  display: grid;
  gap: 0.15rem;
}

.brand-mark,
.eyebrow,
.panel-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: var(--gold-bright);
}

.brand-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.nav-link {
  color: var(--muted);
}

.nav-link.is-active {
  color: var(--text);
}

.global-search {
  display: flex;
  gap: 0.5rem;
}

.global-search input,
.search-field input {
  min-height: 3rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.search-submit {
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: #16110a;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.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;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: var(--shadow);
  background: #0f0f0f;
}

.hero {
  min-height: min(86vh, 840px);
  display: grid;
  align-items: end;
}

.page-hero {
  display: grid;
  gap: 1rem;
  padding: 3rem 2rem;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.58) 38%, rgba(5, 5, 5, 0.22) 72%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.08) 0%, rgba(8, 8, 8, 0.48) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 2rem));
  padding: 4.5rem 0 4rem 2rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

p,
.meta-line {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.track-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-strip,
.social-grid,
.preview-grid,
.featured-music-grid,
.latest-releases-grid,
.news-grid,
.connect-grid,
.dashboard-grid,
.dashboard-stats,
.intro-grid,
.album-list,
.single-grid,
.video-grid,
.related-grid,
.track-list,
.artist-card,
.search-results,
.dashboard-list,
.check-pill-row {
  display: grid;
  gap: 1rem;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-strip span {
  padding: 0.62rem 0.92rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.section {
  padding-top: 4rem;
}

.section-heading {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  max-width: 760px;
}

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

.preview-grid,
.single-grid,
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-music-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

.dashboard-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.artist-card,
.album-card,
.single-card,
.news-card,
.discovery-card,
.release-card,
.stat-card,
.social-card,
.preview-card,
.contact-card,
.banner-card,
.featured-release-card,
.track-row,
.search-result,
.video-card,
.panel,
.album-detail {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.panel,
.album-copy,
.single-copy,
.news-card,
.stat-card,
.social-card,
.preview-copy,
.contact-card,
.track-row,
.search-result,
.video-copy {
  padding: 1.5rem;
}

.statement-panel,
.primary-contact {
  background:
    linear-gradient(180deg, rgba(210, 154, 73, 0.2), rgba(210, 154, 73, 0.03)),
    var(--panel-strong);
}

.detail-panel,
.secondary-contact {
  background: rgba(18, 18, 18, 0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.button-card,
.button-track {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: #16110a;
  border-color: transparent;
}

.button-secondary,
.button-ghost {
  background: rgba(255, 255, 255, 0.05);
}

.button-card {
  width: 100%;
}

.admin-search-panel {
  padding: 1.5rem;
}

.button-disabled {
  cursor: default;
}

.button-disabled:hover {
  transform: none;
}

.text-link {
  color: var(--gold-bright);
  font-weight: 700;
}

.banner-card {
  overflow: hidden;
}

.banner-card img {
  width: 100%;
  height: min(360px, 34vw);
  object-fit: cover;
}

.banner-copy {
  display: grid;
  gap: 0.7rem;
  padding: 1.5rem;
}

.featured-release-card,
.album-detail {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
}

.featured-release-art,
.album-detail-art {
  position: relative;
  min-height: 360px;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(210, 154, 73, 0.32), rgba(44, 143, 255, 0.16)),
    linear-gradient(180deg, #1a2230, #0a0a0a);
}

.featured-visual-image,
.project-landing-art img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.featured-art-placeholder,
.album-detail-art,
.album-art,
.single-art,
.artist-art,
.preview-art,
.video-embed-placeholder {
  display: grid;
  place-items: center;
  color: var(--text);
  text-align: center;
}

.art-copy {
  display: grid;
  gap: 0.5rem;
  width: min(100% - 2rem, 320px);
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(10, 10, 10, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.art-copy strong {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.art-copy span {
  color: var(--muted);
}

.featured-art-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.5rem;
}

.album-detail-copy,
.featured-release-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
}

.release-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: #16110a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-card,
.album-card,
.single-card,
.preview-card,
.discovery-card,
.release-card {
  overflow: hidden;
}

.artist-art,
.album-art,
.single-art,
.preview-art {
  min-height: 220px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(23, 50, 99, 0.8), rgba(10, 10, 10, 0.2)),
    linear-gradient(180deg, #10284b, #07090e);
}

.artist-art img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.discovery-card {
  display: grid;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.discovery-card:hover,
.release-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 191, 109, 0.35);
}

.discovery-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top left, rgba(44, 143, 255, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(210, 154, 73, 0.28), rgba(8, 8, 8, 0.18)),
    linear-gradient(180deg, #111821, #090909);
}

.discovery-media.is-acoustic {
  background:
    radial-gradient(circle at 15% 18%, rgba(240, 191, 109, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(123, 78, 29, 0.72), rgba(11, 11, 11, 0.2)),
    linear-gradient(180deg, #23170f, #090909);
}

.discovery-media.is-instrumental {
  background:
    radial-gradient(circle at 80% 20%, rgba(44, 143, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(19, 55, 96, 0.82), rgba(12, 12, 12, 0.18)),
    linear-gradient(180deg, #0d2036, #090909);
}

.discovery-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.discovery-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discovery-placeholder {
  display: grid;
  gap: 0.75rem;
  width: min(100% - 2rem, 360px);
  padding: 1.5rem;
  border-radius: 24px;
  text-align: left;
  background: rgba(10, 10, 10, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.discovery-placeholder strong {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.discovery-placeholder span {
  color: var(--muted);
}

.discovery-copy {
  display: grid;
  gap: 0.85rem;
  padding: 1.5rem;
}

.release-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.release-card-copy {
  display: grid;
  gap: 0.65rem;
}

.release-card-actions {
  display: grid;
  gap: 0.85rem;
  min-width: 210px;
}

.release-meta {
  color: var(--gold-bright);
  font-weight: 700;
}

.release-empty-state {
  min-height: 220px;
  display: grid;
  align-content: center;
}

.featured-video-card,
.video-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.featured-video-media,
.video-embed-shell,
.video-embed-placeholder {
  min-height: 280px;
}

.featured-video-media,
.video-embed-shell {
  position: relative;
  background:
    linear-gradient(135deg, rgba(84, 46, 97, 0.92), rgba(14, 14, 14, 0.32)),
    linear-gradient(180deg, #382343, #090909);
}

.featured-video-media iframe,
.video-embed-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.video-embed-placeholder {
  min-height: 220px;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(84, 46, 97, 0.92), rgba(14, 14, 14, 0.32)),
    linear-gradient(180deg, #382343, #090909);
}

.music-catalog {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.collection-helper,
.search-label {
  color: var(--muted);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.music-filter-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.filter-select {
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}

.filter-select select {
  min-height: 3rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.filter-button {
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
  color: var(--text);
  border-color: rgba(240, 191, 109, 0.55);
  background: rgba(210, 154, 73, 0.16);
}

.music-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: var(--panel);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.music-card:hover,
.social-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 191, 109, 0.35);
}

.music-card.is-hidden {
  display: none;
}

.music-card-art {
  position: relative;
  min-height: 220px;
  padding: 1rem;
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.music-card-art span {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.5);
}

.music-card-image,
.search-result-image {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.music-card-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
}

.music-card-art .art-copy,
.music-card-art .track-status {
  position: relative;
  z-index: 1;
}

.search-result-media {
  margin: -1.5rem -1.5rem 1rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  border-radius: 30px 30px 0 0;
}

.music-card-body {
  display: grid;
  gap: 0.8rem;
  padding: 1.5rem;
}

.featured-project {
  background:
    linear-gradient(135deg, rgba(210, 154, 73, 0.18), transparent 58%),
    var(--panel-strong);
}

.music-group {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.music-group-heading {
  margin-bottom: 0;
}

.project-landing-card {
  margin-bottom: 1rem;
}

.project-landing-art {
  overflow: hidden;
}

.project-landing-art .featured-visual-image,
.project-landing-art img {
  max-height: 420px;
  object-position: center top;
}

.project-landing-art .discovery-media {
  min-height: 100%;
  border-bottom: 0;
}

.track-status {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.5);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 700;
}

.track-status.is-released {
  background: rgba(53, 139, 84, 0.24);
  color: #dff5e6;
}

.track-status.is-coming-soon {
  background: rgba(210, 154, 73, 0.22);
  color: #ffe6bd;
}

.project-style,
.news-date {
  color: var(--gold-bright);
  font-weight: 700;
}

.news-date {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-card {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding: 1.5rem 1rem;
}

.social-card-disabled {
  opacity: 0.82;
}

.social-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(210, 154, 73, 0.95), rgba(44, 143, 255, 0.75));
  color: #0d0d0d;
  font-weight: 800;
}

.social-card small {
  color: var(--muted);
  text-align: center;
}

.dashboard-bullets {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.dashboard-bullets li + li {
  margin-top: 0.45rem;
}

.check-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.check-pill {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
}

.check-pill.is-complete {
  background: rgba(53, 139, 84, 0.22);
  color: #dff5e6;
}

.check-pill.is-missing {
  background: rgba(169, 58, 58, 0.22);
  color: #ffd8d8;
}

.artist-projects {
  display: grid;
  gap: 0.5rem;
}

.artist-project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.artist-project-list span,
.artist-project-list a {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-decoration: none;
}

.track-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.footer {
  display: grid;
  gap: 1rem;
  margin-top: 4.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

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

  .global-search {
    width: 100%;
  }

  .global-search input {
    flex: 1;
  }

  .featured-release-card,
  .featured-video-card,
  .video-card,
  .album-detail,
  .intro-grid,
  .connect-grid,
  .news-grid,
  .music-filter-grid,
  .featured-music-grid,
  .latest-releases-grid,
  .preview-grid,
  .single-grid,
  .related-grid,
  .music-catalog,
  .social-grid,
  .artist-card,
  .dashboard-grid,
  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .project-landing-art .featured-visual-image,
  .project-landing-art img {
    max-height: 360px;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 1rem, 1200px);
  }

  .topbar {
    position: static;
  }

  .hero {
    min-height: 88vh;
    border-radius: 26px;
  }

  .hero-content {
    width: calc(100% - 1.5rem);
    padding: 2.2rem 0 2rem 0.75rem;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .button,
  .button-card,
  .button-track,
  .button-ghost {
    width: 100%;
  }

  .hero-actions,
  .track-actions {
    flex-direction: column;
  }

  .section {
    padding-top: 3.2rem;
  }

  .banner-card img,
  .featured-release-art,
  .album-detail-art,
  .featured-video-media,
  .artist-art,
  .album-art,
  .single-art,
  .preview-art,
  .discovery-media,
  .video-embed-shell,
  .music-card-art,
  .video-embed-placeholder {
    min-height: 190px;
    height: auto;
  }

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

  .release-card-actions {
    min-width: 0;
  }

  .featured-release-copy,
  .album-detail-copy {
    padding: 1.5rem;
  }

  .track-row {
    grid-template-columns: 1fr;
  }

  .project-landing-art .featured-visual-image,
  .project-landing-art img {
    max-height: 300px;
  }
}
