/* Cuerpo Tecnico */
.staff-hero {
    position: relative;
    overflow: hidden;
    min-height: 74vh;
    padding: clamp(68px, 7vw, 92px) clamp(22px, 6vw, 80px);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.78) 48%, rgba(20, 8, 3, 0.98) 100%),
        radial-gradient(circle at 72% 34%, rgba(232, 90, 12, 0.2), transparent 36%),
        #050505;
}

.staff-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -64deg,
        transparent 0,
        transparent 30px,
        rgba(255, 255, 255, 0.022) 31px,
        transparent 32px
    );
    pointer-events: none;
}

.staff-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5vw;
    width: 190px;
    height: 100%;
    border-left: 3px solid rgba(232, 90, 12, 0.55);
    border-right: 3px solid rgba(232, 90, 12, 0.28);
    transform: skewX(-16deg);
    opacity: 0.55;
    pointer-events: none;
}

.staff-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.55fr);
    gap: clamp(30px, 5vw, 66px);
    align-items: center;
}

.staff-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.staff-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--orange);
}

.staff-hero h1 {
    color: #fff;
    font-size: clamp(4.2rem, 10vw, 8rem);
    line-height: 0.84;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.staff-hero h1 span {
    color: var(--orange);
    display: block;
}

.staff-hero-copy {
    color: rgba(255, 255, 255, 0.78);
    max-width: 500px;
    font-size: 0.98rem;
    line-height: 1.82;
    margin: 0 0 38px;
}

.staff-signature {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 0.9;
}

.staff-signature span {
    color: var(--orange);
    display: block;
    transform: translateX(44px) rotate(-3deg);
}

.staff-board {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.staff-member {
    min-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    padding: 18px 16px;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #1b1b1b 0%, #090909 72%);
    border: 1px solid rgba(232, 90, 12, 0.42);
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.34);
    isolation: isolate;
}

.staff-member::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 22%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.9) 100%),
        radial-gradient(circle at 50% 18%, transparent 0, rgba(0, 0, 0, 0.42) 82%);
    z-index: 1;
    pointer-events: none;
}

.staff-member::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 62px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232, 90, 12, 0.8), transparent);
    z-index: 2;
}

.staff-member.is-director {
    grid-column: 2 / span 2;
    grid-row: 1;
    align-self: start;
    min-height: 300px;
    padding: 24px;
    border-color: rgba(232, 90, 12, 0.85);
    background:
        radial-gradient(circle at 50% 24%, rgba(232, 90, 12, 0.2), transparent 36%),
        linear-gradient(180deg, #222 0%, #080808 74%);
}

.staff-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    transition: transform 360ms ease, filter 360ms ease;
}

.staff-member:hover .staff-photo {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.04);
}

.staff-member.is-director .staff-photo {
    object-position: center 0%;
}

.staff-name {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.staff-member.is-director .staff-name {
    font-size: clamp(1.8rem, 3.3vw, 2.7rem);
}

.staff-role {
    position: relative;
    z-index: 3;
    color: var(--orange);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.staff-role small {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.62rem;
    letter-spacing: 1.2px;
    margin-top: 4px;
}

.staff-pillars {
    background: #050505;
    border-top: 1px solid rgba(232, 90, 12, 0.45);
    border-bottom: 1px solid rgba(232, 90, 12, 0.28);
    padding: 0 clamp(22px, 6vw, 80px);
}

.staff-pillars-grid {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staff-pillar {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 26px clamp(18px, 3vw, 34px);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.staff-pillar:last-child {
    border-right: 0;
}

.staff-pillar-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--orange);
    border: 1px solid rgba(232, 90, 12, 0.55);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
}

.staff-pillar h3 {
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.staff-pillar p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.55;
    margin: 0;
}

.staff-section {
    padding: clamp(64px, 7vw, 92px) clamp(22px, 6vw, 80px);
}

.staff-section-inner {
    max-width: 1220px;
    margin: 0 auto;
}

.staff-split {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 5vw, 62px);
    align-items: center;
}

.staff-section h2 {
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.staff-section h2 span {
    color: var(--orange);
    display: block;
}

.staff-section p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.82;
    margin: 0 0 16px;
}

.staff-huddle {
    min-height: 420px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 34%, rgba(232, 90, 12, 0.18), transparent 36%),
        linear-gradient(145deg, #1a1a1a, #070707);
    border: 1px solid rgba(232, 90, 12, 0.34);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.staff-huddle::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.72)),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 34px);
}

.staff-huddle-logo {
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 150px;
    opacity: 0.13;
}

.staff-huddle-label {
    position: absolute;
    left: 26px;
    bottom: 24px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.staff-huddle-label span {
    color: var(--orange);
    display: block;
}

.staff-stats {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(232, 90, 12, 0.32);
    background: #090909;
}

.staff-stat {
    min-height: 106px;
    padding: 20px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.staff-stat:last-child {
    border-right: 0;
}

.staff-stat strong {
    display: block;
    color: var(--orange);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 0.9;
}

.staff-stat span {
    display: block;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 1.35;
    text-transform: uppercase;
}

.staff-route {
    background:
        radial-gradient(circle at 50% 0%, rgba(232, 90, 12, 0.16), transparent 26%),
        #050505;
    text-align: center;
}

.staff-route h2 {
    margin-left: auto;
    margin-right: auto;
}

.staff-route h2 span {
    display: inline;
}

.staff-route-sub {
    max-width: 680px;
    margin: -10px auto 34px;
    color: rgba(255, 255, 255, 0.72);
}

.staff-route-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.staff-route-step {
    position: relative;
    padding: 28px 18px 22px;
    background: #0c0c0c;
    border: 1px solid rgba(232, 90, 12, 0.34);
}

.staff-route-step::before {
    content: attr(data-step);
    position: absolute;
    top: -13px;
    left: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    transform: translateX(-50%);
}

.staff-route-icon {
    color: var(--orange);
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 14px;
}

.staff-route-step h3 {
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.staff-route-step p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
    margin: 0;
}

.staff-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    background:
        linear-gradient(135deg, #b94408 0%, var(--orange) 54%, #d85b0c 100%);
    padding: clamp(30px, 5vw, 48px) clamp(22px, 6vw, 80px);
}

.staff-final blockquote {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.3rem, 3vw, 2.15rem);
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.18;
    text-transform: uppercase;
}

.staff-final-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.staff-final-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    color: #fff;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.staff-final img {
    width: 92px;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.38));
}

@media (max-width: 980px) {
    .staff-hero-inner,
    .staff-split {
        grid-template-columns: 1fr;
    }

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

    .staff-member.is-director {
        grid-column: span 2;
        grid-row: auto;
    }

    .staff-pillars-grid,
    .staff-stats,
    .staff-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .staff-pillar:nth-child(2) {
        border-right: 0;
    }

    .staff-final {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .staff-hero {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 58px;
    }

    .staff-hero h1 {
        font-size: clamp(4rem, 20vw, 5.6rem);
    }

    .staff-board,
    .staff-pillars-grid,
    .staff-stats,
    .staff-route-grid {
        grid-template-columns: 1fr;
    }

    .staff-member.is-director {
        grid-column: span 1;
        grid-row: auto;
        min-height: 250px;
    }

    .staff-pillar,
    .staff-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .staff-pillar:last-child,
    .staff-stat:last-child {
        border-bottom: 0;
    }

    .staff-huddle {
        min-height: 300px;
    }

    .staff-final-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}
