/* =================================================================
   BRILLIANT FEST — RESPONSIVE
   ================================================================= */

/* ---------- LAPTOP / SMALL DESKTOP ---------- */
@media (max-width: 1180px) {
  .artists-poster { aspect-ratio: 4/5; }
}

/* ---------- TABLET ---------- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { display: none; }

  .about-inner, .venue-inner { grid-template-columns: 1fr; }
  .about-media { order: -1; max-width: 480px; margin: 0 auto; }

  .ticket-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col:first-child { grid-column: span 2; }

  .timeline-track { flex-wrap: wrap; row-gap: 2.4rem; }
  .timeline-track::before, .timeline-progress { display: none; }
  .timeline-item { flex: 0 0 30%; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 640px) {
  :root { --space-section: 4rem; }

  .hero { padding-top: 5.5rem; }
  .hero-content { gap: 1.1rem; }
  .countdown { gap: 0.5rem; }
  .countdown-item { min-width: 58px; padding: 0.7rem 0.6rem; }
  .hero-cta-row { flex-direction: column; width: 100%; }
  .hero-cta-row .btn { width: 100%; }
  .hero-meta { flex-direction: column; gap: 0.6rem; }
  .hero-meta-divider { display: none; }

  .artists-poster { aspect-ratio: 3/4; border-radius: 22px; }
  .artists-poster-content { padding: 0 1.2rem 1.5rem; }
  .artists-secondary-row { gap: 1.2rem; flex-wrap: wrap; }

  .about-stats { flex-wrap: wrap; gap: 1.6rem 2.2rem; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-col:first-child { grid-column: span 1; }
  .footer-top { flex-direction: column; align-items: flex-start; }

  .timeline-item { flex: 0 0 45%; }

  .venue-map { aspect-ratio: 1/1; }

  .ticket-card { padding: 1.8rem 1.5rem; }
}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 380px) {
  .countdown-num { font-size: 1.4rem; }
  .countdown-label { font-size: 0.58rem; }
  .hero-badge { font-size: 0.65rem; padding: 0.45rem 0.85rem; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
