.groupe-page {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* =========================================================
   HERO
========================================================= */

.groupe-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 130px clamp(24px, 8vw, 120px) 90px;
    color: var(--white);
    isolation: isolate;
}

.groupe-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    filter: saturate(.88) contrast(1.05);
    transform: scale(1.02);
}

.groupe-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .30) 48%, rgba(0, 0, 0, .12)),
        linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .72));
    backdrop-filter: blur(0px);
}

.groupe-hero-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    animation: riseIn .8s ease both;
}

.groupe-hero .eyebrow {
    color: var(--white);
}

.groupe-hero h1 {
    max-width: 940px;
    margin: 0 0 22px;
    color: var(--white);
    font-size: clamp(46px, 6.8vw, 75px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.04em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .52);
}

.groupe-hero-content > p:last-child {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 22px;
    font-weight: 750;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}

/* =========================================================
   GLOBAL SECTIONS
========================================================= */

.about-section,
.timeline-section,
.values-section,
.leadership-section,
.finance-section,
.agency-section,
.groupe-cta {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(28px, 7vw, 120px);
    padding-right: clamp(28px, 7vw, 120px);
}

.section-heading {
    max-width: 900px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(30px, 3.7vw, 50px);
    line-height: .98;
}

.section-heading .eyebrow {
    color: var(--yellow-dark);
}

/* =========================================================
   QUI SOMMES-NOUS
========================================================= */

.about-section {
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(480px, 1.05fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #ffffff, #f2f4f5);
}

.about-content {
    max-width: 760px;
}

.about-content .eyebrow {
    color: var(--yellow-dark);
}

.about-content h2 {
    /* max-width: 720px; */
    margin-bottom: 28px;
    font-size: 55px;
    line-height: .78;
}

.about-content p {
    color: var(--muted);
    text-align: justify;
    font-size: 17px;
    line-height: 1.78;
}

.about-content strong {
    color: var(--ink);
}

.about-visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #dfe4e7;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(15, 18, 20, .16);
}

.about-visual::before {
    position: absolute;
    inset: 18px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 20px;
    pointer-events: none;
}

.about-visual img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    filter: saturate(.95) contrast(1.05);
}

/* =========================================================
   TIMELINE BULLES - FIT PAGE / MULTI OPEN
========================================================= */

.timeline-section {
    overflow: hidden;
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(82px, 9vw, 140px);
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgba(246, 184, 15, .22), transparent 28%),
        radial-gradient(circle at 10% 82%, rgba(246, 184, 15, .16), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px) 0 0 / 34px 34px,
        linear-gradient(135deg, #17191b, #303538);
}

.timeline-section .section-heading {
    margin-bottom: clamp(46px, 6vw, 74px);
}

.timeline-section .section-heading .eyebrow,
.timeline-section .section-heading h2 {
    color: var(--white);
}

.bubble-timeline {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.bubble-timeline-scroll {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 170px 0 175px;
}

.bubble-timeline-line {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    align-items: center;
}

.bubble-timeline-line::before {
    position: absolute;
    top: 50%;
    right: 5%;
    left: 5%;
    height: 5px;
    content: "";
    background:
        linear-gradient(90deg, rgba(246, 184, 15, .92), rgba(246, 184, 15, .34)),
        rgba(255, 255, 255, .15);
    border-radius: 999px;
    box-shadow:
        0 0 34px rgba(246, 184, 15, .22),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    transform: translateY(-50%);
}

.bubble-timeline-item {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: grid;
    justify-items: center;
}

.bubble-timeline-dot {
    position: relative;
    z-index: 6;
    width: clamp(48px, 4.4vw, 72px);
    height: clamp(48px, 4.4vw, 72px);
    display: grid;
    place-items: center;
    color: var(--white);
    background:
        radial-gradient(circle at 36% 30%, rgba(255, 255, 255, .95) 0 10%, transparent 11%),
        linear-gradient(135deg, rgba(246, 184, 15, .96), rgba(223, 151, 0, .78));
    border: clamp(4px, .35vw, 6px) solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    box-shadow:
        0 20px 52px rgba(0, 0, 0, .32),
        0 0 0 10px rgba(246, 184, 15, .12),
        inset 0 1px 0 rgba(255, 255, 255, .30);
    cursor: pointer;
    font: inherit;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.bubble-timeline-dot::before {
    position: absolute;
    inset: -14px;
    content: "";
    border: 1px solid rgba(246, 184, 15, .34);
    border-radius: inherit;
    opacity: 0;
    transform: scale(.72);
    transition:
        opacity .22s ease,
        transform .22s ease;
}

.bubble-timeline-dot span {
    position: relative;
    z-index: 2;
    font-size: clamp(10px, .95vw, 15px);
    font-weight: 950;
    letter-spacing: -.02em;
}

.bubble-timeline-item:hover .bubble-timeline-dot,
.bubble-timeline-item.is-active .bubble-timeline-dot {
    transform: translateY(-4px) scale(1.05);
    border-color: rgba(255, 255, 255, .44);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, .38),
        0 0 0 14px rgba(246, 184, 15, .18),
        inset 0 1px 0 rgba(255, 255, 255, .35);
}

.bubble-timeline-item:hover .bubble-timeline-dot::before,
.bubble-timeline-item.is-active .bubble-timeline-dot::before {
    opacity: 1;
    transform: scale(1.12);
}

.bubble-timeline-card {
    position: absolute;
    left: 50%;
    z-index: 4;
    width: clamp(190px, 17vw, 285px);
    padding: clamp(15px, 1.35vw, 22px);
    color: var(--white);
    background:
        radial-gradient(circle at 88% 12%, rgba(246, 184, 15, .18), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: clamp(18px, 1.6vw, 24px);
    box-shadow:
        0 28px 76px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(-50%) scale(.92);
    transition:
        opacity .24s ease,
        transform .24s ease,
        visibility .24s ease;
}

.bubble-timeline-card::before {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background: rgba(255, 255, 255, .10);
    border: inherit;
    transform: translateX(-50%) rotate(45deg);
    backdrop-filter: blur(16px);
}

.bubble-timeline-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--white);
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.bubble-timeline-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(11px, .85vw, 14px);
    font-weight: 700;
    line-height: 1.5;
}

.bubble-timeline-item.is-top .bubble-timeline-card {
    bottom: calc(50% + clamp(54px, 5vw, 72px));
    transform-origin: bottom center;
}

.bubble-timeline-item.is-top .bubble-timeline-card::before {
    bottom: -9px;
    border-top: 0;
    border-left: 0;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card {
    top: calc(50% + clamp(54px, 5vw, 72px));
    transform-origin: top center;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    top: -9px;
    border-right: 0;
    border-bottom: 0;
}

.bubble-timeline-item.is-active .bubble-timeline-card {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.bubble-timeline-item.is-active.is-top .bubble-timeline-card {
    transform: translateX(-50%) translateY(-8px) scale(1);
}

.bubble-timeline-item.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(-50%) translateY(8px) scale(1);
}

.bubble-timeline-item:first-child .bubble-timeline-card {
    left: 0;
    transform: translateX(0) scale(.92);
}

.bubble-timeline-item:first-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(0) translateY(8px) scale(1);
}

.bubble-timeline-item:last-child .bubble-timeline-card {
    left: auto;
    right: 0;
    transform: translateX(0) scale(.92);
}

.bubble-timeline-item:last-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(0) translateY(8px) scale(1);
}

.bubble-timeline-item:first-child .bubble-timeline-card::before {
    left: 34px;
}

.bubble-timeline-item:last-child .bubble-timeline-card::before {
    left: auto;
    right: 34px;
}

/* =========================================================
   VALUES
========================================================= */

.values-section {
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    overflow: hidden;
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px,
        linear-gradient(180deg, #f2f4f5, #ffffff);
}

.values-section .section-heading {
    max-width: 1480px;
    margin-bottom: clamp(38px, 5vw, 68px);
}

.values-row {
    max-width: 1480px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    margin: 0 auto;
}

.value-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: grid;
    grid-template-rows: 1fr;
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0, rgba(246, 184, 15, .22), transparent 34%),
        linear-gradient(135deg, #17191b, #2c3134);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(15, 18, 20, .13);
    transition:
        transform .38s cubic-bezier(.22, 1, .36, 1),
        box-shadow .38s ease,
        border-color .38s ease;
}

.value-card.has-image {
    min-height: 300px;
    grid-template-rows: 1fr;
    color: var(--white);
    background: #17191b;
    border-color: rgba(255, 255, 255, .14);
}

.value-card:hover {
    transform: translateY(-7px);
    border-color: rgba(246, 184, 15, .42);
    box-shadow: 0 32px 78px rgba(15, 18, 20, .18);
}

.value-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    content: "";
    background: var(--yellow);
    transition: width .45s cubic-bezier(.22, 1, .36, 1);
}

.value-card:hover::after {
    width: 100%;
}

.value-card-image {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: #dfe3e5;
}

.value-card-image::after {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 12, 14, .56), rgba(10, 12, 14, .25) 68%, rgba(10, 12, 14, .12)),
        linear-gradient(180deg, rgba(10, 12, 14, .08), rgba(10, 12, 14, .48));
}

.value-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.98) contrast(1.03);
    transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .4s ease;
}

.value-card:hover .value-card-image img {
    transform: scale(1.055);
    filter: saturate(1.02) contrast(1.07);
}

.value-card-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(22px, 3vw, 38px);
    align-items: start;
    padding: clamp(30px, 4vw, 52px);
}

.value-card.has-image .value-card-content {
    align-content: center;
    min-height: 100%;
}

.value-card:not(.has-image) .value-card-content {
    align-content: center;
}

.value-card-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #181a1c;
    background: linear-gradient(145deg, #ffdc69, var(--yellow) 58%, #d99500);
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    box-shadow: 0 15px 34px rgba(223, 151, 0, .25);
    font-size: 13px;
    font-weight: 900;
}

.value-card-copy strong {
    display: block;
    margin: 1px 0 14px;
    color: inherit;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.value-card-copy p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.68;
}

.value-card.has-image .value-card-copy p {
    color: rgba(255, 255, 255, .78);
}

@media (max-width: 1100px) {
    .value-card-content {
        padding: 32px;
    }
}

@media (max-width: 700px) {
    .values-row {
        grid-template-columns: 1fr;
    }

    .value-card,
    .value-card.has-image {
        min-height: 0;
    }

    .value-card.has-image {
        min-height: 340px;
        grid-template-rows: 1fr;
    }

    .value-card-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 24px 32px;
    }

    .value-card-number {
        width: 48px;
        height: 48px;
    }
}

/* =========================================================
   EQUIPE DE DIRECTION
========================================================= */

.leadership-section {
    overflow: hidden;
    padding-top: clamp(52px, 5.5vw, 76px);
    padding-bottom: clamp(52px, 5.5vw, 76px);
    color: var(--white);
    background: #161719;
}

.leadership-section .section-heading {
    max-width: 980px;
    margin-bottom: clamp(28px, 3vw, 38px);
}

.leadership-section .section-heading .eyebrow,
.leadership-section .section-heading h2 {
    color: var(--white);
}

.leadership-section .section-heading h2 {
    font-size: clamp(30px, 3.1vw, 42px);
}

.leadership-layout {
    width: min(1160px, 100%);
    display: grid;
    gap: clamp(16px, 1.8vw, 24px);
    margin: 0 auto;
}

.leadership-level {
    min-width: 0;
}

.leadership-level-president {
    width: min(620px, 100%);
    height: clamp(220px, 20vw, 255px);
    margin: 0 auto;
}

.leadership-level-president > .leadership-card {
    height: 100%;
}

.leadership-level-label {
    display: grid;
    grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
}

.leadership-level-label span {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(246, 184, 15, .44));
}

.leadership-level-label span:last-child {
    background: linear-gradient(90deg, rgba(246, 184, 15, .44), transparent);
}

.leadership-level-label p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
}

.leadership-directors {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 20px);
}

.leadership-card-director {
    --leadership-card-size: 200px;
    height: var(--leadership-card-size);
}

.leadership-transversal {
    width: min(840px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 20px);
    margin: 0 auto;
}

.leadership-card-transversal {
    --leadership-card-size: 145px;
    height: var(--leadership-card-size);
}

.leadership-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    perspective: 1600px;
}

.leadership-card-inner {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transition: transform .78s cubic-bezier(.2, .72, .2, 1);
}

.leadership-card.is-flipped .leadership-card-inner {
    transform: rotateY(180deg);
}

.leadership-face {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    box-shadow: 0 24px 68px rgba(0, 0, 0, .24);
}

.leadership-face-front {
    display: flex;
    padding: 0;
    color: var(--white);
    background:
        radial-gradient(circle at 75% 20%, rgba(246, 184, 15, .2), transparent 34%),
        linear-gradient(145deg, #343a3d, #17191b);
    border-color: var(--yellow);
    cursor: pointer;
    font: inherit;
    text-align: left;
    isolation: isolate;
}

.leadership-card-president .leadership-face-front {
    align-items: flex-end;
}

.leadership-card-compact .leadership-face-front {
    align-items: center;
}

.leadership-card.has-image .leadership-face-front {
    background-image: var(--leader-image);
    background-position: center;
    background-size: cover;
}

.leadership-face-front::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 11, 12, .36), rgba(9, 11, 12, .05) 72%),
        linear-gradient(180deg, rgba(9, 11, 12, .02) 42%, rgba(9, 11, 12, .68));
    transition: background .35s ease;
}

.leadership-card:hover .leadership-face-front::before {
    background:
        linear-gradient(90deg, rgba(9, 11, 12, .28), rgba(9, 11, 12, .03) 72%),
        linear-gradient(180deg, rgba(9, 11, 12, .01) 38%, rgba(9, 11, 12, .62));
}

.leadership-placeholder {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .18);
    font-size: clamp(70px, 9vw, 150px);
}

.leadership-identity {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    padding: clamp(20px, 2.4vw, 30px);
}

.leadership-identity small,
.leadership-face-back > small {
    display: block;
    margin-bottom: 9px;
    color: var(--yellow);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.leadership-identity strong,
.leadership-face-back > strong {
    display: block;
    color: var(--white);
    font-size: clamp(25px, 2.6vw, 38px);
    font-weight: 900;
    line-height: .98;
}

.leadership-identity em {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.leadership-identity em i {
    color: var(--yellow);
    transition: transform .25s ease;
}

.leadership-card:hover .leadership-identity em i {
    transform: translateX(5px);
}

.leadership-face-back {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
    padding: clamp(20px, 2.4vw, 30px);
    color: var(--white);
    background:#282d30;
    transform: rotateY(180deg);
}

.leadership-close {
    width: 36px;
    height: 36px;
    display: grid;
    flex: 0 0 36px;
    place-items: center;
    /* margin: 0 0 auto auto; */
    color: #17191b;
    background: var(--yellow);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease;
}

.leadership-close:hover {
    background: #ffd45d;
    transform: translateX(-3px);
}

.leadership-face-back > strong {
    margin-bottom: 20px;
}

.leadership-biography {
    min-height: 0;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(246, 184, 15, .7) rgba(255, 255, 255, .08);
}

.leadership-biography p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.52;
}

.leadership-biography p:last-child {
    margin-bottom: 0;
}

.leadership-card-compact .leadership-identity {
    width: calc(100% - var(--leadership-card-size));
    margin-left: auto;
    padding: 14px 16px;
}

.leadership-card-compact .leadership-identity strong,
.leadership-card-compact .leadership-face-back > strong {
    font-size: clamp(17px, 1.45vw, 22px);
}

.leadership-card-compact .leadership-identity em {
    margin-top: 8px;
    font-size: 9px;
}

.leadership-card-compact.has-image .leadership-face-front {
    background-image: none;
    background-color: #202427;
}

.leadership-card-compact .leadership-placeholder,
.leadership-card-compact.has-image .leadership-face-front::after {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: auto;
    left: 0;
    width: var(--leadership-card-size);
    height: var(--leadership-card-size);
    aspect-ratio: 1 / 1;
    content: "";
    background-color: #292e31;
    background-image: var(--leader-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 0 0 12px;
}

.leadership-card-compact .leadership-placeholder {
    display: grid;
    right: auto;
    place-items: center;
    color: rgba(255, 255, 255, .2);
    background:
        radial-gradient(circle at 50% 28%, rgba(246, 184, 15, .16), transparent 46%),
        #292e31;
    font-size: clamp(44px, 4vw, 62px);
}

.leadership-card-compact .leadership-face-front::before {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            transparent 0 calc(var(--leadership-card-size) - 28px),
            rgba(9, 11, 12, .3) calc(var(--leadership-card-size) - 10px),
            rgba(9, 11, 12, .86) calc(var(--leadership-card-size) + 18px),
            rgba(9, 11, 12, .94) 100%
        ),
        linear-gradient(180deg, rgba(9, 11, 12, .02), rgba(9, 11, 12, .2));
}

.leadership-card-compact:hover .leadership-face-front::before {
    background:
        linear-gradient(
            90deg,
            transparent 0 calc(var(--leadership-card-size) - 28px),
            rgba(9, 11, 12, .24) calc(var(--leadership-card-size) - 10px),
            rgba(9, 11, 12, .8) calc(var(--leadership-card-size) + 18px),
            rgba(9, 11, 12, .91) 100%
        ),
        linear-gradient(180deg, transparent, rgba(9, 11, 12, .16));
}

.leadership-card-compact .leadership-face-back {
    padding: 15px 58px 15px 16px;
}

.leadership-card-compact .leadership-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    flex-basis: 32px;
}

.leadership-card-compact .leadership-biography p {
    font-size: 12px;
    line-height: 1.4;
}

.leadership-card-transversal .leadership-face {
    border-color: rgba(246, 184, 15, .38);
}

.leadership-card-transversal .leadership-identity small {
    color: #ffd45d;
}

/* =========================================================
   FINANCE
========================================================= */


.finance-section {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(360px, .75fr);
    gap: clamp(36px, 6vw, 90px);
    align-items: center;
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    color: var(--white);
    background: #161719;
}

.finance-content {
    max-width: 860px;
}

.finance-content .eyebrow {
    color: var(--white);
}

.finance-content h2 {
    max-width: 820px;
    margin-bottom: 24px;
    color: var(--white);
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .98;
}

.finance-content p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

.finance-content strong {
    color: var(--white);
}

.finance-card {
    cursor: pointer;
    height: 320px;
    width: 400px;
    display: grid;
    align-content: center;
    place-items: center;
    padding: 0;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 38px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
    overflow: hidden;
}


/* =========================================================
   AGENCES / MAP
========================================================= */

.agency-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 700px;
    padding: 0;
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #ffffff, #f2f4f5);
}

.agency-content {
    /* max-width: 720px; */
    padding: clamp(76px, 8vw, 120px) clamp(34px, 6vw, 110px);
}

.agency-content .eyebrow {
    color: var(--yellow-dark);
}

.agency-content h2 {
    margin-bottom: 24px;
    font-size: 55px;
    line-height: .98;
}

.agency-content > p {
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.agency-list {
    display: grid;
    gap: 12px;
    max-width: 600px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agency-list li {
    margin: 0;
    padding: 0;
}

.agency-link {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: var(--ink);
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(15, 18, 20, .08);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-align: left;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.agency-link::before {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    content: "";
    background: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(246, 184, 15, .16);
}

.agency-link::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
    transition: transform .22s ease;
}

.agency-link:hover,
.agency-link.is-active {
    background: var(--white);
    border-color: rgba(246, 184, 15, .55);
    box-shadow: 0 22px 52px rgba(15, 18, 20, .14);
    transform: translateX(6px);
}

.agency-link:hover::after,
.agency-link.is-active::after {
    transform: translateX(4px);
}

.agency-map-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    background: #dfe4e7;
}

.groupe-map {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background: #dfe4e7;
}

.groupe-map .leaflet-control-attribution {
    font-size: 10px;
}

.groupe-map .leaflet-control-zoom {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 18, 20, .16);
}

.groupe-map .leaflet-control-zoom a {
    width: 38px;
    height: 38px;
    color: var(--ink);
    border: 0;
    font-size: 20px;
    line-height: 38px;
}

.groupe-map .agency-zone-path {
    /* Chaque couche est fusionnée : seul le contour extérieur de la zone est dessiné. */
    stroke-linejoin: round;
    stroke-linecap: round;
    filter: drop-shadow(0 16px 32px rgba(223, 151, 0, .12));
    transition:
        fill-opacity .32s ease,
        opacity .32s ease,
        stroke-opacity .32s ease;
}

.agency-zone-legend {
    display: grid;
    gap: 7px;
    margin: 0 0 10px 10px;
    padding: 9px 11px;
    color: rgba(30, 32, 34, .78);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 18, 20, .12);
    backdrop-filter: blur(10px);
    font-size: 12px;
    line-height: 1;
}

.agency-zone-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.agency-zone-legend-item span {
    width: 20px;
    height: 10px;
    display: block;
    flex: 0 0 20px;
    border-radius: 3px;
}

.agency-zone-legend-main span {
    background: rgba(246, 184, 15, .38);
    border: 1px solid rgba(223, 151, 0, .72);
}

.agency-zone-legend-public-works {
    display: none;
}

.agency-zone-legend.show-public-works .agency-zone-legend-public-works {
    display: inline-flex;
}

.agency-zone-legend-public-works span {
    background: rgba(111, 147, 184, .30);
    border: 1px solid rgba(79, 111, 143, .72);
}

.agency-zone-legend strong {
    font-weight: 900;
}

.groupe-map .agency-zone-public-works-path {
    filter: drop-shadow(0 12px 26px rgba(79, 111, 143, .10));
}

.agency-zone-legend.is-overview {
    border-color: rgba(23, 25, 27, .18);
}

.agency-zone-legend.is-overview .agency-zone-legend-main span {
    background: rgba(246, 184, 15, .24);
    border-color: #17191b;
}

.agency-zone-legend.is-overview .agency-zone-legend-public-works span {
    background: rgba(111, 147, 184, .20);
    border-color: #17191b;
}

.tpgeo-marker-icon {
    background: transparent;
    border: 0;
}

.tpgeo-marker {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, .28),
        0 0 0 8px rgba(246, 184, 15, .18);
    transform: rotate(-45deg);
}

.tpgeo-marker::before {
    position: absolute;
    inset: 7px;
    content: "";
    background: #ffffff;
    border-radius: 50%;
}

.tpgeo-marker::after {
    position: absolute;
    inset: -18px;
    content: "";
    border: 1px solid rgba(246, 184, 15, .45);
    border-radius: 50%;
    animation: markerPulse 1.8s ease-out infinite;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 18, 20, .22);
}

.leaflet-popup-content {
    min-width: 220px;
    margin: 0;
}

.agency-popup {
    text-align: center;
    padding: 18px 18px 16px;
}

.agency-popup strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
}

.agency-popup span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.agency-popup a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 9px 13px;
    color: var(--white) !important;
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(223, 151, 0, .22);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.agency-popup a:hover {
    box-shadow: 0 14px 30px rgba(223, 151, 0, .30);
    transform: translateY(-1px);
}

.leaflet-popup-tip {
    box-shadow: none;
}

@keyframes markerPulse {
    from {
        opacity: .7;
        transform: scale(.72) rotate(45deg);
    }

    to {
        opacity: 0;
        transform: scale(1.45) rotate(45deg);
    }
}

/* =========================================================
   CTA
========================================================= */

.groupe-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: clamp(64px, 7vw, 80px);
    padding-bottom: clamp(64px, 7vw, 80px);
    color: var(--white);
    background: #161719;
}

.groupe-cta .eyebrow {
    color: var(--white);
}

.groupe-cta h2 {
    max-width: 780px;
    margin: 0;
    color: var(--white);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

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

@media (max-width: 1200px) {
    .about-section,
    .finance-section,
    .agency-section {
        grid-template-columns: 1fr;
    }

    .about-section {
        background: #ffffff;
    }

    .about-visual {
        min-height: 420px;
    }

    .about-visual img {
        min-height: 420px;
    }

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

    .agency-content {
        max-width: 100%;
    }

    .agency-map-wrap,
    .groupe-map {
        min-height: 500px;
    }
}


@keyframes mobileHeroBackground {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

@media (max-width: 900px) {
    .groupe-hero {
        min-height: 100vh;
        padding: 110px 22px 70px;
    }

    .groupe-hero::before {
        background-position: 0% center;
        animation: mobileHeroBackground 18s ease-in-out infinite alternate;
    }

    .groupe-hero h1 {
        font-size: clamp(42px, 10vw, 72px);
    }

    .groupe-hero-content > p:last-child {
        font-size: 19px;
    }

    .about-section,
    .timeline-section,
    .values-section,
    .leadership-section,
    .finance-section,
    .agency-section,
    .groupe-cta {
        padding-left: 22px;
        padding-right: 22px;
    }

    .about-section,
    .timeline-section,
    .values-section,
    .leadership-section,
    .finance-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .leadership-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .about-content h2,
    .section-heading h2,
    .finance-content h2,
    .agency-content h2,
    .groupe-cta h2 {
        font-size: clamp(32px, 7vw, 46px);
    }

    .bubble-timeline-scroll {
        padding: 150px 0 155px;
    }

    .bubble-timeline-line {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .bubble-timeline-dot {
        width: 46px;
        height: 46px;
        box-shadow:
            0 14px 36px rgba(0, 0, 0, .30),
            0 0 0 7px rgba(246, 184, 15, .12),
            inset 0 1px 0 rgba(255, 255, 255, .30);
    }

    .bubble-timeline-dot span {
        font-size: 10px;
    }

    .bubble-timeline-card {
        width: 205px;
        padding: 14px;
    }

    .bubble-timeline-card strong {
        font-size: 14px;
    }

    .bubble-timeline-card p {
        font-size: 11px;
        line-height: 1.42;
    }


    .values-section {
        overflow: hidden;
    }

    .values-row {
        width: calc(100% + 22px);
        padding-right: 22px;
        max-width: none;

        display: flex;
        gap: 16px;

        /* margin-right: -22px; */

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .values-row::-webkit-scrollbar {
        display: none;
    }

    .value-card {
        flex: 0 0 min(78vw, 520px);
        min-width: 0;

        scroll-snap-align: start;
    }

    .leadership-layout {
        gap: 20px;
    }

    .leadership-level-president {
        height: 250px;
    }

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

    .leadership-directors .leadership-card:last-child {
        width: min(520px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .leadership-card-director {
        --leadership-card-size: 160px;
        height: var(--leadership-card-size);
    }

    .leadership-card-transversal {
        --leadership-card-size: 150px;
        height: var(--leadership-card-size);
    }

    .finance-section {
        grid-template-columns: 1fr;
    }

    .finance-card {
        width: min(400px, 100%);
        /* min-height: 220px; */
    }

    .agency-section {
        padding: 0;
        grid-template-columns: 1fr;
        background: #ffffff;
    }

    .agency-content {
        padding: 70px 22px;
    }

    .agency-map-wrap,
    .groupe-map {
        min-height: 440px;
    }

    .groupe-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 700px) {
    .leadership-directors,
    .leadership-transversal {
        grid-template-columns: 1fr;
    }

    .leadership-directors .leadership-card:last-child {
        width: 100%;
        grid-column: auto;
    }

    .leadership-card-director,
    .leadership-card-transversal {
        --leadership-card-size: clamp(132px, 38vw, 150px);
        height: var(--leadership-card-size);
    }

    .timeline-section {
        overflow: hidden;
    }

    .bubble-timeline-scroll {
        padding: 0;
        overflow: visible;
    }

    .bubble-timeline-line {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 14px;
    }

    /* .bubble-timeline-line::before {
        display: none;
    } */

    .bubble-timeline-item {
        min-height: auto;
        display: grid;
        gap: 10px;
        justify-items: stretch;
        align-items: start;
    }

    .bubble-timeline-dot {
        width: 100%;
        height: auto;
        min-height: 48px;
        border-radius: 16px;
        box-shadow:
            0 14px 34px rgba(0, 0, 0, .26),
            inset 0 1px 0 rgba(255, 255, 255, .30);
    }

    .bubble-timeline-dot::before {
        display: none;
    }

    .bubble-timeline-dot span {
        font-size: 13px;
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card {
        position: static;
        width: 100%;
        min-width: 0;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 14px;
        visibility: hidden;
        transform: none;
        pointer-events: none;
        transition:
            opacity .22s ease,
            max-height .22s ease,
            padding .22s ease,
            visibility .22s ease;
    }

    .bubble-timeline-card::before {
        display: none;
    }

    .bubble-timeline-item.is-active .bubble-timeline-card,
    .bubble-timeline-item.is-active.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-active.is-bottom .bubble-timeline-card {
        opacity: 1;
        max-height: 260px;
        padding: 14px;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .bubble-timeline-card strong {
        font-size: 14px;
    }

    .bubble-timeline-card p {
        font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    .groupe-hero {
        min-height: 100vh;
        padding: 96px 18px 58px;
    }

    .groupe-hero h1 {
        font-size: 42px;
    }

    .about-section,
    .timeline-section,
    .values-section,
    .leadership-section,
    .finance-section {
        padding: 58px 18px;
    }

    .leadership-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .about-content p,
    .finance-content p,
    .agency-content > p {
        font-size: 16px;
        line-height: 1.68;
    }

    .about-visual,
    .about-visual img {
        min-height: 330px;
    }

    .timeline-section .section-heading {
        margin-bottom: 30px;
    }

    .value-card {
        min-height: auto;
        padding: 0;
        border-radius: 8px;
    }

    .value-card.has-image {
        min-height: 310px;
    }

    .leadership-section .section-heading {
        margin-bottom: 26px;
    }

    .leadership-level-president {
        height: 240px;
    }

    .leadership-level-label {
        grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
        gap: 10px;
    }

    .leadership-level-label p {
        font-size: 9px;
        letter-spacing: .12em;
    }

    .leadership-card-compact .leadership-identity {
        width: calc(100% - var(--leadership-card-size));
        padding: 12px 14px;
    }

    .leadership-card-compact .leadership-face-back {
        padding: 20px 62px 20px 20px;
    }

    .leadership-card-compact .leadership-identity small {
        font-size: 8px;
    }

    .leadership-card-compact .leadership-identity strong {
        font-size: clamp(16px, 5vw, 21px);
    }

    .leadership-card-compact .leadership-identity em {
        display: none;
    }

    .leadership-face-back {
        padding: 28px 22px;
    }

    .leadership-biography p {
        font-size: 15px;
        line-height: 1.62;
    }

    .agency-content {
        padding: 58px 18px;
    }

    .agency-link {
        gap: 12px;
        padding: 16px;
        border-radius: 16px;
    }

    .agency-link::after {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .agency-map-wrap,
    .groupe-map {
        min-height: 360px;
    }

    .groupe-cta {
        padding: 58px 18px;
    }
}

@media (max-width: 460px) {
    .bubble-timeline-line {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   TIMELINE PREMIUM OVERRIDE
========================================================= */

.timeline-section {
    overflow: hidden;
    padding-top: clamp(86px, 9vw, 140px);
    padding-bottom: clamp(90px, 10vw, 150px);
    color: var(--white);
    background:
        radial-gradient(circle at 78% 12%, rgba(246, 184, 15, .24), transparent 26%),
        radial-gradient(circle at 18% 86%, rgba(246, 184, 15, .14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(135deg, #151719, #252a2d 56%, #111214);
}

.timeline-section .section-heading {
    max-width: 940px;
    margin-bottom: clamp(58px, 7vw, 86px);
}

.timeline-section .section-heading h2 {
    color: var(--white);
}

.bubble-timeline {
    max-width: 1180px;
    margin: 0 auto;
}

.bubble-timeline-scroll {
    overflow: visible;
    padding: 0;
}

.bubble-timeline-line {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.bubble-timeline-line::before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 50%;
    width: 3px;
    height: auto;
    content: "";
    background:
        linear-gradient(180deg, transparent, rgba(246, 184, 15, .95) 10%, rgba(246, 184, 15, .45) 90%, transparent),
        rgba(255, 255, 255, .12);
    border-radius: 999px;
    box-shadow: 0 0 34px rgba(246, 184, 15, .2);
    transform: translateX(-50%);
}

.bubble-timeline-item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
    align-items: center;
    min-height: 150px;
}

.bubble-timeline-dot {
    grid-column: 2;
    width: 82px;
    height: 82px;
    justify-self: center;
    color: var(--black);
    background:
        linear-gradient(135deg, #fff3be, var(--yellow) 48%, var(--yellow-dark));
    border: 6px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .34),
        0 0 0 10px rgba(246, 184, 15, .12),
        inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: default;
    pointer-events: none;
}

.bubble-timeline-dot::before {
    display: none;
}

.bubble-timeline-dot span {
    color: #171717;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.bubble-timeline-item:hover .bubble-timeline-dot,
.bubble-timeline-item.is-active .bubble-timeline-dot {
    transform: none;
    border-color: rgba(255, 255, 255, .32);
}

.bubble-timeline-card,
.bubble-timeline-item.is-top .bubble-timeline-card,
.bubble-timeline-item.is-bottom .bubble-timeline-card {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: min(100%, 440px);
    padding: 24px 26px;
    color: var(--white);
    background:
        radial-gradient(circle at 92% 12%, rgba(246, 184, 15, .14), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    box-shadow:
        0 26px 72px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px);
    max-height: none;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.bubble-timeline-card::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .16);
    transform: translateY(-50%) rotate(45deg);
    backdrop-filter: blur(18px);
}

.bubble-timeline-item.is-top .bubble-timeline-card {
    grid-column: 1;
    justify-self: end;
    text-align: right;
}

.bubble-timeline-item.is-top .bubble-timeline-card::before {
    right: -9px;
    left: auto;
    border-left: 0;
    border-bottom: 0;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card {
    grid-column: 3;
    justify-self: start;
    text-align: left;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    left: -9px;
    right: auto;
    border-top: 0;
    border-right: 0;
}

.bubble-timeline-item:hover .bubble-timeline-card {
    transform: translateY(-4px);
    border-color: rgba(246, 184, 15, .42);
    box-shadow:
        0 34px 84px rgba(0, 0, 0, .36),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

.bubble-timeline-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: clamp(18px, 1.45vw, 23px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.bubble-timeline-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.58;
}

.bubble-timeline-item:first-child .bubble-timeline-card,
.bubble-timeline-item:last-child .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-bottom .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-bottom .bubble-timeline-card {
    transform: none;
}

.bubble-timeline-item:first-child:hover .bubble-timeline-card,
.bubble-timeline-item:last-child:hover .bubble-timeline-card {
    transform: translateY(-4px);
}

.bubble-timeline-item:first-child .bubble-timeline-card::before,
.bubble-timeline-item:last-child .bubble-timeline-card::before {
    left: auto;
    right: -9px;
}

.bubble-timeline-item.is-bottom:last-child .bubble-timeline-card::before {
    left: -9px;
    right: auto;
}

@media (max-width: 900px) {
    .bubble-timeline-line {
        gap: 20px;
    }

    .bubble-timeline-line::before {
        left: 38px;
        transform: none;
    }

    .bubble-timeline-item {
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 0;
        align-items: start;
    }

    .bubble-timeline-dot {
        grid-column: 1;
        width: 64px;
        height: 64px;
        justify-self: start;
        border-radius: 50%;
    }

    .bubble-timeline-dot span {
        font-size: 13px;
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card {
        grid-column: 2;
        justify-self: stretch;
        width: 100%;
        max-height: none;
        overflow: visible;
        text-align: left;
    }

    .bubble-timeline-card::before,
    .bubble-timeline-item.is-top .bubble-timeline-card::before,
    .bubble-timeline-item.is-bottom .bubble-timeline-card::before {
        display: block;
        top: 32px;
        left: -9px;
        right: auto;
        border-top: 0;
        border-right: 0;
    }
}

@media (max-width: 560px) {
    .bubble-timeline-line {
        gap: 16px;
    }

    .bubble-timeline-line::before {
        left: 28px;
    }

    .bubble-timeline-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .bubble-timeline-dot {
        width: 52px;
        height: 52px;
        border-width: 4px;
        border-radius: 50%;
        box-shadow:
            0 16px 38px rgba(0, 0, 0, .28),
            0 0 0 7px rgba(246, 184, 15, .12),
            inset 0 1px 0 rgba(255, 255, 255, .5);
    }

    .bubble-timeline-dot span {
        font-size: 11px;
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card {
        padding: 18px;
        border-radius: 16px;
    }
}

/* =========================================================
   TIMELINE HORIZONTALE FINALE
========================================================= */

.timeline-section {
    overflow: hidden;
    padding-top: clamp(70px, 7vw, 105px);
    padding-bottom: clamp(54px, 6vw, 76px);
    color: var(--white);
    background:
        radial-gradient(circle at 82% 18%, rgba(246, 184, 15, .22), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px) 0 0 / 34px 34px,
        linear-gradient(135deg, #151719, #292f32);
}

.timeline-section .section-heading {
    margin-bottom: clamp(42px, 5vw, 62px);
}

.bubble-timeline {
    max-width: 1380px;
}

.bubble-timeline-scroll {
    overflow: visible;
    padding: clamp(108px, 8vw, 132px) 0 clamp(112px, 7vw, 132px);
}

.bubble-timeline-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0;
    align-items: center;
}

.bubble-timeline-line::before {
    position: absolute;
    top: 50%;
    right: 4%;
    left: 4%;
    width: auto;
    height: 4px;
    content: "";
    background:
        linear-gradient(90deg, rgba(246, 184, 15, .1), rgba(246, 184, 15, .96), rgba(246, 184, 15, .24)),
        rgba(255, 255, 255, .16);
    border-radius: 999px;
    box-shadow: 0 0 34px rgba(246, 184, 15, .2);
    transform: translateY(-50%);
}

.bubble-timeline-item {
    position: relative;
    z-index: 2;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
}

.bubble-timeline-dot {
    position: relative;
    z-index: 5;
    grid-column: auto;
    width: clamp(58px, 5vw, 76px);
    height: clamp(58px, 5vw, 76px);
    display: grid;
    place-items: center;
    justify-self: center;
    color: #171717;
    background:
        radial-gradient(circle at 36% 28%, rgba(255, 255, 255, .95) 0 10%, transparent 11%),
        linear-gradient(135deg, #fff1b2, var(--yellow) 48%, var(--yellow-dark));
    border: 5px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    box-shadow:
        0 18px 48px rgba(0, 0, 0, .32),
        0 0 0 10px rgba(246, 184, 15, .12),
        inset 0 1px 0 rgba(255, 255, 255, .42);
    cursor: pointer;
    pointer-events: auto;
    font: inherit;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bubble-timeline-dot::before {
    display: block;
    position: absolute;
    inset: -13px;
    content: "";
    border: 1px solid rgba(246, 184, 15, .32);
    border-radius: inherit;
    opacity: 0;
    transform: scale(.75);
    transition: opacity .22s ease, transform .22s ease;
}

.bubble-timeline-dot span {
    color: #171717;
    font-size: clamp(11px, .9vw, 14px);
    font-weight: 950;
    letter-spacing: -.02em;
}

.bubble-timeline-item:hover .bubble-timeline-dot,
.bubble-timeline-item.is-active .bubble-timeline-dot {
    transform: translateY(-4px) scale(1.05);
    border-color: rgba(255, 255, 255, .46);
    box-shadow:
        0 24px 62px rgba(0, 0, 0, .36),
        0 0 0 14px rgba(246, 184, 15, .18),
        inset 0 1px 0 rgba(255, 255, 255, .45);
}

.bubble-timeline-item:hover .bubble-timeline-dot::before,
.bubble-timeline-item.is-active .bubble-timeline-dot::before {
    opacity: 1;
    transform: scale(1.1);
}

.bubble-timeline-card,
.bubble-timeline-item.is-top .bubble-timeline-card,
.bubble-timeline-item.is-bottom .bubble-timeline-card {
    position: absolute;
    left: 50%;
    right: auto;
    z-index: 4;
    grid-column: auto;
    width: clamp(210px, 18vw, 310px);
    max-height: none;
    overflow: visible;
    padding: 18px 20px;
    color: var(--white);
    background:
        radial-gradient(circle at 92% 12%, rgba(246, 184, 15, .16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    box-shadow:
        0 26px 72px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    text-align: left;
    transform: translateX(-50%) scale(.94);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.bubble-timeline-card::before,
.bubble-timeline-item.is-top .bubble-timeline-card::before,
.bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    width: 14px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .16);
    transform: translateX(-50%) rotate(45deg);
    backdrop-filter: blur(18px);
}

.bubble-timeline-item.is-top .bubble-timeline-card {
    bottom: calc(50% + 54px);
    transform-origin: bottom center;
}

.bubble-timeline-item.is-top .bubble-timeline-card::before {
    bottom: -8px;
    top: auto;
    border-top: 0;
    border-left: 0;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card {
    top: calc(50% + 54px);
    transform-origin: top center;
}

.bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    top: -8px;
    border-right: 0;
    border-bottom: 0;
}

.bubble-timeline-item:hover .bubble-timeline-card,
.bubble-timeline-item.is-active .bubble-timeline-card {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.bubble-timeline-item:hover.is-top .bubble-timeline-card,
.bubble-timeline-item.is-active.is-top .bubble-timeline-card {
    transform: translateX(-50%) translateY(-7px) scale(1);
}

.bubble-timeline-item:hover.is-bottom .bubble-timeline-card,
.bubble-timeline-item.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(-50%) translateY(7px) scale(1);
}

.bubble-timeline-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.bubble-timeline-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(11px, .85vw, 13px);
    font-weight: 700;
    line-height: 1.48;
}

.bubble-timeline-item:first-child .bubble-timeline-card {
    left: 0;
    transform: translateX(0) scale(.94);
}

.bubble-timeline-item:first-child:hover.is-top .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:first-child:hover.is-bottom .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(0) translateY(7px) scale(1);
}

.bubble-timeline-item:first-child .bubble-timeline-card::before {
    left: 34px;
}

.bubble-timeline-item:last-child .bubble-timeline-card {
    left: auto;
    right: 0;
    transform: translateX(0) scale(.94);
}

.bubble-timeline-item:last-child:hover.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child:hover.is-bottom .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(0) translateY(7px) scale(1);
}

.bubble-timeline-item:last-child .bubble-timeline-card::before {
    left: auto;
    right: 34px;
}

@media (max-width: 980px) {
    .bubble-timeline-scroll {
        overflow-x: auto;
        overflow-y: visible;
        padding: 118px 12px 120px;
        scrollbar-width: thin;
        scrollbar-color: var(--yellow) rgba(255, 255, 255, .12);
    }

    .bubble-timeline-line {
        min-width: 980px;
    }
}

@media (max-width: 560px) {
    .timeline-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .bubble-timeline-scroll {
        padding-top: 115px;
        padding-bottom: 112px;
    }
}

/* Timeline polish: refined markers + optional media in cards */
.bubble-timeline-dot {
    width: clamp(62px, 5vw, 74px);
    height: clamp(62px, 5vw, 74px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02)),
        rgba(16, 18, 20, .82);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow:
        0 18px 44px rgba(0, 0, 0, .36),
        0 0 0 1px rgba(246, 184, 15, .22),
        inset 0 1px 0 rgba(255, 255, 255, .16);
}

.bubble-timeline-dot::before {
    inset: -7px;
    border: 1px solid rgba(246, 184, 15, .44);
    opacity: 1;
    transform: scale(1);
}

.bubble-timeline-dot::after {
    position: absolute;
    inset: 9px;
    content: "";
    background:
        /* radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .95) 0 8%, transparent 9%), */
        linear-gradient(145deg, #ffd866, var(--yellow) 48%, #d89300);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 50%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .44),
        0 10px 24px rgba(223, 151, 0, .28);
}

.bubble-timeline-dot span {
    z-index: 2;
    display: grid;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    place-items: center;
    color: #151515;
    font-size: clamp(11px, .86vw, 13px);
}

.bubble-timeline-item:hover .bubble-timeline-dot,
.bubble-timeline-item.is-active .bubble-timeline-dot {
    transform: translateY(-3px);
    border-color: rgba(246, 184, 15, .45);
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .42),
        0 0 0 1px rgba(246, 184, 15, .44),
        0 0 0 9px rgba(246, 184, 15, .08),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

.bubble-timeline-item:hover .bubble-timeline-dot::before,
.bubble-timeline-item.is-active .bubble-timeline-dot::before {
    opacity: 1;
    transform: scale(1.12);
}

.bubble-timeline-card,
.bubble-timeline-item.is-top .bubble-timeline-card,
.bubble-timeline-item.is-bottom .bubble-timeline-card {
    width: clamp(230px, 20vw, 330px);
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
        rgba(24, 26, 28, .72);
    border-color: rgba(255, 255, 255, .2);
}

.bubble-timeline-card strong,
.bubble-timeline-card p {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.bubble-timeline-card strong {
    padding-top: 18px;
}

.bubble-timeline-card p {
    padding-bottom: 18px;
}

.bubble-timeline-media {
    display: block;
    width: 100%;
    height: 128px;
    margin: 0 0 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, .08);
}

.bubble-timeline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.04);
}

.bubble-timeline-card:not(:has(.bubble-timeline-media)) strong {
    padding-top: 20px;
}

.bubble-timeline-card:not(:has(.bubble-timeline-media)) p {
    padding-bottom: 20px;
}

.bubble-timeline-line::before {
    height: 3px;
    background:
        linear-gradient(90deg, rgba(246, 184, 15, .05), rgba(246, 184, 15, .92), rgba(246, 184, 15, .14)),
        rgba(255, 255, 255, .12);
}

@media (max-width: 560px) {
    .bubble-timeline-dot {
        width: 56px;
        height: 56px;
    }

    .bubble-timeline-dot::after {
        inset: 8px;
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card {
        width: 250px;
    }
}

/* Timeline scroll-sticky interaction */
.groupe-page {
    overflow: visible;
}

.timeline-section {
    height: 230vh;
    min-height: 1500px;
    padding: 0;
    overflow: visible;
}

.timeline-sticky {
    position: sticky;
    top: 76px;
    height: calc(100vh - 76px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: clamp(38px, 5vw, 72px) clamp(28px, 7vw, 120px) clamp(48px, 6vw, 86px);
    isolation: isolate;
    background: #171a1c;
}

.timeline-backgrounds {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(246, 184, 15, .18), transparent 32%),
        linear-gradient(135deg, #151719, #292f32);
    pointer-events: none;
}

.timeline-backgrounds::after {
    position: absolute;
    content: "";
    inset: 0;
background:
    linear-gradient(90deg, rgba(12, 14, 15, .55), rgba(12, 14, 15, .28) 48%, rgba(12, 14, 15, .45)),
    linear-gradient(180deg, rgba(12, 14, 15, .12), rgba(12, 14, 15, .38));
}

.timeline-background {
    position: absolute;
    inset: -18px;
    opacity: 0;
    background-position: center;
    background-size: cover;
    filter: blur(0px) saturate(1);
    transform: scale(1.045);
    transition: opacity .85s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity;
}

.timeline-background.is-visible {
    opacity: 1;
}

.timeline-sticky .section-heading {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin-bottom: clamp(30px, 4.5vw, 78px);
}

.timeline-sticky .section-heading h2 {
    font-size: clamp(38px, 5.2vw, 74px);
}

.bubble-timeline {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    overflow: visible;
}

.bubble-timeline-scroll {
    overflow: visible;
    padding: clamp(105px, 9vw, 132px) 0 clamp(112px, 8vw, 140px);
}

.bubble-timeline-line {
    width: max(100%, 1700px);
    will-change: transform;
    transition: transform .12s linear;
}

.bubble-timeline-item:hover .bubble-timeline-card {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.bubble-timeline-item:first-child .bubble-timeline-card,
.bubble-timeline-item:last-child .bubble-timeline-card {
    right: auto;
    left: 50%;
}

.bubble-timeline-item:first-child .bubble-timeline-card::before,
.bubble-timeline-item:last-child .bubble-timeline-card::before,
.bubble-timeline-card::before,
.bubble-timeline-item.is-top .bubble-timeline-card::before,
.bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.bubble-timeline-item:first-child:hover.is-top .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child:hover.is-top .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-top .bubble-timeline-card {
    transform: translateX(-50%) translateY(-7px) scale(1);
}

.bubble-timeline-item:first-child:hover.is-bottom .bubble-timeline-card,
.bubble-timeline-item:first-child.is-active.is-bottom .bubble-timeline-card,
.bubble-timeline-item:last-child:hover.is-bottom .bubble-timeline-card,
.bubble-timeline-item:last-child.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(-50%) translateY(7px) scale(1);
}

@media (max-width: 980px) {
    .timeline-section {
        height: 220vh;
        min-height: 1380px;
    }

    .timeline-sticky {
        justify-content: space-evenly;
        padding-right: 22px;
        padding-left: 22px;
    }

    .bubble-timeline-scroll {
        overflow: visible;
        padding: 116px 0 128px;
    }

    .bubble-timeline-line {
        min-width: 0;
        width: 1320px;
    }
}

@media (max-width: 560px) {
    .timeline-section {
        height: 215vh;
        min-height: 1260px;
    }

    .timeline-sticky {
        top: 64px;
        height: calc(100vh - 64px);
        padding: 34px 18px 54px;
    }

    .timeline-sticky .section-heading h2 {
        font-size: 34px;
    }

    .bubble-timeline-line {
        width: 1120px;
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card {
        width: min(250px, calc(100vw - 44px));
    }
}

.bubble-timeline .bubble-timeline-card::before,
.bubble-timeline .bubble-timeline-item:first-child .bubble-timeline-card::before,
.bubble-timeline .bubble-timeline-item:last-child .bubble-timeline-card::before,
.bubble-timeline .bubble-timeline-item.is-top .bubble-timeline-card::before,
.bubble-timeline .bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================
   GROUPE - AJUSTEMENTS FINAUX
========================================================= */

.timeline-sticky .section-heading {
    margin-bottom: clamp(58px, 6vw, 92px);
}

.timeline-sticky .section-heading h2,
.timeline-section .section-heading h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 4.1vw, 56px);
    line-height: 1;
}

.bubble-timeline-card,
.bubble-timeline-item.is-top .bubble-timeline-card,
.bubble-timeline-item.is-bottom .bubble-timeline-card {
    text-align: center;
}

.bubble-timeline-card strong,
.bubble-timeline-card p {
    text-align: center;
}

.values-section .section-heading h2 {
    font-size: clamp(30px, 3.7vw, 50px);
}

.agency-content h2 {
    font-size: clamp(34px, 4.3vw, 54px);
}

.agency-content h2 span {
    white-space: normal;
}

.agency-list .btn {
    color: var(--white);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-color: rgba(223, 151, 0, .55);
    box-shadow: 0 18px 42px rgba(223, 151, 0, .28);
}

.agency-list .btn:hover {
    /* color: var(--black); */
    background: linear-gradient(135deg, #ffc837, var(--yellow));
    border-color: rgba(246, 184, 15, .72);
    transform: translateY(-2px);
}

.finance-section {
    display: block;
    padding-top: clamp(54px, 6vw, 78px);
    padding-bottom: clamp(54px, 6vw, 78px);
    text-align: center;
}

.finance-content {
    max-width: 1000px;
    margin: 0 auto;
}

.finance-content h2 {
    max-width: 900px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.08;
    text-align: center;
}

.finance-content p {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.65;
    text-align: justify;
}

.finance-logo-link {
    display: inline-flex;
    margin: 22px auto 18px;
    color: inherit;
    text-decoration: none;
}

.finance-card {
    width: 280px;
    height: auto;
    background: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .18);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.finance-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .timeline-sticky .section-heading {
        margin-bottom: 46px;
    }

    .timeline-sticky .section-heading h2,
    .timeline-section .section-heading h2 {
        font-size: clamp(30px, 6.5vw, 44px);
    }

    .agency-content h2 span {
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .timeline-sticky .section-heading {
        margin-bottom: 34px;
    }

    .timeline-sticky .section-heading h2,
    .timeline-section .section-heading h2 {
        font-size: 32px;
    }

    .values-section .section-heading h2,
    .finance-content h2 {
        font-size: 28px;
    }

    .finance-card {
        width: min(210px, 82vw);
        /* height: 88px; */
    }
}

/* =========================================================
   TIMELINE - MISE EN PAGE VERTICALE MOBILE
   Le défilement horizontal "pinné" est illisible au doigt :
   pas de hover, bulles minuscules, ligne forcée à 1700px.
   On bascule sur une liste verticale classique, avec les
   cartes toujours visibles (plus besoin de survol).
========================================================= */

@media (max-width: 700px) {
    .timeline-section {
        height: auto;
        min-height: 0;
    }

    .timeline-sticky {
        position: static;
        top: auto;
        height: auto;
    }

    .bubble-timeline {
        max-width: 100%;
    }

    .bubble-timeline-scroll {
        padding: 0;
        overflow: visible;
    }

    .bubble-timeline-line {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 30px;
        transform: none;
    }

    .bubble-timeline-line::before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 23px;
        width: 3px;
        height: auto;
        background:
            linear-gradient(180deg, rgba(246, 184, 15, .92), rgba(246, 184, 15, .34)),
            rgba(255, 255, 255, .15);
        transform: none;
    }

    .bubble-timeline-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-items: unset;
        gap: 16px;
    }

    .bubble-timeline-dot {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }

    .bubble-timeline-dot span {
        font-size: 11px;
    }

    .bubble-timeline-item:hover .bubble-timeline-dot,
    .bubble-timeline-item.is-active .bubble-timeline-dot {
        transform: scale(1.05);
    }

    .bubble-timeline-card,
    .bubble-timeline-item.is-top .bubble-timeline-card,
    .bubble-timeline-item.is-bottom .bubble-timeline-card,
    .bubble-timeline-item:first-child .bubble-timeline-card,
    .bubble-timeline-item:last-child .bubble-timeline-card {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        margin-top: 4px;
        text-align: left;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none !important;
    }

    .bubble-timeline-card::before,
    .bubble-timeline-item:first-child .bubble-timeline-card::before,
    .bubble-timeline-item:last-child .bubble-timeline-card::before {
        display: none;
    }

    .bubble-timeline-card strong,
    .bubble-timeline-card p {
        text-align: left;
    }
}

/* =========================================================
   TIMELINE IMMERSIVE — COMPOSANT DE RÉFÉRENCE
   Ce bloc final neutralise les anciennes variantes empilées.
========================================================= */

.timeline-section {
    --timeline-card-shift: 0px;
    position: relative;
    height: 380vh;
    min-height: 2800px;
    padding: 0;
    overflow: visible;
    color: var(--white);
    background: #111416;
}

.timeline-sticky {
    position: sticky;
    top: 76px;
    height: calc(100vh - 76px);
    height: calc(100svh - 76px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    overflow: hidden;
    overflow: clip;
    padding: clamp(28px, 4.2vw, 58px) clamp(24px, 6vw, 96px) clamp(30px, 4.8vw, 66px);
    isolation: isolate;
    background: #15191b;
}

.timeline-backgrounds {
    position: absolute;
    z-index: -2;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(246, 184, 15, .13), transparent 30%),
        linear-gradient(135deg, #15191b, #22282b);
    pointer-events: none;
}

.timeline-backgrounds::before,
.timeline-backgrounds::after {
    position: absolute;
    z-index: 3;
    inset: 0;
    content: "";
    pointer-events: none;
}

.timeline-backgrounds::before {
    background:
        radial-gradient(
            circle at 50% 46%,
            transparent 0 32%,
            rgba(8, 10, 11, .14) 64%,
            rgba(8, 10, 11, .48) 100%
        ),
        linear-gradient(
            90deg,
            rgba(8, 10, 11, .42),
            rgba(8, 10, 11, .16) 48%,
            rgba(8, 10, 11, .36)
        ),
        linear-gradient(
            180deg,
            rgba(8, 10, 11, .30),
            rgba(8, 10, 11, .08) 42%,
            rgba(8, 10, 11, .42)
        );
}

.timeline-backgrounds::after {
    opacity: .22;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px) 0 0 / 46px 46px;
    mix-blend-mode: soft-light;
}

.timeline-background {
    position: absolute;
    z-index: 1;
    inset: -22px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(.82) contrast(1.08);
    transform: scale(1.085);
    transition:
        opacity .78s cubic-bezier(.22, 1, .36, 1),
        transform 5.5s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.timeline-background.is-visible {
    opacity: 1;
    transform: scale(1.035);
}

.timeline-sticky .section-heading {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    margin: 0 auto clamp(24px, 3vw, 38px);
    text-align: center;
}

.timeline-sticky .section-heading .eyebrow {
    margin-bottom: 10px;
    color: var(--yellow);
    letter-spacing: .18em;
}

.timeline-sticky .section-heading h2,
.timeline-section .section-heading h2 {
    max-width: 760px;
    margin: 0 auto;
    color: var(--white);
    font-size: clamp(32px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.timeline-section .bubble-timeline {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    height: clamp(400px, 56vh, 560px);
    max-width: none;
    align-self: center;
    margin: 0 auto;
    overflow: visible;
}

.timeline-focus {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    box-shadow:
        0 28px 72px rgba(0, 0, 0, .48),
        0 0 0 1px rgba(246, 184, 15, .42),
        0 0 0 13px rgba(12, 15, 16, .76),
        0 0 0 14px rgba(246, 184, 15, .2);
    transform: translate(-50%, -50%);
    pointer-events: none;
    isolation: isolate;
}

.timeline-focus::before,
.timeline-focus::after {
    position: absolute;
    content: "";
    border-radius: inherit;
}

.timeline-focus::before {
    z-index: -2;
    inset: 0;
    background: rgba(14, 17, 19, .98);
}

.timeline-focus::after {
    z-index: -1;
    inset: 12px;
    background:
        radial-gradient(circle at 34% 27%, rgba(255, 255, 255, .88) 0 7%, transparent 8%),
        linear-gradient(145deg, #ffe99c, var(--yellow) 54%, #d68c00);
    border: 1px solid rgba(255, 255, 255, .68);
    box-shadow:
        0 14px 30px rgba(223, 151, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .5);
}

.timeline-focus span {
    position: relative;
    z-index: 2;
    color: #151718;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.timeline-section .bubble-timeline-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 0;
}

.timeline-section .bubble-timeline-line {
    position: relative;
    width: max(100%, 2200px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    will-change: transform;
}

.timeline-section .bubble-timeline-line::before,
.timeline-section .bubble-timeline-line::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 5.555%;
    width: 88.89%;
    height: 2px;
    content: "";
    border-radius: 999px;
    transform: translateY(-50%);
}

.timeline-section .bubble-timeline-line::before {
    background: rgba(255, 255, 255, .17);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.timeline-section .bubble-timeline-line::after {
    display: none;
}

.timeline-section .bubble-timeline-item {
    position: relative;
    z-index: 2;
    min-width: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
}

.timeline-section .bubble-timeline-dot {
    position: relative;
    z-index: 5;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #161819;
    background: rgba(17, 20, 22, .9);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .38),
        0 0 0 1px rgba(246, 184, 15, .25),
        inset 0 1px 0 rgba(255, 255, 255, .16);
    cursor: pointer;
    font: inherit;
    transform: none;
    transition:
        transform .28s cubic-bezier(.22, 1, .36, 1),
        border-color .28s ease,
        box-shadow .28s ease,
        opacity .28s ease;
}

.timeline-section .bubble-timeline-dot::before {
    position: absolute;
    inset: -7px;
    display: block;
    content: "";
    border: 1px solid rgba(246, 184, 15, .36);
    border-radius: inherit;
    opacity: .46;
    transform: scale(.9);
    transition:
        opacity .28s ease,
        transform .28s cubic-bezier(.22, 1, .36, 1);
}

.timeline-section .bubble-timeline-dot::after {
    position: absolute;
    inset: 8px;
    content: "";
    background: linear-gradient(145deg, #ffe58b, var(--yellow) 52%, #d99000);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: inherit;
    box-shadow:
        0 10px 22px rgba(223, 151, 0, .27),
        inset 0 1px 0 rgba(255, 255, 255, .48);
}

.timeline-section .bubble-timeline-dot span {
    position: relative;
    z-index: 2;
    display: grid;
    width: auto;
    height: auto;
    place-items: center;
    padding: 0;
    color: #17191a;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: -.025em;
}

.timeline-section .bubble-timeline-item:not(.is-active) .bubble-timeline-dot {
    opacity: .72;
    transform: scale(.86);
}

.timeline-section .bubble-timeline-item:hover .bubble-timeline-dot,
.timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot,
.timeline-section .bubble-timeline-dot:focus-visible {
    opacity: 1;
    border-color: rgba(255, 223, 125, .72);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, .44),
        0 0 0 1px rgba(246, 184, 15, .52),
        0 0 0 10px rgba(246, 184, 15, .1),
        inset 0 1px 0 rgba(255, 255, 255, .2);
    transform: translateY(-3px) scale(1);
}

.timeline-section .bubble-timeline-item:hover .bubble-timeline-dot::before,
.timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot::before,
.timeline-section .bubble-timeline-dot:focus-visible::before {
    opacity: 1;
    transform: scale(1.1);
}

.timeline-section .bubble-timeline-dot:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: 7px;
}

.timeline-section .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card,
.timeline-section .bubble-timeline-item:first-child .bubble-timeline-card,
.timeline-section .bubble-timeline-item:last-child .bubble-timeline-card {
    position: absolute;
    right: auto;
    left: calc(50% + var(--timeline-card-shift));
    z-index: 4;
    width: clamp(300px, 24vw, 360px);
    max-height: none;
    overflow: visible;
    margin: 0;
    padding: 24px 26px;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 8%, rgba(246, 184, 15, .14), transparent 33%),
        linear-gradient(145deg, rgba(35, 40, 43, .86), rgba(13, 16, 18, .78));
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .13);
    backdrop-filter: blur(22px) saturate(1.12);
    opacity: 0;
    filter: none;
    pointer-events: none;
    visibility: hidden;
    text-align: left;
    transform: translateX(-50%) scale(.94);
    transition:
        opacity .2s ease,
        transform .24s cubic-bezier(.22, 1, .36, 1),
        visibility .2s ease,
        border-color .3s ease;
}

.timeline-section .bubble-timeline-card::after {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 217, 103, .9), transparent);
}

.timeline-section .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item:first-child .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item:last-child .bubble-timeline-card::before {
    position: absolute;
    right: auto;
    left: 50%;
    width: 13px;
    height: 13px;
    display: block;
    content: "";
    background: rgba(25, 29, 31, .92);
    border: 1px solid rgba(255, 255, 255, .16);
    transform: translateX(-50%) rotate(45deg);
    backdrop-filter: none;
}

.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card {
    top: auto;
    bottom: calc(50% + 72px);
    transform-origin: bottom center;
}

.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card::before {
    top: auto;
    bottom: -7px;
    border-top: 0;
    border-left: 0;
}

.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
    top: calc(50% + 72px);
    bottom: auto;
    transform-origin: top center;
}

.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card::before {
    top: -7px;
    bottom: auto;
    border-right: 0;
    border-bottom: 0;
}

.timeline-section .bubble-timeline-item.is-active .bubble-timeline-card {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    border-color: rgba(255, 209, 70, .38);
}

.timeline-section .bubble-timeline-item.is-active.is-top .bubble-timeline-card {
    transform: translateX(-50%) translateY(-7px) scale(1);
}

.timeline-section .bubble-timeline-item.is-active.is-bottom .bubble-timeline-card {
    transform: translateX(-50%) translateY(7px) scale(1);
}

.timeline-section .bubble-timeline-card strong,
.timeline-section .bubble-timeline-card p {
    display: block;
    padding: 0 !important;
    text-align: left;
}

.timeline-section .bubble-timeline-card strong {
    margin: 0 0 8px;
    color: var(--white);
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.018em;
}

.timeline-section .bubble-timeline-card p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}

@media (max-width: 1100px) and (min-width: 701px) {
    .timeline-section {
        height: 350vh;
        min-height: 2500px;
    }

    .timeline-sticky {
        padding-right: 24px;
        padding-left: 24px;
    }

    .timeline-section .bubble-timeline-line {
        width: 1880px;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
        width: 320px;
    }
}

@media (max-width: 700px) {
    .timeline-section {
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .timeline-sticky {
        position: relative;
        top: auto;
        height: auto;
        display: block;
        overflow: hidden;
        padding: 66px 20px 74px;
        background: #15191b;
    }

    .timeline-backgrounds {
        position: sticky;
        z-index: 0;
        top: 64px;
        width: calc(100% + 40px);
        height: calc(100vh - 64px);
        height: calc(100svh - 64px);
        margin-right: -20px;
        margin-bottom: calc(-100vh + 64px);
        margin-bottom: calc(-100svh + 64px);
        margin-left: -20px;
    }

    .timeline-background {
        inset: -14px;
        background-position: center;
        filter: saturate(.72) contrast(1.08);
    }

    .timeline-backgrounds::before {
        background:
            linear-gradient(180deg, rgba(10, 12, 13, .76), rgba(10, 12, 13, .55) 30%, rgba(10, 12, 13, .68)),
            radial-gradient(circle at 70% 18%, transparent, rgba(10, 12, 13, .58) 70%);
    }

    .timeline-sticky .section-heading {
        width: 100%;
        margin-bottom: 24px;
        text-align: left;
    }

    .timeline-sticky .section-heading .eyebrow {
        margin-bottom: 8px;
    }

    .timeline-sticky .section-heading h2,
    .timeline-section .section-heading h2 {
        margin-left: 0;
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1;
        text-align: left;
    }

    .timeline-section .bubble-timeline {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .timeline-focus {
        display: none;
    }

    .timeline-section .bubble-timeline-scroll {
        height: auto;
        display: block;
        overflow: visible;
    }

    .timeline-section .bubble-timeline-line {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        transform: none !important;
        will-change: auto;
    }

    .timeline-section .bubble-timeline-line::before,
    .timeline-section .bubble-timeline-line::after {
        top: 24px;
        right: auto;
        bottom: 24px;
        left: 23px;
        width: 2px;
        height: auto;
        transform: none;
    }

    .timeline-section .bubble-timeline-line::after {
        display: none;
    }

    .timeline-section .bubble-timeline-item {
        height: auto;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        justify-items: stretch;
    }

    .timeline-section .bubble-timeline-dot {
        grid-column: 1;
        width: 46px;
        height: 46px;
        justify-self: start;
        opacity: 1;
        transform: none;
    }

    .timeline-section .bubble-timeline-dot::before {
        inset: -5px;
    }

    .timeline-section .bubble-timeline-dot::after {
        inset: 6px;
    }

    .timeline-section .bubble-timeline-dot span {
        font-size: 10px;
    }

    .timeline-section .bubble-timeline-item:not(.is-active) .bubble-timeline-dot {
        opacity: .72;
        transform: scale(.9);
    }

    .timeline-section .bubble-timeline-item:hover .bubble-timeline-dot,
    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot,
    .timeline-section .bubble-timeline-dot:focus-visible {
        transform: scale(1);
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card,
    .timeline-section .bubble-timeline-item:first-child .bubble-timeline-card,
    .timeline-section .bubble-timeline-item:last-child .bubble-timeline-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        grid-column: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 17px 18px;
        opacity: 1;
        filter: none;
        pointer-events: auto;
        visibility: visible;
        transform: none !important;
    }

    .timeline-section .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item:first-child .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item:last-child .bubble-timeline-card::before {
        display: none;
    }

    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-card {
        border-color: rgba(255, 209, 70, .5);
        box-shadow:
            0 24px 58px rgba(0, 0, 0, .34),
            0 0 0 1px rgba(246, 184, 15, .08),
            inset 0 1px 0 rgba(255, 255, 255, .13);
    }

    .timeline-section .bubble-timeline-card strong {
        font-size: 16px;
    }

    .timeline-section .bubble-timeline-card p {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .timeline-sticky {
        padding-right: 16px;
        padding-left: 16px;
    }

    .timeline-section .bubble-timeline-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
    }

    .timeline-section .bubble-timeline-line::before,
    .timeline-section .bubble-timeline-line::after {
        left: 21px;
    }

    .timeline-section .bubble-timeline-dot {
        width: 42px;
        height: 42px;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
        padding: 15px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .timeline-section .timeline-background,
    .timeline-section .bubble-timeline-line,
    .timeline-section .bubble-timeline-dot,
    .timeline-section .bubble-timeline-dot::before,
    .timeline-section .bubble-timeline-card {
        transition: none !important;
    }
}

/* =========================================================
   TIMELINE IMMERSIVE V4 — FICHIER VERSIONNÉ SANS CACHE
   Repère central fixe, axe ample et transitions cinématiques.
========================================================= */

.timeline-section {
    --timeline-axis: 50%;
    --timeline-card-shift: 0px;
    --timeline-background-shift: 0px;
    height: 500vh;
    min-height: 4300px;
    overflow: clip;
    background: #0d1012;
}

.timeline-section .timeline-sticky {
    grid-template-rows: auto minmax(0, 1fr);
    padding: clamp(24px, 3.6vw, 48px) clamp(24px, 5vw, 80px) clamp(28px, 4vw, 54px);
    background: #0d1012;
}

.timeline-section .timeline-backgrounds {
    background:
        radial-gradient(circle at 50% 54%, rgba(246, 184, 15, .11), transparent 27%),
        linear-gradient(145deg, #111618, #090b0c);
}

.timeline-section .timeline-backgrounds::after {
    opacity: .16;
    background:
        linear-gradient(112deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px) 0 0 / 62px 62px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 72%);
    mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.timeline-section .timeline-background {
    inset: -44px;
    filter: saturate(.76) contrast(1.12) brightness(.92);
    transform: translate3d(0, var(--timeline-background-shift), 0) scale(1.09);
    transition:
        opacity .85s cubic-bezier(.22, 1, .36, 1),
        filter .85s ease;
}

.timeline-section .timeline-background.is-visible {
    opacity: 1;
    transform: translate3d(0, var(--timeline-background-shift), 0) scale(1.055);
}

.timeline-section .timeline-sticky .section-heading {
    width: min(820px, 100%);
    margin-bottom: clamp(18px, 2.4vw, 30px);
}

.timeline-section .timeline-sticky .section-heading .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .24em;
}

.timeline-section .timeline-sticky .section-heading h2 {
    max-width: 820px;
    font-size: clamp(38px, 4.25vw, 64px);
    line-height: .96;
    letter-spacing: -.045em;
    text-shadow: 0 16px 50px rgba(0, 0, 0, .38);
}

.timeline-section .bubble-timeline {
    width: 100%;
    height: clamp(410px, 56vh, 570px);
    max-width: 1680px;
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity .8s ease .08s,
        transform .9s cubic-bezier(.22, 1, .36, 1) .08s;
}

.timeline-section.is-ready .bubble-timeline {
    opacity: 1;
    transform: none;
}

.timeline-section .bubble-timeline-scroll {
    position: relative;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
}

.timeline-section .bubble-timeline-scroll::before,
.timeline-section .bubble-timeline-scroll::after {
    position: absolute;
    z-index: 8;
    content: "";
    pointer-events: none;
}

.timeline-section .bubble-timeline-scroll::before {
    top: var(--timeline-axis);
    left: 50%;
    width: min(340px, 34vw);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(246, 184, 15, .3) 18%, #ffd45a 50%, rgba(246, 184, 15, .3) 82%, transparent);
    box-shadow:
        0 0 16px rgba(246, 184, 15, .42),
        0 0 42px rgba(246, 184, 15, .2);
    transform: translate(-50%, -50%);
}

.timeline-section .bubble-timeline-scroll::after {
    z-index: 7;
    inset: 0;
}

.timeline-section .bubble-timeline-line {
    width: 3600px;
    height: 100%;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    align-items: stretch;
    transition: none;
    will-change: transform;
}

.timeline-section .bubble-timeline-line::before,
.timeline-section .bubble-timeline-line::after {
    top: var(--timeline-axis);
    left: 5.555%;
    width: 88.89%;
    height: 1px;
    transform: translateY(-50%);
}

.timeline-section .bubble-timeline-line::before {
    background: rgba(255, 255, 255, .32);
    box-shadow:
        0 1px 0 rgba(0, 0, 0, .35),
        0 0 18px rgba(255, 255, 255, .06);
}

.timeline-section .bubble-timeline-line::after {
    display: block;
    height: 2px;
    opacity: .5;
    background: linear-gradient(90deg, transparent 0 18%, rgba(246, 184, 15, .12) 22%, rgba(255, 218, 103, .9) 50%, rgba(246, 184, 15, .12) 78%, transparent 82%) 0 0 / 360px 100%;
    animation: timelineLineFlow 7s linear infinite;
}

.timeline-section .bubble-timeline-item {
    position: relative;
    height: 100%;
    display: block;
}

.timeline-section .bubble-timeline-dot {
    position: absolute;
    z-index: 5;
    top: var(--timeline-axis);
    left: 50%;
    width: 84px;
    height: 62px;
    display: block;
    padding: 0;
    opacity: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translate(-50%, -50%);
    transition:
        opacity .35s ease,
        transform .45s cubic-bezier(.22, 1, .36, 1);
}

.timeline-section .bubble-timeline-dot::before {
    position: absolute;
    inset: auto;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    display: block;
    opacity: .5;
    content: "";
    background: rgba(12, 15, 17, .82);
    border: 1px solid rgba(255, 217, 103, .5);
    border-radius: 50%;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, .38),
        inset 0 0 0 5px rgba(8, 10, 11, .9);
    transform: translate(-50%, -50%);
    transition:
        width .35s cubic-bezier(.22, 1, .36, 1),
        height .35s cubic-bezier(.22, 1, .36, 1),
        opacity .3s ease,
        border-color .3s ease;
}

.timeline-section .bubble-timeline-dot::after {
    position: absolute;
    inset: auto;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    content: "";
    background: #f6b80f;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(246, 184, 15, .62);
    transform: translate(-50%, -50%);
}

.timeline-section .bubble-timeline-dot span {
    position: absolute;
    z-index: 2;
    top: calc(50% + 25px);
    left: 50%;
    width: auto;
    height: auto;
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
    transform: translateX(-50%);
    transition:
        color .3s ease,
        transform .35s cubic-bezier(.22, 1, .36, 1);
}

.timeline-section .bubble-timeline-item:not(.is-active) .bubble-timeline-dot {
    opacity: .78;
    transform: translate(-50%, -50%);
}

.timeline-section .bubble-timeline-item:not(.is-active):hover .bubble-timeline-dot,
.timeline-section .bubble-timeline-dot:focus-visible {
    opacity: 1;
    border-color: transparent;
    box-shadow: none;
    transform: translate(-50%, -50%) scale(1.08);
}

.timeline-section .bubble-timeline-item:not(.is-active):hover .bubble-timeline-dot::before,
.timeline-section .bubble-timeline-dot:focus-visible::before {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-color: rgba(255, 218, 103, .9);
    transform: translate(-50%, -50%);
}

.timeline-section .bubble-timeline-item:not(.is-active):hover .bubble-timeline-dot span,
.timeline-section .bubble-timeline-dot:focus-visible span {
    color: #fff;
    transform: translateX(-50%) translateY(2px);
}

.timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot {
    opacity: 0;
    border-color: transparent;
    box-shadow: none;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.5);
}

.timeline-section .bubble-timeline-dot:focus-visible {
    outline: 0;
}

.timeline-section .timeline-focus {
    position: absolute;
    z-index: 12;
    top: var(--timeline-axis);
    left: 50%;
    width: 0;
    height: 0;
    display: block;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    pointer-events: none;
    isolation: isolate;
}

.timeline-section .timeline-focus::before {
    position: absolute;
    z-index: -1;
    right: auto;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 82px;
    inset: auto auto 0 0;
    content: "";
    background: linear-gradient(to top, #f6b80f, rgba(246, 184, 15, .72) 52%, rgba(246, 184, 15, .12));
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 14px rgba(246, 184, 15, .42);
    transform: translateX(-50%);
    animation: timelineNeedlePulse 2.8s ease-in-out infinite;
}

.timeline-section .timeline-focus::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    inset: 0 auto auto 0;
    content: "";
    background: #f6b80f;
    border: 2px solid rgba(255, 241, 194, .92);
    border-radius: 2px;
    box-shadow:
        0 0 0 5px rgba(12, 15, 17, .82),
        0 0 26px rgba(246, 184, 15, .62);
    transform: translate(-50%, -50%) rotate(45deg);
}

.timeline-section .timeline-focus span {
    position: absolute;
    z-index: 3;
    right: auto;
    bottom: 20px;
    left: 0;
    min-width: 126px;
    padding: 13px 20px 12px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(35, 40, 42, .97), rgba(11, 14, 16, .96));
    border: 1px solid rgba(255, 216, 97, .66);
    border-radius: 6px;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, .46),
        inset 0 1px 0 rgba(255, 255, 255, .13),
        0 0 34px rgba(246, 184, 15, .1);
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
    text-align: center;
    transform: translateX(-50%);
}

.timeline-section .timeline-focus.is-changing span {
    animation: timelineYearIn .52s cubic-bezier(.22, 1, .36, 1);
}

.timeline-section .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card,
.timeline-section .bubble-timeline-item:first-child .bubble-timeline-card,
.timeline-section .bubble-timeline-item:last-child .bubble-timeline-card {
    position: absolute;
    z-index: 6;
    top: auto;
    right: auto;
    bottom: calc(50% + 78px);
    left: calc(50% + var(--timeline-card-shift));
    width: clamp(400px, 34vw, 500px);
    max-width: calc(100vw - 64px);
    min-height: 0;
    margin: 0;
    padding: 28px 32px 29px 36px;
    overflow: visible;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(246, 184, 15, .13), transparent 33%),
        linear-gradient(135deg, rgba(31, 36, 38, .94), rgba(10, 13, 15, .91));
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .46),
        inset 0 1px 0 rgba(255, 255, 255, .11);
    backdrop-filter: blur(24px) saturate(1.08);
    opacity: 0;
    filter: blur(5px);
    pointer-events: none;
    visibility: hidden;
    text-align: left;
    transform: translateX(-50%) translateY(22px) scale(.97);
    transform-origin: bottom center;
    transition:
        opacity .24s ease,
        filter .24s ease,
        visibility .24s ease;
}

.timeline-section .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item.is-top .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item:first-child .bubble-timeline-card::before,
.timeline-section .bubble-timeline-item:last-child .bubble-timeline-card::before {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1px;
    height: 79px;
    display: block;
    content: "";
    background: linear-gradient(to bottom, rgba(246, 184, 15, .82), rgba(246, 184, 15, .12));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%);
}

.timeline-section .bubble-timeline-card::after {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: 20px;
    left: -1px;
    width: 3px;
    height: auto;
    content: "";
    background: linear-gradient(to bottom, transparent, #f6b80f 18%, #ffd86a 82%, transparent);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(246, 184, 15, .32);
}

.timeline-section .bubble-timeline-item.is-active .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-active.is-top .bubble-timeline-card,
.timeline-section .bubble-timeline-item.is-active.is-bottom .bubble-timeline-card {
    opacity: 1;
    filter: none;
    pointer-events: auto;
    visibility: visible;
    border-color: rgba(255, 215, 91, .34);
    transform: translateX(-50%) translateY(0) scale(1);
    animation: timelineCardIn .62s cubic-bezier(.22, 1, .36, 1);
}

.timeline-section .bubble-timeline-card strong {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(22px, 1.75vw, 27px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.028em;
}

.timeline-section .bubble-timeline-card p {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(13px, .95vw, 15px);
    font-weight: 560;
    line-height: 1.55;
}

@keyframes timelineLineFlow {
    to {
        background-position: 360px 0;
    }
}

@keyframes timelineNeedlePulse {
    0%,
    100% {
        opacity: .66;
        box-shadow: 0 0 10px rgba(246, 184, 15, .24);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 22px rgba(246, 184, 15, .56);
    }
}

@keyframes timelineYearIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(9px) scale(.94);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes timelineCardIn {
    0% {
        opacity: 0;
        filter: blur(6px);
        transform: translateX(-50%) translateY(24px) scale(.97);
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@media (max-width: 1350px) and (min-width: 701px) {
    .timeline-section .bubble-timeline-line {
        width: 3000px;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
        width: clamp(380px, 39vw, 470px);
    }
}

@media (max-width: 1100px) and (min-width: 701px) {
    .timeline-section {
        height: 480vh;
        min-height: 3900px;
    }

    .timeline-section .timeline-sticky {
        padding-right: 24px;
        padding-left: 24px;
    }

    .timeline-section .bubble-timeline-line {
        width: 2520px;
    }
}

@media (max-height: 760px) and (min-width: 701px) {
    .timeline-section .timeline-sticky {
        padding-top: 22px;
        padding-bottom: 26px;
    }

    .timeline-section .timeline-sticky .section-heading {
        margin-bottom: 14px;
    }

    .timeline-section .timeline-sticky .section-heading h2 {
        max-width: 700px;
        font-size: clamp(34px, 3.5vw, 52px);
    }

    .timeline-section .bubble-timeline {
        height: 410px;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
        width: min(440px, calc(100vw - 64px));
        padding: 22px 27px 23px 31px;
    }

    .timeline-section .bubble-timeline-card strong {
        font-size: 21px;
    }

    .timeline-section .bubble-timeline-card p {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .timeline-section {
        --timeline-background-shift: 0px;
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .timeline-section .timeline-sticky {
        position: relative;
        top: auto;
        height: auto;
        display: block;
        padding: 66px 20px 76px;
    }

    .timeline-section .timeline-sticky .section-heading {
        margin-bottom: 34px;
    }

    .timeline-section .timeline-sticky .section-heading h2 {
        font-size: clamp(32px, 9vw, 42px);
        line-height: .98;
    }

    .timeline-section .timeline-background {
        transform: scale(1.045);
    }

    .timeline-section .timeline-background.is-visible {
        transform: scale(1.02);
    }

    .timeline-section .bubble-timeline {
        height: auto;
        max-width: none;
        opacity: 1;
        transform: none;
    }

    .timeline-section .timeline-focus,
    .timeline-section .bubble-timeline-scroll::before,
    .timeline-section .bubble-timeline-scroll::after {
        display: none;
    }

    .timeline-section .bubble-timeline-scroll {
        height: auto;
        overflow: visible;
    }

    .timeline-section .bubble-timeline-line {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 22px;
        transform: none !important;
    }

    .timeline-section .bubble-timeline-line::before,
    .timeline-section .bubble-timeline-line::after {
        top: 27px;
        right: auto;
        bottom: 27px;
        left: 26px;
        width: 1px;
        height: auto;
        transform: none;
    }

    .timeline-section .bubble-timeline-line::before {
        background: rgba(255, 255, 255, .25);
    }

    .timeline-section .bubble-timeline-line::after {
        display: block;
        width: 2px;
        opacity: .48;
        background: linear-gradient(to bottom, #f6b80f, rgba(246, 184, 15, .08));
        animation: none;
    }

    .timeline-section .bubble-timeline-item {
        height: auto;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
    }

    .timeline-section .bubble-timeline-dot,
    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot,
    .timeline-section .bubble-timeline-item:not(.is-active) .bubble-timeline-dot {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1;
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        opacity: 1;
        background: rgba(11, 14, 16, .9);
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 50%;
        box-shadow:
            0 14px 32px rgba(0, 0, 0, .3),
            inset 0 1px 0 rgba(255, 255, 255, .08);
        pointer-events: auto;
        transform: none;
    }

    .timeline-section .bubble-timeline-dot::before {
        display: none;
    }

    .timeline-section .bubble-timeline-dot::after {
        inset: 6px;
        width: auto;
        height: auto;
        background: linear-gradient(145deg, #ffe68d, #f6b80f);
        border-radius: 50%;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .55),
            0 8px 18px rgba(246, 184, 15, .2);
        transform: none;
    }

    .timeline-section .bubble-timeline-dot span {
        position: relative;
        z-index: 2;
        top: auto;
        left: auto;
        color: #151718;
        font-size: 10px;
        font-weight: 950;
        letter-spacing: -.02em;
        transform: none;
    }

    .timeline-section .bubble-timeline-item:not(.is-active):hover .bubble-timeline-dot,
    .timeline-section .bubble-timeline-dot:focus-visible {
        transform: none;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card,
    .timeline-section .bubble-timeline-item:first-child .bubble-timeline-card,
    .timeline-section .bubble-timeline-item:last-child .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        grid-column: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 19px 20px 20px 23px;
        opacity: 1;
        filter: none;
        pointer-events: auto;
        visibility: visible;
        transform: none;
        animation: none;
    }

    .timeline-section .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item:first-child .bubble-timeline-card::before,
    .timeline-section .bubble-timeline-item:last-child .bubble-timeline-card::before {
        display: none;
    }

    .timeline-section .bubble-timeline-card::after {
        top: 15px;
        bottom: 15px;
    }

    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-card {
        border-color: rgba(255, 215, 91, .46);
        box-shadow:
            0 24px 62px rgba(0, 0, 0, .42),
            inset 0 1px 0 rgba(255, 255, 255, .11);
    }

    .timeline-section .bubble-timeline-card strong {
        font-size: 17px;
        line-height: 1.15;
    }

    .timeline-section .bubble-timeline-card p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 430px) {
    .timeline-section .timeline-sticky {
        padding-right: 16px;
        padding-left: 16px;
    }

    .timeline-section .bubble-timeline-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }

    .timeline-section .bubble-timeline-line::before,
    .timeline-section .bubble-timeline-line::after {
        left: 23px;
    }

    .timeline-section .bubble-timeline-dot,
    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-dot,
    .timeline-section .bubble-timeline-item:not(.is-active) .bubble-timeline-dot {
        width: 46px;
        height: 46px;
    }

    .timeline-section .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-top .bubble-timeline-card,
    .timeline-section .bubble-timeline-item.is-bottom .bubble-timeline-card {
        padding: 17px 17px 18px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .timeline-section .bubble-timeline-line::after,
    .timeline-section .timeline-focus::before,
    .timeline-section .timeline-focus.is-changing span,
    .timeline-section .bubble-timeline-item.is-active .bubble-timeline-card {
        animation: none !important;
    }
}