/* Theme: Red – cinematic theater, crimson accents, Cinzel/Crimson Pro, ornamental dividers */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* ── Base & Background ── */

body.theme-red {
    background: #110a0c;
    background-image:
        radial-gradient(ellipse 80% 60% at 50% 15%, rgba(140, 25, 35, 0.10) 0%, transparent 70%);
    color: #f0e0e3;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.05rem;
}

/* vignette removed — too dark in practice */

body.theme-red .container { max-width: 1200px; }

/* ── Header ── */

body.theme-red .site-header,
body.theme-red header.site-header {
    background: linear-gradient(180deg, #140a0d 0%, #1a0e11 100%);
    border-bottom: 1px solid #3b1219;
    padding: 0.75rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

body.theme-red .site-header.site-header--custom-logo {
    background: linear-gradient(180deg, #000 0%, #100809 100%);
    border-bottom-color: #4a1520;
}

body.theme-red .site-header .hamburger,
body.theme-red .logo-hero .hamburger-hero {
    color: #f0e0e3;
}
body.theme-red .site-header .hamburger:hover,
body.theme-red .logo-hero .hamburger-hero:hover {
    color: #ef4444;
}

/* ── Navigation ── */

body.theme-red .nav-links {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
body.theme-red .nav-links a,
body.theme-red .shows-contact-link a {
    color: #d4b5ba;
}
body.theme-red .nav-links a:hover,
body.theme-red .nav-links a.active,
body.theme-red .shows-contact-link a:hover {
    color: #ef4444;
    border-color: #ef4444;
    text-shadow: 0 0 14px rgba(239, 68, 68, 0.5);
}
body.theme-red .header-icons { color: #ef4444; }
body.theme-red .header-icons span:hover { color: #fca5a5; }

body.theme-red .nav-dropdown-menu {
    background: #1a0e11;
    border: 1px solid #3b1219;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
body.theme-red .nav-dropdown-menu a { color: #e8d0d4; }

/* ── Mobile menu ── */

body.theme-red .mobile-menu {
    background: #140a0d;
    border-right: 1px solid #4a1520;
}
body.theme-red .mobile-menu a,
body.theme-red .mobile-menu .mobile-menu-section-label {
    color: #f0e0e3;
    font-family: 'Cinzel', Georgia, serif;
    letter-spacing: 0.06em;
}
body.theme-red .mobile-menu a:hover { color: #ef4444; }
body.theme-red .mobile-menu .mobile-submenu { border-left-color: #4a1520; }
body.theme-red .mobile-menu .mobile-submenu a,
body.theme-red .mobile-menu .nav-dropdown-item { color: #d4b5ba; }
body.theme-red .mobile-menu .mobile-submenu a:hover,
body.theme-red .mobile-menu .nav-dropdown-item:hover { color: #ef4444; }
body.theme-red .mobile-menu .nav-dropdown-loading { color: #9a7a80; }
body.theme-red .menu-overlay { background: rgba(11, 5, 7, 0.88); }

/* ── Tonight CTA bar ── */

body.theme-red .tonight-cta-bar {
    background: linear-gradient(90deg, rgba(185, 28, 28, 0.15) 0%, rgba(185, 28, 28, 0.05) 100%);
    border-bottom: 1px solid rgba(220, 38, 38, 0.35);
    color: #fca5a5;
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.08em;
}
body.theme-red .tonight-cta-bar:hover { background: rgba(185, 28, 28, 0.22); color: #fff; }
body.theme-red .tonight-cta-bar-btn { border-color: #dc2626; background: #dc2626; color: #fff; }
body.theme-red .tonight-cta-bar:hover .tonight-cta-bar-btn { background: #ef4444; border-color: #ef4444; }

/* ── Show subsite next-CTA bar ── */

body.theme-red .show-subsite-next-cta {
    background: linear-gradient(90deg, rgba(185, 28, 28, 0.14) 0%, rgba(185, 28, 28, 0.06) 100%);
    border-bottom-color: rgba(220, 38, 38, 0.35);
    color: #fca5a5;
    font-family: 'Cinzel', Georgia, serif;
}
body.theme-red .show-subsite-next-cta:hover { background: rgba(185, 28, 28, 0.22); color: #fff; }
body.theme-red .show-subsite-next-cta-btn {
    border-color: #dc2626; background: #dc2626; color: #fff; font-weight: 700;
}
body.theme-red .show-subsite-next-cta:hover .show-subsite-next-cta-btn {
    background: #ef4444; border-color: #ef4444;
}
@media (max-width: 768px) {
    body.theme-red .show-subsite-next-cta-text { display: flex; flex-direction: column; gap: 0.1rem; }
    body.theme-red .show-subsite-next-cta-label { display: block; font-size: 0.7rem; letter-spacing: 0.08em; opacity: 0.9; }
    body.theme-red .show-subsite-next-cta-date { display: block; font-size: 0.9rem; font-weight: 700; color: #fca5a5; }
    body.theme-red .show-subsite-next-cta-btn { margin-left: auto; flex-shrink: 0; text-align: center; }
}

/* ── Logo Hero – Theater Curtain ── */

body.theme-red .logo-hero,
body.theme-red .page-home .logo-hero {
    background: #140a0d;
    padding: 2.5rem 2rem 2rem;
    position: relative;
    border-bottom: 1px solid #3b1219;
}

body.theme-red .logo-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #dc2626, transparent);
    z-index: 2;
}

body.theme-red .page-home .hamburger-hero:hover { color: #ef4444; }

/* ── Section Titles – Art Deco Ornament ── */

body.theme-red .section-title {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-bottom: none;
    color: #fef2f2;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.theme-red .section-title::after {
    content: '◆ ─────── ◆ ─────── ◆';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    color: #dc2626;
    white-space: nowrap;
    font-family: serif;
}

/* ── Shows Section ── */

body.theme-red .shows-section { padding: 3rem 0; }

@keyframes red-card-reveal {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

body.theme-red .show-card {
    background: #1c1014;
    border: 1px solid #4a1520;
    border-radius: 4px;
    overflow: hidden;
    animation: red-card-reveal 0.4s ease both;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
body.theme-red .show-card:nth-child(1) { animation-delay: 0s; }
body.theme-red .show-card:nth-child(2) { animation-delay: 0.05s; }
body.theme-red .show-card:nth-child(3) { animation-delay: 0.10s; }
body.theme-red .show-card:nth-child(4) { animation-delay: 0.15s; }
body.theme-red .show-card:nth-child(5) { animation-delay: 0.20s; }
body.theme-red .show-card:nth-child(6) { animation-delay: 0.25s; }
body.theme-red .show-card:nth-child(7) { animation-delay: 0.30s; }
body.theme-red .show-card:nth-child(8) { animation-delay: 0.35s; }
body.theme-red .show-card:nth-child(9) { animation-delay: 0.40s; }
body.theme-red .show-card:nth-child(10) { animation-delay: 0.45s; }

body.theme-red .show-card:hover {
    border-color: #dc2626;
    box-shadow: 0 6px 24px rgba(220, 38, 38, 0.25);
    transform: translateY(-4px);
}

body.theme-red .show-card-next-performance {
    background: rgba(185, 28, 28, 0.88);
    color: #fff;
    border-bottom: none;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(0.55rem, 1.2vw, 0.7rem);
    letter-spacing: 0.05em;
    padding: 0.25rem 0.5rem;
    min-height: auto;
}

/* Grid: 3 on tablet, 4 on desktop */
@media (min-width: 769px) {
    body.theme-red .shows-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    body.theme-red .card-content { padding: 0.6rem 0.75rem; gap: 0.1rem; }
    body.theme-red .card-title { font-size: 0.95rem; line-height: 1.2; }
    body.theme-red .card-description { font-size: 0.82rem; -webkit-line-clamp: 2; line-height: 1.35; }
    body.theme-red .card-price { font-size: 1.05rem; margin: 0.1rem 0; }
    body.theme-red .card-cta-text { font-size: 0.6rem; }
    body.theme-red .card-button { padding: 0.3rem 0.5rem; font-size: 0.7rem; }
}
@media (min-width: 1100px) {
    body.theme-red .shows-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Card content styles */
body.theme-red .card-title { font-family: 'Cinzel', Georgia, serif; font-weight: 700; color: #fef2f2; }
body.theme-red .card-venue { color: #9a7a80; }
body.theme-red .card-description { color: #e0c8cc; font-family: 'Crimson Pro', Georgia, serif; }
body.theme-red .card-price { color: #ef4444; font-family: 'Cinzel', serif; text-shadow: 0 0 10px rgba(239, 68, 68, 0.3); }
body.theme-red .card-button-icon { color: #fca5a5; }
body.theme-red .card-button {
    border: 1px solid #dc2626 !important;
    color: #fca5a5 !important;
    background: transparent !important;
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
body.theme-red .card-button:hover {
    background: rgba(220, 38, 38, 0.1) !important;
}
body.theme-red .show-card-link:hover .card-button {
    background: #dc2626 !important;
    color: #fef2f2 !important;
    border-color: #dc2626 !important;
}
body.theme-red .show-card-link:hover .card-button .card-button-icon { color: #fef2f2; }

/* CTA text cycling */
body.theme-red .shows-grid .show-card:nth-child(4n+1) .card-cta-text,
body.theme-red .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+1) .venue-sidebar-show-cta-text { color: #ef4444; }
body.theme-red .shows-grid .show-card:nth-child(4n+2) .card-cta-text,
body.theme-red .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+2) .venue-sidebar-show-cta-text { color: #f87171; }
body.theme-red .shows-grid .show-card:nth-child(4n+3) .card-cta-text,
body.theme-red .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+3) .venue-sidebar-show-cta-text { color: #dc2626; }
body.theme-red .shows-grid .show-card:nth-child(4n+4) .card-cta-text,
body.theme-red .venue-sidebar-shows .venue-sidebar-show-card:nth-child(4n+4) .venue-sidebar-show-cta-text { color: #fca5a5; }
body.theme-red .card-cta-highlight--sold-out { color: #ef4444; }
body.theme-red .card-cta-highlight--available { color: #f87171; }
body.theme-red .card-cta-highlight--accent { color: #dc2626; }

/* "Next performance" bar on show cards */
body.theme-red .show-card-next-performance {
    background: rgba(185, 28, 28, 0.85);
    color: #ffffff;
    border-bottom: 1px solid rgba(220, 38, 38, 0.4);
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(0.6rem, 1.4vw, 0.75rem);
    letter-spacing: 0.04em;
    padding: 0.3rem 0.5rem;
    min-height: 1.75rem;
}

/* ── Why Book Section ── */

body.theme-red .why-book-section {
    background: #140a0d;
    padding: 3.5rem 0;
    border-top: 1px solid #3b1219;
    position: relative;
}

body.theme-red .why-book-section .section-title { font-size: 1.6rem; }

body.theme-red .why-book-list {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #e0c8cc;
}

/* ── Trust Section – Horizontal Bar ── */

body.theme-red .trust-section {
    background: #1a0e11;
    padding: 2.5rem 2rem;
    border-top: 1px solid #3b1219;
    border-bottom: 1px solid #3b1219;
}

body.theme-red .trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

body.theme-red .trust-item h3 {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #fef2f2;
}
body.theme-red .trust-item p { color: #d4b5ba; }

/* ── CTA Section ── */

body.theme-red .cta-section {
    background: #140a0d;
    border-top: 2px solid #dc2626;
    border-bottom: 2px solid #dc2626;
    padding: 3.5rem 2rem;
    position: relative;
}

body.theme-red .cta-section-content { font-size: 1.1rem; color: #e0c8cc; }
body.theme-red .cta-section-content a { color: #ef4444; }
body.theme-red .cta-section-content a:hover { color: #f87171; }

/* ── Buttons ── */

body.theme-red .hero-cta,
body.theme-red .btn.primary {
    background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%) !important;
    color: #fef2f2 !important;
    border: none !important;
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.35);
}
body.theme-red .hero-cta:hover,
body.theme-red .btn.primary:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #ef4444 100%) !important;
    box-shadow: 0 6px 28px rgba(220, 38, 38, 0.5);
}

body.theme-red .cta-button {
    background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
    color: #fef2f2;
    font-family: 'Cinzel', Georgia, serif;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4);
}
body.theme-red .cta-button:hover {
    box-shadow: 0 6px 28px rgba(220, 38, 38, 0.55);
}

body.theme-red .starting-price {
    color: #fca5a5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 12px rgba(239, 68, 68, 0.5);
}

/* ── Footer – Centered 2-Column ── */

body.theme-red footer {
    background: #110a0c;
    border-top: 1px solid #3b1219;
    padding: 3rem 2rem;
}

body.theme-red footer a:hover { color: #ef4444; }

body.theme-red .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.5rem;
    row-gap: 2rem;
}

body.theme-red .footer-grid h4 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fef2f2;
}
body.theme-red .footer-grid p,
body.theme-red .footer-grid a { color: #d4b5ba; }

body.theme-red .footer-bottom {
    color: #9a7a80;
}
body.theme-red .footer-legal { color: #6b4f56; }

/* ── Show Landing Page ── */

body.theme-red .show-hero-title { font-family: 'Cinzel', Georgia, serif; letter-spacing: 0.12em; }
body.theme-red .show-hero-tagline { color: #ef4444; }

body.theme-red .section-card {
    background: #1c1014;
    border: 1px solid #3b1219;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
body.theme-red .section-card h2 {
    font-family: 'Cinzel', Georgia, serif;
    color: #ef4444;
    border-bottom-color: #ef4444;
    text-shadow: 0 0 10px rgba(239, 68, 68, 0.25);
}

body.theme-red .about-content p,
body.theme-red .about-content ul,
body.theme-red .about-content ol { color: #e0c8cc; }
body.theme-red .about-content a,
body.theme-red .read-more { color: #ef4444; }
body.theme-red .venue-info span { color: #ef4444; }
body.theme-red .venue-link { color: #ef4444; }
body.theme-red .venue-link:hover { text-shadow: 0 0 8px rgba(239, 68, 68, 0.4); }

body.theme-red .quick-glance-item:nth-child(odd) .quick-glance-icon { color: #ef4444; }
body.theme-red .quick-glance-item:nth-child(even) .quick-glance-icon { color: #fca5a5; }
body.theme-red .quick-glance-title { font-family: 'Cinzel', Georgia, serif; }

body.theme-red .review-card { border-left-color: #dc2626; }
body.theme-red .faq-item.open { border-left-color: #dc2626; }
body.theme-red .show-badge { background: #7f1d1d; }

body.theme-red .hero-date-btn {
    background: rgba(20, 10, 13, 0.95);
    color: #ef4444;
    border-color: rgba(220, 38, 38, 0.5);
}
body.theme-red .hero-date-btn:hover {
    background: rgba(20, 10, 13, 0.98);
    border-color: #ef4444;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.25);
}
body.theme-red .hero-more-dates { color: #ef4444; border-bottom-color: rgba(239, 68, 68, 0.6); }
body.theme-red .hero-more-dates:hover { color: #fca5a5; border-bottom-color: #fca5a5; }
body.theme-red .show-hero-overlay .starting-price { color: #fca5a5; }

/* Sidebar accents */
body.theme-red .sidebar-date { color: #ef4444; }
body.theme-red .sidebar-date-link { color: #ef4444; border-color: rgba(220, 38, 38, 0.5); }
body.theme-red .sidebar-date-link:hover {
    background: rgba(220, 38, 38, 0.15); border-color: #ef4444;
    box-shadow: 0 0 12px rgba(220, 38, 38, 0.25); color: #fff;
}
body.theme-red .sidebar-more-dates { color: #ef4444; }
body.theme-red .sidebar-more-dates:hover { color: #fff; border-bottom-color: #ef4444; }
body.theme-red .sidebar-price { color: #ef4444; text-shadow: 0 0 10px rgba(239, 68, 68, 0.4); }
body.theme-red .sidebar-meta .venue-link { color: #ef4444; }
body.theme-red .sidebar-title { font-family: 'Cinzel', Georgia, serif; }
body.theme-red .sidebar-show-card:hover {
    border-color: rgba(220, 38, 38, 0.4); box-shadow: 0 4px 16px rgba(220, 38, 38, 0.2);
}
body.theme-red .sidebar-show-card-price { color: #ef4444; }
body.theme-red .sidebar-more-dates-under-calendar.cta-button {
    background: linear-gradient(135deg, #991b1b, #dc2626);
    color: #fef2f2;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.4);
}
body.theme-red .sidebar-more-dates-under-calendar.cta-button:hover { color: #fef2f2; }

/* Mini calendar */
body.theme-red .mini-calendars-title { color: #ef4444; }
body.theme-red .mini-calendar { background: rgba(28, 16, 20, 0.8); border-color: #3b1219; }
body.theme-red .mini-calendar-head { color: rgba(220, 38, 38, 0.85); }
body.theme-red .mini-calendar-day.has-event {
    background: rgba(220, 38, 38, 0.15); border-color: rgba(220, 38, 38, 0.5); color: #ef4444;
}
body.theme-red .mini-calendar-day.has-event:hover {
    background: rgba(220, 38, 38, 0.28); border-color: #ef4444;
    box-shadow: 0 0 12px rgba(220, 38, 38, 0.3);
}
body.theme-red .mini-calendar-day.has-event a { color: #ef4444; }
body.theme-red .mini-calendar-day.has-event a:hover { color: #fff; }
body.theme-red .mini-calendar-day.today.has-event {
    background: rgba(220, 38, 38, 0.2); border-color: rgba(220, 38, 38, 0.7);
    box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.4);
}
body.theme-red .mini-calendar-day.today.has-event a { color: #ef4444; }

/* Social links */
body.theme-red .show-social-links.social-links--icons a { background: #2a1116; color: #fef2f2; }
body.theme-red .show-social-links.social-links--icons a:hover { background: #ef4444; color: #000; }
body.theme-red .show-hero-social {
    position: absolute; top: 1rem; right: 1rem; left: auto; bottom: auto;
    display: flex; justify-content: flex-end; z-index: 20;
}
body.theme-red .show-hero-social-links.social-links--icons a { background: rgba(0, 0, 0, 0.55); color: #fff; }
body.theme-red .show-hero-social-links.social-links--icons a:hover { background: #ef4444; color: #000; }

/* Performer cards */
body.theme-red .performer-card { background: rgba(28, 16, 20, 0.6); border-color: #3b1219; }
body.theme-red .performer-card:hover { border-color: rgba(220, 38, 38, 0.4); box-shadow: 0 0 12px rgba(220, 38, 38, 0.15); }
body.theme-red .performer-name { font-family: 'Cinzel', Georgia, serif; }

/* Photo grid */
body.theme-red .photo-grid img:hover { border-color: #ef4444; box-shadow: 0 0 12px rgba(239, 68, 68, 0.4); }

/* Gallery modal */
body.theme-red .gallery-modal img { box-shadow: 0 0 25px rgba(220, 38, 38, 0.25); }
body.theme-red .gallery-modal .close-button { border-color: #ef4444; color: #ef4444; }
body.theme-red .section-card iframe { box-shadow: 0 0 20px rgba(220, 38, 38, 0.15); }

/* Mobile sticky */
body.theme-red .mobile-sticky { background: #110a0c; border-top-color: #3b1219; }

/* ── News / Releases ── */

body.theme-red .release-index-subtitle { color: #9a7a80; }
body.theme-red .release-card { background: #1c1014; border-color: #3b1219; }
body.theme-red .release-card:hover { border-color: #dc2626; box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15); }
body.theme-red .release-card-img-placeholder { background: #241318; }
body.theme-red .release-card-title { color: #fef2f2; }
body.theme-red .release-card-date { color: #9a7a80; }
body.theme-red .release-card-excerpt { color: #d4b5ba; }
body.theme-red .release-card-read { color: #ef4444; }

body.theme-red .release-body { color: #e0c8cc; }
body.theme-red .release-body h2 { color: #fef2f2; border-bottom-color: #dc2626; }
body.theme-red .release-body h3 { color: #fca5a5; }
body.theme-red .release-body h4 { color: #f87171; }
body.theme-red .release-body a { color: #ef4444; text-decoration-color: rgba(239, 68, 68, 0.35); }
body.theme-red .release-body a:hover { color: #f87171; text-decoration-color: rgba(248, 113, 113, 0.6); }
body.theme-red .release-body strong { color: #fef2f2; }
body.theme-red .release-body blockquote { background: rgba(220, 38, 38, 0.06); border-left-color: #dc2626; color: #e0c8cc; }
body.theme-red .release-body hr { border-top-color: #2a1116; }
body.theme-red .release-body th { background: #140a0d; color: #fef2f2; border-bottom-color: #2a1116; }
body.theme-red .release-body td { color: #d4b5ba; border-bottom-color: #2a1116; }

/* Inline mid-article CTA */
body.theme-red .scs-cta-inline { background: #1c1014; border-color: rgba(220, 38, 38, 0.25); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
body.theme-red .scs-cta-inline__image-link::after { background: linear-gradient(90deg, transparent 0%, #1c1014 100%); }
body.theme-red .scs-cta-inline__label { color: #ef4444; }
body.theme-red .scs-cta-inline__title { color: #fef2f2; }
body.theme-red .scs-cta-inline__title a:hover { color: #ef4444; }
body.theme-red .scs-cta-inline__desc { color: #d4b5ba; }
body.theme-red .scs-cta-inline__price { color: #fef2f2; }
body.theme-red .scs-cta-inline__button { background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%); box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3); }
body.theme-red .scs-cta-inline__button:hover { box-shadow: 0 8px 22px rgba(220, 38, 38, 0.45); }

/* Post-article show cards */
body.theme-red .scs-cta-postcards { border-top-color: #2a1116; }
body.theme-red .scs-cta-postcards__heading { color: #fef2f2; }
body.theme-red .scs-cta-postcard { background: #1c1014; border-color: #3b1219; color: #fef2f2; }
body.theme-red .scs-cta-postcard:hover { border-color: #dc2626; box-shadow: 0 8px 24px rgba(220, 38, 38, 0.15); color: #fef2f2; }
body.theme-red .scs-cta-postcard__image-wrap { background: #241318; }
body.theme-red .scs-cta-postcard__type { color: rgba(254, 242, 242, 0.45); }
body.theme-red .scs-cta-postcard__title { color: #fef2f2; }
body.theme-red .scs-cta-postcard__price,
body.theme-red .scs-cta-postcard__cta-hint { color: #ef4444; }

/* ── Shows Tonight Page ── */

body.theme-red .tonight-page .section-title { font-family: 'Cinzel', Georgia, serif; }
body.theme-red .tonight-date { color: #d4b5ba; }
body.theme-red .tonight-empty { background: #1c1014; border-color: #3b1219; color: #d4b5ba; }
body.theme-red .tonight-empty p { color: #d4b5ba; }
body.theme-red .tonight-item { background: #1c1014; border-color: #3b1219; }
body.theme-red .tonight-item:hover { border-color: #ef4444; background: rgba(220, 38, 38, 0.06); }
body.theme-red .tonight-time { color: #ef4444; }
body.theme-red .tonight-show { color: #fef2f2; }
body.theme-red .tonight-cta { border-color: #ef4444; color: #ef4444; }
body.theme-red .tonight-item:hover .tonight-cta { background: rgba(239, 68, 68, 0.12); }

/* ── Venue Landing Overrides ── */

body.theme-red .venue-location-link { color: #ef4444; }
body.theme-red .venue-cta-btn { border-color: #ef4444; color: #ef4444; }
body.theme-red .venue-cta-btn:hover { background: rgba(220, 38, 38, 0.15); }
body.theme-red .venue-cta-text { color: #fca5a5; }
body.theme-red .section-heading { color: #ef4444; }
body.theme-red .venue-sidebar-show-card:hover { border-color: #ef4444; box-shadow: 0 0 12px rgba(239, 68, 68, 0.25); }
body.theme-red .venue-sidebar-show-price { color: #ef4444; }
body.theme-red .venue-sidebar-show-card:hover .venue-sidebar-show-cta { color: #ef4444; }
body.theme-red .venue-child-card:hover { border-color: #ef4444; box-shadow: 0 0 12px rgba(239, 68, 68, 0.25); }
body.theme-red .venue-child-card-cta { color: #ef4444; }
body.theme-red .amenity-icon { color: #ef4444; }
body.theme-red .venue-sidebar-amenity .amenity-icon { color: #ef4444; }
body.theme-red .directions-btn { border-color: #ef4444; color: #ef4444; }
body.theme-red .directions-btn:hover { background: rgba(220, 38, 38, 0.15); }

@media (hover: hover) {
    body.theme-red .image-container:hover {
        box-shadow: 0 0 15px rgba(220, 38, 38, 0.6), 0 0 30px rgba(185, 28, 28, 0.4), 0 0 45px rgba(220, 38, 38, 0.3);
    }
}
body.theme-red .venue-modal-content img {
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.3), 0 0 40px rgba(185, 28, 28, 0.2);
}

/* ── Seating page overrides ── */

body.theme-red .table-discount-note { color: #ef4444; }
body.theme-red .value-seats-title .value-seats-price { color: #ef4444; }
body.theme-red .value-seats-btn {
    background: #dc2626;
    box-shadow: 0 0 15px rgba(220, 38, 38, 0.5), 0 0 30px rgba(220, 38, 38, 0.25);
}

/* ── Preview Banner ── */

body.theme-red .preview-banner { background: #450a0a; border-bottom-color: #7f1d1d; color: #fef2f2; }
body.theme-red .preview-banner-exit { color: #fca5a5; }

/* ── Generic link hover ── */
body.theme-red a:hover { color: #ef4444; }

/* ── Responsive ── */

@media (max-width: 1100px) {
    body.theme-red .footer-grid { grid-template-columns: repeat(2, 1fr); column-gap: 2rem; }
}

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

    body.theme-red { overflow-x: hidden; max-width: 100%; }
    body.theme-red .container { padding-left: 1rem; padding-right: 1rem; width: 100%; max-width: 100%; }

    body.theme-red .logo-hero { padding: 2rem 1rem 1.5rem; }

    body.theme-red .section-title { font-size: 1.3rem; letter-spacing: 0.1em; }
    body.theme-red .section-title::after { font-size: 0.55rem; }

    body.theme-red .shows-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }

    body.theme-red .card-title { font-size: 0.85rem; }
    body.theme-red .card-description { display: none; }
    body.theme-red .card-price { font-size: 0.9rem; }
    body.theme-red .card-button { padding: 0.3rem 0.4rem; font-size: 0.65rem; }

    body.theme-red footer { padding: 2rem 1rem; width: 100%; max-width: 100%; }
    body.theme-red .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; column-gap: 0; }
    body.theme-red .footer-bottom { flex-direction: column; align-items: center; padding-top: 1.5rem; margin-top: 1.5rem; }
    body.theme-red .trust-grid { grid-template-columns: 1fr; }
}
