/* ==========================================
   NOSOTROS PAGE — 768px
   ========================================== */

@media (max-width: 768px) {

    /* Hero */
    .hero-nosotros .hero-main-title {
        font-size: 2.6rem;
    }

    .hero-nosotros .hero-nav-pills {
        gap: 0.5rem;
    }

    /* Timeline — single column vertical */
    .historia-timeline::before {
        left: 43px;
        transform: none;
    }

    .timeline-item {
        grid-template-columns: 88px 1fr;
        gap: 0 1.25rem;
        margin-bottom: 2rem;
    }

    .timeline-item:nth-child(odd) .timeline-year,
    .timeline-item:nth-child(even) .timeline-year {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        text-align: left;
    }

    .timeline-year {
        width: 76px;
        height: 76px;
        font-size: 0.9rem;
    }

    /* Valores */
    .mision-vision-row {
        grid-template-columns: 1fr;
    }

    /* Equipo */
    .equipo-layout {
        grid-template-columns: 1fr;
    }

    /* Cards */
    .nos-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nos-cards-grid--wide {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Logros */
    .logros-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CTA */
    .nosotros-cta-title {
        font-size: 2.1rem;
    }

}
