/* ============================= */
/* RESPONSIVE DESIGN MOVIL       */
/* ============================= */

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .roleplay-galleries {
    flex-direction: column;
    align-items: center;
  }

  .gallery-column img {
    max-height: 250px;
  }

  .gallery-column h4 {
    font-size: 1.2rem;
  }

  .gallery-column p {
    font-size: 0.95rem;
    text-align: center;
    padding: 0 10px;
  }

  .contact-grid {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .field-group input,
  .field-message textarea,
  .btn-contact {
    width: 90%;
  }

  .video-container iframe {
    height: 250px;
  }

  .social-links a {
    display: inline-block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .scroll-up {
    bottom: 10px;
    right: 10px;
    font-size: 1.2rem;
  }

  .preloader-logo {
    width: 160px;
  }

  .preloader-text {
    font-size: 1rem;
  }

  .main-footer {
    font-size: 0.85rem;
    padding: 20px 10px;
  }

  .social-links {
    flex-direction: column;
    gap: 5px;
  }

  .nav-links {
    text-align: center;
    font-size: 0.9rem;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
  }
}
