/* GEREJE V2 — Page About (Trajan Pro + refonte éditoriale) */

.page-about {
    --gj-font-serif: 'Trajan Pro', serif;
}

.page-about h1,
.page-about h2,
.page-about h3,
.page-about h4,
.page-about .gj-header-title h2,
.page-about .gj-about-showcase__title,
.page-about .gj-about-showcase__panel-title,
.page-about #s2 .deliver-details h3,
.page-about .gj-value-card__title,
.page-about .gj-value-card h4,
.page-about .gj-world-pin__card h4,
.page-about .gj-world-section__title,
.page-about .gj-subtitle-banner span,
.page-about .gj-about-hero-stat__value {
    font-family: var(--gj-font-serif);
    font-weight: 400;
    letter-spacing: 0.06em;
}

/* ─── Section tag (.sub) — barres décoratives ─── */
.page-about .sub {
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    margin-bottom: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--gj-brand);
}

.page-about .sub::before,
.page-about .sub::after {
    position: relative;
    top: -4px;
    width: 28px;
    height: 1px;
    display: inline-block;
    content: '';
}

.page-about .sub::before {
    margin-right: 12px;
    background: linear-gradient(90deg, transparent, rgba(134, 0, 33, 0.35));
}

.page-about .sub::after {
    margin-left: 12px;
    background: linear-gradient(90deg, rgba(134, 0, 33, 0.35), transparent);
}

.page-about .gj-world-section__head .sub {
    margin: 0 0 14px;
}

/* ─── Hero ─── */
.page-about .gj-page-hero {
    min-height: 58vh;
    padding: 150px 0 100px;
}

.page-about .gj-page-hero__bg {
    background-position: center 22%;
}

.page-about .gj-page-hero__overlay {
    background: linear-gradient(
        180deg,
        rgba(25, 25, 25, 0.72) 0%,
        rgba(92, 0, 22, 0.55) 100%
    );
}

.page-about .gj-page-hero h1 {
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.page-about .gj-page-hero__lead {
    font-size: 17px;
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto;
}

.page-about .gj-about-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 48px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.page-about .gj-about-hero-stat {
    text-align: center;
}

.page-about .gj-about-hero-stat__value {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 6px;
}

.page-about .gj-about-hero-stat__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* ─── Nav ancres sticky ─── */
.page-about .gj-about-nav-wrap {
    position: sticky;
    top: var(--gj-header-height, 72px);
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--gj-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.page-about #about.gj-section--compact {
    padding: 0;
}

.page-about .gj-anchor-nav {
    padding: 14px 0;
    gap: 6px 28px;
}

.page-about .gj-anchor-nav__link.is-active {
    color: var(--gj-brand);
    border-bottom-color: var(--gj-brand);
}

/* ─── Onglets Organisation / Histoire — carte unifiée ─── */
.page-about #s1.gj-about-showcase {
    padding: 100px 0 88px;
    background: var(--gj-surface);
}

.page-about .gj-about-showcase__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.page-about .gj-about-showcase__title {
    font-family: var(--gj-font-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0;
    color: var(--gj-ink);
}

.page-about .gj-about-showcase__title-line {
    display: block;
}

.page-about .gj-about-showcase__stage {
    max-width: none;
    margin: 0;
}

.page-about .gj-row-12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
}

.page-about .gj-col-6 {
    grid-column: 1 / -1;
    min-width: 0;
}

@media (min-width: 992px) {
    .page-about .gj-col-6 {
        grid-column: span 6;
    }

    .page-about .gj-about-showcase__split {
        align-items: stretch;
    }

    .page-about .gj-about-showcase__split:has(.gj-about-showcase__media--video) {
        align-items: center;
    }
}

/* Corps split — grille 12 cols (6 + 6) */
.page-about .gj-about-showcase__split {
    gap: 0;
}

.page-about .gj-about-showcase__card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 32px 64px rgba(134, 0, 33, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-about .gj-about-showcase__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gj-brand) 0%, var(--gj-brand-dark) 50%, var(--gj-brand) 100%);
    z-index: 2;
}

/* Onglets segmentés */
.page-about .gj-about-showcase__tabs {
    display: flex;
    gap: 4px;
    padding: 10px 10px 0;
    background: linear-gradient(180deg, #fafafa 0%, var(--gj-surface) 100%);
    border-bottom: 1px solid var(--gj-border);
}

.page-about .gj-about-showcase__tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 18px 24px 20px;
    border: none;
    border-radius: 6px 6px 0 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-align: center;
    position: relative;
    transition: background 0.25s ease, color 0.25s ease;
}

.page-about .gj-about-showcase__tab::after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
    height: 3px;
    background: var(--gj-brand);
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.page-about .gj-about-showcase__tab.is-active::after {
    transform: scaleX(1);
}

.page-about .gj-about-showcase__tab-num {
    font-family: var(--gj-font-serif);
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    color: var(--gj-muted);
    line-height: 1;
    transition: color 0.25s ease;
}

.page-about .gj-about-showcase__tab-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gj-muted);
    transition: color 0.25s ease;
}

.page-about .gj-about-showcase__tab.is-active {
    background: #fff;
    box-shadow: none;
}

.page-about .gj-about-showcase__tab.is-active .gj-about-showcase__tab-num,
.page-about .gj-about-showcase__tab.is-active .gj-about-showcase__tab-label,
.page-about .gj-about-showcase__tab:hover .gj-about-showcase__tab-num,
.page-about .gj-about-showcase__tab:hover .gj-about-showcase__tab-label {
    color: var(--gj-brand);
}

.page-about .gj-about-showcase__content {
    position: relative;
    padding: 44px 40px 48px;
}

@media (min-width: 992px) {
    .page-about .gj-about-showcase__content {
        padding: 48px 40px 52px 48px;
        border-right: 1px solid var(--gj-border);
    }

    .page-about .gj-about-showcase__prose {
        max-width: none;
    }
}

.page-about .gj-about-showcase__panel {
    display: none;
    position: relative;
}

.page-about .gj-about-showcase__watermark {
    display: none;
}

@media (min-width: 992px) {
    .page-about .gj-about-showcase__panel.is-active .gj-about-showcase__watermark {
        display: block;
        position: absolute;
        top: 24px;
        right: 32px;
        font-family: var(--gj-font-serif);
        font-size: clamp(3.5rem, 6vw, 5rem);
        line-height: 1;
        letter-spacing: 0.04em;
        color: rgba(134, 0, 33, 0.06);
        pointer-events: none;
        user-select: none;
    }
}

.page-about .gj-about-showcase__panel.is-active {
    display: block;
    animation: gjAboutPanelIn 0.4s ease both;
}

@keyframes gjAboutPanelIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-about .gj-about-showcase__panel-title {
    font-family: var(--gj-font-serif);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 400;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gj-border);
    color: var(--gj-ink);
}

.page-about .gj-about-showcase__prose {
    font-size: 15px;
    line-height: 1.9;
    color: #4a4a4a;
    max-width: 52ch;
}

.page-about .gj-about-showcase__prose p:first-child {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gj-ink);
}

.page-about .gj-about-showcase__prose p {
    margin: 0 0 1.2em;
}

.page-about .gj-about-showcase__prose p:last-child {
    margin-bottom: 0;
}

.page-about .gj-about-gerege {
    margin: 32px 0 0;
    padding: 0 0 0 20px;
    border: none;
    border-left: 3px solid var(--gj-brand);
    background: none;
}

.page-about .gj-about-gerege__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gj-brand);
    margin-bottom: 8px;
}

.page-about .gj-about-gerege p {
    margin: 0;
    font-family: var(--gj-font-serif);
    font-size: 1.05rem;
    letter-spacing: 0.03em;
    line-height: 1.65;
    color: var(--gj-ink);
    font-style: italic;
}

/* Média */
.page-about .gj-about-showcase__media {
    position: relative;
    background: var(--gj-ink);
}

.page-about .gj-about-showcase__media--video {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 28px 28px 20px;
}

.page-about .gj-about-showcase__media-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-about .gj-about-showcase__media-frame--video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 4px;
    background: var(--gj-ink);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.page-about .gj-about-showcase__media:not(.gj-about-showcase__media--video) .gj-about-showcase__media-frame {
    min-height: 300px;
    height: 100%;
}

@media (min-width: 992px) {
    .page-about .gj-about-showcase__media:not(.gj-about-showcase__media--video) .gj-about-showcase__media-frame {
        min-height: 100%;
        position: absolute;
        inset: 0;
    }

    .page-about .gj-about-showcase__media--video {
        padding: 40px 40px 40px 28px;
    }

    .page-about .gj-about-showcase__media-frame--video {
        position: relative;
        inset: auto;
    }
}

.page-about .gj-about-showcase__media-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(25, 25, 25, 0.35) 100%
    );
}

.page-about .gj-about-showcase__media-frame--video::after {
    display: none;
}

.page-about .gj-about-showcase__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-about .gj-about-showcase__video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.page-about .gj-about-showcase__video-wrap video.gj-hero-video {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.page-about .gj-about-showcase__video-wrap video.gj-hero-video.is-ready {
    opacity: 1;
}

.page-about .gj-about-showcase__media-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(25, 25, 25, 0.15) 0%,
        rgba(134, 0, 33, 0.12) 100%
    );
}

.page-about .gj-about-showcase__media-frame img.gj-tab-media,
.page-about .gj-about-showcase__media-frame .gj-about-showcase__video-wrap.gj-tab-media,
.page-about .gj-about-showcase__media-frame .gj-about-showcase__media-mask.gj-tab-media,
.page-about .gj-about-showcase__media-frame .gj-video-section__play.gj-tab-media {
    display: none;
}

.page-about .gj-about-showcase__media-frame img.gj-tab-media.is-active,
.page-about .gj-about-showcase__media-frame .gj-about-showcase__video-wrap.gj-tab-media.is-active,
.page-about .gj-about-showcase__media-frame .gj-about-showcase__media-mask.gj-tab-media.is-active,
.page-about .gj-about-showcase__media-frame .gj-video-section__play.gj-tab-media.is-active {
    display: block;
}

.page-about .gj-about-showcase__media-frame .gj-video-section__play.gj-tab-media.is-active {
    display: flex;
}

.page-about .gj-about-showcase__media-frame img.gj-tab-media.is-active {
    animation: gjAboutMediaIn 0.55s ease both;
}

.page-about .gj-about-showcase__media-frame img.gj-tab-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-about .gj-about-showcase__media-frame .gj-about-showcase__video-wrap.gj-tab-media.is-active {
    animation: none;
}

@keyframes gjAboutMediaIn {
    from { opacity: 0; transform: scale(1.04); }
    to { opacity: 1; transform: scale(1); }
}

/* Bouton play — réutilise .gj-video-section__play de site.css (comme accueil) */
.page-about .gj-about-showcase__media-frame--video .gj-video-section__play {
    border-radius: 4px;
}

@media (max-width: 991px) {
    .page-about #s1.gj-about-showcase {
        padding: 72px 0 56px;
    }

    .page-about .gj-about-showcase__intro {
        margin-bottom: 36px;
        text-align: left;
    }

    .page-about .gj-about-showcase__tabs {
        flex-direction: column;
        padding: 6px;
    }

    .page-about .gj-about-showcase__tab {
        justify-content: flex-start;
        padding: 14px 16px;
    }

    .page-about .gj-about-showcase__content {
        order: 2;
        padding: 32px 24px 36px;
    }

    .page-about .gj-about-showcase__media {
        order: 1;
    }

    .page-about .gj-about-showcase__media-frame:not(.gj-about-showcase__media-frame--video) {
        min-height: 260px;
        position: relative;
    }

    .page-about .gj-about-showcase__media--video {
        padding: 20px 24px 24px;
    }

    .page-about .gj-about-team-band {
        padding: 40px 28px;
        border-radius: 6px;
    }

    .page-about .gj-about-team-band--stacked {
        border-radius: 0;
    }

    .page-about .gj-about-team-stack {
        border-radius: 6px;
    }

    .page-about .gj-about-team-photo img {
        aspect-ratio: 16 / 10;
        object-position: center 30%;
    }

    .page-about .gj-about-team-wrap {
        padding-bottom: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-about .gj-about-showcase__panel.is-active,
    .page-about .gj-about-showcase__media-frame img.gj-tab-media.is-active {
        animation: none;
    }
}

/* ─── Bandeau CTA Team (détaché) ─── */
.page-about .gj-about-team-wrap {
    padding: 0 0 80px;
    background: var(--gj-surface);
}

.page-about .gj-about-team-stack {
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 48px rgba(134, 0, 33, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

.page-about .gj-about-team-photo {
    margin: 0;
    line-height: 0;
}

.page-about .gj-about-team-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    object-position: center 35%;
}

.page-about .gj-about-team-band {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--gj-brand) 0%, var(--gj-brand-dark) 100%);
    padding: 56px 48px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(134, 0, 33, 0.22);
}

.page-about .gj-about-team-band--stacked {
    border-radius: 0;
    box-shadow: none;
}

.page-about .gj-about-team-band__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-about .gj-about-team-band__text {
    font-family: var(--gj-font-serif);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.page-about .gj-about-team-band .gj-btn {
    background: #fff;
    color: var(--gj-brand) !important;
    box-shadow: none;
}

.page-about .gj-about-team-band .gj-btn:hover {
    background: var(--gj-surface);
}

    /* ── Carte monde — dot map (maquette) / D3 ── */
.page-about #world.gj-world-section--d3,
.page-about #world.gj-world-section--dotmap {
    padding: 96px 0 80px;
    background: #f5f5f3;
    overflow: visible;
}

.page-about .gj-world-section__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.page-about .gj-world-regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.page-about .gj-world-regions li {
    margin: 0;
}

.page-about .gj-world-regions button {
    padding: 10px 18px;
    border: 1px solid #ddd9d4;
    background: #fff;
    font: inherit;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    color: #6a6a6a;
    transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
}

.page-about .gj-world-regions button.is-active,
.page-about .gj-world-regions button:hover {
    background: var(--gj-brand);
    border-color: var(--gj-brand);
    color: #fff;
    box-shadow: 0 4px 16px rgba(134, 0, 33, 0.2);
}

.page-about .gj-world-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin-bottom: 32px;
}

.page-about .gj-world-cities__btn {
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5a5a5a;
    padding: 6px 14px;
    border: 1px solid #ddd9d4;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.page-about .gj-world-cities__btn.is-hidden {
    display: none;
}

.page-about .gj-world-cities__btn:not(.is-hidden):hover,
.page-about .gj-world-cities__btn.is-active {
    background: var(--gj-brand);
    border-color: var(--gj-brand);
    color: #fff;
    box-shadow: 0 4px 14px rgba(134, 0, 33, 0.18);
}

.page-about .gj-world-section__title {
    margin: 0;
    font-family: var(--gj-font-serif);
    font-size: clamp(2rem, 4.2vw, 2.85rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: var(--gj-ink);
}

.page-about .gj-world-map--d3,
.page-about .gj-world-map--dotmap {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.page-about .gj-world-map__frame {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.page-about .gj-world-map--d3 .gj-world-map__canvas {
    position: relative;
    width: 100%;
    min-height: 280px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: none;
    background: #f5f5f3;
}

.page-about .gj-world-map__preview {
    position: absolute;
    z-index: 5;
    width: min(280px, 72vw);
    transform: translate(-50%, calc(-100% - 18px));
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-about .gj-world-map__preview[hidden] {
    display: none;
}

.page-about .gj-world-map__preview-inner {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-about .gj-world-map__preview-inner img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.page-about .gj-world-map__preview-inner span {
    display: block;
    margin-top: 10px;
    font-family: var(--gj-font-serif);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gj-ink);
}

.page-about .gj-world-map__preview.is-active {
    width: min(320px, 84vw);
}

.page-about .gj-world-map__preview.is-active .gj-world-map__preview-inner img {
    height: 190px;
}

.page-about .gj-world-map--d3 .gj-world-map__canvas.is-error {
    background: #f9f7f4;
}

.page-about .gj-world-map--d3 .gj-world-map__land path {
    transition: fill 0.3s ease;
}

.page-about .gj-world-marker {
    cursor: pointer;
}

.page-about .gj-world-marker.is-hidden,
.page-about .gj-world-map__link.is-hidden {
    display: none;
}

.page-about .gj-world-marker__pulse {
    animation: gjWorldRipple 2.8s ease-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.page-about .gj-world-marker__pulse--delay {
    animation-delay: 0.9s;
}

.page-about .gj-world-marker__pulse--delay-2 {
    animation-delay: 1.8s;
}

.page-about .gj-world-marker__label {
    font-family: 'Trajan Pro', serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    fill: #2b2b2b;
    pointer-events: none;
    paint-order: stroke fill;
    stroke: #f5f5f3;
    stroke-width: 3px;
    stroke-linejoin: round;
}

.page-about .gj-world-marker__leader {
    stroke: #d8d4cf;
    stroke-width: 0.65;
    opacity: 0.85;
    pointer-events: none;
}

.page-about .gj-world-map__link {
    pointer-events: none;
}

.page-about .gj-world-marker.is-hover .gj-world-marker__dot,
.page-about .gj-world-marker.is-active .gj-world-marker__dot {
    r: 6;
    fill: #860021;
}

.page-about .gj-world-marker__card-inner {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-about .gj-world-marker__card-inner img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.page-about .gj-world-marker__card-inner span {
    display: block;
    margin-top: 10px;
    font-family: var(--gj-font-serif);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gj-ink);
}

.page-about .gj-world-map__svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-about .gj-world-map__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.page-about .gj-world-map__pins {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.page-about .gj-world-pin--dotmap {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page-about .gj-world-pin--dotmap.is-active {
    z-index: 20;
}

.page-about .gj-world-pin__marker {
    position: relative;
    z-index: 2;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: var(--gj-brand);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(134, 0, 33, 0.35);
    cursor: pointer;
}

.page-about .gj-world-pin__marker:focus-visible {
    outline: 2px solid var(--gj-brand);
    outline-offset: 4px;
}

.page-about .gj-world-pin__pulse {
    position: absolute;
    top: 2px;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    border: 1px solid rgba(134, 0, 33, 0.28);
    border-radius: 50%;
    animation: gjWorldRipple 2.8s ease-out infinite;
    pointer-events: none;
}

.page-about .gj-world-pin__pulse--delay {
    animation-delay: 1.4s;
}

.page-about .gj-world-pin__label {
    position: absolute;
    z-index: 3;
    font-family: 'Trajan Pro', serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #2b2b2b;
    white-space: nowrap;
    pointer-events: none;
}

.page-about .gj-world-pin--label-bottom .gj-world-pin__label {
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
}

.page-about .gj-world-pin--label-top .gj-world-pin__label {
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
}

.page-about .gj-world-pin--label-left .gj-world-pin__label {
    top: 50%;
    right: calc(100% + 8px);
    transform: translateY(-50%);
}

.page-about .gj-world-pin--label-right .gj-world-pin__label {
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
}

.page-about .gj-world-pin__card {
    display: none;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, 72vw);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-about .gj-world-pin__card img {
    display: block;
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 5px;
}

.page-about .gj-world-pin__card h4 {
    margin: 10px 0 2px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gj-ink);
}

.page-about .gj-world-pin--dotmap:hover .gj-world-pin__card,
.page-about .gj-world-pin--dotmap.is-active .gj-world-pin__card {
    display: block;
}

.page-about .gj-world-pin--dotmap.is-active .gj-world-pin__card {
    width: min(320px, 84vw);
}

.page-about .gj-world-pin--dotmap.is-active .gj-world-pin__card img {
    height: 190px;
}

.page-about .gj-world-pin--label-top .gj-world-pin__card {
    top: calc(100% + 20px);
    bottom: auto;
}

.page-about .gj-world-pin--dotmap.is-active .gj-world-pin__marker {
    transform: rotate(-45deg) scale(1.15);
}

.page-about .gj-world-section__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 52px;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5a5a5a;
}

.page-about .gj-world-section__stats-sep {
    color: #b8b4af;
    font-size: 14px;
    line-height: 1;
}

.page-about .gj-world-stat {
    margin: 0;
}

.page-about .gj-world-stat__value {
    margin-right: 0.35em;
    font-size: 13px;
    font-weight: 700;
    color: var(--gj-brand);
}

@keyframes gjWorldRipple {
    0% {
        transform: scale(0.55);
        opacity: 0.65;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .page-about #world.gj-world-section--dotmap {
        padding: 72px 0 56px;
    }

    .page-about .gj-world-section__head {
        text-align: left;
        margin-bottom: 36px;
    }

    .page-about .gj-world-pin__label {
        font-size: 8px;
        letter-spacing: 0.12em;
    }

    .page-about .gj-world-section__stats {
        margin-top: 36px;
        gap: 8px 12px;
        font-size: 10px;
    }
}

/* ─── Services (prod deliver grid, polished) ─── */
.page-about #s2.gj-services-section {
    padding: clamp(80px, 10vw, 110px) 0;
}

.page-about #s2.gj-services-section .gj-section-overlay-white {
    background: rgba(255, 255, 255, 0.9);
}

.page-about #s2 .gj-services-section__inner {
    position: relative;
    z-index: 2;
}

.page-about #s2 .header-title {
    margin-bottom: clamp(40px, 5vw, 56px);
    text-align: center;
    max-width: min(1100px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.page-about #s2 .header-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 0 16px;
    color: var(--gj-ink);
}

.page-about #s2 .header-title p {
    font-size: clamp(15px, 1.55vw, 17px);
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 auto;
    max-width: min(1000px, 100%);
}

.page-about #s2 .header-title p:last-child {
    margin-bottom: 0;
}

.page-about #s2 .header-title p span {
    color: var(--gj-brand);
    font-weight: 600;
}

.page-about #s2 .deliver {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 20px 48px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.page-about #s2 .deliver .row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.page-about #s2 .deliver .col-md-6 {
    margin: 0;
    padding: 0;
    flex: 1 1 0;
    min-width: 0;
    width: calc(100% / 3);
    display: flex;
}

.page-about #s2 .deliver .deliver-box {
    background: #fff;
    margin: 0;
    display: flex;
    width: 100%;
    min-height: clamp(280px, 28vw, 360px);
    outline: none;
    transition: background 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-about #s2 .deliver .col-md-6:nth-child(even) .deliver-details {
    background: #faf9f7;
}

.page-about #s2 .deliver .deliver-box:hover,
.page-about #s2 .deliver .deliver-box:focus-within,
.page-about #s2 .deliver .deliver-box.is-active {
    background: #191919;
}

.page-about #s2 .deliver .deliver-box:hover .deliver-details,
.page-about #s2 .deliver .deliver-box:focus-within .deliver-details,
.page-about #s2 .deliver .deliver-box.is-active .deliver-details {
    background: #191919;
}

.page-about #s2 .deliver:hover .deliver-box .deliver-img,
.page-about #s2 .deliver:has(.deliver-box:focus-within) .deliver-box .deliver-img,
.page-about #s2 .deliver:has(.deliver-box.is-active) .deliver-box .deliver-img {
    background: var(--gj-brand);
}

.page-about #s2 .deliver .deliver-box .deliver-img {
    flex: 0 0 50%;
    overflow: hidden;
    background: #111;
    position: relative;
    align-self: stretch;
    min-height: 220px;
}

.page-about #s2 .deliver .deliver-box .deliver-img img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, filter 0.4s ease;
}

.page-about #s2 .deliver:hover .deliver-box:not(:hover):not(:focus-within):not(.is-active) .deliver-img img,
.page-about #s2 .deliver:has(.deliver-box:hover) .deliver-box:not(:hover):not(:focus-within):not(.is-active) .deliver-img img,
.page-about #s2 .deliver:has(.deliver-box.is-active) .deliver-box:not(.is-active):not(:hover):not(:focus-within) .deliver-img img {
    opacity: 0.35;
    filter: grayscale(100%);
}

.page-about #s2 .deliver .deliver-box:hover .deliver-img img,
.page-about #s2 .deliver .deliver-box:focus-within .deliver-img img,
.page-about #s2 .deliver .deliver-box.is-active .deliver-img img {
    transform: scale(1.06);
    opacity: 1;
    filter: grayscale(0%);
}

.page-about #s2 .deliver-box .deliver-details {
    flex: 0 0 50%;
    padding: clamp(18px, 2.5vw, 28px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.45s ease, color 0.35s ease;
}

.page-about #s2 .deliver-num {
    display: block;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: var(--gj-brand);
    margin-bottom: 12px;
    transition: color 0.35s ease;
}

.page-about #s2 .deliver-box:hover .deliver-num,
.page-about #s2 .deliver-box:focus-within .deliver-num,
.page-about #s2 .deliver-box.is-active .deliver-num {
    color: rgba(255, 255, 255, 0.45);
}

.page-about #s2 .deliver-box:hover .deliver-details h3,
.page-about #s2 .deliver-box:focus-within .deliver-details h3,
.page-about #s2 .deliver-box.is-active .deliver-details h3 {
    color: #fff;
}

.page-about #s2 .deliver-box:hover .deliver-details p,
.page-about #s2 .deliver-box:focus-within .deliver-details p,
.page-about #s2 .deliver-box.is-active .deliver-details p {
    color: rgba(255, 255, 255, 0.82);
}

.page-about #s2 .deliver .deliver-box .deliver-img::before {
    position: absolute;
    display: block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    right: 0;
    top: calc(50% - 14px);
    content: '';
    z-index: 1;
    transition: border-color 0.4s ease;
}

.page-about #s2 .deliver .deliver-box:hover .deliver-img::before,
.page-about #s2 .deliver .deliver-box:focus-within .deliver-img::before,
.page-about #s2 .deliver .deliver-box.is-active .deliver-img::before {
    border-right-color: #191919;
}

.page-about #s2 .deliver .deliver-box .deliver-img.right::before {
    right: auto;
    left: 0;
    border-right: none;
    border-left: 14px solid #fff;
}

.page-about #s2 .deliver .deliver-box:hover .deliver-img.right::before,
.page-about #s2 .deliver .deliver-box:focus-within .deliver-img.right::before,
.page-about #s2 .deliver .deliver-box.is-active .deliver-img.right::before {
    border-left-color: #191919;
}

.page-about #s2 .deliver .deliver-box.flex .deliver-img::before {
    border-left: 14px solid #fff;
    left: 0;
    border-right: 0 solid #fff;
}

.page-about #s2 .deliver .deliver-box.flex:hover .deliver-img::before,
.page-about #s2 .deliver .deliver-box.flex:focus-within .deliver-img::before,
.page-about #s2 .deliver .deliver-box.flex.is-active .deliver-img::before {
    border-left-color: #191919;
}

.page-about #s2 .deliver .deliver-box.flex .deliver-img.right::before {
    right: 0;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
}

.page-about #s2 .deliver .deliver-box.flex:hover .deliver-img.right::before,
.page-about #s2 .deliver .deliver-box.flex:focus-within .deliver-img.right::before,
.page-about #s2 .deliver .deliver-box.flex.is-active .deliver-img.right::before {
    border-right-color: #191919;
}

.page-about #s2 .deliver-details h3 {
    margin: 0 0 10px;
    font-size: clamp(0.78rem, 1vw, 0.95rem);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gj-ink);
    transition: color 0.35s ease;
}

.page-about #s2 .deliver-details p {
    margin: 0;
    font-size: clamp(12px, 0.85vw, 13px);
    line-height: 1.75;
    color: #5a5a5a;
    transition: color 0.35s ease;
}

.page-about #s2 .gj-services-footnote {
    max-width: 820px;
    margin: clamp(40px, 5vw, 52px) auto 0;
    padding: 22px 28px;
    background: linear-gradient(135deg, rgba(134, 0, 33, 0.07) 0%, rgba(134, 0, 33, 0.03) 100%);
    border-left: 3px solid var(--gj-brand);
    text-align: left;
}

.page-about #s2 .gj-services-footnote em {
    font-style: normal;
}

.page-about #s2 .gj-services-footnote small {
    font-size: 13px;
    line-height: 1.75;
    color: #4a4a4a;
}

.page-about #s2 .gj-services-footnote a {
    color: var(--gj-brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-about #s2 .gj-services-footnote a:hover {
    color: #5c0018;
}

.page-about #s2 .gj-services-footnote strong {
    font-weight: 700;
    color: var(--gj-ink);
}

@media (max-width: 767px) {
    .page-about #s2 .deliver .row {
        flex-wrap: wrap;
    }

    .page-about #s2 .deliver .col-md-6 {
        flex: none;
        width: 100%;
    }

    .page-about #s2 .deliver .deliver-box {
        flex-direction: column;
        min-height: auto;
    }

    .page-about #s2 .deliver .deliver-box .deliver-img {
        flex: none;
        width: 100%;
        min-height: 220px;
    }

    .page-about #s2 .deliver-box .deliver-details {
        flex: none;
        width: 100%;
    }

    .page-about #s2 .deliver .deliver-box .deliver-img.right {
        order: -1;
    }

    .page-about #s2 .deliver .deliver-box .deliver-img::before,
    .page-about #s2 .deliver .deliver-box .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box.flex .deliver-img::before,
    .page-about #s2 .deliver .deliver-box.flex .deliver-img.right::before {
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        margin: 0 auto;
    }

    .page-about #s2 .deliver .deliver-box:hover .deliver-img::before,
    .page-about #s2 .deliver .deliver-box:focus-within .deliver-img::before,
    .page-about #s2 .deliver .deliver-box.is-active .deliver-img::before,
    .page-about #s2 .deliver .deliver-box:hover .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box:focus-within .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box.is-active .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box.flex:hover .deliver-img::before,
    .page-about #s2 .deliver .deliver-box.flex:focus-within .deliver-img::before,
    .page-about #s2 .deliver .deliver-box.flex.is-active .deliver-img::before,
    .page-about #s2 .deliver .deliver-box.flex:hover .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box.flex:focus-within .deliver-img.right::before,
    .page-about #s2 .deliver .deliver-box.flex.is-active .deliver-img.right::before {
        border-bottom-color: #191919;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .page-about #s2 .gj-services-footnote {
        max-width: 100%;
        margin-top: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-about #s2 .deliver .deliver-box .deliver-img img {
        transition: none;
    }

    .page-about #s2 .deliver .deliver-box:hover .deliver-img img,
    .page-about #s2 .deliver .deliver-box:focus-within .deliver-img img,
    .page-about #s2 .deliver .deliver-box.is-active .deliver-img img {
        transform: none;
    }
}

/* ─── Méthodologie (circle slider — prod) ─── */
.page-about #s3.gj-methodology-section {
    padding: clamp(80px, 10vw, 110px) 0 clamp(88px, 11vw, 120px);
    background: linear-gradient(180deg, #fff 0%, #fafafa 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.page-about #s3 .header-title {
    margin-bottom: clamp(40px, 5vw, 56px);
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-about #s3 .header-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 0 16px;
    color: var(--gj-ink);
}

.page-about #s3 .header-title p {
    font-size: clamp(15px, 1.55vw, 17px);
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0 auto;
    max-width: 640px;
}

.page-about #s3 .header-title p:last-child {
    margin-bottom: 0;
}

.page-about #s3 .sub {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--gj-brand);
}

.page-about #s3 .sub::before,
.page-about #s3 .sub::after {
    position: relative;
    top: -4px;
    width: 20px;
    height: 1px;
    background: #e2e1e0;
    display: inline-block;
    content: '';
}

.page-about #s3 .sub::before {
    margin-right: 12px;
}

.page-about #s3 .sub::after {
    margin-left: 12px;
}

.page-about .gj-methodology--circle {
    margin-top: 0;
}

.page-about .gj-methodology--circle .circle--slider {
    position: relative;
    margin: clamp(28px, 5vw, 56px) auto 0;
    max-width: min(1080px, 100%);
}

.page-about .gj-methodology--circle .rotate--circle {
    position: relative;
    margin: 0 auto;
    width: min(660px, 100%);
}

.page-about .gj-methodology--circle .circle--rotate {
    border-radius: 50%;
    width: 100%;
    max-width: none;
    aspect-ratio: 1;
    height: auto;
    margin: 0 auto;
    position: relative;
    transform: rotate(0deg);
    transform-origin: center center;
    z-index: 1;
    padding: 0;
    border: 1px solid #e2e1e0;
    list-style: none;
    transition: transform 0.7s cubic-bezier(0.45, 0.05, 0.2, 1);
}

.page-about .gj-methodology--circle .circle--rotate.is-animating > li .icon {
    pointer-events: none;
}

.page-about .gj-methodology--circle .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.page-about .gj-methodology--circle .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    color: var(--gj-brand);
    border-radius: 50%;
    height: 15%;
    width: 15%;
    margin: -7.5% auto;
    transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: none;
}

.page-about .gj-methodology--circle .circle--rotate > li .icon:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    border-color: rgba(134, 0, 33, 0.35);
    transform: scale(1.06);
}

.page-about .gj-methodology--circle .circle--rotate > li .numb {
    display: none;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.page-about .gj-methodology--circle .circle--rotate > li.active .numb {
    display: block;
    background: none;
    font-family: var(--gj-font-serif);
    font-size: 22px;
    letter-spacing: 0.06em;
}

.page-about .gj-methodology--circle .circle--rotate > li i {
    color: #4c4d4f;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
}

.page-about .gj-methodology--circle .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
}

.page-about .gj-methodology--circle .circle--rotate > li.active i {
    display: none;
}

.page-about .gj-methodology--circle .circle--rotate > li.active .icon {
    font-size: 20px;
    background: var(--gj-brand);
    border-color: var(--gj-brand);
    transition: background 0.4s ease, border-color 0.4s ease;
    box-shadow: 0 4px 18px rgba(134, 0, 33, 0.35);
    transform: scale(1);
}

.page-about .gj-methodology--circle .circle--rotate > li.active .icon:hover {
    transform: scale(1);
    box-shadow: 0 4px 18px rgba(134, 0, 33, 0.35);
}

.page-about .gj-methodology--circle .circle--rotate > li.active .icon::before {
    content: '\e64b';
    font-family: 'themify';
    position: absolute;
    bottom: -35px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--gj-brand);
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block;
}

.page-about .gj-methodology--circle .circle--slider .count2 li:nth-child(2) { transform: rotate(180deg); }
.page-about .gj-methodology--circle .circle--slider .count3 li:nth-child(2) { transform: rotate(120deg); }
.page-about .gj-methodology--circle .circle--slider .count3 li:nth-child(3) { transform: rotate(240deg); }
.page-about .gj-methodology--circle .circle--slider .count4 li:nth-child(2) { transform: rotate(90deg); }
.page-about .gj-methodology--circle .circle--slider .count4 li:nth-child(3) { transform: rotate(180deg); }
.page-about .gj-methodology--circle .circle--slider .count4 li:nth-child(4) { transform: rotate(270deg); }
.page-about .gj-methodology--circle .circle--slider .count5 li:nth-child(2) { transform: rotate(72deg); }
.page-about .gj-methodology--circle .circle--slider .count5 li:nth-child(3) { transform: rotate(144deg); }
.page-about .gj-methodology--circle .circle--slider .count5 li:nth-child(4) { transform: rotate(216deg); }
.page-about .gj-methodology--circle .circle--slider .count5 li:nth-child(5) { transform: rotate(-72deg); }
.page-about .gj-methodology--circle .circle--slider .count6 li:nth-child(2) { transform: rotate(60deg); }
.page-about .gj-methodology--circle .circle--slider .count6 li:nth-child(3) { transform: rotate(120deg); }
.page-about .gj-methodology--circle .circle--slider .count6 li:nth-child(4) { transform: rotate(180deg); }
.page-about .gj-methodology--circle .circle--slider .count6 li:nth-child(5) { transform: rotate(240deg); }
.page-about .gj-methodology--circle .circle--slider .count6 li:nth-child(6) { transform: rotate(-60deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(2) { transform: rotate(51.5deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(3) { transform: rotate(103deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(4) { transform: rotate(154.5deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(5) { transform: rotate(206deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(6) { transform: rotate(-103deg); }
.page-about .gj-methodology--circle .circle--slider .count7 li:nth-child(7) { transform: rotate(-51.5deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(2) { transform: rotate(45deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(3) { transform: rotate(90deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(4) { transform: rotate(135deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(5) { transform: rotate(180deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(6) { transform: rotate(-135deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(7) { transform: rotate(-90deg); }
.page-about .gj-methodology--circle .circle--slider .count8 li:nth-child(8) { transform: rotate(-45deg); }

.page-about .gj-methodology--circle .animate-wrapper {
    width: 70%;
    aspect-ratio: 1;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background: #191919;
    border: 7px solid var(--gj-brand);
    z-index: 5;
    box-shadow: 0 14px 44px rgba(134, 0, 33, 0.22);
    pointer-events: auto;
}

.page-about .gj-methodology--circle .animate-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transform: scale(1.02);
}

.page-about .gj-methodology--circle .animate-wrapper__overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(
        165deg,
        rgba(25, 25, 25, 0.15) 0%,
        rgba(25, 25, 25, 0.55) 45%,
        rgba(92, 0, 22, 0.62) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.page-about .gj-methodology--circle .animate {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.page-about .gj-methodology--circle .animate.active {
    z-index: 10;
}

.page-about .gj-methodology--circle .animate-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.page-about .gj-methodology--circle .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease 0.15s, transform 0.45s ease 0.15s, visibility 0.45s;
    text-align: center;
    z-index: 10;
    position: absolute;
    inset: 0;
    margin: auto;
    padding: 18px;
    transform: scale(0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-about .gj-methodology--circle .animate-more.home {
    height: 100%;
    padding: 18px;
    width: 100%;
}

.page-about .gj-methodology--circle .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.page-about .gj-methodology--circle .animate-title {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}

.page-about .gj-methodology--circle .animate-title .animg {
    margin-bottom: 12px;
}

.page-about .gj-methodology--circle .animate-title i {
    background: #fff;
    color: var(--gj-brand);
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    font-size: 22px;
    border-radius: 50%;
    display: block;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.page-about .gj-methodology--circle .animate-title p {
    color: #fff !important;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    line-height: 1.55;
    font-size: clamp(13px, 1.4vw, 15px);
    font-weight: 400;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.page-about .gj-methodology--circle .circle--rotate.disable-hover > li .icon {
    pointer-events: none;
}

.page-about .gj-methodology__steps-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: clamp(28px, 4vw, 40px);
}

.page-about .gj-methodology__step-dot {
    /* Pastille visuelle ~9px mais zone cliquable 24px (accessibilité tactile). */
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    background-image: radial-gradient(circle, #ddd 0, #ddd 4.5px, transparent 5px);
    cursor: pointer;
    transition: background-image 0.3s ease, transform 0.3s ease;
}

.page-about .gj-methodology__step-dot:hover {
    background-image: radial-gradient(circle, rgba(134, 0, 33, 0.45) 0, rgba(134, 0, 33, 0.45) 4.5px, transparent 5px);
    transform: scale(1.1);
}

.page-about .gj-methodology__step-dot.is-active {
    background-image: radial-gradient(circle, var(--gj-brand) 0, var(--gj-brand) 6px, rgba(134, 0, 33, 0.15) 6.5px, rgba(134, 0, 33, 0.15) 8px, transparent 8.5px);
}

.page-about .gj-methodology__step-dot:focus-visible {
    outline: 2px solid var(--gj-brand);
    outline-offset: 3px;
}

/* ─── Valeur ajoutée — grille 4 icônes (stage unifié 2026) ─── */
.page-about #s4.gj-values-section {
    padding: clamp(80px, 10vw, 110px) 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(134, 0, 33, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, var(--gj-surface) 0%, #fff 42%, var(--gj-surface) 100%);
    overflow: hidden;
}

.page-about #s4.gj-values-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(134, 0, 33, 0.07) 0.6px, transparent 0.6px);
    background-size: 22px 22px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.page-about .gj-values-section__inner {
    position: relative;
    z-index: 2;
}

.page-about .gj-values-section__header {
    margin-bottom: clamp(28px, 4vw, 40px);
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-about .gj-values-section__header h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 0 16px;
    color: var(--gj-ink);
}

.page-about .gj-values-section__intro {
    font-size: clamp(15px, 1.55vw, 17px);
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0 auto;
    max-width: 640px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

.page-about .gj-values-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: clamp(20px, 3vw, 28px);
}

.page-about .gj-values-meta__pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gj-brand);
    background: rgba(134, 0, 33, 0.07);
    border: 1px solid rgba(134, 0, 33, 0.12);
}

.page-about .gj-values-meta__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(134, 0, 33, 0.35);
}

.page-about .gj-values-meta__label {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a7a7a;
}

.page-about .gj-values-stage {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.03),
        0 12px 40px rgba(0, 0, 0, 0.06),
        0 32px 64px rgba(134, 0, 33, 0.05);
    overflow: hidden;
}

.page-about .gj-values-stage__bar {
    height: 3px;
    background: linear-gradient(90deg, var(--gj-brand) 0%, var(--gj-brand-dark) 50%, var(--gj-brand) 100%);
}

.page-about .gj-values-grid--4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.page-about .gj-value-card--icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: clamp(26px, 3vw, 34px) clamp(18px, 2vw, 24px) clamp(28px, 3.2vw, 36px);
    background: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    isolation: isolate;
    transition:
        background 0.4s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-about .gj-value-card--icon:nth-child(4n) {
    border-right: none;
}

.page-about .gj-values-grid--count-5 .gj-value-card--icon:nth-child(4n),
.page-about .gj-values-grid--count-6 .gj-value-card--icon:nth-child(4n),
.page-about .gj-values-grid--count-7 .gj-value-card--icon:nth-child(4n),
.page-about .gj-values-grid--count-9 .gj-value-card--icon:nth-child(4n),
.page-about .gj-values-grid--count-10 .gj-value-card--icon:nth-child(4n),
.page-about .gj-values-grid--count-11 .gj-value-card--icon:nth-child(4n) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.page-about .gj-values-grid--count-5 .gj-value-card--icon:last-child,
.page-about .gj-values-grid--count-6 .gj-value-card--icon:last-child,
.page-about .gj-values-grid--count-7 .gj-value-card--icon:last-child,
.page-about .gj-values-grid--count-9 .gj-value-card--icon:last-child,
.page-about .gj-values-grid--count-10 .gj-value-card--icon:last-child,
.page-about .gj-values-grid--count-11 .gj-value-card--icon:last-child {
    border-right: none;
}

.page-about .gj-value-card--icon:nth-last-child(-n+4) {
    border-bottom: none;
}

.page-about .gj-values-grid--count-5 .gj-value-card--icon:nth-last-child(-n+4),
.page-about .gj-values-grid--count-6 .gj-value-card--icon:nth-last-child(-n+4),
.page-about .gj-values-grid--count-7 .gj-value-card--icon:nth-last-child(-n+4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-about .gj-values-grid--count-5 .gj-value-card--icon:nth-last-child(-n+1),
.page-about .gj-values-grid--count-6 .gj-value-card--icon:nth-last-child(-n+2),
.page-about .gj-values-grid--count-7 .gj-value-card--icon:nth-last-child(-n+3) {
    border-bottom: none;
}

.page-about .gj-value-card--icon:nth-child(n+5) {
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.page-about .gj-value-card--icon:hover,
.page-about .gj-value-card--icon:focus-within {
    background: linear-gradient(180deg, rgba(134, 0, 33, 0.03) 0%, #fff 100%);
    z-index: 1;
}

.page-about .gj-value-card__watermark {
    position: absolute;
    right: 10px;
    bottom: 4px;
    font-family: var(--gj-font-serif);
    font-size: clamp(3rem, 5vw, 4.25rem);
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--gj-brand);
    opacity: 0.06;
    pointer-events: none;
    user-select: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.page-about .gj-value-card--icon:hover .gj-value-card__watermark,
.page-about .gj-value-card--icon:focus-within .gj-value-card__watermark {
    opacity: 0.1;
    transform: translateY(-2px);
}

.page-about .gj-value-card__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(68px, 7.5vw, 80px);
    height: clamp(68px, 7.5vw, 80px);
    margin-bottom: clamp(18px, 2.2vw, 24px);
}

.page-about .gj-value-card__icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(134, 0, 33, 0.1) 0%, rgba(134, 0, 33, 0.03) 100%);
    border: 1px solid rgba(134, 0, 33, 0.12);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.page-about .gj-value-card__icon-ring::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 26px;
    border: 1px solid rgba(134, 0, 33, 0.08);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.page-about .gj-value-card--icon:hover .gj-value-card__icon-ring,
.page-about .gj-value-card--icon:focus-within .gj-value-card__icon-ring {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(134, 0, 33, 0.12);
}

.page-about .gj-value-card--icon:hover .gj-value-card__icon-ring::after,
.page-about .gj-value-card--icon:focus-within .gj-value-card__icon-ring::after {
    opacity: 1;
    transform: scale(1.02);
}

.page-about .gj-value-card__icon {
    position: relative;
    z-index: 1;
    font-size: clamp(1.65rem, 2.4vw, 1.95rem);
    color: var(--gj-brand);
    line-height: 1;
    transition: color 0.3s ease, transform 0.35s ease;
}

.page-about .gj-value-card--icon:hover .gj-value-card__icon,
.page-about .gj-value-card--icon:focus-within .gj-value-card__icon {
    color: var(--gj-brand-dark);
    transform: scale(1.08);
}

.page-about .gj-value-card__num {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--gj-font-serif);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #fff;
    background: var(--gj-brand);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(134, 0, 33, 0.28);
}

.page-about .gj-value-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-about .gj-value-card__title {
    margin: 0 0 10px;
    font-size: clamp(0.82rem, 1.1vw, 0.95rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.35;
    color: var(--gj-ink);
    transition: color 0.3s ease;
}

.page-about .gj-value-card--icon:hover .gj-value-card__title,
.page-about .gj-value-card--icon:focus-within .gj-value-card__title {
    color: var(--gj-brand);
}

.page-about .gj-value-card__text {
    margin: 0;
    font-size: clamp(13px, 1.2vw, 14px);
    line-height: 1.7;
    color: #5a5a5a;
}

.page-about .gj-values-intro {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
    color: #5a5a5a;
    line-height: 1.75;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .page-about .gj-values-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-about .gj-value-card--icon {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .page-about .gj-value-card--icon:nth-child(2n) {
        border-right: none;
    }

    .page-about .gj-value-card--icon:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
    }

    .page-about .gj-value-card--icon:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .page-about .gj-value-card--icon:nth-last-child(-n+1) {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    .page-about .gj-values-meta {
        flex-direction: column;
        gap: 8px;
    }

    .page-about .gj-values-meta__dot {
        display: none;
    }

    .page-about .gj-values-grid--4 {
        grid-template-columns: 1fr;
    }

    .page-about .gj-value-card--icon {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
        gap: 16px;
        border-right: none !important;
    }

    .page-about .gj-value-card--icon:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .page-about .gj-value-card__icon-wrap {
        flex-shrink: 0;
        margin-bottom: 0;
        width: 56px;
        height: 56px;
    }

    .page-about .gj-value-card__icon-ring {
        border-radius: 16px;
    }

    .page-about .gj-value-card__body {
        align-items: flex-start;
    }

    .page-about .gj-value-card__watermark {
        right: 8px;
        bottom: 8px;
        font-size: 2.5rem;
    }
}

/* ─── Headers section ─── */
.page-about .gj-header-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.page-about .gj-header-tag {
    font-family: 'Trajan Pro', serif;
}

@media (max-width: 991px) {
    .page-about .gj-about-nav-wrap .gj-container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .page-about .gj-anchor-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        padding: 6px 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .page-about .gj-anchor-nav::-webkit-scrollbar {
        display: none;
    }

    .page-about .gj-anchor-nav__link {
        flex: 0 0 auto;
        font-size: 10px;
        letter-spacing: 0.1em;
        padding: 6px 12px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .page-about .gj-methodology--circle .rotate--circle {
        width: min(580px, 94vw);
    }

    .page-about .gj-methodology--circle .circle--rotate {
        max-width: none;
    }

    .page-about .gj-methodology--circle .animate-wrapper {
        width: 68%;
    }
}

@media (max-width: 767px) {
    .page-about .gj-about-hero-stats {
        gap: 24px;
    }

    .page-about .gj-methodology--circle .rotate--circle {
        width: min(100%, 480px);
    }

    .page-about .gj-methodology--circle .circle--rotate {
        max-width: none;
        border: none;
    }

    .page-about .gj-methodology--circle .circle--rotate > li .icon {
        height: 14%;
        width: 14%;
    }

    .page-about .gj-methodology--circle .animate-wrapper {
        width: 66%;
        border-width: 5px;
        box-shadow: 0 8px 28px rgba(134, 0, 33, 0.2);
    }

    .page-about .gj-methodology--circle .animate-title i {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .page-about .gj-methodology--circle .animate-title p {
        max-width: 220px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-about .gj-methodology--circle .circle--rotate {
        transition: none;
    }

    .page-about .gj-methodology--circle .animate-more {
        transition: none;
    }

    .page-about .gj-world-pin__marker {
        animation: none;
    }

    .page-about .gj-about-showcase__media-frame img.gj-tab-media.is-active,
    .page-about .gj-about-showcase__panel.is-active {
        animation: none;
    }

    .page-about .gj-value-card--icon,
    .page-about .gj-value-card__icon,
    .page-about .gj-value-card__icon-ring,
    .page-about .gj-value-card__watermark,
    .page-about .gj-value-card__num {
        transition: none;
    }
}

/* ─── Section équipe (page About) ─── */
.page-about .gj-team-section {
    padding: clamp(3rem, 6vw, 5rem) clamp(20px, 4vw, 48px);
}

.page-about .gj-team-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.page-about .gj-team-head__tag {
    margin: 0 0 6px;
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gj-brand);
}

.page-about .gj-team-head__count {
    margin: 0;
    font-family: 'Trajan Pro', serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--gj-ink);
}

.page-about .gj-team-segment {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--gj-border);
    border-radius: 999px;
}

.page-about .gj-team-filter {
    appearance: none;
    border: none;
    background: transparent;
    color: var(--gj-muted);
    font-family: 'Trajan Pro', serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 11px 18px;
    border-radius: 999px;
    cursor: pointer;
}

.page-about .gj-team-filter.is-active {
    background: var(--gj-brand);
    color: #fff;
}

.page-about .gj-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}

.page-about .gj-team-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.page-about .gj-team-card.is-hidden {
    display: none !important;
}

.page-about .gj-team-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.page-about .gj-team-card__media picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.page-about .gj-team-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 82% 22%;
}

.page-about .gj-team-card__body {
    padding: 16px;
    text-align: center;
}

.page-about .gj-team-card__name {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: var(--gj-ink);
}

.page-about .gj-team-card__role {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gj-muted);
}
