/* =========================
   ABOUT PAGE
========================= */
.nm-about{
  padding:26rem 0 7rem;
  background:linear-gradient(180deg,#05080d 0%,#09111a 100%);
  color:#f5f2ec;
}

.about-hero{
  max-width:1050px;
  margin:0 auto;
}

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

.about-title{
  font-family:'Playfair Display', serif;
  font-size:clamp(2rem,3.8vw,4.4rem);
  line-height:1;
  color:#fff;
  margin-bottom:1.5rem;
}

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

.about-body{
  margin-top:5rem;
}

.about-body p{
  color:rgba(255,255,255,.72);
  font-size:1.08rem;
  line-height:2;
  margin-bottom:2rem;
}

.about-grid{
  margin-top:5rem;
}

.about-card{
  height:100%;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  padding:2rem;
  transition:all .35s ease;
}

.about-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}

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

.about-card h3{
  font-family:'Playfair Display', serif;
  color:#fff;
  font-size:1.5rem;
  margin-bottom:1rem;
}

.about-card p{
  color:rgba(255,255,255,.65);
  line-height:1.8;
  margin-bottom:0;
}

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

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

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

@media(max-width:991px){

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

}

@media(max-width:768px){

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

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

}

.nm-about{
  padding-top:26rem !important;
}

.about-hero{
  margin-top:0 !important;
}