/* project-detail-02 页面样式 */
.page-02 {
    background: #000000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.page-02 .nav-link {
    color: #ffffff !important;
}

.page-02 .nav-link:hover,
.page-02 .nav-link.active,
.page-02 .nav-link:focus,
.page-02 .nav-link:focus-visible {
    color: #0066ff !important;
}

.page-02 .brand-text {
    color: #ffffff;
}

/* 元数据区域 */
.content-meta-02 {
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

/* 视频区域 */
.video-section-02 {
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.video-section-dark-02 {
    background: #000000;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

/* 信息区域 */
.info-section-02 {
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

/* 页脚区域 */
.footer-section-dark-02 {
    height: 400px;
    position: relative;
    z-index: 2;
    background: #000000;
    padding-top: 23px;
}

/* 页面导航 */
.page-nav-dark-02 {
    background: #000000;
}

/* 图片网格区域 */
.image-grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0;
    background: #000000;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.image-grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
    background: #000000;
}

.grid-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.grid-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 4px;
}

.product-type {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

/* 网格项图片样式 */
.grid-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-grid-section-02 {
    background: #000000;
    padding: 18px 30px;
    position: relative;
    z-index: 2;
}

.page-nav-dark-02 .next-project,
.page-nav-dark-02 .prev-project {
    color: #ffffff;
}

.page-nav-dark-02 .next-label,
.page-nav-dark-02 .prev-label {
    color: #999999;
}

.page-nav-dark-02 .next-project:hover .next-title,
.page-nav-dark-02 .prev-project:hover .prev-title {
    color: #0066ff;
}

.page-nav-dark-02 .next-project:active .next-title,
.page-nav-dark-02 .prev-project:active .prev-title {
    color: #0066ff;
}