/* =========================================================
   LUCENT SOFT
   PORTFOLIO PAGE
   File: assets/css/portfolio.css
========================================================= */

.portfolio-page {
    position: relative;
    overflow: visible;
    background: #ffffff;
    color: #1b3048;

    --pf-navy: #071525;
    --pf-navy-2: #0b2037;
    --pf-navy-3: #143652;
    --pf-blue: #2567a9;
    --pf-blue-2: #4c91d3;
    --pf-blue-light: #87b9e8;
    --pf-blue-soft: #eaf3fb;
    --pf-maroon: #991c39;
    --pf-text: #172c44;
    --pf-muted: #708092;
    --pf-line: #d9e2eb;
    --pf-soft: #f5f8fb;
    --pf-white: #ffffff;
}


/* =========================================================
   SHARED
========================================================= */

.portfolio-eyebrow,
.portfolio-section-label,
.portfolio-dark-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    font-size: 10px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.portfolio-eyebrow,
.portfolio-dark-label {
    color: #8dbdec;
}

.portfolio-section-label {
    color: var(--pf-blue);
}

.portfolio-eyebrow::before,
.portfolio-section-label::before,
.portfolio-dark-label::before {
    content: "";
    display: block;

    width: 23px;
    height: 2px;

    flex: 0 0 auto;

    background: var(--pf-maroon);
}

.portfolio-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   HERO
========================================================= */

.portfolio-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 78px 0 0;

    color: #ffffff;

    background:
        linear-gradient(
            123deg,
            #061321 0%,
            #0a1c31 48%,
            #153854 100%
        );
}

.portfolio-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -5;

    opacity: .56;

    background-image:
        linear-gradient(
            rgba(255,255,255,.023) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.023) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    pointer-events: none;

    animation: portfolioGridMove 28s linear infinite;
}

.portfolio-hero::before {
    content: "";

    position: absolute;
    z-index: -3;

    left: 0;
    right: 0;
    top: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(93,157,218,.38),
            transparent
        );
}

.portfolio-hero::after {
    content: "";

    position: absolute;
    z-index: -2;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(92,157,220,.44),
            transparent
        );
}

.portfolio-hero-glow {
    position: absolute;
    z-index: -4;

    border-radius: 50%;

    pointer-events: none;
}

.portfolio-hero-glow-one {
    width: 680px;
    height: 680px;

    right: -250px;
    top: -310px;

    background:
        radial-gradient(
            circle,
            rgba(50,126,198,.21),
            rgba(50,126,198,.04) 48%,
            transparent 72%
        );

    animation: portfolioGlowOne 14s ease-in-out infinite alternate;
}

.portfolio-hero-glow-two {
    width: 500px;
    height: 500px;

    left: -285px;
    bottom: -290px;

    background:
        radial-gradient(
            circle,
            rgba(153,28,57,.12),
            transparent 70%
        );

    animation: portfolioGlowTwo 16s ease-in-out infinite alternate;
}

.portfolio-hero-word {
    position: absolute;
    z-index: -3;

    right: -20px;
    top: 165px;

    color: rgba(255,255,255,.018);

    font-size: clamp(115px, 12vw, 180px);
    line-height: .8;
    font-weight: 850;
    letter-spacing: -9px;

    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}


/* =========================================================
   HERO LAYOUT
========================================================= */

.portfolio-hero-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.06fr)
        minmax(390px, .94fr);

    gap: clamp(62px, 7vw, 105px);

    align-items: center;

    padding: 50px 0 69px;
}


/* =========================================================
   HERO BREADCRUMB
========================================================= */

.portfolio-hero-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 24px;

    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .65px;
}

.portfolio-hero-breadcrumb a {
    color: rgba(194,214,233,.5);

    transition: color .25s ease;
}

.portfolio-hero-breadcrumb a:hover {
    color: #ffffff;
}

.portfolio-hero-breadcrumb > span {
    color: rgba(255,255,255,.2);
}

.portfolio-hero-breadcrumb strong {
    color: #8dbded;
    font-weight: 800;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.portfolio-hero-content {
    max-width: 720px;

    animation: portfolioFadeUp .75s ease both;
}

.portfolio-eyebrow {
    margin-bottom: 17px;
}

.portfolio-hero-content h1 {
    max-width: 720px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 4vw, 49px);
    line-height: 1.08;
    font-weight: 720;
    letter-spacing: -1.55px;
}

.portfolio-hero-content h1 span {
    display: block;

    margin-top: 5px;

    color: #83b9eb;
}

.portfolio-hero-lead {
    max-width: 660px;

    margin: 23px 0 0;

    color: rgba(237,245,252,.88);

    font-size: 14px;
    line-height: 1.72;
    font-weight: 510;
}

.portfolio-hero-copy {
    max-width: 630px;

    margin: 13px 0 0;

    color: rgba(197,215,233,.61);

    font-size: 12px;
    line-height: 1.75;
}

.portfolio-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 24px;

    margin-top: 30px;
}

.portfolio-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #eef6fd;

    font-size: 11px;
    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;
}

.portfolio-arrow-link svg {
    width: 15px;
    height: 15px;

    stroke-width: 1.8;
}

.portfolio-arrow-link:hover {
    gap: 13px;
    color: #8fc0f1;
}


/* =========================================================
   HERO FRAMEWORK
========================================================= */

.portfolio-hero-framework {
    position: relative;

    padding: 23px 25px 20px;

    border:
        1px solid rgba(255,255,255,.13);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.025),
            rgba(255,255,255,.006)
        );

    animation: portfolioHeroRight .8s .08s ease both;
}

.portfolio-hero-framework::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 38px;

    width: 2px;
    height: 116px;

    background:
        linear-gradient(
            to bottom,
            #a42a47,
            #438fd9,
            transparent
        );
}

.portfolio-framework-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    padding-bottom: 15px;

    border-bottom:
        1px solid rgba(255,255,255,.1);
}

.portfolio-framework-head span {
    color: #8fbeee;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.portfolio-framework-head small {
    color: rgba(195,214,233,.43);

    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .6px;
}


/* =========================================================
   FRAMEWORK MAIN
========================================================= */

.portfolio-framework-main {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(145px, .8fr)
        minmax(0, 1.2fr);

    gap: 26px;

    align-items: center;

    padding: 27px 0 24px;
}

.portfolio-framework-main::before {
    content: "";

    position: absolute;

    left: 31%;
    top: 50%;

    width: 15%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(117,175,229,.6),
            rgba(117,175,229,.08)
        );
}

.portfolio-framework-center {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 188px;

    padding: 22px;

    border:
        1px solid rgba(130,185,235,.22);

    background:
        radial-gradient(
            circle at 30% 20%,
            rgba(65,139,209,.15),
            rgba(255,255,255,.015) 60%
        );
}

.portfolio-framework-center::before,
.portfolio-framework-center::after {
    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    border-color: #5ba0df;
}

.portfolio-framework-center::before {
    left: -1px;
    top: -1px;

    border-left: 1px solid;
    border-top: 1px solid;
}

.portfolio-framework-center::after {
    right: -1px;
    bottom: -1px;

    border-right: 1px solid;
    border-bottom: 1px solid;
}

.portfolio-framework-center > span {
    margin-bottom: 13px;

    color: #c25870;

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-framework-center strong {
    color: #f2f7fc;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 650;
}

.portfolio-framework-center small {
    margin-top: 16px;

    color: rgba(191,212,231,.43);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .6px;
}

.portfolio-framework-paths {
    position: relative;

    display: grid;

    gap: 10px;
}

.portfolio-framework-path {
    position: relative;

    display: grid;

    grid-template-columns:
        32px
        minmax(0, 1fr);

    gap: 12px;

    align-items: center;

    padding: 14px 13px;

    border-bottom:
        1px solid rgba(255,255,255,.09);

    transition:
        padding-left .28s ease,
        background .28s ease;
}

.portfolio-framework-path::before {
    content: "";

    position: absolute;

    left: -15px;
    top: 50%;

    width: 15px;
    height: 1px;

    background:
        rgba(113,172,226,.24);
}

.portfolio-framework-path:hover {
    padding-left: 19px;

    background:
        linear-gradient(
            90deg,
            rgba(61,137,211,.08),
            transparent
        );
}

.portfolio-framework-path > span {
    color: #8cbced;

    font-size: 9px;
    font-weight: 800;
}

.portfolio-framework-path small {
    display: block;

    margin-bottom: 3px;

    color: #c1576e;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-framework-path strong {
    color: #edf5fc;

    font-size: 12px;
    font-weight: 650;
}

.portfolio-framework-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding-top: 16px;

    border-top:
        1px solid rgba(255,255,255,.1);
}

.portfolio-framework-bottom span {
    color: rgba(195,214,233,.47);

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .55px;
}

.portfolio-framework-bottom i {
    width: 15px;
    height: 1px;

    flex: 0 0 auto;

    background:
        rgba(255,255,255,.1);
}


/* =========================================================
   INTRO
========================================================= */

.portfolio-intro {
    position: relative;

    padding: 94px 0;

    background:
        linear-gradient(
            180deg,
            #f7f9fc 0%,
            #ffffff 100%
        );
}

.portfolio-intro-index {
    display: grid;

    grid-template-columns:
        auto
        minmax(40px, 1fr)
        auto;

    gap: 16px;

    align-items: center;

    margin-bottom: 43px;
    padding-bottom: 16px;

    border-bottom:
        1px solid var(--pf-line);
}

.portfolio-intro-index > span {
    color: var(--pf-blue);

    font-size: 10px;
    font-weight: 800;
}

.portfolio-intro-index > div {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #d3dde7,
            rgba(211,221,231,.15)
        );
}

.portfolio-intro-index > small {
    color: #8b98a6;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-intro-layout {
    display: grid;

    grid-template-columns:
        minmax(330px, .95fr)
        minmax(0, 1.05fr);

    gap: clamp(70px, 9vw, 135px);

    align-items: start;
}

.portfolio-intro-heading .portfolio-section-label {
    margin-bottom: 18px;
}

.portfolio-intro-heading h2 {
    max-width: 590px;

    margin: 0;

    color: #14213d;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.portfolio-intro-heading h2 span {
    display: block;

    margin-top: 4px;

    color: var(--pf-blue);
}

.portfolio-intro-content {
    position: relative;

    padding-left: 30px;

    border-left:
        1px solid #d7e0e9;
}

.portfolio-intro-content::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 2px;
    height: 78px;

    background:
        linear-gradient(
            var(--pf-maroon),
            #3279c0
        );
}

.portfolio-intro-content p {
    max-width: 690px;

    margin: 0 0 14px;

    color: #6f7e8f;

    font-size: 12.5px;
    line-height: 1.76;
}

.portfolio-intro-content p:last-child {
    margin-bottom: 0;
}

.portfolio-intro-content .portfolio-intro-lead {
    color: #273d55;

    font-size: 14.5px;
    line-height: 1.7;
    font-weight: 550;
}


/* =========================================================
   INTRO LINE
========================================================= */

.portfolio-intro-line {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    margin-top: 58px;

    border-top:
        1px solid #d8e1ea;

    border-bottom:
        1px solid #d8e1ea;
}

.portfolio-intro-line article {
    position: relative;

    padding: 24px 22px 26px;

    border-right:
        1px solid #d8e1ea;

    transition:
        background .3s ease,
        transform .3s ease;
}

.portfolio-intro-line article:first-child {
    border-left:
        1px solid #d8e1ea;
}

.portfolio-intro-line article::before {
    content: "";

    position: absolute;

    left: -1px;
    top: -1px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--pf-maroon),
            #397fc4
        );

    transition:
        width .35s ease;
}

.portfolio-intro-line article:hover {
    z-index: 2;

    transform: translateY(-3px);

    background: #f7fafd;
}

.portfolio-intro-line article:hover::before {
    width: calc(100% + 1px);
}

.portfolio-intro-line article > span {
    display: block;

    margin-bottom: 22px;

    color: var(--pf-blue);

    font-size: 10px;
    font-weight: 800;
}

.portfolio-intro-line article small {
    display: block;

    margin-bottom: 6px;

    color: var(--pf-maroon);

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-intro-line article strong {
    display: block;

    color: #20364f;

    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 650;
}

.portfolio-intro-line article p {
    margin: 8px 0 0;

    color: #758394;

    font-size: 10px;
    line-height: 1.65;
}


/* =========================================================
   SCROLL SECTION
========================================================= */

.portfolio-scroll-section {
    position: relative;
    overflow: visible;
}


/* =========================================================
   PLATFORMS
========================================================= */

.portfolio-platforms {
    position: relative;
    isolation: isolate;

    padding: 98px 0;

    color: #ffffff;

    background:
        linear-gradient(
            128deg,
            #071526 0%,
            #0c2038 52%,
            #153754 100%
        );
}

.portfolio-platforms-grid {
    position: absolute;
    inset: 0;
    z-index: -4;

    opacity: .48;

    background-image:
        linear-gradient(
            rgba(255,255,255,.02) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.02) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    pointer-events: none;
}

.portfolio-platforms-glow {
    position: absolute;
    z-index: -3;

    left: -310px;
    top: 20%;

    width: 650px;
    height: 650px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(49,121,204,.14),
            transparent 70%
        );

    pointer-events: none;
}

.portfolio-platforms-word {
    position: absolute;
    z-index: -2;

    right: -38px;
    bottom: 80px;

    color: rgba(255,255,255,.016);

    font-size: clamp(95px, 10.5vw, 155px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -8px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.portfolio-platforms-layout {
    display: grid;

    grid-template-columns:
        minmax(310px, .78fr)
        minmax(0, 1.22fr);

    gap: clamp(70px, 9vw, 135px);

    align-items: start;
}


/* =========================================================
   PLATFORM STICKY
========================================================= */

.portfolio-platforms-sticky {
    position: relative;
    align-self: stretch;
}

.portfolio-platforms-sticky-inner {
    position: sticky;
    top: 118px;

    max-width: 465px;
}

.portfolio-platforms-sticky .portfolio-dark-label {
    margin-bottom: 18px;
}

.portfolio-platforms-sticky h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.portfolio-platforms-sticky h2 span {
    display: block;

    margin-top: 4px;

    color: #82b8ed;
}

.portfolio-platforms-sticky-inner > p {
    margin: 20px 0 0;

    color: rgba(196,214,232,.61);

    font-size: 12px;
    line-height: 1.76;
}


/* =========================================================
   PLATFORM STATUS
========================================================= */

.portfolio-scroll-status {
    margin-top: 38px;
    padding-top: 18px;

    border-top:
        1px solid rgba(255,255,255,.11);
}

.portfolio-scroll-status-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.portfolio-scroll-status-head > span {
    color: rgba(188,208,228,.48);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-scroll-status-head strong {
    display: flex;
    align-items: baseline;
    gap: 3px;

    color: #ffffff;

    font-size: 23px;
    line-height: 1;
    font-weight: 650;
}

.portfolio-scroll-status-head strong small {
    color: rgba(177,201,225,.43);

    font-size: 10px;
    font-weight: 700;
}

.portfolio-scroll-progress {
    overflow: hidden;

    height: 2px;

    margin-top: 14px;

    background:
        rgba(255,255,255,.1);
}

.portfolio-scroll-progress > span {
    display: block;

    width: 33.333%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #a62444,
            #4896e3
        );

    transition:
        width .4s cubic-bezier(.22,1,.36,1);
}

.portfolio-scroll-active {
    margin-top: 25px;

    padding-left: 18px;

    border-left:
        2px solid #438bd5;
}

.portfolio-scroll-active small {
    display: block;

    margin-bottom: 7px;

    color: #c1556e;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-scroll-active strong {
    display: block;

    color: #edf5fc;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 620;
}


/* =========================================================
   PLATFORM ITEMS
========================================================= */

.portfolio-platform-list {
    border-top:
        1px solid rgba(255,255,255,.11);
}

.portfolio-platform-item {
    position: relative;

    padding: 38px 28px 40px 0;

    border-bottom:
        1px solid rgba(255,255,255,.1);

    opacity: .42;

    transition:
        opacity .38s ease,
        padding-left .38s ease,
        background .38s ease;
}

.portfolio-platform-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
        linear-gradient(
            #ad2c4a,
            #438dd8
        );

    transform: scaleY(0);
    transform-origin: center;

    transition:
        transform .38s cubic-bezier(.22,1,.36,1);
}

.portfolio-platform-item.is-active {
    opacity: 1;

    padding-left: 22px;

    background:
        linear-gradient(
            90deg,
            rgba(60,134,215,.085),
            transparent 84%
        );
}

.portfolio-platform-item.is-active::before {
    transform: scaleY(1);
}

.portfolio-platform-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 17px;
}

.portfolio-platform-top > span {
    color: #8dbcef;

    font-size: 10px;
    font-weight: 800;
}

.portfolio-platform-top small {
    color: #c25870;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-platform-item h3 {
    margin: 0;

    color: #f2f7fc;

    font-size: 21px;
    line-height: 1.35;
    font-weight: 650;
}

.portfolio-platform-item > p {
    max-width: 650px;

    margin: 10px 0 0;

    color: rgba(195,213,231,.59);

    font-size: 11.5px;
    line-height: 1.72;
}

.portfolio-platform-scope {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 0 25px;

    margin-top: 20px;

    border-top:
        1px solid rgba(255,255,255,.08);
}

.portfolio-platform-scope span {
    position: relative;

    padding: 12px 0 11px 13px;

    color: rgba(216,229,241,.66);

    font-size: 10px;
    line-height: 1.5;

    border-bottom:
        1px solid rgba(255,255,255,.055);
}

.portfolio-platform-scope span::before {
    content: "";

    position: absolute;

    left: 0;
    top: 19px;

    width: 5px;
    height: 1px;

    background: #69a3de;
}

.portfolio-platform-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 21px;

    color: #91c0f1;

    font-size: 10.5px;
    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;
}

.portfolio-platform-link svg {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}

.portfolio-platform-link:hover {
    gap: 13px;
    color: #ffffff;
}


/* =========================================================
   DEVELOPMENT WORK
========================================================= */

.portfolio-work {
    position: relative;
    overflow: hidden;

    padding: 98px 0;

    background: #f5f8fb;
}

.portfolio-work-word {
    position: absolute;

    right: -20px;
    top: 80px;

    color: rgba(20,54,86,.026);

    font-size: clamp(105px, 11vw, 165px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -8px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.portfolio-work-head {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(300px, .92fr);

    gap: 75px;

    align-items: end;

    padding-bottom: 38px;

    border-bottom:
        1px solid #d6e0e9;
}

.portfolio-work-head .portfolio-section-label {
    margin-bottom: 18px;
}

.portfolio-work-head h2 {
    max-width: 690px;

    margin: 0;

    color: #14213d;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.portfolio-work-head h2 span {
    display: block;

    margin-top: 4px;

    color: var(--pf-blue);
}

.portfolio-work-head > p {
    max-width: 510px;

    margin: 0;

    color: #718092;

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   WORK MATRIX
========================================================= */

.portfolio-work-matrix {
    position: relative;
    z-index: 2;

    margin-top: 48px;

    border-top:
        1px solid #ced9e4;
}

.portfolio-work-matrix article {
    position: relative;

    display: grid;

    grid-template-columns:
        55px
        145px
        minmax(0, 1fr);

    gap: 24px;

    align-items: start;

    padding: 27px 0;

    border-bottom:
        1px solid #d8e1ea;

    transition:
        padding-left .3s ease,
        background .3s ease;
}

.portfolio-work-matrix article::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
        linear-gradient(
            #9b1834,
            #347cc4
        );

    transform: scaleY(0);

    transition:
        transform .3s ease;
}

.portfolio-work-matrix article:hover {
    padding-left: 17px;

    background:
        linear-gradient(
            90deg,
            rgba(37,104,173,.045),
            transparent
        );
}

.portfolio-work-matrix article:hover::before {
    transform: scaleY(1);
}

.portfolio-work-matrix article > span {
    color: var(--pf-blue);

    font-size: 10px;
    font-weight: 800;
}

.portfolio-work-matrix article > small {
    color: var(--pf-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-work-matrix article > div {
    display: grid;

    grid-template-columns:
        minmax(200px, .7fr)
        minmax(300px, 1.3fr);

    gap: 50px;

    align-items: start;
}

.portfolio-work-matrix strong {
    color: #20364f;

    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
}

.portfolio-work-matrix p {
    max-width: 620px;

    margin: 0;

    color: #748293;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   PROJECT PATH
========================================================= */

.portfolio-path {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 98px 0;

    color: #ffffff;

    background:
        linear-gradient(
            126deg,
            #071526,
            #0c2038 55%,
            #153754
        );
}

.portfolio-path-grid {
    position: absolute;
    inset: 0;
    z-index: -3;

    opacity: .48;

    background-image:
        linear-gradient(
            rgba(255,255,255,.02) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.02) 1px,
            transparent 1px
        );

    background-size: 72px 72px;
}

.portfolio-path-word {
    position: absolute;
    z-index: -2;

    right: -30px;
    bottom: 55px;

    color: rgba(255,255,255,.016);

    font-size: clamp(100px, 11vw, 160px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -8px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.portfolio-path-head {
    display: grid;

    grid-template-columns:
        minmax(230px, .58fr)
        minmax(0, 1.42fr);

    gap: 70px;

    align-items: start;

    padding-bottom: 39px;

    border-bottom:
        1px solid rgba(255,255,255,.11);
}

.portfolio-path-head > div {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(280px, .92fr);

    gap: 60px;

    align-items: end;
}

.portfolio-path-head h2 {
    max-width: 650px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.portfolio-path-head h2 span {
    display: block;

    margin-top: 4px;

    color: #82b8ed;
}

.portfolio-path-head p {
    max-width: 500px;

    margin: 0;

    color: rgba(196,214,232,.6);

    font-size: 11.5px;
    line-height: 1.75;
}


/* =========================================================
   PATH FLOW
========================================================= */

.portfolio-path-flow {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        35px
        minmax(0, 1fr)
        35px
        minmax(0, 1fr)
        35px
        minmax(0, 1fr)
        35px
        minmax(0, 1fr);

    align-items: stretch;

    margin-top: 48px;
}

.portfolio-path-flow > i {
    position: relative;

    align-self: center;

    height: 1px;

    background:
        rgba(112,173,229,.22);
}

.portfolio-path-flow > i::after {
    content: "";

    position: absolute;

    right: 0;
    top: -2px;

    width: 5px;
    height: 5px;

    border-top: 1px solid #6da8df;
    border-right: 1px solid #6da8df;

    transform: rotate(45deg);
}

.portfolio-path-flow article {
    position: relative;

    padding: 23px 20px 25px;

    border-top:
        1px solid rgba(255,255,255,.12);

    border-bottom:
        1px solid rgba(255,255,255,.1);

    background:
        rgba(255,255,255,.018);

    transition:
        transform .3s ease,
        background .3s ease;
}

.portfolio-path-flow article:hover {
    transform: translateY(-4px);

    background:
        rgba(61,137,211,.075);
}

.portfolio-path-flow article > span {
    display: block;

    margin-bottom: 25px;

    color: #8dbcef;

    font-size: 10px;
    font-weight: 800;
}

.portfolio-path-flow article small {
    display: block;

    margin-bottom: 7px;

    color: #c25870;

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-path-flow article strong {
    display: block;

    color: #f0f6fc;

    font-size: 13px;
    line-height: 1.45;
    font-weight: 650;
}

.portfolio-path-flow article p {
    margin: 9px 0 0;

    color: rgba(193,212,231,.53);

    font-size: 9.8px;
    line-height: 1.65;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.portfolio-requirements {
    position: relative;

    padding: 98px 0;

    background: #ffffff;
}

.portfolio-requirements-head {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(300px, .92fr);

    gap: 75px;

    align-items: end;

    padding-bottom: 38px;

    border-bottom:
        1px solid var(--pf-line);
}

.portfolio-requirements-head .portfolio-section-label {
    margin-bottom: 18px;
}

.portfolio-requirements-head h2 {
    max-width: 690px;

    margin: 0;

    color: #14213d;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.portfolio-requirements-head h2 span {
    display: block;

    margin-top: 4px;

    color: var(--pf-blue);
}

.portfolio-requirements-head > p {
    max-width: 510px;

    margin: 0;

    color: #718092;

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   REQUIREMENT LIST
========================================================= */

.portfolio-requirement-list {
    margin-top: 45px;

    border-top:
        1px solid #d8e1ea;
}

.portfolio-requirement-list article {
    position: relative;

    display: grid;

    grid-template-columns:
        50px
        minmax(300px, .9fr)
        minmax(300px, 1.1fr);

    gap: 28px;

    align-items: center;

    padding: 28px 0;

    border-bottom:
        1px solid #d8e1ea;

    transition:
        padding-left .3s ease,
        background .3s ease;
}

.portfolio-requirement-list article::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
        linear-gradient(
            #9b1834,
            #347cc4
        );

    transform: scaleY(0);

    transition:
        transform .3s ease;
}

.portfolio-requirement-list article:hover {
    padding-left: 17px;

    background:
        linear-gradient(
            90deg,
            rgba(37,104,173,.04),
            transparent
        );
}

.portfolio-requirement-list article:hover::before {
    transform: scaleY(1);
}

.portfolio-requirement-list article > span {
    color: var(--pf-blue);

    font-size: 10px;
    font-weight: 800;
}

.portfolio-requirement-list small {
    display: block;

    margin-bottom: 7px;

    color: var(--pf-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-requirement-list h3 {
    max-width: 500px;

    margin: 0;

    color: #21374f;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 650;
}

.portfolio-requirement-list article > p {
    max-width: 570px;

    margin: 0;

    color: #748293;

    font-size: 10.8px;
    line-height: 1.7;
}


/* =========================================================
   PLATFORM EQUALITY
========================================================= */

.portfolio-equality {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 75px 0;

    color: #ffffff;

    background:
        linear-gradient(
            122deg,
            #081628,
            #102942 58%,
            #173b58
        );
}

.portfolio-equality-grid {
    position: absolute;
    inset: 0;
    z-index: -1;

    opacity: .48;

    background-image:
        linear-gradient(
            rgba(255,255,255,.02) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.02) 1px,
            transparent 1px
        );

    background-size: 70px 70px;
}

.portfolio-equality-top {
    display: flex;
    align-items: center;

    gap: 16px;

    padding-bottom: 17px;

    border-bottom:
        1px solid rgba(255,255,255,.11);
}

.portfolio-equality-top > span {
    color: #8ab9eb;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.portfolio-equality-top > div {
    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.02)
        );
}

.portfolio-equality-top > small {
    flex: 0 0 auto;

    color: rgba(190,209,229,.43);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-equality-layout {
    display: grid;

    grid-template-columns:
        minmax(320px, .85fr)
        minmax(0, 1.15fr);

    gap: clamp(65px, 8vw, 110px);

    align-items: start;

    padding-top: 43px;
}

.portfolio-equality-heading .portfolio-dark-label {
    margin-bottom: 17px;
}

.portfolio-equality-heading h2 {
    max-width: 600px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(31px, 3vw, 39px);
    line-height: 1.16;
    font-weight: 710;
    letter-spacing: -.9px;
}

.portfolio-equality-heading h2 span {
    display: block;

    margin-top: 4px;

    color: #82b8ed;
}

.portfolio-equality-platforms {
    border-top:
        1px solid rgba(255,255,255,.11);
}

.portfolio-equality-platforms a {
    display: grid;

    grid-template-columns:
        45px
        minmax(0, 1fr)
        20px;

    gap: 20px;

    align-items: center;

    padding: 20px 0;

    border-bottom:
        1px solid rgba(255,255,255,.1);

    transition:
        padding-left .3s ease,
        background .3s ease;
}

.portfolio-equality-platforms a:hover {
    padding-left: 15px;

    background:
        linear-gradient(
            90deg,
            rgba(61,137,211,.075),
            transparent
        );
}

.portfolio-equality-platforms a > span {
    color: #8dbcef;

    font-size: 10px;
    font-weight: 800;
}

.portfolio-equality-platforms small {
    display: block;

    margin-bottom: 4px;

    color: #c25870;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .65px;
}

.portfolio-equality-platforms strong {
    color: #edf5fc;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 650;
}

.portfolio-equality-platforms svg {
    width: 16px;
    height: 16px;

    color: #8dbcef;

    stroke-width: 1.8;

    transition: transform .3s ease;
}

.portfolio-equality-platforms a:hover svg {
    transform: translateX(4px);
}


/* =========================================================
   CTA
========================================================= */

.portfolio-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 76px 0 0;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #061322 0%,
            #0c2037 52%,
            #173957 100%
        );
}

.portfolio-cta-grid {
    position: absolute;
    inset: 0;
    z-index: -4;

    opacity: .5;

    background-image:
        linear-gradient(
            rgba(255,255,255,.019) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.019) 1px,
            transparent 1px
        );

    background-size: 70px 70px;
}

.portfolio-cta-glow {
    position: absolute;
    z-index: -3;

    right: -250px;
    top: 34%;

    width: 590px;
    height: 590px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(55,130,215,.19),
            transparent 70%
        );

    animation:
        portfolioCtaGlow 10s ease-in-out infinite alternate;
}

.portfolio-cta-word {
    position: absolute;
    z-index: -2;

    right: -25px;
    bottom: 50px;

    color: rgba(255,255,255,.017);

    font-size: clamp(100px, 10.5vw, 155px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -7px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.portfolio-cta-top {
    display: flex;
    align-items: center;

    gap: 16px;

    padding-bottom: 18px;

    border-bottom:
        1px solid rgba(255,255,255,.11);
}

.portfolio-cta-top > span {
    color: #8ab9eb;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.portfolio-cta-top > div {
    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.02)
        );
}

.portfolio-cta-top > small {
    flex: 0 0 auto;

    color: rgba(190,209,229,.43);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.portfolio-cta-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(340px, .92fr);

    gap: clamp(65px, 8vw, 115px);

    align-items: center;

    padding: 49px 0 52px;
}

.portfolio-cta-heading .portfolio-dark-label {
    margin-bottom: 17px;
}

.portfolio-cta-heading h2 {
    max-width: 680px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 3.25vw, 42px);
    line-height: 1.14;
    font-weight: 710;
    letter-spacing: -1.1px;
}

.portfolio-cta-heading h2 span {
    display: block;

    margin-top: 4px;

    color: #82b6ee;
}

.portfolio-cta-content {
    max-width: 510px;

    padding-left: 28px;

    border-left:
        1px solid rgba(255,255,255,.13);
}

.portfolio-cta-content p {
    margin: 0 0 12px;

    color: rgba(196,214,232,.6);

    font-size: 11.5px;
    line-height: 1.73;
}

.portfolio-cta-content p:last-of-type {
    margin-bottom: 0;
}

.portfolio-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 21px;

    margin-top: 24px;
}

.portfolio-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #edf5fc;

    font-size: 10.5px;
    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;
}

.portfolio-cta-link svg {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}

.portfolio-cta-link:hover {
    gap: 13px;
    color: #8abcf0;
}

.portfolio-cta-bottom {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 25px;

    min-height: 72px;

    padding: 18px 0;

    border-top:
        1px solid rgba(255,255,255,.1);
}

.portfolio-cta-bottom span {
    color: rgba(201,218,235,.51);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .55px;
}

.portfolio-cta-bottom i {
    width: 25px;
    height: 1px;

    flex: 0 0 auto;

    background:
        rgba(255,255,255,.11);
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes portfolioFadeUp {

    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes portfolioHeroRight {

    from {
        opacity: 0;
        transform: translateX(24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

@keyframes portfolioGridMove {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 70px 70px;
    }

}

@keyframes portfolioGlowOne {

    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-38px, 32px) scale(1.08);
    }

}

@keyframes portfolioGlowTwo {

    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(38px, -28px) scale(1.08);
    }

}

@keyframes portfolioCtaGlow {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.12);
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1120px) {

    .portfolio-hero-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .9fr);

        gap: 52px;
    }

    .portfolio-platforms-layout {
        gap: 65px;
    }

    .portfolio-work-matrix article > div {
        gap: 35px;
    }

    .portfolio-path-flow {
        grid-template-columns:
            repeat(5, minmax(0, 1fr));

        gap: 1px;
    }

    .portfolio-path-flow > i {
        display: none;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    /* HERO */

    .portfolio-hero {
        padding-top: 62px;
    }

    .portfolio-hero-layout {
        grid-template-columns: 1fr;

        gap: 42px;

        padding: 45px 0 55px;
    }

    .portfolio-hero-content {
        max-width: 760px;
    }

    .portfolio-hero-framework {
        max-width: 740px;
    }


    /* INTRO */

    .portfolio-intro {
        padding: 74px 0;
    }

    .portfolio-intro-layout {
        grid-template-columns: 1fr;

        gap: 32px;
    }

    .portfolio-intro-content {
        max-width: 760px;
    }

    .portfolio-intro-line {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    /* PLATFORMS */

    .portfolio-platforms {
        padding: 74px 0;
    }

    .portfolio-platforms-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .portfolio-platforms-sticky {
        align-self: auto;
    }

    .portfolio-platforms-sticky-inner {
        position: static;
        top: auto;

        max-width: 690px;
    }


    /* WORK */

    .portfolio-work {
        padding: 74px 0;
    }

    .portfolio-work-head {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .portfolio-work-head > p {
        max-width: 680px;
    }

    .portfolio-work-matrix article {
        grid-template-columns:
            45px
            125px
            minmax(0, 1fr);
    }

    .portfolio-work-matrix article > div {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    /* PATH */

    .portfolio-path {
        padding: 74px 0;
    }

    .portfolio-path-head {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .portfolio-path-head > div {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .portfolio-path-head p {
        max-width: 680px;
    }

    .portfolio-path-flow {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 1px;

        margin-top: 38px;
    }


    /* REQUIREMENTS */

    .portfolio-requirements {
        padding: 74px 0;
    }

    .portfolio-requirements-head {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .portfolio-requirements-head > p {
        max-width: 680px;
    }

    .portfolio-requirement-list article {
        grid-template-columns:
            45px
            minmax(260px, .9fr)
            minmax(260px, 1.1fr);

        gap: 20px;
    }


    /* EQUALITY */

    .portfolio-equality-layout {
        grid-template-columns: 1fr;

        gap: 36px;
    }


    /* CTA */

    .portfolio-cta-layout {
        gap: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .portfolio-eyebrow,
    .portfolio-section-label,
    .portfolio-dark-label {
        font-size: 9px;
    }


    /* HERO */

    .portfolio-hero {
        padding-top: 46px;
    }

    .portfolio-hero-grid {
        background-size: 46px 46px;
    }

    .portfolio-hero-word {
        right: -10px;
        top: 150px;

        font-size: 72px;
        letter-spacing: -4px;
    }

    .portfolio-hero-layout {
        gap: 34px;

        padding: 33px 0 42px;
    }

    .portfolio-hero-breadcrumb {
        gap: 6px;

        margin-bottom: 19px;

        font-size: 8px;
    }

    .portfolio-hero-content h1 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -.8px;
    }

    .portfolio-hero-content h1 span {
        display: inline;
    }

    .portfolio-hero-lead {
        margin-top: 18px;

        font-size: 13px;
        line-height: 1.68;
    }

    .portfolio-hero-copy {
        font-size: 11px;
        line-height: 1.7;
    }

    .portfolio-hero-actions {
        display: grid;
        grid-template-columns: 1fr;

        gap: 16px;

        margin-top: 24px;
    }

    .portfolio-hero-actions .site-btn {
        width: 100%;
    }


    /* HERO FRAMEWORK */

    .portfolio-hero-framework {
        padding: 19px 17px;
    }

    .portfolio-framework-head small {
        display: none;
    }

    .portfolio-framework-main {
        grid-template-columns: 1fr;

        gap: 14px;

        padding: 20px 0;
    }

    .portfolio-framework-main::before {
        display: none;
    }

    .portfolio-framework-center {
        min-height: 150px;
    }

    .portfolio-framework-path::before {
        display: none;
    }

    .portfolio-framework-path:hover {
        padding-left: 13px;
    }

    .portfolio-framework-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    /* INTRO */

    .portfolio-intro {
        padding: 58px 0;
    }

    .portfolio-intro-index {
        margin-bottom: 29px;
    }

    .portfolio-intro-index > small {
        display: none;
    }

    .portfolio-intro-heading h2,
    .portfolio-platforms-sticky h2,
    .portfolio-work-head h2,
    .portfolio-path-head h2,
    .portfolio-requirements-head h2 {
        font-size: 28px;
        line-height: 1.18;
        letter-spacing: -.6px;
    }

    .portfolio-intro-heading h2 span,
    .portfolio-platforms-sticky h2 span,
    .portfolio-work-head h2 span,
    .portfolio-path-head h2 span,
    .portfolio-requirements-head h2 span {
        display: inline;
    }

    .portfolio-intro-content {
        padding-left: 18px;
    }

    .portfolio-intro-content .portfolio-intro-lead {
        font-size: 13px;
    }

    .portfolio-intro-content p {
        font-size: 11px;
    }

    .portfolio-intro-line {
        grid-template-columns: 1fr;

        margin-top: 40px;
    }

    .portfolio-intro-line article {
        padding: 20px 18px;
    }

    .portfolio-intro-line article > span {
        margin-bottom: 13px;
    }


    /* PLATFORMS */

    .portfolio-platforms {
        padding: 58px 0;
    }

    .portfolio-platforms-word {
        font-size: 68px;
        letter-spacing: -4px;
    }

    .portfolio-platforms-sticky-inner > p {
        font-size: 11px;
    }

    .portfolio-scroll-status {
        margin-top: 29px;
    }

    .portfolio-platform-item {
        padding: 29px 7px 31px 0;
    }

    .portfolio-platform-item.is-active {
        padding-left: 13px;
    }

    .portfolio-platform-item h3 {
        font-size: 18px;
    }

    .portfolio-platform-item > p {
        font-size: 10.8px;
    }

    .portfolio-platform-scope {
        grid-template-columns: 1fr;
    }


    /* WORK */

    .portfolio-work {
        padding: 58px 0;
    }

    .portfolio-work-word {
        font-size: 68px;
        letter-spacing: -4px;
    }

    .portfolio-work-head {
        padding-bottom: 28px;
    }

    .portfolio-work-head > p {
        font-size: 11px;
    }

    .portfolio-work-matrix {
        margin-top: 35px;
    }

    .portfolio-work-matrix article {
        grid-template-columns:
            35px
            minmax(0, 1fr);

        gap: 7px 13px;

        padding: 23px 0;
    }

    .portfolio-work-matrix article:hover {
        padding-left: 0;
    }

    .portfolio-work-matrix article > small,
    .portfolio-work-matrix article > div {
        grid-column: 2;
    }

    .portfolio-work-matrix strong {
        font-size: 13.5px;
    }

    .portfolio-work-matrix p {
        font-size: 10.8px;
    }


    /* PATH */

    .portfolio-path {
        padding: 58px 0;
    }

    .portfolio-path-word {
        font-size: 67px;
        letter-spacing: -4px;
    }

    .portfolio-path-head {
        padding-bottom: 28px;
    }

    .portfolio-path-head p {
        font-size: 11px;
    }

    .portfolio-path-flow {
        grid-template-columns: 1fr;

        gap: 0;

        margin-top: 32px;

        border-top:
            1px solid rgba(255,255,255,.1);
    }

    .portfolio-path-flow article {
        padding: 22px 18px;

        border-top: 0;
    }

    .portfolio-path-flow article:hover {
        transform: none;
    }

    .portfolio-path-flow article > span {
        margin-bottom: 16px;
    }


    /* REQUIREMENTS */

    .portfolio-requirements {
        padding: 58px 0;
    }

    .portfolio-requirements-head {
        padding-bottom: 28px;
    }

    .portfolio-requirements-head > p {
        font-size: 11px;
    }

    .portfolio-requirement-list {
        margin-top: 33px;
    }

    .portfolio-requirement-list article {
        grid-template-columns:
            35px
            minmax(0, 1fr);

        gap: 8px 13px;

        padding: 23px 0;
    }

    .portfolio-requirement-list article:hover {
        padding-left: 0;
    }

    .portfolio-requirement-list article > div,
    .portfolio-requirement-list article > p {
        grid-column: 2;
    }

    .portfolio-requirement-list h3 {
        font-size: 13.5px;
    }

    .portfolio-requirement-list article > p {
        font-size: 10.8px;
    }


    /* EQUALITY */

    .portfolio-equality {
        padding: 58px 0;
    }

    .portfolio-equality-top > small {
        display: none;
    }

    .portfolio-equality-layout {
        gap: 30px;

        padding-top: 33px;
    }

    .portfolio-equality-heading h2 {
        font-size: 27px;
        line-height: 1.18;
    }

    .portfolio-equality-heading h2 span {
        display: inline;
    }

    .portfolio-equality-platforms a {
        grid-template-columns:
            34px
            minmax(0, 1fr)
            17px;

        gap: 13px;

        padding: 17px 0;
    }

    .portfolio-equality-platforms a:hover {
        padding-left: 0;
    }


    /* CTA */

    .portfolio-cta {
        padding-top: 52px;
    }

    .portfolio-cta-word {
        font-size: 68px;
        letter-spacing: -4px;
    }

    .portfolio-cta-top > small {
        display: none;
    }

    .portfolio-cta-layout {
        grid-template-columns: 1fr;

        gap: 27px;

        padding: 36px 0 40px;
    }

    .portfolio-cta-heading h2 {
        font-size: 29px;
        line-height: 1.17;
        letter-spacing: -.6px;
    }

    .portfolio-cta-heading h2 span {
        display: inline;
    }

    .portfolio-cta-content {
        max-width: none;

        padding-left: 18px;
    }

    .portfolio-cta-content p {
        font-size: 10.8px;
    }

    .portfolio-cta-actions {
        display: grid;
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .portfolio-cta-actions .site-btn {
        width: 100%;
    }

    .portfolio-cta-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;

        gap: 10px 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .portfolio-hero-content h1 {
        font-size: 29px;
    }

    .portfolio-intro-heading h2,
    .portfolio-platforms-sticky h2,
    .portfolio-work-head h2,
    .portfolio-path-head h2,
    .portfolio-requirements-head h2 {
        font-size: 26px;
    }

    .portfolio-equality-heading h2 {
        font-size: 25px;
    }

    .portfolio-cta-heading h2 {
        font-size: 27px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .portfolio-hero-grid,
    .portfolio-hero-glow,
    .portfolio-hero-content,
    .portfolio-hero-framework,
    .portfolio-cta-glow {
        animation: none !important;
    }

    .portfolio-arrow-link,
    .portfolio-framework-path,
    .portfolio-intro-line article,
    .portfolio-intro-line article::before,
    .portfolio-scroll-progress > span,
    .portfolio-platform-item,
    .portfolio-platform-item::before,
    .portfolio-platform-link,
    .portfolio-work-matrix article,
    .portfolio-work-matrix article::before,
    .portfolio-path-flow article,
    .portfolio-requirement-list article,
    .portfolio-requirement-list article::before,
    .portfolio-equality-platforms a,
    .portfolio-equality-platforms svg,
    .portfolio-cta-link {
        transition: none !important;
    }

}