/* ============================================================
   NMC MOBILE — Complete Responsive CSS
   Naira Music Cartel WordPress Theme
   Breakpoints: 1024px | 768px | 480px
   ============================================================ */

/* ----------------------------------------------------------
   TABLET LANDSCAPE — max-width: 1024px
   ---------------------------------------------------------- */
@media (max-width: 1024px) {

  /* Grids */
  .nmc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .nmc-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Stats */
  .nmc-stats {
    gap: 40px;
    flex-wrap: wrap;
  }

  /* Featured track */
  .nmc-featured-track {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nmc-featured-track__artwork {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  /* Horizontal scroll */
  .nmc-horizontal--artist .nmc-artist-card {
    width: 180px;
  }

  /* Lore */
  .nmc-lore-section {
    padding: 60px 24px;
  }

  /* Artist hero */
  .nmc-artist-hero h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    letter-spacing: -2px;
  }

  /* Radio strip */
  .nmc-radio-strip {
    padding: 60px 24px;
  }

  /* Footer grid tighten */
  .nmc-footer__inner {
    gap: 32px;
    padding: 60px 24px;
  }

}

/* ----------------------------------------------------------
   TABLET PORTRAIT — max-width: 768px
   ---------------------------------------------------------- */
@media (max-width: 768px) {

  /* === NAV === */

  /* Hide desktop nav links */
  .nmc-nav__menu {
    display: none;
  }

  /* Show hamburger */
  .nmc-nav__hamburger {
    display: flex;
  }

  /* Mobile menu — full screen overlay */
  .nmc-nav__menu.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--nmc-black);
    padding: 40px 24px;
    gap: 24px;
    z-index: 999;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
  }

  .nmc-nav__menu.is-open li {
    width: 100%;
    border-bottom: 1px solid var(--nmc-grey);
    padding-bottom: 24px;
  }

  .nmc-nav__menu.is-open a {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    color: var(--nmc-white);
    display: block;
    width: 100%;
  }

  .nmc-nav__menu.is-open a:hover {
    color: var(--nmc-gold);
  }

  /* Hide radio CTA in nav on mobile — it lives in player */
  #radio-cta {
    display: none;
  }

  /* === HERO === */
  .nmc-hero h1 {
    font-size: clamp(2rem, 10vw, 4rem);
    letter-spacing: -1px;
  }

  .nmc-hero__subtitle {
    font-size: 0.75rem;
    letter-spacing: 3px;
  }

  .nmc-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  /* === PLAYER (simplified mobile) === */
  .player__progress {
    display: none;
  }

  .player__volume {
    display: none;
  }

  .player__inner {
    gap: 12px;
  }

  .player__info {
    min-width: 0;
    max-width: none;
    flex: 1;
  }

  #track-title {
    font-size: 0.8rem;
  }

  #track-artist {
    font-size: 0.65rem;
  }

  /* === GRIDS === */
  .nmc-grid-3 {
    grid-template-columns: 1fr;
  }

  .nmc-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* === FOOTER === */
  .nmc-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }

  .nmc-footer {
    margin-top: 80px;
  }

  /* === STATS === */
  .nmc-stats {
    flex-direction: column;
    gap: 40px;
    padding: 60px 0;
  }

  .nmc-counter {
    font-size: 3rem;
  }

  /* === ARTIST HERO === */
  .nmc-artist-hero {
    padding-bottom: 60px;
  }

  .nmc-artist-hero h1 {
    font-size: clamp(2.5rem, 10vw, 5rem);
    letter-spacing: -2px;
  }

  /* === SECTIONS === */
  .nmc-section {
    padding: 70px 0;
  }

  .nmc-section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  /* === WORLD PAGE === */
  .nmc-world-hero {
    height: 70vh;
  }

  /* === LORE === */
  .nmc-lore-section {
    padding: 60px 20px;
  }

  .nmc-lore-section h2 {
    font-size: 1.6rem;
  }

  .nmc-lore-section p {
    font-size: 1rem;
  }

  /* === FEATURED TRACK === */
  .nmc-featured-track {
    padding: 60px 0;
  }

  /* === RADIO STRIP === */
  .nmc-radio-strip {
    padding: 60px 24px;
  }

  /* === MODAL === */
  .nmc-modal__content {
    padding: 28px 20px;
  }

  /* === MARQUEE === */
  .nmc-marquee__track {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }

  /* === HORIZONTAL SCROLL === */
  .nmc-horizontal--artist .nmc-artist-card {
    width: 160px;
  }

  .nmc-horizontal--track .nmc-track-card {
    width: 280px;
  }

}

/* ----------------------------------------------------------
   MOBILE — max-width: 480px
   ---------------------------------------------------------- */
@media (max-width: 480px) {

  /* === TYPOGRAPHY === */
  h1 {
    letter-spacing: -1px;
  }

  /* === GRIDS === */
  .nmc-grid-4 {
    grid-template-columns: 1fr;
  }

  .nmc-grid-2 {
    grid-template-columns: 1fr;
  }

  /* === CONTAINER === */
  .container {
    padding: 0 16px;
  }

  /* === PLAYER === */
  .player__info span {
    max-width: 120px;
  }

  .player__artwork img {
    width: 36px;
    height: 36px;
  }

  #nmc-player {
    padding: 0 12px;
  }

  /* === WORLD HERO === */
  .nmc-world-hero {
    height: 60vh;
    min-height: 360px;
  }

  /* === LORE === */
  .nmc-lore-section {
    padding: 40px 16px;
  }

  .nmc-lore-section h2 {
    font-size: 1.4rem;
  }

  .nmc-lore-section h3 {
    font-size: 1.1rem;
  }

  .nmc-lore-section p {
    font-size: 0.95rem;
  }

  /* === HERO === */
  .nmc-hero h1 {
    font-size: clamp(1.8rem, 12vw, 3rem);
    letter-spacing: -0.5px;
  }

  /* === ARTIST HERO === */
  .nmc-artist-hero h1 {
    font-size: clamp(2.2rem, 12vw, 4rem);
    letter-spacing: -1px;
  }

  /* === ARTIST CARD === */
  .nmc-artist-card h3 {
    font-size: 1rem;
  }

  /* === TRACK CARD === */
  .nmc-track-card {
    padding: 12px;
    gap: 12px;
  }

  /* === STATS === */
  .nmc-counter {
    font-size: 2.5rem;
  }

  /* === CTA === */
  .cta {
    padding: 12px 20px;
    font-size: 0.75rem;
  }

  /* === FOOTER === */
  .nmc-footer__inner {
    padding: 40px 16px;
  }

  .nmc-footer__logo {
    font-size: 1.2rem;
  }

  .nmc-footer__bottom {
    font-size: 0.6rem;
    letter-spacing: 2px;
    padding: 20px 16px;
  }

  /* === NAV === */
  .nmc-nav__inner {
    padding: 0 16px;
  }

  /* === RADIO STRIP === */
  .nmc-radio-strip {
    padding: 48px 16px;
  }

  .nmc-radio-strip__frequency {
    letter-spacing: -2px;
  }

  /* === SECTION HEADER === */
  .nmc-section-header h2 {
    font-size: 1.4rem;
  }

  /* === HORIZONTAL SCROLL === */
  .nmc-horizontal--artist .nmc-artist-card {
    width: 140px;
  }

  .nmc-horizontal {
    gap: 12px;
  }

  /* === MODAL === */
  .nmc-modal {
    padding: 12px;
  }

  .nmc-modal__content {
    padding: 24px 16px;
  }

  /* === SECTION SPACING === */
  .nmc-section {
    padding: 52px 0;
  }

  .nmc-stats {
    padding: 48px 0;
    gap: 32px;
  }

}
