/**
 * Fichier  : /pages/about-us/assets/css/story.css
 * Fonction : parcours des fondateurs et aventure Punchtime
 */


/* ==================================================
   SECTION
================================================== */

.story-split {
    position: relative;
}

.story-split {
    padding-top: clamp(6em, 10vw, 11em);
}

.story-split {
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.story-split {
    overflow: hidden;
}

.story-split {
    background: #f4f3f0;
}


/* ==================================================
   HEADER
================================================== */

.story-split header {
    position: relative;
    z-index: 4;
}

.story-split header {
    padding: 0 6em;
}

.story-split header h2 {
    margin-top: .4em;
}

.story-split header h2 {
    font-size: clamp(42px, 6vw, 86px);
    line-height: .9;
    letter-spacing: -.055em;
}

.story-split header .kicker {
    display: inline-flex;
    align-items: center;
}

.story-split header .kicker {
    font-family: 'bold-font';
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--color-primary);
}


/* ==================================================
   LEGEND
================================================== */

.story-split .legend {
    margin-top: 4em;
}

.story-split .legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em 2.5em;
}

.story-split .legend {
    font-family: 'bold-font';
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(17, 17, 17, .44);
}

.story-split .legend span {
    display: flex;
    align-items: center;
    gap: .9em;
}

.story-split .legend i {
    position: relative;
}

.story-split .legend i {
    width: 24px;
    height: 24px;
}

.story-split .legend i {
    display: grid;
    place-items: center;
    flex: 0 0 24px;
}

.story-split .legend i {
    background: rgba(244, 243, 240, .88);
    border: 1px solid rgba(17, 17, 17, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(244, 243, 240, .7);
}

.story-split .legend i::before {
    content: '';
}

.story-split .legend i::before {
    position: absolute;
    inset: 4px;
}

.story-split .legend i::before {
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 50%;
}

.story-split .legend i::after {
    content: '';
}

.story-split .legend i::after {
    width: 5px;
    height: 5px;
}

.story-split .legend i::after {
    background: #111;
    border-radius: 50%;
}

.story-split .legend .brand i {
    background: #111;
    border-color: rgba(17, 17, 17, .3);
    box-shadow: 0 0 0 4px rgba(17, 17, 17, .08);
}

.story-split .legend .brand i::before {
    border-color: rgba(255, 255, 255, .18);
}

.story-split .legend .brand i::after {
    background: var(--color-primary);
}


/* ==================================================
   TIMELINE
================================================== */

.story-split .timeline {
    position: relative;
}

.story-split .timeline {
    background: transparent;
}

.story-split .rail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 7;
}

.story-split .rail {
    width: 3px;
}

.story-split .rail {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(17, 17, 17, .15),
        transparent
    );
}

.story-split .rail {
    pointer-events: none;
}

.story-split .rail {
    transform: translateX(-50%);
}

.story-split .rail::before {
    content: '';
}

.story-split .rail::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
}

.story-split .rail::before {
    width: 1px;
}

.story-split .rail::before {
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 0 10px rgba(255, 255, 255, .3);
}

.story-split .rail span {
    position: absolute;
    top: 0;
    left: 1px;
}

.story-split .rail span {
    width: 1px;
    height: 100%;
}

.story-split .rail span {
    display: block;
}

.story-split .rail span {
    background: var(--color-primary);
    box-shadow: 0 0 10px rgba(224, 32, 39, .42);
}

.story-split .rail span {
    transform: scaleY(0);
    transform-origin: top;
}

.story-split .rail span {
    will-change: transform;
}

.story-split .rail::after {
    content: '';
}

.story-split .rail::after {
    position: absolute;
    top: calc(var(--story-progress, 0) * 100%);
    left: 50%;
    right: auto;
}

.story-split .rail::after {
    width: 4px;
    height: 4px;
}

.story-split .rail::after {
    border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.story-split .rail::after {
    transform: translate(-50%, -50%) rotate(45deg);
}


/* ==================================================
   SCENE
================================================== */

.story-split .scene {
    position: relative;
}

.story-split .scene {
    min-height: 0;
}

.story-split .scene {
    padding: 4.5em 3em;
}

.story-split .scene {
    display: grid;
    isolation: isolate;
    overflow: hidden;
    align-items: center;
}

.story-split .brand-group {
    position: relative;
}


/* ==================================================
   SCENE INNER
================================================== */

.story-split .inner {
    --story-axis-gap: clamp(60px, 7vw, 100px);
}

.story-split .inner {
    position: relative;
    z-index: 3;
}

.story-split .inner {
    width: 100%;
}

.story-split .inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--story-axis-gap) minmax(0, 1fr);
    align-items: center;
}

.story-split .inner::before {
    content: '';
}

.story-split .inner::before {
    position: absolute;
    top: 50%;
    left: calc(50% - var(--story-axis-gap) / 2);
    z-index: -1;
}

.story-split .inner::before {
    width: var(--story-axis-gap);
    height: 1px;
}

.story-split .inner::before {
    background: linear-gradient(
        90deg,
        rgba(17, 17, 17, .22),
        rgba(17, 17, 17, .1) 42%,
        rgba(17, 17, 17, .1) 58%,
        rgba(17, 17, 17, .22)
    );
}

.story-split .inner::before {
    transform: translateY(-50%);
}

.story-split .story-scene--brand .inner::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .24),
        rgba(224, 32, 39, .2) 42%,
        rgba(224, 32, 39, .2) 58%,
        rgba(255, 255, 255, .24)
    );
}


/* ==================================================
   VISUAL CARD
================================================== */

.story-split .visual {
    position: relative;
}

.story-split .visual {
    width: min(100%, 500px);
    aspect-ratio: 4 / 3;
}

.story-split .visual {
    margin: 0;
}

.story-split .visual {
    overflow: visible;
}

.story-split .visual {
    background: transparent;
    border-radius: var(--radius-lg);
    box-shadow: 0 30px 80px rgba(17, 17, 17, .19);
}

.story-split .visual {
    opacity: .2;
}

.story-split .visual {
    transform: translateY(42px) scale(.96);
}

.story-split .visual {
    transition: opacity .65s ease, transform 1s cubic-bezier(.22, 1, .36, 1), box-shadow .5s ease;
}


/* ==================================================
   VISUAL FRAME
================================================== */

.story-split .frame {
    position: absolute;
    inset: 0;
}

.story-split .frame {
    overflow: hidden;
}

.story-split .frame {
    background: #111;
    border-radius: inherit;
}

.story-split .frame::after {
    content: '';
}

.story-split .frame::after {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.story-split .frame::after {
    background-image:
        linear-gradient(
            180deg,
            rgba(17, 17, 17, .06),
            rgba(17, 17, 17, .28)
        ),
        linear-gradient(
            rgba(255, 255, 255, .075) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .075) 1px,
            transparent 1px
        );
    background-size: 100% 100%, 32px 32px, 32px 32px;
    border: 1px solid rgba(255, 255, 255, .17);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .06);
}

.story-split .frame::after {
    pointer-events: none;
}

.story-split .frame img {
    width: 100%;
    height: 100%;
}

.story-split .frame img {
    display: block;
}

.story-split .frame img {
    object-fit: cover;
}

.story-split .frame img {
    transform: scale(1.025);
}

.story-split .frame img {
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
}

.story-split .frame > span {
    position: absolute;
    right: .28em;
    bottom: -.13em;
    z-index: 2;
}

.story-split .frame > span {
    font-family: 'bold-font';
    font-size: clamp(70px, 8vw, 120px);
    line-height: 1;
    color: rgba(255, 255, 255, .3);
    text-shadow: 0 4px 24px rgba(0, 0, 0, .28);
}


/* ==================================================
   COPY CARD
================================================== */

.story-split .copy {
    position: relative;
}

.story-split .copy {
    width: min(100%, 500px);
    max-width: none;
    aspect-ratio: 4 / 3;
}

.story-split .copy {
    box-sizing: border-box;
}

.story-split .copy {
    padding: clamp(2em, 3.2vw, 3em);
}

.story-split .copy {
    display: flex;
    flex-direction: column;
    gap: .6em;
}

.story-split .copy {
    overflow: visible;
}

.story-split .copy {
    background: rgba(244, 243, 240, .58);
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(16px);
}

.story-split .copy {
    opacity: .2;
}

.story-split .copy {
    transform: translateY(42px);
}

.story-split .copy {
    transition:
        opacity .65s ease .08s,
        transform 1s cubic-bezier(.22, 1, .36, 1) .08s,
        background .45s ease,
        box-shadow .45s ease;
}


/* ==================================================
   COPY META
================================================== */

.story-split .meta {
    margin-bottom: 2em;
}

.story-split .meta {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.story-split .meta {
    font-family: 'bold-font';
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.story-split .meta span {
    color: rgba(17, 17, 17, .28);
}

.story-split .meta time {
    color: var(--color-primary);
}


/* ==================================================
   COPY PATH
================================================== */

.story-split .path {
    margin-top: auto;
    margin-bottom: 1.15em;
}

.story-split .path {
    display: flex;
    align-items: center;
    gap: 1em;
}

.story-split .path {
    font-family: 'content-font';
    font-size: 12px;
    color: var(--color-primary);
}

.story-split .brand-group .path {
    color: var(--color-white) !important;
}

.story-split .path::before {
    content: '';
}

.story-split .path::before {
    width: 28px;
    height: 1px;
}

.story-split .path::before {
    display: block;
}

.story-split .path::before {
    background: var(--color-primary);
}


/* ==================================================
   COPY TITLE
================================================== */

.story-split .copy h3 {
    font-family: 'bold-font';
    font-size: 2.5em;
    font-weight: 400;
    line-height: .95;
    text-transform: uppercase;
    letter-spacing: -.045em;
}


/* ==================================================
   COPY TEXT
================================================== */

.story-split .copy p {
    max-width: 430px;
}

.story-split .copy p {
    margin: 1.5em 0 0;
}

.story-split .copy p {
    font-family: 'content-font';
    font-size: 12px;
    line-height: 1.75;
    color: rgba(17, 17, 17, .6);
}


/* ==================================================
   ALTERNATING LAYOUT
================================================== */

.story-split .scene.image-left .visual {
    display: block;
    grid-column: 1;
    justify-self: end;
}

.story-split .scene.image-left .copy {
    display: flex;
    grid-column: 3;
    justify-self: start;
}

.story-split .scene.image-right .visual {
    display: block;
    grid-column: 3;
    justify-self: start;
}

.story-split .scene.image-right .copy {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}


/* ==================================================
   DECORATIVE CORNERS
================================================== */

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before,
.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    content: '';
}

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before,
.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    position: absolute;
    z-index: 4;
}

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before,
.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    width: 24px;
    height: 24px;
}

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before,
.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    pointer-events: none;
}

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before {
    top: -2em;
    left: -2em;
}

.story-split .scene.image-left .visual::before,
.story-split .scene.image-right .copy::before {
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
}

.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    right: -2em;
    bottom: -2em;
}

.story-split .scene.image-right .visual::before,
.story-split .scene.image-left .copy::before {
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

.story-split .story-scene--brand.scene.image-left .visual::before,
.story-split .story-scene--brand.scene.image-right .copy::before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.story-split .story-scene--brand.scene.image-right .visual::before,
.story-split .story-scene--brand.scene.image-left .copy::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
}


/* ==================================================
   BULLET
================================================== */

.story-split .bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
}

.story-split .bullet {
    width: 40px;
    height: 40px;
}

.story-split .bullet {
    display: grid;
    place-items: center;
}

.story-split .bullet {
    background: rgba(244, 243, 240, .88);
    border: 1px solid rgba(17, 17, 17, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(244, 243, 240, .46);
}

.story-split .bullet {
    transform: translate(-50%, -50%) scale(.72);
}

.story-split .bullet {
    transition:
        transform .6s cubic-bezier(.22, 1, .36, 1),
        border-color .4s ease,
        background .4s ease,
        box-shadow .4s ease;
}

.story-split .bullet::before {
    content: '';
}

.story-split .bullet::before {
    position: absolute;
    inset: 5px;
}

.story-split .bullet::before {
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 50%;
}

.story-split .bullet i {
    width: 7px;
    height: 7px;
}

.story-split .bullet i {
    background: rgba(17, 17, 17, .4);
    border-radius: 50%;
}

.story-split .bullet i {
    transition: background .4s ease, transform .5s ease;
}


/* ==================================================
   ACTIVE
================================================== */

.story-split .scene.is-active .bullet {
    background: #fff;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 7px rgba(244, 243, 240, .7), 0 0 24px rgba(224, 32, 39, .16);
}

.story-split .scene.is-active .bullet {
    transform: translate(-50%, -50%) scale(1);
}

.story-split .scene.is-active .bullet i {
    background: var(--color-primary);
}

.story-split .scene.is-active .bullet i {
    transform: scale(1.15);
}

.story-split .scene.is-active .visual,
.story-split .scene.is-active .copy {
    opacity: 1;
}

.story-split .scene.is-active .visual,
.story-split .scene.is-active .copy {
    transform: translateY(0) scale(1);
}


/* ==================================================
   CURRENT
================================================== */

.story-split .scene.is-current .visual {
    box-shadow: 0 38px 105px rgba(17, 17, 17, .28);
}

.story-split .scene.is-current .copy {
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 30px 90px rgba(17, 17, 17, .09);
}


/* ==================================================
   PUNCHTIME
================================================== */

.story-split .story-scene--brand .copy {
    background: rgba(17, 17, 17, .76);
    border-color: rgba(255, 255, 255, .12);
}

.story-split .story-scene--brand .copy {
    color: #fff;
}

.story-split .story-scene--brand.is-current .copy {
    background: var(--main-background);
    box-shadow: 0 35px 110px rgba(0, 0, 0, .26);
}

.story-split .story-scene--brand .meta span {
    color: rgba(255, 255, 255, .3);
}

.story-split .story-scene--brand .path,
.story-split .story-scene--brand .meta time {
    color: var(--color-primary);
}

.story-split .story-scene--brand .copy p {
    color: rgba(255, 255, 255, .62);
}

.story-split .story-scene--brand .bullet {
    background: #111;
    border-color: rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 7px rgba(17, 17, 17, .28);
}

.story-split .story-scene--brand .bullet::before {
    border-color: rgba(255, 255, 255, .15);
}

.story-split .story-scene--brand.is-active .bullet {
    background: #111;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 7px rgba(17, 17, 17, .45), 0 0 28px rgba(224, 32, 39, .28);
}


/* ==================================================
   HOVER
================================================== */

@media (hover: hover) {

    .story-split .inner:hover .visual img {
        transform: scale(1.07);
    }

    .story-split .inner:hover .copy {
        background: rgba(255, 255, 255, .84);
    }

    .story-split .story-scene--brand .inner:hover .copy {
        background: rgba(17, 17, 17, .94);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media screen and (max-width: 800px) {


    /* ==================================================
       SECTION
    ================================================== */

    .story-split {
        padding-top: clamp(4.5em, 16vw, 6.5em);
    }


    /* ==================================================
       HEADER
    ================================================== */

    .story-split header {
        padding: 0 2em;
    }


    /* ==================================================
       PUNCHTIME
    ================================================== */

    .story-split .brand-group {
        background: transparent;
    }


    /* ==================================================
       LEGEND
    ================================================== */

    .story-split .legend {
        display: none;
    }


    /* ==================================================
       TIMELINE
    ================================================== */

    .story-split .timeline {
        --story-mobile-gutter: clamp(12px, 4vw, 18px);
        --story-mobile-axis: 16px;
        --story-mobile-content-gap: 24px;
    }

    .story-split .rail {
        left: calc(var(--story-mobile-gutter) + var(--story-mobile-axis));
    }

    .story-split .rail {
        background: transparent;
    }

    .story-split .rail::before {
        background: transparent;
    }

    /* ==================================================
       SCENE
    ================================================== */

    .story-split .scene {
        min-height: auto;
    }

    .story-split .scene {
        padding: clamp(2.5em, 8vw, 3.5em) var(--story-mobile-gutter);
    }

    .story-split .scene {
        overflow: visible;
    }


    /* ==================================================
       SCENE INNER
    ================================================== */

    .story-split .inner {
        padding-left: calc(var(--story-mobile-axis) + var(--story-mobile-content-gap));
    }

    .story-split .inner {
        display: flex;
        flex-direction: column;
        gap: clamp(.85em, 3vw, 1.15em);
    }

    .story-split .inner {
        container-type: inline-size;
    }

    .story-split .inner::before {
        display: none;
    }


    /* ==================================================
       BULLET
    ================================================== */

    .story-split .bullet {
        top: 42%;
        top: calc(55.5cqi + clamp(.85em, 3vw, 1.15em));
        left: var(--story-mobile-axis);
    }

    .story-split .bullet {
        width: 28px;
        height: 28px;
    }

    .story-split .bullet {
        box-shadow: 0 0 0 5px rgba(244, 243, 240, .46);
    }

    .story-split .bullet::before {
        inset: 4px;
    }

    .story-split .bullet i {
        width: 6px;
        height: 6px;
    }

    .story-split .scene.is-active .bullet {
        box-shadow: 0 0 0 5px rgba(244, 243, 240, .7), 0 0 20px rgba(224, 32, 39, .16);
    }

    .story-split .story-scene--brand .bullet {
        background: rgba(244, 243, 240, .88);
        border-color: rgba(17, 17, 17, .22);
        box-shadow: 0 0 0 5px rgba(244, 243, 240, .46);
    }

    .story-split .story-scene--brand .bullet::before {
        border-color: rgba(17, 17, 17, .12);
    }

    .story-split .story-scene--brand.is-active .bullet {
        background: #fff;
        border-color: var(--color-primary);
        box-shadow: 0 0 0 5px rgba(244, 243, 240, .7), 0 0 20px rgba(224, 32, 39, .16);
    }


    /* ==================================================
       VISUAL CARD
    ================================================== */

    .story-split .visual,
    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        width: 74%;
        aspect-ratio: 4 / 3;
    }

    .story-split .visual,
    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        display: block;
        order: 1;
        justify-self: auto;
    }

    .story-split .visual,
    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        box-shadow: 0 18px 45px rgba(17, 17, 17, .18);
    }

    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        align-self: flex-start;
    }

    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        border-bottom-left-radius: 5px;
    }

    .story-split .frame > span {
        right: .2em;
        bottom: -.1em;
    }

    .story-split .frame > span {
        font-size: clamp(58px, 20vw, 88px);
    }


    /* ==================================================
       COPY CARD
    ================================================== */

    .story-split .copy,
    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        width: 89%;
        max-width: none;
        min-height: clamp(245px, 68vw, 330px);
        aspect-ratio: auto;
    }

    .story-split .copy,
    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        margin-top: 0;
    }

    .story-split .copy,
    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        padding: clamp(1.65em, 6vw, 2.2em);
    }

    .story-split .copy,
    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        display: flex;
        order: 2;
        align-self: auto;
    }

    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        align-self: flex-start;
    }

    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        border-top-left-radius: 5px;
    }


    /* ==================================================
       COPY META
    ================================================== */

    .story-split .meta {
        margin-bottom: 1.35em;
    }

    .story-split .meta {
        font-size: 8px;
    }


    /* ==================================================
       COPY PATH
    ================================================== */

    .story-split .path {
        margin-bottom: .9em;
    }

    .story-split .path {
        font-size: 9px;
    }


    /* ==================================================
       COPY TITLE
    ================================================== */

    .story-split .copy h3 {
        font-size: 1.6em;
    }


    /* ==================================================
       COPY TEXT
    ================================================== */

    .story-split .copy p {
        margin-top: 1.1em;
    }

    .story-split .copy p {
        font-size: 11px;
        line-height: 1.65;
    }


    /* ==================================================
       DECORATIVE CORNERS
    ================================================== */

    .story-split .visual::before,
    .story-split .copy::before {
        display: none;
    }

}


/* ==================================================
   SMALL SCREENS
================================================== */

@media screen and (max-width: 420px) {


    /* ==================================================
       BULLET
    ================================================== */

    .story-split .bullet {
        top: calc(58.5cqi + clamp(.85em, 3vw, 1.15em));
    }


    /* ==================================================
       VISUAL CARD
    ================================================== */

    .story-split .visual,
    .story-split .scene.image-left .visual,
    .story-split .scene.image-right .visual {
        width: 78%;
    }


    /* ==================================================
       COPY CARD
    ================================================== */

    .story-split .copy,
    .story-split .scene.image-left .copy,
    .story-split .scene.image-right .copy {
        width: 92%;
        min-height: 235px;
    }

}


/* ==================================================
   ACCESSIBILITY
================================================== */

@media (prefers-reduced-motion: reduce) {

    .story-split .bullet,
    .story-split .visual,
    .story-split .visual img,
    .story-split .copy {
        transition: none;
    }

}
