/* =========================================================
   RESET & BASE
========================================================= */

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fdfcf9;
    color: #111;

    font-family: 'Montserrat', sans-serif;

    line-height: 1.6;

    -webkit-font-smoothing: antialiased;

    overflow-x: hidden;
}

/* =========================================================
   NAVIGATION
========================================================= */

.header-luxe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 100;

    padding: 52px 0;
}

.nav-luxe {
    max-width: 1450px;

    margin: 0 auto;

    padding: 0 70px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-signature {
    font-family: 'Playfair Display', serif;

    text-transform: uppercase;

    letter-spacing: 11px;

    font-size: 1.02rem;

    color: rgba(255,255,255,0.92);
}

.menu-luxe {
    display: flex;

    list-style: none;

    gap: 38px;
}

.menu-luxe a {
    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 4px;

    font-size: 0.64rem;
    font-weight: 300;

    color: rgba(255,255,255,0.88);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.menu-luxe a:hover {
    opacity: 1;

    transform: translateY(-1px);
}

/* =========================================================
   HERO
========================================================= */

.hero-container {
    position: relative;

    height: 100vh;

    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.hero-experience {
    height: 78vh;
}

.hero-image {
    position: absolute;

    inset: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    animation: heroZoom 24s ease-in-out infinite alternate;

    transform-origin: center center;
}

@keyframes heroZoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/* =========================================================
   HERO OVERLAY
========================================================= */

.hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.04) 0%,
            rgba(0,0,0,0.10) 40%,
            rgba(0,0,0,0.40) 100%
        );
}

/* =========================================================
   HERO LIGHT EFFECT
========================================================= */

.hero-container::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 20% 25%,
            rgba(255,210,140,0.20),
            transparent 35%
        );

    z-index: 2;

    pointer-events: none;
}

/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -55%);

    z-index: 10;

    width: 100%;

    padding: 0 40px;

    text-align: center;

    color: rgba(255,255,255,0.96);

    opacity: 0;

    animation: heroReveal 1.5s ease forwards;
}

@keyframes heroReveal {

    from {
        opacity: 0;
        transform: translate(-50%, -52%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -55%);
    }
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;

    font-size: clamp(2rem, 4.5vw, 4.3rem);

    text-transform: uppercase;

    letter-spacing: 18px;

    font-weight: 400;

    line-height: 1.1;

    margin-bottom: 22px;

    text-shadow: 0 10px 35px rgba(0,0,0,0.22);
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;

    font-style: italic;

    font-size: clamp(1.1rem, 2vw, 1.65rem);

    opacity: 0.95;

    line-height: 1.7;

    text-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
/* =========================================================
   HERO BUTTON
========================================================= */

.btn-luxe {
    display: inline-block;

    padding: 20px 54px;

    margin-top: 45px;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(255,255,255,0.38);

    color: rgba(255,255,255,0.92);

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 7px;

    font-size: 0.66rem;
    font-weight: 300;

    backdrop-filter: blur(3px);

    transition:
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.btn-luxe:hover {
    background: rgba(255,255,255,0.92);

    color: #111;

    border-color: rgba(255,255,255,0.92);

    transform: translateY(-1px);
}

/* =========================================================
   CTA BUTTON
========================================================= */

.btn-experience {
    display: inline-block;

    padding: 20px 54px;

    border: 1px solid #111;

    background: transparent;

    color: #111;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 7px;

    font-size: 0.66rem;
    font-weight: 300;

    transition:
        all 0.35s ease;
}

.btn-experience:hover {
    background: #111;

    color: #fff;

    transform: translateY(-1px);
}

/* =========================================================
   SECTIONS
========================================================= */

.section-blanche {
    position: relative;

    padding: 120px 20px;

    background: #fdfcf9;

    display: flex;
    justify-content: center;

    text-align: center;
}

.hero-experience + .section-blanche {
    background: #f8f5f1;
}

.section-blanche:first-of-type {
    padding-top: 170px;
}

.bloc-texte {
    width: 100%;

    max-width: 980px;
}

.titre-serif {
    font-family: 'Playfair Display', serif;

    text-transform: uppercase;

    letter-spacing: 10px;

    font-size: clamp(1.8rem, 4vw, 2.8rem);

    margin-bottom: 20px;
}

.italique-serif {
    font-family: 'Playfair Display', serif;

    font-style: italic;

    font-size: clamp(1.2rem, 3vw, 1.7rem);

    line-height: 1.8;

    color: #4b4b4b;
}

.tagline-editorial {
    margin-top: 20px;

    text-transform: uppercase;

    letter-spacing: 6px;

    font-size: 0.63rem;

    color: #999;
}

.texte-seo {
    margin-top: 38px;

    max-width: 760px;

    margin-left: auto;
    margin-right: auto;

    font-size: 1rem;

    line-height: 1.95;

    color: #1d1d1d;
}

.texte-seo p {
    margin-bottom: 28px;
}

/* =========================================================
   IMAGES
========================================================= */

.section-image {
    padding: 0 0 30px 0;

    background: #fdfcf9;

    display: flex;
    justify-content: center;
}

.ecrin-image {
    width: 84%;

    max-width: 1250px;

    overflow: hidden;
}

.ecrin-image img {
    width: 100%;

    display: block;

    transition: transform 6s ease;
}

.ecrin-image:hover img {
    transform: scale(1.02);
}

/* =========================================================
   TRIPTYQUE
========================================================= */

.triptyque-container {
    display: flex;
    flex-direction: row;

    gap: 24px;

    width: 96%;
    max-width: 1500px;

    margin: 70px auto;
}

.photo-verticale {
    flex: 1;
    height: 700px;
    overflow: hidden;
}
.photo-verticale img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition:
        transform 1.2s ease,
        filter 1s ease;
}

.photo-verticale:hover img {
    transform: scale(1.03);
    filter: brightness(1.03);
}

/* =========================================================
   IMAGE FINALE
========================================================= */

.image-finale {
    width: 95vw;

    max-width: 1300px;

    margin-left: auto;
    margin-right: auto;

    margin-top: 90px;
    margin-bottom: 35px;

    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.image-finale img {
    width: 100%;
    display: block;
}

/* =========================================================
   PHILOSOPHIE
========================================================= */

.philosophie-container {
    margin-top: 90px;
}


.philosophie-finale {
    margin-top: 100px;

    margin-bottom: 30px;
}

.philosophie-finale .italique-serif {
    line-height: 1.8;

    color: #555;
}

/* =========================================================
   CTA FINAL
========================================================= */

.cta-final {
    margin-top: 80px;

    margin-bottom: 40px;

    display: flex;
    justify-content: center;
}

.cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 24px;
}

.mention-recommandation {
    font-family: 'Playfair Display', serif;

    font-style: italic;

    font-size: 0.95rem;

    color: #777;
}

/* =========================================================
   FOOTER
========================================================= */

.footer-luxe {
    padding: 50px 20px 70px;

    background: #fdfcf9;

    text-align: center;

    border-top: 1px solid #efefef;
}

.footer-luxe a,
.footer-luxe a:visited {
    color: #888;
    text-decoration: none;
}
.footer-luxe a:hover {
    color: #111;
}


.villes-luxe {
    margin-bottom: 20px;

    font-size: 0.63rem;

    letter-spacing: 5px;

    text-transform: uppercase;
}

.villes-luxe a {
    text-decoration: none;

    color: #888;

    transition: color 0.35s ease;
}

.villes-luxe a:hover {
    color: #111;
}

.copyright-final {
    margin-top: 12px;
    font-size: 0.58rem;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #bbb;
}

/* =========================================================
   APPARITIONS
========================================================= */

.fade-in {
    opacity: 0;

    transform: translateY(22px);

    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}

.fade-in.visible {
    opacity: 1;

    transform: translateY(0);
}

/* =========================================================
   FORMULAIRE
========================================================= */

.form-contact {
    text-align: left;

    margin-top: 45px;
}

.form-row {
    display: flex;

    gap: 30px;

    margin-bottom: 25px;
}

.form-group {
    flex: 1;

    display: flex;
    flex-direction: column;

    margin-bottom: 25px;
}

.form-group label {
    font-size: 0.65rem;

    text-transform: uppercase;

    letter-spacing: 3px;

    margin-bottom: 10px;

    color: #888;
}

.form-group input,
.form-group textarea,
.select-luxe {
    width: 100%;

    border: none;
    border-bottom: 1px solid #ddd;

    padding: 12px 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;

    background: transparent;

    outline: none;

    transition: border-color 0.35s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.select-luxe:focus {
    border-bottom: 1px solid #111;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {

    .nav-luxe {
        flex-direction: column;

        gap: 20px;

        padding: 0 20px;
    }

    .hero-content {
        left: 50%;
        top: 50%;

        width: 100%;

        padding: 0 25px;

        transform: translate(-50%, -50%);
    }

    .hero-content h1 {
        font-size: clamp(1.8rem, 9vw, 3rem);

        letter-spacing: 8px;
    }
  

    .hero-subtitle {
        display: none;
    }

    .section-blanche {
        padding: 95px 24px;
    }

    .ecrin-image,
    .triptyque-container {
        width: 95%;
    }

    .triptyque-container {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;

        gap: 0;
    }

    .texte-seo {
        font-size: 0.96rem;

        line-height: 1.85;
    }

    .btn-luxe,
    .btn-experience {
        letter-spacing: 4px;

        padding: 16px 32px;
    }
}