#producao-page {
    --np-black: #0b0b0b;
    --np-grey: #696969;
    --np-light: #f5f5f5;
    --np-green: #9aca3c;
    --np-red: #ed1c24;
    color: var(--np-black);
    font-family: Inter, Arial, sans-serif;
}

#producao-page *,
#producao-page *::before,
#producao-page *::after {
    box-sizing: border-box;
}

#producao-page .np-shell {
    width: min(calc(100% - 48px), 1216px);
    margin-inline: auto;
}

#producao-page h1,
#producao-page h2,
#producao-page h3,
#producao-page p {
    margin-top: 0;
}

#producao-page .np-intro {
    padding: 42px 0 68px;
    background: #fff;
}

#producao-page .np-intro-grid {
    display: grid;
    grid-template-columns: 592px 552px;
    justify-content: space-between;
    align-items: start;
    gap: 72px;
}

#producao-page .np-intro-copy h1,
#producao-page .np-section-title,
#producao-page .np-quality-copy h2 {
    margin: 0 0 28px !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#producao-page .np-intro-copy p {
    margin-bottom: 17px;
    color: var(--np-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#producao-page .np-intro-copy strong,
#producao-page .np-quality-copy strong {
    color: inherit;
    font-weight: 600;
}

#producao-page .np-more {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 4px;
    color: var(--np-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

#producao-page .np-more-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid var(--np-grey);
    border-radius: 3px;
    color: var(--np-grey);
    font-size: 18px;
    line-height: 1;
}

#producao-page .np-video {
    position: relative;
    height: 310px;
    overflow: hidden;
    border-radius: 15px;
    background: var(--np-black);
}

#producao-page .np-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#producao-page .np-video-shade {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.18);
}

#producao-page .np-play {
    position: relative;
    width: 74px;
    height: 74px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#producao-page .np-play::after {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    content: "";
    transform: translate(-40%, -50%);
}

#producao-page .np-factories {
    padding: 45px 0 64px;
    background: linear-gradient(to bottom, var(--np-light) 0%, #fff 100%);
}

#producao-page .np-section-title {
    margin-bottom: 56px;
    text-align: center;
}

#producao-page .np-factory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 592px));
    gap: 32px;
}

#producao-page .np-factory img {
    display: block;
    width: 100%;
    height: 290px;
    margin-bottom: 34px;
    border-radius: 15px;
    object-fit: cover;
}

#producao-page .np-factory h3 {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

#producao-page .np-factory p {
    min-height: 123px;
    margin-bottom: 30px;
    color: var(--np-grey);
    font-size: 18px;
    line-height: 28px;
}

#producao-page .np-phone {
    display: inline-block;
    margin-top: 12px;
    color: var(--np-red);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#producao-page .np-factory p strong {
    color: var(--np-black);
    font-size: 20px;
    font-weight: 600;
}

#producao-page .np-map-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 16px 32px;
    border-radius: 10px;
    background: var(--np-black);
    color: var(--np-light);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

#producao-page .np-map-button span {
    font-size: 22px;
    font-weight: 400;
}

#producao-page .np-presence {
    padding: 37px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: var(--np-light);
}

#producao-page .np-presence-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
}

#producao-page .np-presence h2 {
    margin: 0;
    color: var(--np-grey);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

#producao-page .np-presence a {
    position: relative;
    display: inline-flex;
    width: 335px;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 28px;
    border-radius: 10px;
    background: #bcd85f;
    color: var(--np-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

#producao-page .np-presence a::before {
    position: absolute;
    top: 50%;
    left: -27px;
    width: 1px;
    height: 70px;
    background: #d0d0d0;
    content: "";
    transform: translateY(-50%);
}

#producao-page .np-quality {
    padding: 70px 0 96px;
    background: #fff;
}

#producao-page .np-quality-row {
    display: grid;
    grid-template-columns: 488px 488px;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 0 104px 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #d0d0d0;
}

#producao-page .np-quality-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#producao-page .np-quality-row--reverse .np-quality-copy {
    order: 2;
}

#producao-page .np-quality-row--reverse img {
    order: 1;
}

#producao-page .np-quality-copy h2 {
    margin-bottom: 30px;
}

#producao-page .np-quality-copy p {
    margin-bottom: 22px;
    color: var(--np-grey);
    font-size: 18px;
    line-height: 28px;
}

#producao-page .np-quality-copy p:last-child {
    margin-bottom: 0;
}

#producao-page .np-quality-row img {
    display: block;
    width: 488px;
    max-width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

#producao-page a {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#producao-page a:hover {
    opacity: 0.82;
}

@media (max-width: 1100px) {
    #producao-page .np-intro-grid,
    #producao-page .np-quality-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px;
    }

    #producao-page .np-quality-row {
        padding-inline: 0;
    }
}

@media (max-width: 760px) {
    #producao-page .np-shell {
        width: min(calc(100% - 40px), 1216px);
    }

    #producao-page .np-intro {
        padding: 30px 0 48px;
    }

    #producao-page .np-intro-grid,
    #producao-page .np-factory-grid,
    #producao-page .np-quality-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #producao-page .np-intro-copy h1,
    #producao-page .np-section-title,
    #producao-page .np-quality-copy h2,
    #producao-page .np-factory h3 {
        font-size: 26px;
        line-height: 32px;
    }

    #producao-page .np-intro-copy p,
    #producao-page .np-factory p,
    #producao-page .np-quality-copy p {
        font-size: 16px;
        line-height: 25px;
    }

    #producao-page .np-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    #producao-page .np-factories {
        padding: 40px 0 52px;
    }

    #producao-page .np-section-title {
        margin-bottom: 36px;
    }

    #producao-page .np-factory + .np-factory {
        margin-top: 20px;
    }

    #producao-page .np-factory img {
        height: auto;
        margin-bottom: 24px;
        aspect-ratio: 592 / 290;
    }

    #producao-page .np-factory p {
        min-height: 0;
        margin-bottom: 24px;
    }

    #producao-page .np-presence-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    #producao-page .np-presence a {
        width: 100%;
    }

    #producao-page .np-presence a::before {
        display: none;
    }

    #producao-page .np-intro-copy h1,
    #producao-page .np-section-title,
    #producao-page .np-quality-copy h2,
    #producao-page .np-presence h2,
    #producao-page .np-factory h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    #producao-page .np-quality {
        padding: 52px 0 64px;
    }

    #producao-page .np-quality-row {
        padding-bottom: 42px;
        margin-bottom: 42px;
    }

    #producao-page .np-quality-row--reverse .np-quality-copy,
    #producao-page .np-quality-row--reverse img {
        order: initial;
    }

    #producao-page .np-quality-row img {
        width: 100%;
        height: auto;
        aspect-ratio: 488 / 350;
    }
}
