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

.page-03 .content-header {
    padding: 20px 30px 106px;
}

.page-03 .content-meta {
    padding: 0 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 图片区域 */
.image-section {
    padding-top: 0;
}

/* 视频区域 */
.page-03 .video-section {
    padding: 0 30px 0 30px;
}

.page-03 .video-section .video-intro {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 60px;
}

.page-03 .video-section .video-intro .video-intro-full {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.page-03 .meta-items {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-meta-03 {
    background: #D4D4D4;
}

.video-section-03 {
    background: #D4D4D4;
    margin-bottom: 60px;
    position: relative;
}

.video-section-03::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: #D4D4D4;
    z-index: -1;
}

.video-section-dark-03 {
    background: #D4D4D4;
}

/* 信息区域 */
.info-section {
    background: #D4D4D4;
    padding-bottom: 58px;
    padding-top: 52px;
}

.footer-section-dark-03 {
    background: #D4D4D4;
}

.page-nav-dark-03 {
    background: #D4D4D4;
}

.page-nav-03 {
    background: #D4D4D4;
}

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

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

/* 页脚区域 */
.page-03 .footer-section {
    height: 50vh;
    position: relative;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    background: #D4D4D4;
    overflow: hidden;
    z-index: 2;
}