/* ========================================
   PALMETTO STRINGS - MAIN STYLES
   Base styles, navigation, hero, sections, footer
   ======================================== */

/* ========================================
   THEME SYSTEM - CSS CUSTOM PROPERTIES
   All theme variables in one place
   ======================================== */
:root {
    /* Header height variables for content offset */
    --top-bar-height: 36px;
    --navbar-height: 70px;
    --header-total-height: calc(var(--top-bar-height) + var(--navbar-height));
    
    /* Section background variants */
    --section-bg-primary: #0d0d0d;
    --section-bg-alt: #141418;
    --section-bg-accent: #181820;
    
    /* Logo sizing */
    --logo-max-height: 27px;
    --hero-bg-max-render-width: 1560px;
    --hero-bg-max-render-height: 878px;
    
    /* Primary colors (default: classical/strings theme) */
    --primary-color: #d4af37;
    --primary-hover: #c9a227;
    --primary-rgb: 212, 175, 55;
    
    /* Background colors */
    --bg-dark: #1c1917;
    --bg-darker: #141210;
    --bg-black: #0c0a09;
    --bg-light: #211e1c;
    --bg-accent: #1a1715;
    
    /* Text colors */
    --text-light: #faf5f0;
    --text-dark: #1c1917;
    --text-muted: #b8b0a8;
    --text-muted-dark: #7a746e;
    
    /* TEXT OPACITY SYSTEM - Single source of truth */
    --text-body-opacity: 0.75;
    --text-muted-opacity: 0.65;
    --text-heading-opacity: 1;
    --text-hero-opacity: 0.85;
    
    /* Derived text colors using opacity variables */
    --text-body-dark: rgba(255, 255, 255, var(--text-body-opacity));
    --text-muted-dark-rgba: rgba(255, 255, 255, var(--text-muted-opacity));
    --text-hero: rgba(255, 255, 255, var(--text-hero-opacity));
    
    /* Other theme properties */
    --accent-gradient: linear-gradient(135deg, #d4af37 0%, #f0d875 100%);
    --card-bg: rgba(28, 25, 23, 0.9);
    --border-radius: 4px;
    --border-radius-sm: 2px;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Raleway', 'Helvetica Neue', sans-serif;
}

/* Shared video playlist thumbnails/counts injected by theme.js */
.video-playlist-nav {
    width: min(920px, 100%);
    max-width: 100%;
    margin: 1.15rem auto 0;
    color: var(--text-light, #faf5f0);
}

.video-playlist-nav-count {
    margin: 0 0 0.62rem;
    color: rgba(250, 245, 240, 0.72);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.legacy-video-playlist-count {
    margin: 0 0 0.7rem;
    color: rgba(28, 25, 23, 0.68);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-transform: uppercase;
}

[data-section-theme="dark"] .legacy-video-playlist-count,
.bg-dark .legacy-video-playlist-count,
.video-section .legacy-video-playlist-count {
    color: rgba(250, 245, 240, 0.72);
}

/* Improve readability on image-backed CTA sections across public pages. */
.svd-cta,
.svc-cta,
.avj-strings-cta,
.avx-final,
.asb-final,
.darby-final,
.lhb-final,
.hv2-closing,
.booking-cta-section,
.cta-section.section-has-bg,
.wonderland-cta {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72), 0 1px 3px rgba(0, 0, 0, 0.92);
}

.svd-cta a,
.svc-cta a,
.avj-strings-cta a,
.avx-final a,
.asb-final a,
.darby-final a,
.lhb-final a,
.hv2-closing a,
.booking-cta-section a,
.cta-section.section-has-bg a,
.wonderland-cta a,
.svd-cta button,
.svc-cta button,
.avj-strings-cta button,
.avx-final button,
.asb-final button,
.darby-final button,
.lhb-final button,
.hv2-closing button,
.booking-cta-section button,
.cta-section.section-has-bg button,
.wonderland-cta button {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.58);
}

.avon-trust-band {
    --trust-accent: var(--primary-color, #d4af37);
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 34%), #050505;
    color: #fff;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    text-align: center;
}

.avon-trust-band * {
    border-radius: 0 !important;
}

.avon-trust-band__shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.avon-trust-band__title {
    margin: 0 auto clamp(2.4rem, 5vw, 3.8rem);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(2rem, 4.2vw, 3.7rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78);
}

.avon-trust-band__title span {
    color: var(--trust-accent);
}

.avon-trust-band__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.8rem, 5vw, 5rem);
}

.avon-trust-band__kudos-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.8fr) minmax(0, 0.9fr);
    gap: clamp(1.4rem, 4vw, 4rem);
    align-items: center;
}

.avon-trust-band__stack {
    display: grid;
    gap: clamp(1.7rem, 4vw, 3.4rem);
}

.avon-trust-band__image {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #111;
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.46);
}

.avon-trust-band__image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.avon-trust-band__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.96) contrast(1.05);
}

.avon-trust-band__item {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 0.85rem;
}

.avon-trust-band__item i {
    color: var(--trust-accent);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
}

.avon-trust-band__item h3 {
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(1.1rem, 1.65vw, 1.45rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.82);
}

.avon-trust-band__item p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.62;
}

.darby-page .avon-trust-band {
    --trust-accent: var(--purple, #9f2bd1);
}

.darby-page .avon-trust-band__image {
    background: transparent;
    box-shadow: none;
}

.darby-page .avon-trust-band__image::before {
    display: none;
}

.darby-page .avon-trust-band__image img {
    object-fit: contain;
    filter: drop-shadow(0 22px 38px rgba(210, 210, 210, 0.28)) drop-shadow(0 7px 18px rgba(255, 255, 255, 0.16)) saturate(0.98) contrast(1.04);
}

@media (max-width: 820px) {
    .avon-trust-band__grid {
        grid-template-columns: 1fr;
        gap: 2.3rem;
    }

    .avon-trust-band__kudos-layout {
        grid-template-columns: 1fr;
    }

    .avon-trust-band__image {
        width: min(360px, 100%);
        margin: 0 auto;
        order: -1;
    }
}

.avon-faq-band {
    --faq-accent: var(--primary-color, #d4af37);
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.09), transparent 36%), #060606;
    color: #fff;
    padding: clamp(3.8rem, 7vw, 6.4rem) 0;
}

.avon-faq-band * {
    border-radius: 0 !important;
}

.avon-faq-band__shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: start;
}

.avon-faq-band__intro h2 {
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78);
}

.avon-faq-band__eyebrow {
    margin: 0 0 0.8rem;
    color: var(--faq-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avon-faq-band__intro p:not(.avon-faq-band__eyebrow) {
    max-width: 340px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.62;
}

.avon-faq-band__list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.avon-faq-band__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.15rem 0;
}

.avon-faq-band__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 0;
    list-style: none;
    text-transform: none;
}

.avon-faq-band__item summary::-webkit-details-marker {
    display: none;
}

.avon-faq-band__item summary i {
    flex: 0 0 auto;
    color: var(--faq-accent);
    font-size: 0.78rem;
    transition: transform 0.2s ease;
}

.avon-faq-band__item:not([open]) summary i {
    transform: rotate(180deg);
}

.avon-faq-band__item p {
    max-width: 760px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.96rem;
    line-height: 1.64;
}

.darby-page .avon-faq-band {
    --faq-accent: var(--purple, #9f2bd1);
}

@media (max-width: 900px) {
    .avon-faq-band__shell {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .avon-faq-band__intro p:not(.avon-faq-band__eyebrow) {
        max-width: 620px;
    }
}

.video-playlist-nav-strip {
    display: flex;
    justify-content: safe center;
    gap: 0.52rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0.15rem 0 0.55rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 175, 55, 0.65) rgba(255, 255, 255, 0.12);
}

.video-playlist-nav-strip::-webkit-scrollbar {
    height: 6px;
}

.video-playlist-nav-strip::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.12);
}

.video-playlist-nav-strip::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.65);
}

.video-playlist-thumb {
    position: relative;
    flex: 0 0 clamp(92px, 11vw, 138px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #15110f;
    color: #fff;
    cursor: pointer;
    opacity: 0.62;
    padding: 0;
    transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.video-playlist-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.88) contrast(1.04);
}

.video-playlist-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
    pointer-events: none;
}

.video-playlist-thumb span {
    position: absolute;
    left: 0.42rem;
    bottom: 0.34rem;
    z-index: 1;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
    text-transform: uppercase;
}

.video-playlist-thumb:hover,
.video-playlist-thumb.is-active {
    opacity: 1;
    border-color: var(--primary-color, #d4af37);
    transform: translateY(-2px);
}

.video-playlist-thumb.is-active {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.22);
}

@media (max-width: 560px) {
    .video-playlist-nav {
        margin-top: 0.85rem;
    }

    .video-playlist-thumb {
        flex-basis: 104px;
    }
}

@media (max-width: 768px) {
    :root {
        --top-bar-height: 32px;
        --navbar-height: 60px;
    }
}

/* ========================================
   THEME VARIANTS
   ======================================== */

/* WEDDING THEME - Elegant, romantic, gold accents */
[data-theme="wedding"] {
    --primary-color: #c9a962;
    --primary-hover: #b8973f;
    --primary-rgb: 201, 169, 98;
    --bg-dark: #1a1a1a;
    --bg-darker: #121212;
    --bg-black: #0a0a0a;
    --bg-light: #252320;
    --bg-accent: #2a2520;
    --text-light: #ffffff;
    --text-muted: #b0a090;
    --text-muted-dark: #666666;
    --accent-gradient: linear-gradient(135deg, #c9a962 0%, #e8d5a3 100%);
    --card-bg: rgba(30, 30, 30, 0.8);
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}

/* JAZZ THEME - Cool, smooth, blue/gold accents */
[data-theme="jazz"] {
    --primary-color: #d4a44c;
    --primary-hover: #b88b3a;
    --primary-rgb: 212, 164, 76;
    --bg-dark: #0f1419;
    --bg-darker: #0a0e12;
    --bg-black: #05080a;
    --bg-light: #151a20;
    --bg-accent: #0c1015;
    --text-light: #f0ebe3;
    --text-muted: #a0a8b0;
    --text-muted-dark: #606870;
    --accent-gradient: linear-gradient(135deg, #1e3a5f 0%, #d4a44c 100%);
    --card-bg: rgba(15, 20, 25, 0.9);
    --border-radius: 8px;
    --border-radius-sm: 4px;
    --font-heading: 'Libre Baskerville', Georgia, serif;
    --font-body: 'Montserrat', 'Helvetica Neue', sans-serif;
}

[data-theme="jazz"] h1,
[data-theme="jazz"] h2,
[data-theme="jazz"] h3,
[data-theme="jazz"] .section-title,
[data-theme="jazz"] .hero-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
}

/* STRINGS THEME - Elegant sage green with warm neutrals */
[data-theme="strings"] {
    --primary-color: #7d8b7a;
    --primary-hover: #5d6b5a;
    --primary-rgb: 125, 139, 122;
    --bg-dark: #1a1c1a;
    --bg-darker: #121412;
    --bg-black: #0a0c0a;
    --bg-light: #1e201e;
    --bg-accent: #171917;
    --text-light: #f5f7f5;
    --text-muted: #a8b0a8;
    --text-muted-dark: #686e68;
    --accent-gradient: linear-gradient(135deg, #7d8b7a 0%, #a8b8a5 100%);
    --card-bg: rgba(26, 28, 26, 0.9);
    --border-radius: 8px;
    --border-radius-sm: 4px;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', 'Helvetica Neue', sans-serif;
}

/* ========================================
   SECTION THEME SYSTEM
   Section theme ALWAYS overrides site mode
   ======================================== */

/* ----- DARK SECTION THEME ----- */
[data-section-theme="dark"] {
    color: #ffffff;
}

/* Dark section headings - always bright white */
[data-section-theme="dark"] h1,
[data-section-theme="dark"] h2,
[data-section-theme="dark"] h3,
[data-section-theme="dark"] h4,
[data-section-theme="dark"] h5,
[data-section-theme="dark"] h6,
[data-section-theme="dark"] .section-title,
[data-section-theme="dark"] .section-subtitle,
[data-section-theme="dark"] .packages-title,
[data-section-theme="dark"] .package-title,
[data-section-theme="dark"] .about-heading,
[data-section-theme="dark"] .about-title,
[data-section-theme="dark"] .contact-title,
[data-section-theme="dark"] .vendor-name,
[data-section-theme="dark"] .artist-name,
[data-section-theme="dark"] .talent-title {
    color: #ffffff;
}

/* Dark section body text - uses CSS variable for opacity */
[data-section-theme="dark"] p,
[data-section-theme="dark"] li,
[data-section-theme="dark"] td,
[data-section-theme="dark"] th,
[data-section-theme="dark"] span:not(.btn span):not(.stat-number):not(.stat-label):not(.section-title):not(.section-label),
[data-section-theme="dark"] label,
[data-section-theme="dark"] .about-text,
[data-section-theme="dark"] .package-description,
[data-section-theme="dark"] .review-quote-text,
[data-section-theme="dark"] .review-author-name,
[data-section-theme="dark"] .contact-item,
[data-section-theme="dark"] .contact-item a,
[data-section-theme="dark"] .contact-info,
[data-section-theme="dark"] .vendor-description,
[data-section-theme="dark"] .artist-bio {
    color: var(--text-body-dark);
}

/* Dark section muted text */
[data-section-theme="dark"] .text-muted,
[data-section-theme="dark"] small,
[data-section-theme="dark"] .packages-label {
    color: var(--text-muted-dark-rgba);
}

/* Dark section divider */
[data-section-theme="dark"] .section-divider {
    background-color: var(--primary-color);
}

/* Dark theme cards */
[data-section-theme="dark"] .card,
[data-section-theme="dark"] .service-card,
[data-section-theme="dark"] .package-card,
[data-section-theme="dark"] .review-card,
[data-section-theme="dark"] .vendor-card,
[data-section-theme="dark"] .artist-card,
[data-section-theme="dark"] .faq-item {
    background: rgba(30, 30, 30, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Dark theme form elements */
[data-section-theme="dark"] .form-control,
[data-section-theme="dark"] .form-select,
[data-section-theme="dark"] textarea,
[data-section-theme="dark"] input[type="text"],
[data-section-theme="dark"] input[type="email"],
[data-section-theme="dark"] input[type="tel"],
[data-section-theme="dark"] input[type="date"],
[data-section-theme="dark"] input[type="number"] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

[data-section-theme="dark"] .form-control::placeholder,
[data-section-theme="dark"] textarea::placeholder,
[data-section-theme="dark"] input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

[data-section-theme="dark"] .form-label {
    color: rgba(255, 255, 255, 0.9);
}

/* Dark theme accordion/FAQ */
[data-section-theme="dark"] .accordion-button {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

[data-section-theme="dark"] .accordion-body {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

/* ----- LIGHT SECTION THEME ----- */
[data-section-theme="light"] {
    background-color: #ffffff;
    color: #333333;
}

[data-section-theme="light"] h1,
[data-section-theme="light"] h2,
[data-section-theme="light"] h3,
[data-section-theme="light"] h4,
[data-section-theme="light"] h5,
[data-section-theme="light"] h6,
[data-section-theme="light"] .section-title,
[data-section-theme="light"] .section-subtitle,
[data-section-theme="light"] .pillars-main-title,
[data-section-theme="light"] .pillar-title {
    color: #1a1a1a !important;
}

[data-section-theme="light"] p,
[data-section-theme="light"] span:not(.btn span):not(.section-label),
[data-section-theme="light"] li,
[data-section-theme="light"] label,
[data-section-theme="light"] .pillar-description,
[data-section-theme="light"] .text-light {
    color: #333333 !important;
}

[data-section-theme="light"] .section-label {
    color: var(--primary-color) !important;
}

[data-section-theme="light"] .text-muted,
[data-section-theme="light"] small {
    color: #666666 !important;
}

[data-section-theme="light"] .section-divider {
    background-color: var(--primary-color);
}

/* Light theme cards */
[data-section-theme="light"] .card,
[data-section-theme="light"] .service-card,
[data-section-theme="light"] .package-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #333333;
}

/* Light theme form elements */
[data-section-theme="light"] .form-control,
[data-section-theme="light"] .form-select {
    background-color: #ffffff;
    border-color: #ced4da;
    color: #333333;
}

[data-section-theme="light"] .form-label {
    color: #333333;
}

/* ========================================
   PAGE-SPECIFIC OPACITY OVERRIDES
   Override --text-body-opacity for specific pages
   ======================================== */

/* Contact page - higher opacity for better form readability */
.contact-fullscreen-new {
    --text-body-opacity: 0.9;
}

/* ========================================
   BASE STYLES
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body, 'Raleway', 'Helvetica Neue', sans-serif);
    background-color: var(--bg-dark, #1c1917);
    color: var(--text-light, #faf5f0);
    line-height: 1.7;
}

/* Add padding for fixed header on pages without full-screen heroes */
body.has-top-bar.page-needs-offset {
    padding-top: var(--header-total-height);
}

/* Alternative: Apply to main content wrapper */
.content-offset {
    padding-top: var(--header-total-height);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading, 'Cormorant Garamond', Georgia, serif);
    font-weight: 400;
    letter-spacing: 1px;
}

a {
    color: var(--primary-color, #8b4557);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-hover, #6d3545);
}

/* Softer paragraph text on specific dark page sections */
.packages-section p,
.cta-section p,
.events-page p,
.reviews-page p,
.vendor-classic p,
.footer p,
.site-footer p {
    color: var(--text-body-dark);
}

/* ========================================
   NAVIGATION
   ======================================== */
#mainNav,
.navbar {
    background: rgba(10, 10, 10, 0.9);
    transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
    padding: 15px 0 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    border-bottom: none;
}

#mainNav.navbar-scrolled,
.navbar.navbar-scrolled {
    background: rgba(10, 10, 10, 0.98);
    padding: 3px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Compact nav class - keeps nav small like scrolled but without forced background */
#mainNav.navbar-compact,
.navbar.navbar-compact {
    padding: 3px 0;
}

#mainNav.navbar-compact .navbar-logo,
.navbar.navbar-compact .navbar-logo {
    max-height: 30px;
}

#mainNav.navbar-compact .navbar-logo-center,
.navbar.navbar-compact .navbar-logo-center {
    max-height: 42px;
}

/* Transparent header at top of page - applies to all screen sizes including mobile */
#mainNav[data-at-top="true"],
.navbar[data-at-top="true"] {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

/* Subtle dark gradient overlay for transparent header - all screen sizes */
#mainNav[data-at-top="true"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
}

/* Hide gradient when scrolled */
#mainNav[data-at-top="true"].navbar-scrolled::before {
    opacity: 0;
}

/* Scrolled state overrides transparent - applies to all screen sizes */
#mainNav[data-at-top="true"].navbar-scrolled,
.navbar[data-at-top="true"].navbar-scrolled {
    background: rgba(10, 10, 10, 0.98) !important;
    backdrop-filter: blur(10px) !important;
}

/* Dark section theme header - solid at top on desktop */
#mainNav[data-section-theme="dark"] {
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(10px) !important;
}

@media (min-width: 1200px) {
    #mainNav[data-section-theme="dark"][data-at-top="true"] {
        background: transparent !important;
        backdrop-filter: none !important;
    }
}

.navbar-brand {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-light) !important;
    padding: 0 20px;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1), 0 0 4px rgba(0, 0, 0, 0.95), 0 0 1px rgba(0, 0, 0, 1);
}

.navbar-logo {
    max-height: 48px;
    width: auto;
    transition: max-height 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.navbar-scrolled .navbar-logo {
    max-height: 30px;
}

#mainNav.navbar-scrolled .navbar-logo,
.navbar.navbar-scrolled .navbar-logo {
    max-height: 30px;
}

/* Left Logo Navigation Layout */
.navbar-left-logo .container-fluid {
    display: flex;
    align-items: center;
}

.navbar-left-logo .navbar-brand-desktop {
    align-items: center;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

.navbar-left-logo .navbar-collapse {
    justify-content: space-between;
    gap: clamp(1.5rem, 4vw, 4rem);
}

.navbar-left-logo .navbar-nav-main {
    align-items: center;
    justify-content: flex-start;
    gap: clamp(1.1rem, 2vw, 2.2rem);
    margin-right: auto;
}

.navbar-left-logo .navbar-nav-main .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.nav-request-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.75rem 1.15rem;
    background: #8e20c6;
    color: #fff !important;
    border: 1px solid #8e20c6;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nav-request-btn:hover {
    background: #a332df;
    border-color: #a332df;
    color: #fff !important;
}

.navbar-left-logo .navbar-logo-desktop {
    max-height: 58px;
}

#mainNav.navbar-scrolled .navbar-logo-desktop,
.navbar.navbar-scrolled .navbar-logo-desktop {
    max-height: 40px;
}

/* Centered Logo Navigation Layout */
.navbar-centered-logo .navbar-collapse {
    justify-content: center;
}

.navbar-centered-logo .navbar-nav-left {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.navbar-centered-logo .navbar-nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.navbar-brand-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    flex-shrink: 0;
}

.navbar-logo-center {
    max-height: 60px;
    width: auto;
    transition: max-height 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.navbar-scrolled .navbar-logo-center {
    max-height: 42px;
}

#mainNav.navbar-scrolled .navbar-logo-center,
.navbar.navbar-scrolled .navbar-logo-center {
    max-height: 42px;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 1px;
    padding: 8px 10px !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1), 0 0 4px rgba(0, 0, 0, 0.95), 0 0 1px rgba(0, 0, 0, 1);
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1), 0 0 1px rgba(0, 0, 0, 1);
}

/* Desktop dropdown hover */
@media (min-width: 992px) {
    .navbar-nav .dropdown {
        position: relative;
    }

    .navbar-nav .dropdown::after {
        content: '';
        position: absolute;
        left: -1rem;
        right: -1rem;
        top: 100%;
        height: 28px;
        display: none;
    }

    .navbar-nav .dropdown:hover::after {
        display: block;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    
    .navbar-nav .dropdown-menu {
        background: var(--bg-darker, #141210);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--border-radius-sm, 4px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        padding: 0.5rem 0;
    }
    
    .navbar-nav .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .navbar-nav .dropdown-item:hover {
        background-color: var(--primary-color);
        color: #fff;
    }

    .navbar-nav .nav-card-menu {
        left: 0;
        top: 100%;
        width: min(86vw, 980px);
        min-width: 760px;
        padding: 1rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.8rem;
        transform: none;
        background: rgba(13, 11, 9, 0.96);
        border: 1px solid rgba(200, 166, 79, 0.28);
        box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
    }

    .navbar-nav .dropdown:hover > .nav-card-menu,
    .navbar-nav .dropdown.is-hover-open > .nav-card-menu,
    .navbar-nav .nav-card-menu:hover {
        display: grid;
    }

    .navbar-nav .nav-card-menu-bands {
        width: min(82vw, 980px);
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .navbar-nav .nav-card-menu-services {
        width: min(66vw, 920px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .navbar-nav .nav-card-menu-about {
        width: min(62vw, 820px);
        min-width: 620px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .navbar-nav .nav-card-menu li {
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav .nav-card-menu li:last-child {
        margin-bottom: 0;
    }

    .nav-card-link {
        position: relative;
        min-height: 188px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0.78rem 0.82rem;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        color: #fff;
        text-decoration: none;
        isolation: isolate;
    }

    .nav-card-link::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.62));
    }

    .nav-card-link::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-card-link strong,
    .nav-card-link span {
        position: relative;
        display: block;
    }

    .nav-card-link strong {
        color: #fff;
        font-family: var(--font-body);
        font-size: clamp(0.78rem, 0.88vw, 1rem);
        font-weight: 900;
        letter-spacing: 0.045em;
        line-height: 1.02;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.92), 0 1px 2px rgba(0, 0, 0, 1);
        text-transform: uppercase;
    }

    .nav-card-link span {
        display: none;
        margin-top: 0.22rem;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.58rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .nav-card-link:hover {
        color: #fff;
    }

    .nav-card-feature {
        border: 1px solid rgba(200, 166, 79, 0.72);
    }

    .nav-card-feature strong {
        max-width: 320px;
        color: var(--primary-color);
    }
}

/* Mobile/Tablet Navigation - matches navbar-expand-xl breakpoint */
@media (max-width: 1199px) {
    #mainNav,
    .navbar {
        padding: 10px 0;
    }
    
    /* Transparent nav at top on mobile/tablet - must override base background */
    #mainNav[data-at-top="true"],
    .navbar[data-at-top="true"] {
        background: transparent !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
    }
    
    #mainNav .container,
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    #mainNav .navbar-brand,
    .navbar .navbar-brand {
        order: 1 !important;
        flex: 1 1 auto;
        margin: 0;
    }
    
    .navbar-toggler {
        border: none;
        padding: 8px 12px;
        z-index: 1001;
        order: 2 !important;
        margin-left: auto;
        flex: 0 0 auto;
    }
    
    /* White hamburger icon for visibility on any background */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    #mainNav .navbar-logo,
    .navbar .navbar-logo {
        max-height: 48px !important;
    }
    
    /* Smaller logo when scrolled on mobile */
    #mainNav.navbar-scrolled .navbar-logo,
    .navbar.navbar-scrolled .navbar-logo {
        max-height: 27px !important;
    }
    
    #mainNav.navbar-scrolled,
    .navbar.navbar-scrolled {
        padding: 5px 0;
    }
}

/* ========================================
   MOBILE DRAWER NAVIGATION
   ======================================== */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: var(--bg-black, #0c0a09);
    z-index: 1050;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-drawer.active {
    left: 0;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drawer-logo {
    max-height: 36px;
    max-width: 200px;
    width: auto;
}

.drawer-brand {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-light);
}

.drawer-close {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.drawer-close:hover {
    opacity: 1;
}

.drawer-nav {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.drawer-link {
    display: block;
    padding: 15px 25px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.drawer-link:hover,
.drawer-link.active {
    color: var(--primary-color);
    background: rgba(var(--primary-rgb, 139, 69, 87), 0.1);
    border-left-color: var(--primary-color);
}

/* Offcanvas styling for Bootstrap */
.offcanvas {
    background: var(--bg-black, #0c0a09) !important;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas .btn-close {
    filter: invert(1);
}

.offcanvas .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: var(--font-body);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas .nav-link:hover {
    color: var(--primary-color) !important;
    background: rgba(255, 255, 255, 0.05);
}

.offcanvas .nav-link.mobile-nav-request-menu {
    margin-top: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.045);
    color: #fff !important;
    text-align: left;
}

.offcanvas .nav-link.mobile-nav-request-menu:hover {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mobile-nav-actions {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem 1rem 0.75rem;
}

.mobile-nav-actions a,
.mobile-nav-bottom-cta a {
    display: block;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(201, 169, 98, 0.28);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-nav-actions .mobile-nav-request,
.mobile-nav-bottom-cta .mobile-nav-request {
    background: var(--primary-color, #c9a962);
    color: #120f0c;
}

.mobile-nav-actions .mobile-nav-feature {
    background: rgba(255, 255, 255, 0.06);
}

.mobile-nav-bottom-cta {
    padding: 0 1.25rem 1.25rem;
}

.offcanvas .mobile-nav-compact {
    margin-top: 0.25rem;
}

.mobile-subnav {
    display: grid;
    gap: 0.2rem;
    padding: 0.45rem 1rem 0.75rem 1.75rem;
    background: rgba(255, 255, 255, 0.035);
}

.mobile-subnav a {
    display: block;
    padding: 0.58rem 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-subnav a:hover {
    color: var(--primary-color, #c9a962);
}

.mobile-subnav a.mobile-subnav-feature {
    color: #fff8ec;
}

.mobile-subnav-feature i {
    color: var(--primary-color, #c9a962);
    font-size: 0.7rem;
    margin-right: 0.35rem;
    transform: translateY(-1px);
}

.offcanvas .mobile-jump-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.85rem 1rem 0.55rem;
}

.offcanvas .mobile-jump-links + .navbar-nav {
    margin-top: 0.35rem;
}

/* Mobile Nav - Lauren Contact Card */
.mobile-nav-contact {
    padding: 1.25rem;
    margin-top: 0.5rem;
}

.mobile-nav-contact-inner {
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.15) 0%, rgba(201, 169, 98, 0.05) 50%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(201, 169, 98, 0.25);
    border-radius: 12px;
    padding: 1.25rem;
}

.mobile-nav-contact-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-nav-contact-img img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-color, #c9a962);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.mobile-nav-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.mobile-nav-contact-name {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.mobile-nav-contact-title {
    color: var(--primary-color, #c9a962);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.mobile-nav-contact-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.mobile-nav-contact-link:hover {
    color: var(--primary-color, #c9a962);
}

.mobile-nav-contact-link i {
    color: var(--primary-color, #c9a962);
    font-size: 0.75rem;
    width: 14px;
    text-align: center;
}

.mobile-nav-social {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile-nav-social a:hover {
    background: var(--primary-color, #c9a962);
    color: #fff;
    transform: translateY(-2px);
}

/* ========================================
   HERO SECTION
   ======================================== */
/* Offset for pages starting with non-hero sections */
body > section:first-of-type:not(.hero-section),
main > section:first-of-type:not(.hero-section),
.section-padding:first-of-type:not(.hero-section ~ .section-padding) {
    padding-top: 160px; /* Account for fixed navbar */
}

.hero-section {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 500px;
    max-height: 900px;
    height: 80vh;
    background-color: var(--bg-darker);
    overflow: hidden;
    border-bottom: 2px solid var(--primary-color, #d4af37);
}

/* Hero Loading Spinner */
.hero-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: opacity 0.5s ease;
}

.hero-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.hero-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(201, 169, 98, 0.2);
    border-top-color: #c9a962;
    border-radius: 50%;
    animation: heroSpin 1s linear infinite;
}

@keyframes heroSpin {
    to {
        transform: rotate(360deg);
    }
}

.hero-section.hero-fullscreen {
    height: 90vh;
    max-height: none;
}

/* Hero Slideshow Container */
.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Individual Hero Slide — 0.4s crossfade between slides */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transform: scale(1);
    z-index: 0;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

/* Zoom Effect - Subtle Ken Burns (only transform animates, not opacity) */
.hero-zoom-enabled .hero-slide {
    transform-origin: center center;
    transform: scale(1);
}

.hero-zoom-enabled .hero-slide.zooming {
    transition: opacity 0.4s ease-in-out, transform 2.1s ease-out;
    transform: scale(1.04);
}

/* Single image - stop zoom after animation completes */
.hero-zoom-enabled.single-image .hero-slide.zoom-complete {
    transition: none;
    transform: scale(1.04);
}

/* Legacy hero-bg support */
.hero-bg,
.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay,
.hero-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
    pointer-events: none; /* Allow touch/swipe to pass through */
}

/* Bottom gradient for hero text readability */
.hero-overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.24) 52%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(1.9rem, 3.6vw, 3.4rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    max-width: 600px;
    margin: 0 auto;
    opacity: 1;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.6);
}

.btn-hero {
    display: inline-block;
    border: 2px solid var(--gold, #d4af37);
    background: transparent;
    color: var(--gold, #d4af37);
    padding: 12px 40px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: var(--border-radius-sm, 4px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-hero:hover {
    background: var(--gold, #d4af37);
    border-color: var(--gold, #d4af37);
    color: #1a1a1a;
    text-decoration: none;
    text-shadow: none;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        max-height: 600px;
    }
    
    .hero-title {
        font-size: 1.45rem;
        letter-spacing: 3px;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-content {
        padding-bottom: 50px;
    }
}

/* ========================================
   SECTION STYLES
   ======================================== */
.section-padding {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
}

/* Section with background image */
.section-has-bg {
    position: relative;
}

.section-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.section-bg-image.bg-pos-top { background-position: center top; }
.section-bg-image.bg-pos-center { background-position: center center; }
.section-bg-image.bg-pos-bottom { background-position: center bottom; }
.section-bg-image.bg-size-cover { background-size: cover; }
.section-bg-image.bg-size-contain { background-size: contain; }
.section-bg-image.bg-attach-fixed { background-attachment: fixed; }
.section-bg-image.bg-attach-scroll { background-attachment: scroll; }

@media (max-width: 768px) {
    .section-bg-image.bg-attach-fixed {
        background-attachment: scroll;
    }
}

.section-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.section-has-bg {
    background-color: transparent !important;
}

.section-has-bg > .container,
.section-has-bg > .container-fluid {
    position: relative;
    z-index: 2;
}

.bg-dark {
    background-color: var(--bg-dark) !important;
}

.bg-darker {
    background-color: var(--bg-darker);
}

.bg-black {
    background-color: var(--bg-black) !important;
}

.section-bg-primary {
    background-color: var(--section-bg-primary) !important;
}

.section-bg-alt {
    background-color: var(--section-bg-alt) !important;
}

.section-bg-accent {
    background-color: var(--section-bg-accent) !important;
}

/* Section header styles */
.section-header {
    margin-bottom: 40px;
}

.section-header.text-center .section-divider {
    margin-left: auto;
    margin-right: auto;
}

.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 20px;
}

.section-divider {
    width: 60px;
    height: 2px;
    background: var(--primary-color);
    border: none;
    margin-bottom: 30px;
}

/* ========================================
   CARDS (Service, Package, Vendor, Artist)
   ======================================== */
.card,
.service-card,
.package-card,
.vendor-card {
    background: var(--card-bg, rgba(28, 25, 23, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.service-card:hover,
.package-card:hover,
.vendor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.card-image,
.package-image,
.vendor-image,
.artist-image {
    position: relative;
    overflow: hidden;
}

.card-image img,
.package-image img,
.vendor-image img,
.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 0;
}

.card:hover .card-image img,
.package-card:hover .package-image img,
.vendor-card:hover .vendor-image img {
    transform: scale(1.05);
}

.card-body,
.package-content,
.vendor-content,
.artist-content {
    padding: 25px;
}

.card-title,
.package-title,
.vendor-name,
.artist-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 10px;
}

.card-text,
.package-description,
.vendor-description,
.artist-bio {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about-image {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border-radius: var(--border-radius);
}

.about-placeholder {
    height: 400px;
    background: linear-gradient(135deg, var(--bg-darker) 0%, var(--bg-dark) 100%);
}

.about-content-box {
    padding-left: 20px;
}

.about-label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-style: italic;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.about-heading {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--text-light);
}

.about-text {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.8;
}

.about-text p {
    margin-bottom: 0.5em;
}

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

/* ========================================
   SOCIAL LINKS
   ======================================== */
.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: var(--bg-dark);
}

/* ========================================
   GALLERY SECTION
   ======================================== */
.gallery-masonry {
    column-count: 5;
    column-gap: 4px;
}

.gallery-item-wrapper {
    break-inside: avoid;
    margin-bottom: 4px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--border-radius-sm);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 1.5rem;
    color: var(--text-light);
}

@media (max-width: 1400px) { .gallery-masonry { column-count: 4; } }
@media (max-width: 1200px) { .gallery-masonry { column-count: 3; } }
@media (max-width: 768px) { .gallery-masonry { column-count: 2; } }
@media (max-width: 480px) { .gallery-masonry { column-count: 2; column-gap: 2px; } }

/* ========================================
   REVIEWS SECTION
   ======================================== */
.review-card {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-stars {
    margin-bottom: 20px;
    color: var(--primary-color);
}

.review-stars i {
    margin-right: 3px;
}

.review-text,
.review-quote-text {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.8;
}

.review-author {
    display: flex;
    flex-direction: column;
}

.review-author strong,
.review-author-name {
    color: var(--text-light);
    font-size: 1.1rem;
}

.review-title,
.review-author-event {
    color: var(--primary-color);
    font-size: 0.9rem;
}

/* Carousel arrows */
.carousel-arrow {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.carousel-arrow:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-info {
    padding-right: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-item i {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--bg-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-item a,
.contact-item span {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.contact-item a:hover {
    color: var(--primary-color);
}

/* Forms */
.form-control,
.form-select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    padding: 15px 20px;
    border-radius: var(--border-radius-sm);
    transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.15);
    color: var(--text-light);
    outline: none;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-label {
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 8px;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--bg-dark) !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 12px 30px;
}

.btn-primary:hover {
    background: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: var(--bg-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--bg-dark) !important;
}

.btn-section {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary-color);
    color: var(--bg-dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    border: none;
    border-radius: var(--border-radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-section:hover {
    background: var(--primary-hover);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

.btn-section-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-section-outline:hover {
    background: var(--primary-color);
    color: var(--bg-dark);
}

/* ========================================
   CONTACT PAGE - FULLSCREEN SPLIT LAYOUT
   ======================================== */

/* Flash Messages */
.contact-flash-message {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 10px 0;
}

/* Main Contact Section */
.contact-fullscreen {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}

/* NEW: Full-Width Background Contact Layout */
.contact-fullscreen-new {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 60px;
}

.contact-bg-fullwidth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-bg-fullwidth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-bg-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.contact-form-centered {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.7) 100%);
    border: none;
    padding: 50px 50px;
    border-radius: 8px;
    box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.5);
}

.contact-form-inner {
    width: 100%;
    max-width: 100%;
}

/* 3-column checkbox grid for wider form */
.checkbox-grid-3col {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 991px) {
    .checkbox-grid-3col {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .contact-form-centered {
        padding: 30px 20px;
    }
    
    .checkbox-grid-3col {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Background Image - Left Side */
.contact-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
}

.contact-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Form Container - Right Side */
.contact-form-wrapper {
    position: relative;
    z-index: 2;
    width: 40%;
    margin-left: 60%;
    background: #121212;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 30px 60px;
}

.contact-form-inner {
    width: 100%;
    max-width: 600px;
}

/* Lauren Contact Representative Card */
.contact-rep-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    margin-bottom: 25px;
}

.contact-rep-photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-color, #c9a227);
    flex-shrink: 0;
}

.contact-rep-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-rep-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

.contact-rep-title {
    font-size: 0.8rem;
    color: var(--primary-color, #c9a227);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-rep-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.contact-rep-details a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-rep-details a:hover {
    color: var(--primary-color, #c9a227);
}

.contact-rep-details i {
    margin-right: 5px;
    color: var(--primary-color, #c9a227);
}

@media (max-width: 480px) {
    .contact-rep-card {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }
    
    .contact-rep-details {
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }
}

.contact-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

.contact-form-divider {
    width: 60px;
    height: 3px;
    background: var(--primary-color, #c9a227);
    margin-bottom: 25px;
}

.contact-form-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-form-subtitle .text-highlight {
    color: var(--primary-color, #c9a227);
}

.contact-form-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-bottom: 25px;
}

/* Form Styles */
.contact-inquiry-form .form-label {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.contact-inquiry-form .form-label .required {
    color: var(--primary-color, #c9a227);
    margin-left: 2px;
}

.contact-inquiry-form .form-label small {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.contact-inquiry-form .form-control,
.contact-inquiry-form .form-select,
.contact-inquiry-form input[type="text"],
.contact-inquiry-form input[type="email"],
.contact-inquiry-form input[type="tel"],
.contact-inquiry-form input[type="date"],
.contact-inquiry-form textarea {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    padding: 12px 16px;
    border-radius: 0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.contact-inquiry-form .form-control:focus,
.contact-inquiry-form .form-select:focus,
.contact-inquiry-form input[type="text"]:focus,
.contact-inquiry-form input[type="email"]:focus,
.contact-inquiry-form input[type="tel"]:focus,
.contact-inquiry-form input[type="date"]:focus,
.contact-inquiry-form textarea:focus {
    background: #222222 !important;
    border-color: var(--primary-color, #c9a227) !important;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
    outline: none;
    color: #ffffff !important;
}

.contact-inquiry-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-inquiry-form .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.contact-inquiry-form .form-select option {
    background: #1a1a1a;
    color: #ffffff;
}

/* Artist Category Group */
.artist-category-group {
    margin-bottom: 20px;
}

.artist-category-title,
[data-section-theme="dark"] .artist-category-title,
[data-section-theme="dark"] h6.artist-category-title {
    color: var(--primary-color, #c9a227) !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

/* Checkbox Grid */
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 10px;
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0;
    transition: all 0.2s ease;
}

.checkbox-item:hover {
    background: #222222 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.checkbox-item input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
    background: transparent;
}

.checkbox-item input[type="checkbox"]:checked {
    background: var(--primary-color, #c9a227);
    border-color: var(--primary-color, #c9a227);
}

.checkbox-item input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Submit Button */
.contact-submit-btn {
    width: 100%;
    padding: 14px 30px;
    background: var(--primary-color, #c9a227);
    color: #000000;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* Contact Footer */
.contact-form-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-footer-link {
    color: var(--primary-color, #c9a227);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.contact-footer-link:hover {
    color: #ffffff;
}

.contact-footer-link i {
    margin-right: 8px;
    width: 16px;
}

/* Flatpickr Dark Theme Override */
.flatpickr-calendar {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 !important;
}

.flatpickr-calendar .flatpickr-day {
    color: #ffffff;
    border-radius: 0;
}

.flatpickr-calendar .flatpickr-day:hover {
    background: rgba(201, 162, 39, 0.3);
    border-color: var(--primary-color, #c9a227);
}

.flatpickr-calendar .flatpickr-day.selected {
    background: var(--primary-color, #c9a227) !important;
    border-color: var(--primary-color, #c9a227) !important;
    color: #000000 !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #ffffff;
}

.flatpickr-weekdays {
    background: transparent;
}

span.flatpickr-weekday {
    color: var(--primary-color, #c9a227);
}

/* Responsive - Large Tablet / Small Desktop */
@media (max-width: 1280px) {
    .contact-bg-image {
        width: 50%;
    }
    
    .contact-form-wrapper {
        width: 50%;
        margin-left: 50%;
        padding: 100px 35px 60px;
    }
}

/* Responsive - Tablet and Mobile */
@media (max-width: 1024px) {
    .contact-fullscreen {
        flex-direction: column;
        min-height: auto;
    }
    
    .contact-bg-image {
        position: relative;
        width: 100%;
        height: 50vw;
        max-height: 450px;
        min-height: 300px;
    }
    
    .contact-form-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 50px 30px;
    }
    
    .contact-form-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-bg-image {
        display: none;
    }
    
    .contact-form-wrapper {
        padding: 40px 20px;
    }
    
    .contact-form-title {
        font-size: 1.75rem;
    }
    
    .checkbox-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .checkbox-item {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .checkbox-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .contact-bg-image {
        height: 35vh;
        min-height: 220px;
    }
    
    .contact-form-wrapper {
        padding: 30px 15px;
    }
    
    .contact-form-title {
        font-size: 1.5rem;
    }
    
    .contact-form-subtitle {
        font-size: 0.9rem;
    }
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer,
.footer {
    background: var(--bg-black);
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 2px solid var(--primary-color);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-brand {
    max-width: 350px;
}

.footer-logo {
    max-height: 100px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.footer-tagline {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 15px 0;
}

.footer-heading,
.footer h4 {
    color: var(--text-light);
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    list-style: none;
}

.footer-links a {
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social .social-link {
    width: 42px;
    height: 42px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.footer-social .social-link:hover {
    background: var(--primary-color);
    color: var(--bg-dark);
}

.footer-email {
    color: var(--text-muted);
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-email:hover {
    color: var(--primary-color);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 40px 0 25px;
}

.footer-copyright {
    color: var(--text-muted-dark);
    font-size: 0.85rem;
    margin: 0;
}

.footer-admin-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.75rem;
    color: var(--text-muted-dark);
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.footer-admin-link:hover {
    color: var(--primary-color);
    opacity: 1;
}

@media (max-width: 991px) {
    .footer-brand {
        max-width: 100%;
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto 15px;
    }
    .footer-tagline {
        text-align: center;
    }
    .footer-heading {
        margin-top: 10px;
    }
}

/* ========================================
   UTILITIES
   ======================================== */
.text-primary {
    color: var(--primary-color) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-light {
    color: var(--text-light) !important;
}

.bg-gradient-dark {
    background: linear-gradient(135deg, var(--bg-darker) 0%, var(--bg-dark) 100%);
}

/* Animate on scroll */
.animate-in {
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#lightbox.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

#lightbox.show .lightbox-content {
    transform: scale(1);
}

.lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-close:hover {
    color: rgba(255,255,255,0.7);
}

/* Lightbox Navigation Arrows */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.3s, color 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255,255,255,0.2);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

@media (max-width: 768px) {
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
}

/* Lightbox Caption and Location */
.lightbox-info {
    margin-top: 15px;
    text-align: center;
    max-width: 90%;
}

#lightboxCaption {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

#lightboxLocation {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

#lightboxLocation i {
    margin-right: 5px;
}
/* ========================================
   HOMEPAGE SPECIFIC STYLES
   ======================================== */

/* Hero Navigation - positioned at bottom center */
.hero-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 20;
}

.hero-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-arrow:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
}

.hero-dots {
    display: flex;
    gap: 12px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    background: rgba(255,255,255,0.9);
    transform: scale(1.2);
}

/* Our Story Section */
.story-section {
    padding: 80px 0;
}

.story-image {
    max-width: 350px;
    border: 5px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* Awards Section */
.awards-section {
    padding: 60px 0;
    background: var(--section-bg-alt);
}

.publications-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.publication-logo {
    height: 50px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.publication-logo:hover {
    opacity: 1;
}

.awards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.award-badge {
    height: 120px;
    transition: transform 0.3s ease;
}

.award-badge:hover {
    transform: scale(1.05);
}

/* Featured Ensembles Section */
.ensembles-section {
    padding: 80px 0;
}

.ensemble-card {
    background: var(--card-bg);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ensemble-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.ensemble-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ensemble-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ensemble-card:hover .ensemble-card-image img {
    transform: scale(1.05);
}

.video-play-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-play-btn:hover {
    background: var(--primary-color);
}

.ensemble-card-body {
    padding: 20px;
}

.ensemble-card-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--text-light);
}

.ensemble-card-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Venues Gallery Section */
.venues-section {
    padding: 60px 0;
}

.venues-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 4px;
}

@media (min-width: 1400px) {
    .venues-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}

.venue-item {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.venue-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.venue-item:hover img {
    transform: scale(1.1);
}

.venue-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

/* Video Showcase Section */
.video-showcase-section {
    padding: 30px 0;
    background: 
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(255,255,255,0.06) 0%, transparent 50%),
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(255,255,255,0.06) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(255,255,255,0.03) 0%, transparent 60%);
    position: relative;
}

/* Override section-padding when applied to video-showcase */
.video-showcase-section.section-padding {
    padding: 30px 0;
}

.video-showcase-section .section-header {
    margin-bottom: 15px;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-showcase-section .video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(0,0,0,0.4);
}

.video-play-overlay i {
    font-size: 24px;
    color: var(--bg-dark);
    margin-left: 4px;
}

.video-card:hover .video-play-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 8px 0 0 0;
    background: transparent;
}

.video-info h5 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--text-light);
}

.video-info p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.testimonials-section .section-title {
    color: var(--text-dark, #1a1a1a) !important;
}

.testimonials-section .section-label {
    color: var(--primary-color) !important;
}

.testimonials-section .section-subtitle {
    color: var(--text-muted-dark, #666) !important;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    max-width: 800px;
    margin: 0 auto;
    display: none;
}

.testimonial-card.active {
    display: block;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 1.1rem;
}

.testimonial-text {
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: 600;
    color: #333;
}

.testimonial-date {
    font-size: 0.85rem;
    color: #666;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: #fff;
    transform: scale(1.2);
}

/* ========================================
   GLOBAL PAGE HERO - Reusable across pages
   ======================================== */
.page-hero {
    position: relative;
    height: 70vh;
    min-height: 400px;
    max-height: 90vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-bottom: 2px solid var(--primary-color, #d4af37);
}

.page-hero__bg {
    position: absolute;
    inset: 0;
    background-color: #000;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}

.page-hero:hover .page-hero__bg {
    transform: none;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top, 
        rgba(13,13,15,0.72) 0%, 
        rgba(13,13,15,0.38) 30%,
        rgba(13,13,15,0.12) 60%,
        transparent 100%
    );
}

.page-hero--dark .page-hero__overlay {
    background: linear-gradient(
        to top, 
        rgba(13,13,15,0.72) 0%, 
        rgba(13,13,15,0.38) 30%,
        rgba(13,13,15,0.12) 60%,
        transparent 100%
    );
}

.page-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 3rem 2rem;
}

@media (max-width: 768px) {
    .page-hero__content {
        padding: 2rem 1.5rem;
    }
}

.page-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(1.475rem, 3.875vw, 2.875rem);
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #fff;
    text-shadow: 0 4px 30px rgba(0,0,0,0.6);
    line-height: 1.1;
}

.page-hero__subtitle {
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0;
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

/* ========================================
   GLOBAL LISTING SECTION - Controls & Layout
   Dark theme by default
   ======================================== */
.listing-section {
    background: #0d0d0d;
    color: #fff;
}

.listing-controls {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.listing-controls__title {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.listing-controls__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.listing-controls__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.listing-controls__btn:hover,
.listing-controls__btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Category section within listing */
.listing-category {
    margin-bottom: 60px;
    scroll-margin-top: 120px;
}

.listing-category__header {
    text-align: center;
    margin-bottom: 30px;
}

.listing-category__title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 15px;
}

.listing-category__divider {
    width: 60px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 auto;
}

/* Empty state */
.listing-empty {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.listing-empty i {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.listing-empty h4 {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

/* ========================================
   GLOBAL CARD GRID - Reusable image cards
   ======================================== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.card-grid__item {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.card-grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.card-grid__image-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.card-grid__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-grid__item:hover .card-grid__image {
    transform: scale(1.05);
}

.card-grid__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a2a;
    color: rgba(255,255,255,0.3);
    font-size: 4rem;
}

.card-grid__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 20px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 60%, transparent 100%);
}

.card-grid__name {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    color: #fff;
}

.card-grid__category {
    font-size: 0.8rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
    
    .card-grid__item {
        height: 300px;
    }
}

/* ========================================
   LEGACY ALL ARTISTS PAGE STYLES (deprecated)
   Kept for backward compatibility
   ======================================== */

/* Artists Hero - Legacy */
.artists-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.artists-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 15%;
}

.artists-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.44) 100%);
}

.artists-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

.artists-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.375rem, 4.875vw, 3.375rem);
    font-weight: 400;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.artists-hero-subtitle {
    font-size: 1.3rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

/* Artists Filter Controls - Legacy */
.artists-controls {
    background: #1a1a1a;
    padding: 25px;
    margin-bottom: 30px;
}

.category-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.category-btn:hover,
.category-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Artists Grid View - Legacy */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.artist-card {
    position: relative;
    height: 350px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.artist-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

.artist-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.artist-card:hover .artist-card-image {
    transform: scale(1.05);
}

.artist-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
    color: #fff;
}

.artist-card-name {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.9);
}

.artist-card-category {
    font-size: 0.85rem;
    color: var(--primary-color);
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

/* ========================================
   VENDOR LISTING PAGE STYLES
   ======================================== */

/* Vendor Hero */
.vendor-hero {
    position: relative;
    min-height: 500px;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: var(--bg-darker);
    color: #fff;
}

.vendor-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    transition: transform 0.6s ease;
}

.vendor-hero:hover .vendor-hero-bg {
    transform: scale(1.03);
}

.vendor-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.42) 100%);
}

/* Global hero readability tuning across shared and page-level hero variants. */
.hero-slide,
.hero-bg,
.parallax-bg,
.page-hero__bg,
.artists-hero-bg,
.vendor-hero-bg,
.svd-hero-bg,
.svc-hero-bg,
.frontpage-asb-hero-bg,
.asb-hero-bg,
.avj-hero-bg,
.avx-hero-bg,
.darby-hero-bg,
.lhb-hero-bg,
.classic-hero-image {
    filter: brightness(1.14) contrast(1.03) saturate(1.04);
}

.asb-hero-overlay,
.frontpage-asb-hero-overlay,
.lhb-hero-overlay,
.classic-hero-overlay,
.avj-hero-overlay,
.avx-hero-overlay,
.darby-hero-overlay,
.page-hero__overlay,
.artists-hero-overlay,
.vendor-hero-overlay {
    opacity: 0.74 !important;
}

.hero-content :is(h1, h2, p),
.page-hero__content :is(h1, h2, p),
.artists-hero-content :is(h1, h2, p),
.vendor-hero-content :is(h1, h2, p),
.asb-hero-copy :is(h1, h2, p),
.frontpage-asb-hero-copy :is(h1, h2, p),
.lhb-hero-copy :is(h1, h2, p),
.avj-hero-copy :is(h1, h2, p),
.avx-hero-copy :is(h1, h2, p),
.darby-hero-copy :is(h1, h2, p),
.classic-hero-content :is(h1, h2, h4, p) {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62), 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

.vendor-hero-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    text-shadow: 0 3px 12px rgba(0,0,0,0.8);
}

.vendor-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(1.875rem, 3.875vw, 2.875rem);
    font-weight: 400;
    margin-bottom: 10px;
}

.vendor-hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    opacity: 0.9;
}

/* Vendor Sidebar */
.vendor-sidebar {
    background: #141418;
    border-radius: 0;
    padding: 20px;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.vendor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vendor-list-item {
    margin-bottom: 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.vendor-list-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.vendor-list-item:hover {
    background: rgba(255,255,255,0.05);
}

.vendor-list-item:hover a {
    color: var(--primary-color);
}

.vendor-list-item.active {
    border: 2px solid var(--primary-color);
    background: rgba(var(--primary-rgb), 0.1);
}

.vendor-list-item.active a {
    color: var(--primary-color);
    font-weight: 600;
}

.vendor-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.1);
}

/* Vendor Content Sections */
.vendor-section {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
}

.vendor-section:last-child {
    border-bottom: none;
}

.vendor-section-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: var(--text-light);
}

/* Photo Grid */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

@media (min-width: 1400px) {
    .photo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.photo-grid-item {
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
}

.photo-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-grid-item:hover img {
    transform: scale(1.1);
}

/* Video Playlist */
.video-playlist-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.video-layout-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* Tighter gutters */
}

.video-layout-row > [class*="col-"] {
    padding: 0 10px; /* Match tighter gutters */
}

@media (min-width: 992px) {
    .video-layout-row {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    
    .video-layout-row > .col-lg-8 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .video-layout-row > .col-lg-4 {
        flex: 0 0 35%;
        max-width: 35%;
        display: flex;
        flex-direction: column;
    }
    
    /* Ensure video layout fills space properly */
    .video-layout-row .video-playlist {
        height: auto;
        max-height: none;
    }
}

.main-video-player {
    width: 100%;
}

/* Override Bootstrap ratio for video showcase - let content define size */
.video-showcase-section .ratio.ratio-16x9 {
    --bs-aspect-ratio: auto;
}

.video-showcase-section .ratio.ratio-16x9::before {
    display: none;
}

.video-showcase-section .ratio.ratio-16x9 > * {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* Video Thumbnail with Play Button Overlay */
.video-thumbnail-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}

/* YouTube Embed Wrapper - clean embedded player */
.video-embed-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* YouTube embed wrapper - standard display */
.video-embed-wrapper.youtube-clean {
    overflow: hidden;
    position: relative;
}

.video-embed-wrapper.youtube-clean iframe {
    width: 100%;
    height: 100%;
}

.video-thumbnail-wrapper .video-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.video-thumbnail-wrapper:hover .video-thumbnail-img {
    transform: scale(1.02);
    filter: brightness(0.8);
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-play-btn i {
    color: #fff;
    font-size: 28px;
    margin-left: 5px; /* Offset for visual centering of play icon */
}

.video-thumbnail-wrapper:hover .video-play-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-thumbnail-wrapper:hover .video-play-btn i {
    color: #000;
}

@media (max-width: 768px) {
    .video-play-btn {
        width: 60px;
        height: 60px;
    }
    
    .video-play-btn i {
        font-size: 22px;
        margin-left: 3px;
    }
}

.video-playlist {
    background: transparent;
    max-height: none;
    overflow-y: auto;
    padding: 0;
}

.video-playlist::-webkit-scrollbar {
    width: 6px;
}

.video-playlist::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
}

.video-playlist::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}

@media (min-width: 992px) {
    .video-playlist {
        height: 100%;
        max-height: none;
        flex: 1;
    }
}

.playlist-item {
    display: flex;
    gap: 10px;
    padding: 6px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
    margin-bottom: 4px;
}

.playlist-item:hover {
    background: rgba(255,255,255,0.05);
}

.playlist-item.active {
    background: rgba(var(--primary-rgb), 0.2);
    border-left: 2px solid var(--primary-color);
    padding-left: 8px;
}

.playlist-thumbnail {
    width: 80px;
    min-width: 80px;
    height: 45px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.playlist-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playlist-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playlist-play-icon i {
    color: #fff;
    font-size: 10px;
    margin-left: 2px;
}

.playlist-thumb {
    width: 80px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;
}

.playlist-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.playlist-info h6 {
    font-size: 0.8rem;
    margin-bottom: 2px;
    color: var(--text-light);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.playlist-info p {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Video Info Title - Force white */
.video-info h4,
.video-info h5,
#current-video-title {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* FAQ Accordion */
.faq-accordion .accordion-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: var(--card-bg);
    color: var(--text-light);
    font-weight: 600;
    padding: 18px 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
}

.faq-accordion .accordion-body {
    padding: 20px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Vendor Page Container */
.vendor-page {
    padding-top: 80px;
    background-color: #0d0d0f;
}

.vendor-main-content {
    padding: 0;
    padding-top: 30px;
}

.vendor-content-area {
    padding: 0.5rem;
    background: #141418;
}

.vendor-content-area .card-body {
    background: #141418;
    color: #ffffff;
}

/* Force white text throughout vendor page */
.vendor-page h1,
.vendor-page h2,
.vendor-page h3,
.vendor-page h4,
.vendor-page h5,
.vendor-page h6,
.vendor-page .section-heading-title,
.vendor-page .sidebar-title,
.vendor-page .vendor-description,
.vendor-page .vendor-description p {
    color: #ffffff !important;
}

.vendor-page p {
    color: rgba(255, 255, 255, 0.75) !important;
}

.vendor-page .text-muted,
.vendor-page .vendor-description a {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Override light sections within vendor page */
.vendor-page .faq-section.bg-light,
.vendor-page .reviews-section.bg-white,
.vendor-page .added-services-section.bg-light {
    background: #1a1a1e !important;
}

.vendor-page .faq-section h4,
.vendor-page .faq-section h5,
.vendor-page .faq-section .btn-link,
.vendor-page .reviews-section h4,
.vendor-page .reviews-section h5,
.vendor-page .added-services-section h3,
.vendor-page .added-services-section h5 {
    color: #ffffff !important;
}

.vendor-page .added-services-section p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.vendor-page .faq-section .card,
.vendor-page .faq-section .card-header,
.vendor-page .faq-section .card-body {
    background: #141418 !important;
    color: #ffffff !important;
    border-color: #2a2a2e !important;
}

.vendor-page .reviews-section .review-card {
    background: #141418 !important;
    border-color: #2a2a2e !important;
}

.vendor-page .reviews-section .review-card,
.vendor-page .reviews-section .reviewer-info {
    color: #ffffff !important;
}

.vendor-page .reviews-section .review-text p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.vendor-page .added-services-section .service-card {
    background: #141418;
    border-radius: 0;
}

.vendor-page .added-services-section .service-title {
    color: #ffffff !important;
}

.vendor-page .added-services-section .lead {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Sidebar Vendor List */
.sidebar-vendor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-vendor-item {
    margin-bottom: 2px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.sidebar-vendor-item a,
.sidebar-vendor-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.sidebar-vendor-item:hover {
    background: rgba(255,255,255,0.05);
}

.sidebar-vendor-item:hover a,
.sidebar-vendor-item:hover .sidebar-vendor-link {
    color: var(--primary-color);
}

.sidebar-vendor-item.active {
    border: 2px solid var(--primary-color);
    border-radius: 0;
    background: rgba(var(--primary-rgb), 0.1);
}

.sidebar-vendor-item.active a,
.sidebar-vendor-item.active .sidebar-vendor-link {
    color: var(--primary-color);
    font-weight: 600;
}

.sidebar-vendor-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-vendor-thumb {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 16px;
    flex-shrink: 0;
    overflow: hidden;
}

.sidebar-vendor-thumb.mobile {
    width: 50px;
    height: 50px;
}

.sidebar-vendor-thumb img,
.sidebar-vendor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.sidebar-vendor-name {
    font-size: 0.9rem;
}

/* Sidebar Planner Card */
.sidebar-planner-card {
    margin-top: 1.5rem;
}

.sidebar-planner-card .card {
    background: #1a1a1e;
    color: #ffffff;
}

.sidebar-planner-card .card-title,
.sidebar-planner-card .card-text {
    color: #ffffff !important;
}

.sidebar-planner-card .card-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
}

.planner-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

/* Category Toggle */
.category-toggle {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
}

.category-toggle:hover {
    color: var(--primary-color);
}

.category-arrow {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.category-toggle[aria-expanded="true"] .category-arrow {
    transform: rotate(90deg);
}

/* Vendor Hero Location */
.vendor-hero-location {
    margin-top: 0.5rem;
    color: rgba(255,255,255,0.9);
}

/* Hero Compare Button */
.hero-compare-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-compare-btn:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

/* Admin Edit Button */
.admin-edit-container {
    text-align: right;
    padding: 0.5rem 0;
}

.admin-edit-btn {
    font-size: 0.9rem;
}

/* Vendor Title Fallback */
.vendor-title-fallback {
    text-align: center;
    padding: 1.5rem 0;
}

.vendor-title-fallback h1 {
    line-height: 2.2rem;
}

.vendor-title-fallback h4 {
    font-weight: 300;
}

/* Section Heading Bar */
.section-heading-bar {
    background: transparent;
    padding: 12px 0;
    margin: 30px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.section-heading-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* Section Nav Button */
.section-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-nav-btn:hover {
    background: var(--primary-hover);
    color: #fff;
    transform: translateY(-2px);
}

.repertoire-nav-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
}

/* Vendor Description */
.vendor-description {
    line-height: 1.8;
    color: var(--text-muted);
}

.vendor-description p {
    margin-bottom: 1rem;
}

/* Video Player Styles */
.video-player-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    transition: background 0.3s ease;
}

.video-thumbnail:hover .play-overlay {
    background: rgba(0,0,0,0.5);
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-button {
    transform: scale(1.1);
}

/* Shorts Badge */
.shorts-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ff0000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shorts-badge.main-video-badge {
    bottom: 20px;
    right: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
}

/* Playlist Thumbnail */
.playlist-thumbnail {
    position: relative;
    width: 120px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.playlist-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playlist-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.playlist-item:hover .playlist-play-icon {
    opacity: 1;
}

.playlist-thumbnail .shorts-badge {
    bottom: 4px;
    right: 4px;
    padding: 2px 4px;
    font-size: 0.65rem;
}

/* Uploaded Video Badge */
.uploaded-badge {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #007bff;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.uploaded-badge.main-video-badge {
    bottom: 20px;
    right: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
}

/* Playlist Scroll Indicator */
.playlist-scroll-indicator {
    text-align: center;
    padding: 10px;
    color: var(--text-muted);
    font-size: 0.85rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* Photo Gallery */
.photo-gallery-section {
    margin-bottom: 30px;
}

.photo-item {
    overflow: hidden;
    border-radius: 4px;
}

.photo-container {
    position: relative;
    overflow: hidden;
}

.photo-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.photo-item:hover .photo-container img {
    transform: scale(1.05);
}

.photo-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 20px 15px 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-item:hover .photo-info-overlay {
    opacity: 1;
}

.photo-caption {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.photo-location {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
}

/* Audio Playlists */
.audio-playlists-container {
    background: var(--card-bg);
    border-radius: 8px;
    padding: 20px;
}

.audio-playlist-tabs {
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 20px;
}

.audio-playlist-tabs .nav-link {
    color: var(--text-muted);
    border: none;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.audio-playlist-tabs .nav-link:hover {
    color: var(--primary-color);
}

.audio-playlist-tabs .nav-link.active {
    color: var(--primary-color);
    background: transparent;
    border-bottom: 2px solid var(--primary-color);
}

.audio-item {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.audio-item:last-child {
    border-bottom: none;
}

.audio-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 4px;
}

.audio-artist {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.audio-player {
    width: 100%;
    height: 40px;
}

/* Reviews Section */
.reviews-section .review-card {
    background: var(--card-bg);
}

.reviews-section .client-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.reviews-section .review-title {
    font-family: var(--font-heading);
}

.reviews-section .rating i {
    font-size: 0.9rem;
}

/* Added Services Section */
.added-services-section .service-card {
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.added-services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.added-services-section .service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.added-services-section .service-title {
    color: var(--primary-color);
    font-weight: 600;
}

/* Repertoire Drawer - Dark Mode */
.repertoire-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.repertoire-drawer.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.3s ease;
}

.repertoire-drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.repertoire-drawer-content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    max-width: 800px;
    height: 100%;
    background: #1a1a1d;
    box-shadow: 2px 0 25px rgba(0, 0, 0, 0.5);
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    color: #e0e0e0;
}

.repertoire-drawer.show .repertoire-drawer-content {
    left: 0;
}

.repertoire-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #333;
    background: #141416;
}

.repertoire-drawer-header h4 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.repertoire-close-btn {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #888;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
}

.repertoire-close-btn:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.repertoire-drawer-body {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.repertoire-drawer-body .loading-spinner {
    text-align: center;
    padding: 2rem;
    color: #888;
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .vendor-sidebar {
        display: none;
    }
    
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .repertoire-drawer-content {
        width: 85%;
        left: -85%;
    }
}

@media (max-width: 767px) {
    .artist-row {
        flex-direction: column;
    }
    
    .artist-row-image {
        width: 100%;
        height: 200px;
    }
    
    .vendor-hero {
        min-height: 350px;
    }
    
    .vendor-hero-content {
        padding: 20px;
    }
    
    .playlist-thumbnail {
        width: 80px;
        height: 45px;
    }
    
    .repertoire-drawer-content {
        width: 95%;
        left: -95%;
    }
    
    .repertoire-drawer-header {
        padding: 1rem;
    }
    
    .repertoire-drawer-body {
        padding: 1rem;
    }
}

/* ========================================
   CONTACT TOP BAR
   ======================================== */
.contact-top-bar {
    background: var(--bg-black, #0c0a09);
    padding: 8px 0;
    font-size: 0.8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    transition: transform 0.3s ease;
    border-bottom: 2px solid #c9a962;
}

body.scrolled .contact-top-bar {
    transform: translateY(-100%);
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-contact {
    display: flex;
    gap: 1.5rem;
}

.top-bar-item {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.top-bar-item:hover {
    color: var(--primary-color);
}

.top-bar-item i {
    color: var(--primary-color);
    font-size: 0.75rem;
}

.top-bar-social {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.top-bar-jump {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
}

.top-bar-jump:hover,
.top-bar-jump[aria-expanded="true"] {
    color: var(--primary-color);
}

.top-bar-jump i {
    color: var(--primary-color);
    font-size: 0.78rem;
}

.top-bar-social-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.top-bar-social-link:hover {
    color: var(--primary-color);
}

.social-handle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Adjust navbar position when top bar is present */
body.has-top-bar #mainNav {
    top: 36px;
}

body.has-top-bar #mainNav.navbar-scrolled,
body.has-top-bar.scrolled #mainNav {
    top: 0;
}

/* Mobile responsiveness for top bar */
@media (max-width: 768px) {
    .contact-top-bar {
        padding: 6px 0;
        font-size: 0.7rem;
    }
    
    .top-bar-contact {
        gap: 0.75rem;
    }
    
    .top-bar-item span {
        display: inline;
        font-size: 0.75rem;
    }
    
    .top-bar-item i {
        font-size: 0.8rem;
    }
    
    .top-bar-social {
        gap: 0.75rem;
    }

    .top-bar-jump {
        display: none !important;
    }
    
    .social-handle {
        display: inline;
        font-size: 0.7rem;
    }
    
    body.has-top-bar #mainNav {
        top: 28px;
    }
}

/* ========================================
   PILLARS SECTION
   ======================================== */
.pillars-section {
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Pillars Section with Background Image */
.pillars-section--with-bg {
    background-color: transparent;
}

.pillars-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pillars-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.25);
}

.pillars-section--with-bg .container {
    position: relative;
    z-index: 2;
}

.pillars-image {
    position: relative;
}

.pillars-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Shadow modifier for pillars image */
.pillars-image--shadow img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Caption below the pillars image */
.pillars-image-caption {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-muted-dark, #666);
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .pillars-image {
        display: none;
    }
}

.pillars-content {
    padding-left: 30px;
}

/* Featured Band Section (Avon Society Band) */
.featured-band-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.featured-band-content {
    padding-left: 30px;
}

.featured-band-lead {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.featured-band-description {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .featured-band-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .featured-band-content .section-divider {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .pillars-content {
        padding-left: 0;
        text-align: center;
    }
    
    .pillars-content .section-divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .pillars-content .pillar-item {
        text-align: center;
    }
}

.pillars-main-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 15px;
    line-height: 1.4;
}

[data-section-theme="dark"] .pillars-main-title {
    color: rgba(255, 255, 255, 0.95);
}

.pillars-tagline {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.5;
}

.pillar-item {
    padding: 20px;
}

.pillar-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 15px;
}

[data-section-theme="dark"] .pillar-title {
    color: rgba(255, 255, 255, 0.95);
}

.pillar-description {
    font-size: 0.95rem;
    color: var(--text-muted-dark, #666);
    line-height: 1.7;
    margin: 0;
}

[data-section-theme="dark"] .pillar-description {
    color: rgba(255, 255, 255, 0.7);
}

.btn-pillars {
    display: inline-block;
    padding: 15px 60px;
    border: 2px solid var(--gold, #c9a959);
    background: transparent;
    color: var(--text-dark);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(201, 169, 89, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-pillars:hover {
    background: var(--gold, #c9a959);
    color: #fff;
    border-color: var(--gold, #c9a959);
    box-shadow: 0 6px 20px rgba(201, 169, 89, 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
}

[data-section-theme="dark"] .btn-pillars {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.9);
}

[data-section-theme="dark"] .btn-pillars:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #0a0a0a;
}

/* ========================================
   TALENT GRID (Services/Packages)
   ======================================== */
.packages-section {
    padding: 80px 0;
    position: relative;
}

.section-has-bg {
    position: relative;
}

.section-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.packages-bg {
    background-image: url('../images/reception-bg.jpg');
}

.artists-bg {
    background-image: url('../images/reception-bg.jpg');
}

.section-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.85);
}

.packages-section .container {
    position: relative;
    z-index: 2;
}

.packages-header {
    margin-bottom: 2rem;
}

.talent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.talent-card {
    position: relative;
    background: linear-gradient(145deg, rgba(30, 30, 35, 0.95), rgba(20, 20, 25, 0.98));
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.talent-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.talent-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.talent-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.talent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.talent-card:hover .talent-image img {
    transform: scale(1.08);
}

.talent-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.7) 100%
    );
    opacity: 0.6;
    transition: opacity 0.4s ease;
}
@media (min-width: 1561px) {
    .hero-slide,
    .hero-bg,
    .parallax-bg,
    .page-hero__bg,
    .artists-hero-bg,
    .vendor-hero-bg,
    .svd-hero-bg,
    .svc-hero-bg,
    .frontpage-asb-hero-bg,
    .asb-hero-bg,
    .avj-hero-bg,
    .avx-hero-bg,
    .darby-hero-bg,
    .lhb-hero-bg {
        background-size: var(--hero-bg-max-render-width) auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .hero-section-musicians {
        background-size: auto, var(--hero-bg-max-render-width) auto !important;
        background-position: center, center top !important;
        background-repeat: no-repeat, no-repeat !important;
    }

    .svd-hero,
    .svc:not(.artist-dir) .svc-hero,
    .frontpage-asb-hero,
    .asb-hero,
    .avj-hero,
    .avx-hero,
    .darby-hero,
    .lhb-hero,
    .page-hero,
    .vendor-hero,
    .artists-hero {
        min-height: min(68vh, var(--hero-bg-max-render-height)) !important;
        max-height: var(--hero-bg-max-render-height) !important;
    }

    .svd-hero,
    .svc:not(.artist-dir) .svc-hero,
    .frontpage-asb-hero,
    .asb-hero,
    .avj-hero,
    .avx-hero,
    .darby-hero,
    .lhb-hero {
        padding-bottom: 48px !important;
    }
}

.talent-card:hover .talent-image-overlay {
    opacity: 0.85;
}

.talent-cta {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: rgba(var(--primary-rgb, 139, 69, 87), 0.95);
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.talent-card:hover .talent-cta {
    transform: translateY(0);
    opacity: 1;
}

.talent-cta i {
    transition: transform 0.3s ease;
}

.talent-card:hover .talent-cta i {
    transform: translateX(4px);
}

.talent-content {
    padding: 28px 25px 30px;
}

.talent-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.talent-card:hover .talent-title {
    color: var(--primary-color);
}

.talent-description {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
}

/* Hide mobile CTA on desktop - will be shown in mobile media query */
.talent-cta-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .talent-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .talent-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 100%;
    }
    
    .talent-image {
        height: 160px;
    }
    
    .talent-content {
        padding: 12px 10px 14px;
    }
    
    .talent-title {
        font-size: 0.85rem;
        margin-bottom: 0;
        letter-spacing: 0.5px;
    }
    
    .talent-description {
        display: none;
    }
    
    /* Hide the overlay CTA on mobile */
    .talent-cta {
        display: none;
    }
    
    /* Hide mobile CTA link on mobile - entire card is clickable */
    .talent-cta-mobile {
        display: none;
    }
}

@media (max-width: 400px) {
    .talent-grid {
        gap: 8px;
    }
    
    .talent-image {
        height: 130px;
    }
    
    .talent-content {
        padding: 10px 8px 12px;
    }
    
    .talent-title {
        font-size: 0.78rem;
    }
}

/* ========================================
   VENUES / AS SEEN IN SECTION
   ======================================== */
.venues-section {
    padding: 40px 0;
}

.venues-header {
    margin-bottom: 1rem;
}

.venue-card {
    padding: 0.75rem;
    background: var(--card-bg, rgba(28, 25, 23, 0.9));
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-section-theme="light"] .venue-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.venue-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.venue-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.venue-logo-wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}

.venue-logo {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.venue-card:hover .venue-logo {
    filter: grayscale(0%);
    opacity: 1;
}

[data-section-theme="light"] .venue-logo {
    filter: grayscale(100%);
    opacity: 0.6;
}

[data-section-theme="light"] .venue-card:hover .venue-logo {
    filter: grayscale(0%);
    opacity: 1;
}

/* ========================================
   KIND WORDS / REVIEWS CAROUSEL
   ======================================== */
.reviews-roll-section {
    padding: 72px 0;
    background: linear-gradient(135deg, #fbfaf6 0%, #ffffff 42%, #f1ede4 100%);
    color: var(--text-dark);
    overflow: hidden;
}

.reviews-roll-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.reviews-roll-header .section-title {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--text-dark) !important;
}

.reviews-roll-score {
    min-width: 220px;
    padding: 1.2rem;
    background: #141210;
    color: #fff;
    text-align: center;
}

.reviews-roll-score strong {
    display: block;
    color: var(--primary-color);
    font-family: var(--font-heading);
    font-size: 2.55rem;
    line-height: 1;
}

.reviews-roll-score span,
.reviews-roll-stars {
    color: var(--primary-color);
}

.reviews-roll-score em {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reviews-roll-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(270px, 1fr));
    gap: 1rem;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.8rem;
    scroll-snap-type: x proximity;
}

.reviews-roll-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 292px;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(20, 18, 16, 0.12);
    box-shadow: 0 18px 50px rgba(20, 18, 16, 0.08);
    scroll-snap-align: start;
}

.reviews-roll-card p {
    margin: 1rem 0 1.35rem;
    color: #302923;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    line-height: 1.55;
}

.reviews-roll-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(20, 18, 16, 0.1);
    padding-top: 0.85rem;
}

.reviews-roll-card strong {
    color: #17130f;
    font-size: 0.92rem;
}

.reviews-roll-card span {
    color: #7c7163;
    font-size: 0.78rem;
    font-weight: 700;
}

.reviews-roll-footer {
    margin-top: 1.7rem;
    text-align: center;
}

.reviews-roll-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.4rem;
    background: #141210;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
}

.reviews-roll-link:hover {
    background: var(--primary-color);
    color: #141210;
}

@media (max-width: 991px) {
    .reviews-roll-section {
        padding: 54px 0;
    }

    .reviews-roll-header {
        display: block;
    }

    .reviews-roll-score {
        margin-top: 1.3rem;
    }

    .reviews-roll-track {
        grid-template-columns: repeat(5, minmax(245px, 78vw));
    }
}

.kind-words-section {
    padding: 50px 0;
    position: relative;
    background-color: #ffffff;
}

.kind-words-section .section-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.kind-words-section .section-bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
}

.kind-words-section .container {
    position: relative;
    z-index: 1;
}

.kind-words-header {
    margin-bottom: 1rem;
}

[data-section-theme="light"] .kind-words-section .section-title,
.kind-words-section .section-title {
    color: var(--text-dark) !important;
}

[data-section-theme="light"] .kind-words-section .section-label,
.kind-words-section .section-label {
    color: var(--primary-color) !important;
}

.kind-words-carousel {
    max-width: 900px;
    margin: 0 auto;
}

/* Fade transition for reviews carousel */
.kind-words-carousel .carousel-item {
    transition: opacity 0.6s ease-in-out;
}

.kind-words-carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.kind-words-carousel.carousel-fade .carousel-item.active {
    opacity: 1;
}

.kind-words-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.kind-words-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.review-slide {
    padding: 20px 60px;
}

.review-quote-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.review-quote-text {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.review-author-info {
    margin-bottom: 10px;
}

.review-author-name-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
}

.review-author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.google-review-logo {
    flex-shrink: 0;
}

.review-author-event {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted-dark, #666);
}

.review-stars-display {
    color: var(--primary-color);
    font-size: 1rem;
}

.review-stars-display i {
    margin: 0 2px;
}

/* Carousel Controls */
.kind-words-carousel .carousel-control-prev,
.kind-words-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.kind-words-carousel .carousel-control-prev {
    left: -60px;
}

.kind-words-carousel .carousel-control-next {
    right: -60px;
}

.carousel-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.carousel-arrow:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.kind-words-indicators {
    position: relative;
    bottom: -20px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.kind-words-indicators button,
.kind-words-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.15) !important;
    border: 2px solid rgba(0, 0, 0, 0.25) !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    flex: none !important;
    text-indent: 0 !important;
}

.kind-words-indicators button.active,
.kind-words-indicators [data-bs-target].active {
    background: #a88c4a !important;
    border-color: #a88c4a !important;
    transform: scale(1.2);
}

/* Google Reviews Attribution */
.google-reviews-attribution {
    margin-top: 1.5rem;
}

.google-attribution-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.google-attribution-link:hover {
    color: #333;
}

.google-logo {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .review-slide {
        padding: 30px 20px;
    }
    
    .kind-words-carousel .carousel-control-prev {
        left: 0;
    }
    
    .kind-words-carousel .carousel-control-next {
        right: 0;
    }
}

/* ========================================
   STATS SECTION
   ======================================== */
.section-stats {
    padding: 40px 0;
    background: var(--bg-darker, #141210);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.stat-item {
    text-align: center;
    padding: 15px 35px;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #c9a962 !important;
    margin-bottom: 6px;
}

.stat-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #c9a962 !important;
}

/* Force gold color on stats with maximum specificity */
.section-stats .stat-number,
.section-stats .stat-item .stat-number,
[data-section-theme="dark"] .stat-number,
[data-section-theme="dark"] .section-stats .stat-number,
section.section-stats.section-bg-alt[data-section-theme="dark"] .stat-number,
section[data-section-theme="dark"] .stat-item .stat-number {
    color: #c9a962 !important;
}

.section-stats .stat-label,
.section-stats .stat-item .stat-label,
[data-section-theme="dark"] .stat-label,
[data-section-theme="dark"] .section-stats .stat-label,
section.section-stats.section-bg-alt[data-section-theme="dark"] .stat-label,
section[data-section-theme="dark"] .stat-item .stat-label {
    color: #c9a962 !important;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .stats-row {
        gap: 10px;
    }
    
    .stat-item {
        padding: 15px 25px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-divider {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .stats-row {
        flex-direction: column;
        gap: 0;
    }
    
    .stat-item {
        padding: 20px;
        width: 100%;
    }
    
    .stat-divider {
        width: 60px;
        height: 1px;
    }
}

/* ========================================
   BOOKING CTA SECTION
   ======================================== */
.booking-cta-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.booking-cta-section .cta-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/quartet3.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.booking-cta-section .cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139, 69, 87, 0.85);
    z-index: 1;
}

.booking-cta-section .container {
    z-index: 2;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.cta-circle-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.rotating-text-container {
    position: absolute;
    inset: 0;
    animation: rotateText 20s linear infinite;
}

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.rotating-text-svg {
    width: 100%;
    height: 100%;
}

.rotating-text {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: var(--text-light);
}

.cta-button-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button-circle:hover {
    background: var(--text-light);
    color: var(--primary-color);
}

.cta-text {
    max-width: 500px;
    color: var(--text-light);
}

.cta-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text-light);
}

.cta-description {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.9;
    margin: 0;
}

@media (max-width: 767px) {
    .booking-cta-section {
        padding: 60px 0;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .cta-circle-wrapper {
        width: 160px;
        height: 160px;
    }
    
    .cta-button-circle {
        width: 100px;
        height: 100px;
        font-size: 0.8rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
}

/* ========================================
   HERO ARROW NAVIGATION
   ======================================== */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-arrow:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-arrow-prev {
    left: 30px;
}

/* ========================================
   REVIEWS PAGE STYLES
   ======================================== */
.reviews-page {
    background: var(--bg-dark, #0d0d0f);
    min-height: 100vh;
}

/* Awards Section */
.awards-section {
    background: var(--bg-darker, #0a0a0c);
    position: relative;
}

.awards-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/reception-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    z-index: 0;
}

@media (max-width: 768px) {
    .awards-section__bg {
        background-attachment: scroll;
    }
}

.awards-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 12, 0.75);
    z-index: 0;
}

.awards-section .container {
    position: relative;
    z-index: 1;
}

/* Compact section padding for reviews page */
.section-padding--compact {
    padding: 50px 0;
}

@media (max-width: 768px) {
    .section-padding--compact {
        padding: 40px 0;
    }
}

.awards-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.award-badge {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.award-badge:hover {
    transform: scale(1.05);
}

/* Inline Platforms - Combined with Awards */
.platforms-inline {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.platforms-inline__text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.platforms-inline__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.platform-link--compact {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
}

.platform-link--compact i {
    font-size: 1.2rem;
}

/* Reviews Carousel */
.reviews-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.reviews-carousel__wrapper {
    position: relative;
    min-height: 280px;
}

.reviews-carousel__controls {
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.reviews-carousel__prev,
.reviews-carousel__next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
}

.reviews-carousel__prev:hover,
.reviews-carousel__next:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

.reviews-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.reviews-carousel__dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-carousel__dots .dot.active,
.reviews-carousel__dots .dot:hover {
    background: var(--primary-color);
}

/* Review Card */
.review-card {
    display: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 2rem;
}

/* Light theme reviews section - Override dark theme parent */
.reviews-section[data-section-theme="light"],
[data-section-theme="dark"] .reviews-section[data-section-theme="light"] {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #333 !important;
    position: relative;
}

.reviews-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/reception-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    z-index: 0;
}

.reviews-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0;
}

@media (max-width: 768px) {
    .reviews-section__bg {
        background-attachment: scroll;
    }
}

.reviews-section[data-section-theme="light"] .container {
    position: relative;
    z-index: 1;
}

.reviews-section[data-section-theme="light"] .section-label,
[data-section-theme="dark"] .reviews-section[data-section-theme="light"] .section-label {
    color: var(--primary-color) !important;
}

.reviews-section[data-section-theme="light"] .section-heading,
[data-section-theme="dark"] .reviews-section[data-section-theme="light"] .section-heading,
.reviews-section[data-section-theme="light"] h2,
[data-section-theme="dark"] .reviews-section[data-section-theme="light"] h2 {
    color: #1a1a1a !important;
}

.reviews-section[data-section-theme="light"] .section-description,
[data-section-theme="dark"] .reviews-section[data-section-theme="light"] .section-description {
    color: #666 !important;
}

.reviews-section[data-section-theme="light"] .review-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.reviews-section[data-section-theme="light"] .review-card__name {
    color: #1a1a1a !important;
}

.reviews-section[data-section-theme="light"] .review-card__date {
    color: #888 !important;
}

.reviews-section[data-section-theme="light"] .review-card__text {
    color: #444 !important;
}

.reviews-section[data-section-theme="light"] .reviews-carousel__prev,
.reviews-section[data-section-theme="light"] .reviews-carousel__next {
    background: rgba(0, 0, 0, 0.08);
    color: #333;
}

.reviews-section[data-section-theme="light"] .reviews-carousel__prev:hover,
.reviews-section[data-section-theme="light"] .reviews-carousel__next:hover {
    background: var(--primary-color);
    color: #fff;
}

.reviews-section[data-section-theme="light"] .reviews-carousel__dots .dot {
    background: rgba(0, 0, 0, 0.2);
}

.reviews-section[data-section-theme="light"] .reviews-carousel__dots .dot.active,
.reviews-section[data-section-theme="light"] .reviews-carousel__dots .dot:hover {
    background: var(--primary-color);
}

.review-card.active {
    display: block;
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.review-card__platform {
    width: 24px;
    height: 24px;
}

.review-card__author {
    display: flex;
    flex-direction: column;
}

.review-card__name {
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
}

.review-card__date {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1rem;
}

.review-card__stars i {
    color: #f5c518;
    font-size: 0.9rem;
}

.review-card__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* Platforms Grid */
.platforms-section {
    background: var(--bg-dark, #0d0d0f);
}

.platforms-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.platform-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.platform-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-2px);
}

.platform-link i {
    font-size: 1.5rem;
}

.platform-link span {
    font-weight: 600;
    font-size: 1rem;
}

/* Expertise Section */
.expertise-section {
    background: var(--bg-darker, #0a0a0c);
}

.expertise-content {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.expertise-quote {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

@media (max-width: 768px) {
    .expertise-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.expertise-column__title {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-list li {
    padding: 0.4rem 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

/* Venue Strip */
.venue-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.venue-strip__item {
    margin: 0;
    transition: all 0.3s ease;
}

.venue-strip__item img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    border: 6px solid rgba(255, 255, 255, 0.1);
    display: block;
}

.venue-strip__item--left {
    transform: translateY(-20px) rotate(-2deg);
}

.venue-strip__item--inset {
    transform: translateY(15px) rotate(1.5deg);
}

.venue-strip__item--center {
    z-index: 3;
    transform: translateY(-10px) rotate(-1deg);
}

.venue-strip__item--center img {
    width: 220px;
    height: 270px;
}

.venue-strip__item--inset-right {
    transform: translateY(12px) rotate(2deg);
}

.venue-strip__item--right {
    transform: translateY(-18px) rotate(-1.5deg);
}

.venue-strip__item:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
    z-index: 10;
}

@media (max-width: 992px) {
    .venue-strip {
        flex-wrap: wrap;
    }
    
    .venue-strip__item {
        transform: none !important;
    }
    
    .venue-strip__item img {
        width: 150px;
        height: 180px;
    }
    
    .venue-strip__item--center img {
        width: 180px;
        height: 220px;
    }
}

@media (max-width: 576px) {
    .venue-strip {
        gap: 1rem;
        padding: 1rem;
    }
    
    .venue-strip__item img {
        width: 120px;
        height: 150px;
        border-width: 4px;
    }
    
    .venue-strip__item--center img {
        width: 140px;
        height: 175px;
    }
    
    .reviews-carousel__controls {
        left: -10px;
        right: -10px;
    }
    
    .reviews-carousel__prev,
    .reviews-carousel__next {
        width: 36px;
        height: 36px;
    }
}

/* CTA Section */
.cta-section {
    position: relative;
}

.cta-section .section-bg-image {
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .cta-section .section-bg-image {
        background-attachment: scroll;
    }
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

.cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
}

.hero-arrow-next {
    right: 30px;
}

@media (max-width: 767px) {
    /* Hide arrows on mobile - users can swipe instead */
    .hero-arrow {
        display: none;
    }
}

/* ========================================
   CONTACT PAGE FORM OVERRIDES
   Brighter borders for better visibility
   ======================================== */
.contact-fullscreen-new .form-control,
.contact-fullscreen-new .form-select,
.contact-fullscreen-new input[type="text"],
.contact-fullscreen-new input[type="email"],
.contact-fullscreen-new input[type="tel"],
.contact-fullscreen-new input[type="date"],
.contact-fullscreen-new textarea {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.contact-fullscreen-new .form-control:focus,
.contact-fullscreen-new .form-select:focus,
.contact-fullscreen-new input:focus,
.contact-fullscreen-new textarea:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.25) !important;
}

/* Checkbox panels */
.contact-fullscreen-new .checkbox-grid,
.contact-fullscreen-new .form-check-input {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.contact-fullscreen-new .form-check-input {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.contact-fullscreen-new .form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/* Checkbox wrapper/panel styling */
.contact-fullscreen-new .checkbox-wrapper,
.contact-fullscreen-new .checkbox-item,
.contact-fullscreen-new .form-check {
    border-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.contact-fullscreen-new .checkbox-label,
.contact-fullscreen-new .form-check-label {
    color: rgba(255, 255, 255, 0.9) !important;
}


.checkbox-label { 
    cursor: pointer; 
    color: rgba(255, 255, 255, 0.9) !important
}

.contact-inquiry-form input[type="text"] {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* ========================================
   CONTACT FORM - TABBED ARTIST SELECTION
   ======================================== */

/* Selected Artists Tracker */
.selected-artists-tracker {
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.selected-artists-tracker .tracker-label {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

.selected-artists-tracker .tracker-items {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.selected-artists-tracker .tracker-items.has-items {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
}

/* Artist Category Tabs */
.artist-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.artist-tab {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: -1px;
}

.artist-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.artist-tab.active {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
    color: var(--primary-color);
}

/* Tab Content */
.artist-tab-content {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.2);
}

.artist-tab-pane {
    display: none;
}

.artist-tab-pane.active {
    display: block;
}

/* Tighter checkbox grid in tabs */
.artist-tab-pane .checkbox-grid {
    gap: 8px;
}

.artist-tab-pane .checkbox-item {
    padding: 6px 10px;
    font-size: 0.85rem;
}

@media (max-width: 576px) {
    .artist-tabs {
        flex-wrap: wrap;
    }
    
    .artist-tab {
        flex: 1 1 auto;
        text-align: center;
        padding: 6px 10px;
        font-size: 0.7rem;
    }
    
    .artist-tab-pane .checkbox-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

.mobile-jump-links {
    display: none;
}

.mobile-jump-links a {
    display: block;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.35rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-jump-links .mobile-jump-feature {
    background: var(--primary-color);
    color: #120f0c;
}

/* Keep mobile hero artwork visible by fitting CTA actions side by side. */
@media (max-width: 767px) {
    .frontpage-asb-hero .hv2-actions,
    .about-lite-hero .al-actions,
    .svd-hero .svd-actions,
    .asb-hero .asb-actions,
    .avj-hero .avj-actions,
    .avx-hero .avx-actions,
    .darby-hero .darby-actions,
    .lhb-hero .lhb-actions,
    .svc-hero .svc-actions {
        display: flex !important;
        flex-flow: row wrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0.45rem !important;
        margin-top: 1rem !important;
    }

    .frontpage-asb-hero .hv2-actions > :is(a, button),
    .about-lite-hero .al-actions > :is(a, button),
    .svd-hero .svd-actions > :is(a, button),
    .asb-hero .asb-actions > :is(a, button),
    .avj-hero .avj-actions > :is(a, button),
    .avx-hero .avx-actions > :is(a, button),
    .darby-hero .darby-actions > :is(a, button),
    .lhb-hero .lhb-actions > :is(a, button),
    .svc-hero .svc-actions > :is(a, button) {
        flex: 0 1 calc(50% - 0.225rem) !important;
        width: calc(50% - 0.225rem) !important;
        min-width: 0 !important;
        min-height: 36px !important;
        padding: 0.48rem 0.5rem !important;
        font-size: 0.61rem !important;
        line-height: 1.2 !important;
        letter-spacing: 0.055em !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .frontpage-asb-hero .hv2-actions i,
    .asb-hero .asb-actions i,
    .avj-hero .avj-actions i,
    .darby-hero .darby-actions i,
    .lhb-hero .lhb-actions i {
        flex: 0 0 auto;
        font-size: 0.72rem;
    }
}