.nosotros-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 96px 56px 72px;
}

.nosotros-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    max-width: 980px;
    min-height: 147px;
}

.nosotros-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #48524C;
    max-width: 720px;
    margin-top: 30px;
}

.nosotros-columns {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 56px 80px;
    border-top: 1px solid rgba(18, 24, 18, 0.10);
}

.columns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.column-eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #15512B;
}

.column-body {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65;
    color: #48524C;
    margin-top: 18px;
    white-space: pre-line;
}

.values-band {
    background: #F4F5F0;
    border-top: 1px solid rgba(18, 24, 18, 0.10);
    border-bottom: 1px solid rgba(18, 24, 18, 0.10);
}

.values-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
}

.values-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin: 16px 0 48px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.value-item {
    border-top: 2px solid rgba(21, 81, 43, 0.5);
    padding-top: 22px;
}

.value-num {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    color: #7C857E;
}

.value-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 10px 0 10px;
}

.value-body {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #5C665E;
}

.team-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
}

.team-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px;
    flex-wrap: wrap;
    gap: 20px;
}

.team-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin-top: 16px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.team-photo {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(18, 24, 18, 0.12);
    background: #F3F8F1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 16px;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.team-name {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.team-role {
    font-weight: 600;
    font-size: 14px;
    color: #15512B;
    margin-top: 3px;
}

.team-bio {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.55;
    color: #5C665E;
    margin-top: 10px;
    white-space: pre-line;
}

.nosotros-cta-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 56px 108px;
}
