.nosotros {
    position: relative;
    overflow-x: clip;
    padding:
        clamp(64px, 9vw, 104px)
        max(var(--page-gutter), calc((100% - var(--page-width)) / 2))
        0;
    color: var(--arme-text);
    background: var(--arme-sistemas-bg);
}

.nosotros__hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    margin-bottom: clamp(80px, 12vw, 140px);
    padding-bottom: 96px;
}

.nosotros__hero-blueprint {
    position: absolute;
    inset: -8% -4% -12%;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, var(--arme-sistemas-blueprint) 1.15px, transparent 1.4px);
    background-size: 20px 20px;
    opacity: 0.9;
    mask-image: radial-gradient(ellipse 75% 70% at 50% 50%, #000 20%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 50%, #000 20%, transparent 78%);
}

.nosotros__hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding-bottom: 8px;
}

.nosotros__eyebrow {
    margin: 0 0 16px;
    color: var(--arme-blue-light);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.nosotros__title {
    margin: 0;
    color: var(--arme-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 0.95;
    text-transform: uppercase;
}

.nosotros__accent {
    display: block;
    width: 56px;
    height: 3px;
    margin: 18px 0 22px;
    background: var(--arme-blue-light);
}

.nosotros__lead {
    margin: 0;
    max-width: 48ch;
    color: var(--arme-text-soft);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.55;
}

.nosotros__hero-media {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--arme-border);
    aspect-ratio: 4 / 3;
    background: var(--arme-surface, rgba(22, 63, 139, 0.04));
}

.nosotros__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nosotros-hero__stats.hero__stats {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(1200px, 100%);
    max-width: none;
    margin: 0 auto;
    padding: 14px 16px;
    border: 1px solid var(--arme-stats-border);
    border-radius: 12px;
    background: var(--arme-stats-bg);
    box-shadow: var(--arme-stats-shadow);
    opacity: 0.92;
}

.nosotros-hero__stats .stat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 2px 12px;
}

.nosotros-hero__stats .stat__label {
    white-space: normal;
}

.nosotros__mission {
    margin-bottom: clamp(80px, 12vw, 140px);
}

.nosotros__mission-head {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.nosotros__mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}

.nosotros__section-title {
    margin: 0;
    color: var(--arme-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.85rem, 3.4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.nosotros__section-title--center {
    flex: 0 1 auto;
    text-align: center;
}

.nosotros__rule {
    display: block;
    width: 44px;
    height: 2px;
    margin: 16px 0 0;
    background: var(--arme-blue-light);
}

.nosotros__rule--left {
    margin-left: 0;
}

.nosotros__mission-media {
    overflow: hidden;
    border: 1px solid var(--arme-border);
    aspect-ratio: 16 / 10;
    background: var(--arme-surface, rgba(22, 63, 139, 0.04));
}

.nosotros__mission-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nosotros__mission-body {
    display: grid;
    gap: 20px;
    padding-top: 4px;
}

.nosotros__text {
    margin: 0;
    max-width: 58ch;
    color: var(--arme-text-soft);
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.7;
}

.nosotros__text strong {
    color: var(--arme-blue-light);
    font-weight: 700;
}

.nosotros__section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 28px);
    margin-bottom: clamp(36px, 5vw, 56px);
}

.nosotros__section-line {
    flex: 1 1 auto;
    height: 1px;
    background: var(--arme-border);
}

.nosotros__pillars {
    margin-bottom: clamp(80px, 12vw, 140px);
}

.nosotros__pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.nosotros__pillar {
    padding: 28px 22px 30px;
    border: 1px solid var(--arme-border);
    background: var(--arme-stats-bg);
}

.nosotros__pillar-icon {
    display: block;
    margin-bottom: 18px;
    color: var(--arme-blue-light);
    font-size: 28px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
    line-height: 1;
}

.nosotros__pillar-title {
    margin: 0 0 12px;
    color: var(--arme-text);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.nosotros__pillar-text {
    margin: 0;
    color: var(--arme-text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
}

.nosotros__why {
    margin-bottom: clamp(80px, 12vw, 140px);
}

.nosotros__why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.nosotros__why-item {
    display: grid;
    gap: 14px;
    justify-items: center;
    padding: clamp(28px, 3vw, 40px) 18px;
    border: 1px solid var(--arme-border);
    background: var(--arme-stats-bg);
    text-align: center;
}

.nosotros__why-icon {
    color: var(--arme-blue-light);
    font-size: 32px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
    line-height: 1;
}

.nosotros__why-label {
    margin: 0;
    max-width: 18ch;
    color: var(--arme-text);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
}

.nosotros__numbers {
    margin-bottom: clamp(72px, 10vw, 120px);
}

.nosotros__numbers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nosotros__number {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: clamp(28px, 3vw, 40px) 20px;
    border: 1px solid var(--arme-border);
    background: var(--arme-stats-bg);
}

.nosotros__number-value {
    margin: 0;
    color: var(--arme-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.nosotros__number-label {
    margin: 0;
    max-width: 28ch;
    color: var(--arme-text-soft);
    font-size: 0.86rem;
    line-height: 1.45;
}

/* CTA sits inside .nosotros — pull full width like Naves / Sistemas */
.nosotros .sistemas__cta {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
}

@media (max-width: 1100px) {
    .nosotros__pillars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .nosotros__hero,
    .nosotros__mission-grid {
        grid-template-columns: 1fr;
    }

    .nosotros__hero {
        padding-bottom: 88px;
    }

    .nosotros__hero-media {
        order: -1;
        min-height: 280px;
        max-height: 420px;
        aspect-ratio: 16 / 10;
    }

    .nosotros__why-grid,
    .nosotros__numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nosotros .nosotros-hero__stats.hero__stats {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
    }
}

@media (max-width: 560px) {
    .nosotros {
        padding-inline: 16px;
    }

    .nosotros__hero {
        padding-bottom: 20px;
    }

    .nosotros__pillars-grid,
    .nosotros__why-grid,
    .nosotros__numbers-grid {
        grid-template-columns: 1fr;
    }

    .nosotros .nosotros-hero__stats.hero__stats {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 8px;
        grid-template-columns: 1fr;
        padding: 10px 12px;
    }

    .nosotros-hero__stats .stat:not(:last-child)::after {
        display: none;
    }

    .nosotros-hero__stats .stat {
        padding-right: 0;
    }

    .nosotros .sistemas__cta-button {
        width: 100%;
        justify-content: center;
    }
}
