.projects-page{
max-width:1200px;
margin:0 auto;
padding:140px 40px 120px;
}


.projects-hero{
text-align:center;
margin-bottom:80px;
}


.projects-kicker{
font-size:14px;
letter-spacing:.1em;
text-transform:uppercase;
opacity:.6;
margin-bottom:10px;
}


.projects-hero h1{
font-size:clamp(42px,6vw,72px);
margin-bottom:20px;
}


.projects-intro{
max-width:700px;
margin:auto;
font-size:20px;
line-height:1.6;
opacity:.8;
}


.projects-list{
display:flex;
flex-direction:column;
gap:70px;
}


.project-card{
border:1px solid rgba(255,255,255,.1);
padding:40px;
background:rgba(255,255,255,.02);
}


.project-card h2{
font-size:36px;
margin-bottom:8px;
}


.project-type{
font-size:14px;
letter-spacing:.08em;
text-transform:uppercase;
opacity:.6;
margin-bottom:16px;
}


.project-description{
font-size:18px;
line-height:1.7;
max-width:800px;
margin-bottom:30px;
}



/* VIDEO PRINCIPAL */

.project-main-video{
max-width:900px;
margin:40px auto;
}

.project-main-video iframe{
width:100%;
height:900px;
border:none;
}



/* IMAGEN PRINCIPAL */

.project-main-image{
width:100%;
max-width:850px;
display:block;
margin:40px auto;
border:1px solid rgba(255,255,255,.1);
}



/* MINIATURAS */

.project-gallery-small{
display:flex;
gap:14px;
flex-wrap:wrap;
justify-content:center;
margin-top:100px;
}

.project-gallery-small img{
width:260px;
height:210px;
object-fit:cover;
border:1px solid rgba(255,255,255,.1);
}



.lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.95);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.lightbox img{
max-width:90%;
max-height:90%;
border:2px solid rgba(255,255,255,.2);
}

.lightbox:target{
display:flex;
}

/* VIDEOS SPOOK */

.project-videos{
display:flex;
gap:20px;
overflow-x:auto;
padding-bottom:10px;
}

.project-videos iframe{
flex:0 0 320px;
height:600px;
border:none;
}

