:root { --nav-icon-size: 22px; --nav-gap: .5rem; --nav-color: #666; --nav-hover: #0f75bc; --dropdown-bg: #fff; --ham-size: 30px; --ham-bar-w: 25px; --ham-bar-h: 3.1px; --ham-gap: 5px; --ham-color: #0f74bd; --drawer-w: min(78vw, 360px); }

html { overscroll-behavior: none; }

body.nav-open { overflow: hidden; height: 100dvh; touch-action: none; overscroll-behavior: contain; }

section { display: grid; place-items: center; text-align: center; }

header nav { display: flex; align-items: center; gap: .1rem; margin: 0; }

.nav-link, .subnav-link { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .5rem; color: var(--nav-color) !important; text-decoration: none; border-radius: .55rem; line-height: 1; transition: color .2s ease, background-color .2s ease, transform .15s ease; }

.nav-link:hover, .subnav-link:hover { color: var(--nav-hover) !important; background: none; }

.nav-icon { width: var(--nav-icon-size); height: var(--nav-icon-size); display: inline-block; flex: 0 0 var(--nav-icon-size); vertical-align: middle; vector-effect: non-scaling-stroke; }

.nav-link .nav-icon [stroke], .subnav-link .nav-icon [stroke] { stroke: currentColor !important; }

.nav-link .nav-icon [fill]:not([fill="none"]), .subnav-link .nav-icon [fill]:not([fill="none"]), .nav-link .nav-icon path:not([stroke]):not([fill]), .subnav-link .nav-icon path:not([stroke]):not([fill]) { fill: currentColor !important; }

.nav-item { position: relative; }

.has-subnav .subnav { position: absolute; top: 100%; right: 0; min-width: 180px; padding: .4rem; background: var(--dropdown-bg); border: 1px solid rgba(0,0,0,.08); border-radius: .6rem; box-shadow: 0 8px 24px rgba(0,0,0,.12); display: none; z-index: 1000; }

.has-subnav:hover .subnav, .has-subnav:focus-within .subnav { display: block; }

.main-nav { display: unset; }

.hamburger { appearance: none; -webkit-appearance: none; background: transparent !important; border: 0 !important; border-radius: 0 !important; margin: 0; padding: 0; width: var(--ham-size); height: var(--ham-size); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; position: relative; z-index: 2147483647 !important; -webkit-tap-highlight-color: transparent !important; outline: none !important; box-shadow: none !important; top: -5px !important; }

.hamburger:focus, .hamburger:focus-visible, .hamburger:active { outline: none !important; box-shadow: none !important; background: transparent !important; }

.hamburger > span { display: block; pointer-events: none; }

.hamburger span { position: absolute; left: 50%; width: var(--ham-bar-w); height: var(--ham-bar-h); background: var(--ham-color); border-radius: 999px; transform: translateX(-50%); transition: transform .22s ease, opacity .18s ease, top .22s ease, background-color .2s; will-change: transform, opacity, top; }

.hamburger span:nth-child(1) { top: calc(54% - var(--ham-gap) - var(--ham-bar-h)); }

.hamburger span:nth-child(2) { top: 50%; transform: translate(-50%, 50%); }

.hamburger span:nth-child(3) { top: calc(-18% + var(--ham-gap)); }

.hamburger.is-open span:nth-child(1) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }

.hamburger.is-open span:nth-child(2) { opacity: 0; transform: translate(-50%, -50%) scaleX(.5); }

.hamburger.is-open span:nth-child(3) { top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }

.logo2 { height: 36px; width: auto; max-width: 180px; object-fit: contain; display: block; border-radius: none !important; margin: auto !important; align-items: center !important; }

.logo2-img { height: 80px; width: auto; display: block; }

.button.following { background-color: #fff !important; color: #0f74bd !important; border: 1px solid #0f74bd !important; }

.button.icon-only { padding: 10px; border-radius: 50%; aspect-ratio: 1/1; display: flex !important; place-items: center; transition: all 0.2s ease; }

.button.icon-only.active { color: #0f74bd !important; background-color: #e0f2fe !important; }

.button.icon-only.active svg { fill: #0f74bd; }

.stats-box { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 16px auto 0; gap: 1.2rem !important; line-height: 1.1; }

.stats-info { display: flex; flex-direction: column; align-items: center;

line-height: 1.2; }

.events-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 16px; padding: 10px 4px 20px 4px; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }

.events-grid::-webkit-scrollbar { display: none; }

.events-grid p { grid-column: 1 / -1; text-align: center; width: 100%; margin: 3rem auto; color: #666; font-size: 1.1rem; }

.event-content { flex: 1 !important; display: flex !important; flex-direction: column !important; padding: 12px !important; }

.price-tag { display: inline-block; background: #0f75bc; color: #fff !important; padding: 0.75rem 0.75rem; border-radius: 15px; font-weight: 600; line-height: 1; border: none !important; margin-top: auto !important; }

.price-tag:hover, .price-tag:focus { color: #fff; background: #0b5ed7; }

.artist-events { margin-top: 1px !important; }

.artist-events h2 { margin: 8px 0 10px; margin-bottom: -30px !important; }

@media (hover:hover) { .hamburger:hover span { background: #095a8f; } }

@media (min-width: 640px) { .events-grid { display: grid; overflow-x: visible; flex-wrap: wrap; grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 769px) { .hamburger { display: none !important; } .logo2 { display: none !important; } }

@media (min-width: 1024px) { .artist-events { padding-left: 32px; padding-right: 32px; } .events-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; } }

@media (min-width: 1440px) { .artist-events { padding-left: 48px; padding-right: 48px; } }

@media (max-width: 1110px) { footer.site-footer .footer-container .footer-social { grid-column: 1 / -1 !important; width: 100% !important; text-align: center !important; margin: 0 auto !important; } footer.site-footer .footer-container .footer-social .social-icons { display: flex !important; justify-content: center !important; align-items: center !important; gap: 14px !important; flex-wrap: wrap !important; margin: 8px auto 0 !important; padding: 0 !important; width: max-content !important; max-width: 100% !important; } footer.site-footer .footer-container .footer-social .social-icons a { display: inline-flex !important; align-items: center; justify-content: center; width: 40px; height: 40px; } footer.site-footer .footer-container .footer-social .social-icons svg, footer.site-footer .footer-container .footer-social .social-icons i { width: 22px !important; height: 22px !important; } }

@media (max-width: 768px) { :root { --drawer-w: min(78vw, 360px); } header nav { position: fixed !important; top: 0; right: 0 !important; left: auto !important; height: 100dvh; width: var(--drawer-w) !important; margin: 0 !important; background: none !important; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility .28s step-end; z-index: 2147483647 !important; padding: 12px 10px; padding-right: max(12px, env(safe-area-inset-right)); display: flex; flex-direction: column; align-items: stretch; gap: .01rem !important; overflow: auto; box-shadow: none; } header nav::before { content: none !important; display: none !important; } header nav.active { transform: translateX(0) !important; visibility: visible; pointer-events: auto; box-shadow:none !important; } body::before { content: ""; position: fixed; top: 0; left: 0; bottom: 0; right: var(--drawer-w) !important; background: none !important; opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 2147483646 !important; } body.nav-open::before { opacity: 1; pointer-events: auto; } .has-subnav > .nav-link { display: none !important; } .has-subnav .subnav { position: static !important; display: block !important; padding: 0 !important; margin: 0 !important; border: 0 !important; box-shadow: none !important; background: transparent !important; min-width: auto !important; } .nav-link, .subnav-link { width: 100%; display: flex !important; align-items: center; justify-content: flex-start; gap: .55rem; padding: 1.2rem .9rem !important; margin: 0; color: #222; text-align: left; border-radius: 0px !important; font-size: 1rem; } .nav-icon, .subnav-link svg { width: 22px; height: 22px; flex: 0 0 22px; display: inline-block; vertical-align: middle; } }

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow: none !important;;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 768px) {
    header nav {
        padding-top: 80px !important;
    }
}


.artist-hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top:-100px !important;
}

.hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#artist-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(255,255,255,0) 0%, 
        rgba(0,0,0,0.2) 50%, 
        rgba(0,0,0,0.9) 100%
    );
    z-index: 1;
}


.artist-info-container {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-bottom: 3rem;
    width: 100%;
    max-width: 800px;
    padding-left: 1rem;
    padding-right: 1rem;
}

#artist-name {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    line-height: 1.1;
}

#artist-genre {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}


.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.2);
}

.hero-stats .stats-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    line-height: 1;
}

#follower-count {
    font-weight: 700;
    font-size: 1.2rem;
}

#follower-label {
    font-size: 0.7rem;
    opacity: 0.8;
    text-transform: uppercase;
}


.hero-stats .button.primary {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 20px;
}

.hero-stats .button.following {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.hero-stats .button.icon-only {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

.hero-stats .button.icon-only.active {
    background: #fff !important;
    color: #0f74bd !important;
}


.content-wrapper {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 20px 29px 0 0;
    padding: 40px 0;
    min-height: 50vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bio-section {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.bio-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.bio-section p {
    color: #666;
    line-height: 1.6;
    font-size: 1.05rem;
}


@media (max-width: 768px) {
    #artist-name {
        font-size: 2.2rem;
    }
    .artist-hero {
        height: 75vh;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    
   
    background: none !important; 
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    
    border-bottom: none !important;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
}

.artist-hero {
    position: relative;
   
    height: 85vh; 
    width: 100%;
    
   
    margin-top: 0; 
    padding-top: 0;
    top: 0;
    
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


#artist-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: none;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background: linear-gradient(
        to bottom, 
        rgba(255,255,255,0.1) 0%, 
        rgba(0,0,0,0.2) 40%, 
        rgba(0,0,0,0.8) 100%
    );
    z-index: 1;
    pointer-events: none;
}



@media (max-width: 768px) {
    header nav {
       
        padding-top: 90px !important; 
    }
}

.content-wrapper {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 24px 24px 0 0;
    margin-top: -24px;
    padding: 40px 0;
    min-height: 50vh;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}


.artist-info-container {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-bottom: 4rem;
    width: 100%;
    max-width: 800px;
    padding-left: 1rem;
    padding-right: 1rem;
}

#artist-name {
    font-size: 4rem !important;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    line-height: 1.1;
    color: #ffffff;
}

#artist-genre {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #2c2c2c !important;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.3);
}

.hero-stats .stats-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    line-height: 1;
}

#follower-count { font-weight: 700; font-size: 1.2rem; }
#follower-label { font-size: 0.7rem; opacity: 0.9; text-transform: uppercase; }

.hero-stats .button.primary {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 20px;
    cursor: pointer;
}

.hero-stats .button.following {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bio-section { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.bio-section h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #333; }
.bio-section p { color: #666; line-height: 1.6; font-size: 1.05rem; }

@media (max-width: 768px) {
    #artist-name { font-size: 2.2rem; }
    .artist-hero { height: 75vh; }
}



#artist-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
}


@media (min-width: 768px) {
    .events-grid {
        display: grid !important;
       
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; 
        gap: 24px !important;
        overflow-x: visible !important;
        padding: 20px 0 40px 0 !important;
        scroll-snap-type: none !important;
        max-width: 1200px;
        margin: 0 auto;
    }

}


@media (min-width: 768px) {
    .event-card {
        transform: translateY(0);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        border-radius: 16px;
    }

    .event-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    }
}


@media (min-width: 1440px) {
    .artist-hero {
        align-items: center;
    }
    
    .hero-bg-wrapper {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .events-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        
       
        gap: 24px !important;
        padding: 40px 20px !important;
        
       
        width: 100% !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
       
        overflow: visible !important;
        scroll-snap-type: none !important;
    }

   
    .event-card {
        flex: 0 0 280px !important;
        width: 280px !important;
        
       
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .event-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    }

   
    .dots-container {
        display: none !important;
    }
}



.event-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #fff;
}


.event-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: auto !important;
}


.card-banner {
    flex-shrink: 0 !important;
}


.event-content > div:last-child {
    margin-top: auto !important;
}



.event-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
header {
    position: fixed !important;
    top: 0 !important;    
    left: 0 !important;        
    width: 100%;    
    z-index: 1000;  
    
   
    transition: background-color 0.3s ease;
}

.event-content p:nth-of-type(1) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1.2em; 
}

.event-content p:nth-of-type(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.9em; 
    margin-bottom: auto !important; 
}

.event-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}