/* ============================================================
   AZUR HOME COLLECTION — css/conciergerie.css
   Full responsive · PageSpeed 100
   ============================================================ */

.nav-link--active {
    color: var(--iron) !important;
    border-bottom: 1.5px solid var(--iron);
    padding-bottom: 2px
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.cx-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 600px
}

.cx-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0
}

.cx-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    transform: scale(1.08);
    will-change: transform
}

.cx-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 11, 9, .88) 0%, rgba(12, 11, 9, .55) 45%, rgba(12, 11, 9, .18) 100%)
}

.cx-hero-content {
    position: relative;
    z-index: 2;
    padding: 88px var(--pad) 48px;
    max-width: var(--maxw);
    margin: 0 auto;
    width: 100%;
    flex: 1
}

.cx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 28px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .6)
}

.cx-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .3s
}

.cx-breadcrumb a:hover {
    color: var(--sand)
}

.cx-breadcrumb span:last-child {
    color: #fff;
    font-weight: 400
}

.cx-breadcrumb span[aria-hidden] {
    color: rgba(255, 255, 255, .5);
    font-size: 11px
}

.cx-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .48);
    margin-bottom: 22px
}

.cx-h1 {
    font-family: var(--serif);
    font-size: clamp(44px, 6vw, 88px);
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: 22px;
    max-width: 700px
}

.cx-h1-line {
    display: block;
    overflow: hidden;
    line-height: 1.14
}

.cx-h1-w {
    display: block;
    will-change: transform, opacity
}

.cx-h1 em {
    font-style: italic;
    color: var(--sand)
}

.cx-sub {
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 200;
    color: rgba(255, 255, 255, .6);
    line-height: 1.85;
    max-width: 560px;
    margin-bottom: 36px
}

.cx-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

/* Bande bas hero */
.cx-hero-bottom {
    position: relative;
    z-index: 3;
    background: rgba(253, 250, 246, .97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--borders);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0 var(--pad);
    height: 64px;
    flex-shrink: 0
}

.cx-hero-bottom span {
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dim);
    white-space: nowrap
}

.cx-hb-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--sand2);
    flex-shrink: 0
}

/* ════════════════════════════════
   WRAP
════════════════════════════════ */
.cx-wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--pad)
}

/* ════════════════════════════════
   INTRO
════════════════════════════════ */
.cx-intro {
    background: var(--cream);
    padding: 96px 0
}

.cx-intro-inner {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 80px;
    align-items: center
}

.cx-intro-text .eyebrow {
    margin-bottom: 14px;
    display: block
}

.cx-intro-text h2 {
    margin-bottom: 20px
}

.cx-intro-text p {
    font-size: 14px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.9;
    max-width: 480px
}

.cx-intro-img {
    overflow: hidden;
    height: 420px
}

.cx-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.cx-intro-img .cx-img-cover {
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1)
}

.cx-intro-img:hover .cx-img-cover {
    transform: scale(1.03)
}

/* ════════════════════════════════
   SERVICES HEAD
════════════════════════════════ */
.cx-services-head {
    text-align: center;
    padding: 96px var(--pad) 72px;
    max-width: var(--maxw);
    margin: 0 auto
}

.cx-services-head .eyebrow {
    margin-bottom: 12px;
    display: block
}

.cx-services-head h2 {
    font-size: clamp(32px, 4vw, 56px)
}

/* ════════════════════════════════
   SERVICE ARTICLE
════════════════════════════════ */
.cx-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    overflow: hidden
}

.cx-service--img-right {
    direction: rtl
}

.cx-service--img-right>* {
    direction: ltr
}

.cx-service-img {
    position: relative;
    overflow: hidden
}

.cx-service-img .cx-img-cover {
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1)
}

.cx-service-img:hover .cx-img-cover {
    transform: scale(1.04)
}

.cx-service-img-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    background: rgba(12, 11, 9, .35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 5px 12px
}

.cx-service-body {
    background: var(--white);
    padding: 72px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0
}

.cx-service-num {
    font-family: var(--serif);
    font-size: 64px;
    font-weight: 300;
    color: rgba(215, 206, 178, .25);
    line-height: 1;
    margin-bottom: 16px
}

.cx-service-body h2 {
    font-family: var(--serif);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 300;
    line-height: 1.1;
    color: var(--iron);
    margin-bottom: 18px
}

.cx-service-body h2 em {
    font-style: italic;
    color: var(--sand2)
}

.cx-service-body>p {
    font-size: 13.5px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.9;
    margin-bottom: 24px;
    max-width: 440px
}

.cx-service-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid var(--borders);
    padding-top: 20px;
    margin-bottom: 28px
}

.cx-service-list li {
    font-size: 11px;
    font-weight: 300;
    color: var(--khaki);
    letter-spacing: .5px;
    padding-left: 16px;
    position: relative
}

.cx-service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--sand2);
    font-size: 10px
}

.cx-service-cta {
    align-self: flex-start;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--iron);
    border: none;
    border-bottom: 1px solid var(--iron);
    padding-bottom: 2px;
    background: none;
    cursor: pointer;
    transition: all .3s
}

.cx-service-cta:hover {
    color: var(--sand2);
    border-color: var(--sand2)
}

/* Image pleine largeur */
.cx-full-img {
    position: relative;
    height: 480px;
    overflow: hidden
}

.cx-full-img .cx-img-cover {
    transition: transform 12s linear
}

.cx-full-img:hover .cx-img-cover {
    transform: scale(1.03)
}

.cx-full-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 11, 9, .28);
    display: flex;
    align-items: flex-end;
    padding: 28px 40px
}

.cx-full-img-label {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7)
}

/* ════════════════════════════════
   ZONES
════════════════════════════════ */
.cx-zones {
    background: var(--iron);
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.cx-zones::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(215, 206, 178, .07) 0%, transparent 60%)
}

.cx-zones-head {
    text-align: center;
    margin-bottom: 56px;
    position: relative;
    z-index: 1
}

.cx-zones-head p {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
    max-width: 520px;
    margin: 14px auto 0
}

.cx-zones-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    position: relative;
    z-index: 1
}

.cx-zone {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(215, 206, 178, .12);
    padding: 40px 32px;
    transition: background .4s
}

.cx-zone:hover {
    background: rgba(255, 255, 255, .09)
}

.cx-zone h3 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 14px
}

.cx-zone p {
    font-size: 12.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, .48);
    line-height: 1.8;
    margin-bottom: 20px
}

.cx-zone-link {
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sand);
    border-bottom: 1px solid rgba(215, 206, 178, .3);
    padding-bottom: 1px;
    text-decoration: none;
    transition: color .3s, border-color .3s
}

.cx-zone-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .5)
}

/* ════════════════════════════════
   GALERIE
════════════════════════════════ */
.cx-galerie {
    overflow: hidden
}

.cx-galerie-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 440px
}

.cx-galerie-item {
    position: relative;
    overflow: hidden
}

.cx-galerie-item .cx-img-cover {
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1)
}

.cx-galerie-item:hover .cx-img-cover {
    transform: scale(1.04)
}

.cx-galerie-item--center {
    border-left: 3px solid var(--white);
    border-right: 3px solid var(--white)
}

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.cx-faq {
    background: var(--cream);
    padding: 96px 0
}

.cx-faq-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 80px;
    align-items: start
}

.cx-faq-left h2 {
    margin-bottom: 14px
}

.cx-faq-left>p {
    font-size: 13px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.82;
    margin-bottom: 24px
}

.cx-faq-left>a {
    display: inline-block;
    margin-bottom: 24px
}

.cx-faq-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid var(--borders);
    padding-top: 20px
}

.cx-faq-contacts a {
    font-size: 11px;
    font-weight: 300;
    color: var(--dim);
    text-decoration: none;
    transition: color .3s
}

.cx-faq-contacts a:hover {
    color: var(--iron)
}

.cx-faq-list {
    display: flex;
    flex-direction: column
}

/* ════════════════════════════════
   CTA FINAL
════════════════════════════════ */
.cx-cta {
    background: var(--iron);
    padding: 96px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cx-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(215, 206, 178, .08) 0%, transparent 65%)
}

.cx-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 var(--pad)
}

.cx-cta h2 {
    color: #fff;
    margin-bottom: 16px;
    font-size: clamp(32px, 4vw, 52px)
}

.cx-cta h2 em {
    color: var(--sand)
}

.cx-cta-inner>p {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, .55);
    line-height: 1.85;
    margin-bottom: 36px
}

.cx-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.cx-cta-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    flex-wrap: wrap
}

.cx-cta-contacts a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .3s
}

.cx-cta-contacts a:hover {
    color: var(--sand)
}

.cx-cta-contacts span {
    color: rgba(255, 255, 255, .18)
}

/* Footer fn-col-title — même style que location */
.fn-col-title {
    font-size: 7.5px;
    font-weight: 400;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--khaki);
    margin-bottom: 4px
}

/* ════════════════════════════════
   RESPONSIVE 1100px
════════════════════════════════ */
@media(max-width:1100px) {
    .cx-intro-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .cx-intro-img {
        height: 320px
    }

    .cx-service {
        grid-template-columns: 1fr
    }

    .cx-service--img-right {
        direction: ltr
    }

    .cx-service-img {
        height: 320px;
        min-height: auto
    }

    .cx-service-body {
        padding: 48px 40px
    }

    .cx-zones-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2px
    }

    .cx-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

/* ════════════════════════════════
   RESPONSIVE 768px
════════════════════════════════ */
@media(max-width:768px) {
    .cx-hero-content {
        padding: 96px var(--pad) 36px
    }

    .cx-h1 {
        font-size: clamp(36px, 10vw, 56px)
    }

    .cx-sub {
        font-size: 13px;
        margin-bottom: 24px
    }

    .cx-hero-ctas {
        flex-direction: column;
        gap: 10px
    }

    .cx-hero-ctas .btn-sand,
    .cx-hero-ctas .btn-ghost-light {
        width: 100%;
        justify-content: center;
        text-align: center
    }

    .cx-hero-bottom {
        height: auto;
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px var(--pad);
        justify-content: center
    }

    .cx-hb-dot {
        display: none
    }

    .cx-intro {
        padding: 64px 0
    }

    .cx-intro-img {
        height: 240px
    }

    .cx-services-head {
        padding: 64px var(--pad) 48px
    }

    .cx-service-body {
        padding: 36px 24px
    }

    .cx-service-num {
        font-size: 44px
    }

    .cx-service-img {
        height: 260px
    }

    .cx-full-img {
        height: 280px
    }

    .cx-zones {
        padding: 64px 0
    }

    .cx-zones-grid {
        grid-template-columns: 1fr
    }

    .cx-zone {
        padding: 28px 20px
    }

    .cx-galerie-grid {
        grid-template-columns: 1fr;
        height: auto
    }

    .cx-galerie-item {
        height: 220px
    }

    .cx-galerie-item--center {
        border: none;
        border-top: 3px solid var(--white);
        border-bottom: 3px solid var(--white)
    }

    .cx-faq {
        padding: 64px 0
    }

    .cx-cta {
        padding: 64px 0
    }

    .cx-cta-btns {
        flex-direction: column
    }

    .cx-cta-btns .btn-sand,
    .cx-cta-btns .btn-ghost-light {
        width: 100%;
        justify-content: center
    }
}

/* ════════════════════════════════
   RESPONSIVE 480px
════════════════════════════════ */
@media(max-width:480px) {
    .cx-service-body {
        padding: 28px 16px
    }

    .cx-zone {
        padding: 22px 16px
    }
}

/* REDUCED MOTION */
@media(prefers-reduced-motion:reduce) {

    .cx-hero-img,
    .cx-img-cover {
        transition: none !important
    }

    .cx-h1-w,
    .cx-eyebrow,
    .cx-sub,
    .cx-hero-ctas,
    .cx-hero-bottom {
        opacity: 1 !important;
        transform: none !important
    }
}