/* =========================================================
   LUCENT SOFT
   SHOPIFY DEVELOPMENT PAGE
   File: assets/css/shopify-development.css
========================================================= */

.shopify-page {
    position: relative;
    background: #ffffff;
    color: #1c3048;

    --sh-navy: #071526;
    --sh-navy-2: #0b2037;
    --sh-navy-3: #123553;
    --sh-blue: #2568ad;
    --sh-blue-light: #82b8ed;
    --sh-blue-soft: #eaf3fb;
    --sh-maroon: #9b1834;
    --sh-text: #172b42;
    --sh-muted: #6e7e90;
    --sh-line: #d9e2eb;
    --sh-soft: #f5f8fb;
    --sh-white: #ffffff;
}


/* =========================================================
   SHARED
========================================================= */

.shopify-eyebrow,
.shopify-section-label,
.shopify-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;
}

.shopify-eyebrow,
.shopify-dark-label {
    color: #8ebded;
}

.shopify-section-label {
    color: var(--sh-blue);
}

.shopify-eyebrow::before,
.shopify-section-label::before,
.shopify-dark-label::before {
    content: "";
    display: block;

    width: 23px;
    height: 2px;

    flex: 0 0 auto;

    background: var(--sh-maroon);
}

.shopify-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   HERO
========================================================= */

.shopify-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 78px 0 0;

    color: #ffffff;

    background:
        linear-gradient(
            122deg,
            #061322 0%,
            #0a1d33 49%,
            #153955 100%
        );
}

.shopify-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -5;

    opacity: .55;

    background-image:
        linear-gradient(
            rgba(255,255,255,.024) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.024) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    pointer-events: none;

    animation: shopifyGridMove 28s linear infinite;
}

.shopify-hero::before {
    content: "";

    position: absolute;
    z-index: -4;

    left: 0;
    right: 0;
    top: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(105,166,224,.32),
            transparent
        );
}

.shopify-hero::after {
    content: "";

    position: absolute;
    z-index: -2;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(91,156,219,.48),
            transparent
        );
}

.shopify-hero-glow {
    position: absolute;
    z-index: -4;

    border-radius: 50%;

    pointer-events: none;
}

.shopify-hero-glow-one {
    width: 690px;
    height: 690px;

    right: -260px;
    top: -315px;

    background:
        radial-gradient(
            circle,
            rgba(48,128,199,.22),
            rgba(48,128,199,.05) 48%,
            transparent 72%
        );

    animation: shopifyGlowOne 13s ease-in-out infinite alternate;
}

.shopify-hero-glow-two {
    width: 500px;
    height: 500px;

    left: -285px;
    bottom: -280px;

    background:
        radial-gradient(
            circle,
            rgba(155,24,52,.13),
            transparent 70%
        );

    animation: shopifyGlowTwo 15s ease-in-out infinite alternate;
}

.shopify-hero-word {
    position: absolute;
    z-index: -3;

    right: -38px;
    top: 155px;

    color: rgba(255,255,255,.018);

    font-size: clamp(95px, 10.5vw, 158px);
    line-height: .85;
    font-weight: 850;
    letter-spacing: -7px;

    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}


/* =========================================================
   HERO LAYOUT
========================================================= */

.shopify-hero-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(390px, .95fr);

    gap: clamp(60px, 7vw, 105px);

    align-items: center;

    padding: 50px 0 68px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.shopify-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;
}

.shopify-hero-breadcrumb a {
    color: rgba(193,213,232,.5);

    transition: color .25s ease;
}

.shopify-hero-breadcrumb a:hover {
    color: #ffffff;
}

.shopify-hero-breadcrumb > span {
    color: rgba(255,255,255,.2);
}

.shopify-hero-breadcrumb strong {
    color: #8dbded;
    font-weight: 800;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.shopify-hero-content {
    max-width: 710px;

    animation: shopifyFadeUp .75s ease both;
}

.shopify-eyebrow {
    margin-bottom: 17px;
}

.shopify-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;
}

.shopify-hero-content h1 span {
    display: block;

    margin-top: 5px;

    color: #82b8ed;
}

.shopify-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;
}

.shopify-hero-copy {
    max-width: 635px;

    margin: 13px 0 0;

    color: rgba(197,215,233,.61);

    font-size: 12px;
    line-height: 1.75;
}

.shopify-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 24px;

    margin-top: 30px;
}

.shopify-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;
}

.shopify-arrow-link svg {
    width: 15px;
    height: 15px;

    stroke-width: 1.8;
}

.shopify-arrow-link:hover {
    gap: 13px;
    color: #8fc0f1;
}


/* =========================================================
   HERO COMMERCE JOURNEY
========================================================= */

.shopify-hero-journey {
    position: relative;

    padding-left: 25px;

    border-left: 1px solid rgba(255,255,255,.13);

    animation: shopifyHeroRight .8s .08s ease both;
}

.shopify-hero-journey::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 2px;
    height: 120px;

    background:
        linear-gradient(
            to bottom,
            #a42a47,
            #458fd8,
            transparent
        );
}

.shopify-hero-journey-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.shopify-hero-journey-head span {
    color: #8fbeee;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.shopify-hero-journey-head small {
    color: rgba(195,214,233,.43);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .65px;
}

.shopify-journey-line {
    overflow: hidden;

    height: 2px;

    margin: 17px 0 2px;

    background: rgba(255,255,255,.08);
}

.shopify-journey-progress {
    display: block;

    width: 72%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #a52b48,
            #4b98e2
        );
}

.shopify-journey-list {
    position: relative;
}

.shopify-journey-item {
    position: relative;

    display: grid;

    grid-template-columns:
        34px
        minmax(0, 1fr);

    gap: 13px;

    padding: 15px 0;

    border-bottom: 1px solid rgba(255,255,255,.085);

    transition:
        padding-left .28s ease,
        background .28s ease;
}

.shopify-journey-item:hover {
    padding-left: 8px;

    background:
        linear-gradient(
            90deg,
            rgba(65,143,219,.07),
            transparent
        );
}

.shopify-journey-item > span {
    padding-top: 2px;

    color: #8cbced;

    font-size: 9px;
    font-weight: 800;
}

.shopify-journey-item small {
    display: block;

    margin-bottom: 3px;

    color: #c1576e;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-journey-item strong {
    display: block;

    color: #edf5fc;

    font-size: 11.5px;
    line-height: 1.4;
    font-weight: 650;
}

.shopify-journey-item p {
    max-width: 380px;

    margin: 4px 0 0;

    color: rgba(193,212,231,.48);

    font-size: 9.5px;
    line-height: 1.55;
}

.shopify-hero-journey-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding-top: 14px;
}

.shopify-hero-journey-bottom span {
    color: rgba(195,214,233,.47);

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .55px;
}

.shopify-hero-journey-bottom i {
    width: 15px;
    height: 1px;

    flex: 0 0 auto;

    background: rgba(255,255,255,.1);
}


/* =========================================================
   INTRO
========================================================= */

.shopify-intro {
    position: relative;

    padding: 94px 0;

    background:
        linear-gradient(
            180deg,
            #f7f9fc 0%,
            #ffffff 100%
        );
}

.shopify-intro-top {
    display: grid;

    grid-template-columns:
        auto
        minmax(40px, 1fr)
        auto;

    align-items: center;

    gap: 16px;

    margin-bottom: 43px;
    padding-bottom: 16px;

    border-bottom: 1px solid var(--sh-line);
}

.shopify-intro-top > div {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #d3dde7,
            rgba(211,221,231,.15)
        );
}

.shopify-intro-top > small {
    color: #8b98a6;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-intro-layout {
    display: grid;

    grid-template-columns:
        minmax(330px, .95fr)
        minmax(0, 1.05fr);

    gap: clamp(70px, 9vw, 135px);

    align-items: start;
}

.shopify-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;
}

.shopify-intro-heading h2 span {
    display: block;

    margin-top: 4px;

    color: var(--sh-blue);
}

.shopify-intro-content {
    position: relative;

    padding-left: 30px;

    border-left: 1px solid #d7e0e9;
}

.shopify-intro-content::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 2px;
    height: 78px;

    background:
        linear-gradient(
            var(--sh-maroon),
            #3279c0
        );
}

.shopify-intro-content p {
    max-width: 690px;

    margin: 0 0 14px;

    color: #6f7e8f;

    font-size: 12.5px;
    line-height: 1.76;
}

.shopify-intro-content p:last-child {
    margin-bottom: 0;
}

.shopify-intro-content .shopify-intro-lead {
    color: #273d55;

    font-size: 14.5px;
    line-height: 1.7;
    font-weight: 550;
}


/* =========================================================
   INTRO RAIL
========================================================= */

.shopify-intro-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    margin-top: 58px;

    border-top: 1px solid #d8e1ea;
    border-bottom: 1px solid #d8e1ea;
}

.shopify-intro-rail > div {
    position: relative;

    padding: 23px 22px 24px;

    border-right: 1px solid #d8e1ea;

    transition:
        background .3s ease,
        transform .3s ease;
}

.shopify-intro-rail > div:first-child {
    border-left: 1px solid #d8e1ea;
}

.shopify-intro-rail > div::before {
    content: "";

    position: absolute;

    left: -1px;
    top: -1px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--sh-maroon),
            #397fc4
        );

    transition: width .35s ease;
}

.shopify-intro-rail > div:hover {
    z-index: 2;

    transform: translateY(-3px);

    background: #f7fafd;
}

.shopify-intro-rail > div:hover::before {
    width: calc(100% + 1px);
}

.shopify-intro-rail span {
    display: block;

    margin-bottom: 22px;

    color: var(--sh-blue);

    font-size: 10px;
    font-weight: 800;
}

.shopify-intro-rail small {
    display: block;

    margin-bottom: 6px;

    color: var(--sh-maroon);

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-intro-rail strong {
    display: block;

    color: #20364f;

    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 650;
}


/* =========================================================
   SCROLL SECTION BASE
========================================================= */

.shopify-scroll-section {
    position: relative;
    overflow: visible;
}


/* =========================================================
   SERVICES
========================================================= */

.shopify-services {
    position: relative;
    isolation: isolate;

    padding: 98px 0;

    color: #ffffff;

    background:
        linear-gradient(
            128deg,
            #071526 0%,
            #0c2038 52%,
            #153754 100%
        );
}

.shopify-services-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;
}

.shopify-services-glow {
    position: absolute;
    z-index: -3;

    left: -310px;
    top: 22%;

    width: 650px;
    height: 650px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(49,121,204,.14),
            transparent 70%
        );

    pointer-events: none;
}

.shopify-services-word {
    position: absolute;
    z-index: -2;

    right: -35px;
    bottom: 75px;

    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;
}

.shopify-services-layout {
    display: grid;

    grid-template-columns:
        minmax(310px, .78fr)
        minmax(0, 1.22fr);

    gap: clamp(70px, 9vw, 135px);

    align-items: start;
}


/* =========================================================
   SERVICES STICKY
========================================================= */

.shopify-services-sticky {
    position: relative;
    align-self: stretch;
}

.shopify-services-sticky-inner {
    position: sticky;
    top: 118px;

    max-width: 465px;
}

.shopify-services-sticky .shopify-dark-label {
    margin-bottom: 18px;
}

.shopify-services-sticky h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.shopify-services-sticky h2 span {
    display: block;

    margin-top: 4px;

    color: #82b8ed;
}

.shopify-services-sticky-inner > p {
    margin: 20px 0 0;

    color: rgba(196,214,232,.61);

    font-size: 12px;
    line-height: 1.76;
}


/* =========================================================
   SERVICES STATUS
========================================================= */

.shopify-scroll-status {
    margin-top: 38px;
    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.11);
}

.shopify-scroll-status-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.shopify-scroll-status-head > span {
    color: rgba(188,208,228,.48);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-scroll-status-head strong {
    display: flex;
    align-items: baseline;
    gap: 3px;

    color: #ffffff;

    font-size: 23px;
    line-height: 1;
    font-weight: 650;
}

.shopify-scroll-status-head strong small {
    color: rgba(177,201,225,.43);

    font-size: 10px;
    font-weight: 700;
}

.shopify-scroll-progress {
    overflow: hidden;

    height: 2px;

    margin-top: 14px;

    background: rgba(255,255,255,.1);
}

.shopify-scroll-progress > span {
    display: block;

    width: 12.5%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #a62444,
            #4896e3
        );

    transition: width .4s cubic-bezier(.22,1,.36,1);
}

.shopify-scroll-active {
    margin-top: 25px;

    padding-left: 18px;

    border-left: 2px solid #438bd5;
}

.shopify-scroll-active small {
    display: block;

    margin-bottom: 7px;

    color: #c1556e;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-scroll-active strong {
    display: block;

    max-width: 360px;

    color: #edf5fc;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 620;
}

.shopify-sticky-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 27px;

    color: #91c0f1;

    font-size: 11px;
    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;
}

.shopify-sticky-link svg {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}

.shopify-sticky-link:hover {
    gap: 13px;
    color: #ffffff;
}


/* =========================================================
   SERVICE ITEMS
========================================================= */

.shopify-services-list {
    border-top: 1px solid rgba(255,255,255,.11);
}

.shopify-service-item {
    position: relative;

    display: grid;

    grid-template-columns:
        50px
        minmax(0, 1fr);

    gap: 25px;

    padding: 35px 27px 36px 0;

    border-bottom: 1px solid rgba(255,255,255,.1);

    opacity: .4;

    transition:
        opacity .38s ease,
        padding-left .38s ease,
        background .38s ease;
}

.shopify-service-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);
}

.shopify-service-item.is-active {
    opacity: 1;

    padding-left: 20px;

    background:
        linear-gradient(
            90deg,
            rgba(60,134,215,.085),
            transparent 84%
        );
}

.shopify-service-item.is-active::before {
    transform: scaleY(1);
}

.shopify-service-number {
    color: #8dbcef;

    font-size: 10px;
    font-weight: 800;
}

.shopify-service-content > small {
    display: block;

    margin-bottom: 8px;

    color: #c25870;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-service-content h3 {
    max-width: 570px;

    margin: 0;

    color: #f2f7fc;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 650;
}

.shopify-service-content > p {
    max-width: 620px;

    margin: 9px 0 0;

    color: rgba(195,213,231,.59);

    font-size: 11.5px;
    line-height: 1.72;
}

.shopify-service-details {
    display: flex;
    flex-wrap: wrap;

    gap: 8px 20px;

    margin-top: 17px;
    padding-top: 15px;

    border-top: 1px solid rgba(255,255,255,.08);
}

.shopify-service-details span {
    position: relative;

    padding-left: 12px;

    color: rgba(216,229,241,.66);

    font-size: 10px;
    line-height: 1.5;
    font-weight: 550;
}

.shopify-service-details span::before {
    content: "";

    position: absolute;

    left: 0;
    top: 7px;

    width: 5px;
    height: 1px;

    background: #69a3de;
}


/* =========================================================
   STOREFRONT LAYERS
========================================================= */

.shopify-layers {
    position: relative;
    overflow: hidden;

    padding: 98px 0;

    background: #f5f8fb;
}

.shopify-layers-word {
    position: absolute;

    right: -30px;
    top: 74px;

    color: rgba(20,54,86,.025);

    font-size: clamp(95px, 11vw, 165px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -8px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.shopify-layers-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;
}

.shopify-layers-head .shopify-section-label {
    margin-bottom: 18px;
}

.shopify-layers-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;
}

.shopify-layers-head h2 span {
    display: block;

    margin-top: 4px;

    color: var(--sh-blue);
}

.shopify-layers-head > p {
    max-width: 510px;

    margin: 0;

    color: #718092;

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   LAYER SYSTEM
========================================================= */

.shopify-layer-system {
    position: relative;
    z-index: 2;

    margin-top: 50px;

    border-top: 1px solid #ced9e4;
}

.shopify-layer-index {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 14px 0;

    border-bottom: 1px solid #d6e0e9;
}

.shopify-layer-index span {
    color: var(--sh-blue);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .75px;
}

.shopify-layer-index small {
    color: #8c99a7;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-layer-row {
    position: relative;

    display: grid;

    grid-template-columns:
        55px
        145px
        minmax(220px, .8fr)
        minmax(300px, 1.2fr);

    gap: 24px;

    align-items: center;

    padding: 28px 0;

    border-bottom: 1px solid #d8e1ea;

    transition:
        padding-left .3s ease,
        background .3s ease;
}

.shopify-layer-row::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
        linear-gradient(
            #9b1834,
            #347cc4
        );

    transform: scaleY(0);

    transition: transform .3s ease;
}

.shopify-layer-row:hover {
    padding-left: 17px;

    background:
        linear-gradient(
            90deg,
            rgba(37,104,173,.045),
            transparent
        );
}

.shopify-layer-row:hover::before {
    transform: scaleY(1);
}

.shopify-layer-row > span {
    color: var(--sh-blue);

    font-size: 10px;
    font-weight: 800;
}

.shopify-layer-row > small {
    color: var(--sh-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-layer-row > strong {
    color: #20364f;

    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
}

.shopify-layer-row > p {
    max-width: 560px;

    margin: 0;

    color: #748293;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   EXISTING STORE
========================================================= */

.shopify-existing {
    position: relative;
    isolation: isolate;

    padding: 98px 0;

    background: #eef3f7;
}

.shopify-existing-grid {
    position: absolute;
    inset: 0;
    z-index: -4;

    opacity: .55;

    background-image:
        linear-gradient(
            rgba(18,53,83,.028) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(18,53,83,.028) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    pointer-events: none;
}

.shopify-existing-glow {
    position: absolute;
    z-index: -3;

    left: -290px;
    bottom: -300px;

    width: 620px;
    height: 620px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47,116,184,.08),
            transparent 70%
        );

    pointer-events: none;
}

.shopify-existing-word {
    position: absolute;
    z-index: -2;

    left: -22px;
    bottom: 65px;

    color: rgba(19,53,83,.025);

    font-size: clamp(100px, 11vw, 160px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -8px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.shopify-existing-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.18fr)
        minmax(320px, .82fr);

    gap: clamp(70px, 9vw, 135px);

    align-items: start;
}


/* =========================================================
   EXISTING LIST
========================================================= */

.shopify-existing-list {
    border-top: 1px solid #cad6e1;
}

.shopify-existing-item {
    position: relative;

    display: grid;

    grid-template-columns:
        50px
        minmax(0, 1fr);

    gap: 24px;

    padding: 34px 25px 35px 0;

    border-bottom: 1px solid #d1dce6;

    opacity: .47;

    transition:
        opacity .38s ease,
        padding-left .38s ease,
        background .38s ease;
}

.shopify-existing-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
        linear-gradient(
            #a72a48,
            #397fc6
        );

    transform: scaleY(0);
    transform-origin: center;

    transition:
        transform .38s cubic-bezier(.22,1,.36,1);
}

.shopify-existing-item.is-active {
    opacity: 1;

    padding-left: 20px;

    background:
        linear-gradient(
            90deg,
            rgba(37,104,173,.065),
            transparent 85%
        );
}

.shopify-existing-item.is-active::before {
    transform: scaleY(1);
}

.shopify-existing-item > span {
    color: var(--sh-blue);

    font-size: 10px;
    font-weight: 800;
}

.shopify-existing-item small {
    display: block;

    margin-bottom: 8px;

    color: var(--sh-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-existing-item h3 {
    max-width: 560px;

    margin: 0;

    color: #1d344d;

    font-size: 17px;
    line-height: 1.42;
    font-weight: 650;
}

.shopify-existing-item p {
    max-width: 610px;

    margin: 9px 0 0;

    color: #738294;

    font-size: 11.5px;
    line-height: 1.72;
}


/* =========================================================
   EXISTING STICKY DARK PANEL
========================================================= */

.shopify-existing-sticky {
    position: relative;
    align-self: stretch;
}

.shopify-existing-sticky-inner {
    position: sticky;
    top: 118px;

    max-width: 460px;

    padding: 42px 38px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #081728,
            #102b47
        );

    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.shopify-existing-sticky-inner::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 2px;
    height: 100%;

    background:
        linear-gradient(
            #a52a48,
            #438bd6,
            rgba(67,139,214,.05)
        );
}

.shopify-existing-sticky .shopify-dark-label {
    margin-bottom: 18px;
}

.shopify-existing-sticky h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.16;
    font-weight: 710;
    letter-spacing: -.9px;
}

.shopify-existing-sticky h2 span {
    display: block;

    margin-top: 4px;

    color: #82b8ed;
}

.shopify-existing-sticky-inner > p {
    margin: 19px 0 0;

    color: rgba(196,214,232,.61);

    font-size: 11.5px;
    line-height: 1.75;
}

.shopify-existing-status {
    margin-top: 34px;
    padding-top: 17px;

    border-top: 1px solid rgba(255,255,255,.11);
}

.shopify-existing-status-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.shopify-existing-status-head > span {
    color: rgba(188,208,228,.47);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-existing-status-head strong {
    display: flex;
    align-items: baseline;
    gap: 3px;

    color: #ffffff;

    font-size: 23px;
    line-height: 1;
    font-weight: 650;
}

.shopify-existing-status-head strong small {
    color: rgba(177,201,225,.43);

    font-size: 10px;
}

.shopify-existing-progress {
    overflow: hidden;

    height: 2px;

    margin-top: 14px;

    background: rgba(255,255,255,.1);
}

.shopify-existing-progress > span {
    display: block;

    width: 16.666%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #a62444,
            #4896e3
        );

    transition: width .4s cubic-bezier(.22,1,.36,1);
}

.shopify-existing-active {
    margin-top: 24px;

    padding-left: 17px;

    border-left: 2px solid #438bd6;
}

.shopify-existing-active small {
    display: block;

    margin-bottom: 7px;

    color: #c1556e;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-existing-active strong {
    display: block;

    color: #edf5fc;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 620;
}

.shopify-existing-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 27px;

    color: #91c0f1;

    font-size: 11px;
    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;
}

.shopify-existing-link svg {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}

.shopify-existing-link:hover {
    gap: 13px;
    color: #ffffff;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.shopify-principles {
    position: relative;

    padding: 98px 0;

    background: #ffffff;
}

.shopify-principles-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(--sh-line);
}

.shopify-principles-head .shopify-section-label {
    margin-bottom: 18px;
}

.shopify-principles-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;
}

.shopify-principles-head h2 span {
    display: block;

    margin-top: 4px;

    color: var(--sh-blue);
}

.shopify-principles-head > p {
    max-width: 510px;

    margin: 0;

    color: #718092;

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   PRINCIPLE MATRIX
========================================================= */

.shopify-principles-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    margin-top: 45px;

    border-top: 1px solid #d9e2eb;
    border-left: 1px solid #d9e2eb;
}

.shopify-principles-list article {
    position: relative;

    padding: 27px 25px 30px;

    border-right: 1px solid #d9e2eb;
    border-bottom: 1px solid #d9e2eb;

    transition:
        background .3s ease,
        transform .3s ease;
}

.shopify-principles-list article::before {
    content: "";

    position: absolute;

    left: -1px;
    top: -1px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--sh-maroon),
            #397fc6
        );

    transition: width .35s ease;
}

.shopify-principles-list article:hover {
    z-index: 2;

    transform: translateY(-3px);

    background: #f8fafc;
}

.shopify-principles-list article:hover::before {
    width: calc(100% + 1px);
}

.shopify-principles-list article > span {
    display: block;

    margin-bottom: 28px;

    color: var(--sh-blue);

    font-size: 10px;
    font-weight: 800;
}

.shopify-principles-list article > small {
    display: block;

    margin-bottom: 8px;

    color: var(--sh-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-principles-list h3 {
    max-width: 300px;

    margin: 0;

    color: #21374f;

    font-size: 15px;
    line-height: 1.46;
    font-weight: 650;
}

.shopify-principles-list p {
    max-width: 350px;

    margin: 10px 0 0;

    color: #748293;

    font-size: 10.8px;
    line-height: 1.7;
}


/* =========================================================
   COMMERCE STATEMENT
========================================================= */

.shopify-statement {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 61px 0;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #081628,
            #102942 58%,
            #173b58
        );
}

.shopify-statement-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;
}

.shopify-statement-layout {
    display: grid;

    grid-template-columns:
        190px
        minmax(0, 1fr)
        200px;

    gap: 48px;

    align-items: center;
}

.shopify-statement-index {
    align-self: stretch;

    display: flex;
    align-items: center;

    padding-right: 30px;

    border-right: 1px solid rgba(255,255,255,.12);
}

.shopify-statement-index span {
    color: #8ebded;

    font-size: 9px;
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: .75px;
}

.shopify-statement-content small {
    display: block;

    margin-bottom: 13px;

    color: #c15870;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .75px;
}

.shopify-statement-content blockquote {
    max-width: 830px;

    margin: 0;

    color: #edf5fc;

    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -.35px;
}

.shopify-statement-meta {
    padding-left: 28px;

    border-left: 1px solid rgba(255,255,255,.12);
}

.shopify-statement-meta span {
    display: block;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
}

.shopify-statement-meta small {
    display: block;

    margin-top: 6px;

    color: rgba(192,212,231,.45);

    font-size: 8.5px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .55px;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.shopify-requirements {
    position: relative;

    padding: 98px 0;

    background:
        linear-gradient(
            180deg,
            #f5f8fb 0%,
            #ffffff 100%
        );
}

.shopify-requirements-head {
    display: grid;

    grid-template-columns:
        minmax(230px, .6fr)
        minmax(0, 1.4fr);

    gap: 70px;

    align-items: start;

    padding-bottom: 38px;

    border-bottom: 1px solid var(--sh-line);
}

.shopify-requirements-head > div {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(280px, .92fr);

    gap: 60px;

    align-items: end;
}

.shopify-requirements-head h2 {
    max-width: 620px;

    margin: 0;

    color: #14213d;

    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 1.15;
    font-weight: 710;
    letter-spacing: -1px;
}

.shopify-requirements-head h2 span {
    display: block;

    margin-top: 4px;

    color: var(--sh-blue);
}

.shopify-requirements-head p {
    max-width: 500px;

    margin: 0;

    color: #718092;

    font-size: 11.5px;
    line-height: 1.75;
}


/* =========================================================
   REQUIREMENTS GRID
========================================================= */

.shopify-requirements-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 45px;

    border-top: 1px solid #d8e1ea;
}

.shopify-requirements-grid article {
    position: relative;

    display: grid;

    grid-template-columns:
        48px
        minmax(180px, .75fr)
        minmax(220px, 1.25fr);

    gap: 20px;

    align-items: start;

    padding: 28px 25px 29px 0;

    border-bottom: 1px solid #d8e1ea;
}

.shopify-requirements-grid article:nth-child(odd) {
    padding-right: 35px;

    border-right: 1px solid #d8e1ea;
}

.shopify-requirements-grid article:nth-child(even) {
    padding-left: 35px;
}

.shopify-requirements-grid article > span {
    color: var(--sh-blue);

    font-size: 10px;
    font-weight: 800;
}

.shopify-requirements-grid article small {
    display: block;

    margin-bottom: 7px;

    color: var(--sh-maroon);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
}

.shopify-requirements-grid article strong {
    display: block;

    color: #21374f;

    font-size: 13.5px;
    line-height: 1.45;
    font-weight: 650;
}

.shopify-requirements-grid article p {
    max-width: 430px;

    margin: 0;

    color: #748293;

    font-size: 10.8px;
    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.shopify-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 76px 0 0;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #061322 0%,
            #0c2037 52%,
            #173957 100%
        );
}

.shopify-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;
}

.shopify-cta-glow {
    position: absolute;
    z-index: -3;

    right: -250px;
    top: 35%;

    width: 590px;
    height: 590px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(55,130,215,.19),
            transparent 70%
        );

    animation: shopifyCtaGlow 10s ease-in-out infinite alternate;
}

.shopify-cta-word {
    position: absolute;
    z-index: -2;

    right: -25px;
    bottom: 50px;

    color: rgba(255,255,255,.017);

    font-size: clamp(95px, 10vw, 150px);
    line-height: .9;
    font-weight: 850;
    letter-spacing: -7px;

    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.shopify-cta-top {
    display: flex;
    align-items: center;

    gap: 16px;

    padding-bottom: 18px;

    border-bottom: 1px solid rgba(255,255,255,.11);
}

.shopify-cta-top > span {
    color: #8ab9eb;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.shopify-cta-top > div {
    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.02)
        );
}

.shopify-cta-top > small {
    flex: 0 0 auto;

    color: rgba(190,209,229,.43);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.shopify-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;
}

.shopify-cta-heading .shopify-dark-label {
    margin-bottom: 17px;
}

.shopify-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;
}

.shopify-cta-heading h2 span {
    display: block;

    margin-top: 4px;

    color: #82b6ee;
}

.shopify-cta-content {
    max-width: 510px;

    padding-left: 28px;

    border-left: 1px solid rgba(255,255,255,.13);
}

.shopify-cta-content p {
    margin: 0 0 12px;

    color: rgba(196,214,232,.6);

    font-size: 11.5px;
    line-height: 1.73;
}

.shopify-cta-content p:last-of-type {
    margin-bottom: 0;
}

.shopify-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 21px;

    margin-top: 24px;
}

.shopify-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;
}

.shopify-cta-link svg {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}

.shopify-cta-link:hover {
    gap: 13px;
    color: #8abcf0;
}

.shopify-cta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    min-height: 72px;

    padding: 18px 0;

    border-top: 1px solid rgba(255,255,255,.1);
}

.shopify-cta-bottom span {
    color: rgba(201,218,235,.51);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .55px;
}

.shopify-cta-bottom i {
    width: 18px;
    height: 1px;

    flex: 0 0 auto;

    background: rgba(255,255,255,.11);
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes shopifyFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shopifyHeroRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shopifyGridMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 70px 70px;
    }
}

@keyframes shopifyGlowOne {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-38px, 32px) scale(1.08);
    }
}

@keyframes shopifyGlowTwo {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(38px, -28px) scale(1.08);
    }
}

@keyframes shopifyCtaGlow {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.12);
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1120px) {

    .shopify-hero-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .9fr);

        gap: 52px;
    }

    .shopify-services-layout,
    .shopify-existing-layout {
        gap: 65px;
    }

    .shopify-layer-row {
        grid-template-columns:
            48px
            125px
            minmax(190px, .8fr)
            minmax(250px, 1.2fr);

        gap: 19px;
    }

    .shopify-requirements-grid article {
        grid-template-columns:
            40px
            minmax(150px, .75fr)
            minmax(180px, 1.25fr);

        gap: 16px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .shopify-hero {
        padding-top: 62px;
    }

    .shopify-hero-layout {
        grid-template-columns: 1fr;

        gap: 42px;

        padding: 45px 0 55px;
    }

    .shopify-hero-content {
        max-width: 760px;
    }

    .shopify-hero-journey {
        max-width: 740px;
    }


    /* INTRO */

    .shopify-intro {
        padding: 74px 0;
    }

    .shopify-intro-layout {
        grid-template-columns: 1fr;

        gap: 32px;
    }

    .shopify-intro-content {
        max-width: 760px;
    }

    .shopify-intro-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    /* SERVICES */

    .shopify-services {
        padding: 74px 0;
    }

    .shopify-services-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .shopify-services-sticky {
        align-self: auto;
    }

    .shopify-services-sticky-inner {
        position: relative;
        top: auto;

        max-width: 690px;
    }


    /* LAYERS */

    .shopify-layers {
        padding: 74px 0;
    }

    .shopify-layers-head {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .shopify-layers-head > p {
        max-width: 680px;
    }

    .shopify-layer-row {
        grid-template-columns:
            45px
            130px
            minmax(0, 1fr);

        gap: 18px;
    }

    .shopify-layer-row > p {
        grid-column: 3;
    }


    /* EXISTING */

    .shopify-existing {
        padding: 74px 0;
    }

    .shopify-existing-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .shopify-existing-sticky {
        grid-row: 1;

        align-self: auto;
    }

    .shopify-existing-list {
        grid-row: 2;
    }

    .shopify-existing-sticky-inner {
        position: relative;
        top: auto;

        max-width: 690px;
    }


    /* PRINCIPLES */

    .shopify-principles {
        padding: 74px 0;
    }

    .shopify-principles-head {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .shopify-principles-head > p {
        max-width: 680px;
    }

    .shopify-principles-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    /* STATEMENT */

    .shopify-statement-layout {
        grid-template-columns:
            145px
            minmax(0, 1fr);

        gap: 30px;
    }

    .shopify-statement-meta {
        grid-column: 2;

        padding-left: 0;

        border-left: 0;
    }


    /* REQUIREMENTS */

    .shopify-requirements {
        padding: 74px 0;
    }

    .shopify-requirements-head {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .shopify-requirements-head > div {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .shopify-requirements-head p {
        max-width: 680px;
    }

    .shopify-requirements-grid {
        grid-template-columns: 1fr;
    }

    .shopify-requirements-grid article,
    .shopify-requirements-grid article:nth-child(odd),
    .shopify-requirements-grid article:nth-child(even) {
        padding-left: 0;
        padding-right: 0;

        border-right: 0;
    }


    /* CTA */

    .shopify-cta-layout {
        gap: 45px;
    }

    .shopify-cta-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;

        gap: 12px 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .shopify-eyebrow,
    .shopify-section-label,
    .shopify-dark-label {
        font-size: 9px;
    }


    /* HERO */

    .shopify-hero {
        padding-top: 46px;
    }

    .shopify-hero-grid {
        background-size: 46px 46px;
    }

    .shopify-hero-word {
        right: -20px;
        top: 145px;

        font-size: 64px;
        letter-spacing: -4px;
    }

    .shopify-hero-layout {
        gap: 34px;

        padding: 33px 0 42px;
    }

    .shopify-hero-breadcrumb {
        gap: 6px;

        margin-bottom: 19px;

        font-size: 8px;
    }

    .shopify-eyebrow {
        margin-bottom: 14px;
    }

    .shopify-hero-content h1 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -.8px;
    }

    .shopify-hero-content h1 span {
        display: inline;
    }

    .shopify-hero-lead {
        margin-top: 18px;

        font-size: 13px;
        line-height: 1.68;
    }

    .shopify-hero-copy {
        font-size: 11px;
        line-height: 1.7;
    }

    .shopify-hero-actions {
        display: grid;
        grid-template-columns: 1fr;

        gap: 16px;

        margin-top: 24px;
    }

    .shopify-hero-actions .site-btn {
        width: 100%;
    }


    /* JOURNEY */

    .shopify-hero-journey {
        padding-left: 15px;
    }

    .shopify-hero-journey-head small {
        display: none;
    }

    .shopify-journey-item {
        grid-template-columns:
            30px
            minmax(0, 1fr);

        gap: 10px;

        padding: 13px 0;
    }

    .shopify-journey-item:hover {
        padding-left: 0;
    }

    .shopify-journey-item p {
        font-size: 9px;
    }

    .shopify-hero-journey-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    /* INTRO */

    .shopify-intro {
        padding: 58px 0;
    }

    .shopify-intro-top {
        margin-bottom: 29px;
    }

    .shopify-intro-top > small {
        display: none;
    }

    .shopify-intro-heading h2,
    .shopify-services-sticky h2,
    .shopify-layers-head h2,
    .shopify-principles-head h2,
    .shopify-requirements-head h2 {
        font-size: 28px;
        line-height: 1.18;
        letter-spacing: -.6px;
    }

    .shopify-existing-sticky h2 {
        font-size: 27px;
        line-height: 1.18;
    }

    .shopify-intro-heading h2 span,
    .shopify-services-sticky h2 span,
    .shopify-layers-head h2 span,
    .shopify-existing-sticky h2 span,
    .shopify-principles-head h2 span,
    .shopify-requirements-head h2 span {
        display: inline;
    }

    .shopify-intro-content {
        padding-left: 18px;
    }

    .shopify-intro-content .shopify-intro-lead {
        font-size: 13px;
    }

    .shopify-intro-content p {
        font-size: 11px;
    }

    .shopify-intro-rail {
        grid-template-columns: 1fr;

        margin-top: 40px;
    }

    .shopify-intro-rail > div {
        padding: 19px 18px;
    }

    .shopify-intro-rail span {
        margin-bottom: 12px;
    }


    /* SERVICES */

    .shopify-services {
        padding: 58px 0;
    }

    .shopify-services-sticky-inner > p {
        font-size: 11px;
    }

    .shopify-scroll-status {
        margin-top: 29px;
    }

    .shopify-service-item {
        grid-template-columns:
            38px
            minmax(0, 1fr);

        gap: 14px;

        padding: 27px 7px 28px 0;
    }

    .shopify-service-item.is-active {
        padding-left: 12px;
    }

    .shopify-service-content h3 {
        font-size: 16px;
    }

    .shopify-service-content > p {
        font-size: 10.8px;
    }

    .shopify-service-details {
        display: grid;
        grid-template-columns: 1fr;

        gap: 7px;
    }


    /* LAYERS */

    .shopify-layers {
        padding: 58px 0;
    }

    .shopify-layers-word {
        right: -10px;

        font-size: 65px;
        letter-spacing: -4px;
    }

    .shopify-layers-head {
        padding-bottom: 28px;
    }

    .shopify-layers-head > p {
        font-size: 11px;
    }

    .shopify-layer-system {
        margin-top: 36px;
    }

    .shopify-layer-index small {
        display: none;
    }

    .shopify-layer-row {
        grid-template-columns:
            35px
            minmax(0, 1fr);

        gap: 7px 13px;

        padding: 23px 0;
    }

    .shopify-layer-row:hover {
        padding-left: 0;
    }

    .shopify-layer-row > small,
    .shopify-layer-row > strong,
    .shopify-layer-row > p {
        grid-column: 2;
    }

    .shopify-layer-row > strong {
        font-size: 13.5px;
    }

    .shopify-layer-row > p {
        font-size: 10.8px;
    }


    /* EXISTING */

    .shopify-existing {
        padding: 58px 0;
    }

    .shopify-existing-sticky-inner {
        padding: 31px 22px;
    }

    .shopify-existing-sticky-inner > p {
        font-size: 10.8px;
    }

    .shopify-existing-status {
        margin-top: 28px;
    }

    .shopify-existing-item {
        grid-template-columns:
            38px
            minmax(0, 1fr);

        gap: 14px;

        padding: 27px 7px 28px 0;
    }

    .shopify-existing-item.is-active {
        padding-left: 12px;
    }

    .shopify-existing-item h3 {
        font-size: 15px;
    }

    .shopify-existing-item p {
        font-size: 10.8px;
    }


    /* PRINCIPLES */

    .shopify-principles {
        padding: 58px 0;
    }

    .shopify-principles-head {
        padding-bottom: 28px;
    }

    .shopify-principles-head > p {
        font-size: 11px;
    }

    .shopify-principles-list {
        grid-template-columns: 1fr;

        margin-top: 34px;
    }

    .shopify-principles-list article {
        padding: 22px 19px 24px;
    }

    .shopify-principles-list article > span {
        margin-bottom: 17px;
    }

    .shopify-principles-list h3 {
        font-size: 14px;
    }


    /* STATEMENT */

    .shopify-statement {
        padding: 48px 0;
    }

    .shopify-statement-layout {
        grid-template-columns: 1fr;

        gap: 23px;
    }

    .shopify-statement-index {
        padding: 0 0 15px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.11);
    }

    .shopify-statement-content blockquote {
        font-size: 17px;
        line-height: 1.55;
    }

    .shopify-statement-meta {
        grid-column: auto;

        padding: 17px 0 0;

        border-top: 1px solid rgba(255,255,255,.11);
    }


    /* REQUIREMENTS */

    .shopify-requirements {
        padding: 58px 0;
    }

    .shopify-requirements-head {
        padding-bottom: 28px;
    }

    .shopify-requirements-head p {
        font-size: 11px;
    }

    .shopify-requirements-grid {
        margin-top: 33px;
    }

    .shopify-requirements-grid article,
    .shopify-requirements-grid article:nth-child(odd),
    .shopify-requirements-grid article:nth-child(even) {
        grid-template-columns:
            35px
            minmax(0, 1fr);

        gap: 7px 13px;

        padding: 23px 0;
    }

    .shopify-requirements-grid article > div,
    .shopify-requirements-grid article > p {
        grid-column: 2;
    }

    .shopify-requirements-grid article p {
        font-size: 10.8px;
    }


    /* CTA */

    .shopify-cta {
        padding-top: 52px;
    }

    .shopify-cta-word {
        font-size: 67px;
        letter-spacing: -4px;
    }

    .shopify-cta-top > small {
        display: none;
    }

    .shopify-cta-layout {
        grid-template-columns: 1fr;

        gap: 27px;

        padding: 36px 0 40px;
    }

    .shopify-cta-heading h2 {
        font-size: 29px;
        line-height: 1.17;
        letter-spacing: -.6px;
    }

    .shopify-cta-heading h2 span {
        display: inline;
    }

    .shopify-cta-content {
        max-width: none;

        padding-left: 18px;
    }

    .shopify-cta-content p {
        font-size: 10.8px;
    }

    .shopify-cta-actions {
        display: grid;
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .shopify-cta-actions .site-btn {
        width: 100%;
    }

    .shopify-cta-bottom {
        justify-content: flex-start;

        gap: 10px 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .shopify-hero-content h1 {
        font-size: 29px;
    }

    .shopify-intro-heading h2,
    .shopify-services-sticky h2,
    .shopify-layers-head h2,
    .shopify-principles-head h2,
    .shopify-requirements-head h2 {
        font-size: 26px;
    }

    .shopify-existing-sticky h2 {
        font-size: 25px;
    }

    .shopify-cta-heading h2 {
        font-size: 27px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .shopify-hero-grid,
    .shopify-hero-glow,
    .shopify-hero-content,
    .shopify-hero-journey,
    .shopify-cta-glow {
        animation: none !important;
    }

    .shopify-arrow-link,
    .shopify-journey-item,
    .shopify-intro-rail > div,
    .shopify-intro-rail > div::before,
    .shopify-scroll-progress > span,
    .shopify-service-item,
    .shopify-service-item::before,
    .shopify-sticky-link,
    .shopify-layer-row,
    .shopify-layer-row::before,
    .shopify-existing-item,
    .shopify-existing-item::before,
    .shopify-existing-progress > span,
    .shopify-existing-link,
    .shopify-principles-list article,
    .shopify-principles-list article::before,
    .shopify-cta-link {
        transition: none !important;
    }

}