.mcc-home-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== MASTER CAR CONSEIL — PRÉSENTATION DES SERVICES ===== */
.mcc-services-intro {
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 10vw, 152px) 0;
    background: linear-gradient(180deg, #f5fbfa 0%, #ffffff 46%, #f7faf7 100%);
}

.mcc-services-intro::before {
    content: "";
    position: absolute;
    top: -280px;
    right: -240px;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(176, 200, 44, .16), rgba(176, 200, 44, 0) 68%);
    pointer-events: none;
}

.mcc-services-intro .container {
    position: relative;
}

.mcc-services-intro__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .34fr);
    align-items: end;
    gap: clamp(40px, 7vw, 92px);
}

.mcc-services-intro__intro {
    max-width: 820px;
}

.mcc-services-intro__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mcc-services-intro__eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--primary);
}

.mcc-services-intro__title {
    margin: 0;
    color: var(--text-main);
    font-size: clamp(42px, 5.3vw, 76px);
    font-weight: 800;
    letter-spacing: -.052em;
    line-height: .99;
    text-wrap: balance;
}

.mcc-services-intro__title span {
    display: block;
    background: linear-gradient(90deg, var(--secondary), var(--primary-dark));
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mcc-services-intro__experience {
    padding-bottom: 8px;
}

.mcc-services-intro__experience strong {
    display: block;
    color: var(--secondary);
    font-size: clamp(76px, 9vw, 126px);
    font-weight: 800;
    letter-spacing: -.09em;
    line-height: .72;
}

.mcc-services-intro__experience strong span {
    color: var(--primary);
    font-size: .5em;
    vertical-align: top;
}

.mcc-services-intro__experience p {
    max-width: 18ch;
    margin: 24px 0 0;
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.5;
}

.mcc-services-intro__experience b {
    display: block;
    color: var(--text-main);
    font-size: 1.05rem;
}

.mcc-services-intro__description {
    max-width: 66ch;
    margin: 36px 0 0;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.75;
    text-wrap: pretty;
}

.mcc-expertise-visual {
    position: relative;
    max-width: 1120px;
    margin: clamp(56px, 7vw, 90px) auto 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--secondary);
    box-shadow: var(--shadow-md);
}

.mcc-expertise-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(43, 45, 66, .02) 46%, rgba(19, 23, 36, .42) 100%);
    pointer-events: none;
}

.mcc-expertise-visual > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.mcc-expertise-visual figcaption {
    position: absolute;
    right: 24px;
    bottom: 20px;
    z-index: 3;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mcc-expertise-visual__annotations {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mcc-expertise-annotation {
    position: absolute;
    min-width: 210px;
    padding: 13px 16px;
    border-radius: var(--radius-md);
    background: rgba(43, 45, 66, .9);
    color: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .18);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.mcc-expertise-annotation::after {
    content: "";
    position: absolute;
    top: 50%;
    width: var(--annotation-line, 110px);
    height: 3px;
    background: var(--primary);
    box-shadow: 0 0 0 1px var(--secondary);
    transform-origin: left center;
    pointer-events: none;
}

.mcc-expertise-annotation__icon {
    margin-right: 8px;
    color: var(--primary);
    font-size: 1.08rem;
}

.mcc-expertise-annotation strong {
    font-size: .87rem;
    letter-spacing: -.01em;
}

.mcc-expertise-annotation small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    line-height: 1.4;
}

.mcc-expertise-annotation--body {
    --annotation-line: 128px;
    top: 18%;
    left: 4%;
}

.mcc-expertise-annotation--body::after {
    left: 100%;
    transform: rotate(12deg);
}

.mcc-expertise-annotation--history {
    --annotation-line: 112px;
    top: 12%;
    right: 4%;
}

.mcc-expertise-annotation--history::after,
.mcc-expertise-annotation--value::after {
    right: 100%;
    transform-origin: right center;
}

.mcc-expertise-annotation--history::after {
    transform: rotate(-18deg);
}

.mcc-expertise-annotation--value {
    --annotation-line: 146px;
    right: 5%;
    bottom: 22%;
}

.mcc-expertise-annotation--value::after {
    transform: rotate(9deg);
}

.mcc-motion-ready [data-mcc-intro-reveal] {
    opacity: 0;
    filter: blur(10px);
    will-change: opacity, filter, transform;
}

.mcc-motion-ready [data-mcc-intro-reveal="eyebrow"] {
    transform: translate3d(-48px, 0, 0);
}

.mcc-motion-ready [data-mcc-intro-reveal="title"] {
    clip-path: inset(0 0 42% 0);
    transform: translate3d(0, 52px, 0) scale(.975);
    transform-origin: left bottom;
}

.mcc-motion-ready [data-mcc-intro-reveal="experience"] {
    transform: translate3d(54px, 28px, 0) scale(.88);
    transform-origin: left bottom;
}

.mcc-motion-ready [data-mcc-intro-reveal="description"] {
    clip-path: inset(0 0 35% 0);
    transform: translate3d(0, 38px, 0);
}

.mcc-motion-ready [data-mcc-intro-reveal="visual"] {
    clip-path: inset(9% 0 9% 0 round var(--radius-lg));
    transform: translate3d(0, 64px, 0) scale(.96);
    transform-origin: center bottom;
}

.mcc-motion-ready [data-mcc-intro-reveal="action"] {
    transform: translate3d(0, 30px, 0) scale(.95);
}

.mcc-motion-ready [data-mcc-intro-reveal="eyebrow"].is-revealed {
    animation: mcc-intro-eyebrow .85s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready [data-mcc-intro-reveal="title"].is-revealed {
    animation: mcc-intro-title 1.12s cubic-bezier(.22, 1, .36, 1) .08s both;
}

.mcc-motion-ready [data-mcc-intro-reveal="experience"].is-revealed {
    animation: mcc-intro-experience 1.05s cubic-bezier(.22, 1, .36, 1) .16s both;
}

.mcc-motion-ready [data-mcc-intro-reveal="description"].is-revealed {
    animation: mcc-intro-description 1s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready [data-mcc-intro-reveal="visual"].is-revealed {
    animation: mcc-intro-visual 1.25s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready [data-mcc-intro-reveal="action"].is-revealed {
    animation: mcc-intro-action .82s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready .mcc-services-intro__actions [data-mcc-intro-reveal="action"]:nth-child(2).is-revealed {
    animation-delay: .12s;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] > img {
    transform: scale(1.1);
    transform-origin: center center;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"].is-revealed > img {
    animation: mcc-intro-image-settle 1.75s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] .mcc-expertise-annotation {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 24px, 0) scale(.92);
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"].is-revealed .mcc-expertise-annotation {
    animation: mcc-intro-annotation .72s cubic-bezier(.22, 1, .36, 1) .42s both;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] figcaption {
    opacity: 0;
    filter: blur(6px);
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"].is-revealed .mcc-expertise-annotation:nth-child(2) {
    animation-delay: .6s;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"].is-revealed .mcc-expertise-annotation:nth-child(3) {
    animation-delay: .78s;
}

.mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"].is-revealed figcaption {
    animation: mcc-intro-caption .65s cubic-bezier(.22, 1, .36, 1) .92s both;
}

@keyframes mcc-intro-eyebrow {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcc-intro-title {
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes mcc-intro-experience {
    68% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(-5px, 0, 0) scale(1.025);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes mcc-intro-description {
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        filter: blur(0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcc-intro-visual {
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0 round var(--radius-lg));
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes mcc-intro-image-settle {
    to {
        transform: scale(1);
    }
}

@keyframes mcc-intro-annotation {
    70% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, -3px, 0) scale(1.015);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes mcc-intro-caption {
    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes mcc-intro-action {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.mcc-expertise-proof {
    position: relative;
    max-width: 980px;
    margin: clamp(72px, 9vw, 120px) auto 0;
}

.mcc-expertise-proof::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, rgba(176, 200, 44, 0), rgba(176, 200, 44, .85) 18%, rgba(54, 138, 134, .4) 82%, rgba(54, 138, 134, 0));
}

.mcc-motion-ready .mcc-expertise-proof[data-mcc-proof]::before {
    transform: scaleY(0);
    transform-origin: top center;
}

.mcc-motion-ready .mcc-expertise-proof[data-mcc-proof].is-revealed::before {
    animation: mcc-expertise-proof-line 2.1s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-expertise-proof::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    width: 3px;
    height: 84px;
    opacity: 0;
    background: linear-gradient(180deg, rgba(176, 200, 44, 0), var(--primary), rgba(54, 138, 134, 0));
    filter: drop-shadow(0 0 8px rgba(176, 200, 44, .8));
    transform: translateX(-1px);
    pointer-events: none;
}

.mcc-motion-ready .mcc-expertise-proof[data-mcc-proof].is-revealed::after {
    animation: mcc-expertise-proof-scan 2.3s cubic-bezier(.22, 1, .36, 1) .08s both;
}

.mcc-expertise-proof__item {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    width: calc(50% - 58px);
    margin-left: auto;
}

.mcc-expertise-proof__item + .mcc-expertise-proof__item {
    margin-top: 72px;
}

.mcc-expertise-proof__item:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal]::before {
    opacity: 0;
    transform: scale(0);
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal].is-revealed::before {
    animation: mcc-expertise-proof-dot .68s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] .mcc-expertise-proof__icon,
.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] > div {
    opacity: 0;
    filter: blur(10px);
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] .mcc-expertise-proof__icon {
    transform: translateY(28px) scale(.88);
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] > div {
    --mcc-proof-shift: 72px;
    clip-path: inset(0 0 42% 0);
    transform: translate3d(var(--mcc-proof-shift), 26px, 0) scale(.96);
    transform-origin: left center;
}

.mcc-motion-ready .mcc-expertise-proof__item:nth-child(even)[data-mcc-proof-reveal] > div {
    --mcc-proof-shift: -72px;
    transform-origin: right center;
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal].is-revealed .mcc-expertise-proof__icon {
    animation: mcc-expertise-proof-icon .8s cubic-bezier(.22, 1, .36, 1) .04s both;
}

.mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal].is-revealed > div {
    animation: mcc-expertise-proof-copy 1.05s cubic-bezier(.22, 1, .36, 1) .12s both;
}

@keyframes mcc-expertise-proof-line {
    to {
        transform: scaleY(1);
    }
}

@keyframes mcc-expertise-proof-scan {
    0% {
        top: 20px;
        opacity: 0;
    }

    12%,
    78% {
        opacity: 1;
    }

    100% {
        top: calc(100% - 104px);
        opacity: 0;
    }
}

@keyframes mcc-expertise-proof-dot {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    62% {
        opacity: 1;
        transform: scale(1.35);
    }

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

@keyframes mcc-expertise-proof-icon {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(28px) scale(.88);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@keyframes mcc-expertise-proof-copy {
    0% {
        opacity: 0;
        clip-path: inset(0 0 42% 0);
        filter: blur(10px);
        transform: translate3d(var(--mcc-proof-shift), 26px, 0) scale(.96);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.mcc-expertise-proof__item::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -64px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 7px rgba(176, 200, 44, .14);
}

.mcc-expertise-proof__item:nth-child(even)::before {
    right: -64px;
    left: auto;
}

.mcc-expertise-proof__icon {
    color: var(--primary-dark);
    font-size: 2.1rem;
}

.mcc-expertise-proof__label {
    margin: 0 0 8px;
    color: var(--primary-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.mcc-expertise-proof__item h3 {
    margin: 0;
    color: var(--text-main);
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.mcc-expertise-proof__item div > p:last-child {
    margin: 16px 0 0;
    color: var(--text-muted);
    font-size: .96rem;
    line-height: 1.7;
}

.mcc-services-intro__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: clamp(64px, 8vw, 104px);
}

@media (max-width: 980px) {
    .mcc-services-intro__heading {
        grid-template-columns: minmax(0, 1fr) 200px;
    }

    .mcc-expertise-annotation {
        min-width: 190px;
    }
}

@media (max-width: 760px) {
    .mcc-services-intro {
        padding: 72px 0;
    }

    .mcc-services-intro__heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mcc-services-intro__title {
        font-size: clamp(38px, 12vw, 52px);
    }

    .mcc-services-intro__experience {
        display: flex;
        align-items: end;
        gap: 24px;
    }

    .mcc-services-intro__experience strong {
        font-size: 84px;
    }

    .mcc-services-intro__experience p {
        margin: 0;
        padding-bottom: 2px;
    }

    .mcc-expertise-visual {
        overflow: hidden;
    }

    .mcc-expertise-visual::after {
        bottom: auto;
        height: min(67vw, 420px);
    }

    .mcc-expertise-visual > img {
        aspect-ratio: 4 / 3;
    }

    .mcc-expertise-visual figcaption {
        top: min(61vw, 382px);
        right: 18px;
        bottom: auto;
        transform: translateY(-100%);
    }

    .mcc-expertise-visual__annotations {
        position: relative;
        display: grid;
        gap: 1px;
        padding: 1px 0 0;
        background: rgba(255, 255, 255, .12);
    }

    .mcc-expertise-annotation {
        position: static;
        min-width: 0;
        border-radius: 0;
        background: var(--secondary);
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .mcc-expertise-annotation::after {
        display: none;
    }

    .mcc-expertise-proof::before {
        left: 5px;
    }

    .mcc-expertise-proof__item,
    .mcc-expertise-proof__item:nth-child(even) {
        width: auto;
        margin-right: 0;
        margin-left: 30px;
    }

    .mcc-expertise-proof__item::before,
    .mcc-expertise-proof__item:nth-child(even)::before {
        top: 18px;
        right: auto;
        left: -30px;
    }

    .mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] > div,
    .mcc-motion-ready .mcc-expertise-proof__item:nth-child(even)[data-mcc-proof-reveal] > div {
        --mcc-proof-shift: 0px;
        transform: translate3d(0, 42px, 0) scale(.97);
    }

    .mcc-services-intro__actions {
        display: grid;
    }

    .mcc-services-intro__actions .btn {
        width: 100%;
    }
}

/* ===== MASTER CAR CONSEIL — PARCOURS VIDÉO PILOTÉ AU SCROLL ===== */
.mcc-home-with-hero {
    overflow-x: clip;
}

.mcc-home-with-hero .navbar-showcase.is-story {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.mcc-drive {
    --mcc-drive-pan: -16px;
    --mcc-drive-scale: 1.08;
    position: relative;
    min-height: 100vh;
    overflow: clip;
    isolation: isolate;
    background: #070a12;
    color: #ffffff;
}

.mcc-drive-motion-ready .mcc-drive {
    height: 320vh;
}

.mcc-drive__stage {
    position: relative;
    display: grid;
    min-height: 100vh;
    overflow: hidden;
    place-items: stretch;
}

.mcc-drive-motion-ready .mcc-drive__stage {
    position: sticky;
    top: 0;
    height: 100vh;
}

@supports (height: 100dvh) {
    .mcc-drive,
    .mcc-drive__stage,
    .mcc-drive-motion-ready .mcc-drive__stage {
        min-height: 100dvh;
    }

    .mcc-drive-motion-ready .mcc-drive__stage {
        height: 100dvh;
    }
}

.mcc-drive__media,
.mcc-drive__shade {
    position: absolute;
    inset: 0;
}

.mcc-drive__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(var(--mcc-drive-pan), 0, 0) scale(var(--mcc-drive-scale));
    transform-origin: center;
    will-change: transform;
}

.mcc-drive__shade {
    background:
        linear-gradient(90deg, rgba(4, 7, 8, .86) 0%, rgba(4, 7, 8, .24) 48%, rgba(4, 7, 8, .76) 100%),
        linear-gradient(180deg, rgba(4, 7, 8, .24) 0%, transparent 30%, rgba(4, 7, 8, .7) 100%);
    pointer-events: none;
}

.mcc-drive__shade::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 48%, transparent 10%, rgba(2, 5, 7, .42) 100%);
}

.mcc-drive__content {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 64px), 1500px);
    min-height: 100%;
    margin: 0 auto;
}

.mcc-drive__chapters {
    position: relative;
    width: 100%;
    height: 100%;
}

.mcc-drive__scene {
    position: absolute;
    top: 50%;
    left: 0;
    width: min(620px, 54vw);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-72px, -50%, 0);
    transition:
        opacity .42s ease,
        transform .72s cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear .72s;
}

.mcc-drive__scene--two {
    right: 0;
    left: auto;
    transform: translate3d(72px, -50%, 0);
    text-align: right;
}

.mcc-drive__scene--one,
.mcc-drive[data-mcc-drive-step="1"] .mcc-drive__scene--one,
.mcc-drive[data-mcc-drive-step="2"] .mcc-drive__scene--two,
.mcc-drive[data-mcc-drive-step="3"] .mcc-drive__scene--three {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50%, 0);
    transition-delay: .08s, 0s, 0s;
}

.mcc-drive[data-mcc-drive-step="2"] .mcc-drive__scene--one,
.mcc-drive[data-mcc-drive-step="3"] .mcc-drive__scene--one {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-72px, -50%, 0);
}

.mcc-drive__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mcc-drive__scene--two .mcc-drive__eyebrow {
    justify-content: flex-end;
}

.mcc-drive__eyebrow .mcc-home-icon {
    font-size: 24px;
}

.mcc-drive__scene h2,
.mcc-drive__scene h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 6.2vw, 96px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
    text-wrap: balance;
}

.mcc-drive__scene--three h3 {
    font-size: clamp(44px, 5.5vw, 84px);
}

.mcc-drive__line {
    display: block;
    overflow: hidden;
    padding-bottom: .08em;
}

.mcc-drive__line > span {
    display: block;
    transform: translateY(112%);
    transition: transform .78s cubic-bezier(.16, 1, .3, 1);
}

.mcc-drive__line:nth-child(2) > span {
    transition-delay: .08s;
}

.mcc-drive[data-mcc-drive-step="1"] .mcc-drive__scene--one .mcc-drive__line > span,
.mcc-drive[data-mcc-drive-step="2"] .mcc-drive__scene--two .mcc-drive__line > span,
.mcc-drive[data-mcc-drive-step="3"] .mcc-drive__scene--three .mcc-drive__line > span {
    transform: translateY(0);
}

.mcc-drive__copy {
    max-width: 50ch;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 1.08rem;
    line-height: 1.7;
    text-wrap: pretty;
}

.mcc-drive__scene--two .mcc-drive__copy {
    margin-left: auto;
}

.mcc-home-section {
    position: relative;
    padding: clamp(88px, 10vw, 144px) 0;
}

.mcc-section-heading {
    max-width: 720px;
}

.mcc-section-heading--center {
    margin: 0 auto 64px;
    text-align: center;
}

.mcc-section-heading__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mcc-section-heading--center .mcc-section-heading__eyebrow {
    justify-content: center;
}

.mcc-section-heading__eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--primary);
}

.mcc-section-heading h2,
.mcc-values__intro h2,
.mcc-final-cta h2 {
    margin: 0;
    color: var(--text-main);
    font-size: clamp(40px, 4.4vw, 68px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
    text-wrap: balance;
}

.mcc-section-heading > p:last-child,
.mcc-values__intro > p,
.mcc-final-cta__inner > p:not(.mcc-section-heading__eyebrow) {
    max-width: 60ch;
    margin: 24px 0 0;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.75;
    text-wrap: pretty;
}

.mcc-section-heading--center > p:last-child {
    margin-right: auto;
    margin-left: auto;
}

.mcc-projects {
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(176, 200, 44, .13), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}

.mcc-projects::before {
    content: "ACCOMPAGNEMENTS";
    position: absolute;
    top: 4%;
    left: 50%;
    color: rgba(43, 45, 66, .035);
    font-size: clamp(84px, 14vw, 210px);
    font-weight: 800;
    letter-spacing: -.07em;
    line-height: .8;
    pointer-events: none;
    transform: translateX(-50%);
    white-space: nowrap;
}

.mcc-projects .container {
    position: relative;
}

.mcc-projects__masthead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(48px, 9vw, 128px);
    margin-bottom: clamp(56px, 7vw, 88px);
}

.mcc-projects__masthead .mcc-section-heading {
    max-width: 820px;
}

.mcc-projects__signature {
    position: relative;
    display: grid;
    width: clamp(190px, 18vw, 238px);
    aspect-ratio: 1;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--secondary);
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(43, 45, 66, .18);
}

.mcc-projects__signature::after {
    content: "";
    position: absolute;
    inset: 17%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.mcc-projects__signature-orbit {
    position: absolute;
    inset: 8%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.mcc-projects__signature-orbit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 7px rgba(176, 200, 44, .14);
    transform: translateY(-50%);
}

.mcc-projects__signature-mark {
    position: relative;
    z-index: 1;
    color: var(--primary);
    font-size: clamp(42px, 4.5vw, 60px);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: 1;
}

.mcc-projects__signature-copy {
    position: absolute;
    right: 50%;
    bottom: 24px;
    z-index: 2;
    display: flex;
    width: max-content;
    padding: 10px 14px;
    flex-direction: column;
    background: #ffffff;
    color: var(--text-main);
    box-shadow: var(--shadow-md);
}

.mcc-projects__signature-copy strong,
.mcc-projects__signature-copy span {
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.45;
    text-transform: uppercase;
}

.mcc-projects__signature-copy span {
    color: var(--primary-dark);
    font-weight: 800;
}

.mcc-projects__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 30px);
    perspective: 1400px;
}

.mcc-project-card {
    position: relative;
    display: flex;
    min-height: 640px;
    overflow: hidden;
    padding: clamp(32px, 4vw, 52px);
    flex-direction: column;
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, #eef8f4 0%, #ffffff 76%);
    box-shadow: 0 24px 70px rgba(43, 45, 66, .09);
    isolation: isolate;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1), box-shadow .55s ease;
}

.mcc-project-card::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -130px;
    z-index: -1;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(176, 200, 44, .13);
    transform: scale(.86);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.mcc-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 84px rgba(43, 45, 66, .15);
}

.mcc-project-card:hover::before {
    transform: scale(1.08);
}

.mcc-project-card--buy {
    background:
        radial-gradient(circle at 100% 0%, rgba(176, 200, 44, .14), transparent 36%),
        var(--secondary);
    color: #ffffff;
}

.mcc-project-card--buy::before {
    background: rgba(255, 255, 255, .045);
}

.mcc-project-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(32px, 4vw, 54px);
}

.mcc-project-card__tag {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mcc-project-card__icon {
    color: var(--primary-dark);
    font-size: 24px;
}

.mcc-project-card--buy .mcc-project-card__icon {
    color: var(--primary);
}

.mcc-project-card__tag {
    color: var(--primary-dark);
}

.mcc-project-card--buy .mcc-project-card__tag {
    color: var(--primary);
}

.mcc-project-card__identity {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: clamp(30px, 4vw, 46px);
}

.mcc-project-card__logo {
    display: grid;
    width: 76px;
    height: 76px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--primary);
    box-shadow: 0 16px 34px rgba(43, 45, 66, .16);
    transition: transform .55s cubic-bezier(.22, 1, .36, 1), background-color .3s ease, color .3s ease;
}

.mcc-project-card--buy .mcc-project-card__logo {
    background: var(--primary);
    color: var(--secondary);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .24);
}

.mcc-project-card__logo svg {
    width: 48px;
    height: 48px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mcc-project-card__identity-copy {
    color: var(--primary-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.55;
    text-transform: uppercase;
}

.mcc-project-card--buy .mcc-project-card__identity-copy {
    color: rgba(255, 255, 255, .62);
}

.mcc-project-card:hover .mcc-project-card__logo {
    transform: rotate(-7deg) scale(1.08);
}

.mcc-project-card h3 {
    max-width: 13ch;
    margin: 0;
    color: var(--text-main);
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.06;
    text-wrap: balance;
}

.mcc-project-card--buy h3 {
    color: #ffffff;
}

.mcc-project-card__intro {
    max-width: 48ch;
    margin: 24px 0 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.mcc-project-card--buy .mcc-project-card__intro {
    color: rgba(255, 255, 255, .72);
}

.mcc-project-card__list {
    display: grid;
    gap: 16px;
    margin: 34px 0 40px;
    padding: 0;
    list-style: none;
}

.mcc-project-card__list li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    color: var(--text-main);
    font-weight: 600;
    line-height: 1.5;
}

.mcc-project-card__list-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: rgba(176, 200, 44, .15);
    color: var(--secondary);
}

.mcc-project-card__list-icon svg {
    width: 19px;
    height: 19px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mcc-project-card--buy .mcc-project-card__list-icon {
    background: rgba(176, 200, 44, .14);
    color: var(--primary);
}

.mcc-project-card--buy .mcc-project-card__list li {
    color: rgba(255, 255, 255, .88);
}

.mcc-motion-ready .mcc-projects .mcc-project-card__list-icon {
    opacity: 0;
    transform: scale(.72) rotate(-12deg);
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list-icon {
    animation: mcc-project-list-icon-enter .5s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list li:nth-child(1) .mcc-project-card__list-icon {
    animation-delay: 1.05s;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list li:nth-child(2) .mcc-project-card__list-icon {
    animation-delay: 1.13s;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list li:nth-child(3) .mcc-project-card__list-icon {
    animation-delay: 1.21s;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list li:nth-child(4) .mcc-project-card__list-icon {
    animation-delay: 1.29s;
}

@keyframes mcc-project-list-icon-enter {
    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

.mcc-project-card .btn {
    width: fit-content;
    margin-top: auto;
}

.mcc-motion-ready .mcc-projects [data-mcc-project-card] {
    opacity: 0;
}

.mcc-motion-ready .mcc-projects .mcc-project-card--buy[data-mcc-project-card] {
    transform: translate3d(-70px, 46px, 0) rotateY(7deg);
}

.mcc-motion-ready .mcc-projects .mcc-project-card--sell[data-mcc-project-card] {
    transform: translate3d(70px, 46px, 0) rotateY(-7deg);
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card--buy[data-mcc-project-card],
.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card--sell[data-mcc-project-card] {
    animation: mcc-project-card-enter 1s cubic-bezier(.16, 1, .3, 1) both;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card--sell[data-mcc-project-card] {
    animation-delay: .16s;
}

.mcc-motion-ready .mcc-projects .mcc-project-card__logo path,
.mcc-motion-ready .mcc-projects .mcc-project-card__logo circle {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__logo path,
.mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__logo circle {
    animation: mcc-project-logo-draw 1.4s cubic-bezier(.22, 1, .36, 1) .62s forwards;
}

.mcc-motion-ready .mcc-projects.is-revealed .mcc-projects__signature-orbit {
    animation: mcc-project-orbit 12s linear infinite;
}

@keyframes mcc-project-card-enter {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0);
    }
}

@keyframes mcc-project-logo-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes mcc-project-orbit {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 981px) {
    .mcc-project-card h3 {
        min-height: 4.24em;
    }

    .mcc-project-card__intro {
        min-height: 3.4em;
    }
}

.mcc-values {
    overflow: hidden;
    background: var(--bg-light);
}

.mcc-values::before {
    content: "";
    position: absolute;
    top: -260px;
    right: -260px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(76, 195, 189, .1);
    pointer-events: none;
}

.mcc-values__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(56px, 9vw, 120px);
}

.mcc-values__intro {
    max-width: 560px;
}

.mcc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    color: var(--text-main);
    font-weight: 800;
    text-decoration: none;
}

.mcc-text-link span {
    color: var(--primary-dark);
    transition: transform .22s ease;
}

.mcc-text-link:hover span {
    transform: translateX(5px);
}

.mcc-text-link:focus-visible,
.mcc-faq-item summary:focus-visible {
    outline: 3px solid rgba(76, 195, 189, .55);
    outline-offset: 6px;
}

.mcc-values__list {
    position: relative;
    margin: 0;
}

.mcc-value-row {
    --mcc-value-delay: .36s;
    display: grid;
    position: relative;
    grid-template-columns: minmax(190px, .48fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    padding: 32px 0;
}

.mcc-value-row::before,
.mcc-value-row:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(76, 195, 189, .48), rgba(43, 45, 66, .12) 44%, rgba(43, 45, 66, .06));
    transform-origin: left center;
}

.mcc-value-row::before {
    top: 0;
}

.mcc-value-row:last-child::after {
    bottom: 0;
}

.mcc-value-row dt {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: var(--text-main);
    font-size: 1.08rem;
    font-weight: 800;
}

.mcc-value-row__icon {
    color: var(--primary-dark);
    font-size: clamp(28px, 2.6vw, 38px);
}

.mcc-value-row__label {
    position: relative;
}

.mcc-value-row__label::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 8px;
    background: var(--primary);
    transform-origin: left center;
}

.mcc-value-row dd {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.mcc-motion-ready .mcc-values [data-mcc-values-intro] > * {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
}

.mcc-motion-ready .mcc-values.is-revealed [data-mcc-values-intro] > * {
    animation: mcc-values-intro-enter .82s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready .mcc-values.is-revealed [data-mcc-values-intro] > :nth-child(2) {
    animation-delay: .1s;
}

.mcc-motion-ready .mcc-values.is-revealed [data-mcc-values-intro] > :nth-child(3) {
    animation-delay: .22s;
}

.mcc-motion-ready .mcc-values.is-revealed [data-mcc-values-intro] > :nth-child(4) {
    animation-delay: .34s;
}

.mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal] {
    opacity: 0;
    clip-path: inset(0 0 0 18%);
    transform: translate3d(46px, 0, 0);
}

.mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal]::before,
.mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal]:last-child::after,
.mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal] .mcc-value-row__label::after {
    transform: scaleX(0);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal] {
    animation: mcc-value-row-enter .86s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: var(--mcc-value-delay);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]::before,
.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:last-child::after {
    animation: mcc-value-rule-enter .9s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: var(--mcc-value-delay);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal] .mcc-value-row__label::after {
    animation: mcc-value-rule-enter .64s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--mcc-value-delay) + .18s);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:nth-child(1) {
    --mcc-value-delay: .36s;
    animation-delay: var(--mcc-value-delay);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:nth-child(2) {
    --mcc-value-delay: .58s;
    animation-delay: var(--mcc-value-delay);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:nth-child(3) {
    --mcc-value-delay: .8s;
    animation-delay: var(--mcc-value-delay);
}

.mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:nth-child(4) {
    --mcc-value-delay: 1.02s;
    animation-delay: var(--mcc-value-delay);
}

@keyframes mcc-values-intro-enter {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcc-value-row-enter {
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcc-value-rule-enter {
    to {
        transform: scaleX(1);
    }
}

.mcc-process {
    overflow: hidden;
    background: #070a12;
    color: #ffffff;
}

.mcc-process::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 72%, rgba(76, 195, 189, .14), transparent 52%);
    pointer-events: none;
}

.mcc-process .container {
    position: relative;
    z-index: 1;
}

.mcc-section-heading--light {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mcc-section-heading--light .mcc-section-heading__eyebrow {
    justify-content: center;
}

.mcc-section-heading--light h2,
.mcc-process-step h3 {
    color: #ffffff;
}

.mcc-section-heading--light > p:last-child {
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, .66);
}

.mcc-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 96px 0 0;
    padding: 0;
    list-style: none;
}

.mcc-process__steps::before,
.mcc-process__steps::after {
    content: "";
    position: absolute;
    top: 38px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    transform-origin: left center;
}

.mcc-process__steps::before {
    background: rgba(255, 255, 255, .14);
}

.mcc-process__steps::after {
    background: linear-gradient(90deg, var(--primary), rgba(176, 200, 44, .9));
    box-shadow: 0 0 18px rgba(76, 195, 189, .34);
}

.mcc-process-step {
    --mcc-process-delay: .35s;
    position: relative;
    z-index: 1;
    padding: 0 18px;
    text-align: center;
}

.mcc-process-step__marker {
    position: relative;
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    background: #0b111c;
    color: var(--primary);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .38), 0 0 28px rgba(76, 195, 189, .12);
}

.mcc-process-step__marker::before {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(176, 200, 44, .52);
    border-radius: inherit;
    opacity: 0;
}

.mcc-process-step__marker::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(76, 195, 189, .12), transparent 68%);
}

.mcc-process-step__icon {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mcc-process-step__content {
    max-width: 26ch;
    margin: 34px auto 0;
}

.mcc-process-step__phase {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mcc-process-step h3 {
    margin: 14px 0 0;
    font-size: 1.32rem;
    font-weight: 800;
}

.mcc-process-step p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: .95rem;
    line-height: 1.7;
}

.mcc-motion-ready .mcc-process .mcc-process__steps::after {
    transform: scaleX(0);
}

.mcc-motion-ready .mcc-process .mcc-process-step[data-mcc-reveal],
.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] {
    opacity: 1;
    transform: none;
    animation: none;
}

.mcc-motion-ready .mcc-process .mcc-process-step__marker {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 22px, 0) scale(.82);
}

.mcc-motion-ready .mcc-process .mcc-process-step__content {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
}

.mcc-motion-ready .mcc-process .mcc-process-step__icon * {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process__steps::after {
    animation: mcc-process-track-enter 1.75s cubic-bezier(.22, 1, .36, 1) .28s both;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal]:nth-child(1) {
    --mcc-process-delay: .35s;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal]:nth-child(2) {
    --mcc-process-delay: .72s;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal]:nth-child(3) {
    --mcc-process-delay: 1.09s;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal]:nth-child(4) {
    --mcc-process-delay: 1.46s;
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__marker {
    animation: mcc-process-marker-enter .88s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: var(--mcc-process-delay);
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__marker::before {
    animation: mcc-process-marker-pulse .92s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: var(--mcc-process-delay);
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__icon * {
    animation: mcc-process-icon-draw .72s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--mcc-process-delay) + .2s);
}

.mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__content {
    animation: mcc-process-content-enter .86s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--mcc-process-delay) + .16s);
}

@keyframes mcc-process-track-enter {
    to {
        transform: scaleX(1);
    }
}

@keyframes mcc-process-marker-enter {
    0% {
        opacity: 0;
        filter: blur(8px);
        transform: translate3d(0, 22px, 0) scale(.82);
    }

    64% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, -3px, 0) scale(1.06);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes mcc-process-content-enter {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcc-process-icon-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes mcc-process-marker-pulse {
    0% {
        opacity: .72;
        transform: scale(.82);
    }

    to {
        opacity: 0;
        transform: scale(1.72);
    }
}

.mcc-faq {
    background: var(--bg-white);
}

.mcc-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(56px, 9vw, 120px);
}

.mcc-faq__items {
    border-bottom: 1px solid rgba(43, 45, 66, .14);
}

.mcc-faq-item {
    border-top: 1px solid rgba(43, 45, 66, .14);
}

.mcc-faq-item summary {
    position: relative;
    padding: 28px 52px 28px 0;
    color: var(--text-main);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

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

.mcc-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    color: var(--primary-dark);
    font-size: 28px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: transform .22s ease;
}

.mcc-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.mcc-faq-item__answer {
    padding: 0 52px 28px 0;
}

.mcc-faq-item__answer p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.75;
}

.mcc-final-cta {
    padding: 0 0 clamp(88px, 10vw, 144px);
    background: var(--bg-white);
}

.mcc-final-cta__inner {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 7vw, 88px);
    border-radius: var(--radius-lg);
    background: var(--gradient-hero);
    text-align: center;
}

.mcc-final-cta__inner::before,
.mcc-final-cta__inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(76, 195, 189, .13);
    pointer-events: none;
}

.mcc-final-cta__inner::before {
    top: -160px;
    left: -120px;
    width: 360px;
    height: 360px;
}

.mcc-final-cta__inner::after {
    right: -130px;
    bottom: -180px;
    width: 420px;
    height: 420px;
}

.mcc-final-cta__inner > * {
    position: relative;
    z-index: 1;
}

.mcc-final-cta .mcc-section-heading__eyebrow {
    justify-content: center;
}

.mcc-final-cta h2 {
    max-width: 14ch;
    margin-right: auto;
    margin-left: auto;
}

.mcc-final-cta__inner > p:not(.mcc-section-heading__eyebrow) {
    margin-right: auto;
    margin-left: auto;
}

.mcc-final-cta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.mcc-motion-ready [data-mcc-reveal] {
    opacity: 0;
    transform: translateY(32px);
}

.mcc-motion-ready [data-mcc-reveal-group].is-revealed [data-mcc-reveal] {
    animation: mcc-home-reveal .72s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-motion-ready [data-mcc-reveal-group].is-revealed [data-mcc-reveal]:nth-child(2) {
    animation-delay: .1s;
}

.mcc-motion-ready [data-mcc-reveal-group].is-revealed [data-mcc-reveal]:nth-child(3) {
    animation-delay: .2s;
}

.mcc-motion-ready [data-mcc-reveal-group].is-revealed [data-mcc-reveal]:nth-child(4) {
    animation-delay: .3s;
}

.mcc-headings-motion-ready .mcc-section-heading > * {
    opacity: 0;
    transform: translateY(32px);
}

.mcc-headings-motion-ready .mcc-section-heading.is-revealed > * {
    animation: mcc-home-reveal .82s cubic-bezier(.22, 1, .36, 1) both;
}

.mcc-headings-motion-ready .mcc-section-heading.is-revealed > :nth-child(2) {
    animation-delay: .1s;
}

.mcc-headings-motion-ready .mcc-section-heading.is-revealed > :nth-child(3) {
    animation-delay: .2s;
}

@keyframes mcc-home-reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .mcc-projects__grid,
    .mcc-values__layout,
    .mcc-faq__layout {
        grid-template-columns: 1fr;
    }

    .mcc-project-card {
        min-height: 0;
    }

    .mcc-projects__masthead {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 48px;
    }

    .mcc-projects__signature {
        width: 180px;
    }

    .mcc-values__intro,
    .mcc-faq .mcc-section-heading {
        max-width: 720px;
    }

    .mcc-section-heading--light {
        margin-left: 0;
        text-align: left;
    }

    .mcc-section-heading--light .mcc-section-heading__eyebrow {
        justify-content: flex-start;
    }

    .mcc-section-heading--light > p:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .mcc-process__steps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mcc-process__steps::before,
    .mcc-process__steps::after {
        top: 38px;
        right: auto;
        bottom: 38px;
        left: 38px;
        width: 2px;
        height: auto;
        transform-origin: center top;
    }

    .mcc-process__steps::after {
        background: linear-gradient(180deg, var(--primary), rgba(176, 200, 44, .9));
    }

    .mcc-process-step {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 24px;
        padding: 0 0 56px;
        text-align: left;
    }

    .mcc-process-step:last-child {
        padding-bottom: 0;
    }

    .mcc-process-step__content {
        max-width: 54ch;
        margin: 7px 0 0;
    }

    .mcc-process-step__marker {
        margin: 0;
    }

    .mcc-process-step__phase {
        justify-content: flex-start;
    }

    .mcc-motion-ready .mcc-process .mcc-process__steps::after {
        transform: scaleY(0);
    }

    .mcc-motion-ready .mcc-process.is-revealed .mcc-process__steps::after {
        animation-name: mcc-process-track-enter-vertical;
    }
}

@keyframes mcc-process-track-enter-vertical {
    to {
        transform: scaleY(1);
    }
}

@media (max-width: 640px) {
    .mcc-drive-motion-ready .mcc-drive {
        height: 280vh;
    }

    .mcc-drive__content {
        width: calc(100% - 40px);
    }

    .mcc-drive__scene,
    .mcc-drive__scene--two {
        right: auto;
        left: 0;
        width: min(100%, 540px);
        text-align: left;
    }

    .mcc-drive__scene--two .mcc-drive__eyebrow {
        justify-content: flex-start;
    }

    .mcc-drive__scene h2,
    .mcc-drive__scene h3,
    .mcc-drive__scene--three h3 {
        font-size: clamp(42px, 12.5vw, 64px);
    }

    .mcc-drive__scene--two .mcc-drive__copy {
        margin-left: 0;
    }

    .mcc-home-section {
        padding: 76px 0;
    }

    .mcc-section-heading--center {
        margin-bottom: 44px;
        text-align: left;
    }

    .mcc-section-heading--center .mcc-section-heading__eyebrow {
        justify-content: flex-start;
    }

    .mcc-projects__masthead {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mcc-projects__signature {
        width: 154px;
        margin-left: auto;
    }

    .mcc-projects__signature-copy {
        right: 42%;
        bottom: -8px;
    }

    .mcc-section-heading h2,
    .mcc-values__intro h2,
    .mcc-final-cta h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .mcc-project-card {
        padding: 30px 24px;
    }

    .mcc-project-card__header {
        margin-bottom: 48px;
    }

    .mcc-project-card h3 {
        font-size: 34px;
    }

    .mcc-project-card__logo {
        width: 66px;
        height: 66px;
    }

    .mcc-project-card__logo svg {
        width: 42px;
        height: 42px;
    }

    .mcc-project-card .btn {
        width: 100%;
    }

    .mcc-value-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 24px 0;
    }

    .mcc-process__steps {
        margin-top: 56px;
    }

    .mcc-process-step {
        gap: 20px;
    }

    .mcc-faq-item summary {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .mcc-final-cta {
        padding-bottom: 76px;
    }

    .mcc-final-cta__inner {
        padding: 48px 24px;
    }

    .mcc-final-cta__actions {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mcc-drive__video {
        transform: none;
    }

    .mcc-drive__scene {
        transition: none;
    }

    .mcc-drive__line > span {
        transform: none;
        transition: none;
    }

    .mcc-text-link span,
    .mcc-faq-item summary::after {
        transition: none;
    }

    .mcc-headings-motion-ready .mcc-section-heading > *,
    .mcc-headings-motion-ready .mcc-section-heading.is-revealed > *,
    .mcc-motion-ready [data-mcc-reveal],
    .mcc-motion-ready [data-mcc-reveal-group].is-revealed [data-mcc-reveal],
    .mcc-motion-ready [data-mcc-intro-reveal],
    .mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] > img,
    .mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] .mcc-expertise-annotation,
    .mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal],
    .mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] .mcc-expertise-proof__icon,
    .mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal] > div,
    .mcc-motion-ready .mcc-expertise-proof__item[data-mcc-proof-reveal]::before,
    .mcc-motion-ready .mcc-projects [data-mcc-project-card],
    .mcc-motion-ready .mcc-projects.is-revealed [data-mcc-project-card],
    .mcc-motion-ready .mcc-process .mcc-process-step[data-mcc-reveal],
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] {
        opacity: 1;
        clip-path: none;
        filter: none;
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-process .mcc-process__steps::after,
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process__steps::after,
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__marker {
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-process .mcc-process-step__marker,
    .mcc-motion-ready .mcc-process .mcc-process-step__content,
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__marker,
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__content {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-process .mcc-process-step__icon *,
    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__icon * {
        stroke-dashoffset: 0;
        animation: none;
    }

    .mcc-motion-ready .mcc-process.is-revealed .mcc-process-step[data-mcc-reveal] .mcc-process-step__marker::before {
        animation: none;
    }

    .mcc-motion-ready .mcc-process::after,
    .mcc-motion-ready .mcc-process.is-revealed::after {
        display: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-values [data-mcc-values-intro] > *,
    .mcc-motion-ready .mcc-values.is-revealed [data-mcc-values-intro] > *,
    .mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal],
    .mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal] {
        opacity: 1;
        clip-path: none;
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal]::before,
    .mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal]:last-child::after,
    .mcc-motion-ready .mcc-values .mcc-value-row[data-mcc-reveal] .mcc-value-row__label::after,
    .mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]::before,
    .mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal]:last-child::after,
    .mcc-motion-ready .mcc-values.is-revealed .mcc-value-row[data-mcc-reveal] .mcc-value-row__label::after {
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-projects .mcc-project-card__list-icon,
    .mcc-motion-ready .mcc-projects.is-revealed .mcc-project-card__list-icon {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-expertise-visual[data-mcc-intro-reveal="visual"] figcaption {
        opacity: 1;
        filter: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-expertise-proof[data-mcc-proof]::before {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .mcc-motion-ready .mcc-expertise-proof[data-mcc-proof]::after {
        display: none;
    }

    .mcc-motion-ready .mcc-projects .mcc-project-card__logo path,
    .mcc-motion-ready .mcc-projects .mcc-project-card__logo circle {
        stroke-dashoffset: 0;
        animation: none;
    }

    .mcc-motion-ready .mcc-projects.is-revealed .mcc-projects__signature-orbit {
        animation: none;
    }

    .mcc-project-card,
    .mcc-project-card:hover,
    .mcc-project-card:hover .mcc-project-card__logo,
    .mcc-project-card::before {
        transform: none;
        transition: none;
    }
}
