/* ==========================
   LA MALA FAMA
   ========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:#000;
    color:#fff;

    font-family:'Inter',sans-serif;

    overflow-x:hidden;

}

img{

    width:100%;
    display:block;

}

a{

    color:inherit;
    text-decoration:none;

}

section{

    padding:120px 8%;

}

/* ==========================
   MENÚ
   ========================== */

.navbar{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    padding:30px 8%;

    display:flex;
    justify-content:space-between;
    align-items:center;

    z-index:999;

    transition:.4s;

}

.logo {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}



nav{

    display:flex;
    gap:40px;

}

nav a{

    font-size:.9rem;
    text-transform:uppercase;
    letter-spacing:2px;

    opacity:.8;

    transition:.3s;

}

nav a:hover{

    opacity:1;

}

/* ==========================
   HERO
   ========================== */

.hero{

    position:relative;

    height:100vh;

    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

}

.hero video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
}
.hero-logo{
    width:1000px;
    height:auto;

    margin-top:-80px;
    margin-bottom:-220px;
}
.overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.45);

}

.hero-content{

    position:relative;

    z-index:10;

    text-align:center;

}

.hero h1{

    font-family:'Cormorant Garamond',serif;

    font-size:6rem;

    font-weight:500;

    letter-spacing:5px;

}

.hero p{

    margin-top:25px;

    font-size:1.2rem;

    line-height:1.8;

    opacity:.9;

}

.scroll{

    display:inline-block;

    margin-top:60px;

    border:1px solid white;

    padding:14px 34px;

    transition:.35s;

}

.scroll:hover{

    background:white;
    color:black;

}

/* ==========================
   MANIFIESTO
   ========================== */

.manifesto{

    text-align:center;

}

.manifesto h2{

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    max-width:900px;

    margin:auto;

}

.manifesto p{

    margin-top:40px;

    font-size:1.3rem;

    opacity:.75;

}

/* ==========================
   TITULOS
   ========================== */

.section-title{

    margin-bottom:80px;

}

.section-title span{

    font-size:.8rem;

    letter-spacing:4px;

    text-transform:uppercase;

    opacity:.6;

}

/* ===========================
   PRODUCCIONES
=========================== */

.producciones{

    background:#000;
    padding:0px 0;

}

.container{

    width:min(1100px,90%);
    margin:auto;

}

.section-title{

    font-family:'Inter',sans-serif;
    font-size:.9rem;
    font-weight:500;
    letter-spacing:6px;

    margin-bottom:20px;

}

/* ---------- Proyecto ---------- */

.proyecto{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:90px;

    align-items:center;

    padding:90px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

/* Alterna izquierda / derecha */

.proyecto.reverse{

    grid-template-columns:1fr 280px;

}

.proyecto.reverse .poster{

    order:2;

}

.proyecto.reverse .info{

    order:1;

}

/* ---------- Poster ---------- */

.poster img{

    width:100%;

    display:block;

    transition:.5s;

}

.poster img:hover{

    transform:scale(1.03);

}

/* ---------- Texto ---------- */

.categoria{

    display:block;

    font-family:'Inter',sans-serif;

    font-size:.8rem;

    letter-spacing:3px;

    opacity:.55;

    margin-bottom:15px;

}

.info h3{

    font-family:'Cormorant Garamond',serif;

    font-size:3.6rem;

    font-weight:500;

    margin-bottom:20px;

}

.info p{

    max-width:520px;

    line-height:1.8;

    opacity:.8;

    margin-bottom:35px;

}

.ver-proyecto{

    color:white;

    text-decoration:none;

    letter-spacing:2px;

    font-size:.9rem;

    transition:.3s;

}
.proyecto{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:90px;

    align-items:center;

    padding:90px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

/* La banda ocupa las dos columnas */

.festival-selection{

    grid-column:1 / -1;

    margin-top:-75px;

    display:flex;

    justify-content:center;

}

.festival-selection img{

    width:80%;

    max-width:1000px;

    display:block;

}
.ver-proyecto {
    display: block;
    margin-bottom: 18px;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    transition: opacity 0.3s;
}

.ver-proyecto:hover {
    opacity: 0.7;
}


.tonos-slider{

    grid-column:1 / -1;

    margin-top:-75px;

    display:flex;

    justify-content:center;

}

.tonos-slider img{

    width:50%;

    max-width:1000px;

    display:block;

}
.ver-proyecto:hover{

    opacity:.6;

}
/* ===========================
   QUIÉNES SOMOS
=========================== */

.equipo {
    width: min(1400px, 92%);
    margin: -50px auto;
}

.equipo-intro {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.equipo-intro h2 {
    font-size: .75rem;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 22px;
}

.equipo-intro h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem,4vw,4.6rem);
    font-weight: 300;
    line-height: .95;
    margin-bottom: 20px;
}

.equipo-intro p{
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    font-size: 1rem;
}

/* GRID */

.equipo-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px 70px;
}

/* TARJETA */

.miembro{

    display:flex;
    align-items:flex-start;
    gap:22px;

    padding:18px 0;

    border-top:1px solid rgba(255,255,255,.08);
}

/* FOTO */

.miembro-foto{
    width:160px;
    flex-shrink:0;
}

.miembro-foto{

    width:155px;
    height:95px;

    object-fit:cover;
    display:block;

    filter:grayscale(100%);
    transition:.45s;
}

.miembro:hover img{

    filter:grayscale(0%);
}

.miembro:nth-of-type(even) {
    flex-direction: row-reverse;
}

.miembro:nth-of-type(even) .miembro-info {
    text-align: right;
}
/* INFO */

.info{

    flex:1;
}

.rol{

    font-size:.68rem;
    letter-spacing:.28em;
    text-transform:uppercase;
    color:rgba(255,255,255,.55);

    margin-bottom:8px;
}

.nombre{

    font-family:"Cormorant Garamond",serif;
    font-size:2.15rem;
    line-height:.95;
    font-weight:300;

    margin-bottom:12px;
}

.descripcion{

    font-size:.9rem;
    line-height:1.55;

    color:rgba(255,255,255,.72);

    margin-bottom:14px;

    max-width:420px;
}

.enlace{

    text-decoration:none;
    color:white;

    font-size:.82rem;

    letter-spacing:.12em;

    transition:.3s;
}

.enlace:hover{

    opacity:.55;
}

/* RESPONSIVE */

@media(max-width:1000px){

.equipo-grid{

grid-template-columns:1fr;

}

}

@media(max-width:700px){

.miembro{

flex-direction:column;

gap:18px;

}

.foto{

width:100%;

}

.foto img{

width:100%;

height:auto;

}

.nombre{

font-size:2rem;

}

}
/* ==========================
   SERVICIOS
   ========================== */

.services-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:70px;

}

.services-grid h3{

    font-family:'Cormorant Garamond',serif;

    font-size:2rem;

    margin-bottom:20px;

}

.services-grid p{

    opacity:.75;

    line-height:1.8;

}


/* ==========================
   CONTACTO
   ========================== */

.contacto{

    text-align:center;

}

.contacto h2{

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

}

.contacto p{

    margin:25px auto;

    max-width:700px;

    opacity:.7;

    line-height:1.8;

}

.contacto a{

    display:inline-block;

    margin-top:30px;

    font-size:1.2rem;

    border-bottom:1px solid white;

}

.social{

    margin-top:60px;

}

footer{

    padding:60px;

    text-align:center;

    opacity:.4;

    font-size:.8rem;

}

/* ==========================
   RESPONSIVE
   ========================== */

@media(max-width:900px){

.hero h1{

font-size:3rem;

}

.manifesto h2,
.quote h2,
.contacto h2{

font-size:2.5rem;

}

nav{

display:none;

}

.services-grid{

grid-template-columns:1fr;

}

}

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

@media (max-width: 768px) {

html{
    font-size:16px;
}

section{
    padding:60px 24px;
}

/* NAV */

.navbar{
    padding:18px 24px;
}

nav{
    display:none;
}

/* HERO */

.hero{
    height:100vh;
}

.hero-logo{
    width:90%;
    max-width:380px;

    margin:0 auto;
}

.hero p{
    font-size:1rem;
    padding:0 20px;
}

.scroll{
    margin-top:35px;
}

/* MANIFIESTO */

.manifiesto h2,
.manifesto h2{
    font-size:2.2rem;
    line-height:1.1;
}

.manifiesto p,
.manifesto p{
    font-size:1rem;
}

/* PRODUCCIONES */

.proyecto,
.proyecto.reverse{

    display:flex;
    flex-direction:column;

    gap:30px;

    padding:60px 0;
}

.poster{
    width:75%;
    margin:auto;
}

.info{
    text-align:center;
}

.info h3{
    font-size:2.4rem;
}

.info p{
    max-width:100%;
    margin:0 auto 25px;
}

.ver-proyecto{
    margin-bottom:12px;
}

.festival-selection{
    margin-top:10px;
}

.festival-selection img{
    width:95%;
}

.tonos-slider{
    margin-top:10px;
}

.tonos-slider img{
    width:95%;
}

/* SERVICIOS */

.services-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.services-grid article{
    text-align:center;
}

/* BANNER */

.banner-horizontal{
    padding:0;
}

.banner-horizontal img{
    width:100%;
    display:block;
}

/* EQUIPO */

.equipo{
    width:92%;
    margin:0 auto;
}

.equipo-intro{
    margin-bottom:40px;
}

.equipo-intro h2{
    font-size:2rem;
    line-height:1.1;
}

.miembro,
.miembro.reverse{
    display:flex;
    flex-direction:column !important;

    text-align:center;

    gap:16px;

    padding:28px 0;
}

.miembro-foto{
    width:130px;
    margin:auto;
}

.miembro-foto img{
    width:130px;
    height:130px;
    object-fit:cover;
}

.miembro-info{
    text-align:center !important;
}

.miembro-info h3{
    font-size:1.9rem;
}

.cargo{
    font-size:.75rem;
}

.descripcion{
    max-width:100%;
}

/* CONTACTO */

.contacto h2{
    font-size:2.2rem;
}

.contacto p{
    font-size:1rem;
}

footer{
    padding:40px 20px;
}

}

/* ===== ARREGLO QUIÉNES SOMOS EN MÓVIL ===== */

@media (max-width:768px){

    .miembro{
        margin-bottom:50px;
    }

    .miembro-foto{
        margin:0 auto 18px;
    }

    .miembro-foto img{
        width:130px;
        height:130px;
        object-fit:cover;
        display:block;
    }

    .miembro-info{
        width:100%;
        text-align:center !important;
    }

    .miembro-info h3{
        margin-top:8px;
        margin-bottom:10px;
        line-height:1.15;
    }

    .cargo{
        display:block;
        margin-bottom:10px;
        letter-spacing:3px;
    }

    .miembro-info a{
        display:inline-block;
        margin-top:12px;
    }

}