/* ======= Page d’accueil — maquette client Accueil.ai ======= */

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/accueil/Unbounded-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/accueil/Unbounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/accueil/Unbounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/accueil/Unbounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/accueil/Unbounded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/accueil/Syne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/accueil/Syne-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/accueil/Syne-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/accueil/Syne-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.page-home.fixed-header header,
body.page-about.fixed-header header {
    background-color: rgba(21, 21, 21, 0.3);
}

.art-of-detail-sec {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.art-of-detail-sec .art-anim-sec {
    width: 100%;
    background-size: cover !important;
    background-position: 70% center !important;
}

.art-of-detail-sec .art-anim-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255, 255, 255, 0.55) 58%, rgba(255, 255, 255, 0) 78%);
}

.art-of-detail-sec .art-anim-sec .container {
    position: relative;
    z-index: 1;
}

.art-of-detail-sec .artcontent-sec .home-hero__title {
    margin: 0 0 1.35rem;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: clamp(1.7rem, 3.2vw, 42px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #a68365;
}

.art-of-detail-sec .artcontent-sec .home-hero__text {
    margin: 0 0 1.75rem;
    max-width: 34.5rem;
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 1.25vw, 21px);
    line-height: 1.35;
    color: #282829;
}

body.page-home .key-numbers-section {
    background: #fff;
    padding-top: clamp(2.5rem, 5vw, 4.25rem);
    padding-bottom: clamp(2.75rem, 6vw, 5.5rem);
}

body.page-home .key-numbers-section .key-numbers-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.page-home .key-numbers-section .row {
    --bs-gutter-x: 1.5rem;
}

body.page-home .key-numbers-value-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #a68365;
    margin-bottom: 0.15em;
}

body.page-home .key-numbers-section .key-numbers-value,
body.page-home .key-numbers-suffix {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: clamp(2.6rem, 5.2vw, 80px);
    line-height: 1.05;
    color: #a68365;
    letter-spacing: -0.03em;
}

body.page-home .key-numbers-section .key-numbers-label {
    font-family: 'Syne', sans-serif;
    font-weight: 500;
    font-size: clamp(0.85rem, 1.4vw, 25px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282829;
    margin: 0 auto;
    max-width: none;
}

body.page-home .rooms1.rooms1--home-featured .heading-2.home-projects__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: clamp(0.95rem, 1.3vw, 22.5px);
    letter-spacing: 0.08em;
    color: #a08076;
    padding-bottom: 45px;
}

body.page-home .rooms1-featured-cta {
    margin-top: 42px;
}

body.page-home .testimonials-box .head-box h4 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 200;
    font-size: clamp(1.15rem, 1.6vw, 1.6rem);
    letter-spacing: 0.02em;
}

body.page-home .home-get-touch {
    background: #fff;
}

body.page-home .home-get-touch__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    font-size: clamp(1.15rem, 1.4vw, 18.3px);
    letter-spacing: 0;
    color: #000;
}

body.page-home .home-get-touch__lead {
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    color: #000;
    max-width: 36rem;
}

body.page-home .home-get-touch__card--newsletter .home-get-touch__title {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    color: #fff;
}

body.page-home .home-get-touch__card--newsletter .home-get-touch__lead {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #fff;
}

body.page-home .home-get-touch__card--contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
}

body.page-home .home-get-touch__card--contact .home-get-touch__lead {
    margin-bottom: 1.25rem;
}

body.page-home .home-get-touch__card--contact .button-1.white {
    align-self: flex-start;
    min-width: 195px;
}

body.page-home .home-get-touch__form .home-get-touch__submit.butn-dark2,
body.page-home .home-get-touch__form .butn-dark2 {
    width: 100%;
}

body.page-home .home-get-touch__submit-wrap {
    justify-content: stretch;
}

body.page-home #projets {
    scroll-margin-top: 96px;
}

@media (max-width: 991px) {
    .art-of-detail-sec .art-anim-sec::before {
        background: linear-gradient(180deg, #fff 0%, #fff 48%, rgba(255, 255, 255, 0.72) 70%, rgba(255, 255, 255, 0.2) 100%);
    }

    .art-of-detail-sec .artcontent-sec .home-hero__title {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
    }

    .art-of-detail-sec .artcontent-sec .home-hero__text {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    body.page-home .key-numbers-section .key-numbers-item {
        align-items: center;
        text-align: center;
    }

    body.page-home .key-numbers-value-wrap {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    body.page-home .key-numbers-section .key-numbers-value,
    body.page-home .key-numbers-suffix {
        font-size: 2.35rem;
    }

    body.page-home .rooms1.rooms1--home-featured .heading-2.home-projects__title {
        font-size: 0.92rem;
        letter-spacing: 0.06em;
        line-height: 1.45;
        padding-bottom: 28px;
    }
}
