@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@600;700;800&family=Rajdhani:wght@300;400;600;700&display=swap');

:root {
    color-scheme: dark;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    background: #000000;
    color: #ffffff;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Show subsite: Buy Tickets to next performance – top bar (logo purple for default theme) */
.show-subsite-next-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.6rem 1rem;
    background: linear-gradient(90deg, rgba(226, 0, 255, 0.15) 0%, rgba(226, 0, 255, 0.08) 100%);
    border-bottom: 1px solid rgba(226, 0, 255, 0.4);
    color: #E200FF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background 0.2s, color 0.2s;
}
.show-subsite-next-cta:hover {
    background: rgba(226, 0, 255, 0.2);
    color: #fff;
}
.show-subsite-next-cta-btn {
    padding: 4px 12px;
    border: 1px solid #E200FF;
    border-radius: 6px;
    font-size: 0.85rem;
}
.show-subsite-next-cta:hover .show-subsite-next-cta-btn {
    background: rgba(226, 0, 255, 0.2);
}

/* Keep header bar minimal height on show pages */
.site-header {
    padding: 2px 0;
}

.show-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 2rem 48px;
    overflow-x: hidden;
}

/* Show hero: full-width block, title + tagline above image, meta bottom-right */
.show-hero {
    width: 100%;
    background: #000000;
}

.show-hero-head {
    padding: 0.75rem 1.5rem 0.5rem;
    background: #000000;
}

.show-hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.show-hero-tagline {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    color: #00E5FF;
    margin: 0.15rem 0 0;
}

.show-hero-recent-activity {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #00FF7F;
    margin: 0 0 0.2rem 0;
}

.show-hero-image-wrap {
    position: relative;
    width: 100%;
    max-height: 50vh;
    min-height: 240px;
    overflow: hidden;
    background: #0f0f0f;
}

.show-hero-social {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 20;
    pointer-events: auto;
}

.show-hero-social-links.social-links--icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.show-hero-social-links.social-links--icons li {
    margin: 0;
}

.show-hero-social-links.social-links--icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.show-hero-social-links.social-links--icons a:hover {
    background: #00E5FF;
    color: #000000;
    transform: scale(1.08);
}

.show-hero-social-links .social-links__icon {
    width: 20px;
    height: 20px;
}

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

.show-hero-image-wrap img {
    width: 100%;
    height: 100%;
    max-height: 50vh;
    min-height: 240px;
    object-fit: cover;
    object-position: center 25%;
    display: block;
}

.show-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
}

.show-hero-cta-bottom {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem 1.25rem;
    box-sizing: border-box;
}

.show-hero-cta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .show-hero-head {
        text-align: center;
        padding: 1.25rem 2rem 1rem;
    }

    .show-hero-title {
        font-size: 3.5rem;
        letter-spacing: 0.15em;
    }

    .show-hero-tagline {
        font-size: 1.2rem;
        margin-top: 0.2rem;
    }
}

.hero-cta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.hero-date-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 6px 0;
}

.hero-dates-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.hero-dates-group .hero-more-dates {
    align-self: flex-end;
    margin-top: 0;
}

.hero-cta-mobile {
    display: none;
}

.hero-date-buttons {
    display: grid;
    grid-template-columns: repeat(5, minmax(11rem, 1fr));
    gap: 8px;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-date-btn {
    min-width: 0;
    padding: 0.4rem 0.35rem;
    font-size: 0.68rem;
    text-align: center;
    white-space: nowrap;
    /* Outline style so dates don’t compete with main CTA */
    background: rgba(15, 15, 22, 0.95);
    color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.6);
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-date-btn:hover {
    background: rgba(30, 28, 35, 0.98);
    border-color: #FFD700;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}

.hero-date-btn-sold-out {
    background: #b91c1c;
    border-color: #dc2626;
    color: #fff;
}
.hero-date-btn-sold-out:hover {
    background: #dc2626;
    border-color: #ef4444;
    color: #fff;
    box-shadow: 0 0 12px rgba(220, 38, 38, 0.4);
}
.hero-date-btn-line-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    width: 100%;
    min-width: 0;
    text-align: center;
    line-height: 1.1;
}
.hero-date-btn-line {
    display: block;
    white-space: nowrap;
}
.hero-date-btn-book-now {
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    opacity: 0.95;
}
.hero-date-btn-sold-out::before {
    content: "SOLD OUT";
    position: absolute;
    top: 8px;
    left: 2px;
    right: 2px;
    display: block;
    font-size: clamp(0.45rem, 1.2vw, 0.65rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #7f1d1d;
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
}
.hero-date-btn-sold-out:hover::before {
    color: #fff;
}

.hero-more-dates {
    display: inline-block;
    font-size: 0.9rem;
    color: #00E5FF;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 229, 255, 0.7);
    transition: color 0.2s ease, border-color 0.2s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.hero-more-dates:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.cta-button {
    background: #FFD700;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 35px rgba(255, 215, 0, 0.4);
}

.starting-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.5),
        0 0 12px rgba(255, 215, 0, 0.5),
        0 0 24px rgba(255, 215, 0, 0.3);
}

.show-layout {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 2rem;
    margin-top: 24px;
}

.section-card {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #00E5FF;
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid #00E5FF;
    padding-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.section-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.about-content p {
    margin: 0 0 1rem;
    color: #e6e6ef;
    line-height: 1.8;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-content ul,
.about-content ol {
    margin: 0.75rem 0 0.5rem;
    padding-left: 1.8rem;
    margin-left: 0.6rem;
    color: #e6e6ef;
}

.about-content li {
    margin-bottom: 0.6rem;
    line-height: 1.7;
}

.read-more {
    color: #00E5FF;
    font-weight: 600;
    margin-top: 1rem;
    display: inline-block;
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 0.95rem;
}

.highlights-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 2;
}

.highlights-list li::before {
    content: '✓';
    color: #00FF7F;
}

.venue-info {
    display: grid;
    gap: 10px;
    font-size: 0.95rem;
}

.venue-info span {
    color: #00E5FF;
    margin-right: 8px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.section-card iframe {
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
}

.photo-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #333;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.photo-grid img:hover {
    border-color: #00E5FF;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.4);
}

/* Performers section – matches section-card / quick-glance layout */
.performers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
}

.performer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #333;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.performer-card:hover {
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.15);
}

.performer-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333;
    margin-bottom: 0.75rem;
}

.performer-image-placeholder {
    background: #252530;
    border: 2px dashed #444;
}

.performer-info {
    width: 100%;
    min-width: 0;
}

.performer-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.performer-description {
    font-size: 0.9rem;
    color: #c7c7d6;
    line-height: 1.45;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 24px;
}

.gallery-modal.open {
    display: flex;
}

.gallery-modal img {
    max-width: 95vw;
    max-height: 85vh;
    border-radius: 12px;
    border: 2px solid #333;
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.25);
}

.gallery-modal .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: 2px solid #00E5FF;
    color: #00E5FF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
}

.reviews {
    display: grid;
    gap: 16px;
}

.review-card {
    background: rgba(255, 255, 255, 0.03);
    border-left: 2px solid #00E5FF;
    padding: 1rem;
}

.quick-glance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.25rem;
}

.quick-glance-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.quick-glance-icon {
    font-size: 1.3rem;
    color: #7aa2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    line-height: 1;
}

.quick-glance-icon .material-icons {
    font-size: 24px;
    color: inherit;
}

.quick-glance-icon-image {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.quick-glance-icon-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quick-glance-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    font-size: 0.95rem;
}

.quick-glance-text {
    color: #c7c7d6;
    font-size: 0.9rem;
    line-height: 1.35;
}

.quick-glance-item:nth-child(odd) .quick-glance-icon {
    color: #00E5FF;
}

.quick-glance-item:nth-child(even) .quick-glance-icon {
    color: #a78bfa;
}

.badge-row {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.show-badge {
    background: #1b2c5a;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Follow section: icon row (used in body; hero uses .show-hero-social-links) */
.show-social-links.social-links--icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.show-social-links.social-links--icons li {
    margin: 0;
}

.show-social-links.social-links--icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.show-social-links.social-links--icons a:hover {
    background: #00E5FF;
    color: #000000;
    transform: scale(1.06);
}

.show-social-links.social-links--icons .social-links__icon {
    width: 22px;
    height: 22px;
}

.review-card .stars {
    color: #FFD700;
}

.review-card p {
    font-style: italic;
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.review-card .name {
    font-size: 0.875rem;
    color: #9fa0ad;
}

.venue-link {
    color: #00E5FF;
    text-decoration: none;
}

.venue-link:hover {
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.4);
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
    color: #c7c7d6;
    font-size: 0.9rem;
}

.faq-item.open {
    border-left: 3px solid #00E5FF;
}

.faq-item.open .faq-body {
    max-height: 400px;
    padding-bottom: 1rem;
}

.sidebar-card {
    position: sticky;
    top: 2rem;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.sidebar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.85rem;
    color: #9fa0ad;
    padding: 0.75rem 0 0;
}

.sidebar-meta .venue-link {
    color: #00E5FF;
    text-decoration: none;
}

.sidebar-meta .venue-link:hover {
    text-decoration: underline;
}

.sidebar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.sidebar-venue {
    font-size: 0.875rem;
    color: #9fa0ad;
}

.sidebar-date-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0.5rem 0 0;
}

#upcoming-dates {
    display: flex;
    flex-direction: column;
}

.sidebar-date-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 2.5rem;
    padding: 0.5rem 0.4rem;
    font-size: 0.8rem;
    text-align: center;
    background: transparent;
    color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.6);
    font-weight: 700;
    letter-spacing: 0.03em;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-date-link-time {
    display: inline-block;
}

.sidebar-date-link:hover {
    background: rgba(255, 215, 0, 0.15);
    border-color: #FFD700;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
    color: #fff;
}

.sidebar-date-link-sold-out {
    border-color: rgba(239, 68, 68, 0.6);
    color: #fca5a5;
}
.sidebar-date-link-sold-out:hover {
    background: rgba(239, 68, 68, 0.12);
    border-color: #ef4444;
    color: #fff;
}
.sold-out-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    background: #dc2626;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}

/* Sidebar upcoming dates: single column and stacked sold-out on mobile */
@media (max-width: 768px) {
    .sidebar-date-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .sidebar-date-link {
        flex-direction: column;
        justify-content: center;
        min-height: 3rem;
        padding: 0.5rem 0.6rem;
    }
    .sidebar-date-link .sold-out-badge {
        margin-left: 0;
        margin-top: 2px;
    }
}

.sidebar-more-dates {
    display: inline-block;
    margin-top: 12px;
    margin-left: auto;
    font-size: 0.9rem;
    color: #00E5FF;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    align-self: flex-end;
}

.sidebar-more-dates:hover {
    color: #fff;
    border-bottom-color: #00E5FF;
}

.sidebar-more-dates-under-calendar {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
    text-align: center;
    padding-top: 0.75rem;
    border-top: 1px solid #2b2b38;
    align-self: stretch;
}

.sidebar-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.sidebar-cta-primary {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-weight: 800;
}

.sidebar-date {
    color: #00E5FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.sidebar-time {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.sidebar-cta {
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    letter-spacing: 0.1em;
}

.trust-badges {
    display: grid;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #9fa0ad;
}

.sidebar-other-shows {
    margin-top: 1.25rem;
    display: grid;
    gap: 0.75rem;
}

.sidebar-other-shows-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9fa0ad;
    margin-bottom: 0.5rem;
}

.sidebar-show-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: rgba(28, 28, 36, 0.8);
    border: 1px solid #2b2b38;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sidebar-show-card:hover {
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.sidebar-show-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.sidebar-show-card-info {
    padding: 0.65rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-show-card-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #f5f5f7;
    line-height: 1.3;
}

.sidebar-show-card-price {
    font-size: 0.8rem;
    color: #FFD700;
    font-weight: 700;
}

.recent-activity {
    background: rgba(0, 255, 127, 0.05);
    border-left: 2px solid #00FF7F;
    padding: 0.75rem;
    font-size: 0.8rem;
    color: #00FF7F;
}

.sidebar-card > .recent-activity {
    margin-bottom: 0.75rem;
}

.mini-calendars-wrap {
    margin-top: 1rem;
    padding: 1.25rem;
    background: linear-gradient(145deg, #0d0d12 0%, #15151c 100%);
    border: 1px solid rgba(0, 229, 255, 0.25);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.mini-calendars-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #00E5FF;
    margin-bottom: 1rem;
    text-align: center;
}

.mini-calendars {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.mini-calendar {
    background: rgba(18, 18, 24, 0.8);
    border: 1px solid #2b2b38;
    border-radius: 10px;
    padding: 1rem;
}

.mini-calendar-month {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #f5f5f7;
    text-align: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #2b2b38;
}

.mini-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    font-size: 0.8rem;
    color: #9fa0ad;
    text-align: center;
}

.mini-calendar-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 229, 255, 0.9);
}

.mini-calendar-day {
    padding: 6px 2px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.mini-calendar-day.has-event {
    background: rgba(0, 229, 255, 0.15);
    border: 1px solid rgba(0, 229, 255, 0.5);
    color: #00E5FF;
    cursor: pointer;
}

.mini-calendar-day.has-event:hover {
    background: rgba(0, 229, 255, 0.28);
    border-color: #00E5FF;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.3);
    transform: scale(1.06);
}

.mini-calendar-day.has-event a {
    color: #00E5FF;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.mini-calendar-day.has-event a:hover {
    color: #fff;
}

.mini-calendar-day.has-event:active {
    transform: scale(0.98);
}

.mini-calendar-day.today {
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.5);
    color: #FFD700;
    font-weight: 700;
}

.mini-calendar-day.today.has-event {
    background: rgba(0, 229, 255, 0.2);
    border-color: rgba(0, 229, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(255, 215, 0, 0.4);
}

.mini-calendar-day.today.has-event a {
    color: #00E5FF;
}

.mini-calendar-day.empty {
    background: transparent;
    color: #3a3a45;
}

.mini-calendar-day.past {
    color: #4a4a55;
    cursor: default;
}

.mini-calendar-day.past.has-event {
    background: transparent;
    border-color: transparent;
    color: #4a4a55;
    cursor: default;
    box-shadow: none;
}

.mini-calendar-day.past.has-event:hover {
    background: transparent;
    border-color: transparent;
    transform: none;
    box-shadow: none;
}

.mini-calendar-day.sold-out .sold-out-dot {
    color: #ef4444;
    font-size: 0.5rem;
    vertical-align: super;
    margin-left: 1px;
}

.mobile-sticky {
    display: none;
}

@media (max-width: 768px) {
    .show-hero-head {
        padding: 0.75rem 1rem 0.5rem;
        text-align: center;
    }

    .show-hero-title {
        font-size: 2.25rem;
        letter-spacing: 0.08em;
        line-height: 1.15;
    }

    .show-hero-tagline {
        font-size: 1.1rem;
        margin-top: 0.2rem;
    }

    .show-hero-image-wrap {
        max-height: 45vh;
        min-height: 180px;
    }

    .show-hero-image-wrap img {
        max-height: 45vh;
        min-height: 180px;
        object-position: center 25%;
    }

    .show-hero-cta-bottom {
        padding: 1rem 1rem 1.25rem;
    }

    .show-hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .starting-price {
        font-size: 1.15rem;
    }

    .hero-cta-mobile {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
    }

    .hero-date-label,
    .hero-dates-group,
    .hero-cta-desktop {
        display: none !important;
    }

    .show-layout {
        grid-template-columns: 1fr;
        padding-bottom: 72px;
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .performers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .performer-image,
    .performer-image-placeholder {
        width: 96px;
        height: 96px;
    }

    .quick-glance-grid {
        grid-template-columns: 1fr;
    }

    .sidebar-card {
        position: static;
        padding: 1.5rem;
    }

    .mobile-sticky {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: #000000;
        padding: 12px 16px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        border-top: 1px solid #333;
    }

    .mobile-sticky .cta-button {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
