/* NyxCrew Lab — premium dark label identity */
:root {
  --bg: #07070a;
  --bg-2: #0d0d12;
  --bg-card: rgba(18, 18, 24, 0.72);
  --bg-card-solid: #121218;
  --text: #f4f1ea;
  --muted: #9b968c;
  --muted-2: #6f6a62;
  --gold: #d4af37;
  --gold-2: #f0d78c;
  --gold-deep: #8a7020;
  --line: rgba(244, 241, 234, 0.08);
  --line-gold: rgba(212, 175, 55, 0.35);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --radius: 18px;
  --max: 1140px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: min(var(--max), calc(100% - 2.75rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 7, 10, 0.78);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08), inset 0 0 18px rgba(212, 175, 55, 0.12);
  background: radial-gradient(circle at 35% 30%, #2a2414, #0a0a0c 70%);
}
.logo-text {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: 0.95rem;
  line-height: 1.15;
}
.logo-text small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  color: var(--gold);
  font-weight: 500;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav a:hover { color: var(--text); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid var(--line-gold);
  background: transparent;
  color: var(--gold-2);
  padding: 0.85rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 999px;
}
.btn:hover {
  background: var(--gold);
  color: #0a0a0c;
  border-color: var(--gold);
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
}
.btn-solid {
  background: linear-gradient(135deg, #f0d78c, #d4af37 55%, #a88620);
  color: #0a0a0c;
  border-color: transparent;
}
.btn-solid:hover {
  filter: brightness(1.05);
  background: linear-gradient(135deg, #f0d78c, #d4af37 55%, #a88620);
  color: #0a0a0c;
}
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.menu-btn span {
  width: 18px;
  height: 1.5px;
  background: var(--text);
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: grid;
  align-items: center;
  padding: 4rem 0 5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 50% at 78% 35%, rgba(212, 175, 55, 0.14), transparent 60%),
    radial-gradient(ellipse 40% 35% at 15% 80%, rgba(120, 90, 40, 0.12), transparent 55%),
    linear-gradient(180deg, #0c0c11 0%, #07070a 55%, #050507 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 140px;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3.4rem, 8.5vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}
.hero h1 .w { color: #f7f4ec; }
.hero h1 .s {
  background: linear-gradient(180deg, #e8e4db 0%, #8a8580 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 .g {
  background: linear-gradient(135deg, #f0d78c, #d4af37 45%, #9a7b22);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 40ch;
  margin: 0 0 2rem;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
  max-width: 420px;
}
.hero-stats div strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--gold-2);
}
.hero-stats div span {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* Vinyl stage */
.stage {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}
.stage-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 65%);
  filter: blur(10px);
}
.vinyl {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #1c1c1c 0 11%, transparent 11.2%),
    repeating-radial-gradient(circle at 50% 50%, #090909 0 1.5px, #141414 1.5px 3px);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.28),
    0 40px 100px rgba(0, 0, 0, 0.75),
    inset 0 0 60px rgba(0, 0, 0, 0.55);
  animation: spin 32s linear infinite;
}
.vinyl-label {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, #3a3018, #1a150a 55%, #0b0905);
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.65);
}
.vinyl-label span {
  font-family: var(--display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold-2);
  letter-spacing: -0.02em;
  text-shadow: 0 0 24px rgba(212, 175, 55, 0.35);
}
.now-playing {
  position: absolute;
  right: 0;
  bottom: 6%;
  padding: 0.9rem 1.1rem;
  background: rgba(10, 10, 14, 0.75);
  border: 1px solid var(--line-gold);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  min-width: 200px;
}
.now-playing .label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.now-playing .track {
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 600;
}
.waveform {
  display: flex;
  gap: 3px;
  height: 16px;
  align-items: flex-end;
  margin-bottom: 0.55rem;
}
.waveform i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold-deep));
  animation: eq 1.05s ease-in-out infinite;
}
.waveform i:nth-child(1) { height: 35%; animation-delay: 0s; }
.waveform i:nth-child(2) { height: 75%; animation-delay: 0.08s; }
.waveform i:nth-child(3) { height: 50%; animation-delay: 0.16s; }
.waveform i:nth-child(4) { height: 95%; animation-delay: 0.05s; }
.waveform i:nth-child(5) { height: 40%; animation-delay: 0.22s; }
.waveform i:nth-child(6) { height: 70%; animation-delay: 0.12s; }
.waveform i:nth-child(7) { height: 55%; animation-delay: 0.28s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes eq {
  0%, 100% { transform: scaleY(0.5); }
  50% { transform: scaleY(1); }
}

/* Sections */
.section {
  position: relative;
  padding: 5rem 0;
}
.section-alt {
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.03), transparent);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}
.section-head h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}
.section-head h2 span {
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 0.75rem;
}
.link-gold {
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.link-gold:hover { border-bottom-color: var(--gold); }

/* Releases */
.releases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
a.release-card {
  color: inherit;
  text-decoration: none;
}
.release-card {
  background: var(--bg-card-solid);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.25s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  display: block;
}
.release-card:hover {
  border-color: var(--line-gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.release-art {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #111;
}
.release-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.release-card:hover .release-art img {
  transform: scale(1.05);
}
.release-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.45));
  pointer-events: none;
}
.release-body { padding: 1.05rem 1.1rem 1.2rem; }
.release-body h3 {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
}
.release-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.release-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Artist / Spotify */
.artists-intro {
  color: var(--muted);
  max-width: 62ch;
  margin: -0.5rem 0 2rem;
  font-size: 0.98rem;
}
.artists-grid {
  display: grid;
  gap: 1.5rem;
}
.artist-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  background: linear-gradient(145deg, rgba(20, 18, 12, 0.9), rgba(12, 12, 16, 0.95));
  border: 1px solid var(--line-gold);
  border-radius: 24px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
}
.artist-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
  margin-bottom: 1rem;
}
.artist-role {
  margin: 0 0 0.35rem !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold) !important;
  font-weight: 700;
  max-width: none !important;
}
.artist-copy h3 {
  font-family: var(--display);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.artist-copy p {
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 42ch;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.pill {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-2);
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(212, 175, 55, 0.06);
}
.spotify-embed {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 352px;
  background: #121212;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.spotify-embed iframe {
  width: 100%;
  height: 352px;
  border: 0;
  display: block;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 1.25rem;
}
.about-lead {
  background: var(--bg-card-solid);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.6rem;
}
.about-lead h2 {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.about-lead h2 span {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-top: 0.7rem;
}
.about-lead p {
  color: var(--muted);
  margin: 0 0 1.25rem;
}
.value {
  background: var(--bg-card-solid);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.4rem;
  transition: 0.2s ease;
}
.value:hover { border-color: var(--line-gold); }
.value .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--gold-2);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--line-gold);
  font-size: 1.1rem;
}
.value h3 {
  font-family: var(--display);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
}
.value p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  background: linear-gradient(160deg, #121018, #0a0a0e);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.contact-wrap h2 {
  font-family: var(--display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}
.contact-wrap .desc {
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 36ch;
}
.contact-meta {
  color: var(--gold-2);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-form {
  display: grid;
  gap: 0.95rem;
}
.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  outline: none;
  transition: 0.15s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--line-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 2.6rem;
  background: #050507;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.1rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.15s ease, transform 0.15s ease;
}
.social-ic {
  flex-shrink: 0;
  opacity: 0.9;
}
.socials a:hover,
.social-link:hover {
  color: var(--gold-2);
}
.social-link:hover {
  transform: translateY(-1px);
}

/* Main page — logo-only social buttons */
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}
.social-icon-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-2);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.35);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.social-icon-btn:hover {
  transform: translateY(-2px) scale(1.05);
  color: #0a0a0c;
  background: linear-gradient(135deg, #f0d78c, #d4af37 55%, #a88620);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.3);
}
.social-icon-btn svg {
  display: block;
}
.footer-legal {
  color: var(--muted-2);
  font-size: 0.8rem;
  text-align: right;
}
.footer-legal a {
  display: inline-block;
  margin-left: 0.9rem;
  color: var(--muted);
}
.footer-legal a:hover { color: var(--text); }

/* ——— Gallery page ——— */
.page-hero {
  padding: 2.4rem 0 0.5rem;
}
.breadcrumb {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.breadcrumb a:hover { color: var(--gold-2); }
.page-title {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3.2rem);
  margin: 0 0 0.85rem;
  line-height: 1;
}
.page-lead {
  max-width: 48ch;
  margin-bottom: 0;
}
.panel-soft {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.35rem 1.4rem;
}
.gallery-empty strong {
  display: block;
  color: var(--gold-2);
  margin-bottom: 0.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.gallery-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.gallery-empty code {
  font-size: 0.85em;
  color: var(--gold-2);
  background: rgba(212, 175, 55, 0.08);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.photo-card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card-solid);
  cursor: pointer;
  text-align: left;
  color: inherit;
  aspect-ratio: 1;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.photo-card:hover,
.photo-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--line-gold);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  outline: none;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.photo-card:hover img { transform: scale(1.05); }
.photo-card-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 0.85rem 0.85rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
  display: grid;
  gap: 0.2rem;
}
.photo-card-meta strong {
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}
.photo-card-meta small {
  color: rgba(244, 241, 234, 0.72);
  font-size: 0.78rem;
  line-height: 1.35;
}
.photo-tag {
  justify-self: start;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0c;
  background: linear-gradient(135deg, #f0d78c, #d4af37);
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  margin-bottom: 0.2rem;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.video-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card-solid);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-body {
  padding: 0.9rem 1rem 1.05rem;
}
.video-body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
}
.lightbox[hidden] { display: none !important; }
.lightbox-figure {
  margin: 0;
  max-height: 90vh;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
}
.lightbox-figure img {
  max-width: min(960px, 100%);
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.25);
}
.lightbox-figure figcaption {
  text-align: center;
  color: var(--muted);
  max-width: 40ch;
}
.lightbox-figure figcaption strong {
  display: block;
  color: var(--gold-2);
  margin-bottom: 0.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.lightbox-close {
  position: absolute;
  top: calc(0.75rem + env(safe-area-inset-top, 0px));
  right: 0.85rem;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  background: rgba(20, 20, 28, 0.9);
  color: var(--gold-2);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.lightbox-nav {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(20, 20, 28, 0.9);
  color: var(--text);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-nav:hover,
.lightbox-close:hover {
  border-color: var(--line-gold);
  color: var(--gold-2);
}

/* Result */
.result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: var(--bg);
}
.result-card {
  width: min(460px, 100%);
  background: var(--bg-card-solid);
  border: 1px solid var(--line-gold);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.result-card h1 {
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .artist-panel,
  .about-grid,
  .contact-wrap { grid-template-columns: 1fr; }
  .releases { grid-template-columns: 1fr 1fr; }
  .stage { min-height: 360px; order: -1; }
}
@media (max-width: 700px) {
  .menu-btn { display: flex; }
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7, 7, 10, 0.97);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.25rem 1rem;
  }
  .nav.open { display: flex; }
  .nav a {
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--line);
  }
  .nav .btn { margin-top: 0.75rem; }
  .releases { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 2.5rem; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
}

/* =========================================================
   Mobile app shell — phone only. Desktop stays the website.
   ========================================================= */
.app-header-actions,
.app-tabbar,
.app-sheet,
.app-sheet-backdrop {
  display: none;
}

@media (max-width: 768px) {
  html.is-mobile-app,
  html {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    max-width: 100vw;
  }

  body {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  body.app-sheet-open { overflow: hidden; }

  body.app-enter .app-main {
    opacity: 0;
    transform: translateY(8px);
  }
  body.app-enter-done .app-main {
    opacity: 1;
    transform: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .container {
    width: min(var(--max), calc(100% - 1.35rem));
  }

  /* Compact sticky app header */
  .site-header.app-header {
    padding-top: env(safe-area-inset-top, 0px);
    background: rgba(7, 7, 10, 0.9);
    backdrop-filter: blur(20px) saturate(1.25);
    -webkit-backdrop-filter: blur(20px) saturate(1.25);
  }
  .header-inner { min-height: 56px; gap: 0.5rem; }
  .logo-mark { width: 34px; height: 34px; font-size: 1rem; }
  .logo-text { font-size: 0.82rem; letter-spacing: 0.14em; }
  .logo-text small { font-size: 0.55rem; letter-spacing: 0.28em; }

  /* Tabs replace classic mobile hamburger nav */
  .nav,
  .menu-btn { display: none !important; }

  .app-header-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }
  .app-header-listen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0a0a0c;
    background: linear-gradient(135deg, #f0d78c, #d4af37 55%, #a88620);
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.28);
  }

  /* Compact hero */
  .hero {
    min-height: auto;
    padding: 1.35rem 0 1.5rem;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.1rem);
    line-height: 0.95;
    margin-bottom: 0.75rem;
  }
  .hero .lead {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .eyebrow {
    font-size: 0.65rem;
    margin-bottom: 0.65rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .social-icons {
    justify-content: flex-start;
    gap: 0.55rem;
    margin: 0.15rem 0 1.15rem;
  }
  .social-icon-btn {
    width: 44px;
    height: 44px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 0.75rem 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }
  .hero-stats {
    gap: 0.55rem;
    margin-top: 1.1rem;
  }
  .hero-stats div {
    padding: 0.65rem 0.7rem;
    border-radius: 12px;
  }
  .hero-stats strong { font-size: 1rem; }
  .hero-stats span { font-size: 0.62rem; }

  /* Smaller vinyl stage — aesthetic, not oversized */
  .stage {
    min-height: 220px;
    margin-top: 0.35rem;
  }
  .vinyl {
    width: min(200px, 52vw);
    height: min(200px, 52vw);
  }
  .now-playing {
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    max-width: 92%;
  }
  .now-playing .track { font-size: 0.82rem; }

  .section { padding: 2.1rem 0; }
  .section-head {
    margin-bottom: 1.1rem;
    gap: 0.5rem;
  }
  .section-head h2 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }
  .link-gold { font-size: 0.68rem; }

  /* Gallery mobile */
  .page-hero { padding: 1.25rem 0 0.25rem; }
  .page-title { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .photo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .photo-card { border-radius: 12px; }
  .photo-card-meta {
    padding: 1.2rem 0.55rem 0.55rem;
  }
  .photo-card-meta strong { font-size: 0.78rem; }
  .photo-card-meta small { font-size: 0.68rem; display: none; }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .lightbox {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding: 3.5rem 0.75rem 5.5rem;
  }
  .lightbox-nav {
    position: absolute;
    bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
    z-index: 2;
  }
  .lightbox-prev { left: 0.75rem; }
  .lightbox-next { right: 0.75rem; }
  .lightbox-figure img { max-height: 62vh; }

  /* Releases — compact 2-up grid */
  .releases {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }
  .release-card {
    border-radius: 14px;
  }
  .release-body {
    padding: 0.7rem 0.75rem 0.85rem;
  }
  .release-body h3 {
    font-size: 0.88rem;
    letter-spacing: 0.04em;
  }
  .release-body p,
  .release-meta {
    font-size: 0.68rem;
  }

  /* Artists — compact cards */
  .artists-intro {
    font-size: 0.88rem;
    margin-bottom: 1rem;
  }
  .artist-panel {
    border-radius: 16px;
    padding: 1rem;
    gap: 0.9rem;
  }
  .artist-avatar {
    width: 64px;
    height: 64px;
  }
  .artist-copy h3 {
    font-size: 1.25rem;
  }
  .artist-copy p {
    font-size: 0.88rem;
  }
  .spotify-embed iframe {
    height: 152px !important;
  }
  .pill {
    font-size: 0.62rem;
    padding: 0.3rem 0.55rem;
  }
  .artist-copy .btn {
    min-height: 44px;
    width: 100%;
  }

  /* About values */
  .about-grid { gap: 0.7rem; }
  .about-lead h2 { font-size: 1.45rem; }
  .value {
    padding: 1rem;
    border-radius: 14px;
  }
  .value h3 { font-size: 0.95rem; }
  .value p { font-size: 0.85rem; }

  /* Contact */
  .contact-wrap {
    border-radius: 18px;
    padding: 1.15rem;
    gap: 1rem;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 1rem; /* prevent iOS zoom */
    min-height: 46px;
  }
  .contact-form .btn {
    width: 100%;
    min-height: 48px;
  }

  .btn {
    min-height: 46px;
    border-radius: 999px;
  }

  /* Footer compact under tabs */
  .desktop-footer {
    padding: 1.25rem 0 0.75rem;
  }
  .desktop-footer .socials { display: none; }
  .footer-legal {
    text-align: center;
    width: 100%;
    font-size: 0.72rem;
  }
  .footer-inner {
    justify-content: center;
    text-align: center;
  }

  /* ——— Bottom tab bar ——— */
  .app-tabbar {
    --app-tabbar-h: calc(64px + env(safe-area-inset-bottom, 0px));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 260;
    min-height: var(--app-tabbar-h);
    height: var(--app-tabbar-h);
    padding: 0.3rem 0.2rem calc(0.3rem + env(safe-area-inset-bottom, 0px));
    background: rgba(7, 7, 10, 0.94);
    backdrop-filter: blur(22px) saturate(1.3);
    -webkit-backdrop-filter: blur(22px) saturate(1.3);
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.45);
  }
  .app-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    padding: 0.2rem 0.1rem;
    border: 0;
    background: transparent;
    color: rgba(244, 241, 234, 0.45);
    font: inherit;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: color 0.15s ease, transform 0.15s ease;
  }
  .app-tab:active { transform: scale(0.94); }
  .app-tab.is-active { color: var(--gold-2); }
  .app-tab.is-active .app-tab-icon { color: var(--gold); }
  .app-tab-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
  }
  .app-tab-label { line-height: 1.1; }

  .app-tab-cta { position: relative; top: -12px; }
  .app-tab-fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #0a0a0c;
    background: linear-gradient(145deg, #f0d78c, #d4af37 50%, #a88620);
    box-shadow:
      0 8px 24px rgba(212, 175, 55, 0.4),
      0 0 0 4px rgba(7, 7, 10, 0.92);
  }
  .app-tab-cta .app-tab-label {
    margin-top: 0.12rem;
    color: var(--gold-2);
    font-weight: 800;
  }

  /* ——— More sheet ——— */
  .app-sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 240;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }
  .app-sheet-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .app-sheet {
    --app-tabbar-h: calc(64px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: var(--app-tabbar-h);
    z-index: 250;
    max-height: calc(100dvh - var(--app-tabbar-h) - env(safe-area-inset-top, 0px) - 12px);
    padding: 0.45rem 1rem 0.7rem;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(180deg, #14141c 0%, #0a0a0f 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-bottom: 0;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.55);
    transform: translateY(calc(100% + var(--app-tabbar-h)));
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
  }
  .app-sheet.is-open { transform: translateY(0); }
  .app-sheet[hidden],
  .app-sheet-backdrop[hidden] { display: none !important; }
  .app-sheet-handle {
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: rgba(244, 241, 234, 0.22);
    margin: 0.3rem auto 0.75rem;
    flex: 0 0 auto;
  }
  .app-sheet-title {
    margin: 0 0 0.75rem;
    font-family: var(--display);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 1.05rem;
    color: var(--gold-2);
    flex: 0 0 auto;
  }
  .app-sheet-grid {
    display: grid;
    gap: 0.5rem;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
  }
  .app-sheet-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
  }
  .app-sheet-item:active {
    background: rgba(212, 175, 55, 0.1);
    border-color: var(--line-gold);
    transform: scale(0.98);
  }
  .app-sheet-emoji {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.05rem;
    color: var(--gold-2);
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.22);
    flex-shrink: 0;
  }
  .app-sheet-item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .app-sheet-item small {
    display: block;
    margin-top: 0.15rem;
    color: var(--muted);
    font-size: 0.75rem;
  }
  .app-sheet-close {
    width: 100%;
    flex: 0 0 auto;
    margin-top: 0.7rem;
    min-height: 48px;
    border: 1px solid var(--line-gold);
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.08);
    color: var(--gold-2);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    cursor: pointer;
  }

  @media (display-mode: standalone) {
    .site-header.app-header {
      background: rgba(7, 7, 10, 0.98);
    }
  }
}
