/* ===================================================
   NexArena — Responsive Extras
   =================================================== */

/* Tablet landscape */
@media (max-width: 1280px) {
  .container { padding: 0 1.5rem; }
}

/* Ensure video never creates hor-scroll */
video, iframe, embed, object {
  max-width: 100%;
}

/* Improve tap targets on mobile */
@media (max-width: 768px) {
  .btn {
    min-height: 44px;
  }
  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .footer-social a {
    min-width: 44px;
    min-height: 44px;
  }
}
