@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: 0.75rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, rgba(226, 0, 255, 0.12) 0%, rgba(226, 0, 255, 0.06) 100%);
    border-bottom: 1px solid rgba(226, 0, 255, 0.3);
    color: #E200FF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    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-text {
    display: inline;
}
.show-subsite-next-cta-label,
.show-subsite-next-cta-date {
    display: inline;
}
.show-subsite-next-cta-btn {
    padding: 6px 14px;
    border: 1px solid #E200FF;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #E200FF;
    color: #fff;
}
.show-subsite-next-cta:hover .show-subsite-next-cta-btn {
    background: #f020ff;
    border-color: #f020ff;
    color: #fff;
}

@media (max-width: 768px) {
    .show-subsite-next-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0.45rem 0.75rem;
        gap: 0.75rem;
    }
    .show-subsite-next-cta-text {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }
    .show-subsite-next-cta-label {
        display: block;
        font-size: 0.7rem;
        letter-spacing: 0.08em;
        opacity: 0.9;
    }
    .show-subsite-next-cta-date {
        display: block;
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
    }
    .show-subsite-next-cta-btn {
        margin-left: auto;
        flex-shrink: 0;
        text-align: center;
        padding: 0.4rem 1rem;
    }
}

/* 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: 1rem 1.5rem 0.75rem;
    background: #000000;
    text-align: center;
}

.show-hero-head--with-logo {
    padding: 1.5rem 1.5rem 1.25rem;
}

.show-hero-subsite-logo {
    margin-bottom: 1rem;
}
.show-hero-subsite-logo img {
    width: auto;
    height: auto;
    max-width: min(360px, 85vw);
    max-height: 140px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .show-hero-subsite-logo img {
        max-width: 400px;
        max-height: 160px;
    }
}

.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-head--with-logo .show-hero-title {
    font-size: 1.85rem;
    letter-spacing: 0.1em;
    margin-top: 0.15rem;
}

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

.show-hero-recent-activity {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 255, 127, 0.85);
    margin: 0.6rem 0 0;
    font-weight: 500;
}

.show-hero-head--with-logo .show-hero-tagline {
    margin-top: 0.2rem;
}
.show-hero-head--with-logo .show-hero-recent-activity {
    margin-top: 0.5rem;
}

.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: 1.25rem 2rem 1.5rem;
    box-sizing: border-box;
}

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

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

    .show-hero-head--with-logo {
        padding: 2rem 2rem 1.5rem;
    }

    .show-hero-head--with-logo .show-hero-subsite-logo {
        margin-bottom: 1.25rem;
    }

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

    .show-hero-head--with-logo .show-hero-title {
        font-size: 2.5rem;
        letter-spacing: 0.12em;
    }

    .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.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 6px 0;
}

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

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

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

.hero-date-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.hero-date-btn {
    min-width: 11rem;
    padding: 0.4rem 0.75rem;
    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-event-name {
    font-size: 0.6rem;
    font-weight: 600;
    color: #00E5FF;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.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);
}

/* Hero date buttons use two classes; this higher-specificity rule ensures
   the dark overlay style wins over the base .cta-button yellow. */
.cta-button.hero-date-btn {
    background: rgba(15, 15, 22, 0.95);
    color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.6);
    box-shadow: none;
}
.cta-button.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);
    filter: none;
}
.cta-button.hero-date-btn-sold-out {
    background: #b91c1c;
    border-color: #dc2626;
    color: #fff;
    box-shadow: none;
}
.cta-button.hero-date-btn-sold-out:hover {
    background: #dc2626;
    border-color: #ef4444;
    box-shadow: 0 0 12px rgba(220, 38, 38, 0.4);
    filter: none;
}

.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-list-plain {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #c7c7d6;
}
.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 {
    position: sticky;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Denser sidebar cards vs main column .section-card */
.sidebar .sidebar-section.section-card {
    padding: 0.85rem 0.9rem;
    margin-bottom: 0.7rem;
}

.sidebar-section {
    margin-bottom: 0.7rem;
}

.sidebar-section:last-child {
    margin-bottom: 0;
}

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

.sidebar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #9fa0ad;
    padding: 0.4rem 0 0;
}

.sidebar-meta-venue {
    flex: 1 1 100%;
}

.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.05rem;
    font-weight: 700;
    margin-top: 0.35rem;
    margin-bottom: 0.1rem;
    line-height: 1.2;
}

.sidebar-venue {
    font-size: 0.78rem;
    color: #9fa0ad;
    margin-top: 0.35rem;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.sidebar-date-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0.3rem 0 0;
    min-width: 0;
}

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

.sidebar-date-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 2.35rem;
    min-width: 0;
    padding: 0.45rem 0.5rem;
    font-size: 0.74rem;
    text-align: center;
    background: rgba(255, 215, 0, 0.07);
    color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.5);
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.sidebar-date-link-time {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
    min-width: 0;
    word-break: break-word;
}

.sidebar-date-link-name {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #00E5FF;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.sidebar-date-link-duration {
    display: block;
    font-size: 0.68rem;
    color: #9ca3af;
    line-height: 1.2;
    margin-top: 1px;
}

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

.sidebar-date-link-sold-out {
    background: rgba(185, 28, 28, 0.12);
    border-color: rgba(239, 68, 68, 0.5);
    color: #fca5a5;
}
.sidebar-date-link-sold-out:hover {
    background: rgba(239, 68, 68, 0.2);
    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: stack sold-out badge on very narrow viewports */
@media (max-width: 768px) {
    .sidebar-date-link {
        flex-direction: column;
        min-height: 2.5rem;
        padding: 0.4rem 0.5rem;
    }
    .sidebar-date-link .sold-out-badge {
        margin-left: 0;
        margin-top: 2px;
    }
}

.sidebar-more-dates {
    display: inline-block;
    margin-top: 6px;
    margin-left: auto;
    font-size: 0.8rem;
    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;
}

button.sidebar-more-dates--button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    color: #00e5ff;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

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

.sidebar-tour-departure-hint,
.sidebar-tour-book-hint {
    margin: 0.35rem 0 0.5rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #c9cdd4;
}

.hero-tour-departure-note {
    margin: 0.65rem 0 0;
    max-width: 22rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.hero-tour-departure-note strong {
    font-weight: 700;
    color: #fff;
}

.sidebar-more-dates-under-calendar {
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    text-align: center;
    padding: 0.875rem 1.25rem;
    border-top: 1px solid #2b2b38;
    align-self: stretch;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
}

.sidebar-more-dates-under-calendar.cta-button {
    margin-top: 1rem;
    border-top: 1px solid #2b2b38;
    padding-top: 1rem;
    color: #000000;
    border-bottom: none;
}

.sidebar-more-dates-under-calendar.cta-button:hover {
    color: #000000;
}

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

.sidebar-price-varies {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
}

.sidebar-cta-primary {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.35rem;
    margin-bottom: 0.45rem;
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
    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;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #9fa0ad;
    text-align: center;
}

.section-card:has(.trust-badges) {
    padding: 0.75rem 1rem;
}

.sidebar-other-shows {
    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.45rem 0.55rem;
    font-size: 0.72rem;
    line-height: 1.3;
    color: #00FF7F;
}

.sidebar-section > .recent-activity {
    margin-bottom: 0.45rem;
}

.mini-calendars-wrap {
    margin-top: 0;
}

.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 {
        position: static;
    }

    .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;
    }

    .tour-viator-section {
        padding: 1rem 1rem 1.2rem;
        border-radius: 12px;
    }

    .tour-viator-pickup-stop-list {
        gap: 0.55rem;
    }
}

/* -------------------------------------------------------------------------- */
/* SCS tour landing — Viator-inspired sections                                */
/* -------------------------------------------------------------------------- */
.tour-viator-section {
    background: #0f0f14;
    border: 1px solid #2a2a36;
    border-radius: 14px;
    padding: 1.35rem 1.5rem 1.5rem;
    margin-bottom: 1.25rem;
}

.tour-partner-attribution {
    text-align: center;
}

.tour-partner-attribution-label {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.tour-partner-attribution-name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f5f5f7;
}

.section-card.tour-partner-attribution .tour-partner-attribution-label {
    color: #6b7280;
}

.section-card.tour-partner-attribution .tour-partner-attribution-name {
    color: #f5f5f7;
}

.tour-viator-h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.tour-viator-h2--inline {
    margin: 0;
}

.tour-viator-lead {
    font-size: 1.05rem;
    color: #c4c4d4;
    margin: 0 0 1rem;
    line-height: 1.55;
}

.tour-viator-about {
    color: #e6e6ef;
    line-height: 1.65;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tour-viator-about a {
    color: #38bdf8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tour-viator-about a:hover {
    color: #7dd3fc;
}

.tour-viator-overview-bullets {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.65rem;
}

.tour-viator-overview-bullets li {
    position: relative;
    padding-left: 1.1rem;
    color: #e5e5e5;
    font-size: 0.98rem;
    line-height: 1.45;
}

.tour-viator-overview-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00e5ff;
}

.tour-viator-disclosure {
    border: none;
    margin: 0;
    padding: 0;
}

.tour-viator-disclosure-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    user-select: none;
}

.tour-viator-disclosure-summary::-webkit-details-marker {
    display: none;
}

.tour-viator-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(-135deg);
    flex-shrink: 0;
    margin-top: 4px;
}

.tour-viator-disclosure[open] .tour-viator-chevron {
    transform: rotate(45deg);
    margin-top: 0;
}

.tour-viator-disclosure > *:not(summary) {
    margin-top: 1.1rem;
}

.tour-viator-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}

@media (max-width: 720px) {
    .tour-viator-two-col {
        grid-template-columns: 1fr;
    }
}

.tour-viator-col-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin: 0 0 0.5rem;
    font-weight: 600;
}

.tour-viator-checklist,
.tour-viator-excludelist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.55rem;
}

.tour-viator-checklist li,
.tour-viator-excludelist li {
    position: relative;
    padding-left: 1.5rem;
    color: #e8e8ef;
    font-size: 0.95rem;
    line-height: 1.45;
}

.tour-viator-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #34d399;
    font-weight: 700;
}

.tour-viator-excludelist li::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: #f87171;
    font-weight: 700;
    font-size: 0.85rem;
}

.tour-viator-meeting-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tour-viator-meeting-intro {
    margin-bottom: 0.75rem;
}

.tour-viator-meeting-notes--after-detail {
    margin-top: 1rem;
}

.tour-viator-pickup-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin: 0.35rem 0 0.35rem;
}

.tour-viator-pickup-select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #3f3f52;
    background: #0a0a10;
    color: #f5f5f7;
    font-size: 0.95rem;
    font-family: inherit;
    cursor: pointer;
}

.tour-viator-pickup-select:focus {
    outline: none;
    border-color: #00e5ff;
    box-shadow: 0 0 0 2px rgba(0, 229, 255, 0.2);
}

.tour-viator-pickup-detail {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid #2f2f3d;
    background: #12121a;
    margin-bottom: 0.25rem;
}

.tour-viator-pickup-detail-line {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #e5e5e5;
}

.tour-viator-pickup-detail-line + .tour-viator-pickup-detail-line {
    margin-top: 0.5rem;
}

.tour-viator-pickup-detail-line--muted {
    font-size: 0.88rem;
    color: #9ca3af;
}

.tour-viator-meeting-card {
    border: 1px solid #2f2f3d;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    background: #12121a;
}

.tour-viator-meeting-card-head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.tour-viator-meeting-dest {
    font-size: 0.88rem;
    color: #5eead4;
    margin: 0 0 0.35rem;
}

.tour-viator-meeting-address {
    margin: 0 0 0.5rem;
    color: #e5e5e5;
    line-height: 1.45;
    font-size: 0.95rem;
}

.tour-viator-maps-link {
    color: #38bdf8;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.tour-viator-maps-link:hover {
    text-decoration: underline;
}

.tour-viator-meeting-notes {
    margin: 0;
    font-size: 0.9rem;
    color: #b4b4c6;
    line-height: 1.5;
}

.tour-viator-meeting-notes--departure {
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

.tour-viator-dropoff-note {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #2f2f3d;
    color: #c4c4d4;
}

/* Mobile: long pickup lists use a dropdown (see tour-pickup-stops-mobile-desktop); grid from md+ */
.tour-viator-pickup-mobile-ui {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .tour-viator-pickup-mobile-ui {
        display: none !important;
    }
}

/* Pickup grid: single column on small phones; 2-up from tablet / narrow desktop */
.tour-viator-pickup-stop-list {
    list-style: none;
    margin: 0.5rem 0 0.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

@media (min-width: 600px) {
    .tour-viator-pickup-stop-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

/* Third column only on wide viewports so the ~65% main column stays readable */
@media (min-width: 1320px) {
    .tour-viator-pickup-stop-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/*
 * Multistop pickup: dropdown replaces the grid below md. Must come AFTER .tour-viator-pickup-stop-list
 * display:grid rules — same specificity would otherwise let grid win on small screens.
 */
@media (max-width: 767px) {
    ul.tour-viator-pickup-stop-list.tour-viator-pickup-stop-list--multistop {
        display: none !important;
    }
}

.tour-viator-pickup-stop-item {
    margin: 0;
    min-width: 0;
    padding: 0.65rem 0.72rem;
    border-radius: 10px;
    border: 1px solid #2f2f3d;
    background: #0d0d14;
}

@media (min-width: 600px) {
    .tour-viator-pickup-stop-item {
        padding: 0.75rem 0.85rem;
    }
}

.tour-viator-pickup-stop-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #f5f5f7;
    margin-bottom: 0.25rem;
}

.tour-viator-pickup-stop-address {
    font-size: 0.88rem;
    color: #e5e5e5;
    line-height: 1.45;
    margin-bottom: 0.25rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tour-viator-pickup-stop-detail {
    font-size: 0.86rem;
    color: #9ca3af;
    line-height: 1.45;
    margin-bottom: 0.25rem;
}

.tour-viator-pickup-stop-time {
    font-size: 0.84rem;
    color: #a5b4fc;
    line-height: 1.45;
}

.tour-viator-hours {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 1rem 0 0;
    font-size: 0.95rem;
    color: #d1d5db;
}

.tour-viator-hours-icon {
    font-size: 1.1rem !important;
    color: #a7f3d0;
}

.tour-viator-itinerary {
    list-style: none;
    padding: 0 0 0 0.25rem;
    margin: 0;
    position: relative;
}

.tour-viator-itinerary::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #3f3f52;
}

.tour-viator-itinerary-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    position: relative;
}

.tour-viator-itinerary-marker {
    display: flex;
    justify-content: center;
    padding-top: 2px;
    z-index: 1;
}

.tour-viator-itinerary-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #0a0a0f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-viator-itinerary-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6b7280;
    margin-top: 8px;
}

.tour-viator-itinerary-item--pass .tour-viator-itinerary-title {
    color: #c4c4d4;
}

.tour-viator-itinerary-title {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.tour-viator-pass-by {
    font-weight: 500;
    color: #9ca3af;
    font-size: 0.9rem;
}

.tour-viator-itinerary-desc {
    margin: 0 0 0.35rem;
    color: #d4d4e0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.tour-viator-itinerary-meta {
    margin: 0;
    font-size: 0.82rem;
    color: #9ca3af;
}

.tour-viator-addinfo-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #e5e5e5;
    line-height: 1.55;
    font-size: 0.92rem;
}

.tour-viator-faq-card .faq-item {
    border-color: #2f2f3d;
}

.tour-viator-faq-count {
    font-weight: 600;
    color: #9ca3af;
    font-size: 1rem;
}

/* SCS tour: two-month mini-calendar + links (no modal) */
.mini-calendars--tour {
    gap: 1rem;
}

.tour-calendar-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin-top: 1rem;
}

a.tour-see-more-dates-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}

.tour-calendar-full-link {
    display: block;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: underline;
}

.tour-calendar-full-link:hover {
    color: #cbd5e1;
}

/* Tour hero: desktop BOOK NOW (mobile uses .hero-cta-mobile) */
.hero-book-tour-cta {
    display: none;
}

@media (min-width: 769px) {
    .hero-book-tour-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.65rem;
        padding: 0.55rem 1.25rem;
        font-size: 0.82rem;
        text-decoration: none;
    }
}

button.hero-book-tour-cta,
button.hero-cta-mobile {
    font: inherit;
    cursor: pointer;
    border: none;
    appearance: none;
}

/* Tour: simple date-picker dialog + FAB (desktop) */
.tour-date-picker-dialog {
    padding: 0;
    border: none;
    background: transparent;
    max-width: min(420px, calc(100vw - 1.5rem));
    width: min(420px, calc(100vw - 1.5rem));
    margin: auto;
    position: fixed;
    inset: 0;
    height: fit-content;
    max-height: calc(100vh - 2rem);
    overflow: visible;
}

.tour-date-picker-dialog::backdrop {
    background: rgba(0, 0, 0, 0.72);
}

.tour-date-picker-card {
    width: 100%;
    box-sizing: border-box;
    background: #111827;
    color: #f3f4f6;
    padding: 1.35rem 1.25rem 1.15rem;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    border: 1px solid #374151;
}

.tour-date-picker-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.tour-date-picker-head h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.tour-date-picker-close {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 8px;
    background: #1f2937;
    color: #e5e7eb;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-date-picker-close:hover {
    background: #374151;
}

.tour-date-picker-lead {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #9ca3af;
    line-height: 1.45;
}

.tour-date-picker-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 0.35rem;
}

.tour-date-picker-input,
.tour-date-picker-select {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.05rem;
    padding: 0.85rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #4b5563;
    background: #1f2937;
    color: #f9fafb;
    margin-bottom: 0.75rem;
}

.tour-date-picker-input:focus,
.tour-date-picker-select:focus {
    outline: 2px solid #fbbf24;
    outline-offset: 1px;
    border-color: #fbbf24;
}

.tour-date-picker-msg {
    font-size: 0.88rem;
    margin: 0 0 0.75rem;
    color: #d1d5db;
}

.tour-date-picker-msg--error {
    color: #fca5a5;
}

.tour-date-picker-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.tour-date-picker-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
}

button.tour-date-picker-primary {
    font: inherit;
    cursor: pointer;
    border: none;
    appearance: none;
}

.tour-date-picker-cancel {
    width: 100%;
    padding: 0.65rem;
    border: none;
    background: transparent;
    color: #9ca3af;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tour-date-picker-foot {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.85rem;
}

.tour-date-picker-foot a {
    color: #fcd34d;
}

.tour-date-picker-foot a:hover {
    color: #fde68a;
}

.tour-date-picker-fab {
    display: none;
}

@media (min-width: 769px) {
    .tour-date-picker-fab {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 1.25rem;
        right: 1.25rem;
        z-index: 90;
        padding: 0.65rem 1.1rem;
        border-radius: 999px;
        border: 1px solid #fbbf24;
        background: linear-gradient(160deg, #1f2937 0%, #111827 100%);
        color: #fef3c7;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    }

    .tour-date-picker-fab:hover {
        background: #374151;
        color: #fff;
    }
}

.cta-button--outline {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #f3f4f6 !important;
    box-shadow: none !important;
}

.cta-button--outline:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

@media (max-width: 768px) {
    .mobile-sticky--tour-picker {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: stretch;
    }

    .mobile-sticky--tour-picker.mobile-sticky--tour-single {
        grid-template-columns: 1fr;
    }

    .mobile-sticky--tour-picker .cta-button {
        width: 100%;
        margin: 0;
        padding: 0.7rem 0.45rem;
        font-size: 0.78rem;
        letter-spacing: 0.04em;
    }

    button.tour-book-by-date-mobile {
        font: inherit;
        cursor: pointer;
        border: none;
        appearance: none;
    }
}

button.tour-pick-date-cta {
    font: inherit;
    cursor: pointer;
    border: none;
    appearance: none;
    text-align: center;
}

