.ecran-page {
    background-color: #f7f3f0;
}

.ecran-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2850 / 1250;
    padding: 4% 4% 0 4%;
    box-sizing: border-box;
    overflow: hidden;
}

.ecran-hero-left {
    max-width: 700px;
    margin-left: 2%;
}

.ecran-hero-title {
    margin: 0;
    color: #882f1c;
    font-weight: 400;
    font-size: clamp(3.93rem, 8.42vw, 9.52rem);
    line-height: 1;
}

.ecran-hero-dash {
    width: clamp(40px, 2.1vw, 90px);
    height: 2px;
    background-color: #882f1c;
    margin: 24px 0;
}

.ecran-hero-text {
    max-width: 520px;
    margin: 0 0 20px 0;
    color: #00132a;
    font-size: clamp(0.69rem, 1.47vw, 1.67rem);
    line-height: 1.5;
}

.ecran-hero-text:last-of-type {
    margin-bottom: 30px;
}

.ecran-hero-status {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #882f1c;
}

.ecran-hero-status i {
    font-size: clamp(0.83rem, 1.76vw, 2rem);
    margin-top: 0.2em;
}

.ecran-hero-status-label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(0.43rem, 0.91vw, 1.03rem);
}

.ecran-hero-status-sublabel {
    margin: 0;
    font-weight: 400;
    font-size: clamp(0.43rem, 0.91vw, 1.03rem);
}

.ecran-hero-mobile-photo {
    display: none;
}

.ecran-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.ecran-projects {
    border: 1px solid #e3e2dd;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 60px;
}

.ecran-projects-title {
    margin: 0 0 24px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2dd;
    text-align: center;
    text-transform: uppercase;
    color: #00132a;
    font-weight: 700;
    font-size: 2rem;
}

.ecran-projects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.ecran-project {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ecran-project:last-child {
    padding-left: 40px;
    border-left: 1px solid #e3e2dd;
}

.ecran-project-cover {
    flex-shrink: 0;
    width: 186px;
    height: auto;
}

.ecran-project-title {
    margin: 0 0 6px 0;
    text-transform: uppercase;
    color: #00132a;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
}

.ecran-project-genre {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    color: #882f1c;
    font-weight: 700;
    font-size: 1.17rem;
}

.ecran-project-text {
    margin: 0;
    color: #292317;
    font-weight: 300;
    font-size: 1.07rem;
    line-height: 1.5;
}

.ecran-section-title {
    margin: 0;
    text-transform: uppercase;
    color: #00132a;
    font-weight: 700;
    font-size: 1.57rem;
}

.ecran-section-dash {
    width: 60px;
    height: 2px;
    background-color: #882f1c;
    margin: 16px 0 24px 0;
}

.ecran-team {
    margin-bottom: 60px;
}

.ecran-team-member {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ecran-team-member:not(:last-child) {
    margin-bottom: 40px;
}

.ecran-team-photo-container {
    flex-shrink: 0;
    width: 140px;
    text-align: center;
}

.ecran-team-photo {
    display: block;
    width: 140px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ecran-team-name {
    margin: 0;
    text-transform: uppercase;
    color: #882f1c;
    font-weight: 700;
    font-size: 0.9rem;
}

.ecran-team-text {
    margin: 0;
    color: #292317;
    font-weight: 300;
    font-size: 1.07rem;
    line-height: 1.5;
}

.ecran-footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.ecran-producers {
    padding-left: 40px;
    border-left: 1px solid #e3e2dd;
}

.ecran-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ecran-vision-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 2px solid #882f1c;
    border-radius: 50%;
    margin-bottom: 16px;
    color: #882f1c;
    font-size: 1.3rem;
}

.ecran-vision-title {
    margin: 0 0 8px 0;
    color: #00132a;
    font-weight: 700;
    font-size: 1.07rem;
}

.ecran-vision-text {
    margin: 0;
    color: #292317;
    font-weight: 300;
    font-size: 0.97rem;
    line-height: 1.4;
}

.ecran-producers-text {
    margin: 0 0 16px 0;
    color: #292317;
    font-weight: 300;
    font-size: 1.07rem;
    line-height: 1.5;
}

.ecran-producers-contact {
    margin: 0;
    color: #292317;
    font-size: 1.07rem;
}

.ecran-producers-contact a {
    color: #882f1c;
    text-decoration: none;
}

.ecran-producers-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 1049px) {
    .ecran-content {
        padding: 30px 20px;
    }

    .ecran-projects {
        padding: 20px;
        margin-bottom: 40px;
    }

    .ecran-projects-title {
        font-size: 1.6rem;
    }

    .ecran-projects-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ecran-project {
        flex-direction: column;
    }

    .ecran-project-cover {
        width: 100%;
        max-width: 220px;
    }

    .ecran-project:last-child {
        padding-left: 0;
        padding-top: 24px;
        border-left: none;
        border-top: 1px solid #e3e2dd;
    }

    .ecran-project-title {
        font-size: 1.4rem;
    }

    .ecran-project-genre {
        font-size: 0.9rem;
    }

    .ecran-project-text {
        font-size: 0.9rem;
    }

    .ecran-section-title {
        font-size: 1.3rem;
    }

    .ecran-team {
        margin-bottom: 40px;
    }

    .ecran-team-member {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ecran-team-text {
        font-size: 0.9rem;
        text-align: left;
    }

    .ecran-footer-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ecran-producers {
        padding-left: 0;
        padding-top: 30px;
        border-left: none;
        border-top: 1px solid #e3e2dd;
    }

    .ecran-vision-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ecran-producers-text,
    .ecran-producers-contact {
        font-size: 0.9rem;
    }

    .ecran-hero {
        flex-direction: column;
        background-image: none !important;
        background-color: #f7f3f0;
        aspect-ratio: unset;
        padding: 30px 20px 0 20px;
    }

    .ecran-hero-left {
        max-width: 100%;
    }

    .ecran-hero-title {
        font-size: 2.8rem;
    }

    .ecran-hero-text {
        font-size: 0.9rem;
    }

    .ecran-hero-status-label,
    .ecran-hero-status-sublabel {
        font-size: 0.8rem;
    }

    .ecran-hero-mobile-photo {
        display: block;
        width: 100%;
        aspect-ratio: 8 / 5;
        background-size: auto 100%;
        background-position: right center;
        background-repeat: no-repeat;
        border-radius: 8px;
        margin-top: 20px;
    }
}
