/* Theme: Light – white background, dark text, shadow cards, 2-column, friendly sans */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

body.theme-light {
    background: #f8fafc;
    color: #1e293b;
    font-family: 'Outfit', -apple-system, sans-serif;
}

body.theme-light .site-header,
body.theme-light header.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 0.75rem 0;
}

/* Custom logo with black background: match header to black so logo blends; keep nav readable */
body.theme-light .site-header.site-header--custom-logo {
    background: #000000;
    border-bottom-color: #333;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

body.theme-light .site-header.site-header--custom-logo .hamburger,
body.theme-light .site-header.site-header--custom-logo .nav-links a,
body.theme-light .site-header.site-header--custom-logo .nav-dropdown-toggle {
    color: #e2e8f0;
}

body.theme-light .site-header.site-header--custom-logo .hamburger:hover,
body.theme-light .site-header.site-header--custom-logo .nav-links a:hover,
body.theme-light .site-header.site-header--custom-logo .nav-dropdown-toggle:hover {
    color: #ffffff;
}

/* Tonight's Performances CTA bar + next performance date bar – Light sky blue */
body.theme-light .tonight-cta-bar {
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.06) 100%);
    border-bottom-color: rgba(14, 165, 233, 0.35);
    color: #0ea5e9;
}
body.theme-light .tonight-cta-bar:hover {
    background: rgba(14, 165, 233, 0.18);
}
body.theme-light .tonight-cta-bar-btn {
    border-color: #0ea5e9;
}
body.theme-light .tonight-cta-bar:hover .tonight-cta-bar-btn {
    background: rgba(14, 165, 233, 0.15);
}
/* Show subsite next-performance CTA – Light sky blue */
body.theme-light .show-subsite-next-cta {
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.06) 100%);
    border-bottom-color: rgba(14, 165, 233, 0.35);
    color: #0ea5e9;
}
body.theme-light .show-subsite-next-cta:hover {
    background: rgba(14, 165, 233, 0.18);
}
body.theme-light .show-subsite-next-cta-btn {
    border-color: #0ea5e9;
}
body.theme-light .show-subsite-next-cta:hover .show-subsite-next-cta-btn {
    background: rgba(14, 165, 233, 0.15);
}
/* Show hero: event date buttons on overlay – Light sky blue */
body.theme-light .hero-date-btn {
    background: rgba(15, 23, 42, 0.92);
    color: #0ea5e9;
    border-color: rgba(14, 165, 233, 0.5);
}
body.theme-light .hero-date-btn:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: #0ea5e9;
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.2);
}
body.theme-light .hero-more-dates {
    color: #0ea5e9;
    border-bottom-color: rgba(14, 165, 233, 0.6);
}
body.theme-light .hero-more-dates:hover {
    color: #0284c7;
    border-bottom-color: #0284c7;
}
body.theme-light .show-hero-overlay .starting-price {
    color: #0ea5e9;
}
body.theme-light .show-card-next-performance {
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
    border-bottom-color: rgba(14, 165, 233, 0.25);
}
/* Cycle CTA colors – Light template */
body.theme-light .shows-grid .show-card:nth-child(4n+1) .card-cta-text,
body.theme-light .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+1) .venue-sidebar-show-cta-text { color: #0ea5e9; }
body.theme-light .shows-grid .show-card:nth-child(4n+2) .card-cta-text,
body.theme-light .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+2) .venue-sidebar-show-cta-text { color: #0284c7; }
body.theme-light .shows-grid .show-card:nth-child(4n+3) .card-cta-text,
body.theme-light .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+3) .venue-sidebar-show-cta-text { color: #0369a1; }
body.theme-light .shows-grid .show-card:nth-child(4n+4) .card-cta-text,
body.theme-light .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+4) .venue-sidebar-show-cta-text { color: #7dd3fc; }
body.theme-light .card-cta-highlight--sold-out { color: #0284c7; }
body.theme-light .card-cta-highlight--available { color: #0ea5e9; }
body.theme-light .card-cta-highlight--accent { color: #0369a1; }

body.theme-light .site-header .hamburger,
body.theme-light .logo-hero .hamburger-hero {
    color: #1e293b;
}

body.theme-light .site-header .hamburger:hover,
body.theme-light .logo-hero .hamburger-hero:hover {
    color: #0ea5e9;
}

/* Mobile menu – match Light template */
body.theme-light .mobile-menu {
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
}

body.theme-light .mobile-menu a,
body.theme-light .mobile-menu .mobile-menu-section-label {
    color: #1e293b;
    font-family: 'Outfit', sans-serif;
}

body.theme-light .mobile-menu a:hover {
    color: #0ea5e9;
}

body.theme-light .mobile-menu .mobile-submenu {
    border-left-color: #e2e8f0;
}

body.theme-light .mobile-menu .mobile-submenu a,
body.theme-light .mobile-menu .nav-dropdown-item {
    color: #64748b;
}

body.theme-light .mobile-menu .mobile-submenu a:hover,
body.theme-light .mobile-menu .nav-dropdown-item:hover {
    color: #0ea5e9;
}

body.theme-light .mobile-menu .nav-dropdown-loading {
    color: #94a3b8;
}

body.theme-light .menu-overlay {
    background: rgba(15, 23, 42, 0.4);
}

body.theme-light .container {
    max-width: 960px;
}

body.theme-light .logo-hero,
body.theme-light .page-home .logo-hero {
    background: #ffffff;
    padding: 2rem 2rem;
    border-bottom: 1px solid #e2e8f0;
}

body.theme-light .logo-hero-image {
    filter: none;
}

body.theme-light .section-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.02em;
    text-transform: none;
    border-bottom: 3px solid #0ea5e9;
    color: #0f172a;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

body.theme-light .nav-links {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0;
}

body.theme-light .nav-links a,
body.theme-light .shows-contact-link a {
    color: #475569;
}

body.theme-light .nav-links a:hover,
body.theme-light .nav-links a.active,
body.theme-light .shows-contact-link a:hover {
    color: #0ea5e9;
    border-color: #0ea5e9;
    text-shadow: none;
}

/* 2-column grid: desktop only; mobile uses same layout as normal SCS (home.css) */
@media (min-width: 769px) {
    body.theme-light .shows-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    body.theme-light .card-title {
        font-family: 'Outfit', sans-serif;
        font-size: 1.2rem;
    }

    body.theme-light .card-price {
        font-family: 'Outfit', sans-serif;
        font-size: 1.4rem;
    }
}

@media (min-width: 1025px) {
    body.theme-light .shows-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

body.theme-light .show-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06);
}

body.theme-light .show-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 28px rgba(14, 165, 233, 0.12);
    border: none;
    transform: translateY(-4px);
}

body.theme-light .show-card-img-wrap {
    background: #e2e8f0;
}

body.theme-light .card-title {
    font-weight: 700;
    color: #0f172a;
}

body.theme-light .card-venue {
    color: #64748b;
}

body.theme-light .card-description {
    color: #475569;
}

body.theme-light .card-price {
    color: #0ea5e9;
    text-shadow: none;
}

body.theme-light .why-book-section {
    background: #ffffff;
    padding: 3rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

body.theme-light .why-book-section .section-title {
    font-size: 1.75rem;
    color: #0f172a;
}

body.theme-light .why-book-list {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
}

body.theme-light .trust-section {
    background: #f1f5f9;
    padding: 2.5rem 2rem;
}

body.theme-light .trust-item h3 {
    font-family: 'Outfit', sans-serif;
    color: #0f172a;
}

body.theme-light .trust-item p {
    color: #64748b;
}

body.theme-light .cta-section {
    background: #ffffff;
    border-top: 2px solid #0ea5e9;
    border-bottom: 2px solid #e2e8f0;
    padding: 3rem 2rem;
}

body.theme-light .cta-section-content,
body.theme-light .cta-section-content p {
    color: #475569;
}

body.theme-light .cta-section-content a {
    color: #0ea5e9;
}

body.theme-light .cta-section-content a:hover {
    color: #0284c7;
}

body.theme-light .hero-cta,
body.theme-light .btn.primary {
    background: #0ea5e9 !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

body.theme-light .hero-cta:hover,
body.theme-light .btn.primary:hover {
    background: #0284c7 !important;
}

body.theme-light .card-button {
    background: #0ea5e9 !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

body.theme-light .show-card-link:hover .card-button {
    background: #0284c7 !important;
    color: #ffffff !important;
}

body.theme-light .show-card-link:hover .card-title,
body.theme-light .show-card-link:hover .card-description,
body.theme-light .show-card-link:hover .card-price,
body.theme-light .show-card-link:hover .card-venue {
    color: inherit;
    text-shadow: none;
}

body.theme-light footer {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    padding: 3rem 2rem;
}

body.theme-light footer a,
body.theme-light .footer-grid p {
    color: #475569;
}

body.theme-light footer a:hover {
    color: #0ea5e9;
}

body.theme-light .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

body.theme-light .footer-grid h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #0f172a;
}

body.theme-light .footer-bottom {
    color: #64748b;
    border-top-color: #e2e8f0;
}

body.theme-light .footer-legal {
    color: #94a3b8;
}

body.theme-light .nav-dropdown-menu {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.theme-light .nav-dropdown-menu a {
    color: #1e293b;
}

body.theme-light .preview-banner {
    background: #0c4a6e;
    border-bottom-color: #075985;
    color: #e0f2fe;
}

body.theme-light .preview-banner-exit {
    color: #7dd3fc;
}

/* Show page: readable content on light background */
body.theme-light .section-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

body.theme-light .section-card h2 {
    color: #0f172a;
}

body.theme-light .about-content p,
body.theme-light .about-content ul,
body.theme-light .about-content ol {
    color: #334155;
}

body.theme-light .about-content a {
    color: #0ea5e9;
}

body.theme-light .about-content a:hover {
    color: #0284c7;
}

body.theme-light .read-more {
    color: #0ea5e9;
}

/* Quick Glance: dark text and clear icons on white card */
body.theme-light .quick-glance-title {
    color: #0f172a;
}

body.theme-light .quick-glance-text {
    color: #334155;
}

body.theme-light .quick-glance-item:nth-child(odd) .quick-glance-icon {
    color: #0891b2;
}

body.theme-light .quick-glance-item:nth-child(even) .quick-glance-icon {
    color: #7c3aed;
}

/* Follow section icons on light card */
body.theme-light .show-social-links.social-links--icons a {
    background: #e2e8f0;
    color: #0f172a;
}

body.theme-light .show-social-links.social-links--icons a:hover {
    background: #0891b2;
    color: #fff;
}

/* Hero social: ensure visible on show page (AllMotown / themed sites) */
body.theme-light .show-hero-social {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: flex-end;
    z-index: 20;
}

body.theme-light .show-hero-social-links.social-links--icons a {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

body.theme-light .show-hero-social-links.social-links--icons a:hover {
    background: #0891b2;
    color: #fff;
}

@media (max-width: 768px) {
    body.theme-light .show-hero-social {
        display: none;
    }
}
