/* ── SOBRE LAMA — 360px ── */
@media (max-width: 360px) {

    .sa-hero {
        padding: 1.75rem 0 1.5rem;
    }

    .sa-eyebrow {
        font-size: 0.68rem;
    }

    .sa-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .sa-subtitle {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    /* Stats: 2x2 muy compacto */
    .sa-hero-stats {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .sa-stat {
        padding: 0.75rem 0.6rem;
        border-radius: 10px;
    }

    .sa-stat-num {
        font-size: 1.4rem;
    }

    .sa-stat-lbl {
        font-size: 0.67rem;
        line-height: 1.3;
    }

    /* Cards */
    .sa-content-grid {
        padding: 1.25rem 0;
        gap: 0.75rem;
    }

    .sa-story-card,
    .sa-values-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .sa-story-img-wrap {
        height: 140px;
        border-radius: 8px;
        margin-bottom: 0.85rem;
    }

    .sa-card-title {
        font-size: 1rem;
        margin-bottom: 0.85rem;
        padding-bottom: 0.5rem;
    }

    .sa-body-text {
        font-size: 0.83rem;
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }

    .sa-hl {
        font-size: 0.82rem;
        gap: 0.5rem;
    }

    .sa-highlights {
        gap: 0.45rem;
        padding-top: 0.75rem;
    }

    .sa-values-grid {
        gap: 0.6rem;
    }

    .sa-value {
        padding: 0.6rem 0.7rem;
        border-radius: 9px;
        gap: 0.7rem;
    }

    .sa-v-icon {
        width: 30px;
        height: 30px;
        border-radius: 7px;
    }

    .sa-v-icon i {
        font-size: 0.78rem;
    }

    .sa-v-text strong {
        font-size: 0.82rem;
    }

    .sa-v-text span {
        font-size: 0.7rem;
    }

    /* Timeline */
    .sa-timeline-band {
        padding: 1.5rem 0;
    }

    .sa-timeline-label {
        font-size: 0.7rem;
        margin-bottom: 1.25rem;
    }

    .sa-tl-item {
        gap: 0.6rem;
    }

    .sa-tl-dot {
        width: 9px;
        height: 9px;
    }

    .sa-tl-year {
        font-size: 0.8rem;
        min-width: 40px;
    }

    .sa-tl-desc {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    /* Creds */
    .sa-cred-band {
        padding: 1.5rem 0;
    }

    .sa-cred-title {
        font-size: 0.68rem;
        margin-bottom: 1rem;
    }

    .sa-cred {
        font-size: 0.68rem;
        padding: 0.28rem 0.55rem;
        gap: 0.35rem;
    }

    .sa-ghost { display: none; }
}
