
:root{
  --bg:#0b0f14;
  --bg2:#0a0d12;
  --panel:rgba(255,255,255,.025);
  --txt:rgba(240,244,250,.94);
  --muted:rgba(190,202,218,.72);
  --soft:rgba(190,202,218,.56);
  --line:rgba(255,255,255,.10);
  --line2:rgba(255,255,255,.06);
  --accent:#90a0c8;
  --accent2:#6878a0;
  --radius:20px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background: radial-gradient(900px 520px at 20% 15%, rgba(144,160,200,.12), transparent 55%),
              radial-gradient(900px 520px at 82% 35%, rgba(104,120,160,.10), transparent 58%),
              linear-gradient(180deg, var(--bg2), var(--bg));
  color:var(--txt);
  font-family:"Antic Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size:16px;
  line-height:1.7;
  letter-spacing:.2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.wrap{max-width:1120px; margin:0 auto; padding:0 24px}

.skip{position:absolute; left:-999px; top:10px; background:#fff; color:#000; padding:10px 12px; border-radius:10px}
.skip:focus{left:12px; z-index:999}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(16px);
  background: rgba(11,15,20,.52);
  border-bottom:1px solid var(--line2);
}
.header__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}
.header__right{display:flex; gap:10px; align-items:center}

.brand{display:flex; flex-direction:column; gap:2px}
.brand__name{font-weight:500; font-size:16px; letter-spacing:.6px; text-transform:uppercase}
.brand__tag{font-size:12px; color:var(--muted); letter-spacing:.4px}

.lang, .navbtn{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:var(--txt);
  padding:10px 12px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.8px;
  text-transform:uppercase;
  cursor:pointer;
}
.lang__sep{opacity:.55; margin:0 6px}
html[data-lang="en"] .lang__en{opacity:1}
html[data-lang="en"] .lang__it{opacity:.55}
html[data-lang="it"] .lang__it{opacity:1}
html[data-lang="it"] .lang__en{opacity:.55}

.nav{display:flex; gap:18px; align-items:center}
.nav a{font-size:12px; letter-spacing:.8px; text-transform:uppercase; color:var(--muted); padding:8px 0}
.nav a:hover{color:var(--txt)}
.nav__cta{padding:10px 12px; border:1px solid var(--line); border-radius:999px; background: rgba(255,255,255,.04)}
.navbtn{display:none}

/* HERO */
.hero{position:relative; min-height:92vh; display:flex; align-items:flex-end; overflow:hidden}
.hero__bg{position:absolute; inset:-2%; background-size:cover; background-position:center; transform: scale(1.05); filter:saturate(.96) contrast(1.06) brightness(.84)}
.hero__veil{position:absolute; inset:0; background: radial-gradient(900px 540px at 22% 25%, rgba(144,160,200,.15), transparent 56%), linear-gradient(180deg, rgba(11,15,20,.14), rgba(11,15,20,.82) 68%, rgba(11,15,20,1))}
.hero__inner{position:relative; padding: clamp(120px, 16vh, 190px) 0 72px; width:100%}
.hero__copy{max-width:820px}

h1{font-weight:500; font-size: clamp(44px, 6vw, 72px); line-height:1.02; margin:0 0 16px}
.lead{margin:0 0 22px; color: rgba(240,244,250,.78); font-size:18px; line-height:1.65; max-width:62ch}

.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin:0 0 20px}
.btn{display:inline-flex; align-items:center; justify-content:center; padding:12px 16px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.06); color:var(--txt); font-weight:500; letter-spacing:.6px}
.btn--ghost{background: transparent}

.hero__links{display:flex; flex-wrap:wrap; gap:16px}
.hero__links a{font-size:13px; color:var(--muted); border-bottom:1px solid transparent; padding-bottom:2px}
.hero__links a:hover{color: rgba(240,244,250,.92); border-bottom-color: rgba(144,160,200,.35)}

.hero__fade{position:absolute; left:0; right:0; bottom:-1px; height:100px; background: linear-gradient(180deg, transparent, rgba(11,15,20,1))}

/* SECTIONS */
.section{padding:84px 0}
.section__head{margin-bottom:22px; max-width:820px}
.section__head h2{font-weight:500; font-size:26px; margin:0 0 8px; letter-spacing:.6px; text-transform:uppercase}
.section__head p{margin:0; color:var(--muted); max-width:70ch}

.panel{border:1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding:18px}

.embed{border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); background: rgba(0,0,0,.25)}
.embed--16x9{position:relative; padding-top:56.25%}
.embed--16x9 iframe{position:absolute; inset:0; width:100%; height:100%}

.listen__grid{max-width:900px}
.chips{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.chip{display:inline-flex; padding:10px 14px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.03); font-size:12px; letter-spacing:.7px; text-transform:uppercase}
.chip:hover{border-color: rgba(144,160,200,.35)}

/* SILENCE */
.silence{padding:22px 0}
.silence__line{height:1px; width:100%; background: linear-gradient(90deg, transparent, rgba(144,160,200,.22), transparent)}

/* QUOTE */
.quoteSection{padding:96px 0; background: radial-gradient(900px 520px at 70% 42%, rgba(144,160,200,.14), transparent 58%), linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); border-top:1px solid var(--line2); border-bottom:1px solid var(--line2)}
.quoteBig{margin:0; font-weight:500; font-size: clamp(22px, 2.7vw, 34px); line-height:1.45; max-width:44ch; color: rgba(240,244,250,.92)}

/* WORKS */
.works{display:flex; flex-direction:column; gap:10px; max-width:900px}
.work{display:flex; justify-content:space-between; align-items:baseline; gap:14px; padding:16px 16px; border:1px solid var(--line); border-radius:18px; background: rgba(255,255,255,.02); transition: border-color .35s ease, background .35s ease, transform .35s ease}
.work:hover{border-color: rgba(144,160,200,.38); background: rgba(255,255,255,.03); transform: translateY(-1px)}
.work__title{font-weight:600}
.work__year{color: var(--soft); font-size:12px; letter-spacing:.8px; text-transform:uppercase; white-space:nowrap}

.bio{max-width:900px}
.bio p{margin:0 0 14px; color: rgba(240,244,250,.78); font-size:17px; line-height:1.85}
.bio p:last-child{margin-bottom:0}

.facts{margin-top:22px; max-width:900px; display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.fact{border:1px solid var(--line); border-radius:18px; padding:14px; background: rgba(255,255,255,.02)}
.fact__k{color: var(--soft); font-size:12px; letter-spacing:.8px; text-transform:uppercase}
.fact__v{font-weight:600; margin-top:8px; font-size:13px}
.fact__v a{color: rgba(240,244,250,.88)}

/* PRESS */
.pressStack{display:flex; flex-direction:column; gap:20px; max-width:960px}
.pressShot{display:block; border-radius:24px; overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.01)}
.pressShot img{display:block; width:100%; height:auto; filter:saturate(.96) contrast(1.05)}
.pressLinks{display:flex; gap:10px; flex-wrap:wrap; margin-top:22px}

/* CONTACT */
.contactGrid{display:grid; grid-template-columns: 1fr 1fr; gap:18px; max-width:1000px}
.divider{height:1px; background: var(--line2); margin:16px 0}
.muted{color: var(--muted)}
.small{font-size:12px; letter-spacing:.2px}

.form{display:flex; flex-direction:column; gap:12px}
label span{display:block; font-size:12px; color: var(--soft); margin-bottom:8px; letter-spacing:.8px; text-transform:uppercase}
input, textarea{width:100%; border-radius:18px; border:1px solid var(--line); background: rgba(0,0,0,.18); color:var(--txt); padding:12px 14px; outline:none; font-size:15px; line-height:1.6}
input:focus, textarea:focus{border-color: rgba(144,160,200,.35)}
.hidden{display:none}

/* THANKS */
.thanks{padding:90px 24px; max-width:920px}
.thanks h1{font-size:42px; line-height:1.1; margin:0 0 10px}

/* FOOTER */
.footer{border-top:1px solid var(--line2); padding:24px 0; color: var(--muted); background: rgba(11,15,20,.78)}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap:12px}
.footer__brand{color:rgba(240,244,250,.92); font-weight:600; letter-spacing:.8px; text-transform:uppercase}

/* REVEAL */
.reveal{opacity:0; transform: translateY(10px); transition: opacity 1.35s ease, transform 1.35s ease; will-change: opacity, transform}
.reveal.is-visible{opacity:1; transform: translateY(0)}

/* LANGUAGE blocks */
body [data-lang="it"]{display:none}
body [data-lang="en"]{display:block}
html[data-lang="it"] body [data-lang="it"]{display:block}
html[data-lang="it"] body [data-lang="en"]{display:none}
html[data-lang="en"] body [data-lang="en"]{display:block}
html[data-lang="en"] body [data-lang="it"]{display:none}


@media (max-width: 920px){
  .wrap{padding:0 18px}
  .navbtn{display:inline-flex}
  .nav{
    display:none;
    position:absolute;
    top:62px; right:18px; left:18px;
    flex-direction:column;
    padding:14px;
    border:1px solid var(--line);
    border-radius:20px;
    background: rgba(11,15,20,.92);
    gap:10px;
  }
  .nav.is-open{display:flex}
  .section{padding:70px 0}
  .contactGrid{grid-template-columns:1fr}
  .facts{grid-template-columns:1fr}
  .lead{font-size:17px}
}

/* ALBUM V3 */
.reveal-group .reveal{ transition-delay: var(--d, 0ms); }

.album__kicker{
  font-size:12px;
  letter-spacing:.8px;
  text-transform:uppercase;
  color: var(--soft);
  margin-bottom:10px;
}
.album__title{
  font-weight:500;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height:1.05;
  margin:0 0 10px;
}
.album__ctaRow{margin-top:16px; display:flex; gap:10px; flex-wrap:wrap}
.pill{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(144,160,200,.30);
  background: rgba(144,160,200,.08);
  font-size:12px;
  letter-spacing:.7px;
  text-transform:uppercase;
  color: rgba(240,244,250,.90);
}

.album-description{max-width:900px; margin:40px 0}
.album-description p{
  font-size:17px;
  line-height:1.9;
  color:rgba(240,244,250,.78);
  margin:0 0 16px;
}

.album__panel{border:1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.02); padding:18px}
.tracklist{margin:0; padding-left:18px}
.tracklist li{padding:6px 0; color: rgba(240,244,250,.80); line-height:1.6}

.single{margin-bottom:18px}
.single:last-child{margin-bottom:0}
.single__media{
  position:relative;
  display:block;
  border-radius: 24px;
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(255,255,255,.01);
  transform: translateZ(0);
}
.single__media img{display:block; width:100%; height:auto; filter:saturate(.96) contrast(1.05)}
.single__veil{
  position:absolute; inset:0;
  background: radial-gradient(900px 520px at 40% 30%, rgba(144,160,200,.18), transparent 60%),
              linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.35));
  pointer-events:none;
}
.single__badge{
  position:absolute;
  left:14px; bottom:14px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(11,15,20,.55);
  font-size:12px;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.single__info{margin-top:12px}
.single__title{font-weight:600}
.single__meta{font-size:12px; letter-spacing:.4px}

/* parallax element wrapper */
.parallax{will-change:transform}

.single__link{
  color: rgba(240,244,250,.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(240,244,250,.18);
  word-break: break-all;
}
.single__link:hover{
  color: rgba(240,244,250,.92);
  border-bottom-color: rgba(240,244,250,.38);
}

.album-cover{
  margin: 40px 0 60px;
  border-radius: 28px;
  overflow: hidden;
  border:1px solid var(--line);
}
.album-cover img{
  width:100%;
  display:block;
  filter: contrast(1.05) saturate(.95);
}


/* CLICK FIX: ensure hero overlays don't block buttons/links */
.hero__bg, .hero__veil, .hero__fade { pointer-events: none; }
.hero__inner, .hero__copy, .hero__actions, .hero__links { position: relative; z-index: 5; }
.header { position: sticky; z-index: 50; }



/* CINEMATIC TOGGLES */
.toggles{margin-top:18px; max-width:820px}
.togglePanel{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  padding:0;
  margin:0;
  opacity:0;
  transform: translateY(14px);
  filter: blur(2px);
  max-height:0;
  overflow:hidden;
  pointer-events:none;
  transition: opacity 900ms ease, transform 900ms ease, filter 900ms ease, max-height 900ms ease;
}
.togglePanel.is-open{
  opacity:1;
  transform: translateY(0);
  filter: blur(0);
  max-height:200px;
  pointer-events:auto;
}
.toggleLink{
  font-size:13px;
  color: var(--muted);
  letter-spacing:.7px;
  text-transform:uppercase;
  border-bottom:1px solid transparent;
  padding-bottom:3px;
}
.toggleLink:hover{
  color: rgba(240,244,250,.92);
  border-bottom-color: rgba(144,160,200,.35);
}
.btn--toggle{user-select:none}
