/* =========================================================
   NETMORE CREATIVE STRATEGY
   ISOLATED STICKY VERSION
   REDUCED EMPTY SCROLL GAP
========================================================= */


/* =========================================================
   ROOT
   OUTER SCROLL AREA

   IMPORTANT:
   125vh = 100vh visible section
   + only around 25vh additional scroll travel.
========================================================= */

.netmore-strategy {
    --strategy-accent: #8cff45;
    --strategy-grey: #1d1b1b;
    --strategy-muted: #b7b7b7;

    position: relative;

    width: 100%;

    min-height: 125vh;

    background: transparent;

    overflow: visible;
}


/* =========================================================
   BOX SIZING
========================================================= */

.netmore-strategy *,
.netmore-strategy *::before,
.netmore-strategy *::after {
    box-sizing: border-box;
}


/* =========================================================
   STICKY STAGE
========================================================= */

.netmore-strategy-stage {
    position: sticky;

    top: 0;

    width: 100%;

    height: 100vh;

    min-height: 720px;

    overflow: hidden;

    isolation: isolate;

    background: transparent;
}


/* =========================================================
   SMALL LABEL
========================================================= */

.netmore-strategy-eyebrow {
    position: absolute;

    top: 22px;
    left: 2.5vw;

    z-index: 60;

    margin: 0;

    font-size: 13px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    white-space: nowrap;

    opacity: 0.9;

    will-change:
        transform,
        opacity;
}


/* =========================================================
   TITLE WRAPPER
========================================================= */

.netmore-strategy-title-wrap {
    position: absolute;

    left: 50%;
    top: 12vh;

    z-index: 10;

    width: 90vw;
    max-width: 1720px;

    transform:
        translateX(-50%);

    display: flex;

    justify-content: center;

    pointer-events: auto;

    will-change:
        transform;
}


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

.netmore-strategy-title {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 0;

    gap: 18px;

    text-align: center;

    cursor: default;
}


/* =========================================================
   TITLE LINE
========================================================= */

.netmore-strategy-title-line {
    display: block;

    position: relative;

    width: max-content;
    max-width: 100%;

    margin: 0 !important;
    padding: 0;

    font-family: inherit;

    font-size: clamp(
        170px,
        13.5vw,
        265px
    );

    font-weight: 800;

    line-height: 0.84;

    letter-spacing: -0.075em;

    text-transform: uppercase;

    white-space: nowrap;

    text-align: center;

    transform-origin:
        center center;

    will-change:
        transform,
        opacity;
}


.netmore-strategy-title-line-1 {
    color: var(--strategy-accent);
}


.netmore-strategy-title-line-2 {
    color: var(--strategy-grey);
}


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

.netmore-strategy-char {
    display: inline-block;

    position: relative;

    transform-origin:
        50% 75%;

    will-change:
        transform;

    backface-visibility: hidden;

    -webkit-backface-visibility:
        hidden;
}


.netmore-strategy-char-space {
    width: 0.3em;
}


/* =========================================================
   PORTRAIT LAYER
========================================================= */

.netmore-strategy-portraits {
    position: absolute;

    inset: 0;

    z-index: 30;

    pointer-events: none;

    overflow: visible;
}


/* =========================================================
   PORTRAIT BASE
========================================================= */

.netmore-strategy-portrait {
    position: absolute;

    width: 104px;
    height: 104px;

    aspect-ratio: 1 / 1;

    border-radius: 50% !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent;

    transform-origin:
        center center;

    will-change:
        transform,
        opacity;

    backface-visibility: hidden;

    -webkit-backface-visibility:
        hidden;
}


/* =========================================================
   PORTRAIT IMAGE
========================================================= */

.netmore-strategy-portrait img,
.netmore-strategy-portrait-image {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position:
        center center !important;

    border-radius:
        50% !important;

    clip-path:
        circle(
            50% at 50% 50%
        );
}


.netmore-strategy-portrait picture {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    overflow: hidden !important;

    border-radius:
        50% !important;
}


/* =========================================================
   PORTRAIT START POSITIONS
========================================================= */

.netmore-strategy-portrait-1 {
    left: 11.5%;
    top: 25%;
width: 100px !important;
height: 100px !important;

    z-index: 31;
}


.netmore-strategy-portrait-2 {
    left: 68%;
    top: 19%;
width: 120px !important;
height: 120px !important;

    z-index: 32;
}


.netmore-strategy-portrait-3 {
    right: 15%;
    top: 46%;
width: 130px !important;
height: 130px !important;

    z-index: 33;
}


.netmore-strategy-portrait-4 {
    left: 23%;
    top: 59%;
width: 140px !important;
height: 140px !important;

    z-index: 34;
}


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

.netmore-strategy-cta {
    position: absolute;

    right: 10%;
    top: 59%;

    z-index: 42;

    width: 132px;
    height: 132px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.8
        );

    border-radius: 50%;

    color: #ffffff;

    background: transparent;

    text-decoration: none;

    transform:
        translateY(-50%);

    transform-origin:
        center center;

    will-change:
        transform,
        opacity;
    display: none;
}


.netmore-strategy-cta-label {
    font-size: 11px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.05em;

    text-transform: uppercase;
}


.netmore-strategy-cta-arrow {
    display: block;

    font-size: 22px;

    line-height: 1;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.netmore-strategy-description {
    position: absolute;

    left: 50%;
    top: 79%;

    z-index: 20;

    width: min(
        720px,
        50vw
    );

    margin: 0;

    transform:
        translateX(-50%);

    font-size: 17px;
    font-weight: 400;

    line-height: 1.45;

    text-align: center;

    will-change:
        transform,
        opacity;
}


/* =========================================================
   CLIENT DESTINATION ZONE
========================================================= */

.netmore-strategy-client-zone {
    position: absolute;

    left: 50%;
    top: 88%;

    z-index: 25;

    width: 180px;
    height: 56px;

    /*
     * Final portrait cluster position.
     */
    margin-left: -235px;

    pointer-events: none;

    will-change:
        transform;
}


/* =========================================================
   CLIENT TARGETS
========================================================= */

.netmore-strategy-client-target {
    position: absolute;

    top: 0;

    width: 56px;
    height: 56px;

    border-radius: 50%;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;
}


.netmore-strategy-client-target-1 {
    left: 0;
}


.netmore-strategy-client-target-2 {
    left: 38px;
}


.netmore-strategy-client-target-3 {
    left: 76px;
}


.netmore-strategy-client-target-4 {
    left: 114px;
}


/* =========================================================
   CLIENT BLOCK
========================================================= */

.netmore-strategy-client {
    position: absolute;

    left: 50%;
    top: 88%;

    z-index: 26;

    height: 56px;

    /*
     * Client text begins immediately
     * after portrait cluster.
     */
    margin-left: -62px;

    display: flex;

    align-items: center;

    will-change:
        transform,
        opacity;
}


/* =========================================================
   CLIENT COPY
========================================================= */

.netmore-strategy-client-copy {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    gap: 4px;

    min-width: 290px;
}


.netmore-strategy-client-count {
    margin: 0;

    font-size: 37px;
    font-weight: 700;

    line-height: 0.9;

    letter-spacing: -0.045em;

    white-space: nowrap;
}


.netmore-strategy-client-text {
    margin: 0;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.2;

    white-space: nowrap;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1700px) {

    /*
     * Reduced from previous 180vh.
     */
    .netmore-strategy {
        min-height: 110vh;
    }


    .netmore-strategy-stage {
        height: 100vh;

        min-height: 820px;
    }


    .netmore-strategy-title-wrap {
        top: 11vh;
    }


    .netmore-strategy-title-line {
        font-size: clamp(
            210px,
            13.5vw,
            265px
        );
    }


    .netmore-strategy-description {
        top: 84%;
    }


    .netmore-strategy-client-zone,
    .netmore-strategy-client {
        top: 88%;
    }
}


/* =========================================================
   LAPTOP / DESKTOP
========================================================= */

@media
(
    min-width: 1200px
)
and
(
    max-width: 1699px
) {

    /*
     * Only 25vh extra scroll.
     */
    .netmore-strategy {
        min-height: 125vh;
    }


    .netmore-strategy-stage {
        height: 100vh;

        min-height: 720px;
    }


    .netmore-strategy-title-wrap {
        top: 11vh;
    }


    .netmore-strategy-title-line {
        font-size: clamp(
            145px,
            13vw,
            215px
        );
    }


    .netmore-strategy-portrait {
        width: 90px;
        height: 90px;
    }


    .netmore-strategy-description {
        top: 78%;

        width: min(
            640px,
            51vw
        );

        font-size: 15px;
    }


    .netmore-strategy-client-zone,
    .netmore-strategy-client {
        top: 88%;
    }


    .netmore-strategy-client-target {
        width: 50px;
        height: 50px;
    }


    .netmore-strategy-client-target-1 {
        left: 0;
    }


    .netmore-strategy-client-target-2 {
        left: 34px;
    }


    .netmore-strategy-client-target-3 {
        left: 68px;
    }


    .netmore-strategy-client-target-4 {
        left: 102px;
    }


    .netmore-strategy-client-count {
        font-size: 32px;
    }


    .netmore-strategy-client-text {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media
(
    min-width: 768px
)
and
(
    max-width: 1199px
) {

    .netmore-strategy {
        min-height: 120svh;
    }


    .netmore-strategy-stage {
        height: 100svh;

        min-height: 680px;
    }


    .netmore-strategy-title-wrap {
        top: 17%;
    }


    .netmore-strategy-title-line {
        font-size: clamp(
            85px,
            13vw,
            135px
        );
    }


    .netmore-strategy-portrait {
        width: 72px;
        height: 72px;
    }


    .netmore-strategy-description {
        top: 69%;

        width: 60vw;

        font-size: 13px;
    }


    .netmore-strategy-client-zone,
    .netmore-strategy-client {
        top: 84%;
    }


    .netmore-strategy-client-zone {
        margin-left: -175px;
    }


    .netmore-strategy-client {
        margin-left: -45px;
    }
}


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

@media (max-width: 767px) {

    .netmore-strategy {
        min-height: 115svh;
    }


    .netmore-strategy-stage {
        height: 100svh;

        min-height: 620px;
    }


    .netmore-strategy-title-wrap {
        top: 18%;

        width:
            calc(
                100% - 30px
            );
    }


    .netmore-strategy-title {
        gap: 10px;
    }


    .netmore-strategy-title-line {
        font-size: clamp(
            52px,
            15vw,
            76px
        );

        line-height: 0.85;
    }


    .netmore-strategy-portrait {
        width: 56px;
        height: 56px;
    }


    .netmore-strategy-portrait-1 {
        left: 4%;
        top: 21%;
    }


    .netmore-strategy-portrait-2 {
        left: 64%;
        top: 15%;
    }


    .netmore-strategy-portrait-3 {
        right: 5%;
        top: 37%;
    }


    .netmore-strategy-portrait-4 {
        left: 15%;
        top: 42%;
    }


    .netmore-strategy-cta {
        right: 15px;
        top: 50%;

        width: 70px;
        height: 70px;
    }


    .netmore-strategy-description {
        top: 59%;

        width:
            calc(
                100% - 55px
            );

        font-size: 11px;
    }


    .netmore-strategy-client-zone,
    .netmore-strategy-client {
        top: 78%;
    }


    .netmore-strategy-client-zone {
        margin-left: -138px;
    }


    .netmore-strategy-client {
        margin-left: -28px;
    }


    .netmore-strategy-client-target {
        width: 40px;
        height: 40px;
    }


    .netmore-strategy-client-target-1 {
        left: 0;
    }


    .netmore-strategy-client-target-2 {
        left: 27px;
    }


    .netmore-strategy-client-target-3 {
        left: 54px;
    }


    .netmore-strategy-client-target-4 {
        left: 81px;
    }


    .netmore-strategy-client-count {
        font-size: 23px;
    }


    .netmore-strategy-client-text {
        font-size: 9px;
    }
}


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

@media (max-width: 480px) {

    .netmore-strategy {
        min-height: 112svh;
    }


    .netmore-strategy-stage {
        min-height: 590px;
    }


    .netmore-strategy-title-wrap {
        top: 17%;
    }


    .netmore-strategy-title-line {
        font-size: clamp(
            48px,
            14.5vw,
            68px
        );
    }


    .netmore-strategy-portrait {
        width: 54px;
        height: 54px;
    }


    .netmore-strategy-description {
        top: 58%;

        width:
            calc(
                100% - 45px
            );

        font-size: 10px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

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

    .netmore-strategy *,
    .netmore-strategy *::before,
    .netmore-strategy *::after {
        animation: none !important;

        transition: none !important;
    }
}