/* =========================
   NURIA TOURS EDITORIAL
========================= */

.nt-editorial-hero{
  background:#f7f7f5;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
  padding:100px 0 80px;
}

.nt-editorial-title{
  font-size:clamp(2.5rem,5vw,4.5rem);
  font-weight:700;
  color:#0f172a;
  letter-spacing:-0.03em;
  margin:14px 0 18px;
}

.nt-editorial-subtitle{
  max-width:760px;
  margin:0 auto;
  color:#64748b;
  font-size:1.1rem;
  line-height:1.8;
}

/* =========================
   FEATURED
========================= */

.nt-editorial-featured{
  padding:80px 0;
  background:#ffffff;
}

.nt-featured-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(15,23,42,.05);
}

.nt-featured-image{
  min-height:420px;
  background-size:cover;
  background-position:center;
}

.nt-featured-content{
  padding:48px;
}

.nt-featured-category{
  display:inline-block;
  color:#c21d1d;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.nt-featured-content h2{
  color:#0f172a;
  font-size:2rem;
  font-weight:700;
  margin-bottom:18px;
}

.nt-featured-content p{
  color:#64748b;
  line-height:1.8;
  margin-bottom:24px;
}

/* =========================
   LATEST
========================= */

.nt-editorial-latest{
  padding:80px 0;
  background:#f7f7f5;
}

.nt-editorial-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:32px;
  height:100%;
  transition:.25s ease;
}

.nt-editorial-card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(15,23,42,.06);
}

.nt-editorial-card span{
  color:#c21d1d;
  font-size:.82rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.nt-editorial-card h3{
  margin:14px 0;
  font-size:1.35rem;
  color:#0f172a;
}

.nt-editorial-card p{
  color:#64748b;
  line-height:1.7;
}

.nt-editorial-card a{
  color:#c21d1d;
  font-weight:600;
  text-decoration:none;
}

/* =========================
   ACCESS
========================= */

.nt-editorial-access{
  padding:90px 0;
  background:#ffffff;
}

.nt-access-card{
  background:#f7f7f5;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:60px;
}

.nt-access-card .nt-section-subtitle{
  max-width:700px;
  margin:0 auto;
}

/* =========================
   MOBILE
========================= */

@media (max-width:991px){

  .nt-featured-content{
    padding:32px;
  }

  .nt-featured-image{
    min-height:280px;
  }

  .nt-access-card{
    padding:40px 24px;
  }

}

@media (max-width:768px){

  .nt-editorial-hero{
    padding:70px 0 55px;
  }

  .nt-editorial-title{
    font-size:2.4rem;
  }

  .nt-featured-content h2{
    font-size:1.6rem;
  }

}