:root {
    --staff-gold: #c9a653;
    --staff-gold-dim: rgba(201, 166, 83, 0.35);
    --staff-green: #07130d;
    --staff-ink: #020604;
    --staff-line: rgba(166, 189, 171, 0.16);
    --staff-text: #f0f1eb;
    --staff-muted: #8f9a91;
}

body:has(.staff-section-page) {
    background: var(--staff-ink);
}

.staff-section-page {
    min-height: calc(100vh - 110px);
    padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 76px) 72px;
    color: var(--staff-text);
    background:
        linear-gradient(rgba(143, 154, 145, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(143, 154, 145, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 78% 28%, rgba(22, 66, 42, 0.24), transparent 34%),
        linear-gradient(135deg, #020604 0%, #07110b 60%, #030806 100%);
    background-size: 64px 64px, 64px 64px, auto, auto;
}

.staff-section-shell {
    width: min(1200px, 100%);
    margin: 0 auto;
    border-top: 1px solid var(--staff-gold-dim);
    border-bottom: 1px solid var(--staff-gold-dim);
}

.staff-section-classification,
.staff-section-footerline {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--staff-muted);
    font: 700 9px/1.3 "Share Tech Mono", "Courier New", monospace;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.staff-section-state {
    color: #79bd83;
}

.staff-section-state i {
    margin-right: 8px;
    font-size: 6px;
    box-shadow: 0 0 10px rgba(121, 189, 131, 0.75);
}

.staff-section-hero {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 220px;
    min-height: 300px;
    border-top: 1px solid var(--staff-line);
    border-bottom: 1px solid var(--staff-line);
}

.staff-section-index,
.staff-section-heading,
.staff-section-file {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-section-index {
    align-items: center;
    color: var(--staff-gold);
    border-right: 1px solid var(--staff-line);
    font: 300 clamp(42px, 6vw, 78px)/1 "Inter", sans-serif;
}

.staff-section-heading {
    padding: clamp(28px, 5vw, 68px);
}

.staff-section-kicker,
.staff-section-label {
    margin: 0 0 14px;
    color: var(--staff-gold);
    font: 700 10px/1.4 "Share Tech Mono", "Courier New", monospace;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.staff-section-heading h1 {
    margin: 0;
    color: var(--staff-text);
    font: 800 clamp(48px, 8vw, 102px)/0.9 "Inter", sans-serif;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.staff-section-heading h1 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--staff-gold);
}

.staff-section-heading > p:last-child {
    margin: 24px 0 0;
    color: #aeb7b0;
    font-size: clamp(15px, 1.7vw, 20px);
    letter-spacing: 0.04em;
}

.staff-section-file {
    align-items: flex-end;
    padding: 30px;
    border-left: 1px solid var(--staff-line);
    text-align: right;
    text-transform: uppercase;
}

.staff-section-file span,
.staff-section-register span {
    color: #6f7a72;
    font: 700 8px/1.4 "Share Tech Mono", "Courier New", monospace;
    letter-spacing: 0.18em;
}

.staff-section-file strong {
    margin-top: 9px;
    color: var(--staff-gold);
    font: 700 12px/1.4 "Share Tech Mono", "Courier New", monospace;
    letter-spacing: 0.12em;
}

.staff-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
}

.staff-section-brief {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 26px;
    min-height: 245px;
    padding: clamp(34px, 5vw, 64px);
    border-right: 1px solid var(--staff-line);
}

.staff-section-number {
    padding-top: 4px;
    color: var(--staff-gold);
    font: 700 11px/1 "Share Tech Mono", "Courier New", monospace;
}

.staff-section-brief h2 {
    margin: 0 0 16px;
    max-width: 670px;
    font: 700 clamp(24px, 3vw, 38px)/1.08 "Inter", sans-serif;
    letter-spacing: -0.035em;
}

.staff-section-brief div > p:last-child {
    max-width: 720px;
    margin: 0;
    color: var(--staff-muted);
    font-size: 15px;
    line-height: 1.75;
}

.staff-section-register {
    display: grid;
    grid-template-columns: 1fr;
}

.staff-section-register div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--staff-line);
}

.staff-section-register div:last-child {
    border-bottom: 0;
}

.staff-section-register strong {
    color: var(--staff-text);
    font: 700 10px/1.3 "Share Tech Mono", "Courier New", monospace;
    letter-spacing: 0.08em;
    text-align: right;
}

.staff-section-footerline {
    border-top: 1px solid var(--staff-line);
}

@media (max-width: 820px) {
    .staff-section-page {
        padding: 22px 15px 48px;
    }

    .staff-section-hero {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .staff-section-heading {
        padding: 34px 24px;
    }

    .staff-section-file {
        grid-column: 1 / -1;
        align-items: flex-start;
        padding: 17px 20px;
        border-top: 1px solid var(--staff-line);
        border-left: 0;
        text-align: left;
    }

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

    .staff-section-brief {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 34px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--staff-line);
    }
}

@media (max-width: 520px) {
    .staff-section-classification,
    .staff-section-footerline {
        align-items: flex-start;
        flex-direction: column;
        padding: 13px 0;
    }

    .staff-section-heading h1 {
        font-size: clamp(38px, 13vw, 58px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .staff-section-page *,
    .staff-section-page *::before,
    .staff-section-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
