/* Theme: Beige – warm #f5cd90 page background, dark text, card layout (based on Light) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

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

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

/* Custom logo without a light-bg variant: force header to black so dark logo is readable */
body.theme-beige .site-header.site-header--custom-logo:not(.site-header--light-logo) {
    background: #000000;
    border-bottom-color: #333;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

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

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

/* Tonight's Performances CTA bar + next performance date bar – Light sky blue */
body.theme-beige .tonight-cta-bar {
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.06) 100%);
    border-bottom-color: rgba(14, 165, 233, 0.35);
    color: #0ea5e9;
}
body.theme-beige .tonight-cta-bar:hover {
    background: rgba(14, 165, 233, 0.18);
}
body.theme-beige .tonight-cta-bar-btn {
    border-color: #0ea5e9;
}
body.theme-beige .tonight-cta-bar:hover .tonight-cta-bar-btn {
    background: rgba(14, 165, 233, 0.15);
}
/* Show subsite next-performance CTA – Light sky blue */
body.theme-beige .show-subsite-next-cta {
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.06) 100%);
    border-bottom-color: rgba(14, 165, 233, 0.35);
    color: #0ea5e9;
}
body.theme-beige .show-subsite-next-cta:hover {
    background: rgba(14, 165, 233, 0.18);
}
body.theme-beige .show-subsite-next-cta-btn {
    border-color: #0ea5e9;
    background: #0ea5e9;
    color: #fff;
    font-weight: 700;
}
body.theme-beige .show-subsite-next-cta:hover .show-subsite-next-cta-btn {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #fff;
}
@media (max-width: 768px) {
    body.theme-beige .show-subsite-next-cta-text {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }
    body.theme-beige .show-subsite-next-cta-label {
        display: block;
        font-size: 0.7rem;
        letter-spacing: 0.08em;
        opacity: 0.9;
    }
    body.theme-beige .show-subsite-next-cta-date {
        display: block;
        font-size: 0.9rem;
        font-weight: 700;
        color: #7dd3fc;
    }
    body.theme-beige .show-subsite-next-cta-btn {
        margin-left: auto;
        flex-shrink: 0;
        text-align: center;
    }
}
/* Show hero: event date buttons on overlay – Light sky blue */
body.theme-beige .hero-date-btn {
    background: rgba(15, 23, 42, 0.92);
    color: #0ea5e9;
    border-color: rgba(14, 165, 233, 0.5);
}
body.theme-beige .hero-date-btn:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: #0ea5e9;
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.2);
}
body.theme-beige .hero-more-dates {
    color: #0ea5e9;
    border-bottom-color: rgba(14, 165, 233, 0.6);
}
body.theme-beige .hero-more-dates:hover {
    color: #0284c7;
    border-bottom-color: #0284c7;
}
body.theme-beige .show-hero-overlay .starting-price {
    color: #0ea5e9;
}
body.theme-beige .show-card-next-performance {
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
    border-bottom-color: rgba(14, 165, 233, 0.25);
}
/* Cycle CTA colors – Light template (homepage grid only; venue sidebar stays muted + one accent) */
body.theme-beige .shows-grid .show-card:nth-child(4n+1) .card-cta-text { color: #0ea5e9; }
body.theme-beige .shows-grid .show-card:nth-child(4n+2) .card-cta-text { color: #0284c7; }
body.theme-beige .shows-grid .show-card:nth-child(4n+3) .card-cta-text { color: #0369a1; }
body.theme-beige .shows-grid .show-card:nth-child(4n+4) .card-cta-text { color: #7dd3fc; }
body.theme-beige .venue-sidebar-shows .venue-sidebar-show-cta-text { color: #64748b; }
body.theme-beige .venue-sidebar-shows .card-cta-highlight--sold-out,
body.theme-beige .venue-sidebar-shows .card-cta-highlight--available,
body.theme-beige .venue-sidebar-shows .card-cta-highlight--accent { color: #0ea5e9; }
body.theme-beige .venue-sidebar-show-next { color: #64748b; }
body.theme-beige .venue-sidebar-show-next-kicker { color: #0ea5e9; }
body.theme-beige .card-cta-highlight--sold-out { color: #0284c7; }
body.theme-beige .card-cta-highlight--available { color: #0ea5e9; }
body.theme-beige .card-cta-highlight--accent { color: #0369a1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.theme-beige .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem;
    row-gap: 2rem;
    align-items: stretch;
}

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

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

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

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

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

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

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

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

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

/* show-landing.css uses white copy on dark .section-card; beige uses white cards — reset paragraphs */
body.theme-beige .section-card p {
    color: #334155;
}

/* About copy on white cards only (not tour Viator dark panels — see below) */
body.theme-beige .section-card .about-content p,
body.theme-beige .section-card .about-content ul,
body.theme-beige .section-card .about-content ol {
    color: #334155;
}

body.theme-beige .section-card .about-content a {
    color: #0ea5e9;
}

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

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

/* Tour landing: Viator sections stay dark (#0f0f14); restore light copy + undo global about-content tint */
body.theme-beige .tour-viator-section {
    color: #e6e6ef;
}

body.theme-beige .tour-viator-section .highlights-list li {
    color: #e6e6ef;
}

body.theme-beige .tour-viator-section .tour-viator-lead {
    color: #c4c4d4;
}

body.theme-beige .tour-viator-section .tour-viator-about.about-content p,
body.theme-beige .tour-viator-section .tour-viator-about.about-content ul,
body.theme-beige .tour-viator-section .tour-viator-about.about-content ol,
body.theme-beige .tour-viator-section .tour-viator-about.about-content li {
    color: #e6e6ef;
}

body.theme-beige .tour-viator-section .tour-viator-about.about-content a {
    color: #38bdf8;
}

body.theme-beige .tour-viator-section .tour-viator-about.about-content a:hover {
    color: #7dd3fc;
}

/* Sidebar booking card: meta/hints were tuned for dark chrome — darken on white cards */
body.theme-beige .sidebar .sidebar-meta {
    color: #64748b;
}

body.theme-beige .sidebar .sidebar-venue {
    color: #475569;
}

body.theme-beige .sidebar .sidebar-tour-departure-hint,
body.theme-beige .sidebar .sidebar-tour-book-hint {
    color: #475569;
}

body.theme-beige .sidebar .sidebar-meta .venue-link {
    color: #0284c7;
}

body.theme-beige .sidebar .sidebar-meta .venue-link:hover {
    color: #0369a1;
}

/* Venue page: readable content on light background */
body.theme-beige .venue-info h1 {
    color: #0f172a !important;
}
body.theme-beige .venue-address {
    color: #1f2937 !important;
}
body.theme-beige .venue-description {
    color: #0f172a !important;
}
body.theme-beige .venue-description p,
body.theme-beige .venue-description ul,
body.theme-beige .venue-description ol,
body.theme-beige .venue-description li,
body.theme-beige .venue-description strong,
body.theme-beige .venue-description em,
body.theme-beige .venue-description blockquote {
    color: #0f172a !important;
}
body.theme-beige .venue-description a {
    color: #0f172a !important;
    text-decoration: underline;
    text-decoration-color: rgba(15, 23, 42, 0.5);
}
body.theme-beige .venue-location-link {
    color: #0f172a !important;
}
body.theme-beige .venue-cta-text {
    color: #0f172a !important;
}
body.theme-beige .parent-context-label {
    color: #1f2937 !important;
}
body.theme-beige .parent-context-inner p {
    color: #0f172a !important;
}

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

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

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

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

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

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

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

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

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

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

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

/* ── News/Release index page ──────────────────────────────── */
body.theme-beige .release-index-subtitle {
    color: #64748b;
}
body.theme-beige .release-card {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
body.theme-beige .release-card:hover {
    border-color: #0ea5e9;
    box-shadow: 0 4px 12px rgba(14,165,233,.12);
}
body.theme-beige .release-card-img-placeholder {
    background: #e2e8f0;
}
body.theme-beige .release-card-title {
    color: #0f172a;
}
body.theme-beige .release-card-date {
    color: #64748b;
}
body.theme-beige .release-card-excerpt {
    color: #475569;
}
body.theme-beige .release-card-read {
    color: #0ea5e9;
}

/* ── News/Release post page ────────────────────────────────── */
body.theme-beige .release-body {
    color: #1e293b;
}
body.theme-beige .release-body h2 {
    color: #0f172a;
    border-bottom-color: #0ea5e9;
}
body.theme-beige .release-body h3 {
    color: #1e293b;
}
body.theme-beige .release-body h4 {
    color: #334155;
}
body.theme-beige .release-body a {
    color: #0284c7;
    text-decoration-color: rgba(2,132,199,.35);
}
body.theme-beige .release-body a:hover {
    color: #0369a1;
    text-decoration-color: rgba(3,105,161,.6);
}
body.theme-beige .release-body strong {
    color: #0f172a;
}
body.theme-beige .release-body em {
    color: #6d28d9;
}
body.theme-beige .release-body blockquote {
    background: rgba(14,165,233,.07);
    border-left-color: #0ea5e9;
    color: #334155;
}
body.theme-beige .release-body hr {
    border-top-color: #e2e8f0;
}
body.theme-beige .release-body figcaption {
    color: #64748b;
}
body.theme-beige .release-body figure.wp-block-table,
body.theme-beige .release-body .wp-block-table {
    border-color: #e2e8f0;
}
body.theme-beige .release-body th {
    background: #f1f5f9;
    color: #0f172a;
    border-bottom-color: #e2e8f0;
}
body.theme-beige .release-body td {
    color: #334155;
    border-bottom-color: #e2e8f0;
}
body.theme-beige .release-body tr:nth-child(even) td {
    background: rgba(0,0,0,.03);
}

/* ── Inline mid-article CTA on light background ─────────────── */
body.theme-beige .scs-cta-inline {
    background: #ffffff;
    border-color: rgba(14,165,233,.3);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
body.theme-beige .scs-cta-inline__image-link::after {
    background: linear-gradient(90deg, transparent 0%, #ffffff 100%);
}
body.theme-beige .scs-cta-inline__label {
    color: #0ea5e9;
}
body.theme-beige .scs-cta-inline__title {
    color: #0f172a;
}
body.theme-beige .scs-cta-inline__title a:hover {
    color: #0ea5e9;
}
body.theme-beige .scs-cta-inline__desc {
    color: #475569;
}
body.theme-beige .scs-cta-inline__price {
    color: #0f172a;
}
body.theme-beige .scs-cta-inline__button {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    box-shadow: 0 4px 14px rgba(14,165,233,.3);
}
body.theme-beige .scs-cta-inline__button:hover {
    box-shadow: 0 8px 22px rgba(14,165,233,.45);
}

/* ── Post-article show cards on light background ─────────────── */
body.theme-beige .scs-cta-postcards {
    border-top-color: #e2e8f0;
}
body.theme-beige .scs-cta-postcards__heading {
    color: #0f172a;
}
body.theme-beige .scs-cta-postcard {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #0f172a;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
body.theme-beige .scs-cta-postcard:hover {
    border-color: #0ea5e9;
    box-shadow: 0 8px 24px rgba(14,165,233,.15);
    color: #0f172a;
}
body.theme-beige .scs-cta-postcard__image-wrap {
    background: #e2e8f0;
}
body.theme-beige .scs-cta-postcard__type {
    color: rgba(15,23,42,.45);
}
body.theme-beige .scs-cta-postcard__title {
    color: #0f172a;
}
body.theme-beige .scs-cta-postcard__price,
body.theme-beige .scs-cta-postcard__cta-hint {
    color: #0ea5e9;
}

/* ── Show landing FAQs on light background ───────────────────── */
body.theme-beige .faq-item {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
body.theme-beige .faq-header {
    color: #0f172a;
}
body.theme-beige .faq-body {
    color: #334155;
}
body.theme-beige .faq-body p {
    color: #334155;
}
body.theme-beige .faq-item.open {
    border-left-color: #0ea5e9;
}

/* ── Subsite custom HTML: Press Ranger “As seen in” on light theme ─ */
body.theme-beige .subsite-below-content .as-seen-in-widget h3 {
    color: #0f172a;
}
body.theme-beige .subsite-below-content .as-seen-in-widget h3::before,
body.theme-beige .subsite-below-content .as-seen-in-widget h3::after {
    background-color: rgba(15, 23, 42, 0.18);
}
body.theme-beige .subsite-below-content .as-seen-in-logo {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
body.theme-beige .subsite-below-content .as-seen-in-logo:hover {
    border-color: #0ea5e9;
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.12);
}
body.theme-beige .subsite-below-content .as-seen-in-logo img {
    filter: grayscale(100%) opacity(0.85);
}
body.theme-beige .subsite-below-content .as-seen-in-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Show subsite + light: keep crisp white tiles (same as above; explicit for cascade) */
body.show-subsite.theme-beige .subsite-below-content .as-seen-in-logo {
    background: #ffffff;
    border-color: #e2e8f0;
}
body.show-subsite.theme-beige .subsite-below-content .as-seen-in-logo:hover {
    background: #ffffff;
    border-color: #0ea5e9;
}
