/* === ALBUKARAOQUE WEBSITE - RESPONSIVE DESIGN === */
/* Mobile and responsive design styles */

/* === RESPONSIVE DESIGN === */
@media screen and (max-width: 600px) {
  .textbody {
    max-width: 100%;
  }
  
  .home-image {
    width: 66%;
  }
}

/* === MOBILE RESPONSIVE FOR EVENTS === */
@media (max-width: 768px) {
  .event-card-content {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 1.5rem;
  }
  
  .event-date {
    min-width: auto;
    width: 100px;
    margin: 0 auto;
  }
  
  .event-details h3 {
    font-size: 1.5rem;
  }
  
  .event-info {
    justify-content: center;
    gap: 1rem;
  }
  
  .event-actions {
    justify-content: center;
  }
    .btn-primary, .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  
  .home-cta-button {
    width: 100%;
    max-width: 280px;
    padding: 0.9rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .social-links {
    flex-direction: column;
    align-items: center;
  }
  
  .upcoming-events h2 {
    font-size: 2rem;
  }
}

/* === RESPONSIVE DESIGN - HERO VIDEO === */
@media (max-width: 768px) {
  .hero-video-section {
    height: 80vh;
    min-height: 500px;
  }
  
  .hero-tagline {
    font-size: 2.5rem;
  }
  
  .hero-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    max-width: 300px;
  }
  
  .shows-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-tagline {
    font-size: 2rem;
  }
  
  .hero-logo {
    max-width: 300px;
  }
  
  .show-card {
    padding: 1.5rem;
  }
  
  .date-day {
    font-size: 2.5rem;
  }
}

/* === RESPONSIVE DESIGN - VIDEOS === */
@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  
  .page-subtitle {
    font-size: 1.1rem;
  }
  
  .instagram-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .videos-hero {
    padding: 4rem 1rem 3rem;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .video-placeholder {
    padding: 2rem 1rem;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
}

/* === RESPONSIVE DESIGN - MERCHANDISE === */
@media (max-width: 768px) {
  .merch-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .info-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .custom-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .support-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .merch-hero {
    padding: 4rem 1rem 3rem;
  }
  
  .merch-item {
    padding: 1.5rem;
  }
  
  .item-image {
    font-size: 3rem;
  }
  
  .custom-features {
    grid-template-columns: 1fr;
  }
  
  .support-stats {
    grid-template-columns: 1fr;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

/* === RESPONSIVE DESIGN - EVENTS === */
@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .venue-grid {
    grid-template-columns: 1fr;
  }
  
  .info-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .event-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .event-actions {
    flex-direction: column;
  }
  
  .info-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    max-width: 300px;
  }
  
  .social-links {
    flex-direction: column;
    align-items: center;
  }
  
  .social-link {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

/* === RESPONSIVE DESIGN - HERO SECTIONS === */
@media (max-width: 768px) {
  .videos-hero,
  .events-hero,
  .merch-hero,
  .musicians-hero,
  .contact-hero,
  .songlist-hero,
  .faq-hero {
    padding: 7rem 0 5rem;
  }
  
  .videos-hero .page-title,
  .events-hero .page-title,
  .merch-hero .page-title,
  .musicians-hero .page-title,
  .contact-hero .page-title,
  .songlist-hero .page-title,
  .faq-hero .page-title {
    font-size: 3rem;
  }
  
  .videos-hero .page-subtitle,
  .events-hero .page-subtitle,
  .merch-hero .page-subtitle,
  .musicians-hero .page-subtitle,
  .contact-hero .page-subtitle,
  .songlist-hero .page-subtitle,
  .faq-hero .page-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .videos-hero,
  .events-hero,
  .merch-hero,
  .musicians-hero,
  .contact-hero,
  .songlist-hero,
  .faq-hero {
    padding: 6rem 0 4rem;
  }
  
  .videos-hero .page-title,
  .events-hero .page-title,
  .merch-hero .page-title,
  .musicians-hero .page-title,
  .contact-hero .page-title,
  .songlist-hero .page-title,
  .faq-hero .page-title {
    font-size: 2.5rem;
  }
  
  .videos-hero .page-subtitle,
  .events-hero .page-subtitle,
  .merch-hero .page-subtitle,
  .musicians-hero .page-subtitle,
  .contact-hero .page-subtitle,
  .songlist-hero .page-subtitle,
  .faq-hero .page-subtitle {
    font-size: 1rem;
  }
}

/* === MUSICIANS PAGE RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .musicians-hero {
    padding: 4rem 1rem 3rem;
  }
  
  .musicians-hero .page-title {
    font-size: 2.5rem;
  }
  
  .musicians-hero .page-subtitle {
    font-size: 1.2rem;
  }
  
  .musicians-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .musician-card,
  .team-card {
    padding: 1.5rem;
  }
  .social-media-section .social-icons {
    gap: 15px;
  }
  
  .social-media-section .fa {
    font-size: 3.5em;
  }
  
  .social-media-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .musicians-hero {
    padding: 3rem 1rem 2rem;
  }
  
  .musicians-hero .page-title {
    font-size: 2rem;
  }
  
  .musicians-section,
  .team-section,
  .social-media-section {
    padding: 3rem 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .social-media-section .social-icons {
    gap: 10px;
  }
  
  .social-media-section .fa {
    font-size: 3em;
  }
  
  .social-media-section h2 {
    font-size: 1.8rem;
  }
}

/* === SHOWS CTA CENTER BUTTON - MOBILE === */
@media (max-width: 768px) {
  .shows-cta-center .cta-button {
    max-width: 180px;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }
}

/* Mobile responsive improvements - all table styles consolidated in components.css */
@media screen and (max-width: 480px) {
  .shows-cta-center .cta-button {
    max-width: 180px;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }
}
