/* ── Cipher Page ──────────────────────────────────────────────────────── */
.nmc-cipher__hero { padding: 80px 0 40px; text-align: center; background: linear-gradient(180deg, #111 0%, #0A0A0A 100%); }
.nmc-cipher__month { color: var(--nmc-gold, #C9A84C); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; }
.nmc-cipher__title { font-size: clamp(48px, 10vw, 96px); font-weight: 900; letter-spacing: -0.04em; }
.nmc-cipher__subtitle { color: #888; margin-top: 8px; }
.nmc-cipher__beat-section, .nmc-cipher__how, .nmc-cipher__submissions { padding: 64px 0; border-top: 1px solid #1a1a1a; }
.nmc-cipher__beat-card { display: flex; align-items: center; gap: 24px; background: #111; border: 1px solid #222; border-radius: 12px; padding: 24px; cursor: pointer; transition: border-color 0.2s; }
.nmc-cipher__beat-card:hover { border-color: var(--nmc-gold, #C9A84C); }
.nmc-cipher__beat-art { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; }
.nmc-cipher__beat-name { font-weight: 700; font-size: 1.1rem; }
.nmc-cipher__beat-artist { color: #888; font-size: 0.85rem; }
.nmc-cipher__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.nmc-cipher__step { text-align: center; }
.nmc-cipher__step-num { font-size: 3rem; font-weight: 900; color: var(--nmc-gold, #C9A84C); opacity: 0.4; margin-bottom: 8px; }
.nmc-cipher__step-text { color: #ccc; }
.nmc-cipher__tiktok-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nmc-cipher__entry { background: #111; border-radius: 8px; overflow: hidden; }
.nmc-cipher__embed { aspect-ratio: 9/16; background: #1a1a1a; display: flex; align-items: center; justify-content: center; }
.nmc-cipher__entry-link { color: var(--nmc-gold, #C9A84C); font-weight: 600; text-decoration: none; }
.nmc-cipher__entry-name { padding: 8px 12px; font-size: 0.85rem; font-weight: 600; }
.nmc-cipher__empty { grid-column: 1/-1; text-align: center; padding: 48px; color: #888; }
.nmc-cipher__beat-placeholder { text-align: center; padding: 48px; color: #888; }

/* ── Licensing Page ────────────────────────────────────────────────────── */
.nmc-licensing { padding: 0 0 120px; }
.nmc-licensing__hero { padding: 80px 0 60px; text-align: center; }
.nmc-licensing__title { font-size: clamp(48px, 8vw, 80px); font-weight: 900; letter-spacing: -0.03em; }
.nmc-licensing__subtitle { color: #888; margin-top: 8px; }
.nmc-licensing__tiers, .nmc-licensing__tracks, .nmc-licensing__form-section { padding: 64px 0; border-top: 1px solid #1a1a1a; }
.nmc-licensing__tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.nmc-licensing__tier { background: #111; border: 1px solid #222; border-radius: 12px; padding: 32px; text-align: center; position: relative; }
.nmc-licensing__tier--featured { border-color: var(--nmc-gold, #C9A84C); }
.nmc-licensing__tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--nmc-gold, #C9A84C); color: #0A0A0A; font-size: 0.7rem; font-weight: 800; padding: 3px 12px; border-radius: 100px; letter-spacing: 0.1em; white-space: nowrap; }
.nmc-licensing__tier-name { font-size: 1.2rem; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 8px; }
.nmc-licensing__tier-price { font-size: 2.5rem; font-weight: 900; color: var(--nmc-gold, #C9A84C); margin-bottom: 24px; }
.nmc-licensing__tier-price span { font-size: 1rem; color: #888; }
.nmc-licensing__tier-features { list-style: none; margin: 0 0 24px; padding: 0; }
.nmc-licensing__tier-features li { padding: 6px 0; border-bottom: 1px solid #1a1a1a; color: #ccc; font-size: 0.9rem; }
.nmc-licensing__track-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.nmc-licensing__track { background: #111; border-radius: 8px; overflow: hidden; cursor: pointer; transition: transform 0.2s; }
.nmc-licensing__track:hover { transform: translateY(-2px); }
.nmc-licensing__track-thumb { width: 100%; aspect-ratio: 1; object-fit: cover; }
.nmc-licensing__track-name { padding: 10px 12px 4px; font-weight: 700; font-size: 0.9rem; }
.nmc-licensing__track-meta { padding: 0 12px 8px; display: flex; gap: 8px; }
.nmc-licensing__track-meta span { font-size: 0.75rem; color: #888; }
.nmc-licensing__empty { padding: 48px; color: #888; text-align: center; }
.nmc-licensing__form { max-width: 640px; margin: 32px auto 0; }
.nmc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.nmc-licensing__form input, .nmc-licensing__form select, .nmc-licensing__form textarea { width: 100%; background: #111; border: 1px solid #333; color: var(--nmc-white, #F5F0E8); border-radius: 6px; padding: 12px; font-family: inherit; font-size: 0.9rem; }
.nmc-licensing__form input:focus, .nmc-licensing__form select:focus, .nmc-licensing__form textarea:focus { border-color: var(--nmc-gold, #C9A84C); outline: none; }
.nmc-licensing__form textarea { margin-bottom: 16px; resize: vertical; }
.nmc-form-status { margin-top: 12px; font-size: 0.9rem; padding: 8px; border-radius: 4px; }
.nmc-form-status--success { background: rgba(74,222,128,0.1); color: #4ade80; }
.nmc-form-status--error { background: rgba(248,113,113,0.1); color: #f87171; }

/* ── Timeline ──────────────────────────────────────────────────────────── */
.nmc-world__timeline-section { padding: 80px 0; border-top: 1px solid #1a1a1a; }
.nmc-world__timeline-intro { color: #888; margin-bottom: 48px; }
.nmc-world__timeline { position: relative; }
.nmc-world__timeline-item { display: grid; grid-template-columns: 80px 24px 1fr; gap: 16px; align-items: start; margin-bottom: 32px; }
.nmc-world__timeline-date { text-align: right; }
.nmc-world__timeline-year { display: block; font-weight: 800; font-size: 1rem; color: var(--nmc-gold, #C9A84C); }
.nmc-world__timeline-month { display: block; font-size: 0.75rem; color: #888; }
.nmc-world__timeline-line { display: flex; flex-direction: column; align-items: center; }
.nmc-world__timeline-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.nmc-world__timeline-dot--origin { background: var(--nmc-gold, #C9A84C); }
.nmc-world__timeline-dot--world { background: #888; }
.nmc-world__timeline-dot--release { background: #F5F0E8; }
.nmc-world__timeline-line::after { content: ''; display: block; width: 2px; height: calc(100% + 32px); background: #222; margin-top: 4px; }
.nmc-world__timeline-event-title { font-weight: 700; font-size: 1.05rem; margin-bottom: 4px; }
.nmc-world__timeline-event-desc { color: #888; font-size: 0.9rem; line-height: 1.6; }

/* ── Rivalry Feed ──────────────────────────────────────────────────────── */
.nmc-rivalry { background: #111; border: 1px solid #1a1a1a; border-radius: 12px; padding: 32px; margin: 48px 0; }
.nmc-rivalry__label { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.2em; color: var(--nmc-gold, #C9A84C); margin-bottom: 24px; text-transform: uppercase; }
.nmc-rivalry__match { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-bottom: 16px; }
.nmc-rivalry__artist { text-align: center; }
.nmc-rivalry__artist--right { text-align: center; }
.nmc-rivalry__artist-img { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; margin: 0 auto 8px; display: block; }
.nmc-rivalry__artist-name { font-weight: 700; }
.nmc-rivalry__artist-genre { font-size: 0.75rem; color: #888; }
.nmc-rivalry__artist-pct { font-size: 1.5rem; font-weight: 900; color: var(--nmc-gold, #C9A84C); margin-top: 4px; }
.nmc-rivalry__vs { font-size: 1.5rem; font-weight: 900; color: #333; }
.nmc-rivalry__bar { height: 8px; border-radius: 100px; overflow: hidden; display: flex; margin-bottom: 16px; }
.nmc-rivalry__bar-fill--a { background: var(--nmc-gold, #C9A84C); transition: width 1s; }
.nmc-rivalry__bar-fill--b { background: #333; transition: width 1s; }
.nmc-rivalry__cta { display: flex; gap: 12px; justify-content: center; }

/* ── Supporter Wall ────────────────────────────────────────────────────── */
.nmc-supporter-wall { overflow: hidden; padding: 24px 0; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; }
.nmc-supporter-wall__label { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; color: #444; text-transform: uppercase; text-align: center; margin-bottom: 12px; }
.nmc-supporter-wall__track { display: flex; gap: 16px; white-space: nowrap; animation: nmc-scroll 30s linear infinite; }
.nmc-supporter-wall__name { font-weight: 600; font-size: 0.9rem; color: #888; }
.nmc-supporter-wall__sep { color: var(--nmc-gold, #C9A84C); font-size: 0.7rem; }
.nmc-supporter-wall__cta { text-align: center; margin-top: 12px; }

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nmc-cipher__steps { grid-template-columns: 1fr; }
  .nmc-cipher__tiktok-grid { grid-template-columns: repeat(2, 1fr); }
  .nmc-licensing__tier-grid { grid-template-columns: 1fr; }
  .nmc-licensing__track-grid { grid-template-columns: repeat(2, 1fr); }
  .nmc-form-row { grid-template-columns: 1fr; }
  .nmc-world__timeline-item { grid-template-columns: 56px 20px 1fr; }
}
@media (max-width: 480px) {
  .nmc-cipher__tiktok-grid { grid-template-columns: 1fr; }
  .nmc-licensing__track-grid { grid-template-columns: 1fr; }
}


/* ── Single Track Page ──────────────────────────────────────────────────── */
.nmc-track-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
  display: flex;
  align-items: flex-end;
  padding: 0 0 48px;
}
.nmc-track-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.3) 0%, rgba(0,0,0,.85) 100%);
}
.nmc-track-hero__content {
  position: relative;
  z-index: 1;
  padding: 0 32px;
  max-width: 900px;
}
.nmc-track-hero__artist {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffd700;
  margin: 0 0 8px;
}
.nmc-track-hero__artist a { color: #ffd700; text-decoration: none; }
.nmc-track-hero__title {
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.nmc-play-btn--big {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffd700;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  padding: 14px 28px;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
.nmc-play-btn--big:hover { background: #ffe84d; transform: scale(1.03); }

/* Track body layout */
.nmc-track-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .nmc-track-layout { grid-template-columns: 1fr; gap: 32px; }
}

/* Metadata sidebar */
.nmc-track-meta {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 24px;
  align-self: start;
}
.nmc-track-meta__heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 20px;
}
.nmc-track-meta__row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 16px;
}
.nmc-track-meta__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,.35);
}
.nmc-track-meta__value {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.nmc-track-meta__value a { color: #ffd700; text-decoration: none; }
.nmc-license-cta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.nmc-license-cta__label {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  margin: 0 0 8px;
}
.nmc-license-cta__link {
  display: inline-block;
  color: #ffd700;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,215,0,.4);
  border-radius: 6px;
  padding: 8px 14px;
  transition: background .2s;
}
.nmc-license-cta__link:hover { background: rgba(255,215,0,.1); }

/* Main content */
.nmc-track-main { color: #fff; }
.nmc-section-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 20px;
}
.nmc-track-story__content {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.75);
}
.nmc-related-tracks__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nmc-related-tracks__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  padding: 10px 14px;
}
.nmc-related-tracks__thumb img { width: 44px; height: 44px; border-radius: 4px; object-fit: cover; }
.nmc-related-tracks__name { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.nmc-related-tracks__name:hover { color: #ffd700; }
.nmc-play-btn--small {
  margin-left: auto;
  background: transparent;
  color: #ffd700;
  border: 1px solid rgba(255,215,0,.4);
  border-radius: 50%;
  width: 32px; height: 32px;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
}
