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

:root {
    --gold: #c9a227;
    --gold-light: #e8d48b;
    --gold-dark: #9a7b1a;
    --dark: #050505;
    --dark-soft: #0f0f0f;
    --dark-medium: #1a1a1a;
    --text: #f0f0f0;
    --text-muted: #888;
    --text-dim: #555;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--dark);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.7;
}

/* Animated Background */
#bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    transition: transform 8s ease-out, opacity 2s ease;
    filter: blur(0px);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(5,5,5,0.3) 0%, rgba(5,5,5,0.8) 100%);
}

/* Navigation */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(5,5,5,0.95) 0%, rgba(5,5,5,0) 100%);
    transition: all 0.4s ease;
}

.nav.scrolled {
    background: rgba(5,5,5,0.98);
    padding: 0.8rem 2rem;
    box-shadow: 0 2px 30px rgba(0,0,0,0.5);
}

.nav-logo {
    width: 50px;
    height: 50px;
    background-image: url('../img/logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 10px rgba(201,162,39,0.5));
    flex-shrink: 0;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-cta {
    background: transparent;
    color: var(--gold) !important;
    padding: 0.5rem 1.2rem;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--gold);
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(201,162,39,0.2), inset 0 0 10px rgba(201,162,39,0.05);
}

.nav-cta:hover {
    background: rgba(201,162,39,0.1);
    box-shadow: 0 0 20px rgba(201,162,39,0.4), inset 0 0 15px rgba(201,162,39,0.1);
    transform: translateY(-2px);
}

.nav-cta::after {
    display: none !important;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 2rem 4rem;
    position: relative;
}

.hero-content {
    text-align: center;
    z-index: 2;
    max-width: 900px;
}

.artist-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #bf9b30 0%, #ffdf80 25%, #e8c75a 50%, #ffdf80 75%, #bf9b30 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    animation: shimmer 8s linear infinite;
    text-shadow: none;
    filter: drop-shadow(0 5px 20px rgba(201,162,39,0.4));
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.hero-logo {
    width: 80px;
    height: 80px;
    margin: 1rem auto;
    display: block;
    background-image: url('../img/logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 20px rgba(201,162,39,0.6));
    animation: fadeInUp 1.5s ease-out 0.3s both;
}

.artist-tagline {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.8);
    animation: fadeInUp 1.5s ease-out 0.2s both;
}

.real-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    color: #cccccc;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 15px rgba(0,0,0,0.8);
    animation: fadeInUp 1.5s ease-out 0.4s both;
}

.artist-bio {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 300;
    color: #aaaaaa;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.9;
    text-shadow: 0 2px 15px rgba(0,0,0,0.8);
    animation: fadeInUp 1.5s ease-out 0.5s both;
}

/* Achievements Bar */
.achievements-bar {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1.5s ease-out 0.6s both;
}

.achievement {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    background: rgba(20,20,20,0.6);
    border: 1px solid rgba(201,162,39,0.3);
    border-radius: 4px;
}

.achievement-icon {
    color: var(--gold-light);
    display: flex;
    align-items: center;
}

.achievement-icon svg {
    width: 1.4rem;
    height: 1.4rem;
}

.achievement-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-light);
}

/* Video Section */
.video-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 1.5s ease-out 0.7s both;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    border: 1px solid var(--gold);
    overflow: hidden;
    background: var(--dark-soft);
    box-shadow: 0 10px 50px rgba(0,0,0,0.7), 0 0 40px rgba(201,162,39,0.2);
    border-radius: 4px;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Section Styles */
section {
    padding: 6rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    background: rgba(10,10,10,0.7);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(201,162,39,0.2);
    border-radius: 4px;
}

.section-title::before,
.section-title::after {
    content: '✦';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    opacity: 0.5;
    font-size: 0.8rem;
}

.section-title::before {
    left: 1rem;
}

.section-title::after {
    right: 1rem;
}

/* About Section */
.about-section {
    background: linear-gradient(to bottom, transparent 0%, rgba(10,10,10,0.5) 50%, transparent 100%);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-box {
    text-align: center;
    padding: 1.5rem;
    background: var(--dark-soft);
    border: 1px solid rgba(201,162,39,0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.stat-number {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: var(--gold);
    font-weight: 600;
}

.stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

/* Gallery Section */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(201,162,39,0.2);
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.gallery-item:hover {
    border-color: var(--gold);
    transform: scale(1.02);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%) brightness(0.9);
    transition: all 0.5s ease;
}

.gallery-item:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: var(--gold-light);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Events Section */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.event-card {
    background: var(--dark-soft);
    border: 1px solid rgba(201,162,39,0.2);
    padding: 0;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.event-card:hover {
    border-color: var(--gold);
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.5);
}

.event-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: brightness(0.85);
    transition: filter 0.4s ease;
}

.event-card:hover img {
    filter: brightness(1);
}

.event-info {
    padding: 1.5rem;
}

.event-title {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
}

.event-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Quote */
.quote {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--dark-soft);
    border-top: 1px solid rgba(201,162,39,0.2);
    border-bottom: 1px solid rgba(201,162,39,0.2);
}

.quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-style: italic;
    color: var(--gold);
    max-width: 800px;
    margin: 0 auto 1rem;
    line-height: 1.8;
}

.quote-author {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--text-muted);
}

/* Services Section */
.services-section {
    background: linear-gradient(to bottom, transparent 0%, rgba(10,10,10,0.5) 50%, transparent 100%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--dark-soft);
    border: 1px solid rgba(201,162,39,0.2);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.service-title {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    color: var(--gold-light);
    margin-bottom: 1rem;
}

.service-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Contact Section */
.contact-section {
    text-align: center;
    padding: 6rem 2rem;
    background: linear-gradient(to bottom, transparent 0%, rgba(10,10,10,0.8) 30%, rgba(10,10,10,0.95) 100%);
    border-top: 1px solid rgba(201,162,39,0.3);
}

.contact-section h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.8);
}

.contact-subtitle {
    color: var(--text-muted);
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.8rem;
    background: rgba(15,15,15,0.8);
    border: 1px solid rgba(201,162,39,0.25);
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(201,162,39,0.2);
}

.contact-card-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 50%;
    font-size: 1.3rem;
    color: var(--gold);
    box-shadow: 0 0 10px rgba(201,162,39,0.2);
}

.contact-card-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
}

.contact-card-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: var(--text);
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: transparent;
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--gold);
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(201,162,39,0.2), inset 0 0 10px rgba(201,162,39,0.05);
}

.cta-button:hover {
    background: rgba(201,162,39,0.1);
    box-shadow: 0 0 25px rgba(201,162,39,0.4), inset 0 0 15px rgba(201,162,39,0.1);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    text-align: center;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid rgba(201,162,39,0.3);
    background: rgba(5,5,5,0.95);
}

.footer-logo {
    width: 60px;
    height: 60px;
    background-image: url('../img/logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1.5rem;
    opacity: 0.8;
    filter: drop-shadow(0 0 10px rgba(201,162,39,0.3));
}

.footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 2rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

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

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

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201,162,39,0.3);
    border-radius: 50%;
    color: var(--text);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px);
}

.footer-copy {
    font-size: 0.75rem;
    color: var(--text-dim);
    letter-spacing: 0.1em;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    display: block;
    width: 25px;
    height: 25px;
    border-right: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    transform: rotate(45deg);
    opacity: 0.6;
}

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

@keyframes statCountGlow {
    0%   { text-shadow: none; }
    40%  { text-shadow: 0 0 18px rgba(201,162,39,0.9), 0 0 40px rgba(201,162,39,0.4); }
    100% { text-shadow: 0 0 6px rgba(201,162,39,0.3); }
}

.stat-number.counting {
    animation: statCountGlow 1.6s ease-out forwards;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex;
    opacity: 1;
}

.modal-content {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.modal-content img,
.modal-content video {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border: 1px solid var(--gold);
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: var(--gold);
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.modal-close:hover {
    color: var(--gold-light);
}

.modal-caption {
    text-align: center;
    color: var(--text-muted);
    margin-top: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
}

/* Slider Controls (mobile only) */
.slider-controls {
    display: none;
}

/* Responsive */
/* Inner Hero Section */
.inner-hero {
    padding: 8rem 2rem 4rem;
    text-align: center;
}

.inner-hero .artist-name {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
}

.inner-hero .artist-bio {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: var(--text-muted);
    text-align: center;
}

@media (max-width: 768px) {
    .inner-hero {
        padding: 5rem 1rem 2rem;
    }
}

/* Info Grid for Contact Page */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Contact Page Title */
.contatti-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.8);
}

@media (max-width: 968px) {
    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(5,5,5,0.98);
        padding: 0 !important;
        max-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        border-bottom: 1px solid transparent;
        transition: max-height 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .nav-links.open {
        max-height: 100vh;
        padding: 1.5rem 2rem !important;
        border-color: rgba(201,162,39,0.3);
        visibility: visible;
        opacity: 1;
    }

    .nav-links li {
        list-style: none;
        margin: 0;
    }

    .nav-links li a {
        display: block;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(201,162,39,0.15);
        font-size: 0.95rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        color: var(--gold);
    }

    .nav-links li:last-child a {
        border-bottom: none;
    }

    .nav-cta {
        padding: 1rem 0 !important;
        font-size: 0.95rem !important;
        border: none !important;
        background: transparent !important;
        text-align: left !important;
        box-shadow: none !important;
        border-bottom: 1px solid rgba(201,162,39,0.15) !important;
    }

    .nav-cta:hover {
        box-shadow: none !important;
        background: transparent !important;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* --- Premi come badge in una riga --- */
    .achievements-bar {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 0.4rem;
        padding: 0.3rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-bottom: 1.5rem;
    }

    .achievements-bar::-webkit-scrollbar {
        display: none;
    }

    .achievement {
        flex: 0 0 auto;
        padding: 0.4rem 0.6rem;
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        scroll-snap-align: start;
    }

    .achievement-icon svg {
        width: 0.9rem;
        height: 0.9rem;
    }

    .achievement-text {
        font-size: 0.55rem;
        white-space: nowrap;
    }

    .artist-tagline {
        letter-spacing: 0.2em;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 5rem 1rem 3rem;
        background: linear-gradient(to bottom, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.6) 50%, rgba(5,5,5,0.4) 100%);
    }

    .artist-bio {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        padding: 0 0.5rem;
    }

    .section-title {
        font-size: 1.5rem;
        padding: 1.5rem 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .section-title::before,
    .section-title::after {
        display: none;
    }

    section {
        padding: 3rem 1rem;
    }

    .about-text h3 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .about-text p {
        font-size: 1.05rem;
        margin-bottom: 1.2rem;
        line-height: 1.8;
    }

    .service-desc {
        font-size: 0.95rem;
    }

    .inner-hero .artist-name {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .inner-hero .artist-bio {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .artist-bio {
        font-size: 1.4rem;
    }

    .services-grid,
    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .quote-text {
        font-size: 1.3rem;
    }

    /* --- Stat-box compatti --- */
    .about-stats {
        gap: 0.7rem;
    }

    .stat-box {
        padding: 0.8rem 0.5rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
        margin-top: 0.3rem;
    }

    /* --- Galleria slider --- */
    .gallery-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 0.8rem;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .gallery-item {
        flex: 0 0 78vw;
        scroll-snap-align: start;
        aspect-ratio: 1;
    }

    .gallery-vertical .gallery-item {
        aspect-ratio: auto;
    }

    /* --- Eventi slider --- */
    .events-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 0.8rem;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .events-grid::-webkit-scrollbar {
        display: none;
    }

    .event-card {
        flex: 0 0 78vw;
        scroll-snap-align: start;
        border: 1px solid rgba(201,162,39,0.2);
        overflow: hidden;
        background: var(--dark-soft);
    }

    .event-card img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .event-info {
        display: none;
    }

    /* --- Spettacoli (service cards) compatti --- */
    .service-card {
        padding: 1.4rem 1rem;
    }

    .service-icon {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }

    .service-title {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .service-desc {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    /* --- Slider controls --- */
    .slider-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
        margin-top: 0.8rem;
    }

    .slider-btn {
        background: transparent;
        border: 1px solid rgba(201,162,39,0.5);
        color: var(--gold);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        transition: all 0.2s ease;
        padding: 0;
    }

    .slider-btn:hover {
        border-color: var(--gold);
        background: rgba(201,162,39,0.1);
    }

    .slider-dots {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .slider-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--text-dim);
        transition: background 0.3s, transform 0.3s;
    }

    .slider-dot.active {
        background: var(--gold);
        transform: scale(1.3);
    }

    /* --- Contatti compatti --- */
    .contact-section {
        padding: 3rem 1rem;
    }

    .contact-section h2 {
        font-size: 1.6rem;
    }

    .contact-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        line-height: 1.7;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .contact-card {
        flex-direction: row;
        padding: 0.9rem 1.1rem;
        gap: 0.8rem;
        text-align: left;
        align-items: center;
    }

    .contact-card-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        flex-shrink: 0;
    }

    .contact-card-label {
        font-size: 0.62rem;
    }

    .contact-card-value {
        font-size: 0.9rem;
    }

    .contatti-title {
        margin-top: 2rem;
    }

    /* --- Achievements: solo icone in riga --- */
    .achievements-bar {
        overflow-x: visible;
        scroll-snap-type: unset;
        justify-content: space-evenly;
        gap: 0.3rem;
        padding: 0.2rem 0;
    }

    .achievement {
        flex: 1;
        justify-content: center;
        padding: 0.6rem 0.2rem;
        scroll-snap-align: unset;
        min-width: 0;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
    }

    .achievement:active {
        background: rgba(201,162,39,0.15);
        border-color: rgba(201,162,39,0.7);
    }

    .achievement-text {
        display: none;
    }

    .achievement-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    .artist-bio {
        font-size: 1.2rem;
    }

    .real-name {
        font-size: 1.1rem;
    }

    .artist-tagline {
        font-size: 0.9rem;
        letter-spacing: 0.1em;
    }

    .video-wrapper {
        max-width: 100%;
    }

    .video-section {
        max-width: 100%;
    }

    .section-title {
        font-size: 1.1rem;
    }

    .stat-number {
        font-size: 1.4rem;
    }

    .gallery-item {
        flex: 0 0 88vw;
    }

    .gallery-vertical .gallery-item {
        aspect-ratio: auto;
    }

    .event-card {
        flex: 0 0 88vw;
    }

    .event-card img {
        height: auto;
        object-fit: contain;
    }

    .footer {
        padding: 2rem 1rem;
    }

    .footer-links {
        gap: 1rem;
        font-size: 0.75rem;
    }

    .footer-copy {
        font-size: 0.65rem;
    }

    .cta-button {
        font-size: 0.85rem;
        padding: 0.8rem 1.6rem;
    }

    .contatti-title {
        font-size: clamp(1.4rem, 5vw, 2.2rem);
        margin-top: 1.5rem;
    }

    .about-text p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .service-desc {
        font-size: 0.9rem;
    }

    .contact-subtitle {
        font-size: 0.95rem;
    }
}

/* Mobile Menu Button */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 101;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--gold);
    transition: all 0.3s ease;
}

.menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 968px) {
    .menu-toggle {
        display: flex;
    }
}

/* Badge flash notification */
.badge-flash {
    position: fixed;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    background: rgba(12,12,12,0.96);
    border: 1px solid rgba(201,162,39,0.45);
    color: var(--gold-light);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.7rem 1.6rem;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.28s ease;
    z-index: 9999;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5), 0 0 16px rgba(201,162,39,0.1);
}

.badge-flash.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
