.project-page {
    background: transparent;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* 导航栏样式 - 与主页面保持一致 */
.project-page .navbar {
    padding: 1rem 2rem;
    background-color: transparent !important;
    box-shadow: none;
    z-index: 100;
    width: 100%;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
}

.project-page .navbar-collapse {
    flex-grow: 0;
}

.project-page .brand-link {
    text-decoration: none;
    color: inherit;
}

.project-page .brand-text {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.project-page .nav-link {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 2rem;
    color: #000000 !important;
    transition: color 0.3s ease;
    display: block;
}

.project-page .nav-link:hover {
    color: #0066ff !important;
}

.project-page .nav-link.active {
    color: #0066ff !important;
}

.project-page .nav-link:focus,
.project-page .nav-link:focus-visible,
.project-page .nav-link:hover:focus,
.project-page .nav-link:hover:focus-visible {
    color: #0066ff !important;
    outline: none;
}

.project-page .navbar-tooth {
    width: 32px;
    height: 32px;
    margin-left: 2rem;
}

.project-page .navbar-tooth-container {
    display: flex;
    align-items: center;
}

.parallax-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.project-cover {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.end-bg {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 100%;
}

.cover-video,
.end-video,
.cover-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}



.project-header {
    position: relative;
    padding: 20px 20px;
    background: #D4D4D4;
    z-index: 2;
    margin-top: 80vh;
}

.project-title {
    font-family: 'FZChaoCuHei-M10S', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 190%;
    letter-spacing: 0.06em;
    color: #000000;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}

.title-main,
.title-sub {
    text-align: left;
}

.title-main {
    font-size: 70px;
    font-weight: 400;
}

.title-sub {
    margin-top: 20px;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.title-sep {
    font-weight: 400;
    color: #666;
    margin: 0 20px;
}

.project-intro {
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #D4D4D4;
    /* font-family: 'FZChaoCuHei-M10S'; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #000000;
    position: relative;
    z-index: 2;
}

.intro-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.intro-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
}

.intro-date {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
}

.intro-right {
    display: flex;
    gap: 40px;
}

.intro-tag {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
}

.project-subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6px;
    color: #333;
}

.video-intro {
    padding: 60px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-family: 'FZChaoCuHei-M10S'; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #000000;
    position: relative;
    z-index: 2;
}

.video-intro-full {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

.intro-item {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
}

.project-video {
    position: relative;
    background: #D4D4D4;
    padding: 0 20px 10px;
    z-index: 2;
}

.project-video-dark {
    background: #D4D4D4;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.project-timeline {
    background: #D4D4D4;
    padding: 20px 20px 10px;
    position: relative;
    z-index: 2;
}

.project-timeline + .project-timeline {
    padding-top: 0;
}

.timeline-image {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.video-label {
    position: absolute;
    top: 80px;
    left: 80px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #666;
    z-index: 10;
}

.video-wrapper {
    width: 100%;
}

.video-wrapper-gap {
    margin-bottom: 20px;
}

.main-video {
    width: 100%;
    display: block;
    height: auto;
}

.video-caption {
    padding: 40px 80px;
    text-align: center;
    background: #000000;
}

.video-caption-text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
}

.project-info {
    padding: 20px 20px 10px;
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.info-columns {
    display: flex;
    gap: 80px;
}

.info-left-column {
    width: 370px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.left-item {
    display: flex;
    flex-direction: column;
}

.left-item-tencent {
    margin-top: 130px;
}

.left-item-credits {
    margin-top: 120px;
}

.left-item-video-source {
    margin-top: 30px;
}

.left-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.info-right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.shoutout-text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
}

.right-item {
    display: flex;
    flex-direction: column;
}

.section-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.work-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
    text-align: justify;
}

.credits-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}

.credits-content p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
}

.timeline-image {
    width: 100%;
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.feedback-section {
    display: flex;
    flex-direction: column;
}

.feedback-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mxd-logo {
    width: 80px;
    height: 80px;
}

.mxd-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feedback-section .work-text {
    margin: 0;
}

/* MXD 项目信息三列布局 */
.project-info-mxd {
    padding: 20px;
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.info-columns-mxd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    width: 100%;
}

.info-left-column-mxd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.info-center-column-mxd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 160px;
    width: 100%;
}

.center-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.info-right-column-mxd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    width: 100%;
}

.info-right-column-mxd .right-item-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.info-right-column-mxd .right-item:last-child {
    position: absolute;
    bottom: 0;
}

.info-right-column-mxd .shoutout-text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

.info-right-column-mxd .mxd-logo {
    width: 80px;
    height: 80px;
}

.info-right-column-mxd .mxd-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TDW 项目信息三列布局 */
.project-info-tdw {
    padding: 20px;
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.info-columns-tdw {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    width: 100%;
}

.info-left-column-tdw {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.info-center-column-tdw {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 220px;
    width: 100%;
}

.info-right-column-tdw {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    width: 100%;
}

.info-right-column-tdw .right-item-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.credits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.credit-item {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    padding: 20px;
    border: 1px solid #999;
    text-align: center;
}

.credit-section {
    border: 1px solid #999;
    padding: 20px;
}

.project-end {
    height: 50vh;
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #D4D4D4;
    overflow: hidden;
    z-index: 2;
}

.project-end-dark {
    height: 400px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.project-nav {
    padding: 80px 20px 80px 80px;
    background: #D4D4D4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 120px;
    position: relative;
    z-index: 2;
}

.next-project,
.prev-project {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.next-label,
.prev-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #666;
    margin-bottom: 20px;
}

.next-title,
.prev-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 8px;
    transition: color 0.3s ease;
}

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

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

.project-gallery {
    padding: 60px 0 0 0;
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.project-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    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-product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 50%;
    object-fit: contain;
    z-index: 2;
}

.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);
}

.project-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px 1.25rem 5px;
    background: #000000;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

.grid-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.about-video-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #fff;
    margin-bottom: 20px;
}

.about-subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 6px;
    color: #fff;
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* iPad 间距调整 */
    .project-header {
        margin-top: 75vh;
        padding: 35px 20px;
    }
    
    .project-intro {
        padding: 25px 20px;
    }
    
    .project-video {
        padding-bottom: 10px;
    }
    
    .project-end {
        height: 35vh;
    }
    
    .project-nav {
        padding: 50px 20px;
        gap: 80px;
    }
}

@media (max-width: 768px) {
    .project-header {
        padding: 30px 20px;
        margin-top: 70vh;
    }

    .project-title {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .project-intro {
        padding: 20px 20px;
    }
    
    .project-end {
        height: 30vh;
    }
    
    .project-nav {
        padding: 40px 20px;
        gap: 60px;
    }

    .project-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .video-label {
        top: 40px;
        left: 20px;
        font-size: 12px;
    }

    .video-caption {
        padding: 20px;
    }

    .video-caption-text {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .project-info {
        padding: 20px 20px;
    }

    .info-columns {
        flex-direction: column;
        gap: 40px;
    }

    .info-left-column {
        width: 100%;
        gap: 40px;
    }

    .left-title {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .info-right-column {
        gap: 40px;
    }

    .section-title {
        font-size: 12px;
    }

    .work-text {
        font-size: 12px;
        line-height: 1.6;
    }

    .credits-content p {
        font-size: 11px;
    }

    

    .credits-grid {
        grid-template-columns: 1fr;
    }

    .project-nav {
        padding: 40px 20px;
    }

    .next-title,
    .prev-title {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-video-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-subtitle {
        font-size: 14px;
    }
}

/* 全屏图片展示区域 */
.project-image-fullscreen {
    background: #D4D4D4;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.image-fullscreen-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #D4D4D4;
}

.image-fullscreen-item img {
    width: 100%;
    height: auto;
    display: block;
}

.image-fullscreen-item.video-hover-item {
    cursor: pointer;
}

.hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.image-fullscreen-with-video {
    position: relative;
    overflow: visible;
}

.image-fullscreen-with-video-right-40 {
    position: relative;
    overflow: visible;
}

.image-fullscreen-with-video-center {
    position: relative;
    overflow: visible;
}

.video-overlay-right {
    position: absolute;
    z-index: 10;
}

.video-overlay-right .overlay-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-center {
    position: absolute;
    overflow: visible;
    pointer-events: none;
    z-index: 10;
}

.video-overlay-center .overlay-video {
    pointer-events: auto;
}

.video-pos-1 {
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 29.04vw;
    max-width: 647px;
    aspect-ratio: 490 / 865;
}

.video-pos-2 {
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 50vw !important;
    max-width: 500px !important;
    max-height: calc(100% - 40px) !important;
    aspect-ratio: 490 / 865 !important;
    z-index: 10;
}

.video-pos-3 {
    right: 7.8vw !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 31vw !important;
    max-width: 490px !important;
    max-height: calc(100% - 40px) !important;
    aspect-ratio: 490 / 865 !important;
}

.video-pos-4 {
    right: 7.8vw !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 31vw !important;
    max-width: 490px !important;
    max-height: calc(100% - 40px) !important;
    aspect-ratio: 490 / 865 !important;
}

.video-pos-16 {
    right: 6.3vw !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 25vw !important;
    max-width: 418px !important;
    max-height: calc(100% - 40px) !important;
    aspect-ratio: 490 / 865 !important;
}

.video-pos-17 {
    right: 6vw !important;
    top: 53% !important;
    transform: translateY(-55%) !important;
    width: 33vw !important;
    max-width: 530px !important;
    max-height: calc(100% - 40px) !important;
    aspect-ratio: 490 / 865 !important;
}
.video-pos-18 {
    right: 21.5% !important;
    top: 51.5% !important;
    transform: translate(-50%, -50%);
    width: 45vw !important;
    max-width: 450px !important;
    max-height: calc(100% - 40px) !important;
    /* aspect-ratio: 490 / 865 !important; */
}

.video-pos-19 {
    right: 23% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 45vw !important;
    max-width: 455px !important;
    max-height: calc(100% - 40px) !important;
    /* aspect-ratio: 490 / 865 !important; */
}

@media (max-width: 1200px) {
    .video-pos-1 {
        width: 28vw;
        right: 4%;
    }
    .video-pos-2 {
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 30vw !important;
        max-width: 300px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-3 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(65px) !important;
        width: 29vw !important;
        max-width: 290px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-4 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(65px) !important;
        width: 29vw !important;
        max-width: 290px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-16 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(60px) !important;
        width: 24.5vw !important;
        max-width: 249px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-17 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(80px) !important;
        width: 28vw !important;
        max-width: 350px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-18 {
        right: 21.2% !important;
        top: 51% !important;
        transform: translate(-50%, -50%);
        width: 26.5vw !important;
        max-width: 270px !important;
        max-height: calc(100% - 40px) !important;
        /* aspect-ratio: 490 / 865 !important; */
    }
    .video-pos-19 {
        right: 23.3% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 26.5vw !important;
        max-width: 270px !important;
        max-height: calc(100% - 40px) !important;
        /* aspect-ratio: 490 / 865 !important; */
    }
}

@media (max-width: 768px) {
    .video-pos-1 {
        width: 26vw;
    }
    .video-pos-2 {
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 28vw !important;
        max-width: 280px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-3 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(28px) !important;
        width: 28.5vw !important;
        max-width: 285px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-4 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(28px) !important;
        width: 28.5vw !important;
        max-width: 285px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-16 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(25px) !important;
        width: 24.5vw !important;
        max-width: 249px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-17 {
        right: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) translateX(30px) !important;
        width: 28vw !important;
        max-width: 350px !important;
        max-height: calc(100% - 40px) !important;
        aspect-ratio: 490 / 865 !important;
    }
    .video-pos-18 {
        right: 21.2% !important;
        top: 50.5% !important;
        transform: translate(-50%, -50%);
        width: 26.5vw !important;
        max-width: 270px !important;
        max-height: calc(100% - 40px) !important;
    }
    .video-pos-19 {
        right: 23.3% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 26.5vw !important;
        max-width: 270px !important;
        max-height: calc(100% - 40px) !important;
        /* aspect-ratio: 490 / 865 !important; */
    }
}

.overlay-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-grid-stage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    background: #000000;
    margin: 0 20px;
}

.gallery-grid-stage .gallery-item-first,
.gallery-grid-stage .gallery-item {
    width: 100%;
    aspect-ratio: auto;
}

.gallery-grid-stage .gallery-item-first img,
.gallery-grid-stage .gallery-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.video-info-left {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-left: 100px;
}

.video-info-right {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-right: 100px;
}

.gallery-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
    min-height: 40px;
}

.gallery-info-title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-left: 100px;
    line-height: 1.4;
}

.gallery-info-desc {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-right: 100px;
    text-align: right;
    line-height: 1.4;
}

.gallery-grid-stage .gallery-video-item {
    width: 100%;
    aspect-ratio: auto;
}

.gallery-grid-stage .gallery-video {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-item-split {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.gallery-split-title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-right: 20px;
    padding-top: 0;
    flex-shrink: 0;
}

.gallery-split-image {
    width: 80%;
}

.gallery-split-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-item-split-left {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.gallery-item-split-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.gallery-split-title-bottom {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-shrink: 0;
}

.gallery-item-split-left .gallery-split-title-bottom {
    margin-left: 20px;
}

.gallery-item-split-right .gallery-split-title-bottom {
    margin-right: 20px;
}

.gallery-item-split-parallel {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.gallery-item-split-parallel .gallery-split-image {
    width: calc(50% - 10px);
}