﻿/* =========================================================
   PHOENIX YORK - PRODUCTS PAGE
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
    background: #000b20;
}


/* =========================================================
   HERO
   ========================================================= */

.products-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px - 85px);
    margin-top: 90px;
    padding: 0;
    overflow: hidden;
    background: #111111;
}


.products-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: fill;
    object-position: center center;
    border: 0;
}


/* =========================================================
   THREE COLOURED BLOCKS
   ========================================================= */

.products-focus {
    width: 100%;
    height: 85px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    position: static;
}


.products-focus__item {
    height: 85px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    overflow: hidden;
}


    .products-focus__item span {
        display: inline-block;
        font-family: pymontserratliner, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #ffffff;
        transform: scaleX(0.85);
        transform-origin: center;
        white-space: nowrap;
        text-shadow: 0 0 0.25px rgba(255,255,255,0.9);
    }


    .products-focus__item,
    .products-focus__item:hover,
    .products-focus__item:focus,
    .products-focus__item:active,
    .products-focus__item:visited,
    .products-focus__item span {
        color: #ffffff !important;
        text-decoration: none !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }


.products-focus__item--strategy {
    background: #3b5998;
}


.products-focus__item--solutions {
    background: #000000;
}


.products-focus__item--automation {
    background: #f12e45;
}


/* =========================================================
   CONTENT
   ========================================================= */

.products-content {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}


.products-content__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 58px 55px 90px;
    display: grid;
    grid-template-columns: 30% 65%;
    column-gap: 39px;
}


/* =========================================================
   LEFT SIDEBAR
   ========================================================= */

.products-sidebar {
    width: 68%;
    margin: 0 0 28px 60px;
    text-align: center;
}


/* =========================================================
   CIRCULAR IMAGE
   ========================================================= */

.products-sidebar__image-wrap {
    width: 250px;
    height: 250px;
    margin: 10px 15px 28px 20px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}


.products-sidebar__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    transform-origin: center center;
    border-radius: 0;
}


/* =========================================================
   SIDEBAR HEADING
   ========================================================= */

.products-sidebar h3 {
    margin: 10px 0 22px;
    padding: 0;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    color: #111111;
    text-align: center;
}


/* =========================================================
   SIDEBAR RULE
   ========================================================= */

.products-sidebar__rule {
    width: 100%;
    height: 1px;
    margin: 0 auto 18px;
    background: #d8d8d8;
}


/* =========================================================
   SIDEBAR TEXT
   ========================================================= */

.products-sidebar p {
    width: 88%;
    margin: 0 auto 18px;
    padding: 0;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    color: #8b8d8d;
    text-align: left;
}


/* =========================================================
   CONTACT BUTTON
   ========================================================= */

.products-contact-button {
    display: inline-block;
    margin-top: 15px;
    padding: 11px 18px;
    background: #22b85a;
    color: #ffffff;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}


    .products-contact-button:hover,
    .products-contact-button:focus,
    .products-contact-button:active {
        background: #22b85a;
        color: #ffffff;
        text-decoration: none;
    }


/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.products-main {
    width: 100%;
}


.products-main__rule {
    width: 100%;
    height: 1px;
    margin: 0;
    background: #e1e1e1;
}


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

.products-main h1 {
    margin: 0;
    padding: 15px 0;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 33px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #4c4f78;
    text-transform: uppercase;
}


/* =========================================================
   SUBHEADING
   ========================================================= */

.products-main h2 {
    margin: 45px 0 22px;
    padding: 0;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #353434;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.products-main p {
    margin: 0 0 22px;
    padding: 0;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #353434;
}


/* =========================================================
   PRODUCT LIST
   ========================================================= */


.products-list {
    margin: 0 0 30px;
    padding-left: 34px;
    font-family: PYmuseosans, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #353434;
}

    .products-list li {
        margin: 0;
        padding-left: 4px;
    }


/* =========================================================
   IPAD PRO / SURFACE PRO / ASUS
   ========================================================= */

@media (min-width: 851px) and (max-width: 1366px) {

    .products-content__inner {
        max-width: 1200px;
        padding: 48px 32px 75px;
        grid-template-columns: 34% 62%;
        column-gap: 4%;
    }


    .products-sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
    }


    .products-sidebar__image-wrap {
        width: 230px;
        height: 230px;
        margin: 0 auto 24px;
    }


    .products-sidebar h3 {
        width: 100%;
        margin: 8px auto 20px;
        font-size: 21px;
    }


    .products-sidebar__rule {
        width: 82%;
        margin: 0 auto 16px;
    }


    .products-sidebar p {
        width: 82%;
        margin: 0 auto 16px;
        font-size: 16px;
    }


    .products-main h1 {
        font-size: 31px;
    }


    .products-main h2 {
        margin-top: 40px;
        font-size: 21px;
    }


    .products-main p,
    .products-list {
        font-size: 16px;
    }
}


/* =========================================================
   IPAD AIR / IPAD MINI
   ========================================================= */

@media (max-width: 850px) {

    .products-hero {
        height: 420px;
        margin-top: 70px;
    }


    .products-focus {
        height: 82px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .products-focus__item {
        height: 82px;
        padding: 0 3px;
    }


        .products-focus__item span {
            font-size: 15px;
            letter-spacing: 0.2px;
            transform: scaleX(0.78);
        }


    .products-content__inner {
        grid-template-columns: 1fr;
        padding: 40px 28px 65px;
        column-gap: 0;
    }


    .products-sidebar {
        width: 100%;
        margin: 0 auto 42px;
    }


    .products-sidebar__image-wrap {
        width: 220px;
        height: 220px;
        margin: 0 auto 24px;
    }


    .products-sidebar h3 {
        margin: 0 auto 20px;
    }


    .products-sidebar__rule {
        width: 72%;
        margin: 0 auto 16px;
    }


    .products-sidebar p {
        width: 72%;
        max-width: 430px;
        margin: 0 auto 16px;
    }


    .products-main h1 {
        font-size: 34px;
    }
}


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

@media (max-width: 720px) {

    .products-hero {
        height: 350px;
        margin-top: 70px;
    }


    .products-focus {
        height: auto;
        grid-template-columns: 1fr;
    }


    .products-focus__item {
        height: 62px;
    }


        .products-focus__item span {
            font-size: 14px;
            transform: scaleX(0.88);
        }


    .products-content__inner {
        padding: 28px 18px 50px;
    }


    .products-sidebar {
        width: 100%;
        margin: 0 auto 34px;
    }


    .products-sidebar__image-wrap {
        width: 190px;
        height: 190px;
        margin: 0 auto 20px;
    }


    .products-sidebar h3 {
        font-size: 20px;
    }


    .products-sidebar__rule {
        width: 88%;
    }


    .products-sidebar p {
        width: 88%;
        font-size: 15px;
    }


    .products-main h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }


    .products-main h2 {
        margin-top: 32px;
        font-size: 19px;
    }


    .products-main p {
        font-size: 16px;
        line-height: 1.5;
    }


    .products-list {
        padding-left: 28px;
        font-size: 16px;
        line-height: 25px;
    }
}
