:root {
    --e-global-color-primary: #04382c;
    --e-global-color-secondary: #6e1d36;
    --e-global-color-text: #2c3e35;
    --e-global-color-accent: #c79a45;
}

/* Local Fonts - Cormorant Garamond */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/c0f671921-_JGacpB2.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/c66fc489e-2VcCjn5t.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9KnnOiss4.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cc27851ad-DDVos-BJ.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================================
   GLOBAL WAVE SVG FIX - Flush, no gap, no overflow
   ============================================================ */

/* Classe dédiée pour les nouveaux conteneurs de vagues */
.wave-divider {
    display: block;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    margin-top: -2px;
    margin-bottom: -2px;
    position: relative;
    z-index: 10;
}

/* Tous les SVG enfants directs d'un conteneur overflow-hidden
   (les wrappers existants avec leading-none / -mb-1 / -mt-1) */
.wave-divider svg,
[class*="overflow-hidden"][class*="leading-none"]>svg,
[class*="overflow-hidden"]>svg[preserveAspectRatio] {
    display: block !important;
    width: 100% !important;
    /* Supprime l'espace inline ghost sous les SVG */
    vertical-align: bottom !important;
}

/* Fix subpixel gap entre section et vague : on rend le fond de
   la section visible derrière le SVG grâce au z-index */
section+[class*="overflow-hidden"],
[class*="overflow-hidden"]+section {
    margin-top: -1px;
    margin-bottom: -1px;
}


/* ============================================================
   HERO TITLE
   ============================================================ */
/* Hero Title */
.hero-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.125rem, 4vw, 2.75rem);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.2px;
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}

/* Hero Paragraph */
.hero-paragraph {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #38251f;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}

/* Hero Section Background */
.hero-section-bg {
    background-color: #fdf9f8;
}

/* Why Visio Section Background */
.why-visio-bg {
    background-color: #f6f3ee;
}

/* Mise en page de la section visioconférence (maquette desktop) */
.why-visio-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.why-visio-title {
    max-width: 900px;
    margin: 0 0 2.5rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    line-height: 1.15;
    font-weight: 500;
}

.why-visio-layout {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.why-visio-points {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .why-visio-container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .why-visio-container {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .why-visio-title {
        font-family: "Cormorant Garamond", Georgia, serif;
        max-width: 900px;
        margin-bottom: 2.5rem;
        font-size: clamp(2rem, 3.5vw, 2.5rem);
        line-height: 1.15;
    }

    .why-visio-layout {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-gap: 3rem;
        row-gap: 3rem;
    }

    .why-visio-points {
        grid-column: span 7 / span 7;
        padding-left: 0;
        gap: 1.25rem;
    }

    .why-visio-points>div {
        gap: 1.25rem;
    }

    .why-visio-points>div>div:first-child {
        width: 4.5rem;
        height: 4.5rem;
        padding: 0.75rem;
    }

    .why-visio-points>div>div:first-child img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .why-visio-points>div>p {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5;
    }

    .why-visio-phone {
        grid-column: span 5 / span 5;
        width: 100%;
        transform: none;
    }

    .why-visio-phone>div {
        max-width: 380px;
    }
}

/* Section déroulement d'une séance */
.session-process-section {
    background: #f6f3ee;
    padding: 4rem 0 3rem;
}

.session-process-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.session-process-container>h2 {
    margin: 0 0 3rem;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.15;
    color: #04382c;
}

.session-steps {
    display: grid;
    gap: 3.5rem;
}

.session-step {
    min-width: 0;
}

.session-step-visual {
    position: relative;
    display: flex;
    height: 190px;
    justify-content: end;
    align-items: end;
}

.session-step-visual span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: grid;
    width: 54px;
    height: 54px;
    transform: translateX(-50%);
    place-items: center;
    border-radius: 50%;
    background: #dedaf0;
    color: #04382c;
    font: 700 20px "Plus Jakarta Sans", sans-serif;
}

.session-step-visual img {
    width: 190px;
    max-height: 140px;
    object-fit: contain;
}

.session-step-card {
    position: relative;
    padding: 2rem 1.75rem 1.75rem;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.session-step-card h3 {
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0.6rem 1.6rem;
    border-radius: 999px;
    background: #04382c;
    color: #fff;
    font: 600 16px "Plus Jakarta Sans", sans-serif;
}

.session-step-card p {
    margin: 0;
    color: #4a403a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

.session-process-cta {
    margin-top: 3rem;
    text-align: center;
}

.session-process-cta .btn-primary-hero {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.session-process-cta p {
    margin: 1.25rem auto 0;
    max-width: 560px;
    color: #4a403a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center !important;
}

.session-process-cta a:not(.btn-primary-hero) {
    color: #04382c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.session-process-cta a:not(.btn-primary-hero):hover {
    color: #6e1d36;
}

/* FAQ */
.faq-section {
    background: #fdf9f8;
    padding: 4rem 0;
}

.faq-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    gap: 3rem;
}

.faq-intro>p {
    margin: 0 0 0.75rem;
    color: #6e1d36;
    font: 700 13px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: .16em;
}

.faq-intro h2 {
    margin: 0;
    color: #04382c;
    font: 500 clamp(1.75rem, 3.5vw, 2.5rem)/1.15 "Cormorant Garamond", Georgia, serif;
}

.faq-intro-copy {
    margin-top: 1.5rem;
}

.faq-intro-copy p {
    max-width: 400px;
    margin: 0 0 1.5rem;
    color: #4a403a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.faq-list {
    border-top: 1px solid #bcb7b3;
}

.faq-list details {
    border-bottom: 1px solid #bcb7b3;
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    cursor: pointer;
    list-style: none;
    color: #04382c;
    font: 600 19px/1.3 "Cormorant Garamond", Georgia, serif;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: #dedaf0;
    color: #04382c;
    font: 500 20px/26px Arial, sans-serif;
    text-align: center;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details>p {
    max-width: 720px;
    margin: -2px 3.2rem 1.25rem 0;
    color: #4a403a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .session-process-container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .session-process-container {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .session-process-container>h2 {
        margin-bottom: 3.5rem;
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }

    .session-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3rem;
    }

    .session-step-card {
        padding: 2rem 1.75rem 1.75rem;
    }
}

@media (min-width: 640px) {
    .faq-container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .faq-section {
        padding: 5rem 0;
    }

    .faq-container {
        padding-right: 2rem;
        padding-left: 2rem;
        grid-template-columns: .78fr 1.22fr;
        gap: 5rem;
        align-items: start;
    }

    .faq-intro h2 {
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }
}

@media (min-width: 1306px) {
    .session-process-section {
        padding-top: 3.5rem;
    }

    .session-process-container {
        max-width: 1280px;
        padding-right: 0;
        padding-left: 0;
    }

    .session-process-container>h2 {
        margin-bottom: 3.5rem;
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }

    .session-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }

    .session-step-visual {
        height: 180px;
    }

    .session-step-card {
        padding: 2rem 1.75rem 1.75rem;
    }

    .session-step-card h3 {
        padding: 0.6rem 1.6rem;
        text-align: center;
    }
}

/* Primary Hero CTA Button */
.btn-primary-hero {
    background-color: #04382c;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-primary-hero:hover {
    background-color: #02261e;
    transform: translateY(-1px);
}

.btn-primary-hero.btn-purple {
    background-color: #342468;
}

.btn-primary-hero.btn-purple:hover {
    background-color: #281a53;
}

/* Page contact */
.contact-page {
    background: #fdf9f8;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.contact-container {
    width: 100%;
    margin: 0 auto;
    color: #050505;
}

.contact-heading {
    text-align: center;
}

.contact-heading>p:first-child {
    margin: 0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .02em;
}

.contact-heading h1 {
    margin: 16px 0 14px;
    color: #04382c;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.18;
}

.contact-heading .contact-subtitle {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #4a403a;
}

.contact-whatsapp {
    margin-top: 38px;
}

.contact-whatsapp h2,
.contact-form-section h2 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.contact-whatsapp p,
.contact-form-section>p {
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.27;
}

.contact-form-section {
    margin-top: 36px;
}

.contact-form {
    margin-top: 20px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
}

.contact-form label b {
    color: #8d1428;
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 0 14px;
    border: 1px solid #b9c0c7;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font: 11px "Plus Jakarta Sans", sans-serif;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(13, 30, 38, .03);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input {
    height: 38px;
}

.contact-form textarea {
    height: 140px;
    padding-top: 11px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #969ba2;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #04382c;
    box-shadow: 0 0 0 2px rgba(4, 56, 44, .12);
}

.contact-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: -4px;
}

.contact-submit button {
    width: 176px;
    min-width: 0;
    height: 30px;
    border: 0;
    border-radius: 2px;
    background: #687482;
    color: #fff;
    cursor: pointer;
    font: 700 10px "Plus Jakarta Sans", sans-serif;
}

.contact-submit button:hover {
    background: #04382c;
}

.contact-alert {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-radius: 2px;
    font-size: 14px;
}

.contact-alert-success {
    background: #eaf6ef;
    color: #176738;
}

.contact-alert-error {
    background: #fcecee;
    color: #9b1c31;
}

@media (max-width: 480px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-submit {
        justify-content: stretch;
    }

    .contact-submit button {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .contact-page {
        padding-top: 100px;
        padding-bottom: 7rem;
    }

    .contact-container {
        max-width: 740px;
    }

    .contact-heading>p:first-child {
        font-size: 13px;
    }

    .contact-heading h1 {
        margin: 20px 0 16px;
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }

    .contact-heading .contact-subtitle {
        font-size: 16px;
    }

    .contact-whatsapp {
        margin-top: 48px;
    }

    .contact-whatsapp h2,
    .contact-form-section h2 {
        margin-bottom: 14px;
        font-size: 1.25rem;
    }

    .contact-whatsapp p,
    .contact-form-section>p {
        font-size: 15px;
        line-height: 1.6;
    }

    .contact-form-section {
        margin-top: 76px;
    }

    .contact-form {
        margin-top: 38px;
    }

    .contact-form-grid {
        gap: 24px 30px;
    }

    .contact-form label {
        margin-bottom: 23px;
        font-size: 17px;
    }

    .contact-form input,
    .contact-form textarea {
        margin-top: 11px;
        padding: 0 16px;
        border-radius: 5px;
        font-size: 14px;
    }

    .contact-form input {
        height: 44px;
    }

    .contact-form textarea {
        height: 152px;
        padding-top: 14px;
    }

    .contact-submit {
        margin-top: -1px;
    }

    .contact-submit button {
        width: 224px;
        height: 41px;
        font-size: 11px;
    }
}

/* Page Mon histoire */
.story-page {
    background: #fdf9f8;
}

.story-section {
    padding: 4rem 1rem;
}

.story-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    align-items: center;
}

.story-image-wrap {
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 1 / 1;
}

.story-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content h1 {
    margin: 0;
    color: #04382c;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0px;
}

.story-content p {
    max-width: 620px;
    margin: 1.25rem 0 0;
    color: #4a403a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0px;
    text-align: left;
}


.story-mission-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 600;
    line-height: 1.18;
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}

.story-mission-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #4a403a;
    text-align: left;
}

@media (max-width: 640px) {
    .story-mission-text {
        font-size: 18px;
        line-height: 1.5;
    }
}

.story-stats {
    width: 100%;
    max-width: 1140px;
    margin: 4.5rem auto 0;
    display: grid;
    gap: 1.5rem;
}

.story-stat-card {
    min-height: 240px;
    padding: 1.75rem 1.25rem;
    border: 1px solid #d6cbfa;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(112, 78, 225, .22);
    text-align: center;
}

.story-stat-icon {
    width: 78px;
    height: 78px;
    object-fit: contain;
    margin: 0 auto;
}

.story-stat-card h2 {
    margin: .8rem 0 .6rem;
    color: #070707;
    font: 500 21px / 1.1 "Plus Jakarta Sans", sans-serif;
}

.story-stat-card p {
    margin: 0;
    color: #6a48d8;
    font: 700 43px / 1 "Plus Jakarta Sans", sans-serif;
}

.story-quote {
    max-width: 1060px;
    margin: 5rem auto 0;
    color: #050505;
    text-align: center;
    font: italic 500 clamp(30px, 3.4vw, 42px) / 1.15 "Cormorant Garamond", Georgia, serif;
}

/* Star decoration - section Mission */
.story-star-deco {
    display: block;
    width: 100px;
    height: 130px;
    object-fit: contain;
    margin: 0 auto;
    animation: story-star-pulse 3s ease-in-out infinite;
}

@keyframes story-star-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.12);
        opacity: 0.8;
    }
}

@media (min-width: 640px) {
    .story-star-deco {
        width: 130px;
        height: 160px;
    }
}

@media (min-width: 1024px) {
    .story-star-deco {
        width: 160px;
        height: 200px;
    }
}

@media (min-width: 1024px) {
    .story-image-wrap {
        height: 510px;
        aspect-ratio: auto;
    }

    .story-content h1 {
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }

    .story-content p {
        margin-top: 1.25rem;
        font-size: 16px;
    }

    .story-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

/* Section CTA Banner */
.story-cta-section {
    background: #c8bfe9;
    padding: 4rem 1rem 3rem;
    text-align: center;
}

.story-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.story-cta-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 500;
    line-height: 1.25;
    color: #0d0d0d;
    margin: 0;
}

.story-cta-sub {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 500;
    line-height: 1.65;
    color: #3b2d6e;
    margin: 0;
}

.story-cta-star {
    margin-top: 0.5rem;
}

@media (min-width: 640px) {
    .story-cta-section {
        padding: 5rem 2rem 3.5rem;
    }
}

@media (min-width: 1024px) {
    .story-cta-section {
        padding: 6rem 2rem 4rem;
    }
}

/* Section Reconnaissance Gala */
.story-gala-section {
    background: #fdf9f8;
    padding: 5rem 0 6rem;
}

.story-gala-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: #04382c;
    text-align: center;
    margin: 0 0 3rem;
    line-height: 1.15;
}

.story-gala-grid {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.story-gala-img-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    height: 480px;
}

.story-gala-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.story-gala-content {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.story-gala-content .story-mission-text {
    font-size: 18px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .story-gala-grid {
        grid-template-columns: 420px 1fr;
        gap: 4rem;
    }

    .story-gala-img-wrap {
        height: 600px;
    }

    .story-gala-content .story-mission-text {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .story-gala-grid {
        grid-template-columns: 480px 1fr;
        gap: 5rem;
    }

    .story-gala-img-wrap {
        height: 660px;
    }
}

/* Section "Qui suis-je ?" */
.about-section {
    background: #fdf9f8;
    padding: 5rem 0;
}

.about-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    gap: 3rem;
}

.about-gallery h2 {
    margin: 0 0 2rem;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.15;
    color: #04382c;
}

.about-gallery {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.about-photo-cards {
    background: #dedaf0 url('../images/talisman_oeil.webp') center / 120px no-repeat;
    border-radius: 16px;
}

/* Swiper Coverflow pour section "Qui suis-je ?" */
.about-swiper {
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 3.5rem;
    overflow: hidden;
}

.about-swiper .swiper-slide {
    width: 210px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(4, 56, 44, 0.12);
    background: #fff;
    transition: transform 0.3s ease;
}

@media (min-width: 640px) {
    .about-swiper .swiper-slide {
        width: 240px;
        height: 370px;
    }
}

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

.about-swiper-pagination {
    bottom: 0.5rem !important;
}

.about-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d4d0cf;
    opacity: 1;
    transition: all 0.3s ease;
}

.about-swiper-pagination .swiper-pagination-bullet-active {
    background: #04382c;
    width: 22px;
    border-radius: 4px;
}

.about-gallery>.btn-primary-hero {
    display: flex;
    width: fit-content;
    min-width: 182px;
    margin: 0.5rem auto 0;
}

.about-cards {
    display: grid;
    gap: 1.5rem;
}

.about-cards article {
    border: 1px solid #e5e0dc;
    border-radius: 20px;
    padding: 1.5rem 1.75rem;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.about-cards h3 {
    margin: 0 0 .5rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;
    color: #04382c;
}

.about-cards p {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a403a;
    text-align: left;
}

@media (min-width: 640px) {
    .about-container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .about-section {
        padding: 4.5rem 0;
    }

    .about-container {
        padding-right: 2rem;
        padding-left: 2rem;
        grid-template-columns: 1.08fr .92fr;
        gap: 4.5rem;
        align-items: center;
    }

    .about-gallery h2 {
        font-size: clamp(2rem, 3.5vw, 2.5rem);
        font-family: "Cormorant Garamond", Georgia, serif;
        margin-bottom: 2rem;
        font-weight: 500;
    }

    .about-cards {
        gap: 1.5rem;
    }

    .about-cards article {
        padding: 1.5rem 1.75rem;
    }
}

/* Trust Badges */
.badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.badge-icon-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f3ede8;
    color: #a38774;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Header Specific Styles */
.nav-link-wine,
.nav-link-item {
    color: #6e1d36;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    padding: 4px 0;
    transition: color 0.2s ease;
}

.nav-link-wine:hover,
.nav-link-item:hover {
    color: #04382c;
}

.nav-link-item.active {
    color: #04382c;
    font-weight: 700;
}

.nav-link-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #04382c;
    transition: width 0.25s ease;
}

.nav-link-item:hover::after,
.nav-link-item.active::after {
    width: 100%;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    color: #334155;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.2s ease;
}

.mobile-nav-link:hover {
    background-color: #f1f5f9;
    color: #04382c;
}

.mobile-nav-link.active {
    background-color: #dedaf0;
    color: #04382c;
    font-weight: 700;
}

.btn-reservation {
    background-color: #04382c;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.btn-reservation:hover {
    background-color: #02261e;
}

/* Large central tagline */
.footer-tagline {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.2;
    color: #04382c;
    text-align: center;
    margin-bottom: 30px;
}

.footer-tagline em {
    font-style: italic;
    font-weight: 500;
}

/* Column titles (INFORMATIONS / SERVICES CLIENTS / RÉSEAUX SOCIAUX) */
.footer-col-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #04382c;
    margin-bottom: 16px;
}

.footer-col-title--gold {
    color: #c79a45;
}

/* Column link lists */
.footer-col-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col-links a {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    color: #1a2e28;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
}

.footer-col-links a:hover {
    color: #04382c;
    text-decoration: underline;
}

/* Wine-coloured links inside informations col */
.footer-link-wine {
    color: #6e1d36 !important;
}

/* Dark bar social icons */
.footer-bar-icon {
    color: #ffffff;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-bar-icon:hover {
    opacity: 1;
}

/* Copyright text */
.footer-bar-copyright {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.02em;
}

/* Legal links */
.footer-bar-legal {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.footer-bar-legal a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline;
    transition: color 0.2s ease;
}

.footer-bar-legal a:hover {
    color: #ffffff;
}

/* ============================================================
   RESERVATION PAGE STYLES
   ============================================================ */
.reservation-page {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.formula-card.selected {
    box-shadow: 0 4px 20px -2px rgba(4, 56, 44, 0.12);
}

.date-slot-btn,
.time-slot-btn {
    user-select: none;
}

.date-slot-btn:active,
.time-slot-btn:active {
    transform: scale(0.97);
}

@media (max-width: 640px) {
    .date-slot-btn {
        padding: 0.5rem;
    }
}

/* ============================================================
   SERVICES PAGE STYLES
   ============================================================ */
.services-page {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.services-page .group:hover {
    border-color: #04382c;
}

/* ============================================================
   ETHIQUE PAGE STYLES
   ============================================================ */
.ethique-page {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ============================================================
   SCROLL REVEAL & MICRO-ANIMATION STYLES
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal.reveal-scale {
    transform: scale(0.96) translateY(18px);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-200 {
    transition-delay: 200ms;
}

.delay-300 {
    transition-delay: 300ms;
}

.delay-400 {
    transition-delay: 400ms;
}

/* Micro-animations hover lift */
.hover-lift {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px -8px rgba(4, 56, 44, 0.12);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ============================================================
   FOOTER - VERTICAL BRAND SIGNATURE
   ============================================================ */
.footer-brand-vertical {
    display: block;
    color: #04382c;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.15rem, 3.25vw, 3.65rem);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.035em;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
}

@media (max-width: 767px) {
    .footer-brand-vertical {
        display: none;
    }
}

/* ============================================================
   CTA - HERO HEIGHT CONSISTENCY
   Primary actions use the same 48px visual height as the hero CTA.
   ============================================================ */
.cta-hero-height {
    min-height: 48px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-hero-height.w-full {
    display: flex;
}

/* ============================================================
   HISTORY - REFERENCE STATISTICS PANEL
   Proportions and visual hierarchy matched to supplied reference.
   ============================================================ */
.history-stats-reference {
    background: #fdf9f8;
    padding: 60px 0 58px;
}

.history-stats-reference__inner {
    width: min(100% - 32px, 1328px);
    margin: 0 auto;
}

.history-stats-reference__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 7.2vw, 106px);
}

.history-stat-card {
    min-height: 294px;
    padding: 38px 24px 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(220, 211, 250, 0.9);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(105, 75, 210, 0.38), 0 1px 3px rgba(50, 36, 110, 0.08);
}

.history-stat-card__icon-wrap {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.history-stat-card__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.history-stat-card__label {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
    color: #111111;
    text-align: center;
}

.history-stat-card__value {
    margin: 12px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.055em;
    color: #6b48cb;
    text-align: center;
}

.history-stats-reference__quote {
    max-width: 1180px;
    margin: 102px auto 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.22;
    color: #111111;
    text-align: center;
}

@media (max-width: 1023px) {
    .history-stats-reference {
        padding: 52px 0 54px;
    }

    .history-stats-reference__grid {
        gap: 28px;
    }

    .history-stat-card {
        min-height: 250px;
        padding: 30px 16px 26px;
    }

    .history-stat-card__icon-wrap {
        width: 92px;
        height: 92px;
        margin-bottom: 12px;
    }

    .history-stat-card__label {
        font-size: 23px;
    }

    .history-stat-card__value {
        font-size: 42px;
    }

    .history-stats-reference__quote {
        margin-top: 72px;
    }
}

@media (max-width: 639px) {
    .history-stats-reference {
        padding: 42px 0 46px;
    }

    .history-stats-reference__inner {
        width: min(100% - 40px, 430px);
    }

    .history-stats-reference__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .history-stat-card {
        min-height: 230px;
    }

    .history-stat-card__icon-wrap {
        width: 84px;
        height: 84px;
    }

    .history-stat-card__label {
        font-size: 24px;
    }

    .history-stat-card__value {
        font-size: 44px;
    }

    .history-stats-reference__quote {
        margin-top: 54px;
        font-size: 2rem;
    }
}

/* ============================================================
   HISTORY - COMPACT STATISTICS SCALE
   Slightly reduced proportions while preserving reference layout.
   ============================================================ */
.history-stats-reference {
    padding: 52px 0 52px;
}

.history-stats-reference__inner {
    width: min(100% - 32px, 1220px);
}

.history-stats-reference__grid {
    gap: clamp(30px, 6.3vw, 86px);
}

.history-stat-card {
    min-height: 268px;
    padding: 32px 20px 27px;
    border-radius: 20px;
}

.history-stat-card__icon-wrap {
    width: 102px;
    height: 102px;
    margin-bottom: 10px;
}

.history-stat-card__label {
    font-size: 25px;
}

.history-stat-card__value {
    margin-top: 10px;
    font-size: 44px;
}

.history-stats-reference__quote {
    max-width: 1080px;
    margin-top: 78px;
    font-size: clamp(1.85rem, 2.7vw, 2.65rem);
}

@media (max-width: 1023px) {
    .history-stats-reference {
        padding: 46px 0 48px;
    }

    .history-stats-reference__grid {
        gap: 24px;
    }

    .history-stat-card {
        min-height: 230px;
        padding: 26px 14px 23px;
    }

    .history-stat-card__icon-wrap {
        width: 82px;
        height: 82px;
        margin-bottom: 10px;
    }

    .history-stat-card__label {
        font-size: 22px;
    }

    .history-stat-card__value {
        font-size: 38px;
    }

    .history-stats-reference__quote {
        margin-top: 56px;
    }
}

@media (max-width: 639px) {
    .history-stats-reference {
        padding: 38px 0 42px;
    }

    .history-stat-card {
        min-height: 214px;
    }

    .history-stat-card__icon-wrap {
        width: 76px;
        height: 76px;
    }

    .history-stat-card__label {
        font-size: 22px;
    }

    .history-stat-card__value {
        font-size: 40px;
    }

    .history-stats-reference__quote {
        margin-top: 48px;
        font-size: 1.8rem;
    }
}

/* ============================================================
   SITE - PAGE TITLE CENTERING
   Ensures page headers and their introductory labels share one alignment.
   ============================================================ */
main .hero-title {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.page-hero-eyebrow {
    display: block;
    width: 100%;
    text-align: center;
}
/* ============================================================
   HOME HERO - LEFT ALIGNED TITLE
   Keeps the landing-page headline aligned with its left-column content.
   ============================================================ */
main .hero-title.hero-title--home {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

/* ============================================================
   FLOATING WHATSAPP WIDGET
   ============================================================ */
.whatsapp-float-widget {
    position: fixed;
    z-index: 45;
    left: max(16px, env(safe-area-inset-left));
    bottom: max(16px, env(safe-area-inset-bottom));
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 8px 17px 8px 9px;
    color: #ffffff;
    background: #25D366;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.34);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-float-widget:hover {
    color: #ffffff;
    background: #1ebe5d;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.42);
    transform: translateY(-3px);
}

.whatsapp-float-widget:focus-visible {
    outline: 3px solid #04382c;
    outline-offset: 3px;
}

.whatsapp-float-widget__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.whatsapp-float-widget__icon svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 639px) {
    .whatsapp-float-widget {
        left: max(14px, env(safe-area-inset-left));
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 56px;
        min-height: 56px;
        padding: 8px;
        justify-content: center;
    }

    .whatsapp-float-widget__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}
/* ============================================================
   SUBTLE MOTION - TESTIMONIALS & WHATSAPP
   ============================================================ */
@keyframes testimonial-card-reveal {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-screenshot-card {
    animation: testimonial-card-reveal 0.55s ease-out both;
}

.testimonial-screenshot-card:nth-child(2) { animation-delay: 0.05s; }
.testimonial-screenshot-card:nth-child(3) { animation-delay: 0.1s; }
.testimonial-screenshot-card:nth-child(4) { animation-delay: 0.15s; }
.testimonial-screenshot-card:nth-child(5) { animation-delay: 0.2s; }
.testimonial-screenshot-card:nth-child(6) { animation-delay: 0.25s; }
.testimonial-screenshot-card:nth-child(7) { animation-delay: 0.3s; }
.testimonial-screenshot-card:nth-child(8) { animation-delay: 0.35s; }
.testimonial-screenshot-card:nth-child(9) { animation-delay: 0.4s; }
.testimonial-screenshot-card:nth-child(10) { animation-delay: 0.45s; }

.whatsapp-float-widget {
    isolation: isolate;
}

.whatsapp-float-widget__wave {
    position: absolute;
    z-index: -1;
    inset: -3px;
    display: block;
    border: 2px solid rgba(37, 211, 102, 0.38);
    border-radius: inherit;
    pointer-events: none;
    animation: whatsapp-wave-expand 3.6s ease-out infinite;
}

.whatsapp-float-widget__wave--two {
    animation-delay: 1.8s;
}

@keyframes whatsapp-wave-expand {
    0% {
        opacity: 0.55;
        transform: scale(1);
    }
    72%, 100% {
        opacity: 0;
        transform: scale(1.34);
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-screenshot-card,
    .whatsapp-float-widget__wave {
        animation: none !important;
    }
}
/* ============================================================
   COOKIE CONSENT
   ============================================================ */
.cookie-consent {
    position: fixed;
    z-index: 70;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    left: 18px;
    width: min(100% - 36px, 1040px);
    margin: 0 auto;
    padding: 20px;
    color: #2f2a2b;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(222, 218, 240, 0.95);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(4, 56, 44, 0.18);
    backdrop-filter: blur(14px);
}

.cookie-consent__content {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.cookie-consent__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #04382c;
    border-radius: 14px;
}

.cookie-consent__preferences {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding: 12px;
    background: #faf8fc;
    border: 1px solid #dedaf0;
    border-radius: 16px;
}

.cookie-consent__preference {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px;
    color: #04382c;
    font-size: 13px;
    cursor: pointer;
}

.cookie-consent__preference strong,
.cookie-consent__preference small {
    display: block;
}

.cookie-consent__preference small {
    margin-top: 3px;
    color: #78716c;
    font-size: 12px;
}

.cookie-consent__preference input {
    width: 18px;
    height: 18px;
    accent-color: #04382c;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
    margin-top: 16px;
}

.cookie-consent__button {
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cookie-consent__button:hover {
    transform: translateY(-1px);
}

.cookie-consent__button:focus-visible {
    outline: 3px solid rgba(110, 29, 54, 0.34);
    outline-offset: 2px;
}

.cookie-consent__button--primary {
    color: #ffffff;
    background: #04382c;
    border: 1px solid #04382c;
}

.cookie-consent__button--primary:hover {
    background: #032e24;
}

.cookie-consent__button--secondary {
    color: #04382c;
    background: #ffffff;
    border: 1px solid #d6d3d1;
}

.cookie-consent__button--ghost {
    color: #6e1d36;
    background: transparent;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .cookie-consent {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px 22px;
        align-items: center;
        padding: 18px 22px;
    }

    .cookie-consent__preferences {
        grid-column: 1 / -1;
    }

    .cookie-consent__actions {
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .cookie-consent {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        width: calc(100% - 24px);
        padding: 16px;
        border-radius: 20px;
    }

    .cookie-consent__icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .cookie-consent__actions {
        justify-content: stretch;
    }

    .cookie-consent__button {
        flex: 1 1 calc(50% - 5px);
    }
}