body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #ffeb00;
  color: #b30000;
background-image: url("../images/home-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-attachment: fixed;

}

 @font-face {
      font-family: "ClashDisplay";
      src: url("ClashDisplay-Variable.ttf") format("truetype");
      font-weight: 100 700;
      font-style: normal;
    }

.manifesto {
  max-width: 80%;
  padding: 80px 10%;
}

.manifesto-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.manifesto-item {
  margin-bottom: .8rem;
}

.manifesto-title {
  background: none;
  border: none;
  font-family: "ClashDisplay" ;
font-size:2rem;
font-weight: 700;
  color: #b30000;
  cursor: pointer;
  padding: 0;
  text-align: left;
}



.manifesto-title i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFF38A;
  color: #DB730A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.manifesto-title:hover i {
  color: #7E0606; 
  background: #FFF;
}

.manifesto-title:hover {
  text-decoration: none;

  color: #7E0606;
}
.manifesto-item.active .manifesto-title i {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
.manifesto-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
    padding-left: calc(2.5rem + 0.75rem);
}



.manifesto-item.active .manifesto-title {
  color: #000000; 

}

.manifesto-item.active .manifesto-content {
  max-height: 600px;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.manifesto-content h3 {
font-family: "ClashDisplay" ;
font-size:2vw;
font-weight: 700;
  margin-bottom: 12px;
}

.manifesto-content p {
  font-family: "ClashDisplay" ;
font-size:1.5rem;
color: #000;
font-weight: 500;
  max-width: 800px;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.manifesto-extra {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.placeholder-box {
  width: 80px;
  height: 80px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.annotation {
  font-style: italic;
  font-size: 14px;
  max-width: 300px;
}
@media (max-width: 768px) {
  body {
    background-image: none;
  }


.manifesto-title {
 
font-size:1.2rem;
font-weight: 500;

}
.manifesto-content p {

font-size:1rem;
 margin-bottom: .2rem;

}


}