:root{
    --bg:#0b0b0d;
    --card:#141419;
    --text:#f3f4f6;
    --muted:#b7bcc6;
    --gold:#f5c542;
    --line:rgba(255,255,255,.10);
    --max:1100px;
    --r:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
    background:
            radial-gradient(1200px 700px at 20% 0%, rgba(245,197,66,.14), transparent 60%),
            radial-gradient(900px 600px at 90% 10%, rgba(255,255,255,.06), transparent 55%),
            var(--bg);
    color:var(--text);
    line-height:1.55;
}

a{color:inherit}
img{display:block; max-width:100%}

.wrap{max-width:var(--max); margin:0 auto; padding:0 18px;}
.section{padding:22px 0;}

.header{
    position:sticky; top:0; z-index:50;
    background: rgba(11,11,13,.75);
    backdrop-filter: blur(10px);
    border-bottom:1px solid var(--line);
}

.nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 0;
    gap:16px;
}

.brand{
    display:flex; align-items:center; gap:10px;
    font-weight:850; letter-spacing:.3px;
    text-decoration:none;
}

.brandDot{
    width:10px; height:10px; border-radius:50%;
    background:var(--gold);
    box-shadow:0 0 18px rgba(245,197,66,.6);
}

.links{
    display:flex; flex-wrap:wrap; gap:10px;
    font-size:14px;
    color:var(--muted);
}
.links a{
    text-decoration:none;
    padding:8px 10px;
    border-radius:999px;
}
.links a:hover{background: rgba(255,255,255,.06); color:var(--text);}

.hero{padding:54px 0 10px;}
.heroGrid{
    display:grid; gap:18px;
    grid-template-columns: 1.25fr .85fr;
}
@media (max-width:900px){
    .heroGrid{grid-template-columns:1fr;}
    .links{display:none;} /* menu semplice, poi se vuoi facciamo hamburger */
}

.panel{
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border:1px solid var(--line);
    border-radius:var(--r);
    padding:24px;
    box-shadow: 0 20px 55px rgba(0,0,0,.35);
}

h1{
    margin:0 0 8px;
    font-size:56px;
    line-height:1.05;
    letter-spacing:-1px;
}
@media (max-width:520px){ h1{font-size:44px;} }

.gold{color:var(--gold)}
.sub{color:var(--muted); font-size:18px; margin:0 0 18px;}

.meta{display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 22px;}
.pill{
    border:1px solid var(--line);
    background: rgba(20,20,25,.7);
    border-radius:999px;
    padding:8px 12px;
    font-size:14px;
    color:var(--muted);
}
.pill strong{color:var(--text); font-weight:750;}

.cta{display:flex; gap:10px; flex-wrap:wrap;}
.btn{
    display:inline-flex; align-items:center; justify-content:center;
    padding:10px 14px; border-radius:12px;
    border:1px solid var(--line);
    text-decoration:none;
    font-weight:700;
    background: rgba(255,255,255,.06);
}
.btn:hover{background: rgba(255,255,255,.10);}
.btnGold{
    background: linear-gradient(180deg, rgba(245,197,66,1), rgba(245,197,66,.78));
    border-color: rgba(245,197,66,.9);
    color:#1a1200;
}
.btnGold:hover{filter: brightness(1.03);}

.grid2{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
@media (max-width:900px){ .grid2{grid-template-columns:1fr;} }

.card{
    background: rgba(20,20,25,.75);
    border:1px solid var(--line);
    border-radius:var(--r);
    padding:18px;
}

.card h2{margin:0 0 10px; font-size:22px;}
.card p{margin:0; color:var(--muted);}

.hl{color:var(--text);}
.muted{color:var(--muted);}
.small{font-size:13px;}

.sectionHead{margin-bottom:14px;}

.photoGrid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:12px;
    margin-top:14px;
}
@media (max-width:900px){ .photoGrid{grid-template-columns:1fr;} }
.photoGrid img{
    width:100%;
    border-radius:14px;
    border:1px solid var(--line);
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* ARTISTI */
.artists{
    display:grid;
    gap:14px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width:900px){ .artists{grid-template-columns:1fr 1fr;} }
@media (max-width:520px){ .artists{grid-template-columns:1fr;} }

.artist{
    border:1px solid var(--line);
    border-radius:var(--r);
    overflow:hidden;
    background: rgba(255,255,255,.03);
}
.artist img{
    width:100%;
    aspect-ratio: 4/3;
    object-fit:cover;
}
.artist .info{padding:14px;}
.artist .name{font-weight:850;}
.artist .role{color:var(--muted); font-size:14px; margin-top:3px;}

.ph{
    aspect-ratio: 4/3;
    background:
            radial-gradient(200px 160px at 20% 20%, rgba(245,197,66,.18), transparent 60%),
            linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    display:flex; align-items:center; justify-content:center;
    color:rgba(255,255,255,.70);
    font-weight:800;
}

/* TABELLA */
.tableWrap{overflow:auto; margin-top:12px;}
table{width:100%; border-collapse:collapse; font-size:14px; min-width:520px;}
th,td{padding:10px 10px; border-bottom:1px solid var(--line); vertical-align:top;}
th{color:var(--muted); font-weight:800; text-align:left;}

/* IBAN */
.iban{
    margin:8px 0 0;
    font-size:18px;
    font-weight:900;
    letter-spacing:.3px;
}

/* FOOTER */
.footer{
    padding:26px 0 36px;
    border-top:1px solid var(--line);
    margin-top:18px;
}

/* --- SLIDESHOW --- */
.slideshow{
    position: relative;
    overflow: hidden;
    padding:0; /* override panel padding */
}
.slides{
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    min-height: 340px;
}
.slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition: opacity .6s ease;
}
.slide.is-active{ opacity:1; }
.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.slide::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.65));
}
.slideCaption{
    position:absolute;
    left:18px;
    right:18px;
    bottom:16px;
    z-index:2;
    color:var(--text);
}
.slideCaption .title{
    font-weight:900;
    font-size:22px;
    margin:0;
}
.slideCaption .desc{
    margin:6px 0 0;
    color:#e5e7eb;
    opacity:.95;
    font-size:14px;
}

.navBtn{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:3;
    width:44px;
    height:44px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.35);
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    user-select:none;
}
.navBtn:hover{ background: rgba(0,0,0,.5); }
.navBtn.prev{ left:12px; }
.navBtn.next{ right:12px; }

.dots{
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    z-index:3;
    display:flex;
    gap:8px;
    justify-content:center;
    padding:0 12px;
}
.dotBtn{
    width:10px;
    height:10px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.12);
    cursor:pointer;
}
.dotBtn.is-active{
    background: rgba(245,197,66,1);
    border-color: rgba(245,197,66,.9);
}
/* DONAZIONI */
.donationBox{
    margin-top:12px;
    border:1px solid var(--line);
    background: rgba(255,255,255,.03);
    border-radius: var(--r);
    overflow:hidden;
}

.donationRow{
    display:grid;
    grid-template-columns: 160px 1fr;
    gap:14px;
    padding:12px 14px;
    border-top:1px solid var(--line);
}

.donationRow:first-child{ border-top:0; }

.donationLabel{
    color: var(--muted);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.donationValue{
    color: var(--text);
}

.donationIban{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
}

.copyBtn{
    padding:8px 10px;
    border-radius:12px;
    border:1px solid var(--line);
    background: rgba(255,255,255,.06);
    color: var(--text);
    cursor:pointer;
    font-weight: 800;
    font-size: 13px;
}

.copyBtn:hover{ background: rgba(255,255,255,.10); }

@media (max-width:520px){
    .donationRow{ grid-template-columns: 1fr; }
}
