/*
 * The Site - Main Stylesheet (Fully Restored & Complete)
 * File Path: /styles.css
 * Version: 2025.07.01.08.33.00
 * Description: The complete and final stylesheet for the public-facing website.
 * Author: Gemini
 */

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Helvetica Neue', 'Arial', sans-serif; font-weight: 300; line-height: 1.6; color: #ffffff; background-color: #000; overflow-x: hidden; position: relative; min-height: 100vh; }
h1, h2, h3, h4, h5, h6 { font-weight: 100; margin-bottom: 1rem; line-height: 1.2; color: #ffffff; letter-spacing: 2px; }
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2rem; }
h3 { font-size: 1.8rem; font-weight: 200; }
p { margin-bottom: 1.5rem; line-height: 1.8; color: rgba(255, 255, 255, 0.9); }
a { color: #00d4ff; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #ffffff; text-shadow: 0 0 10px #00d4ff; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; width: 100%; }
.section { padding: 80px 0; position: relative; }
*:focus { outline: 2px solid #00d4ff !important; outline-offset: 2px !important; }
.fade-in { animation: fadeInUp 0.8s ease-out forwards; opacity: 0; transform: translateY(30px); }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   MAIN CONTENT AREA
   ========================================================================== */
main#main-content {
    padding-top: 120px; /* Pushes all content down to clear the fixed header */
}

/* ==========================================================================
   BACKGROUND & OVERLAY
   ========================================================================== */
#background-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; overflow: hidden; background-color: #000; background-size: cover; background-position: center; }
#background-container iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; transform: translate(-50%, -50%); pointer-events: none; }
#background-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
.slide.active { opacity: 1; }

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
.site-header { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; width: 90%; max-width: 1200px; background: rgba(0, 0, 0, 0.2); backdrop-filter: blur(30px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50px; padding: 15px 30px; transition: all 0.3s ease; }
.site-header.scrolled { top: 10px; background: rgba(0, 0, 0, 0.4); border-color: rgba(0, 212, 255, 0.3); }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.phone-number a { color: rgba(255, 255, 255, 0.8); }
.site-title { margin: 0; }
.site-title a { color: white; font-size: 1.4rem; font-weight: 100; letter-spacing: 3px; text-transform: uppercase; }
.nav-menu { list-style: none; display: flex; gap: 5px; }
.nav-link { display: block; padding: 8px 16px; color: rgba(255, 255, 255, 0.7); border: 1px solid transparent; border-radius: 25px; text-transform: uppercase; font-size: 0.85rem; }
.nav-link:hover, .nav-link.active { background: rgba(0, 212, 255, 0.2); border-color: rgba(0, 212, 255, 0.5); color: #ffffff; }

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.home-section { padding: 0; }
.hero-video-container { position: relative; width: 100vw; height: 70vh; margin: 0 0 80px 0; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #000; }
.video-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.play-button { width: 100px; height: 100px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.play-icon { font-size: 30px; color: #ffffff; margin-left: 8px; }
.video-overlay { position: absolute; bottom: 0; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,0.8)); padding: 40px; text-align: center; }
.video-overlay h2 { font-size: 3.5rem; }
.hero-video { position: relative; width: 100%; height: 100%; display: none; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.77vh; transform: translate(-50%, -50%); border: none; }
.welcome-content { text-align: center; max-width: 1000px; margin: 0 auto; }

/* ==========================================================================
   CONTENT SECTIONS
   ========================================================================== */
.tour-section h2, .bio-section h2, .photos-section h2, .videos-section h2 { text-align: center; margin-bottom: 60px; }
.bio-content { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.bio-main, .bio-sidebar { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px; }
.quick-facts ul { list-style: none; }
.quick-facts li { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
.photo-item { position: relative; border-radius: 15px; overflow: hidden; cursor: pointer; }
.photo-item img { width: 100%; height: 280px; object-fit: cover; }
.photo-caption { position: absolute; bottom: 0; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,0.9)); color: white; padding: 20px; text-align: center; }
.video-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; }
.video-item { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 20px; overflow: hidden; }
.video-container { position: relative; width: 100%; padding-bottom: 56.25%; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-item h3 { padding: 20px 25px 15px; }
.video-item p { padding: 0 25px 25px; }

/* ==========================================================================
   TOUR SECTION - REVAMPED CARDS
   ========================================================================== */
.tour-dates { max-width: 1100px; margin: 0 auto; display: grid; gap: 30px; }
.tour-date-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 15px; display: grid; grid-template-columns: 250px 1fr 350px; gap: 30px; padding: 30px; transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); overflow: hidden; }
.tour-date-card:hover { border-color: rgba(0, 212, 255, 0.3); transform: translateY(-5px); }
.tour-poster-col img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.tour-details-col { display: flex; flex-direction: column; }
.date-info { margin-bottom: 20px; }
.date-info .date { font-size: 1.5rem; font-weight: 200; }
.date-info .time { font-size: 1rem; color: rgba(255, 255, 255, 0.7); }
.venue-info h3 { font-size: 1.8rem; margin-bottom: 10px; }
.venue-info p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 10px; }
.performance-type { color: #00d4ff !important; font-style: italic; }
.tour-links { margin-top: auto; }
.venue-link { display: inline-block; padding: 10px 25px; background: rgba(0, 212, 255, 0.2); border: 1px solid rgba(0, 212, 255, 0.5); color: #ffffff !important; border-radius: 25px; }
.tour-social-col .social-embed-wrapper { width: 100%; height: 100%; min-height: 250px; background: rgba(0,0,0,0.1); border-radius: 10px; }
.tour-social-col .social-embed-wrapper > div { max-height: 400px; overflow-y: auto; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { padding: 40px 0; margin-top: 80px; text-align: center; background: rgba(0,0,0,0.2); }

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.lightbox { display: none; position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); backdrop-filter: blur(8px); flex-direction: column; align-items: center; justify-content: center; }
.lightbox-content { max-width: 85%; max-height: 80vh; }
#lightbox-caption { width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 15px 0; }
.lightbox-close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; cursor: pointer; }

/* ==========================================================================
   MOBILE RESPONSIVE
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .tour-date-card { grid-template-columns: 1fr; }
    .tour-social-col { min-height: 400px; }
    .bio-content { grid-template-columns: 1fr; }
}
@media screen and (max-width: 768px) {
    .container { padding: 0 20px; }
    .section { padding: 60px 0; }
    .site-header { flex-direction: column; padding: 10px; height: auto; border-radius: 25px; }
    .header-container { flex-direction: column; gap: 10px; }
    .nav-menu { flex-wrap: wrap; justify-content: center; }
    .tour-date-card { padding: 20px; }
    .photo-gallery, .video-gallery { grid-template-columns: 1fr; }
}