/*
Theme Name: Windcliff Partners
Theme URI: https://windcliffpartners.com
Author: Windcliff Partners
Description: Theme professionnel pour Windcliff Partners - Cabinet de conseil en M&A
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: windcliff
*/

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --navy:     #005442;
    --slate:    #003d30;
    --cyan:     #AFB29D;
    --white:    #ffffff;
    --light:    #f2ede4;
    --dark:     #002e22;
    --text:     #1a2e28;
    --muted:    #4a6860;
    --border:   #d8e5e0;
    --radius:   4px;
    --shadow:   0 4px 24px rgba(0,84,66,.14);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Raleway', 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    background: var(--white);
}

a {
    color: inherit;
    text-decoration: none;
}

img { max-width: 100%; height: auto; display: block; }

ul { list-style: none; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--navy);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section { padding: 100px 0; }
.section--dark { background: var(--navy); color: var(--white); }
.section--light { background: var(--light); }
.section--white { background: var(--white); }

.section__header {
    text-align: center;
    margin-bottom: 60px;
}
.section__header h2 { margin-bottom: 1rem; }
.section__header p {
    max-width: 640px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.05rem;
}
.section--dark .section__header p { color: rgba(255,255,255,.65); }
.section--dark .section__header h2 { color: var(--white); }

.section__divider {
    width: 50px;
    height: 3px;
    background: var(--cyan);
    margin: 0 auto 1.5rem;
    display: block;
}

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.expertise-grid { gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem 2rem;
    border-radius: var(--radius);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    border: 2px solid transparent;
}

.btn--primary {
    background: var(--cyan);
    color: var(--navy);
    border-color: var(--cyan);
}
.btn--primary:hover {
    background: transparent;
    color: var(--cyan);
}
/* Bouton formulaire contact : vert sur fond blanc */
.contact-form #submit-btn {
    background: var(--white);
    color: var(--navy);
    border-color: var(--navy);
    border-width: 2px;
}
.contact-form #submit-btn:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.btn--outline {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}
.btn--outline:hover {
    background: var(--navy);
    color: var(--white);
}

.btn--dark {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.btn--dark:hover {
    background: var(--white);
    color: var(--navy);
    border-color: var(--navy);
}

/* =============================================
   HEADER / NAVIGATION
   ============================================= */
#site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--white);
    border-bottom: 1px solid rgba(0, 84, 66, .08);
    transition: box-shadow .3s ease;
}

/* Compensation barre admin WordPress */
.admin-bar #site-header { top: 32px; }
/* Infodeal : toolbar pas masquée par la barre admin */
.admin-bar .txn-infodeal { padding-top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar #site-header { top: 46px; }
    .admin-bar .txn-infodeal { padding-top: 46px; }
}
/* WP masque la barre admin sous 600px — on remet le header en haut */
@media screen and (max-width: 600px) {
    .admin-bar #site-header { top: 0; }
    .admin-bar .txn-infodeal { padding-top: 0; }
}

#site-header.scrolled {
    box-shadow: 0 4px 24px rgba(0, 84, 66, .10);
}

#site-header .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.header__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.header__logo-icon {
    height: 44px;
    width: 44px;
    display: block;
}

.header__logo-cities {
    font-family: 'Montserrat', sans-serif;
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--text);
    white-space: nowrap;
    text-transform: uppercase;
}
.header__logo-city {
    color: var(--navy);
}

.nav__menu {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.nav__menu a {
    color: var(--navy);
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease;
    position: relative;
}
.nav__menu a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--cyan);
    transition: width .25s ease;
}
#site-header.scrolled .nav__menu a:hover { color: var(--slate); }
.nav__menu a:hover::after { width: 100%; }

.nav__lang {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-left: 1rem;
}
.nav__lang a {
    color: rgba(255,255,255,.6);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
}
.nav__lang a.active { color: var(--cyan); }

.nav__contact-btn {
    background: var(--navy) !important;
    color: var(--white) !important;
    padding: .5rem 1.2rem;
    border-radius: var(--radius);
    font-size: .8rem !important;
    border: 1.5px solid var(--navy) !important;
    transition: all .25s ease !important;
}
.nav__contact-btn:hover { opacity: .85; }
.nav__contact-btn::after { display: none !important; }

/* Burger Menu */
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    background: transparent;
    transition: background .2s, border-color .2s;
    flex-shrink: 0;
    position: relative;
    z-index: 1001;
}
#site-header.scrolled .burger {
    border-color: rgba(0,42,30,0.3);
}
.burger:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.8);
}
#site-header.scrolled .burger:hover {
    background: rgba(0,42,30,0.07);
    border-color: rgba(0,42,30,0.5);
}
.burger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--white);
    border-radius: 2px;
    transition: all .3s ease;
}
#site-header.scrolled .burger span { background: var(--navy); }
/* Burger actif : devient X blanc (toujours sur fond navy) */
.burger.active { border-color: rgba(255,255,255,0.5); background: transparent; }
.burger.active span { background: var(--white); }
.burger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* =============================================
   HERO
   ============================================= */
.hero {
    position: relative;
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right,
            rgba(245,241,233,.85) 0%,
            rgba(245,241,233,.85) 55%,
            rgba(245,241,233,.28) 80%,
            rgba(245,241,233,.03) 100%
        ),
        url('assets/hero-bg.jpg') center 40% / cover no-repeat;
    z-index: 0;
}

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

.hero__eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(255,255,255,.72);
    margin-bottom: 1.5rem;
    padding: .4rem 1rem;
    border: 1.5px solid var(--navy);
    border-radius: 20px;
}

.hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(135deg, #002e22 0%, #005442 45%, #3a7a66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.hero__subtitle {
    color: var(--navy);
    font-size: 1.12rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    max-width: 580px;
    line-height: 1.8;
}

.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Boutons hero : surcharge pour fond clair */
.hero__actions .btn--primary {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.hero__actions .btn--primary:hover {
    background: rgba(255,255,255,.88);
    color: var(--navy);
    border-color: var(--navy);
}
.hero__actions .btn--outline {
    background: rgba(255,255,255,.88);
    color: var(--navy);
    border-color: var(--navy);
}
.hero__actions .btn--outline:hover {
    background: var(--navy);
    color: var(--white);
}

.hero__watermark {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    max-width: 20%;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

.hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .45rem;
    color: var(--navy);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-decoration: none;
}
.hero__scroll-line {
    width: 1.5px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(0,84,66,.15), var(--navy));
    animation: scrollPulse 2s ease-in-out infinite;
}
.hero__scroll::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--navy);
    border-bottom: 2px solid var(--navy);
    transform: rotate(45deg);
    margin-top: -4px;
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
    0%, 100% { opacity: .45; }
    50% { opacity: 1; }
}

/* =============================================
   STATS BAR
   ============================================= */
.stats-bar {
    background: var(--navy);
    padding: 3rem 0;
    border-top: 3px solid var(--cyan);
}

.stats-bar__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat__number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: .4rem;
}

.stat__label {
    color: rgba(255,255,255,.88);
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* =============================================
   SERVICES / EXPERTISE
   ============================================= */
.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--navy);
    transition: height .35s ease;
}
.service-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
    border-color: transparent;
}
.service-card:hover::before { height: 100%; }

.service-card__icon {
    width: 52px;
    height: 52px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: background .3s;
}
.service-card:hover .service-card__icon { background: var(--navy); }

.service-card__icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--white);
    fill: none;
    transition: stroke .3s;
}
.service-card:hover .service-card__icon svg { stroke: var(--white); }

.service-card h3 { margin-bottom: .75rem; font-size: 1.15rem; }
.service-card p { color: var(--muted); font-size: .95rem; }

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about__visual {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about__img-wrap {
    position: relative;
}

.about__quote {
    background: transparent;
    padding: 0;
    margin-top: 1.75rem;
    text-align: left;
}

.about__quote::before {
    content: '\201C';
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--navy);
    line-height: .7;
    margin-bottom: .5rem;
    letter-spacing: -.05em;
    text-shadow:
        2px 2px 0 rgba(175,178,157,.45),
        4px 4px 12px rgba(0,84,66,.18);
}

.about__quote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: var(--navy);
    line-height: 1.6;
    margin: 0;
}

.about__img-main {
    border-radius: var(--radius);
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.about__badge {
    position: absolute;
    bottom: -1.25rem;
    right: -1.25rem;
    background: var(--navy);
    color: var(--white);
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,84,66,.25);
    border: 1px solid rgba(175,178,157,.35);
}
.about__badge-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    letter-spacing: .02em;
}
.about__badge-text {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: .4rem;
    color: rgba(255,255,255,.75);
    font-weight: 500;
}

.about__label {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--slate);
    margin-bottom: 1rem;
}

.about__text h2 { margin-bottom: 1.5rem; }
.about__text p {
    color: rgba(26,46,40,.78);
    margin-bottom: 1.1rem;
    line-height: 1.7;
}

.about__features {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about__feature {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    font-size: .95rem;
    color: var(--text);
    line-height: 1.55;
}
.about__feature-dot {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: transparent;
    border-radius: 50%;
    margin-top: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--cyan);
}
.about__feature-dot::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(175,178,157,.18);
}
.about__feature-dot::after {
    content: '';
    width: 9px;
    height: 5px;
    border-left: 1.75px solid var(--navy);
    border-bottom: 1.75px solid var(--navy);
    transform: rotate(-45deg) translate(1px,-1px);
    position: relative;
    z-index: 1;
}

.offices {
    display: flex;
    gap: 1.75rem;
    margin-top: 2.25rem;
    flex-wrap: wrap;
}
.office {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .85rem .35rem .6rem;
    font-size: .85rem;
    font-weight: 600;
    color: var(--slate);
    background: rgba(175,178,157,.12);
    border-radius: 999px;
    transition: background .25s;
}
.office:hover {
    background: rgba(175,178,157,.22);
}
.office svg {
    width: 14px;
    height: 14px;
    stroke: var(--navy);
    fill: none;
}

/* =============================================
   SECTORS
   ============================================= */
.sector-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1.4rem;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 30px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--navy);
    transition: all .25s;
    cursor: default;
}
.sector-tag:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.sector-tag:hover svg {
    stroke: var(--white);
}
.sectors__cloud {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

/* =============================================
   TRANSACTIONS
   ============================================= */
.transaction-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all .3s ease;
}
.transaction-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.transaction-card__header {
    background: var(--navy);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transaction-card__type {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--cyan);
    border: 1px solid rgba(175,178,157,.35);
    padding: .3rem .7rem;
    border-radius: 20px;
}

.transaction-card__year {
    font-size: .8rem;
    color: rgba(255,255,255,.4);
    font-weight: 600;
}

.transaction-card__body { padding: 1.5rem; }
.transaction-card__company {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .5rem;
}
.transaction-card__desc {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.6;
}

.transaction-card__footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: .5rem;
}
.transaction-card__sector {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--slate);
}

/* =============================================
   TEAM
   ============================================= */
.team-card {
    text-align: center;
    transition: transform .3s;
}
.team-card:hover { transform: translateY(-6px); }

.team-card__photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius);
    margin-bottom: 1.5rem;
    filter: grayscale(20%);
    transition: filter .3s;
}
.team-card:hover .team-card__photo { filter: grayscale(0); }

.team-card__name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .25rem;
}
.team-card__role {
    font-size: .85rem;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 1rem;
}
.team-card__bio {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.6;
}

.team-card__linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--light);
    border-radius: 50%;
    margin-top: 1rem;
    transition: background .2s;
}
.team-card__linkedin:hover { background: var(--navy); }
.team-card__linkedin svg { width: 16px; height: 16px; fill: var(--slate); }
.team-card__linkedin:hover svg { fill: var(--cyan); }

/* =============================================
   APPROACH STEPS
   ============================================= */
.approach-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

/* Ligne continue qui traverse les 4 cercles */
.approach-steps::before {
    content: '';
    position: absolute;
    top: 36px; /* centre des cercles (72px / 2) */
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(175,178,157,.5) 8%,
        rgba(175,178,157,.8) 50%,
        rgba(175,178,157,.5) 92%,
        transparent 100%
    );
    z-index: 0;
}

.approach-step {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

/* Cercle icône */
.approach-step__icon {
    width: 72px;
    height: 72px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 0 6px rgba(175,178,157,.25);
    position: relative;
    z-index: 1;
    cursor: default;
    transition: background .3s ease, box-shadow .3s ease;
}

.approach-step__icon svg {
    width: 34px;
    height: 34px;
    stroke: var(--navy);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .25s ease;
    position: relative;
    z-index: 1;
}

/* Numéro caché par défaut, visible au survol */
.approach-step__icon::after {
    content: attr(data-step);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--navy);
    opacity: 0;
    transition: opacity .25s ease;
}

/* Effet survol : fond blanc, icône disparaît, numéro apparaît */
.approach-step:hover .approach-step__icon {
    background: var(--white);
    box-shadow: 0 0 0 6px rgba(255,255,255,.2);
}
.approach-step:hover .approach-step__icon svg  { opacity: 0; }
.approach-step:hover .approach-step__icon::after { opacity: 1; }

.approach-step h3 { margin-bottom: .6rem; color: var(--white); font-size: 1.1rem; }
.approach-step p  { color: rgba(255,255,255,.6); font-size: .9rem; line-height: 1.65; min-height: 5.9rem; }

/* =============================================
   CONTACT SECTION
   ============================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 { color: var(--white); margin-bottom: 1rem; }
.contact-info > p { color: rgba(255,255,255,.65); margin-bottom: 2rem; }

/* Grille 3 bureaux */
.contact-offices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-office {
    padding: .75rem 0 .75rem 1rem;
    border: none;
    border-left: 2px solid rgba(175,178,157,.2);
    background: transparent;
    border-radius: 0;
    transition: border-color .25s;
}
.contact-office:hover {
    border-left-color: var(--cyan);
}

.contact-office__city {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--white);
    margin-bottom: .55rem;
}

.contact-office__city svg {
    flex-shrink: 0;
    opacity: .8;
}

.contact-office__addr {
    font-size: .85rem;
    line-height: 1.65;
    color: rgba(255,255,255,.78);
}

/* Lien email */
.contact-email-link {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: .88rem;
    font-weight: 500;
    color: rgba(255,255,255,.7);
    transition: color .2s;
}
.contact-email-link:hover { color: var(--white); }

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.contact-detail__icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.08);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-detail__icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--cyan);
    fill: none;
}
.contact-detail__label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,.4);
    margin-bottom: .2rem;
}
.contact-detail__value {
    color: var(--white);
    font-weight: 500;
}

.contact-form {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius);
    padding: 2.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}
.form-group label {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,.85);
    margin-bottom: .5rem;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    background: #f2ede4;
    border: 1.5px solid rgba(0,84,66,.18);
    border-radius: var(--radius);
    padding: .9rem 1.1rem;
    font-family: 'Raleway', 'Segoe UI', sans-serif;
    font-size: .95rem;
    transition: border-color .25s, box-shadow .25s;
    outline: none;
    color: #003d2e;
    -webkit-text-fill-color: #003d2e;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.04);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b0a898;
    -webkit-text-fill-color: #b0a898;
    font-style: italic;
    font-weight: 400;
}
.form-group select.is-placeholder {
    color: #b0a898;
    -webkit-text-fill-color: #b0a898;
    font-style: italic;
    font-weight: 400;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0,84,66,.1);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select option { background: var(--light); color: var(--navy); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
    background: #002e22;
    color: rgba(255,255,255,.6);
    padding: 60px 0 30px;
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.07);
    margin-bottom: 2rem;
}

.footer__brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: .3rem;
}
.footer__brand-tagline {
    font-size: .8rem;
    color: var(--cyan);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.footer__brand-desc { font-size: .88rem; line-height: 1.7; }

.footer__linkedin {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-top: 1.4rem;
    padding: .55rem 1.1rem .55rem .85rem;
    background: #0A66C2;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: .02em;
    transition: background .2s, transform .15s;
}

.footer__linkedin svg {
    flex-shrink: 0;
    color: #fff;
    transition: none;
}

.footer__linkedin:hover {
    background: #004182;
    color: #fff;
    transform: translateY(-1px);
}

.footer__linkedin:hover svg {
    color: #fff;
}

.footer__title {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--white);
    margin-bottom: 1.2rem;
}

.footer__links { display: flex; flex-direction: column; gap: .6rem; }
.footer__links a {
    font-size: .88rem;
    transition: color .2s;
}
.footer__links a:hover { color: var(--cyan); }

/* =============================================
   PAGE 404
   ============================================= */
.error-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    text-align: center;
}

.error-page__content {
    max-width: 480px;
}

.error-page__code {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 7rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
    opacity: .15;
    margin-bottom: 1rem;
}

.error-page h1 {
    font-size: 1.8rem;
    color: var(--text);
    margin-bottom: .75rem;
}

.error-page p {
    color: var(--muted);
    margin-bottom: 2rem;
}

/* =============================================
   PAGES LÉGALES
   ============================================= */
.legal-page {
    padding: 80px 0 100px;
    background: var(--white);
}

.legal-page__header {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.legal-page__header h1 {
    font-size: 2.2rem;
    color: var(--navy);
    margin-bottom: .75rem;
}

.legal-page__header p {
    color: var(--muted);
    font-size: .95rem;
}

.legal-page__content {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.legal-block {
    border-left: 3px solid var(--cyan);
    padding-left: 1.5rem;
}

.legal-block h2 {
    font-size: 1.05rem;
    color: var(--navy);
    margin-bottom: .75rem;
    font-family: 'Montserrat', sans-serif;
}

.legal-block p,
.legal-block li {
    font-size: .92rem;
    color: var(--muted);
    line-height: 1.8;
}

.legal-block ul {
    padding-left: 1.2rem;
    margin: .5rem 0;
}

.legal-block a {
    color: var(--navy);
    text-decoration: underline;
}

/* Honeypot anti-spam */
.form-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Mention confidentialité */
.contact-form__confidential {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .8rem;
    color: rgba(255,255,255,.45);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.contact-form__confidential svg {
    flex-shrink: 0;
    opacity: .6;
}

/* Case RGPD dans le formulaire */
.form-rgpd {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
}

.form-rgpd input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: var(--navy);
    width: 16px;
    height: 16px;
}

.form-rgpd label {
    font-size: .82rem;
    color: rgba(255,255,255,.6);
    line-height: 1.5;
    cursor: pointer;
}

.form-rgpd a {
    color: var(--cyan);
    text-decoration: underline;
}

.footer__offices {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.footer__office {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: .75rem 1rem;
    background: var(--light);
    border: 2px solid var(--navy);
    border-radius: 5px;
}

.footer__office-city {
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.footer__office-addr {
    font-size: .8rem;
    line-height: 1.6;
    color: #444;
}

.footer__office-email {
    margin-top: .5rem;
    font-size: .82rem;
    color: var(--cyan);
    transition: color .2s;
}
.footer__office-email:hover { color: var(--white); }

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
}

/* =============================================
   COOKIE CONSENT BANNER
   ============================================= */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--dark);
    border-top: 1px solid rgba(175, 178, 157, 0.2);
    box-shadow: 0 -4px 24px rgba(0,0,0,.25);
    animation: cookie-slide-in .35s ease;
}

@keyframes cookie-slide-in {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.cookie-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-banner__text {
    flex: 1;
    color: rgba(255,255,255,.75);
    font-size: .85rem;
    line-height: 1.5;
    margin: 0;
}

.cookie-banner__text strong {
    display: block;
    color: var(--white);
    font-size: .9rem;
    margin-bottom: .25rem;
}

.cookie-banner__text p {
    margin: 0;
}

.cookie-banner__text a {
    color: var(--cyan);
    text-decoration: underline;
}

.cookie-banner__text a:hover {
    color: var(--white);
}

.cookie-banner__actions {
    display: flex;
    gap: .75rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: .6rem 1.4rem;
    border-radius: var(--radius);
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .2s, color .2s, border-color .2s;
    white-space: nowrap;
}

.cookie-btn--accept {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.cookie-btn--accept:hover {
    background: var(--slate);
    border-color: var(--slate);
}

.cookie-btn--refuse {
    background: transparent;
    color: rgba(255,255,255,.65);
    border-color: rgba(255,255,255,.25);
}

.cookie-btn--refuse:hover {
    color: var(--white);
    border-color: rgba(255,255,255,.5);
}

@media (max-width: 768px) {
    .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .cookie-banner__actions {
        width: 100%;
    }
    .cookie-btn {
        flex: 1;
        text-align: center;
    }
}

/* =============================================
   SECTION TRANSACTIONS
   ============================================= */
.section--transactions {
    background: var(--light);
}
.section--transactions .section__header h2 { color: var(--navy); }
.section--transactions .section__header p   { color: var(--muted); }
.section--transactions .section__divider    { background: var(--navy); }

/* =============================================
   TRANSACTION CARDS — SCALENE STYLE
   ============================================= */
.txn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.txn-card {
    position: relative;
    height: 370px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--navy);
    box-shadow: 0 4px 20px rgba(0,84,66,.15);
    transition: box-shadow .35s ease, transform .35s ease;
}
.txn-card:hover {
    box-shadow: 0 8px 32px rgba(0,84,66,.25);
    transform: translateY(-3px);
}

.txn-card__bg {
    position: absolute;
    inset: 0;
    background: #e0ddd8 url('') center/cover no-repeat;
    transition: transform .5s ease, opacity .35s ease;
}
.txn-card:hover .txn-card__bg { transform: scale(1.04); opacity: 0; }

.txn-card__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 70%;
    max-height: 45%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.3));
    z-index: 2;
}

.txn-card__partners {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .5rem .8rem;
    background: rgba(255,255,255,.92);
    z-index: 2;
}

.txn-card__partner-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
    opacity: .85;
}

.txn-card__initial {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9rem;
    font-weight: 900;
    color: rgba(255,255,255,.06);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

/* Default state (visible) */
.txn-card__default {
    position: absolute;
    inset: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,42,30,.45) 0%, rgba(0,60,44,.1) 50%, transparent 100%);
    transition: opacity .35s ease;
    z-index: 1;
}
.txn-card:hover .txn-card__default { opacity: 0; pointer-events: none; }

.txn-card__tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(255,255,255,.18);
    border: 1.5px solid rgba(255,255,255,.7);
    padding: .38rem 1rem;
    border-radius: 20px;
    margin-bottom: .8rem;
    width: fit-content;
}

/* Hover state — fond blanc, cadre beige */
.txn-card__hover {
    position: absolute;
    inset: 0;
    background: var(--white);
    border: 2px solid var(--light);
    padding: .65rem 1.25rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s ease, transform .35s ease;
    box-shadow: 0 8px 32px rgba(0,84,66,.10);
    z-index: 2;
}
.txn-card:hover .txn-card__hover {
    opacity: 1;
    transform: translateY(0);
}

/* En-tête : année + nom client + secteur — hauteur fixe pour ancrer toutes les zones sous elle */
.txn-card__hover-header {
    width: 100%;
    height: 72px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: .4rem;
    border-bottom: 1px solid var(--border);
    box-sizing: border-box;
}
.txn-card__hover-year {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: .15rem;
}
.txn-card__hover-client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: .98rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: .1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txn-card__hover-secteur {
    font-family: 'Raleway', sans-serif;
    font-size: .72rem;
    font-weight: 500;
    color: var(--muted);
    font-style: italic;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logo client — zone toujours réservée */
.txn-card__hover-client {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 .5rem;
    flex-shrink: 0;
}
.txn-card__logo-client {
    height: 56px;
    width: auto;
    max-width: 88%;
    object-fit: contain;
}

/* Métier */
.txn-card__hover-metier {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(0,84,66,.07);
    border: 1.5px solid var(--navy);
    padding: .38rem 1rem;
    border-radius: 20px;
    width: fit-content;
    align-self: center;
    flex-shrink: 0;
    margin: .3rem 0;
}

/* Logos contrepartie — zone toujours réservée */
.txn-card__hover-contrepartie {
    height: 58px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0 .5rem;
    flex-shrink: 0;
}
/* Logos contrepartie — plusieurs logos (recherche de financement) */
.txn-card__logo-img {
    height: 40px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    flex-shrink: 1;
}

/* Logo contrepartie unique — grande taille (cession / acquisition / levée de fonds) */
.txn-card__hover-contrepartie--large .txn-card__logo-img {
    height: 54px;
    width: auto;
    max-width: 88%;
    flex-shrink: 0;
    object-fit: contain;
}

/* Séparateur + footer (logo WP + indicateur clic) */
.txn-card__hover-separator {
    width: 60%;
    height: 1px;
    background: var(--border);
    margin: .3rem auto;
    flex-shrink: 0;
}
.txn-card__hover-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    margin-top: auto;
    padding-top: .4rem;
    padding-bottom: .2rem;
    flex-shrink: 0;
}
.txn-card__wp-logo {
    display: block;
    flex-shrink: 0;
}
.txn-card__hover-cta {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--navy);
    opacity: .55;
    transition: opacity .25s;
}
.txn-card:hover .txn-card__hover-cta {
    opacity: 1;
}
.txn-card__hover-cta svg {
    flex-shrink: 0;
}

/* Quand pas de contrepartie : cacher la zone contrepartie */
.txn-card__hover--no-contrepartie .txn-card__hover-contrepartie {
    display: none;
}

/* =============================================
   TRANSACTION MODAL
   ============================================= */
.txn-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
}
.txn-modal.open {
    visibility: visible;
    pointer-events: auto;
}

/* Backdrop */
.txn-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,42,30,.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .35s ease;
}
.txn-modal.open .txn-modal__backdrop {
    opacity: 1;
}

/* Panel */
.txn-modal__panel {
    position: relative;
    width: min(720px, 92vw);
    max-height: 85vh;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,42,30,.3);
    transform: scale(.92) translateY(16px);
    opacity: 0;
    transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.txn-modal.open .txn-modal__panel {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Close button */
.txn-modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 10;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 50%;
    cursor: pointer;
    color: var(--navy);
    transition: background .2s, color .2s;
}
.txn-modal__close:hover {
    background: var(--navy);
    color: var(--white);
}

/* Inner grid */
.txn-modal__inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    min-height: 400px;
}

/* ── Left panel — fiche identité ── */
.txn-modal__left {
    background: var(--white);
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: stretch;
}
.txn-modal__left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.txn-modal__header {
    width: 100%;
}
.txn-modal__year {
    font-family: 'Montserrat', sans-serif;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: .2rem;
}
.txn-modal__client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: .15rem;
}
.txn-modal__secteur {
    font-family: 'Raleway', sans-serif;
    font-size: .78rem;
    font-weight: 500;
    color: var(--muted);
    font-style: italic;
}

.txn-modal__separator {
    width: 60%;
    height: 1px;
    background: var(--border);
    margin: .8rem auto;
}

.txn-modal__logo-client {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-bottom: .5rem;
}
.txn-modal__logo-client img {
    height: 56px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
}

.txn-modal__metier {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(0,84,66,.07);
    border: 1.5px solid var(--navy);
    padding: .38rem 1rem;
    border-radius: 20px;
    margin-bottom: .5rem;
}

.txn-modal__contrepartie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 .5rem;
}
.txn-modal__contrepartie img {
    height: 40px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
}
.txn-modal__contrepartie--large img {
    height: 54px;
    max-width: 90%;
}


.txn-modal__branding {
    margin-top: auto;
    padding-top: .75rem;
    display: flex;
    justify-content: center;
}
.txn-modal__wp-logo {
    display: block;
    flex-shrink: 0;
}

/* ── Right panel — description + actions ── */
.txn-modal__right {
    background: var(--light);
    padding: 2rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.txn-modal__right-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 1rem;
}
.txn-modal__desc {
    font-family: 'Raleway', sans-serif;
    font-size: .92rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.75;
    white-space: pre-line;
    flex: 1;
}

/* Bouton "En savoir plus" — pleine largeur */
.txn-modal__infodeal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: .85rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s, transform .15s;
    flex-shrink: 0;
}
.txn-modal__infodeal-btn:hover {
    background: var(--dark);
    transform: translateY(-1px);
}
.txn-modal__infodeal-btn svg {
    flex-shrink: 0;
    transition: transform .25s;
}
.txn-modal__infodeal-btn:hover svg {
    transform: translateX(3px);
}

/* ── Panneau coulissant Infodeal ── */
.txn-infodeal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% - min(720px, 92vw) / 10);
    background: var(--white, #fff);
    z-index: 2010;
    transform: translateX(100%);
    transition: transform .45s cubic-bezier(.22,1,.36,1);
    box-shadow: -8px 0 40px rgba(0,42,30,.15);
    display: flex;
    flex-direction: column;
}
.txn-infodeal.open {
    transform: translateX(0);
}
/* Toolbar infodeal */
.txn-infodeal__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1.25rem;
    border-bottom: 1px solid rgba(0,84,66,.08);
    background: var(--white);
    flex-shrink: 0;
}
.txn-infodeal__zoom-hint {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    color: rgba(0,42,30,.4);
    letter-spacing: .02em;
}
.txn-infodeal__close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    color: var(--navy);
    transition: background .2s, color .2s;
}
.txn-infodeal__close:hover {
    background: var(--navy);
    color: var(--white);
}
.txn-infodeal__content {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--white, #fff);
}
/* En-tête branded infodeal */
.txn-infodeal__header {
    padding: 1.25rem 1.5rem .75rem;
    flex-shrink: 0;
}
.txn-infodeal__header-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: .75rem;
}
.txn-infodeal__logo-wcp {
    height: 80px;
    width: auto;
    object-fit: contain;
}
.txn-infodeal__logo-client {
    height: 60px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
}
.txn-infodeal__header-bar {
    height: 2.5px;
    background: var(--green, #005442);
    border-radius: 2px;
}

/* Scroll wrapper PDF */
.txn-infodeal__pdf-scroll {
    overflow: auto;
    flex: 1;
    touch-action: pan-x pan-y pinch-zoom;
    display: flex;
    justify-content: center;
}
/* Pages PDF rendues via PDF.js */
.txn-infodeal__pdf-pages {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    width: fit-content;
    transform-origin: top center;
}
.txn-infodeal__pdf-page {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 2px 20px rgba(0,42,30,.08);
}
.txn-infodeal__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 2px 20px rgba(0,42,30,.08);
}

/* =============================================
   TEAM GRID + MEMBER CARDS
   ============================================= */
.team-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1.25rem;
    margin: 0 auto;
    max-width: 960px;
}
/* Quinconce 4 + 3 : rangée 1 en cols 1-8 (4 cards), rangée 2 décalée d'1 col en cols 2-7 (3 cards) */
.team-grid .member-card:nth-child(1) { grid-column: 1 / 3; }
.team-grid .member-card:nth-child(2) { grid-column: 3 / 5; }
.team-grid .member-card:nth-child(3) { grid-column: 5 / 7; }
.team-grid .member-card:nth-child(4) { grid-column: 7 / 9; }
.team-grid .member-card:nth-child(5) { grid-column: 2 / 4; }
.team-grid .member-card:nth-child(6) { grid-column: 4 / 6; }
.team-grid .member-card:nth-child(7) { grid-column: 6 / 8; }

.advisors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 190px));
    gap: 1.25rem;
    justify-content: center;
    margin: 0 auto;
}

/* ── Carte duo Senior Advisors (1 photo paysage, 2 zones cliquables) ── */
.advisor-duo-card {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
    height: 459px;
    border-radius: 6px;
    overflow: hidden;
    background: #f4f4f4;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.advisor-duo-card__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 0;
    pointer-events: none;
}
.advisor-duo-card__half {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    appearance: none;
    color: inherit;
    overflow: hidden;
    display: block;
}
.advisor-duo-card__half--left  { border-right: 1px solid rgba(255,255,255,0.12); }
.advisor-duo-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    background: linear-gradient(to top, rgba(0,84,66,0.92) 0%, rgba(0,84,66,0.55) 45%, rgba(0,84,66,0) 80%);
    color: #fff;
    opacity: 0;
    transition: opacity 0.28s ease;
    text-align: left;
}
.advisor-duo-card__half:hover .advisor-duo-card__overlay,
.advisor-duo-card__half:focus-visible .advisor-duo-card__overlay {
    opacity: 1;
}
.advisor-duo-card__name {
    display: block;
    font-family: var(--font-heading, serif);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
}
.advisor-duo-card__role {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    opacity: 0.9;
    margin-top: 0.2rem;
}
.advisor-duo-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.95;
}

.member-card { cursor: pointer; }

.member-card__photo-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 1rem;
    aspect-ratio: 3/4;
}

.member-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    transition: transform .4s ease, filter .4s ease;
    display: block;
}
.member-card:hover .member-card__photo {
    transform: scale(1.04);
    filter: brightness(.75);
}

.member-card__placeholder {
    width: 100%;
    height: 100%;
    background: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    color: var(--muted);
    font-size: .78rem;
}
.member-card__placeholder svg { stroke: var(--slate); }

.member-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .3s ease;
}
.member-card:hover .member-card__overlay { opacity: 1; }

.member-card__name {
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .2rem;
}
.member-card__role {
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--slate);
    margin-bottom: .55rem;
}

/* Icônes LinkedIn + email sous le rôle */
.member-card__links {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.member-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    color: var(--muted);
    transition: background .2s, border-color .2s, color .2s;
    text-decoration: none;
}
.member-card__link--linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
    color: var(--white);
}
.member-card__link--email:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

/* ── Alumni Slider ──────────────────────────── */
.alumni-slider {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.alumni-slider__viewport {
    flex: 1;
    overflow: hidden;
}

.alumni-slider__track {
    display: flex;
    gap: .75rem;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.alumni-chip {
    flex: 0 0 calc(33.333% - .5rem);
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 50px;
    background: var(--white);
    transition: border-color .25s, box-shadow .25s;
}
.alumni-chip:hover {
    border-color: var(--navy);
    box-shadow: 0 2px 12px rgba(0,84,66,.08);
}

/* Boutons navigation */
.alumni-nav {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s, color .2s;
}
.alumni-nav:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}
.alumni-nav:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

/* Dots */
.alumni-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.2rem;
}
.alumni-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .25s, transform .25s;
}
.alumni-dot.active {
    background: var(--navy);
    transform: scale(1.3);
}

/* Avatar circulaire */
.alumni-chip__avatar {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    background: var(--light);
}
.alumni-chip__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    border-radius: 50%;
    transition: opacity .3s ease;
}
.alumni-chip__initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    color: var(--navy);
}

/* Logo entreprise au survol */
.alumni-chip__logo-hover {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    opacity: 0;
    transition: opacity .3s ease;
}
.alumni-chip__logo-hover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.alumni-chip:hover .alumni-chip__photo  { opacity: 0; }
.alumni-chip:hover .alumni-chip__logo-hover { opacity: 1; }

/* Infos texte */
.alumni-chip__info { min-width: 0; }
.alumni-chip__name {
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--navy);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alumni-chip__poste {
    font-size: .72rem;
    font-weight: 600;
    color: var(--slate);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alumni-chip__entreprise {
    font-family: 'Raleway', sans-serif;
    font-size: .7rem;
    color: var(--muted);
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Toast "Adresse copiée" */
.copy-toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: var(--navy);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    padding: .6rem 1.4rem;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    z-index: 9999;
}
.copy-toast--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* =============================================
   TEAM MODAL
   ============================================= */
.team-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
}
.team-modal.open {
    visibility: visible;
    pointer-events: all;
}

.team-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,42,30,.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .35s ease;
    cursor: pointer;
}
.team-modal.open .team-modal__backdrop { opacity: 1; }

.team-modal__panel {
    position: relative;
    background: var(--white);
    border-radius: 8px;
    width: min(820px, 95vw);
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(30px) scale(.97);
    opacity: 0;
    transition: transform .4s ease, opacity .4s ease;
    z-index: 1;
}
.team-modal.open .team-modal__panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.team-modal__close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background .2s, border-color .2s;
}
.team-modal__close:hover { background: var(--navy); border-color: var(--navy); }
.team-modal__close:hover svg { stroke: white; }

.team-modal__inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    height: 540px;
}

.team-modal__left {
    background: var(--light);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.team-modal__photo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.team-modal__photo-hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,42,30,.7);
    color: var(--white);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .06em;
    padding: .3rem .7rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: .3rem;
    white-space: nowrap;
    pointer-events: none;
}
.team-modal__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: opacity .3s ease;
    display: block;
}
.team-modal__no-photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
}
.team-modal__no-photo svg { stroke: var(--slate); }

.team-modal__right {
    padding: 2rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
}

.team-modal__tag {
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--slate);
    margin-bottom: .6rem;
}

.team-modal__name {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: .3rem;
    line-height: 1.1;
}

.team-modal__role {
    font-size: .82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--slate);
    margin-bottom: 1rem;
}

.team-modal__divider {
    width: 40px;
    height: 3px;
    background: var(--cyan);
    margin-bottom: 1rem;
}

.team-modal__bio {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.75;
    white-space: pre-wrap;
    margin-bottom: 1.25rem;
    flex: 1;
}

/* Contacts LinkedIn + Email côte à côte */
.team-modal__contacts {
    display: flex;
    flex-direction: row;
    gap: .6rem;
    flex-shrink: 0;
}

.team-modal__contact-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--navy);
    padding: .5rem .9rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all .2s;
    text-decoration: none;
    white-space: nowrap;
}
.team-modal__contact-link:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.team-modal__contact-link svg { flex-shrink: 0; }

/* =============================================
   PAGE TRANSACTIONS
   ============================================= */

/* Hero */
.txn-page__hero {
    padding: 8rem 0 4rem;
    text-align: center;
}
.txn-page__eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 1.25rem;
}
.txn-page__hero h1 {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: .75rem;
    line-height: 1.15;
}
.txn-page__hero p {
    font-size: 1.05rem;
    color: rgba(255,255,255,.65);
    max-width: 500px;
    margin: 0 auto;
}

/* Main content area */
.txn-page__main {
    padding: 3.5rem 0 5rem;
}

/* Bouton CTA homepage */
.txn-page__cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* Barre de filtres */
.txn-filters {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 16px rgba(0,84,66,.06);
    padding: 1.75rem 2rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.txn-filter-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.txn-filter-label {
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--navy);
    min-width: 72px;
    flex-shrink: 0;
}
.txn-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.txn-filter-pill {
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--navy);
    background: transparent;
    border: 1.5px solid rgba(0,84,66,.25);
    border-radius: 20px;
    padding: .35rem .9rem;
    cursor: pointer;
    transition: background .18s, color .18s, border-color .18s;
}
.txn-filter-pill:hover {
    border-color: var(--navy);
    background: rgba(0,84,66,.05);
}
.txn-filter-pill.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

/* Carte masquée par le filtre */
.txn-card--hidden { display: none; }

/* État vide */
.txn-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
    color: var(--muted);
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

/* =============================================
   RESPONSIVE
   ============================================= */
/* =============================================
   RESPONSIVE — 1280px (demi-écran grand moniteur)
   ============================================= */
@media (max-width: 1280px) {
    .hero__watermark { display: none; }
    .txn-grid        { grid-template-columns: repeat(3, 1fr); }
    .alumni-chip     { flex: 0 0 calc(50% - .375rem); }
}

/* =============================================
   RESPONSIVE — 1024px (tablette paysage)
   ============================================= */
@media (max-width: 1024px) {
    .hero__watermark { display: none; }
    .hero__scroll    { display: none; }
    .grid-4          { grid-template-columns: repeat(2, 1fr); }
    .stats-bar__grid { grid-template-columns: repeat(3, 1fr); }
    .approach-steps  { grid-template-columns: repeat(2, 1fr); }
    .approach-steps::before { display: none; }
    .footer__grid    { grid-template-columns: 1fr 1fr; }

    .advisors-grid   { grid-template-columns: repeat(auto-fit, minmax(160px, 200px)); }
    .txn-grid        { grid-template-columns: repeat(2, 1fr); }
    .alumni-chip     { flex: 0 0 calc(50% - .375rem); }

    /* modal : garde le layout 2 colonnes jusqu'à 768px */
}

/* =============================================
   RESPONSIVE — 768px (tablette portrait / mobile)
   ============================================= */
@media (max-width: 768px) {
    .section   { padding: 60px 0; }
    .container { padding: 0 1.2rem; }

    /* Header */
    .nav__menu, .nav__lang { display: none; }
    .burger { display: flex; }
    .nav__menu.open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100vh;
        background: var(--navy);
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        z-index: 1000;
        padding: 6rem 2.5rem 3rem;
    }
    /* Nom cabinet en haut de l'overlay */
    .nav__menu.open::before {
        content: 'WINDCLIFF PARTNERS';
        position: absolute;
        top: 1.6rem;
        left: 2.5rem;
        font-size: .65rem;
        font-weight: 700;
        letter-spacing: .2em;
        color: rgba(255,255,255,0.35);
    }
    .nav__menu.open li {
        width: 100%;
        text-align: left;
    }
    .nav__menu.open a {
        display: block;
        font-size: 1.55rem;
        font-weight: 600;
        letter-spacing: .02em;
        color: rgba(255,255,255,0.75);
        padding: .75rem 0;
        transition: color .2s, padding-left .2s;
        border: none;
    }
    .nav__menu.open a:hover {
        color: var(--white);
        padding-left: .5rem;
    }
    .nav__menu.open a::after { display: none; }
    .nav__menu.open .nav__contact-btn {
        color: var(--gold) !important;
        background: transparent !important;
        border: none !important;
        padding: .75rem 0 !important;
        border-radius: 0 !important;
        font-size: 1.55rem !important;
        font-weight: 600 !important;
        letter-spacing: .02em !important;
    }

    /* Hero */
    .hero { min-height: 100svh; padding-top: 100px; padding-bottom: 80px; }
    .hero__actions { flex-direction: column; gap: .75rem; }
    .hero__actions .btn { width: 100%; text-align: center; }
    .hero__watermark { display: none; }
    .hero__scroll { display: none; }

    /* About */
    .about-split { grid-template-columns: 1fr; gap: 3rem; }
    .about__badge { right: 0; bottom: -1rem; }

    /* Grilles génériques */
    .grid-2            { grid-template-columns: 1fr; }
    .grid-3            { grid-template-columns: 1fr; }
    .stats-bar__grid   { grid-template-columns: repeat(3, 1fr); }
    .approach-steps    { grid-template-columns: 1fr; }
    .sectors__cloud    { grid-template-columns: repeat(2, 1fr); }

    /* Transactions */
    .txn-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .txn-card { height: 360px; }

    /* Équipe */
    .team-grid     { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .team-grid .member-card:nth-child(n) { grid-column: auto; }
    .advisors-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 190px)); }
    .alumni-chip   { flex: 0 0 100%; }
    .alumni-chip__name,
    .alumni-chip__poste { white-space: normal; }

    /* Modal équipe */
    .team-modal__panel  { width: 100%; max-height: 100vh; border-radius: 0; overflow-y: auto; }
    .team-modal__inner  { grid-template-columns: 1fr; height: auto; }
    .team-modal__left   { border-radius: 0; height: 240px; min-height: unset; }
    .team-modal__right  { padding: 1.5rem; border-radius: 0; max-height: none; overflow-y: visible; }
    .team-modal__photo  { height: 240px; min-height: unset; object-position: center 20%; }
    .team-modal__contacts { flex-direction: column; gap: .5rem; }
    .team-modal__contact-link { white-space: normal; word-break: break-all; }

    /* Modal transaction */
    .txn-modal__panel  { width: 100%; max-height: 100vh; border-radius: 0; }
    .txn-modal__inner  { grid-template-columns: 1fr; min-height: auto; }
    .txn-modal__left   { padding: 1.5rem 1rem; }
    .txn-modal__right  { padding: 1.5rem 1.2rem; }

    /* Panneau infodeal — pleine largeur sur mobile */
    .txn-infodeal { left: 0; border-radius: 0; }
    .txn-infodeal__content { padding: 1rem .75rem; overflow: auto; }
    .txn-infodeal__pdf-pages { align-items: flex-start; }

    /* Contact / footer */
    .contact-grid    { grid-template-columns: 1fr; gap: 3rem; }
    .contact-offices { grid-template-columns: 1fr; }
    .form-row        { grid-template-columns: 1fr; }
    .footer__grid    { grid-template-columns: 1fr; }
    .footer__bottom  { flex-direction: column; gap: .5rem; text-align: center; }

    /* Page transactions */
    .txn-filters          { padding: 1.25rem; }
    .txn-filter-group     { flex-direction: column; align-items: flex-start; }
    .txn-filter-label     { min-width: unset; }
}

/* =============================================
   RESPONSIVE — 480px (mobile)
   ============================================= */
@media (max-width: 480px) {
    .section   { padding: 50px 0; }
    .container { padding: 0 1rem; }

    /* Empêche le débordement horizontal global */
    body, .hero, #site-header { overflow-x: hidden; }

    /* Header : masquer les villes, garder uniquement l'icône logo */
    .header__logo-cities { display: none; }
    .header__logo { flex-direction: row; gap: 8px; }
    .header__logo-icon { width: 36px; height: 36px; }

    /* Hero : titre limité à la largeur du viewport */
    .hero__content { max-width: 100%; }
    .hero__title { font-size: clamp(1.7rem, 7vw, 2rem); word-break: break-word; }
    .hero__subtitle { font-size: 1rem; }
    .hero__actions .btn { width: 100%; box-sizing: border-box; }

    /* Transactions : 1 colonne, contenu toujours visible */
    .txn-grid { grid-template-columns: 1fr; }
    .txn-card { height: auto; }
    .txn-card__bg { position: relative; height: 180px; border-radius: 6px 6px 0 0; }
    .txn-card__default { display: none; }
    .txn-card__hover {
        position: relative;
        inset: auto;
        opacity: 1;
        transform: none;
        border-radius: 0 0 6px 6px;
        border-top: none;
        padding: 1rem;
    }

    /* Équipe : 1 colonne */
    .team-grid     { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .team-grid .member-card:nth-child(n) { grid-column: auto; }
    .advisors-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }

    /* Stats */
    .stats-bar__grid { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }

    /* Grilles expertise + approche */
    .grid-2         { grid-template-columns: 1fr; }
    .approach-steps { grid-template-columns: 1fr; }

    /* Section header */
    .section__header { margin-bottom: 40px; }

    /* Hero */
    .hero__eyebrow { font-size: .65rem; }

    /* About badge */
    .about__badge { display: none; }
}

/* =============================================
   PRELOADER
   ============================================= */
#preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease, visibility .35s ease;
    /* Fallback CSS : disparaît après 2s même sans JS */
    animation: preloader-fallback 0.35s ease forwards 2s;
}

@keyframes preloader-fallback {
    to { opacity: 0; visibility: hidden; pointer-events: none; }
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader__logo {
    width: 140px;
    height: 140px;
    overflow: visible;
}

/* All paths: outline hidden, fill hidden */
.pl-s {
    fill: var(--navy);
    fill-opacity: 0;
    stroke: var(--navy);
    stroke-width: .7;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-linejoin: round;
}

/* Two-phase animation: trace outline, then fill */
@keyframes pl-trace {
    0%   { stroke-dashoffset: 1; fill-opacity: 0; }
    65%  { stroke-dashoffset: 0; fill-opacity: 0; }
    100% { stroke-dashoffset: 0; fill-opacity: 1; }
}

/*  0 = top arc          → starts first            */
/*  1 = outer ring       → follows right after      */
/*  2 = left diagonal    → interior elements begin   */
/*  3 = centre monogram  → main P shape              */
/*  4 = right diagonal   → finishes the W            */
.pl-s--0 { animation: pl-trace .60s cubic-bezier(.4,0,.2,1) forwards  0.0s;  }
.pl-s--1 { animation: pl-trace .75s cubic-bezier(.4,0,.2,1) forwards  0.30s; }
.pl-s--2 { animation: pl-trace .50s cubic-bezier(.4,0,.2,1) forwards  0.70s; }
.pl-s--3 { animation: pl-trace .60s cubic-bezier(.4,0,.2,1) forwards  0.95s; }
.pl-s--4 { animation: pl-trace .45s cubic-bezier(.4,0,.2,1) forwards  1.20s; }
