body{
  background-color: #f8adb1;
  font-family: "Outfit", sans-serif;
}

.about-archive-container {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.about-visual-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-logo-large {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    
}

.about-content-box {
    flex: 1;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-main-title {
    font-family: "Outfit", sans-serif;
    font-weight: 550;
    font-size: clamp(2rem, 5vw, 4rem); 
    line-height: 1;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.about-text-body p {
    font-family: "Outfit", sans-serif;
    font-weight: 410;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-list-films {
    margin-top: 30px;
    font-weight: 550 !important;
    border-top: 2px solid #000;
    padding-top: 20px;
}

.back-link-about {
    margin-top: 40px;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    transition: opacity 0.3s;
}

.back-link-about:hover {
    opacity: 0.5;
}

.bh-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: transparent; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.bh-logo-container {
    display: flex;
    align-items: center;
}

.bh-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.bh-logo-img {
    height: 3.7rem;
    width: auto;
    display: block;
}

.bh-nav {
    display: flex;
    gap: 40px;
}

.bh-nav-link {
    text-decoration: none;
    color: #000;
    font-weight: 410; 
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.bh-nav-link:hover, .bh-active {
    opacity: 0.6;
}

.bh-lang-selector {
    font-size: 0.9rem;
    font-weight: 650;
}

/*ajuste para fon*/
@media (max-width: 850px) {
    .about-archive-container {
        flex-direction: column;
        min-height: auto;
    }

    .bh-header {
        padding: 15px 25px;
        position: relative;
    }

    .bh-logo-img {
        height: 2.8rem;
    }

    .bh-nav {
        gap: 20px;
    }

    .about-visual-box {
        min-height: 250px;
        padding: 40px 10%;
        background-color: rgba(0,0,0,0.02);
    }

    .visual-logo-large {
        width: 70%;
        margin: 0 auto;
    }

    .about-content-box {
        padding: 40px 8% 80px 8%;
        text-align: center;
    }

    .about-main-title {
        font-size: 2.5rem;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .about-text-body p {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .about-list-films {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .back-link-about {
        display: block;
        margin-top: 50px;
        border: 1px solid #000; 
        padding: 15px;
        letter-spacing: 1px;
    }
}
