body.jk-featured-links-ready .jk-featured-project-link {
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

body.jk-featured-links-ready .jk-featured-project-link:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 184, 74, 0.8) !important;
    box-shadow: 0 16px 34px rgba(4, 12, 27, 0.22);
    filter: brightness(1.025);
}

.jk-featured-project-overlay {
    position: absolute;
    inset: 0;
    z-index: 40;
    display: block;
    border-radius: inherit;
    color: transparent !important;
    font-size: 0;
    text-decoration: none !important;
}

.jk-featured-project-overlay:focus-visible,
.jk-featured-project-link:focus-visible {
    outline: 3px solid #d6b84a !important;
    outline-offset: 4px;
}

.jk-view-project-cue {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 41;
    color: #d6b84a !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .jk-view-project-cue {
        left: 16px;
        bottom: 14px;
        font-size: 12px;
    }

    body.jk-featured-links-ready .jk-featured-project-link:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.jk-featured-links-ready .jk-featured-project-link {
        transition: none;
    }
}

