/* ============================================================
   About Page
   ============================================================ */

.page-about_wip .about-content-width {
    box-sizing: border-box;
    padding-right: 16px;
}

@media screen and (max-width: 639px) {
    .page-about_wip .about-content-width {
        padding-right: 0;
    }
}

/* Quote - alinhado à esquerda, tamanho correcto */
.page-about .about-quote p,
.page-about .about-quote p strong {
    font-family: 'Graphik', sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.015em !important;
    font-weight: 400 !important;
    text-align: left !important;
}

/* Banner - preenche a coluna toda sem margem */
.page-about .about-banner-wrapper {
    width: 100%;
    aspect-ratio: 830 / 573;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: -16px;
    width: calc(100% + 16px);
}
.page-about .about-banner-wrapper .about-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Intro paragraph */
.page-about .about-intro p {
    font-family: 'Graphik', sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: -0.015em !important;
    font-weight: 400 !important;
}

/* Pilares - pic-wrapper override do global max-height: 30vw */
#about-section #right-side > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}
#about-section #right-side .pic-wrapper {
    max-height: initial !important;
    aspect-ratio: 1 / 1.3 !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}
#about-section #right-side .pic-wrapper img {
    opacity: 1 !important;
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    object-position: center !important;
}

/* Pilares - título e descrição */
#about-section .value {
    font-family: 'Graphik-medium', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: -0.015em !important;
    display: block !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}
#about-section .description,
#about-section .description p {
    font-family: 'Graphik', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: -0.015em !important;
}

/* Network */
.page-about .network-label {
    font-family: 'Graphik-medium', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: -0.015em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
}
.page-about .network-paragraph p,
.page-about .network-paragraph a {
    font-family: 'Graphik', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: -0.015em !important;
}
.page-about .network-paragraph a {
    text-decoration: underline !important;
}
/* Pilares - força wrap nas colunas */
#about-section #right-side div.row {
    flex-wrap: wrap !important;
}
.page-about_wip #about-end-section .name {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 0 !important;
}
.page-about_wip #about-end-section .role {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 0 !important;
}
.page-about_wip #about-end-section .role p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
#about-end-section .role p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#about-quote-section .right-side {
    margin-top: 0 !important;
}
#about-quote-section .right-side {
    margin-top: 40px !important;
}
#about-quote-section .large-3 {
    padding-top: 0 !important;
}
.page-about_wip #staff-section .right-side.about-content-width {
    box-sizing: border-box !important;
    width: calc(75% - 32px) !important;
    max-width: calc(75% - 32px) !important;
    flex: 0 0 calc(75% - 32px) !important;
    margin-right: auto !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 1023px) {
    .page-about_wip #staff-section .right-side.about-content-width {
        width: calc(75% - 16px) !important;
        max-width: calc(75% - 16px) !important;
        flex: 0 0 calc(75% - 16px) !important;
    }
}

@media screen and (max-width: 639px) {
    .page-about_wip #staff-section .right-side.about-content-width {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
.page-about_wip #staff-section .name {
    margin-bottom: 4px !important;
}

.page-about_wip #staff-section .role,
.page-about_wip #staff-section .role p {
    margin-top: 0 !important;
}
.page-about_wip .about-quote-block {
    margin-top: 40px !important;
}