html, body {
    margin: 0;
    padding: 0px;
    padding-right: 0px;
    text-rendering:optimizeLegibility;
  }
  
 body {
    background-color: #fff;
    font-display: swap;
 }

 * {
    box-sizing: border-box;
  }
  
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  @font-face {
    font-family: Saans-vf;
    src: url(SaansVF.ttf);
  }

  .header-gif {

  }

  .image-header-double {
    display: flex;
    width: 100%;
    overflow: visible; /* Changed from hidden for debugging */
    margin-bottom: 50px;
}


.showcase-box {
    position: relative;
    width: 50%; /* Each box takes up 50% of the parent container */
    aspect-ratio: 16 / 12; /* Ensures the height adjusts dynamically based on width */
    display: inline-block;
    overflow: hidden; /* Prevents overflow from the child elements */
}

.large-box {
    width: 100% !important;
}


.child {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%; /* Match the full width of the parent */
    height: 100%; /* Match the full height of the parent */
}

.child img {
    width: 100%; /* Scale to the full width of the container */
    height: 100%; /* Scale to the full height of the container */
    object-fit: cover; /* Ensures the image fills the container while maintaining aspect ratio */
    display: block; /* Eliminates inline spacing below images */
    cursor: pointer;
}



.caption {
    font-family: Saans-vf;
    font-size: 12px;
    font-weight: 200;
    color:#fff;
    padding-left: 8px;
    display: flex;
    -ms-flex-item-align: start;
    gap: 40px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #1b1b1b;
}

.number {
    min-width: 34px
}


.content {
    font-family: Saans-vf;
    font-size: 48px;
    font-weight: 450;
    color:#1b1b1b;
    line-height: 106%;
  display: flex;
  flex-direction: column;       /* Stack children vertically */
  justify-content: space-between; /* Push first to top, last to bottom */
  min-height: calc(100vh - 32px);           /* Full viewport height */
    gap: 80px;
}

.content a{
    color: #1b1b1b;
    text-decoration: underline;
    /* text-decoration-thickness: 5.5px; */
}

.content a:hover{
    color: red;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.footer a{
    color: #1b1b1b;
    text-decoration: none;
    height: 55px;
}

.copyright img {
    height: 50px;
    margin-bottom: -8px;
    
}

.inner-container {
   font-size: 40px !important;
   line-height: 110%;
   width: 70%;
}

.about-footer {
    font-size: 40px !important;
    margin-bottom: -10px;
}

.about-block {
    display: flex;
    flex-direction: column;
    font-family: saans-vf;
    font-size: 40px;
    margin-bottom: 56px;
    /* max-width: 32ch; */
}

.about-title {
    font-family: saans-vf;
    font-size: 18px;
    margin-bottom: -8px;
}

.project-wrap {
    display: flex;
}

.project-content {
    color: #1b1b1b;
    width: 50%;
    position: relative;
}

.project-content img{
    width: 100%;
}

.project-header{
    display: flex;
    flex-direction: column;
}

.project-collab {
    margin-top: 10px;
    font-family: saans-vf;
    font-size: 18px;
}

.project-page {
    height: calc(95vh + 3px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-title {
    font-family: saans-vf;
    font-size: 40px;
    margin-top: -16px;
}

.project-body {
    font-family: saans-vf;
    font-size: 32px;
    line-height: 110%;
    padding-top: 20px;
    padding-right: 20px;
}

.project-caption {
    font-family: saans-vf;
    font-size: 18px;
    margin-top: 10px;
    line-height: 90%;
}

/* .purple:hover {
    color: #6331FF !important;
} */


.about-texts-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 14px;
}


/* - - - - - - - - - - - - - - - -BREAKPOINTS - - - - - - - - - - - - - - - - */

@media (max-width: 522px) {

.mobile-hide {
        display: none;
    }

}

  /* Phones (small to large) */
@media (max-width: 480px) {
    
    body {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .content {
        font-family: Saans-vf;
        font-size: 32px;
        font-weight: 450;
        color:#1b1b1b;
        line-height: 106%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .footer {
        height: 40px;
    }

    .about-block {
        display: flex;
        flex-direction: column;
        font-family: saans-vf;
        font-size: 32px;
        margin-bottom: 40px;
        width: 100%;
    }    

    

    .about-title {
        font-family: saans-vf;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .image-header-double {
        display: flex;
        width: 100%;
        overflow: visible;
        margin-bottom: 30px;
    }

    .mobile-hide {
        display: none;
    }

    .large-full-width {
        width: 100% !important;
    }

    .project-wrap {
        display: flex;
        flex-direction: column;
    }

    .project-content {
        width: 100% !important;
    }

    .large-full-width {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .large-box {
        margin-top: 40px !important;
    }

    .project-page {
        padding-top: 16px;
    }

    .inner-container {
        width: 100% !important;
        font-size: 32px !important;
    }

    .about-footer {
        font-size: 32px !important;
    }

    .content a{
    color: #1b1b1b;
    text-decoration: underline;
    /* text-decoration-thickness: 3px; */
}
}



/* Tablets (portrait and landscape) */
@media (min-width: 481px) and (max-width: 1023px) { 
    body {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .project-wrap {
        display: flex;
        flex-direction: column;
    }

    .large-box {
        margin-top: 40px !important;
    }

    .project-content {
        width: 100% !important;
    }

   


    .content {
        font-family: Saans-vf;
        font-size: 46px;
        font-weight: 450;
        color:#1b1b1b;
        line-height: 106%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-top: 8px;
    }

    .content a{
    color: #1b1b1b;
    text-decoration: underline;
    /* text-decoration-thickness: 4px; */
}

    /* .about-block {
        font-size: 46px;
        width: 100%;
    } */

    .mobile-hide {
        display: none;
    }

    .large-full-width {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .inner-container {
        width: 100%;
    }

}



/* Small Laptops */
@media (min-width: 1024px) and (max-width: 1279px) {

    body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 17px;
    }

    .desktop-hide {
        display: none;
    }

    .project-wrap {
        display: flex;
        flex-direction: column;
    }

    .large-box {
        margin-top: 40px !important;
    }

    .project-content {
        width: 100% !important;
    }


}

/* Large Laptops & Desktops */
@media (min-width: 1280px) { 

    body {
        padding: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .desktop-hide {
        display: none;
    }



    
}

/* @media (min-width: 1280px) and (max-width: 1330px) { 

    .project-wrap {
        display: block;
    }

    .large-box {
        margin-top: 40px !important;
    }

    .project-content {
        width: 75%;
    }

    .desktop-hide {
        display: none;
    }
} */