/*================================================
    PORTFOLIO
================================================*/

.desktop-nav a.active {
    color: #fff;
}


/*================================================
    HERO
================================================*/

.portfolio-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(92, 116, 255, .15),
            transparent 30%
        ),
        #050608;
}

.portfolio-grid-bg {
    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;
}

.portfolio-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(80px);
}

.portfolio-glow-one {
    top: 100px;
    right: 8%;

    width: 440px;
    height: 440px;

    background: rgba(82,108,255,.08);
}

.portfolio-glow-two {
    left: 20%;
    bottom: -180px;

    width: 450px;
    height: 450px;

    background: rgba(143,84,255,.07);
}

.portfolio-hero-layout {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    align-items: end;

    gap: 100px;
}

.portfolio-kicker {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    color: #788ff0;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.portfolio-kicker::before {
    width: 34px;
    height: 1px;

    background: #758ded;

    content: "";
}

.portfolio-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;
}

.portfolio-hero h1 span {
    display: block;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.64);
}

.portfolio-hero-left > p {
    max-width: 620px;

    margin-top: 31px;

    color: #8791a0;

    font-size: 13px;
    line-height: 1.9;
}

.portfolio-hero-index {
    border-top: 1px solid rgba(255,255,255,.1);
}

.portfolio-hero-index > div {
    display: flex;

    min-height: 74px;

    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.portfolio-hero-index small {
    color: #4f5968;

    font-size: 7px;

    letter-spacing: 1px;
}

.portfolio-hero-index strong {
    color: #a8b0bd;

    font-size: 10px;
}

.portfolio-hero-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;
}

.portfolio-hero-bottom a {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    color: #737d8c;
}


/*================================================
    INTRO
================================================*/

.portfolio-intro {
    padding: 130px 0;

    background: #f2f1ed;
    color: #111319;
}

.portfolio-intro-grid {
    display: grid;

    grid-template-columns: .28fr 1fr .4fr;

    gap: 70px;
}

.portfolio-intro h2 {
    max-width: 760px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 54px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2.2px;
}

.portfolio-intro p {
    max-width: 680px;

    margin-top: 30px;

    color: #74787e;

    font-size: 13px;
    line-height: 1.9;
}

.portfolio-intro-side {
    display: flex;

    flex-direction: column;

    gap: 12px;

    align-self: end;

    padding-top: 25px;

    border-top: 1px solid #ccc9c2;
}

.portfolio-intro-side small {
    margin-bottom: 10px;

    color: #999ca1;

    font-size: 7px;

    letter-spacing: 1.3px;
}

.portfolio-intro-side span {
    color: #474b52;

    font-family: "Space Grotesk", sans-serif;

    font-size: 14px;
}


/*================================================
    PROJECTS
================================================*/

.portfolio-projects {
    padding: 135px 0;

    background: #090b0f;
}

.portfolio-project {
    display: grid;

    grid-template-columns: 1.2fr .8fr;

    min-height: 650px;

    margin-bottom: 26px;

    border: 1px solid rgba(255,255,255,.1);

    background: #0d1016;
}

.portfolio-project-reverse {
    grid-template-columns: .8fr 1.2fr;
}

.portfolio-project-reverse .portfolio-project-visual {
    order: 2;

    border-right: 0;
    border-left: 1px solid rgba(255,255,255,.1);
}

.portfolio-project-reverse .portfolio-project-content {
    order: 1;
}

.portfolio-project-visual {
    position: relative;

    display: grid;

    place-items: center;

    overflow: hidden;

    padding: 55px;

    border-right: 1px solid rgba(255,255,255,.1);

    background:
        radial-gradient(
            circle,
            rgba(100,125,255,.14),
            transparent 40%
        ),
        #111620;
}

.portfolio-project-content {
    display: flex;

    flex-direction: column;

    padding: 42px;
}

.project-topline {
    display: flex;

    align-items: center;
    justify-content: space-between;

    color: #505b6a;

    font-size: 7px;

    letter-spacing: 1px;
}

.portfolio-project-content h2 {
    margin-top: auto;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 42px;
    font-weight: 500;

    letter-spacing: -1.5px;
}

.portfolio-project-content h3 {
    margin-top: 7px;

    color: #9da6b5;

    font-size: 12px;
    font-weight: 600;
}

.portfolio-project-content > p {
    margin-top: 18px;

    color: #737d8c;

    font-size: 11px;
    line-height: 1.85;
}

.project-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-top: 28px;
}

.project-tags span {
    padding: 7px 10px;

    border: 1px solid rgba(255,255,255,.1);

    color: #727c8a;

    font-size: 7px;

    text-transform: uppercase;
}

.project-data {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    margin-top: 32px;

    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
}

.project-data > div {
    padding: 18px;

    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.project-data small {
    display: block;

    margin-bottom: 7px;

    color: #4e5867;

    font-size: 6px;
}

.project-data strong {
    color: #a5adba;

    font-size: 8px;
}

.portfolio-project-link {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    margin-top: 28px;

    color: #8da5fa;

    font-size: 9px;
    font-weight: 800;
}


/*================================================
    STAYCORE VISUAL
================================================*/

.staycore-project-browser {
    width: 94%;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;

    background: #f4f1e8;

    box-shadow:
        0 40px 100px rgba(0,0,0,.4);
}

.staycore-project-browser-top {
    display: flex;

    min-height: 42px;

    align-items: center;
    justify-content: space-between;

    padding: 0 16px;

    background: #fafafa;
}

.staycore-project-browser-top > div {
    display: flex;

    gap: 5px;
}

.staycore-project-browser-top span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #c9ced5;
}

.staycore-project-browser-top small {
    color: #999da3;

    font-size: 7px;
}

.staycore-project-screen {
    min-height: 420px;

    padding: 55px;

    background:
        linear-gradient(
            135deg,
            #0d1726,
            #24344c
        );
}

.staycore-project-screen > span {
    color: #c89d4c;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.staycore-project-screen h3 {
    max-width: 440px;

    margin-top: 14px;

    color: #fff;

    font-size: 36px;
    line-height: 1.12;
}

.staycore-project-button {
    width: 110px;
    height: 34px;

    margin-top: 25px;

    border-radius: 5px;

    background: #d0a14a;
}

.staycore-project-cards {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 12px;

    margin-top: 42px;
}

.staycore-project-cards div {
    height: 115px;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.05)
        );
}


/*================================================
    HOSPITALITY DASHBOARD
================================================*/

.hospitality-dashboard {
    width: 82%;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.12);

    background: #0b1017;

    box-shadow:
        0 35px 90px rgba(0,0,0,.35);
}

.dashboard-top {
    display: flex;

    min-height: 52px;

    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    border-bottom: 1px solid rgba(255,255,255,.09);

    color: #8e99a9;

    font-size: 9px;
}

.dashboard-top i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #62d6a0;
}

.dashboard-stat-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);
}

.dashboard-stat-grid > div {
    padding: 22px;

    border-right: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.dashboard-stat-grid small {
    display: block;

    margin-bottom: 8px;

    color: #4f5c6d;

    font-size: 6px;
}

.dashboard-stat-grid strong {
    color: #dce1e8;

    font-size: 18px;
}

.dashboard-chart {
    display: flex;

    height: 150px;

    align-items: end;

    gap: 12px;

    padding: 30px 24px;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.dashboard-chart span {
    flex: 1;

    background: #526ba6;
}

.dashboard-chart span:nth-child(1) {
    height: 34%;
}

.dashboard-chart span:nth-child(2) {
    height: 50%;
}

.dashboard-chart span:nth-child(3) {
    height: 45%;
}

.dashboard-chart span:nth-child(4) {
    height: 65%;
}

.dashboard-chart span:nth-child(5) {
    height: 76%;
}

.dashboard-chart span:nth-child(6) {
    height: 90%;
}

.dashboard-list {
    padding: 18px;
}

.dashboard-list > div {
    display: grid;

    grid-template-columns: 38px 1fr .5fr;

    align-items: center;

    gap: 12px;

    min-height: 45px;

    border-bottom: 1px solid rgba(255,255,255,.05);
}

.dashboard-list span {
    width: 30px;
    height: 30px;

    border-radius: 5px;

    background: #1d2738;
}

.dashboard-list strong {
    width: 65%;
    height: 5px;

    background: #3d4757;
}

.dashboard-list small {
    height: 4px;

    background: #343d49;
}


/*================================================
    CONTROL VISUAL
================================================*/

.control-system-window {
    width: 78%;

    border: 1px solid rgba(255,255,255,.12);

    background: #0b1118;

    box-shadow:
        0 35px 90px rgba(0,0,0,.35);
}

.control-system-header {
    display: flex;

    min-height: 55px;

    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    border-bottom: 1px solid rgba(255,255,255,.08);

    color: #939dad;

    font-size: 9px;
}

.control-system-header strong {
    color: #66d6a3;

    font-size: 7px;
}

.control-device {
    display: flex;

    min-height: 72px;

    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.control-device > div {
    display: flex;

    align-items: center;
    gap: 13px;

    color: #8793a4;

    font-size: 8px;
}

.control-device i {
    width: 18px;

    color: #68bfce;

    text-align: center;
}

.device-switch {
    position: relative;

    width: 35px;
    height: 18px;

    border-radius: 20px;

    background: #242c38;
}

.device-switch::after {
    position: absolute;

    top: 3px;
    left: 3px;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: #6f7885;

    content: "";
}

.device-switch.active {
    background: #406f78;
}

.device-switch.active::after {
    right: 3px;
    left: auto;

    background: #80d4c6;
}

.control-system-footer {
    display: flex;

    gap: 18px;

    padding: 18px 20px;

    color: #4e5d6e;

    font-size: 6px;

    letter-spacing: 1px;
}


/*================================================
    GAME VISUAL
================================================*/

.game-project-scene {
    position: absolute;

    inset: 0;

    display: grid;

    place-items: center;

    background:
        radial-gradient(
            circle,
            rgba(108,130,255,.18),
            transparent 40%
        ),
        #10151f;
}

.game-project-hotel {
    position: relative;

    width: 280px;

    padding: 45px 30px 30px;

    border: 1px solid rgba(124,148,255,.33);

    background: rgba(41,53,84,.34);
}

.game-hotel-sign {
    position: absolute;

    top: -28px;
    left: 50%;

    padding: 9px 18px;

    border: 1px solid rgba(124,148,255,.3);

    background: #171f31;

    color: #91a5ee;

    font-size: 8px;

    letter-spacing: 2px;

    transform: translateX(-50%);
}

.game-hotel-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 14px;
}

.game-hotel-grid span {
    height: 55px;

    border: 1px solid rgba(130,153,255,.3);

    background: rgba(93,118,207,.15);
}

.game-project-ui {
    position: absolute;

    right: 30px;
    bottom: 30px;

    display: flex;

    gap: 8px;
}

.game-project-ui > div {
    min-width: 85px;

    padding: 12px;

    border: 1px solid rgba(255,255,255,.1);

    background: rgba(9,12,18,.8);
}

.game-project-ui small {
    display: block;

    margin-bottom: 4px;

    color: #4f5b6c;

    font-size: 6px;
}

.game-project-ui strong {
    color: #fff;

    font-size: 11px;
}


/*================================================
    DISCIPLINES
================================================*/

.portfolio-disciplines {
    padding: 135px 0;

    background: #f2f1ed;
    color: #111319;
}

.portfolio-disciplines-heading {
    display: grid;

    grid-template-columns: .3fr 1fr;

    margin-bottom: 65px;
}

.portfolio-disciplines-heading h2 {
    max-width: 770px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 52px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.portfolio-discipline-list {
    border-top: 1px solid #cbc8c1;
}

.portfolio-discipline-list > div {
    display: grid;

    grid-template-columns: 60px .7fr 1fr;

    align-items: center;

    gap: 35px;

    min-height: 130px;

    border-bottom: 1px solid #cbc8c1;
}

.portfolio-discipline-list span {
    color: #999ca1;

    font-size: 8px;
}

.portfolio-discipline-list strong {
    font-family: "Space Grotesk", sans-serif;

    font-size: 23px;
    font-weight: 500;
}

.portfolio-discipline-list p {
    color: #74787e;

    font-size: 10px;
    line-height: 1.7;
}


/*================================================
    INDEX
================================================*/

.portfolio-index-section {
    padding: 135px 0;

    background: #090b0f;
}

.portfolio-index-layout {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 100px;
}

.portfolio-index-heading h2 {
    margin-top: 18px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 50px;
    font-weight: 500;

    letter-spacing: -2px;
}

.portfolio-index-list {
    border-top: 1px solid rgba(255,255,255,.1);
}

.portfolio-index-list > div {
    display: grid;

    grid-template-columns: 50px 1fr .55fr;

    align-items: center;

    min-height: 105px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.portfolio-index-list span {
    color: #495363;

    font-size: 8px;
}

.portfolio-index-list strong {
    color: #aeb5c0;

    font-size: 11px;
}

.portfolio-index-list small {
    color: #596474;

    font-size: 7px;
}


/*================================================
    CTA
================================================*/

.portfolio-cta {
    padding: 120px 0;

    background: #f2f1ed;
}

.portfolio-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;
}

.portfolio-cta-box > span {
    color: #96999e;

    font-size: 8px;
}

.portfolio-cta-box small {
    color: #7488d3;

    font-size: 8px;

    letter-spacing: 1.2px;
}

.portfolio-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;
}

.portfolio-cta-box p {
    max-width: 580px;

    margin-top: 15px;

    color: #777a80;

    font-size: 11px;
    line-height: 1.8;
}

.portfolio-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;
}

.portfolio-cta-box > a:hover {
    transform: rotate(-5deg) scale(1.04);

    background: #687fd5;
}

.portfolio-cta-box > a strong {
    font-size: 10px;
}


/*================================================
    RESPONSIVE
================================================*/

@media (max-width: 1050px) {

    .portfolio-hero-layout,
    .portfolio-index-layout {
        grid-template-columns: 1fr;
    }

    .portfolio-hero h1 {
        font-size: 66px;
    }

    .portfolio-project,
    .portfolio-project-reverse {
        grid-template-columns: 1fr;
    }

    .portfolio-project-reverse .portfolio-project-visual,
    .portfolio-project-reverse .portfolio-project-content {
        order: initial;
    }

    .portfolio-project-reverse .portfolio-project-visual {
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .portfolio-project-visual {
        min-height: 580px;

        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

}


@media (max-width: 700px) {

    .portfolio-hero {
        min-height: auto;

        padding: 135px 0 70px;
    }

    .portfolio-hero h1 {
        font-size: 45px;

        letter-spacing: -2.2px;
    }

    .portfolio-hero-bottom {
        flex-direction: column;

        gap: 12px;
    }

    .portfolio-intro,
    .portfolio-projects,
    .portfolio-disciplines,
    .portfolio-index-section,
    .portfolio-cta {
        padding: 85px 0;
    }

    .portfolio-intro-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-intro h2,
    .portfolio-disciplines-heading h2,
    .portfolio-index-heading h2 {
        font-size: 38px;
    }

    .portfolio-intro-side {
        display: none;
    }

    .portfolio-project-visual {
        min-height: 390px;

        padding: 22px 15px;
    }

    .portfolio-project-content {
        padding: 30px 22px;
    }

    .portfolio-project-content h2 {
        margin-top: 55px;

        font-size: 34px;
    }

    .project-data {
        grid-template-columns: 1fr;
    }

    .staycore-project-browser {
        width: 100%;
    }

    .staycore-project-screen {
        min-height: 310px;

        padding: 30px 22px;
    }

    .staycore-project-screen h3 {
        font-size: 26px;
    }

    .staycore-project-cards div {
        height: 75px;
    }

    .hospitality-dashboard,
    .control-system-window {
        width: 92%;
    }

    .dashboard-stat-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-chart {
        height: 110px;
    }

    .game-project-hotel {
        width: 240px;
    }

    .portfolio-disciplines-heading {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .portfolio-discipline-list > div {
        grid-template-columns: 32px 1fr;

        gap: 14px;

        padding: 22px 0;
    }

    .portfolio-discipline-list p {
        grid-column: 2;
    }

    .portfolio-index-layout {
        gap: 50px;
    }

    .portfolio-index-list > div {
        grid-template-columns: 35px 1fr;

        gap: 10px;

        padding: 18px 0;
    }

    .portfolio-index-list small {
        grid-column: 2;
    }

    .portfolio-cta-box {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .portfolio-cta-box h2 {
        font-size: 37px;
    }

    .portfolio-cta-box > a {
        justify-self: center;
    }

}