/* ===================================================
   SOSTENIBILIDAD PAGE — css/sustain.page-template-sostenibilidad  .css
   Página: Sostenibilidad
   =================================================== */

.page-template-sostenibilidad  .sus-section {
    padding: 35px 0;
    background-color: var(--bg-white);
}

.page-template-sostenibilidad  .sus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-template-sostenibilidad  .sus-image {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.page-template-sostenibilidad  .sus-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-template-sostenibilidad  .sus-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-template-sostenibilidad  .sus-title {
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    color: var(--primary-green);
    text-transform: uppercase;
    line-height: 1.page-template-sostenibilidad  .3;
    margin-bottom: 20px;
}

.page-template-sostenibilidad  .sus-text-lead {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.page-template-sostenibilidad  .6;
    margin-bottom: 24px;
}

.page-template-sostenibilidad  .sus-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.page-template-sostenibilidad  .8;
    margin-bottom: 16px;
}

/* Spacer for the intro so it connects perfectly */
/* .page-template-sostenibilidad  .sus-section-first {
    /* padding-top: 35px; */
/* } */

.page-template-sostenibilidad  .sus-section-alt {
    /* If we want alternate backgrounds later, otherwise white */
    background-color: var(--bg-white);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
    .page-template-sostenibilidad  .sus-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* Make image go first on mobile even if alternate right */
    .page-template-sostenibilidad  .sus-grid > .sus-image {
        order: -1;
    }
}


@media (max-width: 480px) {
    .page-template-sostenibilidad .sus-title {
        font-size: 20px;
    }
}
