/* ============================================================
   Páginas de PROYECTO — Web V.2 (requiere common.css)
   ============================================================ */
body{background:var(--crema-cl)}
.section{padding:70px 0}

/* ---- Cabecera del proyecto (banda arco) ---- */
.project-head{position:relative;overflow:hidden;padding:106px 0 60px;color:var(--hueso);
  background:linear-gradient(155deg,var(--oliva) 0%,var(--bosque) 78%,var(--bosque-d) 100%)}
.project-head .container{position:relative;z-index:2}
.back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--spartan);font-size:.82rem;color:#eef0e0;font-weight:600;margin-bottom:18px;transition:gap .3s}
.back-link:hover{gap:12px;color:#fff}
.project-head .project-cat{display:inline-block;position:static;background:rgba(244,241,233,.16);color:#fff;font-family:var(--spartan);font-size:.7rem;font-weight:600;letter-spacing:1px;padding:6px 15px;border-radius:999px;text-transform:uppercase;margin-bottom:14px}
.project-head h1{font-family:var(--tit);font-weight:500;font-size:clamp(1.9rem,6vw,2.8rem);color:#fff;line-height:1.08;margin-bottom:10px}
.project-head .project-meta{font-family:var(--spartan);font-size:.85rem;color:#dfe3c6;margin-bottom:16px}
.project-head .project-meta i{margin-right:5px}
.project-lead{font-size:1.12rem;color:#eaece0;max-width:680px;line-height:1.7;margin-bottom:34px}
.project-hero-img{position:relative;border-radius:26px 26px 20px 20px;overflow:hidden;box-shadow:0 26px 60px rgba(20,25,8,.4);border:8px solid rgba(244,241,233,.14);max-width:960px}
.project-hero-img img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}

/* ---- Cuerpo ---- */
.project-body{padding:56px 0 20px}
.project-body p{font-size:1.05rem;color:#4c4d42;line-height:1.85;margin-bottom:20px}
.project-body strong{color:var(--bosque)}
.project-feats{margin-top:30px;background:#fff;border:1px solid #ece9dd;border-radius:var(--radio);padding:32px 34px;box-shadow:var(--sombra)}
.project-feats h2{font-family:var(--tit);font-weight:600;font-size:1.4rem;color:var(--bosque);margin-bottom:18px}
.project-feats ul{list-style:none}
.project-feats li{display:flex;align-items:center;gap:12px;font-size:.98rem;color:#4c4d42;padding:9px 0}
.project-feats li i{font-size:.5rem;color:var(--terracota)}

/* ---- Galería ---- */
.gallery-title{font-family:var(--tit);font-weight:500;font-size:2rem;color:var(--bosque);text-align:center;margin-bottom:34px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;box-shadow:var(--sombra)}

/* ---- CTA final (banda arco) ---- */
.project-cta{position:relative;overflow:hidden;margin-top:56px;text-align:center;color:var(--hueso);
  background:linear-gradient(150deg,var(--oliva),var(--bosque));border-radius:24px;padding:52px 32px}
.project-cta h2{font-family:var(--tit);font-weight:500;font-size:2rem;color:#fff;margin-bottom:10px}
.project-cta p{color:#eaece0;font-size:1.02rem;max-width:520px;margin:0 auto 26px}

@media(max-width:768px){
  .project-head h1{font-size:2rem}
  .gallery-grid{grid-template-columns:1fr}
}
