@charset "UTF-8";
.page-about body {
    background-color: rgb(18, 31, 45);
}

.page-about .equal-width {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 330px;
}

.page-about .employment-btn .icon {
    position: absolute;
    left: 22px;
}

.page-about .sheriff-history-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: center;
    margin: 24px auto 36px;
    padding: 18px 22px;
    max-width: 900px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-align: left;
}

.page-about .sheriff-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
}

.page-about .sheriff-legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.page-about .sheriff-legend-star {
    color: #facc15;
    font-size: 15px;
    flex-shrink: 0;
}

.page-about .sheriff-history-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.page-about .sheriff-hist-card {
    position: relative;
    z-index: 2;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid transparent;
    cursor: default;
    background: #1e293b;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease;
}

.page-about .sheriff-hist-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .page-about .sheriff-hist-card {
        opacity: 1;
        transform: none;
        transition: box-shadow .25s ease;
    }

}

.page-about .sheriff-hist-card.has-desc {
    cursor: pointer;
}

.page-about .sheriff-hist-card.in-view:hover {
    transform: translateY(-4px);
}

.page-about .sheriff-hist-card img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

.page-about .sheriff-hist-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}

.page-about .sheriff-hist-order-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: rgba(10, 14, 22, 0.85);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--sfpd-warning);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.page-about .sheriff-hist-name {
    position: absolute;
    left: 14px;
    right: 14px;
    /*bottom: 38px;*/
    text-align: right;
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.page-about .sheriff-status-orange .sheriff-hist-name {
    color: #fdba74;
}

.page-about .sheriff-status-green .sheriff-hist-name {
    color: #86efac;
}

.page-about .sheriff-status-yellow .sheriff-hist-name {
    color: #fde68a;
}

.page-about .sheriff-status-blue .sheriff-hist-name {
    color: #93c5fd;
}

.page-about .sheriff-status-purple .sheriff-hist-name {
    color: #d8b4fe;
}

.page-about .sheriff-status-gray .sheriff-hist-name {
    color: #cbd5e1;
}

@supports (-webkit-background-clip: text) {
    .page-about .sheriff-status-orange .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #f97316 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }

    .page-about .sheriff-status-green .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #22c55e 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }

    .page-about .sheriff-status-yellow .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #eab308 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }

    .page-about .sheriff-status-blue .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }

    .page-about .sheriff-status-purple .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #a855f7 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }

    .page-about .sheriff-status-gray .sheriff-hist-name {
        background-image: linear-gradient(90deg, #ffffff 0%, #4d4f53 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: none;
    }
}

.page-about .sheriff-hist-stars {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #facc15;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 999px;
    padding: 3px 8px;
    letter-spacing: 1px;
}

.page-about .sheriff-hist-info-btn {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.page-about .sheriff-status-orange {
    border-color: #f97316;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.35);
}

.page-about .sheriff-status-green {
    border-color: #22c55e;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.35);
}

.page-about .sheriff-status-yellow {
    border-color: #eab308;
    box-shadow: 0 0 0 1px rgba(234, 179, 8, 0.35);
}

.page-about .sheriff-status-blue {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.35);
}

.page-about .sheriff-status-purple {
    border-color: #a855f7;
    box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.35);
}

.page-about .sheriff-status-gray {
    border-color: #64748b;
    box-shadow: 0 0 0 1px rgba(100, 116, 139, 0.35);
}

.page-about .sheriff-status-white {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.page-about .sheriff-status-orange.in-view:hover {
    box-shadow: 0 16px 34px rgba(249, 115, 22, 0.45);
}

.page-about .sheriff-status-green.in-view:hover {
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.45);
}

.page-about .sheriff-status-yellow.in-view:hover {
    box-shadow: 0 16px 34px rgba(234, 179, 8, 0.45);
}

.page-about .sheriff-status-blue.in-view:hover {
    box-shadow: 0 16px 34px rgba(59, 130, 246, 0.45);
}

.page-about .sheriff-status-purple.in-view:hover {
    box-shadow: 0 16px 34px rgba(168, 85, 247, 0.45);
}

.page-about .sheriff-status-gray.in-view:hover {
    box-shadow: 0 16px 34px rgba(100, 116, 139, 0.45);
}

.page-about .sheriff-status-white.in-view:hover {
    box-shadow: 0 16px 34px rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
    .page-about .sheriff-history-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 575px) {
    .page-about .sheriff-history-grid {
        grid-template-columns: 1fr;
    }

}

.page-about .sheriff-history-grid-wrap {
    position: relative;
}

.page-about .sheriff-history-collapse-wrap {
    position: relative;
    max-height: 340px;
    overflow: hidden;
    transition: max-height .7s ease;
}

.page-about .sheriff-history-collapse-wrap.expanded {
    max-height: 20000px;
}

.page-about .sheriff-history-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0) 0%, rgba(30, 41, 59, 0.97) 85%);
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 3;
}

.page-about .sheriff-history-collapse-wrap.expanded .sheriff-history-fade {
    opacity: 0;
}

.page-about .sheriff-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 22px auto 0;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.page-about .sheriff-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.page-about .sheriff-toggle-btn i {
    transition: transform .3s ease;
}

.page-about .sheriff-toggle-btn.is-expanded i {
    transform: rotate(180deg);
}

.page-about #sheriff-path-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.page-about .sheriff-path-line {
    fill: none;
    stroke: var(--sfpd-warning);
    stroke-width: 2;
    stroke-dasharray: 7 7;
    opacity: 0.5;
}

.page-about .honor-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(8, 12, 20, 0.72);
    backdrop-filter: blur(4px);
}

.page-about .honor-modal.show {
    display: flex;
}

.page-about .honor-modal-content {
    position: relative;
    width: 100%;
    max-width: 580px;
    background: linear-gradient(180deg, #1f2937 0%, #151c28 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 34px 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transform: scale(0.94) translateY(14px);
    transition: opacity .3s ease, transform .3s ease;
}

.page-about .honor-modal.show .honor-modal-content {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.page-about .honor-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.page-about .honor-close:hover {
    background: rgba(220, 53, 69, 0.75);
    transform: rotate(90deg);
}

.page-about .honor-scroll {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 8px;
}

.page-about .honor-scroll::-webkit-scrollbar {
    width: 6px;
}

.page-about .honor-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.page-about .honor-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.page-about #honorName {
    font-family: "Sacramento", cursive;
    font-size: 40px;
    line-height: 1;
    color: var(--sfpd-warning);
    margin: 0 0 16px;
    padding-right: 28px;
}

.page-about #honorDesc {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

@media (max-width: 575px) {
    .page-about .honor-modal-content {
        padding: 26px 22px 22px;
    }

    .page-about #honorName {
        font-size: 32px;
    }

}


.page-about .advantages-section {
    position: relative;
    overflow: hidden;
}

.page-about .advantages-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 0%, rgba(20, 241, 217, .08), transparent 45%),
    radial-gradient(circle at 85% 100%, rgba(20, 241, 217, .05), transparent 45%);
    pointer-events: none;
}

.page-about .advantages-section .container {
    position: relative;
    z-index: 1;
}

.page-about .advantage-card {
    position: relative;
    overflow: hidden;
}

.page-about .advantage-num {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: rgba(20 241 217 / 24%);
    letter-spacing: -0.02em;
    pointer-events: none;
}

.page-about .advantage-card .title,
.page-about .advantage-card .text {
    position: relative;
    z-index: 1;
}

.page-about .employment-section {
    position: relative;
}

.page-about .employment-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
            90deg,
            rgba(8, 17, 29, .94) 0%,
            rgba(8, 17, 29, .80) 38%,
            rgba(8, 17, 29, .45) 65%,
            rgba(8, 17, 29, .12) 100%
    );
    pointer-events: none;
}

.page-about .employment-section .container {
    position: relative;
    z-index: 2;
}

.page-about .employment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 8px;
    background: rgba(20, 241, 217, .14);
    color: var(--sfpd-teal);
    font-size: 14px;
    vertical-align: middle;
}

.page-about .employment-lead {
    color: rgba(255, 255, 255, .78) !important;
}

.page-about .employment-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #eaeaea;
    background: linear-gradient(135deg, var(--sfpd-primary-dark), var(--sfpd-teal)) !important;
    border: none !important;
    border-radius: 40px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 10px 26px rgba(20, 241, 217, .18);
}

.page-about .employment-btn::after {
    display: none !important;
}

.page-about .employment-btn:hover {
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(20, 241, 217, .28);
}

.page-about .employment-btn .icon {
    transition: transform .25s ease;
}

.page-about .employment-btn:hover .icon {
    transform: translateX(3px);
}

.page-about .honor-card {
    transition: transform .3s ease;
}

.page-about .honor-link {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.page-about .honor-link img {
    transition: transform .45s ease, filter .3s ease;
}

.page-about .honor-card:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.page-about .nickname-frame {
    transition: box-shadow .3s ease, transform .3s ease;
}

.page-about .honor-card:hover .nickname-frame {
    transform: translateY(-2px);
}

.page-about .gold-frame {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
}

.page-about .honor-card:hover .gold-frame {
    box-shadow: 0 6px 18px rgba(255, 215, 0, .25);
}

.page-about .silver-frame {
    box-shadow: 0 0 0 0 rgba(200, 200, 200, 0);
}

.page-about .honor-card:hover .silver-frame {
    box-shadow: 0 6px 18px rgba(190, 190, 190, .22);
}

@media (prefers-reduced-motion: reduce) {
    .page-about .honor-card,
    .page-about .honor-link img,
    .page-about .nickname-frame,
    .page-about .employment-btn {
        transition: none;
    }
}

.page-about .sheriffs-empty p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 15px;
    font-weight: 600;
    max-width: 360px;
}

.page-about .employment-section .section-eyebrow {
    position: relative;
    z-index: 2;
}

.page-about .honor-marquee-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
            90deg,
            transparent 0%,
            #000 8%,
            #000 92%,
            transparent 100%
    );
    mask-image: linear-gradient(
            90deg,
            transparent 0%,
            #000 8%,
            #000 92%,
            transparent 100%
    );
}

.page-about .honor-marquee-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: honorMarquee 30s linear infinite;
}

.page-about .honor-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes honorMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.page-about .honor-marquee-item {
    flex-shrink: 0;
    width: 200px;
    text-align: center;
}

.page-about .honor-marquee-item .honor-link {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.page-about .honor-marquee-item .honor-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-about .honor-marquee-item .nickname-text {
    text-align: center;
}