@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #2D1717;
    color: #F2EADD;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2D1717;
    z-index: 1000;
}

.logo a {
    display: block;
    line-height: 0;
}

.nav-links {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-left: auto;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #F2EADD;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.7;
}

/* Hero Section */
.hero {
    padding: 150px 5% 80px;
}

.main-title {
    font-family: 'Instrument Serif', serif;
    font-size: 82px;
    font-weight: 400;
    line-height: 1.1;
    color: #F2EADD;
    margin-bottom: 2rem;
    text-align: right;
    padding-right: 150px;
}

.company-name {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #F2EADD;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    text-align: center;
}

.job-roles {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #F2EADD;
    opacity: 0.7;
    text-align: center;
}

/* Content Sections */
.content-section {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 5%;
}

/* First Section - Image + Text Right */
.intro-section {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 5%;
}

.intro-section .image-center {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.intro-section .image-center .video-container {
    max-width: 800px;
    width: 100%;
}

.intro-section .image-center img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.intro-section .text-below-left {
    max-width: 600px;
    margin-left: auto;
    text-align: right;
    margin-right: 10%;
    padding-left: 10%;
}
.intro-section .section-title {
    font-family: 'Instrument Serif', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #F2EADD;
    margin-bottom: 20px;
}

.intro-section .description {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.6;
    color: #F2EADD;
    opacity: 0.7;
    margin-bottom: 15px;
}

/* Two Column Layout - Image Left, Text Right */
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 100px;
    align-items: start;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}

.two-column-layout .column-left img {
    width: 80%;
    height: auto;
    border-radius: 4px;
}

.two-column-layout .column-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
    margin-top: 25%;

}

.two-column-layout .section-title {
    font-family: 'Instrument Serif', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #F2EADD;
}

.two-column-layout .description {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.6;
    color: #F2EADD;
    opacity: 0.7;
}

.two-column-layout .job-credit {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #F2EADD;
    margin-top: 10px;
}


/* Visual Language Section - 3 Columns */
.visual-language-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr .85fr;
    gap: 30px;
    margin-top: 200px;
    margin-bottom: 100px;
    align-items: start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 5%;
}

.visual-language-section .left-grid {
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 100px;
}

.visual-language-section .grid-large {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.visual-language-section .grid-small-left {
    grid-column: 1;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.visual-language-section .grid-small-right {
    grid-column: 2;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.visual-language-section .center-text-svg {
    grid-column: 2;
    padding: 0 10px;
    margin-top: 50px;
}

.visual-language-section .center-text-svg img {
    width: 100%;
    height: auto;
    
}

.visual-language-section .right-image-high {
    grid-column: 3;
    margin-top: -150px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.visual-language-section .right-image-high img:first-child {
    width: 90%;
    height: auto;
    border-radius: 4px;
}

.visual-language-section .right-text-svg {
    width: 100%;
    height: auto;
    padding: 0 20px;
    
    align-self: baseline;
}


/* cosmetics Section - 3 Columns */
.cosmetics-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 30px;
    
    align-items: start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 5%;
}

.cosmetics-section .left {
    grid-column: 1;
   margin-top: 150px;
}

.cosmetics-section .left img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}



.cosmetics-section .center-text-svg {
    grid-column: 2;
    padding: 0 40px;
    margin-top: 260px;
}

.cosmetics-section .center-text-svg img {
    width: 100%;
    height: auto;
}

.cosmetics-section .right-image-high {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cosmetics-section .grid-large {
    width: 100%;
    height: auto;
    border-radius: 4px;
    
}


/* cosmetics Section - 3 Columns */
.role-outcome-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    
    align-items: start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 5%;
}

.role-outcome-section .new-grid-left {
    grid-column: 1;
   margin-top: 300px;
   display: flex;
    flex-direction: column;
    gap: 30px;
}

.role-outcome-section .new-grid-left img:first-child{
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.role-outcome-section .new-grid-left img:nth-child(2){
    width: 100%;
    height: auto;
    border-radius: 4px;
}


.role-outcome-section .role-pragrph-center {
    grid-column: 2;
    padding: 0 20px;
    margin-top: 50px;
}

.role-outcome-section .role-pragrph-center img:first-child {
    width: 100%;
    height: auto;
    
}
.role-outcome-section .role-pragrph-center img:nth-child(2) {
    width: 70%;
    height: auto;
    margin-top: 180px;
    margin-left: 100px;
    
    
}   

.role-outcome-section .role-pragrph-center img:nth-child(3) {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 4px;
}

.role-outcome-section .big-grid-left {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: -35px;
}

.role-outcome-section .big-grid-left img:first-child {
    width: 100%;
    height: auto;
    border-radius: 4px;
    
}

.role-outcome-section .big-grid-left img:first-child {
    width: 100%;
    height: auto;
    margin-top: -30px;
    border-radius: 4px;
}
.role-outcome-section .big-grid-left img:nth-child(2) {
    width: 75%;
    height: auto;
    margin-top: 180px;
    margin-left: 100px;
    border-radius: 4px;
}

.role-outcome-section .big-grid-left img:nth-child(3) {
    width: 90%;
    height: auto;
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 4px;
}


/* visual identity Section - 3 Columns */
.visual-identity {
    display: grid;
    grid-template-columns: 1.5fr .5fr 1fr;
    gap: 30px;
    margin-bottom: 100px;
    align-items: start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 5%;
}

.visual-identity .image-left {
    grid-column: 1;
   margin-top: 20px;
}

.visual-identity .image-left img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}



.visual-identity .title-center {
    grid-column: 2;
    padding: 0 40px;
    margin-top: 130px;
}

.visual-identity .title-center img {
    width: 100%;
    height: auto;
}

.visual-identity .paragraph {
    grid-column: 3;
    margin-top: 200px;
    margin-left: 50px;
}

.visual-identity .paragraph img {
    width: 85%;
    height: auto;
    border-radius: 4px;
    
    
}


/* Image Containers */
.image-container {
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.image-container.large {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.image-container.large img {
    width: 100%;
    max-width: 1000px;
}

/* Video Play Button Styles */
.video-container {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.video-container .video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #F2EADD;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.video-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
}

.video-container:hover .video-thumbnail {
    opacity: 0.8;
}

/* Video Modal */
.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
}

.video-modal .video-container {
    position: relative;
    width: min(90vw, 1200px);
    aspect-ratio: 16 / 9;
    z-index: 10000;
    cursor: default;
}

.video-modal .video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #F2EADD;
    font-size: 32px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.video-close:hover {
    opacity: 0.7;
}

/* Footer */
.footer {
    background-color: #2D1717;
    padding: 4rem 5% 3rem;
    border-top: 1px solid rgba(45, 23, 23, 0.1);
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-contact p,
.footer-email p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #F2EADD;
}

.footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4rem;
    align-items: end;
}

.social-links {
    display: flex;
    gap: 2rem;
}

.social-link {
    color: #F2EADD;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-link:hover {
    opacity: 0.7;
}

.copyright p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: #F2EADD;
    text-align: right;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-title {
        font-size: 56px;
    }

    .intro-section,
    .two-column-layout,
    .three-column-grid,
    .stacked-image-text {
        grid-template-columns: 1fr;
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .copyright p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 42px;
    }

    .company-name,
    .job-roles {
        font-size: 14pt;
    }
}
