/* Video Production Page Specific Styles */

/* Logo Link */
.logo-link {
    text-decoration: none;
    display: block;
}

.logo-link:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

/* Scroll Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.work-image button {
    cursor: pointer;
    border: none !important;
}
.work-image button:hover {
    opacity: .8;
}
/* Video Production Main Content */
.video-production-main {
    width: 100%;
    position: relative;
    background-color: #fff;
    flex: 1;
}

/* Hero Section - PC */
.video-hero {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .video-hero {
        width: 1000px;
        position: relative;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.video-hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 98.4px;
    color: #3d3d3d;
    letter-spacing: 6.7px;
    text-transform: uppercase;
    margin: 0;
}

/* Works Section - PC */
.works-section {
    width: 100%;
    padding: 0;
    margin-top: 2em;
    padding-bottom:2em;
}

.works-container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.works-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 63px;
    color: #090c22;
    letter-spacing: 2.52px;
    margin: 0 0 10px 0;
}

.works-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-start;
    padding: 13px 0px;
    max-width: 1439.78px;
    margin: 0 auto;
}

.work-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 31.333%;
    margin-bottom: 1em;
}
.works-container.model .work-item {
    width: 18%;
}
.works-container.model .work-item .work-image{
    height: 230px;
}

.work-image {
    width: 100%;
    height: 178.414px;
    overflow: hidden;
}

.work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-title {
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.1801px;
    margin: 0;
}

/* Services Section - PC */
.services-section {
    width: 100%;
    padding: 2em 98px;
}

.services-container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.services-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 63px;
    color: #090c22;
    letter-spacing: 2.52px;
    margin: 0 0 39px 0;
    padding-top: 20px;
}

.services-description {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15.2px;
    line-height: 32px;
    color: #090c22;
    letter-spacing: -0.1px;
    margin-bottom: 40px;
}

.services-description p {
    margin: 0;
}

.services-list {
    background-color: #f6f6f6;
    padding: 36px 33px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 955px;
    max-width: 100%;
}

.service-header {
    display: flex;
    gap: 21px;
    align-items: center;
}

.service-icon {
    width: 21px;
    height: 19px;
    background-color: #333333;
    flex-shrink: 0;
}

.service-name {
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-weight: 500;
    font-size: 15.2px;
    line-height: 1.5;
    color: #1e1e1e;
    letter-spacing: -0.198px;
    margin: 0;
    white-space: pre;
}

.service-description {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size:15.2px;
    line-height: 1.5;
    color: #1e1e1e;
    letter-spacing: -0.176px;
    margin: 0;
    height: 47px;
}

.video-production-info {
    font-family: 'Inter', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #090c22;
    letter-spacing: 0.1px;
    padding: 32px 0 20px 0;
}

.video-production-info p {
    margin: 0 0 0 0;
}


.contact-btn {
    width: 100%;
    height: 120px;
    background-color: #222222;
    color: #ffffff;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 27.32px;
    line-height: 16px;
    letter-spacing: 1.6px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 89px;
    white-space: pre;
}

.contact-btn:hover {
    background-color: #333333;
    transition: background-color 0.3s ease;
}

/* Responsive Design - Tablet and below (768px) */
@media screen and (max-width: 768px) {
    /* Hero Section - SP */
    .video-hero {
        left: 0px;
        top: 10px;
        width: calc(100% - 108px);
        max-width: 500px;
        margin: 0 auto;
        padding: 20px 0px 50px;
    }

    .video-hero-title {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 4.8px;
        width: 668px;
        max-width: calc(100% - 100px);
    }

    /* Works Section - SP */
    .works-container {
        left: 0px;
        top: 10px;
        width: calc(100% - 108px);
        max-width: 500px;
        margin: 0 auto;
        padding: 20px 0px 50px;
    }

    .works-grid {
        padding: 13px 0px;
        gap: 22px;
        justify-content: flex-start;
    }

    .work-item {
        width: 47%;
        height: 166px;
        gap: 13.968px;
    }
    .works-container.model .work-item {
        width: 47%;
        min-height: 320px;
    }
    .work-image {
        height: 217.905px;
    }
    .works-container.model .work-item .work-image{
        height: 320px;
    }
    .work-title {
        font-size: 13.968px;
        line-height: 1.5;
        letter-spacing: 1.6762px;
        
    }

    /* Services Section - SP */
    .services-section {
        padding:0em;
    }

    .services-container {
        left: 0px;
        top: 10px;
        width: calc(100% - 108px);
        max-width: 500px;
        margin: 0 auto;
        padding: 20px 0px 50px;
    }

    .services-title {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .services-description {
        margin-bottom: 30px;
    }

    .services-list {
        padding: 41px 33px 36px 33px;
    }

    .service-item {
        width: 100%;
    }

    .service-item:nth-child(2) {
        width: 583px;
        max-width: 100%;
    }

    .video-production-info {
        padding: 80px 0 20px 0;
        height: 332px;
    }


}

/* Small Mobile Design (480px and below) */
@media screen and (max-width: 480px) {

    .works-section {
        margin-top: 0em;
        padding-bottom: 0em;
      }

    .video-hero {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 20px 20px 50px;
        left: 0;
        top: 0;
    }

    .video-hero-title {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 3.84px;
        width: calc(100% - 40px);
    }

    .works-container {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 20px 20px 0px;
        left: 0;
        top: 0;
    }

    .works-grid {
        padding: 13px 0px;
        gap: 15px;
    }

    .work-item {
        width: calc(50% - 7.5px);
        height: auto;
        min-height: 165px;
    }
    .works-container.model .work-item {
        width: 47%;
        min-height: 200px;
      }
    .work-image {
        height: 100px;
    }
    .works-container.model .work-item .work-image{
        height: 200px;
    }
    .work-title {
        font-size: 12px;
        line-height: 1.5;
        height: 40px;
        padding: 5px 0;
    }

    .services-section {
        padding: 0 20px;
    }

    .services-container {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 20px 0px 50px;
        left: 0;
        top: 0;
    }

    .services-title {
        font-size: 28px;
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 29px;
        margin-bottom: 0px;

    }

    .services-description {
        font-size: 16px;
        line-height: 1.8;
        height: auto;
        margin-bottom: 20px;
    }

    .services-list {
        padding: 30px 10px;
    }

    .service-item {
        width: 100%;
    }

    .service-name {
        font-size: 15px;
    }

    .service-description {
        font-size: 14px;
        height: auto;
        line-height: 1.6;
    }

    .video-production-info {
        font-size: 15px;
        line-height: 1.8;
        padding: 20px 0 20px 0;
        height: auto;
    }

    .contact-btn {
        height: 100px;
        font-size: 22px;
        padding: 20px;
    }
}

