/* =========================
   MANIFESTO PAGE
========================= */

.nm-manifesto{
  padding:20rem 0 7rem;
  background:linear-gradient(180deg,#05080d 0%,#09111a 100%);
  color:#f5f2ec;
}

.manifesto-hero{
  max-width:980px;
  margin:0 auto;
}

.manifesto-kicker{
  display:block;
  color:var(--nm-gold);
  font-size:.78rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:1rem;
}

.manifesto-title{
  font-family:'Playfair Display', serif;
  font-size:clamp(2.2rem,4vw,5rem);
  line-height:.95;
  color:#fff;
  margin-bottom:1.5rem;
}

.manifesto-intro{
  color:rgba(255,255,255,.68);
  font-size:1.05rem;
  line-height:1.9;
  margin-top:1.5rem;
}

.manifesto-grid{
  margin-top:6rem;
}

.manifesto-block{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:1.5rem;
}

.manifesto-block span{
  display:block;
  color:#c21d1d;
  font-size:.78rem;
  letter-spacing:.2em;
  margin-bottom:1rem;
}

.manifesto-block p{
  font-family:'Playfair Display', serif;
  font-size:1.7rem;
  line-height:1.35;
  color:#fff;
  margin-bottom:0;
  max-width:90%;
}

.manifesto-signature{
  margin-top:7rem;
}

.manifesto-line{
  width:70px;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:0 auto 1.5rem;
}

.manifesto-signature p{
  color:rgba(255,255,255,.58);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
}

@media(max-width:991px){

  .manifesto-title{
    font-size:3rem;
    line-height:1;
  }

  .manifesto-block p{
    font-size:1.4rem;
    max-width:100%;
  }

}

@media(max-width:768px){

  .nm-manifesto{
    padding:16rem 0 6rem;
  }

  .manifesto-title{
    font-size:2.4rem;
  }

}