:root {
  --bg: #050505;
  --bg2: #0c0c10;
  --panel: #121216;
  --panel2: #19191f;
  --text: #f8f4ec;
  --muted: #b9b2a8;
  --line: rgba(255, 255, 255, .12);
  --red: #d82323;
  --red2: #ff3434;
  --gold: #f6b43b;
  --gold2: #ffe2a0;
  --shadow: 0 30px 90px rgba(0, 0, 0, .55);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 12% 8%, rgba(216, 35, 35, .28), transparent 32%), radial-gradient(circle at 82% 12%, rgba(246, 180, 59, .18), transparent 34%), linear-gradient(180deg, #050505 0%, #0a0a0d 46%, #050505 100%);
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem
}

.section {
  padding: 92px 0;
  position: relative
}

.section-title {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  line-height: .92;
  margin: 12px 0 22px;
  text-transform: uppercase
}

.lead {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.75;
  color: var(--muted);
  max-width: 780px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: .22s ease;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px)
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .38)
}

.btn-primary {
  background: linear-gradient(135deg, var(--red), #811616);
  box-shadow: 0 18px 40px rgba(216, 35, 35, .28)
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #8b5209);
  color: #1b0e02;
  box-shadow: 0 18px 40px rgba(246, 180, 59, .2)
}

.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 5, 5, .58);
  backdrop-filter: blur(18px)
}

.nav {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.brand-logo {
  height: 46px;
  width: auto
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78)
}

.nav-links a:hover {
  color: #fff
}

.menu-toggle {
  display: none;
  background: none;
  color: #fff;
  border: 0;
  font-size: 1.8rem
}

.lang-switch {
  display: flex;
  gap: 6px
}

.lang-btn {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 900;
  cursor: pointer
}

.lang-btn.active {
  background: var(--gold);
  color: #160d02
}

.lang-btn{
  display:flex;
  align-items:center;
  gap:8px;
}

.lang-btn img{
  width:18px;
  height:18px;
  border-radius:50%;
  object-fit:cover;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 124px 0 54px;
  position: relative;
  overflow: hidden
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5, 5, 5, .92), rgba(5, 5, 5, .54) 42%, rgba(5, 5, 5, .22)), linear-gradient(0deg, rgba(5, 5, 5, 1), rgba(5, 5, 5, .15) 35%), url('../../assets/images/artists/christoph-schneider.jpg') center right / cover no-repeat
}

.hero:after {
  content: "DRUM GALÀ";
  position: absolute;
  left: -3vw;
  bottom: 7vh;
  z-index: -1;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(5rem, 18vw, 18rem);
  line-height: .8;
  color: rgba(255, 255, 255, .035);
  letter-spacing: .03em;
  white-space: nowrap
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .58fr;
  gap: 36px;
  align-items: end
}

.hero h1 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(4.2rem, 12vw, 11rem);
  line-height: .82;
  margin: 18px 0;
  text-transform: uppercase;
  letter-spacing: .01em
}

.hero h1 span {
  display: block;
  color: var(--gold);
  text-shadow: 0 0 34px rgba(246, 180, 59, .2)
}

.hero-copy {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.68;
  color: #eee;
  max-width: 760px
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px
}

.event-card {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .055));
  padding: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px)
}

.event-card .big {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .95;
  color: var(--gold);
  text-transform: uppercase
}

.event-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 16px 0 0
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px
}

.stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(0, 0, 0, .26)
}

.stat b {
  font-family: Anton;
  font-size: 2.1rem;
  color: #fff;
  display: block
}

.stat span {
  font-size: .82rem;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800
}

.story-wrap {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 40px;
  align-items: center
}

.portrait {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: var(--shadow);
  background: #111
}

.portrait:after {
  content: "BEPPE LUPO";
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-family: Anton;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .65)
}

.quote {
  border-left: 4px solid var(--gold);
  padding-left: 24px;
  margin-top: 28px;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.7
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 38px
}

.artist {
  grid-column: span 4;
  min-height: 390px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #111;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .32)
}

.artist.featured {
  grid-column: span 12;
  min-height: 520px
}

.artist:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .08) 56%, rgba(0, 0, 0, .16));
  z-index: 1
}

.artist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: saturate(1.08) contrast(1.04)
}

.artist-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px
}

.artist .tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(216, 35, 35, .92);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase
}

.artist .tag.tag-blue{
  background:linear-gradient(135deg,#6d3bff,#00d4ff);
  color:white;
}

.artist.featured .tag {
  background: linear-gradient(135deg, var(--gold), var(--red));
  color: #1b0e02
}

.artist h3 {
  font-family: Anton;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 4.9rem);
  line-height: .9;
  margin: 0 0 10px;
  text-transform: uppercase
}

.artist:not(.featured) h3 {
  font-size: 2.15rem
}

.artist p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
  margin: 0;
  max-width: 720px
}

.milestones {
  position: relative;
  margin-top: 42px
}

.milestones:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--red), var(--gold))
}

.milestone {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  margin-bottom: 20px;
  align-items: start
}

.year {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), var(--gold));
  font-weight: 900;
  color: #130803;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .04)
}

.mile-card {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  padding: 22px
}

.mile-card h3 {
  margin: 0 0 8px;
  font-size: 1.25rem
}

.mile-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6
}

.wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 36px
}

.past-artist {
  position: relative;
  min-height: 190px;
  border-radius: 22px;
  overflow: hidden;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, .11)
}

.past-artist:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .82), transparent 62%);
  z-index: 1
}

.past-artist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: grayscale(.12) contrast(1.03)
}

.past-artist b {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  font-size: .95rem;
  line-height: 1.15
}

.partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 32px
}

.partner {
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  display: grid;
  place-items: center;
  padding: 16px
}

.partner img {
  max-height: 74px;
  width: auto;
  object-fit: contain
}

.faq {
  max-width: 900px;
  margin-top: 34px
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .13)
}

.faq-q {
  width: 100%;
  padding: 22px 0;
  background: none;
  border: 0;
  color: #fff;
  text-align: left;
  font-size: 1.06rem;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer
}

.faq-a {
  display: none;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 0 22px
}

.cta-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(135deg, rgba(216, 35, 35, .22), rgba(246, 180, 59, .13)), rgba(255, 255, 255, .055);
  padding: 42px;
  box-shadow: var(--shadow)
}

footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, .62);
  border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

@media(max-width:980px) {

  .hero-grid,
  .story-wrap {
    grid-template-columns: 1fr
  }

  .event-card {
    max-width: 620px
  }

  .artist,
  .artist.featured {
    grid-column: span 6
  }

  .wall {
    grid-template-columns: repeat(3, 1fr)
  }

  .partners {
    grid-template-columns: repeat(2, 1fr)
  }

  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border-radius: 22px;
    background: rgba(10, 10, 10, .95);
    border: 1px solid rgba(255, 255, 255, .12)
  }

  .nav-links.open {
    display: flex
  }

  .menu-toggle {
    display: block
  }
}

@media(max-width:640px) {
  .hero {
    padding-top: 106px
  }

  .hero h1 {
    font-size: 4rem
  }

  .stats {
    grid-template-columns: 1fr
  }

  .artist,
  .artist.featured {
    grid-column: span 12;
    min-height: 390px
  }

  .wall {
    grid-template-columns: repeat(2, 1fr)
  }

  .section {
    padding: 66px 0
  }

  .cta-panel {
    padding: 26px
  }

  .milestone {
    grid-template-columns: 62px 1fr
  }

  .milestones:before {
    left: 26px
  }

  .nav {
    height: 68px
  }

  .brand-logo {
    height: 38px
  }
}