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

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

/* HERO */
.ges-hero {
    position: relative;
    height: 72vh;
    min-height: 600px;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

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

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

.ges-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 11, 9, .90) 0%, rgba(12, 11, 9, .58) 45%, rgba(12, 11, 9, .20) 100%)
}

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

.ges-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)
}

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

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

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

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

.ges-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
}

.ges-h1 {
    font-family: var(--serif);
    font-size: clamp(40px, 5.5vw, 80px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 22px;
    max-width: 640px
}

.ges-h1-line {
    display: block;
    overflow: hidden;
    line-height: 1.18
}

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

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

.ges-sub {
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 200;
    color: rgba(255, 255, 255, .58);
    line-height: 1.85;
    max-width: 540px;
    margin-bottom: 32px
}

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

.ges-hero-kpis {
    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;
    padding: 0 var(--pad);
    height: 100px;
    flex-shrink: 0
}

.ghk-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 40px
}

.ghk-n {
    font-family: var(--serif);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    color: var(--iron);
    line-height: 1
}

.ghk-l {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--khaki);
    white-space: nowrap
}

.ghk-sep {
    width: 1px;
    height: 40px;
    background: var(--borders);
    flex-shrink: 0
}

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

/* PROMESSE */
.ges-promesse {
    background: var(--cream);
    padding: 120px 0
}

.ges-promesse-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.gp-left h2 {
    margin-bottom: 20px
}

.gp-left p {
    font-size: 14px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.9;
    margin-bottom: 16px;
    max-width: 460px
}

.gp-left a {
    margin-top: 8px;
    display: inline-block
}

.gp-right {
    position: relative
}

.gp-img-wrap {
    overflow: hidden;
    height: 680px;
    position: relative
}

.gp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1)
}

.gp-img-wrap:hover .gp-img {
    transform: scale(1.03)
}

.gp-badge {
    position: absolute;
    bottom: -20px;
    left: -28px;
    background: var(--iron);
    color: var(--white);
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 12px 40px rgba(76, 87, 96, .22)
}

.gp-badge-n {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 300;
    color: var(--sand);
    line-height: 1
}

.gp-badge-l {
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    line-height: 1.5
}

/* GALERIE */
.ges-galerie {
    background: var(--white);
    overflow: hidden
}

.ges-galerie-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    height: 480px
}

.gg-item {
    overflow: hidden;
    position: relative
}

.gg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1)
}

.gg-item:hover .gg-img {
    transform: scale(1.04);
    filter: brightness(1.08) saturate(1.05)
}

.gg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 11, 9, .30);
    display: flex;
    align-items: flex-end;
    padding: 22px 24px;
    transition: background .5s ease
}

.gg-item:hover .gg-overlay {
    background: rgba(12, 11, 9, 0)
}

.gg-label {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85)
}

/* SERVICES */
.ges-services {
    background: var(--white);
    padding: 120px 0
}

.ges-services-head {
    text-align: center;
    margin-bottom: 64px
}

.ges-services-head h2 {
    margin-bottom: 14px
}

.ges-services-sub {
    font-size: 14px;
    font-weight: 300;
    color: var(--dim);
    max-width: 480px;
    margin: 0 auto
}

.ges-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px
}

.gs-card {
    background: var(--cream);
    padding: 52px 40px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: background .3s;
    position: relative;
    overflow: hidden
}

.gs-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--sand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.gs-card:hover {
    background: var(--cream2)
}

.gs-card:hover::before {
    transform: scaleX(1)
}

.gs-card-icon {
    color: var(--sand2);
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--borders);
    flex-shrink: 0
}

.gs-card h3 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 300;
    color: var(--iron);
    margin-bottom: 14px;
    line-height: 1.2
}

.gs-card>p {
    font-size: 13px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.82;
    margin-bottom: 20px;
    flex: 1
}

.gs-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-top: 1px solid var(--borders);
    padding-top: 16px
}

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

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

/* PROCESSUS */
.ges-process {
    background: var(--iron);
    padding: 120px 0;
    position: relative;
    overflow: hidden
}

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

.ges-process-head {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1
}

.ges-process-head h2 {
    margin-bottom: 0
}

.ges-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.ges-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 44px 36px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(215, 206, 178, .12);
    transition: background .4s
}

.ges-step:hover {
    background: rgba(255, 255, 255, .09)
}

.ges-step-n {
    font-family: var(--serif);
    font-size: 48px;
    font-weight: 300;
    color: rgba(215, 206, 178, .2);
    line-height: 1;
    margin-bottom: 16px
}

.ges-step h3 {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 12px
}

.ges-step p {
    font-size: 12.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    line-height: 1.8
}

.ges-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(215, 206, 178, .3);
    font-size: 20px;
    padding: 0 4px;
    margin-top: 60px;
    flex-shrink: 0;
    list-style: none
}

/* TÉMOIGNAGES */
.ges-temoignages {
    background: var(--cream2);
    padding: 120px 0
}

.ges-temo-head {
    margin-bottom: 56px
}

.ges-temoignages h2 {
    margin-bottom: 52px
}

.ges-temo-feature {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 3px;
    margin-bottom: 3px;
    min-height: 480px
}

.ges-temo-img {
    overflow: hidden;
    position: relative
}

.ges-temo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1)
}

.ges-temo-img:hover img {
    transform: scale(1.03)
}

.ges-temoignages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px
}

.ges-temo {
    background: var(--white);
    padding: 36px 32px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 2px solid transparent;
    transition: border-color .4s, box-shadow .4s
}

.ges-temo:hover {
    border-color: var(--sand);
    box-shadow: 0 8px 32px rgba(76, 87, 96, .08)
}

.ges-temo-stars {
    color: var(--sand2);
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    display: block
}

.ges-temo p {
    font-family: var(--serif);
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: var(--iron);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 24px
}

.ges-temo footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 18px;
    border-top: 1px solid var(--borders)
}

.ges-temo-name {
    font-size: 11px;
    font-weight: 400;
    color: var(--iron);
    letter-spacing: .5px
}

.ges-temo-villa {
    font-size: 9.5px;
    font-weight: 300;
    color: var(--khaki);
    letter-spacing: 1px
}

.ges-temo--large {
    background: var(--iron);
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ges-temo--large .ges-temo-stars {
    color: var(--sand2)
}

.ges-temo--large p {
    font-family: var(--serif);
    font-size: clamp(17px, 2vw, 22px);
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, .9);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 32px
}

.ges-temo--large .ges-temo-name {
    color: var(--sand);
    font-size: 12px;
    letter-spacing: 1px
}

.ges-temo--large .ges-temo-villa {
    color: rgba(255, 255, 255, .35);
    font-size: 9.5px;
    letter-spacing: 1px
}

.ges-temo--large footer {
    border-top: 1px solid rgba(215, 206, 178, .15)
}

/* FAQ */
.ges-faq {
    background: var(--cream);
    padding: 120px 0
}

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

.ges-faq-left h2 {
    margin-bottom: 16px
}

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

.ges-faq-left>a {
    display: inline-block
}

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

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

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

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

.ges-cta h2 {
    color: #fff;
    margin-bottom: 16px
}

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

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

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

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

.ges-cta-contacts a {
    color: rgba(255, 255, 255, .45);
    transition: color .3s
}

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

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

/* FOOTER — identique à location.css */
.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) {
    .ges-promesse-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .gp-badge {
        left: 0;
        bottom: -16px
    }

    .gp-img-wrap {
        height: 480px
    }

    .ges-services-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ges-steps {
        flex-direction: column;
        gap: 2px
    }

    .ges-step-arrow {
        transform: rotate(90deg);
        margin: 0 auto
    }

    .ges-temoignages-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px
    }

    .ges-temo-feature {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .ges-temo-img {
        height: 320px
    }

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

    .ges-galerie-grid {
        height: auto
    }

    .gg-right-col {
        grid-template-rows: 280px 280px
    }

    .gg-item--tall {
        height: 380px
    }
}

/* RESPONSIVE 768px */
@media(max-width:768px) {
    .ges-hero {
        height: auto;
        max-height: none;
        min-height: auto
    }

    .ges-hero-content {
        padding: 96px var(--pad) 32px
    }

    .ges-h1 {
        font-size: clamp(32px, 9vw, 52px)
    }

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

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

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

    .ges-hero-kpis {
        height: auto;
        flex-wrap: wrap;
        padding: 16px var(--pad);
        gap: 16px;
        justify-content: center
    }

    .ghk-item {
        padding: 0 16px
    }

    .ghk-sep {
        display: none
    }

    .ges-promesse {
        padding: 72px 0 80px
    }

    .gp-img-wrap {
        height: 300px
    }

    .gp-badge {
        left: 16px;
        bottom: -12px;
        padding: 14px 18px
    }

    .gp-badge-n {
        font-size: 26px
    }

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

    .gg-item--tall {
        height: 260px
    }

    .gg-right-col {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px;
        gap: 3px
    }

    .ges-services {
        padding: 72px 0
    }

    .ges-services-grid {
        grid-template-columns: 1fr;
        gap: 2px
    }

    .gs-card {
        padding: 32px 20px
    }

    .ges-process {
        padding: 72px 0
    }

    .ges-step {
        padding: 24px 16px
    }

    .ges-step-arrow {
        display: none
    }

    .ges-step-n {
        font-size: 36px
    }

    .ges-temoignages {
        padding: 72px 0
    }

    .ges-temo-img {
        height: 220px
    }

    .ges-temoignages-grid {
        grid-template-columns: 1fr
    }

    .ges-temo--large {
        padding: 28px 20px
    }

    .ges-temo--large p {
        font-size: 15px
    }

    .ges-faq {
        padding: 72px 0
    }

    .ges-cta {
        padding: 72px 0
    }

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

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

/* RESPONSIVE 480px */
@media(max-width:480px) {
    .gg-right-col {
        grid-template-columns: 1fr;
        grid-template-rows: 160px 160px
    }

    .ghk-item {
        padding: 0 14px
    }
}

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

    .ges-hero-img,
    .gp-img,
    .gg-img {
        transition: none !important
    }

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

    .gs-card::before {
        transition: none !important
    }
}