:root {
    --home-ink: #17232b;
    --home-muted: #5f6c72;
    --home-blue: #087f9c;
    --home-blue-dark: #07556b;
    --home-yellow: #ffc928;
    --home-coral: #f16c4f;
    --home-sky: #eaf8fb;
    --home-cream: #fffaf0;
    --home-white: #fff;
    --home-border: rgba(23, 35, 43, .12);
    --home-shadow: 0 20px 55px rgba(20, 63, 76, .12);
    --home-radius: 28px;
}

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.arly-web{position:absolute;bottom: 0;left:50%;}
.logo{display:grid;grid-template-columns:56px auto;grid-template-rows:auto auto;align-items:center;column-gap:30px;text-decoration:none;flex-shrink:0}.logo img{grid-row:1/3;width:80px;height:58px;object-fit:contain}.logo span{color:#ffffff;font-family:"Cormorant Garamond",serif;font-size:20px;font-weight:700;line-height: 0;letter-spacing:.12em}.logo span:last-child{font-family:"Inter",sans-serif;font-size:10px;font-weight:600;letter-spacing:.22em;margin-top:4px}

.home-page { background: var(--home-white); color: var(--home-ink); }
.home-page main { overflow: hidden; }
.home-page h1, .home-page h2, .home-page h3 { color: var(--home-ink); line-height: 1.08; }
.home-page h1, .home-page h2 { font-family: "Cormorant Garamond", Georgia, serif; }
.home-page p { color: var(--home-muted); }
.home-page img[src=""] { visibility: hidden; }
.home-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.home-section { padding: 110px 0; }
.home-kicker { margin-bottom: 14px; color: var(--home-blue) !important; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.home-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.home-heading h2, .home-copy h2 { font-size: clamp(2.4rem, 5vw, 4rem); }
.home-heading > p:last-child { margin-top: 18px; font-size: 1.05rem; }
.home-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.home-copy > p:not(.home-kicker) { margin-top: 22px; font-size: 1.02rem; }

.home-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid transparent; border-radius: 999px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.home-button:hover { transform: translateY(-2px); }
.home-button--primary { background: var(--home-coral); color: white; box-shadow: 0 12px 25px rgba(241, 108, 79, .25); }
.home-button--secondary { border-color: var(--home-blue); color: var(--home-blue-dark); background: transparent; }
.home-button--light { background: white; color: var(--home-blue-dark); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.home-text-link { color: var(--home-blue-dark); font-weight: 700; text-decoration: none; }
.home-media { min-height: 460px; overflow: hidden; border-radius: var(--home-radius); background: linear-gradient(135deg, #d8f4f7, #ffe7ac); box-shadow: var(--home-shadow); }
.home-media img { width: 100%; height: 100%; object-fit: cover; }

.home-hero { position: relative; padding: 90px 0 80px; background: linear-gradient(120deg, var(--home-sky), #fff 55%, var(--home-cream)); }
.home-hero::before { content: ""; position: absolute; width: 320px; height: 320px; top: -170px; right: 10%; border-radius: 50%; background: var(--home-yellow); opacity: .28; }
.home-hero__grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.home-hero__content { max-width: 680px; }
.home-hero h1 { max-width: 760px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.home-hero__lead { max-width: 630px; margin-top: 26px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.home-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.home-hero__visual { position: relative; min-height: 520px; display: flex; align-items: end; overflow: hidden; padding: 24px; border-radius: 46% 46% 24px 24px; background: linear-gradient(150deg, #87dce8, var(--home-blue)); box-shadow: var(--home-shadow); }
.home-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.home-hero__visual figcaption { position: relative; max-width: 320px; padding: 14px 18px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--home-ink); font-size: .88rem; }

.trust-strip { background: var(--home-blue-dark); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip p { display: flex; gap: 10px; align-items: center; justify-content: center; padding: 22px 16px; color: white; font-weight: 600; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.trust-strip p:last-child { border: 0; }
.trust-strip span { color: var(--home-yellow); }

.attraction__grid, .service-area__grid { display: grid; grid-template-columns: .95fr 1fr; gap: 80px; align-items: center; }
.home-checklist { display: grid; gap: 13px; margin-top: 28px; list-style: none; }
.home-checklist li { position: relative; padding-left: 29px; color: var(--home-ink); font-weight: 600; }
.home-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--home-coral); }

.use-modes { background: var(--home-cream); }
.use-modes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.use-card { position: relative; padding: 44px; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: white; }
.use-card__number { color: var(--home-coral); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.use-card h3 { margin-top: 50px; font-size: 1.8rem; }
.use-card p { margin: 18px 0 28px; }
.use-card a { color: var(--home-blue-dark); font-weight: 700; text-decoration: none; }
.use-card--accent { background: var(--home-blue); }
.use-card--accent h3, .use-card--accent p, .use-card--accent a { color: white; }
.use-card--accent .use-card__number { color: var(--home-yellow); }

.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; min-height: 430px; padding: 38px; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: white; }
.price-card__label { color: var(--home-coral) !important; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { min-height: 58px; margin-top: 12px; font-size: 1.55rem; }
.price-card__price { margin: 25px 0 18px; color: var(--home-ink) !important; }
.price-card__price strong { font-size: 2.7rem; }
.price-card .home-button { margin-top: auto; }
.price-card--featured { position: relative; border: 0; background: var(--home-blue-dark); transform: translateY(-14px); box-shadow: var(--home-shadow); }
.price-card--featured h3, .price-card--featured p, .price-card--featured .price-card__price { color: white !important; }
.price-card__badge { position: absolute; top: -16px; right: 24px; padding: 8px 14px; border-radius: 99px; background: var(--home-yellow); color: var(--home-ink) !important; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.pricing__note { margin-top: 28px; text-align: center; font-size: .88rem; }

.quick-request { background: var(--home-sky); }
.quick-request__box { padding: 55px; border-radius: 34px; background: white; box-shadow: var(--home-shadow); }
.quick-request__intro { max-width: 660px; margin-bottom: 35px; }
.quick-request h2 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
.quick-request__intro > p:last-child { margin-top: 14px; }
.event-form { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.event-form label { color: var(--home-ink); font-size: .8rem; font-weight: 700; }
.event-form input, .event-form select { width: 100%; height: 52px; margin-top: 8px; padding: 0 14px; border: 1px solid var(--home-border); border-radius: 12px; background: #fbfcfc; color: var(--home-ink); font: inherit; }
.event-form__submit { grid-column: 1 / -1; justify-self: end; margin-top: 10px; }

.gallery-preview__grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 240px 240px; gap: 18px; }
.gallery-preview__item { overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #d9f4f7, #ffe5a0); }
.gallery-preview__item--large { grid-row: 1 / 3; }
.gallery-preview__item img { width: 100%; height: 100%; object-fit: cover; }

.event-types { background: var(--home-cream); }
.event-types__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; }
.event-types li { min-height: 135px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border-radius: 18px; background: white; color: var(--home-ink); font-size: 1.05rem; font-weight: 700; box-shadow: 0 8px 26px rgba(40,55,60,.06); }
.event-types span { color: var(--home-coral); font-size: .75rem; }

.benefits { background: var(--home-blue-dark); }
.benefits__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.benefits__intro h2, .benefits__intro p:not(.home-kicker) { color: white; }
.benefits__intro .home-kicker { color: var(--home-yellow) !important; }
.benefits__list { display: grid; }
.benefits__list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.benefits__list article:first-child { padding-top: 0; }
.benefits__list span { color: var(--home-yellow); font-size: .76rem; font-weight: 800; }
.benefits__list h3 { color: white; font-size: 1.25rem; }
.benefits__list p { margin-top: 7px; color: rgba(255,255,255,.7); }

.service-area__grid { grid-template-columns: 1fr .8fr; }
.service-area__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.service-area__tags span { padding: 8px 14px; border-radius: 99px; background: var(--home-sky); color: var(--home-blue-dark); font-size: .84rem; font-weight: 700; }
.service-area__map { min-height: 390px; border-radius: 50% 50% 18px 18px; }

.upcoming { background: #f7f9f9; }
.upcoming__hint { max-width: 280px; text-align: right; }
.upcoming__empty { display: flex; gap: 22px; align-items: center; padding: 36px; border: 1px dashed rgba(8,127,156,.35); border-radius: 22px; background: white; }
.upcoming__empty > span { font-size: 2.5rem; color: var(--home-coral); }
.upcoming__empty p { margin-top: 6px; }

.final-cta { padding: 100px 0; background: linear-gradient(120deg, var(--home-blue), var(--home-blue-dark)); text-align: center; }
.final-cta__content { max-width: 800px; }
.final-cta .home-kicker { color: var(--home-yellow) !important; }
.final-cta h2 { color: white; font-size: clamp(2.8rem, 6vw, 5rem); }
.final-cta p:not(.home-kicker) { max-width: 620px; margin: 20px auto 30px; color: rgba(255,255,255,.78); font-size: 1.1rem; }


/* =========================
   MENTIONS LÉGALES
========================= */

.legal-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.legal-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 96px;
    background: #eaf8fb;
    text-align: center;
}

.legal-hero::before,
.legal-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: .55;
}

.legal-hero::before {
    width: 260px;
    height: 260px;
    top: -145px;
    left: -60px;
    background: #ffc928;
}

.legal-hero::after {
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: -120px;
    background: #f16c4f;
}

.legal-hero__content {
    position: relative;
    z-index: 1;
}

.legal-kicker {
    margin-bottom: 12px;
    color: #087f9c;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.legal-hero h1 {
    margin-bottom: 18px;
    color: #17232b;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.4rem, 8vw, 6.5rem);
    line-height: .95;
}

.legal-hero__content > p:last-child {
    max-width: 650px;
    margin-inline: auto;
    color: #52616a;
    font-size: 1.08rem;
}

.legal-page {
    padding: 90px 0 110px;
    background: #f8f5f1;
}

.legal-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.legal-summary {
    position: sticky;
    top: 132px;
    display: grid;
    gap: 5px;
    padding: 26px;
    border: 1px solid rgba(23, 35, 43, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 63, 76, .07);
}

.legal-summary p {
    margin-bottom: 10px;
    color: #17232b;
    font-weight: 700;
}

.legal-summary a {
    padding: 7px 0;
    color: #52616a;
    font-size: .91rem;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.legal-summary a:hover {
    color: #087f9c;
    transform: translateX(4px);
}

.legal-content {
    display: grid;
    gap: 24px;
}

.legal-card {
    position: relative;
    scroll-margin-top: 130px;
    overflow: hidden;
    padding: 38px 42px;
    border: 1px solid rgba(23, 35, 43, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 63, 76, .06);
}

.legal-card__number {
    position: absolute;
    top: 22px;
    right: 28px;
    color: rgba(8, 127, 156, .12);
    font-family: "Cormorant Garamond", serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
}

.legal-card h2 {
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 14px;
    color: #17232b;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.9rem, 4vw, 2.5rem);
    line-height: 1.1;
}

.legal-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 4px;
    border-radius: 999px;
    background: #f16c4f;
}

.legal-fields {
    display: grid;
    gap: 0;
}

.legal-fields > div {
    display: grid;
    grid-template-columns: minmax(190px, .8fr) 1fr;
    gap: 28px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(23, 35, 43, .08);
}

.legal-fields > div:last-child {
    border-bottom: 0;
}

.legal-fields dt {
    color: #34454e;
    font-weight: 700;
}

.legal-fields dd,
.legal-placeholder,
.legal-update span {
    color: #087f9c;
    font-style: italic;
}

.legal-placeholder {
    max-width: 740px;
    padding: 18px 20px;
    border-left: 4px solid #ffc928;
    border-radius: 0 12px 12px 0;
    background: #fffbeb;
}

.legal-update {
    padding-top: 12px;
    color: #52616a;
    font-size: .9rem;
    text-align: right;
}

@media screen and (max-width: 900px) {

    .home-section { padding: 80px 0; }
    .home-hero__grid, .attraction__grid, .service-area__grid, .benefits__grid { grid-template-columns: 1fr; gap: 45px; }
    .home-hero__visual { min-height: 420px; }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; }
    .trust-strip p:nth-child(2) { border-right: 0; }
    .trust-strip p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
    .pricing__grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
    .price-card--featured { transform: none; }
    .event-form { grid-template-columns: 1fr 1fr; }
    .event-types__grid { grid-template-columns: repeat(2, 1fr); }
    .service-area__map { grid-row: 1; }
    .legal-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .legal-summary {
        position: static;
        grid-template-columns: repeat(2, 1fr);
    }

    .legal-summary p {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 640px) {

    .home-shell { width: min(100% - 28px, 1180px); }
    .home-section { padding: 65px 0; }
    .home-heading { margin-bottom: 36px; }
    .home-heading--split { display: block; }
    .home-heading--split .home-text-link, .upcoming__hint { display: inline-block; margin-top: 20px; text-align: left; }
    .home-hero { padding: 62px 0; }
    .home-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
    .home-hero__visual { min-height: 340px; border-radius: 38% 38% 20px 20px; }
    .home-actions, .home-actions .home-button { width: 100%; }
    .trust-strip__grid, .use-modes__grid, .event-form { grid-template-columns: 1fr; }
    .trust-strip p { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .use-card, .price-card, .quick-request__box { padding: 28px; }
    .use-card h3 { margin-top: 32px; }
    .event-form__submit { width: 100%; justify-self: stretch; }
    .gallery-preview__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px; }
    .gallery-preview__item--large { grid-column: 1 / 3; grid-row: auto; }
    .event-types__grid { grid-template-columns: 1fr 1fr; }
    .event-types li { min-height: 115px; padding: 18px; font-size: .94rem; }
    .benefits__grid { gap: 50px; }
    .upcoming__empty { align-items: flex-start; padding: 26px; }

    .legal-shell {
        width: min(100% - 28px, 1180px);
    }

    .legal-hero {
        padding: 65px 0 72px;
    }

    .legal-page {
        padding: 58px 0 72px;
    }

    .legal-summary {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .legal-card {
        padding: 30px 22px;
    }

    .legal-card__number {
        top: 18px;
        right: 18px;
        font-size: 3.8rem;
    }

    .legal-fields > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    background: #F8F5F1;
    color: #2F2F2F;
    line-height: 1.6;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}


.container {
    width: 100%;
    margin: auto;
}


/* =========================
   HEADER
========================= */

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(23, 35, 43, 0.09);
    box-shadow: 0 8px 30px rgba(20, 63, 76, 0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* LOGO */

.logo-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border-radius: 14px;
    text-decoration: none;
}

.logo-link:focus-visible,
.main-nav a:focus-visible,
.menu-toggle:focus-visible {
    outline: 3px solid #ffc928;
    outline-offset: 4px;
}

.logo-image {
    display: block;
    height: 82px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
}
/* NAVIGATION */

.nav {
    width: min(1180px, calc(100% - 40px));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    min-height: 104px;
    margin-inline: auto;
    padding: 10px 0;
    position: relative;
}


/* MENU DESKTOP */

.main-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 30px);
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    text-decoration: none;
    color: #17232b;
    font-size: 0.94rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.main-nav a::after{

    content:'';
  
    position:absolute;
  
    left:0;
    bottom: 4px;
  
    width:0%;
    height: 3px;
  
    background: #f16c4f;
    border-radius: 999px;
  
    transition:0.3s ease;
  }
  .main-nav a:hover::after{
    width:100%;
  }
  .main-nav a:hover{color: #087f9c;}

.main-nav li:last-child a {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #087f9c;
    color: #fff;
    box-shadow: 0 9px 20px rgba(8, 127, 156, 0.18);
}

.main-nav li:last-child a::after {
    display: none;
}

.main-nav li:last-child a:hover {
    background: #07556b;
    color: #fff;
}


/* =========================
   BOUTON BURGER
========================= */

.menu-toggle {
    display: none;
    flex: 0 0 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(23, 35, 43, 0.12);
    border-radius: 14px;
    background: #eaf8fb;
    cursor: pointer;
    z-index: 10001;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    background: #07556b;
    border-radius: 20px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
}



/* PAGE HERO */

.page-hero {

    background: #E8DDD1;

    padding: 60px 0 60px;

    text-align: center;
}

.page-hero h1 {

    font-size: 3rem;

    color: #B56E5A;

    margin-bottom: 30px;
}

.page-hero p {

    max-width: 700px;

    margin: auto;

    color: #555;

    font-size: 1.2rem;
}
/* =========================
   STORYTELLING
========================= */

.story-section {

    padding: 60px 0;

    background: white;
}

.story-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.story-subtitle {

    display: inline-block;

    color: #B56E5A;

    font-weight: 600;

    margin-bottom: 20px;

    letter-spacing: 1px;

    text-transform: uppercase;

    font-size: 0.9rem;
}

.story-text h2 {

    font-size: 3rem;

    color: #B56E5A;

    margin-bottom: 30px;

    line-height: 1.2;
}

.story-text p {

    margin-bottom: 20px;

    line-height: 1.9;

    color: #555;
}

.story-image img {

    width: 100%;

    border-radius: 24px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.btn-footer-story{
    grid-column: 1 / -1;
    text-align: center;
}
/* RESPONSIVE */


/* =========================
   INTRO
========================= */

.intro {

    padding: 100px 20px;

    text-align: center;

    max-width: 900px;
}

.intro-subtitle {

    display: inline-block;

    margin-bottom: 20px;

    color: #B56E5A;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 0.9rem;

    font-weight: 600;
}

.intro h2 {

    font-size: 3rem;

    color: #2F2F2F;

    margin-bottom: 35px;
}

.intro p {

    font-size: 1.1rem;

    line-height: 1.9;

    color: #555;

    margin-bottom: 20px;
}
.intro-signature {

    margin-top: 40px;

    font-style: italic;

    color: #B56E5A;
}

/* RESPONSIVE */


/* BUTTONS */
.btn {
    display: inline-block;
    background: #B56E5A;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}


.btn:hover {
    background: #9d5f4d;
}


.btn.light {
    background: white;
    color: #B56E5A;
}


/* INTRO */
.intro {
    padding: 80px 0;
    text-align: center;
}


.intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #B56E5A;
}


/* SERVICES */
.services {
    padding: 80px 0;
}
/*
/* PRODUITS BAS DE PAGE INDEX */

.home-shop {
    padding: 6rem 0;
    background: #faf7f4;
}

.home-shop-header {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.home-shop-kicker {
    display: inline-block;
    margin-bottom: .8rem;

    font-size: .8rem;
    font-weight: 600;

    letter-spacing: .15em;
    text-transform: uppercase;

    color: #92776b;
}

.home-shop-header h2 {
    margin-bottom: 1rem;
}

.home-shop-header p {
    color: #74645d;
    line-height: 1.7;
}

.home-shop-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 2rem;
}

.home-product-card {
    overflow: hidden;

    background: #fff;

    border:
        1px solid rgba(112, 86, 74, .12);

    border-radius: 24px;

    box-shadow:
        0 15px 40px
        rgba(73, 52, 44, .08);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.home-product-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 22px 50px
        rgba(73, 52, 44, .13);
}

.home-product-image {
    position: relative;

    display: block;

    aspect-ratio: 4 / 3;

    overflow: hidden;
}

.home-product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}

.home-product-card:hover
.home-product-image img {
    transform: scale(1.04);
}

.home-product-category {
    position: absolute;

    left: 1rem;
    bottom: 1rem;

    padding:
        .45rem .8rem;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .9);

    color: #68534a;

    font-size: .75rem;
    font-weight: 600;
}

.home-product-content {
    padding: 1.5rem;
}

.home-product-content h3 {
    margin:
        0 0 .7rem;
}

.home-product-content p {
    margin: 0;

    color: #76665f;

    line-height: 1.6;
}

.home-product-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    margin-top: 1.5rem;
    padding-top: 1rem;

    border-top:
        1px solid #eee5e0;
}

.home-product-footer a {
    display: inline-flex;

    align-items: center;

    gap: .4rem;

    color: #82685c;

    font-weight: 600;

    text-decoration: none;
}

.home-product-footer a span {
    transition:
        transform .2s ease;
}

.home-product-footer a:hover span {
    transform: translateX(4px);
}

.home-shop-actions {
    display: flex;

    justify-content: center;

    margin-top: 3rem;
}

.home-shop-button {
    display: inline-flex;

    align-items: center;

    gap: .7rem;
}
/* =========================
   PROCESSUS
========================= */
.process-subtitle {

    display: inline-block;

    color: #B56E5A;

    font-weight: 600;

    margin-bottom: 20px;    

    letter-spacing: 1px;

    text-transform: uppercase;

    font-size: 0.9rem;
}
.process-section {

    padding: 110px 0;

    background: white;
}

.process-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    margin-top: 70px;
}


/* CARD */

.process-card {

    background: #F8F5F1;

    padding: 40px 30px;

    border-radius: 24px;

    text-align: center;

    transition: 0.3s;
}

.process-card:hover {

    transform: translateY(-5px);
}


/* NUMBER */

.process-number {

    width: 70px;
    height: 70px;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: #B56E5A;

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.4rem;

    font-weight: bold;
}


/* TEXT */

.process-card h3 {

    margin-bottom: 20px;

    color: #2F2F2F;
}

.process-card p {

    color: #555;

    line-height: 1.8;
}


/* RESPONSIVE */



.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}


.card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}


.card:hover {
    transform: translateY(-5px);
}


.card h3 {
    margin-bottom: 15px;
    color: #B56E5A;
}


/* CTA */
.cta {
    background: #B56E5A;
    color: white;
    padding: 80px 0;
    text-align: center;
}


.cta h2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
}
/* =========================
   ENGAGEMENT HEBE
========================= */

.engagement-section {

    padding: 120px 0;

    background: white;
}


/* CONTENU */

.engagement-content {

    max-width: 850px;

    margin: auto;

    text-align: center;
}

.engagement-content h2 {

    font-size: 3rem;

    color: #2F2F2F;

    margin-bottom: 35px;
}

.engagement-content p {

    font-size: 1.1rem;

    line-height: 1.9;

    color: #555;

    margin-bottom: 25px;
}


/* GRID */

.engagement-grid {

    margin-top: 80px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}


/* CARD */

.engagement-card {

    background: #F8F5F1;

    padding: 40px 30px;

    border-radius: 24px;

    text-align: center;

    transition: 0.3s;
}

.engagement-card:hover {

    transform: translateY(-5px);
}

.engagement-card h3 {

    margin-bottom: 20px;

    color: #B56E5A;
}

.engagement-card p {

    color: #555;

    line-height: 1.8;
}
/* ICONES ENGAGEMENT */

.engagement-icon {

    width: 80px;
    height: 80px;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: rgba(181,110,90,0.10);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 2rem;
}

/* RESPONSIVE */

/* =========================*****
   MENTIONS LEGALES HEBE COUTURE
=========================******** */
.card-mentions-legales{
    text-align: left;
}
.card-mentions-legales p{
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

.card-mentions-legales h2{
    color: #815644;
}

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

.footer-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0;
    padding: 0 max(6%, calc((100% - 1180px) / 2));
    background: #fffaf0;
    border-top: 1px solid rgba(23, 35, 43, .08);
    border-bottom: 1px solid rgba(23, 35, 43, .08);
}

.footer-values article {
    min-width: 0;
    padding: 38px 26px;
    border-right: 1px solid rgba(23, 35, 43, .1);
    text-align: left;
}

.footer-values article:first-child {
    border-left: 1px solid rgba(23, 35, 43, .1);
}

.footer-values .footer-value-icon {
    display: inline-grid;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: #eaf8fb;
    color: #087f9c;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.footer-values h3 {
    margin-bottom: 9px;
    color: #17232b;
    font-size: .95rem;
    line-height: 1.3;
}

.footer-values p {
    color: #68767c;
    font-size: .84rem;
    line-height: 1.55;
}

.site-footer {
    margin-top: auto;
    padding: 72px 0 0;
    background: #07556b;
    color: #fff;
    text-align: left;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: clamp(36px, 5vw, 70px);
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.footer-brand__name {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: .78;
    text-decoration: none;
}

.footer-brand > p {
    max-width: 320px;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    line-height: 1.7;
}

.footer-brand .footer-brand__area {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
}

.footer-brand__area span {
    color: #ffc928;
    font-size: .7rem;
}

.footer-links h2 {
    margin-bottom: 24px;
    color: #ffc928;
    font-family: Arial, sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-links a {
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, .74);
    font-size: .88rem;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.footer-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: #f16c4f;
    transform: translateY(-50%);
    transition: width .2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: #fff;
    transform: translateX(14px);
}

.footer-links a:hover::before,
.footer-links a:focus-visible::before {
    width: 8px;
}

.footer-links a:focus-visible,
.footer-brand__name:focus-visible,
.footer-bottom a:focus-visible {
    outline: 3px solid #ffc928;
    outline-offset: 4px;
}

.footer-bottom {
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 35px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .55);
    font-size: .78rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
}

.footer-bottom strong {
    color: #fff;
}


/* =========================
   CONTACT ET RÉSERVATION
========================= */

.contact-page-body {
    background: #fff;
    color: #17232b;
}

.contact-page-body main {
    overflow: hidden;
}

.contact-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.contact-kicker {
    margin-bottom: 14px;
    color: #087f9c !important;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.contact-hero {
    position: relative;
    padding: 90px 0 100px;
    background: linear-gradient(120deg, #eaf8fb, #fff 58%, #fffaf0);
    text-align: center;
}

.contact-hero::before,
.contact-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact-hero::before {
    width: 250px;
    height: 250px;
    top: -145px;
    right: 8%;
    background: #ffc928;
    opacity: .32;
}

.contact-hero::after {
    width: 170px;
    height: 170px;
    bottom: -110px;
    left: 6%;
    background: #f16c4f;
    opacity: .12;
}

.contact-hero__content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.contact-hero h1 {
    color: #17232b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.2rem, 7vw, 5.5rem);
    line-height: 1;
}

.contact-hero__content > p:last-child {
    max-width: 680px;
    margin: 24px auto 0;
    color: #5f6c72;
    font-size: 1.12rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: clamp(45px, 7vw, 90px);
    align-items: start;
}

.contact-intro {
    position: sticky;
    top: 135px;
}

.contact-intro h2,
.contact-area h2 {
    color: #17232b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.08;
}

.contact-intro > p:not(.contact-kicker),
.contact-area__content > p:not(.contact-kicker) {
    margin-top: 22px;
    color: #5f6c72;
}

.contact-reassurance {
    display: grid;
    gap: 22px;
    margin-top: 38px;
    list-style: none;
}

.contact-reassurance li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.contact-reassurance li > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #eaf8fb;
    color: #087f9c;
    font-weight: 800;
}

.contact-reassurance strong {
    color: #17232b;
}

.contact-reassurance p {
    margin-top: 3px;
    color: #718086;
    font-size: .9rem;
}

.contact-direct {
    margin-top: 38px;
    padding: 24px;
    border-left: 4px solid #ffc928;
    border-radius: 0 16px 16px 0;
    background: #fffaf0;
}

.contact-direct p {
    color: #5f6c72;
    font-size: .86rem;
}

.contact-direct a {
    display: inline-block;
    margin-top: 4px;
    color: #07556b;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-form-card {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(23, 35, 43, .1);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(20, 63, 76, .12);
}

.contact-form {
    display: grid;
    gap: 22px;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-form__row {
    min-width: 0;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #17232b;
    font-size: .84rem;
    font-weight: 700;
}

.contact-form label span,
.contact-form__footer p span {
    color: #f16c4f;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid rgba(23, 35, 43, .16);
    border-radius: 12px;
    outline: none;
    background: #f9fbfb;
    color: #17232b;
    font: inherit;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.contact-form select {
    cursor: pointer;
}

.contact-form textarea {
    min-height: 155px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #8a969b;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
    border-color: rgba(8, 127, 156, .42);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #087f9c;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 127, 156, .11);
}

.contact-form__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.contact-form__footer > p {
    color: #718086;
    font-size: .78rem;
}

.contact-submit {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 25px;
    border: 0;
    border-radius: 999px;
    background: #f16c4f;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(241, 108, 79, .24);
    transition: transform .2s, background .2s, box-shadow .2s;
}

.contact-submit:hover {
    background: #db583c;
    box-shadow: 0 15px 30px rgba(241, 108, 79, .3);
    transform: translateY(-2px);
}

.contact-submit:focus-visible {
    outline: 3px solid #ffc928;
    outline-offset: 4px;
}

.hidden-field {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.success-message {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid rgba(25, 135, 84, .22);
    border-radius: 14px;
    background: #eefaf4;
}

.success-message > span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-weight: 800;
}

.success-message p {
    color: #155d3c;
    font-size: .9rem;
}

.contact-area {
    padding: 100px 0;
    background: #eaf8fb;
}

.contact-area__grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: clamp(40px, 7vw, 80px);
    align-items: center;
}

.contact-area__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.contact-area__tags span {
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff;
    color: #07556b;
    font-size: .82rem;
    font-weight: 700;
}

.map-container {
    min-height: 440px;
    margin: 0;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .75);
    border-radius: 28px;
    background: #d8edf0;
    box-shadow: 0 20px 50px rgba(20, 63, 76, .14);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 440px;
    border: 0;
}

/* SERVICES */

.service-section {
    padding: 100px 0;
}

.alt-bg {
    background: #EFE7DE;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.reverse {
    direction: rtl;
}

.reverse .service-text {
    direction: ltr;
}

.service-text h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #B56E5A;
}

.service-text p {
    margin-bottom: 25px;
}

.service-text ul {
    padding-left: 20px;
}

.service-text li {
    margin-bottom: 12px;
}

.service-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}


/* TARIFS */

.tarifs {

    padding: 100px 0;

    background: #F8F5F1;
}

.tarifs h2 {

    text-align: center;

    font-size: 3rem;

    color: #B56E5A;

    margin-bottom: 20px;
}

.tarifs-intro {

    max-width: 800px;

    margin: 0 auto 70px;

    text-align: center;

    color: #555;

    line-height: 1.8;
}


/* CATEGORIES */

.tarif-category {

    background: white;

    border-radius: 20px;

    padding: 40px;

    margin-bottom: 40px;

    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.tarif-category h3 {

    color: #B56E5A;

    font-size: 2rem;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 1px solid #E8DDD1;
}


/* TABLE */

.tarif-table {

    display: flex;

    flex-direction: column;

    gap: 18px;
}

.tarif-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding-bottom: 12px;

    border-bottom: 1px dashed #D8CABC;
}

.tarif-row span {

    color: #2F2F2F;
}

.tarif-row strong {

    color: #B56E5A;

    white-space: nowrap;
}


/* RESPONSIVE */

/* TELECHARGEMENT TARIFS */

.tarif-download {

    margin-top: 60px;

    text-align: center;
}
.tarif-note {

    margin-top: 25px;

    text-align: center;

    font-size: 0.95rem;

    color: #777;
}

/* RESPONSIVE */

/* FILTRES */

.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 50px;
    margin-top: 5px;
}

.filter-btn {
    background: white;

    border: 1px solid #ddd;

    padding: 12px 24px;

    border-radius: 30px;

    cursor: pointer;

    transition: 0.3s;
}

.filter-btn:hover,
.filter-btn.active {

    background: #B56E5A;
    color: white;
}


/* GALERIE */

.gallery-grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 25px;
}

.gallery-item {
    overflow: hidden;

    border-radius: 20px;

    cursor: pointer;

    position: relative;
}

.gallery-item img {

    width: 100%;
    height: 320px;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}


/* LIGHTBOX */

.lightbox {

    display: none;

    position: fixed;

    z-index: 9999;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.9);

    justify-content: center;
    align-items: center;
}

.lightbox-content {

    max-width: 90%;
    max-height: 85%;

    border-radius: 12px;
}

.close-lightbox {

    position: absolute;

    top: 30px;
    right: 40px;

    color: white;

    font-size: 3rem;

    cursor: pointer;
}

/* TEXTE GALERIE */

.gallery-text {
    padding: 80px 0 120px;
    text-align: center;
}

.gallery-text h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #B56E5A;
}

.gallery-text p {
    max-width: 800px;
    margin: auto;
    color: #555;
    line-height: 1.8;
}


/* RESPONSIVE */

/* ABOUT */

.about-section {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    width: 100%;
    border-radius: 20px;

    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.about-text h2 {
    font-size: 2.5rem;
    color: #B56E5A;

    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}


/* VALEURS */

.values-section {
    padding: 100px 0;

    background: #EFE7DE;

    text-align: center;
}

.values-section h2 {
    font-size: 2.5rem;

    margin-bottom: 60px;

    color: #B56E5A;
}

.values-grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 30px;
}

.value-card {
    background: white;

    padding: 40px 30px;

    border-radius: 20px;

    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.value-card h3 {
    margin-bottom: 20px;

    color: #B56E5A;
}


/* CITATION */

.about-quote {
    padding: 100px 0;

    text-align: center;
}

.about-quote blockquote {
    max-width: 900px;

    margin: auto;

    font-size: 2rem;

    line-height: 1.6;

    color: #7A6A5F;

    font-style: italic;
}


/* RESPONSIVE */

/* AVIS */

.reviews-summary {
    padding: 80px 0 40px;
    text-align: center;
}

.summary-box {
    background: #EFE7DE;
    display: inline-block;

    padding: 40px 60px;

    border-radius: 20px;
}

.summary-box h2 {
    font-size: 3rem;
    color: #B56E5A;
}
/* SECTION Laisser un avis */

.leave-review {
    padding: 80px 0;
    text-align: center;
}

.leave-review h2 {
    font-size: 2.2rem;
    color: #B56E5A;
    margin-bottom: 15px;
}

.leave-review p {
    margin-bottom: 25px;
    color: #555;
}

/* GRID AVIS */

.reviews {
    padding: 80px 0 120px;
}

.reviews-grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 30px;
}


/* CARDS */

.review-card {
    background: white;

    padding: 30px;

    border-radius: 20px;

    box-shadow: 0 5px 20px rgba(0,0,0,0.05);

    transition: 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-card .stars {
    color: #B56E5A;

    margin-bottom: 15px;

    font-size: 1.2rem;
}

.review-card p {
    margin-bottom: 20px;

    line-height: 1.6;
}

.review-card span {
    font-weight: bold;

    color: #7A6A5F;
}
/* =========================
   HISTOIRE ATELIER
========================= */

.atelier-story {

    padding: 110px 0;

    background: #F8F5F1;
}

.atelier-story-content {

    max-width: 850px;

    margin: auto;

    text-align: center;
}

.atelier-story-content h2 {

    font-size: 3rem;

    color: #2F2F2F;

    margin-bottom: 35px;
}

.atelier-story-content p {

    font-size: 1.1rem;

    line-height: 1.9;

    color: #555;

    margin-bottom: 25px;
}


/* SIGNATURE */

.story-signature {

    margin-top: 40px;

    font-style: italic;

    color: #B56E5A;

    font-size: 1.15rem;
}


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

@media screen and (max-width: 900px) {
    header {
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .nav {
        width: min(100% - 28px, 1180px);
        min-height: 82px;
        padding: 8px 0;
    }

    .logo-image {
        height: 66px;
        max-width: 160px;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle.active {
        position: fixed;
        top: 18px;
        right: 18px;
        border-color: rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.14);
    }

    .menu-toggle.active span {
        background: #fff;
    }

    /* MENU MOBILE */
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: min(340px, calc(100vw - 24px));
        height: 100dvh;
        padding: 104px 26px 34px;
        overflow-y: auto;
        background: #07556b;
        box-shadow: -18px 0 45px rgba(23, 35, 43, 0.22);
        visibility: hidden;
        transform: translateX(105%);
        transition: transform 0.35s ease, visibility 0.35s;
    }

    .main-nav.active {
        visibility: visible;
        transform: translateX(0);
    }

    body.menu-open::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 9998;
        background: rgba(23, 35, 43, 0.48);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .main-nav ul {
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
    }

    .main-nav li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .main-nav a {
        width: 100%;
        min-height: 55px;
        padding: 8px 3px;
        color: #fff;
        font-size: 1.06rem;
        font-weight: 600;
    }

    .main-nav a::after {
        bottom: 5px;
        background: #ffc928;
    }

    .main-nav a:hover {
        color: #ffc928;
    }

    .main-nav li:last-child {
        padding-top: 22px;
        border-top: 0;
    }

    .main-nav li:last-child a {
        justify-content: center;
        padding: 0 20px;
        background: #f16c4f;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .story-text {
        text-align: center;
    }

    .story-text h2,
    .engagement-content h2 {
        font-size: 2.3rem;
    }

    .home-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .engagement-grid,
    .service-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .footer-values,
    .site-footer,
    .shop-values {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-values article {
        border-right: none;
    }

    .footer-values {
        padding-inline: 28px;
    }

    .footer-values article {
        border-right: 1px solid rgba(23, 35, 43, .1);
        border-bottom: 1px solid rgba(23, 35, 43, .1);
    }

    .footer-values article:first-child {
        border-left: 0;
    }

    .footer-values article:nth-child(2n) {
        border-right: 0;
    }

    .footer-values article:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .site-footer__inner {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .footer-brand {
        grid-row: span 2;
    }

    .reverse {
        direction: ltr;
    }

    .page-hero h1 {
        font-size: 2.2rem;
    }

    .about-text h2 {
        font-size: 2rem;
    }

    .about-quote blockquote {
        font-size: 1.5rem;
    }

    .contact-page,
    .contact-area {
        padding: 80px 0;
    }

    .contact-layout,
    .contact-area__grid {
        grid-template-columns: 1fr;
    }

    .contact-intro {
        position: static;
        max-width: 680px;
    }

    .contact-reassurance {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .contact-reassurance li {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 16px;
        background: #f7fbfc;
    }

    .contact-area__content {
        max-width: 680px;
    }
}

@media screen and (max-width: 768px) {
    .hero-overlay {
        min-height: 40vh;
    }

    .intro {
        padding: 70px 20px;
    }

    .intro h2,
    .tarifs h2,
    .atelier-story-content h2 {
        font-size: 2.2rem;
    }

    .intro p,
    .atelier-story-content p {
        font-size: 1rem;
    }

    .home-shop {
        padding: 4rem 0;
    }

    .home-shop-grid,
    .process-grid,
    .footer-values,
    .site-footer,
    .shop-values {
        grid-template-columns: 1fr;
    }

    .home-product-card {
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
    }

    .footer-bottom,
    .tarif-row {
        flex-direction: column;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-values {
        padding-inline: 14px;
    }

    .footer-values article {
        padding: 28px 16px;
        border-right: 0;
    }

    .footer-values article:nth-last-child(2) {
        border-bottom: 1px solid rgba(23, 35, 43, .1);
    }

    .site-footer {
        padding-top: 58px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        width: min(100% - 36px, 1180px);
        gap: 34px;
    }

    .footer-brand {
        grid-row: auto;
        padding-bottom: 8px;
    }

    .footer-links {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-links h2 {
        margin-bottom: 17px;
    }

    .footer-bottom {
        align-items: flex-start;
        text-align: left;
    }

    .shop-values {
        padding: 40px 25px;
    }

    .tarif-category {
        padding: 25px;
    }

    .tarif-row {
        align-items: flex-start;
    }

    .gallery-item img {
        height: 250px;
    }

    .gallery-text h2 {
        font-size: 2rem;
    }

    .close-lightbox {
        right: 20px;
    }

    .atelier-story {
        padding: 80px 20px;
    }

    .contact-shell {
        width: min(100% - 28px, 1180px);
    }

    .contact-hero {
        padding: 65px 0 72px;
    }

    .contact-hero h1 {
        font-size: clamp(3rem, 15vw, 4.3rem);
    }

    .contact-page,
    .contact-area {
        padding: 64px 0;
    }

    .contact-layout {
        gap: 46px;
    }

    .contact-reassurance,
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-reassurance li {
        grid-template-columns: 38px 1fr;
        padding: 0;
        background: transparent;
    }

    .contact-form-card {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .contact-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }

    .map-container,
    .map-container iframe {
        min-height: 360px;
        height: 360px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-button { transition: none; }
}
