@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Playfair+Display:wght@400&display=swap');


/* =========================================================
   BASE
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    background: #171717;
    color: #f4f2ee;

    font-family: "DM Sans", sans-serif;

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   NAVIGATION
========================================================= */

.navbar {
    position: absolute;

    top: 0;
    left: 50%;

    transform: translateX(-50%);

    width: min(1400px, calc(100% - 80px));

    padding: 30px 0;

    display: flex;

    justify-content: space-between;
    align-items: center;

    z-index: 100;
}

.logo {
    color: white;

    text-decoration: none;

    font-size: 13px;

    letter-spacing: 3px;

    font-weight: 500;
}

.menu {
    display: flex;

    gap: 35px;
}

.menu a {
    color: white;

    text-decoration: none;

    font-size: 10px;

    letter-spacing: 2px;

    opacity: 0.8;

    transition: opacity 0.3s ease;
}

.menu a:hover {
    opacity: 0.4;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    width: min(1400px, calc(100% - 80px));

    height: min(900px, 90vh);

    min-height: 650px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    background: #111;
}

.hero-image {
    position: absolute;

    inset: 0;
}

.hero-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    filter: brightness(0.72);
}

.hero-overlay {
    position: absolute;

    inset: 0;

    padding: 35px 40px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.hero-title {
    margin-top: auto;

    margin-bottom: 45px;
}

.hero-title p {
    font-size: 10px;

    letter-spacing: 5px;

    margin-bottom: 18px;

    opacity: 0.8;
}

.hero-title h1 {
    font-family: "Playfair Display", serif;

    font-size: clamp(75px, 10vw, 150px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -5px;
}

.hero-location {
    margin-top: 20px;

    font-size: 10px;

    letter-spacing: 4px;

    opacity: 0.65;
}

.hero-bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.hero-bottom span {
    font-size: 9px;

    letter-spacing: 2px;

    opacity: 0.65;
}

.hero-bottom a {
    color: white;

    text-decoration: none;

    font-size: 9px;

    letter-spacing: 3px;

    border-bottom: 1px solid rgba(255,255,255,0.5);

    padding-bottom: 8px;
}


/* =========================================================
   MAIN
========================================================= */

main {
    width: min(1400px, calc(100% - 80px));

    margin: 0 auto;
}


/* =========================================================
   WORK INTRO
========================================================= */

.work-intro {
    padding: 150px 5% 90px;

    background: #171717;
}

.eyebrow {
    font-size: 9px;

    letter-spacing: 4px;

    opacity: 0.45;

    margin-bottom: 25px;
}

.work-intro h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(55px, 7vw, 105px);

    font-weight: 400;

    line-height: 0.9;
}


/* =========================================================
   PROJECT COVERS
========================================================= */

.projects {
    display: grid;

    grid-template-columns: 1.25fr 1fr;

    gap: 25px;

    padding: 0 3% 140px;

    background: #171717;
}

.project-card {
    position: relative;

    overflow: hidden;

    color: white;

    cursor: pointer;

    aspect-ratio: 2 / 3;
}

.project-card:nth-child(2) {
    margin-top: 120px;

    aspect-ratio: 2 / 3;
}

.project-card:nth-child(3) {
    grid-column: 1 / -1;

    width: 68%;

    aspect-ratio: 2 / 3;

    margin: 70px auto 0;
}

.project-card img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}

.project-card:hover img {
    transform: scale(1.04);

    filter: brightness(0.6);
}

.project-overlay {
    position: absolute;

    inset: 0;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.2),
            transparent 45%,
            rgba(0,0,0,0.65)
        );
}

.project-overlay span {
    font-size: 10px;

    letter-spacing: 3px;

    opacity: 0.7;
}

.project-overlay h3 {
    font-family: "Playfair Display", serif;

    font-size: clamp(35px, 4.5vw, 65px);

    font-weight: 400;

    line-height: 0.9;
}

.project-overlay p {
    margin-top: 22px;

    font-size: 9px;

    letter-spacing: 3px;

    opacity: 0.7;
}


/* =========================================================
   PROJECT VIEW
========================================================= */

.project-view {
    display: none;

    padding: 90px 5% 140px;

    background: #171717;
}

.project-view.active {
    display: block;
}

.back-button {
    background: none;

    border: none;

    color: #f4f2ee;

    font-family: inherit;

    font-size: 9px;

    letter-spacing: 3px;

    cursor: pointer;

    margin-bottom: 90px;

    padding: 10px 0;

    opacity: 0.65;

    transition: opacity 0.3s ease;
}

.back-button:hover {
    opacity: 1;
}

.project-view-header {
    margin-bottom: 90px;
}

.project-view-header h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(65px, 8vw, 125px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -4px;
}


/* =========================================================
   PHOTO GRID
========================================================= */

.photo-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    align-items: start;
}

.gallery-item {
    width: 100%;

    overflow: hidden;

    cursor: pointer;

    position: relative;
}

.gallery-wide {
    grid-column: 1 / -1;
}

.gallery-half {
    grid-column: span 1;
}

.gallery-item img {
    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    object-fit: contain;

    transition:
        transform 0.7s cubic-bezier(.2,.7,.2,1),
        opacity 0.5s ease;
}

.gallery-item::after {
    content: "VOIR ↗";

    position: absolute;

    left: 22px;

    bottom: 20px;

    padding: 8px 11px;

    font-size: 8px;

    letter-spacing: 2px;

    background: rgba(0,0,0,0.65);

    color: #fff;

    opacity: 0;

    transform: translateY(8px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;

    pointer-events: none;
}

.gallery-item:hover img {
    transform: scale(1.025);

    opacity: 0.9;
}

.gallery-item:hover::after {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   LOAD MORE
========================================================= */

.load-more {
    display: block;

    margin: 85px auto 0;

    padding: 14px 28px;

    background: transparent;

    border: 1px solid rgba(244,242,238,0.5);

    color: #f4f2ee;

    font-family: inherit;

    font-size: 9px;

    letter-spacing: 3px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.load-more:hover {
    background: #f4f2ee;

    color: #171717;
}


/* =========================================================
   COLLABORATIONS
========================================================= */

.clients {
    padding: 130px 0 110px;

    background: #e9e6df;

    color: #171717;

    overflow: hidden;
}

.clients-intro {
    padding: 0 7%;

    margin-bottom: 60px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 40px;
}

.clients-intro .eyebrow {
    padding: 0;

    margin: 0;
}

.clients-description {
    max-width: 330px;

    font-size: 12px;

    line-height: 1.6;

    opacity: 0.55;

    text-align: right;
}

.collab-marquee {
    overflow: hidden;

    border-top: 1px solid rgba(23,23,23,0.18);

    border-bottom: 1px solid rgba(23,23,23,0.18);

    padding: 32px 0;
}

.collab-track {
    display: flex;

    align-items: center;

    width: max-content;

    gap: 50px;

    animation: marquee 32s linear infinite;
}

.collab-item {
    display: flex;

    flex-direction: column;

    gap: 6px;

    white-space: nowrap;
}

.collab-item strong {
    font-size: 13px;

    letter-spacing: 2.5px;

    font-weight: 500;
}

.collab-item small {
    font-size: 8px;

    letter-spacing: 2px;

    opacity: 0.45;
}

.collab-item.rmc {
    font-size: 18px;

    letter-spacing: 3px;
}

.collab-track > span {
    opacity: 0.35;

    font-size: 10px;
}

@keyframes marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

.collab-marquee:hover .collab-track {
    animation-play-state: paused;
}


/* =========================================================
   ABOUT
========================================================= */

.about {
    padding: 160px 8%;

    background: #f4f2ee;

    color: #171717;
}

.about h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(60px, 8vw, 115px);

    font-weight: 400;

    line-height: 0.9;

    margin-bottom: 65px;
}

.about-text {
    max-width: 620px;

    font-size: 17px;

    line-height: 1.8;

    opacity: 0.65;
}


/* =========================================================
   CONTACT
========================================================= */

.contact {
    min-height: 85vh;

    padding: 160px 8%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #171717;

    color: #f4f2ee;
}

.contact h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(80px, 10vw, 155px);

    font-weight: 400;

    line-height: 0.86;

    letter-spacing: -5px;

    margin: 25px 0 90px;
}


/* =========================================================
   CONTACT CARDS
========================================================= */

.contact-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    width: 100%;
}

.contact-card {
    min-height: 220px;

    padding: 32px;

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    text-decoration: none;

    color: #f4f2ee;

    border: 1px solid rgba(244,242,238,0.15);

    background: rgba(255,255,255,0.015);

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        background 0.45s ease;
}


/* =========================================================
   CONTACT ICONS
========================================================= */

.contact-icon {
    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.contact-icon svg {
    width: 50px;

    height: 50px;

    stroke-width: 1;

    transition:
        transform 0.45s ease,
        stroke-width 0.45s ease;
}


/* =========================================================
   CONTACT TEXT
========================================================= */

.contact-card-bottom {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.contact-card-bottom span {
    font-size: 9px;

    letter-spacing: 4px;

    opacity: 0.4;
}

.contact-card-bottom strong {
    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(18px, 1.4vw, 25px);

    font-weight: 400;

    letter-spacing: 0;

    line-height: 1.2;
}


/* =========================================================
   CONTACT ARROW
========================================================= */

.contact-arrow {
    position: absolute;

    top: 30px;

    right: 30px;

    font-size: 25px;

    opacity: 0.35;

    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}


/* =========================================================
   CONTACT HOVER
========================================================= */

.contact-card:hover {
    transform: translateY(-8px);

    background: rgba(255,255,255,0.035);

    border-color: rgba(244,242,238,0.35);
}

.contact-card:hover .contact-icon svg {
    transform: scale(1.08);

    stroke-width: 1.25;
}

.contact-card:hover .contact-arrow {
    opacity: 1;

    transform: translate(4px, -4px);
}


/* =========================================================
   CONTACT COLORS
========================================================= */

.email-card:hover {
    border-color: rgba(100,160,255,0.55);
}

.email-card:hover .contact-icon svg {
    stroke: #64a0ff;
}

.phone-card:hover {
    border-color: rgba(80,200,140,0.55);
}

.phone-card:hover .contact-icon svg {
    stroke: #50c88c;
}

.instagram-card:hover {
    border-color: rgba(225,48,108,0.65);
}

.instagram-card:hover .contact-icon svg {
    stroke: #e1306c;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;

    padding: 35px 8%;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    border-top: 1px solid rgba(244,242,238,0.1);

    background: #171717;

    color: #f4f2ee;

    font-size: 8px;

    letter-spacing: 2.5px;

    opacity: 0.45;
}

.footer-left {
    text-align: left;
}

.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .navbar {
        width: calc(100% - 50px);
    }

    .hero {
        width: calc(100% - 50px);

        height: 80vh;

        min-height: 600px;
    }

    main {
        width: calc(100% - 50px);
    }

    .projects {
        padding-left: 0;

        padding-right: 0;
    }

    .project-card {
        aspect-ratio: 2 / 3;
    }

    .project-card:nth-child(2) {
        aspect-ratio: 2 / 3;

        margin-top: 90px;
    }

    .project-card:nth-child(3) {
        width: 75%;

        aspect-ratio: 2 / 3;
    }

    .contact-cards {
        gap: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .navbar {
        width: calc(100% - 40px);

        padding: 22px 0;
    }

    .logo {
        font-size: 11px;

        letter-spacing: 2.5px;
    }

    .menu {
        gap: 18px;
    }

    .menu a {
        font-size: 8px;

        letter-spacing: 1.5px;
    }


    /* HERO */

    .hero {
        width: 100%;

        height: 100svh;

        min-height: 600px;

        margin: 0;
    }

    .hero-image img {
        object-position: center;
    }

    .hero-overlay {
        padding: 25px 20px 28px;
    }

    .hero-title {
        margin-bottom: 35px;
    }

    .hero-title p {
        font-size: 8px;

        letter-spacing: 4px;

        margin-bottom: 14px;
    }

    .hero-title h1 {
        font-size: clamp(55px, 17vw, 85px);

        letter-spacing: -3px;
    }

    .hero-location {
        font-size: 8px;

        letter-spacing: 3px;

        margin-top: 16px;
    }

    .hero-bottom {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }

    .hero-bottom span {
        font-size: 7px;

        letter-spacing: 1.5px;

        line-height: 1.6;
    }

    .hero-bottom a {
        font-size: 8px;

        letter-spacing: 2px;
    }


    /* MAIN */

    main {
        width: 100%;
    }


    /* WORK INTRO */

    .work-intro {
        padding: 90px 20px 55px;
    }

    .eyebrow {
        font-size: 8px;

        letter-spacing: 3px;

        margin-bottom: 20px;
    }

    .work-intro h2 {
        font-size: clamp(48px, 15vw, 72px);

        letter-spacing: -2px;
    }


    /* PROJECT COVERS */

    .projects {
        display: block;

        padding: 0 15px 90px;
    }

    .project-card,
    .project-card:nth-child(2),
    .project-card:nth-child(3) {

        width: 100%;

        height: auto;

        min-height: 0;

        max-height: none;

        margin: 0 0 15px;

        aspect-ratio: 2 / 3;
    }

    .project-card img {
        width: 100%;

        height: 100%;

        object-fit: cover;

        object-position: center;
    }

    .project-overlay {
        padding: 22px;
    }

    .project-overlay span {
        font-size: 8px;
    }

    .project-overlay h3 {
        font-size: clamp(36px, 11vw, 55px);
    }

    .project-overlay p {
        font-size: 8px;

        letter-spacing: 2px;

        margin-top: 18px;
    }


    /* PROJECT VIEW */

    .project-view {
        padding: 70px 15px 100px;
    }

    .back-button {
        margin-bottom: 65px;

        font-size: 8px;
    }

    .project-view-header {
        margin-bottom: 60px;
    }

    .project-view-header h2 {
        font-size: clamp(55px, 16vw, 78px);

        letter-spacing: -3px;
    }


    /* GALLERY */

    .photo-grid {
        display: flex;

        flex-direction: column;

        gap: 12px;
    }

    .gallery-item,
    .gallery-wide,
    .gallery-half {
        width: 100%;

        grid-column: auto;
    }

    .gallery-item img {
        width: 100%;

        height: auto;

        margin: 0 !important;

        transform: none !important;
    }

    .gallery-item::after {
        display: none;
    }


    /* LOAD MORE */

    .load-more {
        margin-top: 45px;

        padding: 13px 23px;

        font-size: 8px;
    }


    /* COLLABORATIONS */

    .clients {
        padding: 90px 0 75px;
    }

    .clients-intro {
        padding: 0 20px;

        display: block;

        margin-bottom: 40px;
    }

    .clients-intro .eyebrow {
        margin-bottom: 18px;
    }

    .clients-description {
        max-width: 280px;

        font-size: 11px;

        line-height: 1.6;

        text-align: left;
    }

    .collab-marquee {
        padding: 27px 0;
    }

    .collab-track {
        gap: 32px;

        animation-duration: 25s;
    }

    .collab-item strong {
        font-size: 11px;
    }

    .collab-item small {
        font-size: 7px;
    }

    .collab-item.rmc {
        font-size: 15px;
    }


    /* ABOUT */

    .about {
        padding: 100px 22px;
    }

    .about h2 {
        font-size: clamp(55px, 16vw, 80px);

        letter-spacing: -3px;

        margin-bottom: 45px;
    }

    .about-text {
        max-width: 100%;

        font-size: 15px;

        line-height: 1.7;
    }


    /* CONTACT */

    .contact {
        min-height: auto;

        padding: 110px 20px;
    }

    .contact h2 {
        font-size: clamp(65px, 18vw, 90px);

        letter-spacing: -3px;

        margin: 20px 0 60px;
    }

    .contact-cards {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .contact-card {
        min-height: 180px;

        padding: 27px;
    }

    .contact-icon {
        width: 58px;

        height: 58px;
    }

    .contact-icon svg {
        width: 45px;

        height: 45px;
    }

    .contact-card-bottom strong {
        font-size: 19px;
    }


    /* FOOTER */

    .site-footer {
        padding: 28px 20px;

        grid-template-columns: 1fr 1fr;

        row-gap: 15px;

        font-size: 7px;
    }

    .footer-left {
        text-align: left;
    }

    .footer-center {
        text-align: right;
    }

    .footer-right {
        grid-column: 1 / -1;

        text-align: left;

        opacity: 0.6;
    }


    /* LIGHTBOX */

    #lightbox-image {
        max-width: 94vw;

        max-height: 82vh;
    }

    .lightbox-close {
        top: 18px;

        right: 20px;

        font-size: 32px;
    }

    .lightbox-prev {
        left: 15px;

        font-size: 20px;
    }

    .lightbox-next {
        right: 15px;

        font-size: 20px;
    }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
========================================================= */

@media (max-width: 380px) {

    .navbar {
        width: calc(100% - 24px);
    }

    .menu {
        gap: 11px;
    }

    .menu a {
        font-size: 6.5px;
    }

    .hero-title h1 {
        font-size: 55px;
    }

    .project-overlay h3 {
        font-size: 38px;
    }

    .contact-card-bottom strong {
        font-size: 17px;
    }

}@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Playfair+Display:wght@400&display=swap');


/* =========================================================
   BASE
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    background: #171717;
    color: #f4f2ee;

    font-family: "DM Sans", sans-serif;

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   NAVIGATION
========================================================= */

.navbar {
    position: absolute;

    top: 0;
    left: 50%;

    transform: translateX(-50%);

    width: min(1400px, calc(100% - 80px));

    padding: 30px 0;

    display: flex;

    justify-content: space-between;
    align-items: center;

    z-index: 100;
}

.logo {
    color: white;

    text-decoration: none;

    font-size: 13px;

    letter-spacing: 3px;

    font-weight: 500;
}

.menu {
    display: flex;

    gap: 35px;
}

.menu a {
    color: white;

    text-decoration: none;

    font-size: 10px;

    letter-spacing: 2px;

    opacity: 0.8;

    transition: opacity 0.3s ease;
}

.menu a:hover {
    opacity: 0.4;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    width: min(1400px, calc(100% - 80px));

    height: min(900px, 90vh);

    min-height: 650px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    background: #111;
}

.hero-image {
    position: absolute;

    inset: 0;
}

.hero-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    filter: brightness(0.72);
}

.hero-overlay {
    position: absolute;

    inset: 0;

    padding: 35px 40px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.hero-title {
    margin-top: auto;

    margin-bottom: 45px;
}

.hero-title p {
    font-size: 10px;

    letter-spacing: 5px;

    margin-bottom: 18px;

    opacity: 0.8;
}

.hero-title h1 {
    font-family: "Playfair Display", serif;

    font-size: clamp(75px, 10vw, 150px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -5px;
}

.hero-location {
    margin-top: 20px;

    font-size: 10px;

    letter-spacing: 4px;

    opacity: 0.65;
}

.hero-bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.hero-bottom span {
    font-size: 9px;

    letter-spacing: 2px;

    opacity: 0.65;
}

.hero-bottom a {
    color: white;

    text-decoration: none;

    font-size: 9px;

    letter-spacing: 3px;

    border-bottom: 1px solid rgba(255,255,255,0.5);

    padding-bottom: 8px;
}


/* =========================================================
   MAIN
========================================================= */

main {
    width: min(1400px, calc(100% - 80px));

    margin: 0 auto;
}


/* =========================================================
   WORK INTRO
========================================================= */

.work-intro {
    padding: 150px 5% 90px;

    background: #171717;
}

.eyebrow {
    font-size: 9px;

    letter-spacing: 4px;

    opacity: 0.45;

    margin-bottom: 25px;
}

.work-intro h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(55px, 7vw, 105px);

    font-weight: 400;

    line-height: 0.9;
}


/* =========================================================
   PROJECT COVERS
========================================================= */

.projects {
    display: grid;

    grid-template-columns: 1.25fr 1fr;

    gap: 25px;

    padding: 0 3% 140px;

    background: #171717;
}

.project-card {
    position: relative;

    overflow: hidden;

    color: white;

    cursor: pointer;

    aspect-ratio: 2 / 3;
}

.project-card:nth-child(2) {
    margin-top: 120px;

    aspect-ratio: 2 / 3;
}

.project-card:nth-child(3) {
    grid-column: 1 / -1;

    width: 68%;

    aspect-ratio: 2 / 3;

    margin: 70px auto 0;
}

.project-card img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}

.project-card:hover img {
    transform: scale(1.04);

    filter: brightness(0.6);
}

.project-overlay {
    position: absolute;

    inset: 0;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.2),
            transparent 45%,
            rgba(0,0,0,0.65)
        );
}

.project-overlay span {
    font-size: 10px;

    letter-spacing: 3px;

    opacity: 0.7;
}

.project-overlay h3 {
    font-family: "Playfair Display", serif;

    font-size: clamp(35px, 4.5vw, 65px);

    font-weight: 400;

    line-height: 0.9;
}

.project-overlay p {
    margin-top: 22px;

    font-size: 9px;

    letter-spacing: 3px;

    opacity: 0.7;
}


/* =========================================================
   PROJECT VIEW
========================================================= */

.project-view {
    display: none;

    padding: 90px 5% 140px;

    background: #171717;
}

.project-view.active {
    display: block;
}

.back-button {
    background: none;

    border: none;

    color: #f4f2ee;

    font-family: inherit;

    font-size: 9px;

    letter-spacing: 3px;

    cursor: pointer;

    margin-bottom: 90px;

    padding: 10px 0;

    opacity: 0.65;

    transition: opacity 0.3s ease;
}

.back-button:hover {
    opacity: 1;
}

.project-view-header {
    margin-bottom: 90px;
}

.project-view-header h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(65px, 8vw, 125px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -4px;
}


/* =========================================================
   PHOTO GRID
========================================================= */

.photo-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    align-items: start;
}

.gallery-item {
    width: 100%;

    overflow: hidden;

    cursor: pointer;

    position: relative;
}

.gallery-wide {
    grid-column: 1 / -1;
}

.gallery-half {
    grid-column: span 1;
}

.gallery-item img {
    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    object-fit: contain;

    transition:
        transform 0.7s cubic-bezier(.2,.7,.2,1),
        opacity 0.5s ease;
}

.gallery-item::after {
    content: "VOIR ↗";

    position: absolute;

    left: 22px;

    bottom: 20px;

    padding: 8px 11px;

    font-size: 8px;

    letter-spacing: 2px;

    background: rgba(0,0,0,0.65);

    color: #fff;

    opacity: 0;

    transform: translateY(8px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;

    pointer-events: none;
}

.gallery-item:hover img {
    transform: scale(1.025);

    opacity: 0.9;
}

.gallery-item:hover::after {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   LOAD MORE
========================================================= */

.load-more {
    display: block;

    margin: 85px auto 0;

    padding: 14px 28px;

    background: transparent;

    border: 1px solid rgba(244,242,238,0.5);

    color: #f4f2ee;

    font-family: inherit;

    font-size: 9px;

    letter-spacing: 3px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.load-more:hover {
    background: #f4f2ee;

    color: #171717;
}


/* =========================================================
   COLLABORATIONS
========================================================= */

.clients {
    padding: 130px 0 110px;

    background: #e9e6df;

    color: #171717;

    overflow: hidden;
}

.clients-intro {
    padding: 0 7%;

    margin-bottom: 60px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 40px;
}

.clients-intro .eyebrow {
    padding: 0;

    margin: 0;
}

.clients-description {
    max-width: 330px;

    font-size: 12px;

    line-height: 1.6;

    opacity: 0.55;

    text-align: right;
}

.collab-marquee {
    overflow: hidden;

    border-top: 1px solid rgba(23,23,23,0.18);

    border-bottom: 1px solid rgba(23,23,23,0.18);

    padding: 32px 0;
}

.collab-track {
    display: flex;

    align-items: center;

    width: max-content;

    gap: 50px;

    animation: marquee 32s linear infinite;
}

.collab-item {
    display: flex;

    flex-direction: column;

    gap: 6px;

    white-space: nowrap;
}

.collab-item strong {
    font-size: 13px;

    letter-spacing: 2.5px;

    font-weight: 500;
}

.collab-item small {
    font-size: 8px;

    letter-spacing: 2px;

    opacity: 0.45;
}

.collab-item.rmc {
    font-size: 18px;

    letter-spacing: 3px;
}

.collab-track > span {
    opacity: 0.35;

    font-size: 10px;
}

@keyframes marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

.collab-marquee:hover .collab-track {
    animation-play-state: paused;
}


/* =========================================================
   ABOUT
========================================================= */

.about {
    padding: 160px 8%;

    background: #f4f2ee;

    color: #171717;
}

.about h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(60px, 8vw, 115px);

    font-weight: 400;

    line-height: 0.9;

    margin-bottom: 65px;
}

.about-text {
    max-width: 620px;

    font-size: 17px;

    line-height: 1.8;

    opacity: 0.65;
}


/* =========================================================
   CONTACT
========================================================= */

.contact {
    min-height: 85vh;

    padding: 160px 8%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #171717;

    color: #f4f2ee;
}

.contact h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(80px, 10vw, 155px);

    font-weight: 400;

    line-height: 0.86;

    letter-spacing: -5px;

    margin: 25px 0 90px;
}


/* =========================================================
   CONTACT CARDS
========================================================= */

.contact-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    width: 100%;
}

.contact-card {
    min-height: 220px;

    padding: 32px;

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    text-decoration: none;

    color: #f4f2ee;

    border: 1px solid rgba(244,242,238,0.15);

    background: rgba(255,255,255,0.015);

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        background 0.45s ease;
}


/* =========================================================
   CONTACT ICONS
========================================================= */

.contact-icon {
    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.contact-icon svg {
    width: 50px;

    height: 50px;

    stroke-width: 1;

    transition:
        transform 0.45s ease,
        stroke-width 0.45s ease;
}


/* =========================================================
   CONTACT TEXT
========================================================= */

.contact-card-bottom {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.contact-card-bottom span {
    font-size: 9px;

    letter-spacing: 4px;

    opacity: 0.4;
}

.contact-card-bottom strong {
    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(18px, 1.4vw, 25px);

    font-weight: 400;

    letter-spacing: 0;

    line-height: 1.2;
}


/* =========================================================
   CONTACT ARROW
========================================================= */

.contact-arrow {
    position: absolute;

    top: 30px;

    right: 30px;

    font-size: 25px;

    opacity: 0.35;

    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}


/* =========================================================
   CONTACT HOVER
========================================================= */

.contact-card:hover {
    transform: translateY(-8px);

    background: rgba(255,255,255,0.035);

    border-color: rgba(244,242,238,0.35);
}

.contact-card:hover .contact-icon svg {
    transform: scale(1.08);

    stroke-width: 1.25;
}

.contact-card:hover .contact-arrow {
    opacity: 1;

    transform: translate(4px, -4px);
}


/* =========================================================
   CONTACT COLORS
========================================================= */

.email-card:hover {
    border-color: rgba(100,160,255,0.55);
}

.email-card:hover .contact-icon svg {
    stroke: #64a0ff;
}

.phone-card:hover {
    border-color: rgba(80,200,140,0.55);
}

.phone-card:hover .contact-icon svg {
    stroke: #50c88c;
}

.instagram-card:hover {
    border-color: rgba(225,48,108,0.65);
}

.instagram-card:hover .contact-icon svg {
    stroke: #e1306c;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;

    padding: 35px 8%;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    border-top: 1px solid rgba(244,242,238,0.1);

    background: #171717;

    color: #f4f2ee;

    font-size: 8px;

    letter-spacing: 2.5px;

    opacity: 0.45;
}

.footer-left {
    text-align: left;
}

.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .navbar {
        width: calc(100% - 50px);
    }

    .hero {
        width: calc(100% - 50px);

        height: 80vh;

        min-height: 600px;
    }

    main {
        width: calc(100% - 50px);
    }

    .projects {
        padding-left: 0;

        padding-right: 0;
    }

    .project-card {
        aspect-ratio: 2 / 3;
    }

    .project-card:nth-child(2) {
        aspect-ratio: 2 / 3;

        margin-top: 90px;
    }

    .project-card:nth-child(3) {
        width: 75%;

        aspect-ratio: 2 / 3;
    }

    .contact-cards {
        gap: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .navbar {
        width: calc(100% - 40px);

        padding: 22px 0;
    }

    .logo {
        font-size: 11px;

        letter-spacing: 2.5px;
    }

    .menu {
        gap: 18px;
    }

    .menu a {
        font-size: 8px;

        letter-spacing: 1.5px;
    }


    /* HERO */

    .hero {
        width: 100%;

        height: 100svh;

        min-height: 600px;

        margin: 0;
    }

    .hero-image img {
        object-position: center;
    }

    .hero-overlay {
        padding: 25px 20px 28px;
    }

    .hero-title {
        margin-bottom: 35px;
    }

    .hero-title p {
        font-size: 8px;

        letter-spacing: 4px;

        margin-bottom: 14px;
    }

    .hero-title h1 {
        font-size: clamp(55px, 17vw, 85px);

        letter-spacing: -3px;
    }

    .hero-location {
        font-size: 8px;

        letter-spacing: 3px;

        margin-top: 16px;
    }

    .hero-bottom {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }

    .hero-bottom span {
        font-size: 7px;

        letter-spacing: 1.5px;

        line-height: 1.6;
    }

    .hero-bottom a {
        font-size: 8px;

        letter-spacing: 2px;
    }


    /* MAIN */

    main {
        width: 100%;
    }


    /* WORK INTRO */

    .work-intro {
        padding: 90px 20px 55px;
    }

    .eyebrow {
        font-size: 8px;

        letter-spacing: 3px;

        margin-bottom: 20px;
    }

    .work-intro h2 {
        font-size: clamp(48px, 15vw, 72px);

        letter-spacing: -2px;
    }


    /* PROJECT COVERS */

    .projects {
        display: block;

        padding: 0 15px 90px;
    }

    .project-card,
    .project-card:nth-child(2),
    .project-card:nth-child(3) {

        width: 100%;

        height: auto;

        min-height: 0;

        max-height: none;

        margin: 0 0 15px;

        aspect-ratio: 2 / 3;
    }

    .project-card img {
        width: 100%;

        height: 100%;

        object-fit: cover;

        object-position: center;
    }

    .project-overlay {
        padding: 22px;
    }

    .project-overlay span {
        font-size: 8px;
    }

    .project-overlay h3 {
        font-size: clamp(36px, 11vw, 55px);
    }

    .project-overlay p {
        font-size: 8px;

        letter-spacing: 2px;

        margin-top: 18px;
    }


    /* PROJECT VIEW */

    .project-view {
        padding: 70px 15px 100px;
    }

    .back-button {
        margin-bottom: 65px;

        font-size: 8px;
    }

    .project-view-header {
        margin-bottom: 60px;
    }

    .project-view-header h2 {
        font-size: clamp(55px, 16vw, 78px);

        letter-spacing: -3px;
    }


    /* GALLERY */

    .photo-grid {
        display: flex;

        flex-direction: column;

        gap: 12px;
    }

    .gallery-item,
    .gallery-wide,
    .gallery-half {
        width: 100%;

        grid-column: auto;
    }

    .gallery-item img {
        width: 100%;

        height: auto;

        margin: 0 !important;

        transform: none !important;
    }

    .gallery-item::after {
        display: none;
    }


    /* LOAD MORE */

    .load-more {
        margin-top: 45px;

        padding: 13px 23px;

        font-size: 8px;
    }


    /* COLLABORATIONS */

    .clients {
        padding: 90px 0 75px;
    }

    .clients-intro {
        padding: 0 20px;

        display: block;

        margin-bottom: 40px;
    }

    .clients-intro .eyebrow {
        margin-bottom: 18px;
    }

    .clients-description {
        max-width: 280px;

        font-size: 11px;

        line-height: 1.6;

        text-align: left;
    }

    .collab-marquee {
        padding: 27px 0;
    }

    .collab-track {
        gap: 32px;

        animation-duration: 25s;
    }

    .collab-item strong {
        font-size: 11px;
    }

    .collab-item small {
        font-size: 7px;
    }

    .collab-item.rmc {
        font-size: 15px;
    }


    /* ABOUT */

    .about {
        padding: 100px 22px;
    }

    .about h2 {
        font-size: clamp(55px, 16vw, 80px);

        letter-spacing: -3px;

        margin-bottom: 45px;
    }

    .about-text {
        max-width: 100%;

        font-size: 15px;

        line-height: 1.7;
    }


    /* CONTACT */

    .contact {
        min-height: auto;

        padding: 110px 20px;
    }

    .contact h2 {
        font-size: clamp(65px, 18vw, 90px);

        letter-spacing: -3px;

        margin: 20px 0 60px;
    }

    .contact-cards {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .contact-card {
        min-height: 180px;

        padding: 27px;
    }

    .contact-icon {
        width: 58px;

        height: 58px;
    }

    .contact-icon svg {
        width: 45px;

        height: 45px;
    }

    .contact-card-bottom strong {
        font-size: 19px;
    }


    /* FOOTER */

    .site-footer {
        padding: 28px 20px;

        grid-template-columns: 1fr 1fr;

        row-gap: 15px;

        font-size: 7px;
    }

    .footer-left {
        text-align: left;
    }

    .footer-center {
        text-align: right;
    }

    .footer-right {
        grid-column: 1 / -1;

        text-align: left;

        opacity: 0.6;
    }


    /* LIGHTBOX */

    #lightbox-image {
        max-width: 94vw;

        max-height: 82vh;
    }

    .lightbox-close {
        top: 18px;

        right: 20px;

        font-size: 32px;
    }

    .lightbox-prev {
        left: 15px;

        font-size: 20px;
    }

    .lightbox-next {
        right: 15px;

        font-size: 20px;
    }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
========================================================= */

@media (max-width: 380px) {

    .navbar {
        width: calc(100% - 24px);
    }

    .menu {
        gap: 11px;
    }

    .menu a {
        font-size: 6.5px;
    }

    .hero-title h1 {
        font-size: 55px;
    }

    .project-overlay h3 {
        font-size: 38px;
    }

    .contact-card-bottom strong {
        font-size: 17px;
    }

}html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    display: block;
}

.navbar {
    margin: 0 !important;
}

.hero {
    margin-top: 0 !important;
}