/* Source block 1: template/cms/inquiry/staff.html */
.staff-page {
        --staff-blue: var(--primary-color, #0b74de);
        --staff-deep: #071426;
        --staff-ink: #111827;
        --staff-muted: #64748b;
        --staff-line: rgba(15, 23, 42, .09);
        --staff-warm: #f59e0b;
        min-height: 100vh;
        overflow-x: hidden;
        color: var(--staff-ink);
        background:
            radial-gradient(circle at 8% 4%, rgba(11,116,222,.16), transparent 30rem),
            radial-gradient(circle at 90% 8%, rgba(245,158,11,.12), transparent 28rem),
            linear-gradient(180deg, #f7fbff 0%, #f4f7fb 44%, #fff 100%);
    }

    .staff-hero {
        position: relative;
        padding: 118px 0 78px;
        overflow: hidden;
        border-bottom: 1px solid rgba(15, 23, 42, .06);
    }
    .staff-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px);
        background-size: 44px 44px;
        -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 78%);
        mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 78%);
        pointer-events: none;
    }
    .staff-hero::after {
        content: '';
        position: absolute;
        width: 620px;
        height: 620px;
        right: -220px;
        bottom: -360px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(11,116,222,.14), transparent 66%);
        pointer-events: none;
    }
    .staff-hero.has-banner .staff-banner-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .16;
        filter: saturate(.9);
    }
    .staff-hero-inner {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
        gap: 58px;
        align-items: center;
    }
    .staff-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 22px;
        color: var(--staff-blue);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .32em;
        text-transform: uppercase;
    }
    .staff-kicker::before {
        content: '';
        width: 58px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--staff-blue), #71c2ff);
        box-shadow: 0 0 24px rgba(11,116,222,.32);
    }
    .staff-hero h1 {
        margin: 0;
        color: #081120;
        font-size: clamp(3.1rem, 6.4vw, 6rem);
        line-height: .88;
        font-weight: 950;
        letter-spacing: -.04em;
    }
    .staff-hero-desc {
        max-width: 620px;
        margin: 24px 0 0;
        color: var(--staff-muted);
        font-size: 16px;
        line-height: 1.9;
        font-weight: 500;
    }
    .staff-hero-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 30px;
    }
    .staff-stat-pill {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        border: 1px solid rgba(11,116,222,.15);
        border-radius: 999px;
        color: #31506d;
        background: rgba(255,255,255,.72);
        box-shadow: 0 18px 44px rgba(15,23,42,.08);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        font-weight: 800;
    }
    .staff-stat-pill strong {
        color: var(--staff-blue);
        font-size: 26px;
        font-weight: 950;
        line-height: 1;
        font-variant-numeric: tabular-nums;
    }
    .staff-hero-board {
        position: relative;
        min-height: 360px;
    }
    .staff-hero-card {
        position: absolute;
        overflow: hidden;
        border-radius: 30px;
        background: #fff;
        border: 1px solid rgba(255,255,255,.78);
        box-shadow: 0 30px 90px rgba(15,23,42,.16);
    }
    .staff-hero-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center 20%;
    }
    .staff-hero-card.main {
        left: 0;
        top: 22px;
        width: 57%;
        height: 315px;
        z-index: 3;
    }
    .staff-hero-card.side-a {
        right: 0;
        top: 0;
        width: 42%;
        height: 158px;
        border-radius: 24px;
        z-index: 2;
    }
    .staff-hero-card.side-b {
        right: 5%;
        bottom: 0;
        width: 48%;
        height: 174px;
        border-radius: 24px;
        z-index: 4;
    }
    .staff-hero-note {
        position: absolute;
        left: 46%;
        bottom: 24px;
        z-index: 5;
        width: 132px;
        height: 132px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(145deg, var(--staff-blue), #0ea5e9);
        box-shadow: 0 26px 54px rgba(11,116,222,.28);
        text-align: center;
        font-weight: 900;
    }
    .staff-hero-note span {
        display: block;
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        opacity: .76;
    }
    .staff-hero-note strong {
        display: block;
        font-size: 34px;
        line-height: 1.05;
    }

    .staff-main {
        position: relative;
        padding: 34px 0 92px;
    }
    .staff-shell {
        position: relative;
        background: rgba(255,255,255,.86);
        border: 1px solid var(--staff-line);
        border-radius: 36px;
        padding: 24px;
        box-shadow: 0 30px 88px rgba(15,23,42,.08);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }
    .staff-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 20px;
        align-items: center;
        padding: 2px 4px 24px;
    }
    .staff-crumb {
        min-width: 0;
        color: #8a9bb2;
        font-size: 13px;
        font-weight: 700;
    }
    .staff-crumb a {
        color: #8a9bb2;
        text-decoration: none;
    }
    .staff-crumb a:hover { color: var(--staff-blue); }
    .staff-crumb .sep { margin: 0 8px; color: #c4cfdd; }
    .staff-controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        flex-wrap: wrap;
    }
    .staff-tabs {
        display: flex;
        gap: 8px;
        padding: 6px;
        border: 1px solid rgba(15,23,42,.08);
        border-radius: 999px;
        background: #f8fafc;
    }
    .staff-tab {
        border: 0;
        cursor: pointer;
        padding: 9px 18px;
        border-radius: 999px;
        background: transparent;
        color: #53657b;
        font-size: 13px;
        font-weight: 900;
        transition: .22s ease;
    }
    .staff-tab:hover { color: var(--staff-blue); }
    .staff-tab.active {
        color: #fff;
        background: var(--staff-blue);
        box-shadow: 0 14px 26px rgba(11,116,222,.24);
    }
    .staff-search {
        position: relative;
        min-width: 250px;
    }
    .staff-search i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #9aa8ba;
    }
    .staff-search input {
        width: 100%;
        height: 44px;
        padding: 0 18px 0 42px;
        border: 1px solid rgba(15,23,42,.1);
        border-radius: 999px;
        outline: none;
        color: var(--staff-ink);
        background: #fff;
        font-size: 13px;
        transition: .2s ease;
    }
    .staff-search input:focus {
        border-color: rgba(11,116,222,.35);
        box-shadow: 0 0 0 4px rgba(11,116,222,.09);
    }
    .staff-count {
        color: #8a9bb2;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .staff-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }
    .staff-member-card {
        position: relative;
        aspect-ratio: 1.08 / 1;
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid rgba(15,23,42,.07);
        background: #e9eef5;
        cursor: pointer;
        box-shadow: 0 18px 42px rgba(15,23,42,.08);
        opacity: 0;
        transform: translateY(16px);
        animation: staffCardIn .54s cubic-bezier(.16,1,.3,1) forwards;
    }
    @keyframes staffCardIn {
        to { opacity: 1; transform: translateY(0); }
    }
    .staff-member-card.hidden { display: none; }
    .staff-member-card[role="button"]:focus-visible {
        outline: 3px solid var(--staff-gold);
        outline-offset: 4px;
    }
    .staff-member-card img {
        width: 100%;
        height: 100%;
        height: 100%;
        min-height: 0;
        display: block;
        object-fit: cover;
        object-position: center 20%;
        transition: transform .65s cubic-bezier(.16,1,.3,1), filter .3s ease;
    }
    .staff-member-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 38%, rgba(7,20,38,.80));
        opacity: .92;
	    z-index: 1;
    }
	.staff-member-card .ky-media-missing {
	    position: absolute;
	    inset: 0;
	    z-index: 2;
	    display: grid;
	    place-content: center;
	    gap: 6px;
	    padding: 24px;
	    text-align: center;
	    color: rgba(255,255,255,.72);
	    background: #142233;
	}
	.staff-member-card .ky-media-missing strong { color: #fff; font-size: 16px; }
	.staff-member-card .ky-media-missing span { font-size: 11px; text-transform: uppercase; }
	.staff-member-card[data-media-status="ready"] .ky-media-missing { display: none; }
	.staff-member-card[data-media-status="missing"] .staff-open { display: none; }
    .staff-member-card:hover img {
        transform: scale(1.055);
        filter: saturate(1.04);
    }
    .staff-card-info {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 17px;
        z-index: 2;
        color: #fff;
    }
    .staff-card-info h3 {
        margin: 0 0 6px;
        color: #fff;
        font-size: 18px;
        font-weight: 950;
        letter-spacing: -.02em;
    }
    .staff-card-info p {
        margin: 0;
        color: rgba(255,255,255,.72);
        font-size: 12px;
        line-height: 1.45;
    }
    .staff-dept {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.14);
        color: rgba(255,255,255,.82);
        font-size: 11px;
        font-weight: 800;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .staff-open {
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 3;
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--staff-blue);
        background: rgba(255,255,255,.92);
        opacity: 0;
        transform: scale(.88);
        transition: .24s ease;
    }
    .staff-member-card:hover .staff-open {
        opacity: 1;
        transform: scale(1);
    }
    .staff-no-results {
        display: none;
        grid-column: 1 / -1;
        padding: 62px 20px;
        text-align: center;
        color: var(--staff-muted);
        border: 1px dashed rgba(15,23,42,.14);
        border-radius: 24px;
        background: #f8fafc;
    }
    .staff-no-results.show { display: block; }
    .staff-empty {
        padding: 42px 0 90px;
    }
    .staff-empty-card {
        max-width: 460px;
        margin: 0 auto;
        padding: 54px 38px;
        text-align: center;
        border: 1px solid var(--staff-line);
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 28px 76px rgba(15,23,42,.08);
    }
    .staff-empty-icon {
        width: 92px;
        height: 92px;
        margin: 0 auto 22px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--staff-blue);
        background: #eff6ff;
    }
    .staff-empty-icon svg { width: 42px; height: 42px; }
    .staff-empty-card h3 {
        margin: 0 0 10px;
        color: var(--staff-ink);
        font-size: 22px;
        font-weight: 950;
    }
    .staff-empty-card p {
        margin: 0 0 24px;
        color: var(--staff-muted);
        line-height: 1.8;
    }
    .staff-empty-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 999px;
        color: #fff;
        background: var(--staff-blue);
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 16px 34px rgba(11,116,222,.24);
    }
    .staff-empty-cta:hover { color: #fff; transform: translateY(-2px); }

    .staff-lightbox {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 56px 78px;
        background:
            radial-gradient(circle at 18% 20%, rgba(11,116,222,.18), transparent 32rem),
            rgba(6,14,28,.88);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        opacity: 0;
        transition: opacity .24s ease;
    }
    .staff-lightbox.show {
        display: flex;
        opacity: 1;
    }
    .staff-lb-content {
        position: relative;
        display: grid;
        justify-items: center;
        gap: 16px;
        max-width: 92vw;
    }
    .staff-lb-content img {
        max-width: 82vw;
        max-height: 78vh;
        object-fit: contain;
        border-radius: 22px;
        box-shadow: 0 34px 92px rgba(0,0,0,.42);
        background: rgba(255,255,255,.05);
    }
    .staff-lb-info {
        text-align: center;
        color: #fff;
    }
    .staff-lb-name {
        margin: 0 0 4px;
        color: #fff;
        font-size: 22px;
        font-weight: 950;
    }
    .staff-lb-title {
        margin: 0;
        color: rgba(255,255,255,.68);
        font-size: 14px;
    }
    .staff-lb-close,
    .staff-lb-nav {
        border: 1px solid rgba(255,255,255,.16);
        cursor: pointer;
        color: #fff;
        background: rgba(255,255,255,.12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transition: .2s ease;
    }
    .staff-lb-close:hover,
    .staff-lb-nav:hover { background: rgba(255,255,255,.22); }
    .staff-lb-close {
        position: fixed;
        top: 26px;
        right: 28px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        font-size: 20px;
    }
    .staff-lb-nav {
        position: fixed;
        top: 50%;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        transform: translateY(-50%);
        font-size: 22px;
    }
    .staff-lb-prev { left: 28px; }
    .staff-lb-next { right: 28px; }

    @media (max-width: 1200px) {
        .staff-hero-inner { grid-template-columns: 1fr; }
        .staff-hero-board { max-width: 620px; }
        .staff-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 992px) {
        .staff-hero { padding: 96px 0 58px; }
        .staff-toolbar { grid-template-columns: 1fr; }
        .staff-controls { justify-content: flex-start; }
        .staff-search { min-width: min(100%, 320px); }
        .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 576px) {
        .staff-hero { padding: 78px 0 42px; }
        .staff-hero h1 { font-size: 3rem; }
        .staff-hero-board { min-height: 270px; }
        .staff-hero-card.main { height: 240px; }
        .staff-hero-card.side-a,
        .staff-hero-card.side-b { display: none; }
        .staff-hero-note { right: 10px; left: auto; width: 96px; height: 96px; }
        .staff-shell { padding: 14px; border-radius: 24px; }
        .staff-controls { display: grid; grid-template-columns: 1fr; }
        .staff-tabs { overflow-x: auto; border-radius: 18px; }
        .staff-grid { grid-template-columns: 1fr; }
        .staff-lightbox { padding: 54px 18px; }
        .staff-lb-nav { width: 44px; height: 44px; }
        .staff-lb-prev { left: 12px; }
        .staff-lb-next { right: 12px; }
    }

/* Source block 2: template/cms/inquiry/staff.html */
.staff-page {
        --staff-deep: #07111c;
        --staff-ink: var(--ky-white);
        --staff-muted: rgba(219,231,245,.74);
        --staff-blue: #0b56a8;
        --staff-gold: #d8a13a;
        --staff-line: rgba(219,231,245,.16);
        background: var(--ky-ink);
        color: var(--staff-ink);
        overflow: hidden;
    }
    .staff-page *,
    .staff-page *::before,
    .staff-page *::after {
        box-sizing: border-box;
    }
    .staff-page .container {
        width: min(100% - 144px, 1720px);
        max-width: none;
    }
    .staff-hero {
        position: relative;
        min-height: 560px;
        display: flex;
        align-items: flex-end;
        padding: 0;
        overflow: hidden;
        color: #fff;
        isolation: isolate;
        background:
            linear-gradient(102deg, rgba(5,12,20,.96) 0%, rgba(5,12,20,.78) 46%, rgba(7,39,79,.28) 100%),
            url('/template/cms/inquiry/images/campaign/factory-floor.jpg') center/cover no-repeat;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .staff-hero::before {
        display: none;
    }
    .staff-hero::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 42%;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(7,17,28,0), #07111c);
        z-index: -1;
    }
    .staff-hero.has-banner .staff-banner-bg {
        opacity: .34;
        filter: saturate(1.05) contrast(1.08);
    }
    .staff-hero-inner {
        display: grid;
        grid-template-columns: minmax(0, .66fr) minmax(340px, .34fr);
        gap: clamp(28px, 4vw, 54px);
        align-items: end;
        padding: 118px 0 72px;
    }
    .staff-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 18px;
        color: rgba(255,255,255,.82);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }
    .staff-kicker::before {
        width: 38px;
        height: 3px;
        border-radius: 0;
        background: var(--staff-gold);
        box-shadow: none;
    }
    .staff-hero h1 {
        max-width: 900px;
        margin: 0;
        color: #fff;
        font-size: clamp(44px, 6vw, 84px);
        line-height: .98;
        font-weight: 950;
        letter-spacing: -0.03em;
        text-wrap: balance;
    }
    .staff-hero-desc {
        max-width: 760px;
        margin: 22px 0 0;
        color: rgba(255,255,255,.78);
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
    }
    .staff-hero-meta {
        gap: 12px;
        margin-top: 28px;
    }
    .staff-stat-pill {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 0 16px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 8px;
        color: rgba(255,255,255,.78);
        background: rgba(5,12,20,.58);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        font-size: 13px;
        font-weight: 850;
    }
    .staff-stat-pill strong {
        color: var(--staff-gold);
        font-size: 26px;
        font-weight: 950;
    }
    .staff-hero-board {
        position: relative;
        min-height: 390px;
        display: grid;
        grid-template-columns: 1.12fr .88fr;
        grid-template-rows: 190px 190px;
        gap: 12px;
        padding: 14px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(5,12,20,.62);
    }
    .staff-hero-card {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        border-radius: 8px !important;
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(255,255,255,.08);
        box-shadow: none;
    }
    .staff-hero-card.main {
        grid-row: span 2;
        width: auto;
        height: auto;
    }
    .staff-hero-card.side-a,
    .staff-hero-card.side-b {
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
        height: auto;
    }
    .staff-hero-note {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
        height: auto;
        min-height: 58px;
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 12px 14px;
        border-radius: 8px;
        background: rgba(216,161,58,.94);
        color: #111827;
        box-shadow: none;
        text-align: left;
    }
    .staff-hero-note span {
        color: rgba(17,24,39,.72);
        letter-spacing: 0;
    }
    .staff-hero-note strong {
        color: #111827;
        font-size: 32px;
    }
    .staff-nav-band {
        background: var(--staff-deep);
        border-top: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .staff-nav-band .neinav {
        margin: 0;
    }
    .staff-main {
        padding: 72px 0 96px;
        background:
            linear-gradient(180deg, #07111c 0%, var(--ky-ink) 52%, #07101d 100%),
            url('/template/cms/inquiry/images/campaign/project-site.jpg') center/cover no-repeat;
    }
    .staff-shell {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .staff-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        margin-bottom: 26px;
        padding: 18px;
        border: 1px solid var(--staff-line);
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(7,17,28,.98), rgba(8,36,70,.78));
    }
    .staff-crumb,
    .staff-crumb a {
        color: rgba(219,231,245,.72);
    }
    .staff-controls {
        gap: 10px;
    }
    .staff-tabs {
        gap: 6px;
        padding: 4px;
        border-color: rgba(219,231,245,.16);
        border-radius: 8px;
        background: rgba(255,255,255,.06);
    }
    .staff-tab {
        border-radius: 6px;
        color: rgba(219,231,245,.78);
    }
    .staff-tab.active {
        color: #111827;
        background: var(--staff-gold);
        box-shadow: none;
    }
    .staff-search {
        min-width: 240px;
    }
    .staff-search input {
        height: 42px;
        border-radius: 8px;
        border-color: rgba(219,231,245,.16);
        color: var(--ky-white);
        background: rgba(255,255,255,.07);
    }
    .staff-count {
        color: rgba(219,231,245,.72);
    }
    .staff-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 18px;
    }
    .staff-member-card {
        aspect-ratio: 4 / 5;
        border-radius: 8px;
        border: 1px solid rgba(16,24,32,.12);
        background: #07111c;
        box-shadow: none;
    }
    .staff-member-card::after {
        background:
            linear-gradient(180deg, rgba(7,17,28,0) 38%, rgba(7,17,28,.88) 100%),
            linear-gradient(90deg, rgba(11,86,168,.18), rgba(216,161,58,.08));
    }
    .staff-open {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        color: #111827;
        background: var(--staff-gold);
    }
    .staff-card-info {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
    .staff-card-info h3 {
        color: #fff;
        font-size: 18px;
        line-height: 1.24;
    }
    .staff-card-info p {
        color: rgba(255,255,255,.74);
    }
    .staff-dept {
        border-radius: 6px;
        background: rgba(216,161,58,.92);
        color: #111827;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .staff-no-results {
        border-radius: 8px;
        border-color: rgba(219,231,245,.18);
        color: rgba(219,231,245,.74);
        background: rgba(255,255,255,.06);
    }
    .staff-no-results p {
        color: rgba(219,231,245,.74) !important;
    }
    .staff-empty {
        padding: 0;
    }
    .staff-empty-card {
        max-width: 720px;
        padding: 42px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        color: #fff;
        background:
            linear-gradient(135deg, rgba(7,17,28,.96), rgba(8,43,87,.94)),
            url('/template/cms/inquiry/images/campaign/project-site.jpg') center/cover no-repeat;
        box-shadow: none;
    }
    .staff-empty-icon {
        width: 58px;
        height: 58px;
        border-radius: 8px;
        color: #111827;
        background: var(--staff-gold);
    }
    .staff-empty-card h3 {
        color: #fff;
    }
    .staff-empty-card p {
        color: rgba(255,255,255,.78);
    }
    .staff-empty-cta {
        border-radius: 8px;
        color: #111827;
        background: var(--staff-gold);
        box-shadow: none;
    }
    .staff-empty-cta:hover {
        color: #111827;
    }
    .staff-lightbox {
        z-index: 9999;
        background: rgba(5, 7, 13, .92);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .staff-lb-content img {
        border-radius: 8px;
        box-shadow: none;
    }
    .staff-lb-close,
    .staff-lb-nav {
        border-radius: 8px;
        background: rgba(255,255,255,.12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    body.ky-innerpage .staff-page .staff-hero {
        min-height: 560px !important;
        display: flex !important;
        align-items: flex-end !important;
        background:
            linear-gradient(102deg, rgba(5,12,20,.96) 0%, rgba(5,12,20,.78) 46%, rgba(7,39,79,.28) 100%),
            url('/template/cms/inquiry/images/campaign/factory-floor.jpg') center/cover no-repeat !important;
    }
    body.ky-innerpage .staff-page .staff-hero::before {
        display: none !important;
    }
    body.ky-innerpage .staff-page .staff-hero::after {
        display: block !important;
        content: "" !important;
        position: absolute !important;
        inset: auto 0 0 !important;
        height: 42% !important;
        background: linear-gradient(180deg, rgba(7,17,28,0), #07111c) !important;
        pointer-events: none !important;
    }
    body.ky-innerpage .staff-page .staff-hero > * {
        position: relative !important;
        z-index: 2 !important;
    }
    body.ky-innerpage .staff-page .staff-member-card::after {
        opacity: 1 !important;
        background:
            linear-gradient(180deg, rgba(7,17,28,.04) 0%, rgba(7,17,28,.24) 46%, rgba(7,17,28,.96) 100%),
            linear-gradient(90deg, rgba(11,86,168,.18), rgba(216,161,58,.08)) !important;
    }
    body.ky-innerpage .staff-page .staff-card-info {
        z-index: 3 !important;
    }
    body.ky-innerpage .staff-page .staff-card-info h3 {
        color: #fff !important;
        text-shadow: 0 2px 12px rgba(0,0,0,.42);
    }
    body.ky-innerpage .staff-page .staff-card-info p {
        color: rgba(255,255,255,.78) !important;
    }
    body.ky-innerpage .staff-page .staff-dept {
        color: #111827 !important;
    }
    @media (max-width: 1200px) {
        .staff-hero-inner {
            grid-template-columns: 1fr;
        }
        .staff-grid {
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        }
    }
    @media (max-width: 992px) {
        body.ky-innerpage .staff-page .staff-hero {
            min-height: auto !important;
        }
        .staff-hero {
            min-height: auto;
        }
        .staff-hero-inner {
            padding: 96px 0 54px;
        }
        .staff-toolbar {
            grid-template-columns: 1fr;
        }
        .staff-controls {
            justify-content: flex-start;
        }
        .staff-grid {
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        }
    }
    @media (max-width: 576px) {
        .staff-page .container {
            width: calc(100% - 28px);
            padding-left: 0;
            padding-right: 0;
        }
        .staff-hero-inner {
            padding: 78px 0 42px;
        }
        .staff-hero h1 {
            font-size: clamp(36px, 13vw, 52px);
        }
        .staff-hero-board {
            min-height: 0;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-template-rows: auto auto;
            gap: 8px;
            padding: 10px;
        }
        .staff-hero-card.main,
        .staff-hero-card.side-a {
            display: block;
            grid-row: auto;
            aspect-ratio: 4 / 3;
        }
        .staff-hero-card.side-b {
            display: none !important;
        }
        .staff-hero-note {
            position: relative;
            grid-column: 1 / -1;
            left: auto;
            right: auto;
            bottom: auto;
            margin-top: 0;
        }
        .staff-main {
            padding: 42px 0 72px;
        }
        .staff-toolbar {
            padding: 14px;
        }
        .staff-controls {
            display: grid;
            grid-template-columns: 1fr;
        }
        .staff-tabs {
            overflow-x: auto;
        }
        .staff-search {
            min-width: 0;
        }
        .staff-grid {
            grid-template-columns: 1fr;
        }
        .staff-lightbox {
            padding: 54px 18px;
        }
    }
