@font-face {
    font-family: "Inter";
    src: url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.eot");
    src: url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/5c3da61403fc473a375cc07586ec21af.svg#Inter")format("svg");
}



.page-project {
    padding-top: 0;
}

.project-hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero_texture.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.back-link-box {
    z-index: 10;
}

.back-link-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
    padding: 13px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 144px;
    position: absolute;
    top: 43%;
}

.back-link {
    /*position: absolute;
    top: 43%;
    left: 5%;*/
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #EBE4D8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-headerbox {
    /*max-width: 900px;
    margin-left: 5%;*/

    position: absolute;
    top: 53%;
    width: 90%;
}

.project-hero h1 {
    font-size: 10vw;
    line-height: 0.9;
    margin-bottom: 20px;
    color: #fff;
}

.project-hero p.desc {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 1rem;
    font-family: 'Neue Montreal';
}

.project-info-grid {
    display: flex;
    gap: 20px;
}

.info-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
    padding: 20px 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 240px;
    font-family: 'Neue Montreal';
}

.info-item label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.4);
}

.info-item span {
    font-size: 13px;
    color: #EBE4D8;
}

.content-box {
    margin-left: 12%;
}

.catalog-btn {
    margin-left: 15%;
    align-self: flex-end;
    background: rgb(115 100 75);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.catalog-btn:hover {
    background: rgb(135 120 95);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Project Manifiesto */
.project-manifiesto {
    background: #0a0a0a;
    border-radius: 30px;
    /*margin: 60px 40px;*/
    margin-top: 70px;
    padding: 25px 40px;
    display: flex;
    gap: 40px;
    /*align-items: center;*/
}

.architects-img-container {
    width: 280px;
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
}

.designer-bar {
    margin-top: 10px;
    font-size: 10px;
    opacity: 0.5;
    border-top: 1px #ebe4d830 solid;
    width: 90%;
    padding-top: 1rem;
}


/* IMAGEN */
.architects-img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: top;
    /* 👈 aquí controlas el corte */
    filter: grayscale(1);
}

.manifiesto-content {
    flex: 1;
}

.manifiesto-content span {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.manifiesto-content blockquote {
    font-size: 24px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'GT Sectra';
    font-weight: 300;
    padding-left: 1.8rem;
    border-left: 3px #4f4336 solid;
}

.architects-footer {
    margin-top: 15px;
}

.architects-footer div {
    font-size: 28px;
    font-family: 'GT Sectra';
    margin-bottom: 5px;
}

.architects-footer p {
    font-size: 12px;
    color: #B3966F;
    letter-spacing: 1px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 23.52px;
    letter-spacing: -0.15px;
}

/* Miradas Section */
.miradas-section {
    padding: 100px 40px;
}

.miradas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 60px;
}

.miradas-left .main-img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    border-radius: 24px;
}


.miradas-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.miradas-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.sub-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 24px;
}

/* Project Footer Footer */
.project-contact-footer {
    background: #000;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #222;
}

.footer-logo {
    height: 70px;
    margin-left: 22px;
}

.footer-logo-box {
    display: flex;
    gap: 20px;
    align-items: center;
    /*border-right: 1px solid #333;
    padding-right: 40px;*/
}

.enterprise-logo {
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

.contact-info {
    flex: 1;
    padding: 0 40px;
    display: flex;
    gap: 40px;
    font-size: 13px;
    color: var(--text-muted);
}

.contact-col p {
    margin: 2px 0;
}

.project-title-animated {
    font-family: 'GT Sectra';
    font-weight: 500;
    font-size: 111px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    animation: slideUpTitle 1.2s ease forwards;
}

@keyframes slideUpTitle {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ver-mas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-top: 40px;
    font-family: 'Neue Montreal';
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ver-mas:hover {
    color: #fff;
}

.ver-mas svg {
    transition: transform 0.3s ease;
}

.ver-mas.active svg {
    transform: rotate(45deg);
}

.extra-miradas {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.extra-miradas.active {
    display: grid;
    animation: fadeInGallery 0.8s ease forwards;
}

.partners-col {
    display: inline-grid;
}

.hero-mouse {
    display: none;
}

@keyframes fadeInGallery {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .project-hero {
        /*height: 100vh;*/
        min-height: 600px;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-attachment: scroll;
        text-align: center;
    }

    .content-box {
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .back-link-box {
        position: relative;
        top: 10%;
        background: rgba(255, 255, 255, 0.08);
        padding: 16px 23px;
        border-radius: 40px;
        min-width: unset;
        align-self: start;
    }

    .project-headerbox {
        position: relative;
        top: unset;
        width: 100%;
        margin-top: 60px;
    }

    .project-hero h1,
    .project-title-animated {
        font-size: 48px !important;
        line-height: 1.1;
        margin-bottom: 20px;
        text-align: left;
    }

    .project-hero p.desc {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 40px;
        /*max-width: 90%;*/
        color: #EBE4D89E;
        text-align: left;

    }

    .project-info-grid .info-item {
        display: none;
        /* Hide area/year info in mobile hero as per design */
    }

    .catalog-btn {
        margin-left: 10%;
        align-self: center;
        width: 100%;
        max-width: 320px;
        justify-content: center;
        background: #73644B;
        padding: 18px;
        margin-top: 20px;
        font-family: 'Neue Montreal';
        font-size: 12px;
    }

    /* Manifesto & Architects Section */
    .project-manifiesto {
        flex-direction: column;
        margin: 40px 0;
        padding: 0 20px;
        background: none;
        gap: 60px;
    }

    .architects-img-box {
        width: 100%;
        background: #0a0a0a;
        padding: 24px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        display: flex;
        flex-direction: column;
    }

    .architects-img-container {
        width: 100%;
        height: 420px;
        margin-bottom: 20px;
    }

    .architects-footer {
        text-align: left;
    }

    .architects-footer div {
        font-size: 22px;
        color: #fff;
    }

    .architects-footer p {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .manifiesto-content {
        padding: 0;
    }

    .manifiesto-content span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 25px;
        color: rgb(134 112 83);
    }

    .manifiesto-content blockquote {
        font-size: 20px;
        line-height: 32.5px;
        padding-left: 0;
        border-left: none;
        font-style: normal;
        color: #EBE4D8;
        font-family: 'GT Sectra';
        font-weight: 300;
    }

    /* Gallery - Miradas del proyecto */
    .miradas-section {
        padding: 80px 20px;
    }

    .miradas-grid,
    .extra-miradas.active {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .miradas-left,
    .miradas-right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .miradas-left .main-img {
        height: 500px;
        border-radius: 20px;
    }

    .sub-img {
        height: 320px;
        border-radius: 20px;
    }

    /* Project Page Navbar X Icon */
    .page-project #hamburger-btn {
        width: 30px;
        height: 20px;
        position: relative;
    }

    /* Footer Centering */
    .project-contact-footer {
        flex-direction: column;
        text-align: center;
        gap: 50px;
        padding: 80px 20px;
    }

    .footer-logo-box {
        justify-content: center;
        margin-left: 0;
    }

    .contact-info {
        flex-direction: column;
        padding: 0;
        gap: 40px;
    }

    .contact-col.partners-col {
        /*margin-left: 0 !important;
        text-align: center !important;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
        display: flex;*/
    }

    .footer-right {
        text-align: center !important;
        width: 100%;
        margin-top: 20px;
    }

    .hero-mouse {
        margin-top: 5rem;
        display: flex;
        justify-content: center;
    }

    .hamburger span {
        width: 25px;
        height: 1px;
        background: #fff;
    }
}