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

ul,
ol {
    list-style-type: none;
}

    @font-face {font-family: 'M-light'; src: url('../fonts/Metric-Light.woff2') format('woff2');}  
    @font-face {font-family: 'M-thin'; src: url('../fonts/Metric-Thin.woff2') format('woff2');}
    @font-face {font-family: 'M-bold'; src: url('../fonts/Metric-Bold.woff2') format('woff2');}
    @font-face {font-family: 'M-outfit'; src: url('../fonts/Outfit-Black.woff2') format('woff2');}   
    @font-face {font-family: 'M-black'; src: url('../fonts/Metric-Black.woff2') format('woff2');}
    @font-face {font-family: 'M-meduim'; src: url('../fonts/Metric-Medium.woff2') format('woff2');}
    @font-face {font-family: 'M-black-italic'; src: url('../fonts/Metric-BlackItalic.woff2') format('woff2');}
    @font-face {font-family: 'M-regular'; src: url('../fonts/Metric-Regular.woff2') format('woff2');}

html {
    scroll-behavior: smooth;
}

body, html {
    width: 100%;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto;
    background: #181818;
}

img {
    max-width: 100%;
}

span {
    font-family: M-bold;
    color: #ffffff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 3;
}

.logo-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px;
}

.logo-wrapper img {
    width: clamp(14rem, 5.8511rem + 21.2766vw, 25rem);
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
    animation: fadeIn 1.2s ease-out forwards;
    padding-bottom: 5px;
}

.webdesign{
        font-family: M-light;
    color: #ffffff;
    padding-top: 30px;
    font-size: 16px;
    font-size: clamp(1rem, 0.875rem + 0.5556vw, 1.375rem);
}

    .webdesign a {
    color: inherit;
    text-decoration: none;
    font-family: M-bold;
    }

    .webdesign a:hover {
    text-decoration: underline;
    }

.separate {
    height: 1px;
    width: 80%;
    background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}
.gallery-title {

    color: #ffffff;
    font-family: M-thin;
    font-size: clamp(2.5rem, 1.8rem + 2vw, 4.2rem);
    font-size: 35px;
    letter-spacing: -0.03em;
   display: none;
}

.slogan {
    color: #ffffff;
    font-family: M-light;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 0.9176rem + 1.0638vw, 1.875rem);
    opacity: 0;
    animation: fadeIn 1.6s ease-out 0.5s forwards;
}

.hero-buttons {
    margin-top: 35px;
}

.btn-hero {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
}

.btn-primary {
    color: #d4d4d4;
    font-family: M-light;
    font-size: 25px;
    letter-spacing: -0.01em;
}

.btn-primary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #d4d4d4;
    transition: width 0.3s ease;
}

.btn-primary:hover {
    color: #ffffff;
}

.btn-primary:hover::after {
    width: 100%;
}

    .separate {
        height: 1px;
        width: 80%;
        background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 100%);
        margin: 0 auto;  
        margin-bottom: 10px;
    }

.hero-gallery {
    position: relative;
    width: 100%;
    height: 10vh;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.content-presentation {
    background: linear-gradient(180deg, #3f3f3f 0%, #000 90%);
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.block-presentation {
    width: 70%;
    margin: 0 auto;
}

.logo-presentation {
    width: 40%;
    padding-bottom: 20px;
    padding-top: 0px;
    margin: 0 auto;
}

.slogan-presention {
    color: #bbbbbb;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin: 15px auto;
}

.gallery-section {
    background: #000000;
    /* padding: 60px 20px 80px; */
}

.gallery-grid {
    width: 65%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.gallery-card {
    display: block;
    overflow: hidden;
    background: #111;
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.gallery-card:hover img {
    transform: scale(1.03);
    opacity: 0.92;
}

.content-contact {
    background: linear-gradient(0deg, #1d1f1e 50%, #23292d 100%);
    background: linear-gradient(0deg, #23292d 50%, #000000 100%);
    padding: 30px 0px;
    text-align: center;
}

.block-contact {
    margin: 0 auto;
    width: 70%;
}

.slogan-contact-title {
    color: #1ABCE0;
    font-size: 35px;
    font-family: M-black;
    margin-bottom: 20px;
    text-decoration: none;
}

.slogan-contact-phone {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slogan-contact-phone a {
    color: #adadad;
    font-size: 25px;
    font-family: M-regular;
    text-decoration: none;
}

.slogan-contact-phone a:hover {
    color: #ffffff;
}

.slogan-contact-up {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.slogan-contact {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.logo-contact-lg {
    width: 15%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.logo-contact-pm {
    width: 6%;
    margin-top: 20px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    margin-bottom: 10px;
    padding-top: 20px;
}

.slogan-footer {
    text-align: center;
    color: #505050;
    font-family: M-light;
    font-size: 16px;
}

.separate-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}



.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.92);
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    touch-action: none;
}

.lightbox.is-open {
    display: flex;
}

.lightbox-content {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    display: block;
}

.close-lightbox {
    position: fixed;
    top: 20px;
    right: 24px;
    bottom: auto;
    left: auto;
    background: transparent;
    border: 0;
    color: white;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
    padding: 0;
}

.nav-lightbox {
    position: fixed;
    bottom: 20px;
    top: auto;
    transform: none;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-left {
    left: calc(50% - 70px);
}

.nav-right {
    left: calc(50% + 16px); 
    right: auto;
}

.no-barre{
    text-decoration: none;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


.top-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 1;
}

@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 92%;
    }
}

@media (max-width: 600px) {
    .btn-primary {
        /* color: #ffffff; */
        /* font-family: M-thin; */
        font-size: 20px;
        letter-spacing: -0.01em;
    }

    .hero-gallery {
        min-height: 85vh;
    }

    .block-presentation,
    .block-contact {
        width: 90%;
    }

    .logo-presentation {
        width: 70%;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 92%;
        gap: 10px;
    }

    .logo-contact-pm {
        width: 15%;
        margin-top: 20px;
        padding-left: 15px;
    }

    .logo-contact-lg {
        width: 40%;
    }

    .slogan-contact-up {
        font-size: 30px;
    }

    .slogan-contact {
        font-size: 20px;
    }

    .slogan-contact-title {
        font-size: 35px;
        text-decoration: none;
    }

    .slogan-contact-phone a {
        font-size: 20px;
    }

    .content-presentation {
        padding-top: 50px;
        padding-bottom: 20px;
    }


}




.top-nav a {
    color: #ffffff;
    text-decoration: none;
    font-family: M-light;
    font-size: 18px;
    letter-spacing: -0.02em;
}

@media (max-width: 600px) {
    .top-nav {
        gap: 20px;
        padding: 14px 10px;
    }
    
    .top-nav a {
        font-size: 18px;
    }
    .top-nav {
    gap: 30px;
    }
}






.lightbox-content {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    display: block;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
    will-change: transform;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.studio {
    color: #1ABCE0;
}