/*================================================
    PRODUCTS PAGE
================================================*/

.desktop-nav a.active {
    color: #fff;
}


/*================================================
    HERO
================================================*/

.products-page-hero {
    position: relative;

    min-height: 760px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;

    padding: 175px 0 75px;

    background:
        radial-gradient(
            circle at 72% 34%,
            rgba(94, 118, 255, .15),
            transparent 30%
        ),
        #050608;
}

.products-page-grid {
    position: absolute;

    inset: 0;

    opacity: .17;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size: 65px 65px;
}

.products-page-orb {
    position: absolute;

    border-radius: 50%;

    filter: blur(80px);
}

.orb-one {
    top: 110px;
    right: 9%;

    width: 450px;
    height: 450px;

    background: rgba(84,109,255,.08);
}

.orb-two {
    left: 20%;
    bottom: -190px;

    width: 450px;
    height: 450px;

    background: rgba(144,85,255,.07);
}

.products-page-hero-inner {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    align-items: end;

    gap: 100px;
}

.products-page-kicker {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    color: #778ff0;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.products-page-kicker::before {
    width: 34px;
    height: 1px;

    background: #768def;

    content: "";
}

.products-page-hero h1 {
    max-width: 850px;

    margin-top: 28px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 80px;
    font-weight: 500;
    line-height: .98;

    letter-spacing: -4px;
}

.products-page-hero h1 span {
    display: block;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.65);
}

.products-page-hero-right > p {
    margin-bottom: 19px;

    color: #8992a1;

    font-size: 13px;
    line-height: 1.85;
}

.products-page-hero-stats {
    margin-top: 42px;

    border-top: 1px solid rgba(255,255,255,.1);
}

.products-page-hero-stats > div {
    display: flex;

    min-height: 62px;

    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.products-page-hero-stats small {
    color: #505a69;

    font-size: 7px;

    letter-spacing: 1px;
}

.products-page-hero-stats strong {
    color: #a8b0bd;

    font-size: 10px;
}

.products-page-bottom {
    position: relative;
    z-index: 2;

    display: flex;

    justify-content: space-between;

    margin-top: 90px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.1);

    color: #444d59;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.products-page-bottom a {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    color: #747d8c;
}


/*================================================
    PHILOSOPHY
================================================*/

.product-philosophy {
    padding: 130px 0;

    background: #f2f1ed;
    color: #111319;
}

.product-philosophy-grid {
    display: grid;

    grid-template-columns: .28fr 1.05fr .45fr;

    gap: 70px;
}

.product-philosophy h2 {
    max-width: 760px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 54px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2.2px;
}

.product-philosophy p {
    max-width: 680px;

    margin-top: 30px;

    color: #73777d;

    font-size: 13px;
    line-height: 1.9;
}

.product-philosophy-side {
    display: flex;

    flex-direction: column;

    gap: 12px;

    align-self: end;

    padding-top: 25px;

    border-top: 1px solid #ccc9c2;
}

.product-philosophy-side small {
    margin-bottom: 12px;

    color: #9a9ca1;

    font-size: 7px;

    letter-spacing: 1.3px;
}

.product-philosophy-side span {
    color: #464a51;

    font-family: "Space Grotesk", sans-serif;

    font-size: 14px;
}


/*================================================
    FEATURED PRODUCT
================================================*/

.featured-product-section {
    padding: 135px 0;

    background: #090b0f;
}

.featured-product-heading {
    display: grid;

    grid-template-columns: .3fr 1fr .5fr;

    align-items: end;

    gap: 40px;

    margin-bottom: 65px;
}

.featured-product-heading h2 {
    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 56px;
    font-weight: 500;

    letter-spacing: -2px;
}

.featured-product-heading > p {
    color: #707a89;

    font-size: 11px;
}

.featured-product-card {
    display: grid;

    grid-template-columns: 1.25fr .75fr;

    min-height: 680px;

    border: 1px solid rgba(255,255,255,.1);

    background: #0d1016;
}


/* VISUAL */

.featured-product-visual {
    position: relative;

    display: grid;

    place-items: center;

    overflow: hidden;

    padding: 60px;

    border-right: 1px solid rgba(255,255,255,.1);

    background:
        radial-gradient(
            circle,
            rgba(104,128,255,.17),
            transparent 42%
        ),
        #111620;
}

.staycore-browser {
    width: 94%;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.17);
    border-radius: 10px;

    background: #f5f1e8;

    box-shadow:
        0 40px 100px rgba(0,0,0,.45);
}

.staycore-browser-top {
    display: flex;

    min-height: 42px;

    align-items: center;
    justify-content: space-between;

    padding: 0 16px;

    background: #fafafa;
}

.staycore-browser-top > div {
    display: flex;

    gap: 5px;
}

.staycore-browser-top span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ccd0d7;
}

.staycore-browser-top small {
    color: #9a9ea5;

    font-size: 7px;
}

.staycore-screen {
    min-height: 430px;

    padding: 22px;

    background: #f5f1e8;
}

.staycore-screen-nav {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}

.staycore-screen-nav strong {
    color: #111827;

    font-size: 16px;
}

.staycore-screen-nav strong span {
    color: #c99d45;
}

.staycore-screen-nav > div {
    display: flex;

    gap: 13px;
}

.staycore-screen-nav i {
    width: 28px;
    height: 3px;

    border-radius: 3px;

    background: #d3d5da;
}

.staycore-screen-hero {
    min-height: 230px;

    padding: 40px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #091321,
            #26344b
        );
}

.staycore-screen-hero small {
    color: #c89e4c;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.staycore-screen-hero h3 {
    max-width: 410px;

    margin-top: 12px;

    color: #fff;

    font-size: 31px;
    line-height: 1.13;
}

.staycore-screen-hero p {
    margin-top: 12px;

    color: #8e9aaa;

    font-size: 8px;
}

.staycore-screen-button {
    width: 95px;
    height: 30px;

    margin-top: 24px;

    border-radius: 5px;

    background: #d2a34b;
}

.staycore-room-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 10px;

    margin-top: 13px;
}

.staycore-room-grid > div {
    min-height: 110px;

    padding: 10px;

    border-radius: 7px;

    background: #e3e5ea;
}

.staycore-room-grid span {
    display: block;

    height: 55px;

    border-radius: 4px;

    background: #c7ccd5;
}

.staycore-room-grid strong {
    display: block;

    width: 65%;

    height: 5px;

    margin-top: 10px;

    background: #b7bdc7;
}

.staycore-room-grid small {
    display: block;

    width: 45%;

    height: 4px;

    margin-top: 6px;

    background: #c9cdd4;
}

.featured-product-stamp {
    position: absolute;

    right: 35px;
    bottom: 35px;

    display: flex;

    width: 88px;
    height: 88px;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    border: 1px solid rgba(106,132,235,.4);
    border-radius: 50%;

    background: rgba(9,13,20,.88);

    backdrop-filter: blur(10px);
}

.featured-product-stamp small {
    color: #586476;

    font-size: 6px;
}

.featured-product-stamp strong {
    margin-top: 5px;

    color: #7f97ed;

    font-size: 10px;
}


/* CONTENT */

.featured-product-content {
    display: flex;

    flex-direction: column;

    padding: 42px;
}

.featured-product-topline {
    display: flex;

    justify-content: space-between;

    color: #515b69;

    font-size: 7px;

    letter-spacing: 1px;
}

.featured-product-logo {
    margin-top: 65px;

    color: #fff;

    font-size: 46px;
    font-weight: 800;

    letter-spacing: -2px;
}

.featured-product-logo span {
    color: #d0a04b;
}

.featured-product-content > h3 {
    margin-top: 13px;

    color: #dfe2e8;

    font-family: "Space Grotesk", sans-serif;

    font-size: 22px;
    font-weight: 500;
}

.featured-product-content > p {
    margin-top: 15px;

    color: #737d8b;

    font-size: 11px;
    line-height: 1.8;
}

.featured-product-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-top: 28px;
}

.featured-product-features > div {
    display: flex;

    align-items: center;
    gap: 9px;

    color: #8993a1;

    font-size: 9px;
}

.featured-product-features i {
    color: #7890e9;

    font-size: 8px;
}

.featured-product-data {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    margin-top: 35px;

    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
}

.featured-product-data > div {
    padding: 16px;

    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.featured-product-data small {
    display: block;

    margin-bottom: 7px;

    color: #4d5665;

    font-size: 6px;

    letter-spacing: 1px;
}

.featured-product-data strong {
    color: #a3abb7;

    font-size: 8px;
}

.featured-product-actions {
    display: flex;

    gap: 10px;

    margin-top: auto;

    padding-top: 32px;
}

.product-primary-button,
.product-secondary-button {
    display: inline-flex;

    min-height: 48px;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    padding: 0 18px;

    border: 1px solid rgba(255,255,255,.11);

    font-size: 9px;
    font-weight: 800;
}

.product-primary-button {
    background: #f1f2f5;

    color: #101217;
}

.product-secondary-button {
    color: #929ba9;
}


/*================================================
    PIPELINE
================================================*/

.product-collection {
    padding: 135px 0;

    background: #f2f1ed;
    color: #111319;
}

.product-collection-heading {
    display: grid;

    grid-template-columns: .3fr 1fr .5fr;

    align-items: end;

    gap: 40px;

    margin-bottom: 65px;
}

.product-collection-heading h2 {
    font-family: "Space Grotesk", sans-serif;

    font-size: 52px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.product-collection-heading > p {
    color: #767a80;

    font-size: 11px;
    line-height: 1.7;
}

.product-pipeline {
    border-top: 1px solid #cbc8c1;
}

.pipeline-item {
    display: grid;

    grid-template-columns: 60px 1fr .4fr .25fr;

    align-items: center;

    gap: 35px;

    min-height: 155px;

    border-bottom: 1px solid #cbc8c1;

    transition: .3s ease;
}

.pipeline-item:hover {
    padding-left: 15px;

    background: rgba(255,255,255,.4);
}

.pipeline-index {
    color: #999ca1;

    font-size: 8px;
}

.pipeline-main > span {
    color: #7889cf;

    font-size: 7px;

    letter-spacing: 1px;
}

.pipeline-main h3 {
    margin-top: 7px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 25px;
    font-weight: 500;
}

.pipeline-main p {
    margin-top: 8px;

    color: #797d83;

    font-size: 10px;
}

.pipeline-category,
.pipeline-status {
    color: #787c82;

    font-size: 7px;

    letter-spacing: 1px;
}

.active-product .pipeline-status {
    color: #607ad2;
}


/*================================================
    PRODUCT SYSTEM
================================================*/

.product-system {
    padding: 135px 0;

    background: #090b0f;
}

.product-system-layout {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    align-items: start;

    gap: 100px;
}

.product-system-heading h2 {
    margin: 18px 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 51px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.product-system-heading p {
    color: #727c8b;

    font-size: 11px;
    line-height: 1.8;
}

.product-system-board {
    border-top: 1px solid rgba(255,255,255,.1);
}

.product-system-step {
    display: grid;

    grid-template-columns: 50px .35fr 1fr;

    align-items: center;

    min-height: 115px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.product-system-step > span {
    color: #495363;

    font-size: 8px;
}

.product-system-step small {
    color: #5c73c3;

    font-size: 7px;

    letter-spacing: 1px;
}

.product-system-step strong {
    color: #aeb5c1;

    font-size: 11px;
}


/*================================================
    FUTURE
================================================*/

.future-products {
    padding: 135px 0;

    background: #0e1117;
}

.future-products-header {
    display: grid;

    grid-template-columns: .3fr 1fr;

    margin-bottom: 65px;
}

.future-products-header h2 {
    max-width: 760px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 52px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.future-products-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
}

.future-products-grid article {
    min-height: 300px;

    padding: 28px;

    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);

    transition: .3s;
}

.future-products-grid article:hover {
    background: rgba(255,255,255,.025);
}

.future-products-grid i {
    color: #7389dd;

    font-size: 20px;
}

.future-products-grid span {
    display: block;

    margin-top: 65px;

    color: #52606f;

    font-size: 7px;

    letter-spacing: 1px;
}

.future-products-grid h3 {
    margin-top: 11px;

    color: #eef0f3;

    font-family: "Space Grotesk", sans-serif;

    font-size: 21px;
    font-weight: 500;
}

.future-products-grid p {
    margin-top: 12px;

    color: #6e7887;

    font-size: 9px;
    line-height: 1.75;
}


/*================================================
    CTA
================================================*/

.products-page-cta {
    padding: 120px 0;

    background: #f2f1ed;
}

.products-page-cta-box {
    display: grid;

    grid-template-columns: .25fr 1fr 170px;

    align-items: center;

    gap: 50px;

    padding: 70px 0;

    border-top: 1px solid #cbc8c1;
    border-bottom: 1px solid #cbc8c1;
}

.products-page-cta-box > span {
    color: #96999e;

    font-size: 8px;
}

.products-page-cta-box small {
    color: #7486d0;

    font-size: 8px;

    letter-spacing: 1.2px;
}

.products-page-cta-box h2 {
    max-width: 780px;

    margin-top: 12px;

    color: #111319;

    font-family: "Space Grotesk", sans-serif;

    font-size: 47px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.products-page-cta-box p {
    max-width: 580px;

    margin-top: 14px;

    color: #777a80;

    font-size: 11px;
    line-height: 1.8;
}

.products-page-cta-box > a {
    display: flex;

    width: 155px;
    height: 155px;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 20px;

    border-radius: 50%;

    background: #111319;
    color: #fff;

    text-align: center;

    transition: .35s;
}

.products-page-cta-box > a:hover {
    transform: rotate(-5deg) scale(1.04);

    background: #6a80d5;
}

.products-page-cta-box > a strong {
    font-size: 10px;
}


/*================================================
    RESPONSIVE
================================================*/

@media (max-width: 1050px) {

    .products-page-hero-inner,
    .product-system-layout {
        grid-template-columns: 1fr;
    }

    .products-page-hero h1 {
        font-size: 66px;
    }

    .featured-product-card {
        grid-template-columns: 1fr;
    }

    .featured-product-visual {
        min-height: 580px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .future-products-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


@media (max-width: 700px) {

    .products-page-hero {
        min-height: auto;

        padding: 135px 0 70px;
    }

    .products-page-hero h1 {
        font-size: 45px;

        letter-spacing: -2.2px;
    }

    .products-page-bottom {
        flex-direction: column;

        gap: 12px;
    }

    .product-philosophy,
    .featured-product-section,
    .product-collection,
    .product-system,
    .future-products,
    .products-page-cta {
        padding: 85px 0;
    }

    .product-philosophy-grid {
        grid-template-columns: 1fr;
    }

    .product-philosophy h2,
    .product-collection-heading h2,
    .product-system-heading h2,
    .future-products-header h2 {
        font-size: 38px;
    }

    .product-philosophy-side {
        display: none;
    }

    .featured-product-heading,
    .product-collection-heading,
    .future-products-header {
        grid-template-columns: 1fr;

        gap: 15px;

        margin-bottom: 45px;
    }

    .featured-product-visual {
        min-height: 390px;

        padding: 24px 15px;
    }

    .staycore-browser {
        width: 100%;
    }

    .staycore-screen {
        min-height: 330px;

        padding: 15px;
    }

    .staycore-screen-hero {
        min-height: 180px;

        padding: 25px 20px;
    }

    .staycore-screen-hero h3 {
        font-size: 24px;
    }

    .staycore-room-grid > div {
        min-height: 80px;
    }

    .featured-product-stamp {
        right: 18px;
        bottom: 18px;

        width: 70px;
        height: 70px;
    }

    .featured-product-content {
        padding: 30px 22px;
    }

    .featured-product-logo {
        margin-top: 45px;

        font-size: 39px;
    }

    .featured-product-features {
        grid-template-columns: 1fr;
    }

    .featured-product-data {
        grid-template-columns: 1fr;
    }

    .featured-product-actions {
        align-items: stretch;

        flex-direction: column;
    }

    .product-primary-button,
    .product-secondary-button {
        width: 100%;
    }

    .pipeline-item {
        grid-template-columns: 32px 1fr;

        gap: 14px;

        padding: 25px 0;
    }

    .pipeline-category,
    .pipeline-status {
        grid-column: 2;
    }

    .product-system-layout {
        gap: 50px;
    }

    .product-system-step {
        grid-template-columns: 30px 1fr;

        gap: 10px;

        padding: 20px 0;
    }

    .product-system-step strong {
        grid-column: 2;
    }

    .future-products-grid {
        grid-template-columns: 1fr;
    }

    .future-products-grid article {
        min-height: 250px;
    }

    .products-page-cta-box {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .products-page-cta-box h2 {
        font-size: 37px;
    }

    .products-page-cta-box > a {
        justify-self: center;
    }

}