/* =========================================================
   BEISON GROUP
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: "DM Sans", Arial, sans-serif;
    background: #f7f7f5;
    color: #111923;
    overflow: hidden;
}


a {
    color: inherit;
    text-decoration: none;
}


button,
a {
    -webkit-tap-highlight-color: transparent;
}



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

.site-header {
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 22px;

    border-bottom: 1px solid rgba(17, 25, 35, .12);

    background: #f7f7f5;

    position: relative;
    z-index: 100;
}


.brand {
    font-family: "Space Grotesk", Arial, sans-serif;

    font-size: 17px;
    font-weight: 700;

    letter-spacing: -.03em;
}


.site-nav {
    display: flex;
    align-items: center;

    gap: 24px;
}


.site-nav a {
    font-size: 11px;
    font-weight: 600;

    letter-spacing: .08em;

    text-transform: uppercase;

    opacity: .65;

    transition: opacity .25s ease;
}


.site-nav a:hover {
    opacity: 1;
}



/* =========================================================
   MAIN
   ========================================================= */

main {
    height: calc(100vh - 58px - 42px);

    min-height: 0;
}


.business-section {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 17px 14px 10px;

    min-height: 0;
}



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

.business-heading {
    flex: 0 0 auto;

    text-align: center;

    margin-bottom: 13px;
}


.business-heading .eyebrow {
    font-size: 8px;

    line-height: 1;

    letter-spacing: .22em;

    text-transform: uppercase;

    opacity: .48;

    margin-bottom: 7px;
}


.business-heading h1 {
    font-family: "Space Grotesk", Arial, sans-serif;

    font-size: clamp(25px, 3vw, 43px);

    line-height: .95;

    font-weight: 700;

    letter-spacing: -.055em;

    text-transform: uppercase;
}


.business-heading p {
    margin-top: 8px;

    font-size: 10px;

    letter-spacing: .05em;

    opacity: .56;
}



/* =========================================================
   CARDS
   ========================================================= */

.cards {
    flex: 1 1 auto;

    min-height: 0;

    display: flex;

    gap: 9px;

    overflow: hidden;
}


.business-card {
    position: relative;

    min-width: 0;
    min-height: 0;

    height: 100%;

    flex: 1 1 0;

    overflow: hidden;

    border-radius: 11px;

    isolation: isolate;

    opacity: 1 !important;

    transition:
        flex .55s cubic-bezier(.22, 1, .36, 1),
        transform .45s cubic-bezier(.22, 1, .36, 1),
        box-shadow .45s ease;

    will-change: flex, transform;
}



/* =========================================================
   INDIVIDUAL CARD COLORS
   ========================================================= */


/* ---------------------------------------------------------
   01 — BRANDCRETIQUE
   --------------------------------------------------------- */

.card-brand {
    background: #DAA520;
    color: #800080;
}


.card-brand .card-category {
    color: #800080;
}


.card-brand .feature {
    color: #17375f;

    border-color: rgba(255, 255, 255, .22);

    background: rgba(255, 255, 255, .05);
}


.card-brand .card-link {
    color: #17375f;

    border-color: rgba(216, 161, 59, .55);

    background: rgba(23, 55, 95, .25);
}



/* ---------------------------------------------------------
   02 — CAPITALIX
   --------------------------------------------------------- */

.card-capital {
    background: #eef0f2;

    color: #111923;
}


.card-capital .card-category {
    color: #17375f;
}


.card-capital .feature {
    color: #17375f;

    border-color: rgba(23, 55, 95, .18);

    background: rgba(255, 255, 255, .18);
}


.card-capital .card-link {
    color: #17375f;

    border-color: rgba(23, 55, 95, .25);
}



/* ---------------------------------------------------------
   03 — ZUPPLY
   --------------------------------------------------------- */

.card-zupply {
    background: #07351f;

    color: #ffffff;
}


.card-zupply .card-category {
    color: #55d98a;
}


.card-zupply .feature {
    color: #ffffff;

    border-color: rgba(255, 255, 255, .20);

    background: rgba(255, 255, 255, .05);
}


.card-zupply .card-link {
    color: #55d98a;

    border-color: rgba(85, 217, 138, .55);

    background: rgba(7, 53, 31, .78);
}



/* ---------------------------------------------------------
   04 — HIDRATE
   --------------------------------------------------------- */

.card-hidrate {
    background: #eef7fc;

    color: #102b48;
}


.card-hidrate .card-category {
    color: #2381bd;
}


.card-hidrate .feature {
    color: #185a86;

    border-color: rgba(24, 90, 134, .18);

    background: rgba(255, 255, 255, .18);
}


.card-hidrate .card-link {
    color: #176da4;

    border-color: rgba(23, 109, 164, .28);
}



/* ---------------------------------------------------------
   05 — HARWEST
   --------------------------------------------------------- */

.card-harwest {
    background: #faedd8;

    color: #34261c;
}


.card-harwest .card-category {
    color: #bd731c;
}


.card-harwest .feature {
    color: #69441d;

    border-color: rgba(105, 68, 29, .20);

    background: rgba(255, 255, 255, .18);
}


.card-harwest .card-link {
    color: #744719;

    border-color: rgba(116, 71, 25, .30);
}



/* ---------------------------------------------------------
   06 — BEISON NEWS NETWORK
   RED + BLUE
   --------------------------------------------------------- */

.card-news {
    background:
        radial-gradient(
            circle at 18% 20%,
            rgba(10, 55, 125, 0.55) 0%,
            rgba(10, 55, 125, 0) 45%
        ),
        radial-gradient(
            circle at 85% 85%,
            rgba(120, 10, 25, 0.28) 0%,
            rgba(120, 10, 25, 0) 42%
        ),
        linear-gradient(
            145deg,
            #010317 0%,
            #030a26 35%,
            #06194a 68%,
            #071b3d 100%
        );

    color: #ffffff;
}


.card-news .card-category {
    color: #ff3344;
    opacity: .95;
}


.card-news .feature {
    color: #ffffff;

    border-color: rgba(70, 130, 255, .22);

    background: rgba(255, 255, 255, .045);
}


.card-news .card-link {
    color: #ffffff;

    border-color: rgba(255, 45, 60, .65);

    background: rgba(100, 8, 20, .55);
}


.card-news .card-link:hover {
    background: #d7192d;

    color: #ffffff;

    border-color: #ff4a5b;
}



/* ---------------------------------------------------------
   07 — MUSCLE CULTURE
   RED + BLACK
   --------------------------------------------------------- */

.card-muscle {
    background: linear-gradient(
        145deg,
        #050505 0%,
        #111111 52%,
        #480910 100%
    );

    color: #ffffff;
}


.card-muscle .card-category {
    color: #ff4050;

    opacity: .95;
}


.card-muscle .feature {
    color: #ffffff;

    border-color: rgba(255, 255, 255, .17);

    background: rgba(255, 255, 255, .04);
}


.card-muscle .card-link {
    color: #ffffff;

    border-color: rgba(255, 64, 80, .60);

    background: rgba(91, 8, 18, .62);
}


.card-muscle .card-link:hover {
    background: #d51e32;

    color: #ffffff;

    border-color: #ff5260;
}



/* =========================================================
   DESKTOP CARD EXPANSION
   ========================================================= */

.cards:hover .business-card {
    flex: .7 1 0;
}


.cards .business-card:hover {
    flex: 3.8 1 0;

    transform: translateY(-4px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .18);

    z-index: 10;
}



/* =========================================================
   NUMBER
   ========================================================= */

.card-number {
    position: absolute;

    top: 10px;
    left: 12px;

    z-index: 40;

    font-family: "Space Grotesk", Arial, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .05em;

    opacity: .7;

    transition:
        color .35s ease,
        opacity .35s ease;
}



/* =========================================================
   CATEGORY
   ========================================================= */

.card-category {
    position: absolute;

    top: 39px;

    left: 13px;
    right: 13px;

    z-index: 30;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 2px;

    text-align: center;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .16em;

    line-height: 1.1;

    text-transform: uppercase;

    opacity: .55;

    transition:
        color .35s ease,
        opacity .35s ease;
}


.card-category span {
    display: block;

    width: 100%;
}



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

.card-content {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;
}



/* =========================================================
   CARD INFO
   ========================================================= */

.card-info {
    position: absolute;

    top: 70px;

    left: 13px;
    right: 13px;

    z-index: 25;

    text-align: center;

    transition:
        color .35s ease,
        transform .45s cubic-bezier(.22, 1, .36, 1);
}


.card-logo {
    display: block;

    width: auto;

    max-width: 135px;
    max-height: 50px;

    margin: 0 auto 12px;

    object-fit: contain;

    transition:
        filter .35s ease,
        transform .45s cubic-bezier(.22, 1, .36, 1);
}


.card-info h2 {
    font-family: "Space Grotesk", Arial, sans-serif;

    font-size: 25px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -.045em;

    margin-bottom: 11px;
}


.card-info p {
    max-width: 290px;

    margin: 0 auto;

    font-size: 11px;

    line-height: 1.55;

    opacity: .72;
}



/* =========================================================
   FEATURES
   ========================================================= */

.features {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 5px;

    margin-top: 13px;
}


.feature {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 23px;

    padding: 5px 8px;

    border: 1px solid rgba(17, 25, 35, .16);

    border-radius: 100px;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .07em;

    text-transform: uppercase;

    background: rgba(255, 255, 255, .15);

    transition:
        background .35s ease,
        border-color .35s ease,
        color .35s ease;
}



/* =========================================================
   CARD VISUAL
   ========================================================= */

.card-visual {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 42%;

    z-index: 5;

    overflow: hidden;

    transition:
        top .65s cubic-bezier(.22, 1, .36, 1),
        bottom .65s cubic-bezier(.22, 1, .36, 1),
        height .65s cubic-bezier(.22, 1, .36, 1);
}



/* =========================================================
   CARD IMAGE
   ========================================================= */

.card-visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center bottom;

    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        object-position .8s cubic-bezier(.22, 1, .36, 1);
}



/* =========================================================
   IMAGE FADE
   ========================================================= */

.card-visual::before {
    display: none;
}



/* =========================================================
   HOVER OVERLAY
   ========================================================= */

.card-visual::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 3;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .18) 0%,
            rgba(0, 0, 0, .05) 45%,
            rgba(0, 0, 0, .32) 100%
        );

    opacity: 0;

    pointer-events: none;

    transition:
        opacity .55s ease;
}



/* =========================================================
   HOVER — IMAGE BECOMES FULL CARD
   ========================================================= */

.business-card:hover .card-visual {
    top: 0;

    bottom: 0;

    height: 100%;

    z-index: 5;
}


.business-card:hover .card-visual img {
    transform: scale(1.08);

    object-position: center center;
}


.business-card:hover .card-visual::after {
    opacity: 1;
}



/* =========================================================
   HOVER TEXT
   ========================================================= */

.business-card:hover .card-info {
    color: #ffffff;

    transform: translateY(-2px);
}


.business-card:hover .card-number {
    color: #ffffff;

    opacity: .9;
}


.business-card:hover .card-category {
    color: #ffffff;

    opacity: .9;
}


.business-card:hover .card-logo {
    transform: translateY(-2px);
}



/* =========================================================
   CARD LINK
   ========================================================= */

.card-link {
    position: absolute;

    left: 50%;

    bottom: 9px;

    transform: translateX(-50%);

    z-index: 35;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 90px;

    padding: 7px 11px;

    border: 1px solid rgba(17, 25, 35, .18);

    border-radius: 100px;

    background: rgba(255, 255, 255, .82);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .1em;

    text-transform: uppercase;

    transition:
        background .35s ease,
        color .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


.card-link:hover {
    transform:
        translateX(-50%)
        translateY(-2px);
}


.business-card:hover .card-link {
    background: rgba(255, 255, 255, .92);

    color: #111923;

    border-color: rgba(255, 255, 255, .65);
}



/* =========================================================
   INDIVIDUAL IMAGE HEIGHTS
   ========================================================= */

.card-brand .card-visual {
    height: 39%;
}


.card-capital .card-visual {
    height: 43%;
}


.card-zupply .card-visual {
    height: 43%;
}


.card-hidrate .card-visual {
    height: 42%;
}


.card-harwest .card-visual {
    height: 43%;
}


.card-news .card-visual {
    height: 43%;
}


.card-muscle .card-visual {
    height: 43%;
}



/* =========================================================
   COMING SOON
   ========================================================= */

.blank-card {
    background: #ededeb;

    color: #111923;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: default;
}


.blank-card::before {
    content: "";

    position: absolute;

    inset: 10px;

    border: 1px dashed rgba(17, 25, 35, .12);

    border-radius: 8px;

    pointer-events: none;
}


.coming-soon {
    font-family: "Space Grotesk", Arial, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;

    opacity: .25;

    text-align: center;
}



/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    height: 42px;

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    padding: 0 22px;

    border-top: 1px solid rgba(17, 25, 35, .12);

    background: #f7f7f5;

    position: relative;

    z-index: 100;
}


.footer-left,
.footer-right,
.footer-center {
    font-size: 8px;

    letter-spacing: .04em;

    opacity: .5;
}


.footer-center {
    text-align: center;
}


.footer-right {
    display: flex;

    justify-content: flex-end;
}


.back-top {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 23px;

    height: 23px;

    border: 1px solid rgba(17, 25, 35, .16);

    border-radius: 50%;

    font-size: 12px;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.back-top:hover {
    transform: translateY(-2px);

    background: #111923;

    color: #ffffff;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    body {
        overflow: auto;
    }


    main {
        height: auto;

        min-height: calc(100vh - 58px);
    }


    .business-section {
        height: auto;

        min-height: calc(100vh - 100px);

        overflow: visible;
    }


    .cards {
        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 9px;

        overflow: visible;
    }


    .business-card {
        height: 520px;

        flex: none !important;

        opacity: 1 !important;
    }


    .cards:hover .business-card {
        flex: none;
    }


    .cards .business-card:hover {
        flex: none;

        transform: translateY(-3px);

        box-shadow:
            0 16px 35px rgba(0, 0, 0, .14);
    }


    .business-card:hover .card-visual {
        top: 0;

        bottom: 0;

        height: 100%;
    }


    .card-info {
        top: 70px;
    }


    .card-info h2 {
        font-size: 24px;
    }


    .card-info p {
        font-size: 10px;
    }
}



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

@media (max-width: 760px) {

    body {
        overflow: auto;
    }


    .site-header {
        height: 58px;

        padding: 0 16px;
    }


    .site-nav {
        gap: 14px;
    }


    .site-nav a {
        font-size: 9px;
    }


    main {
        min-height: 0;
    }


    .business-section {
        padding: 18px 10px 12px;
    }


    .business-heading {
        margin-bottom: 13px;
    }


    .business-heading h1 {
        font-size: 27px;

        line-height: .98;
    }


    .business-heading p {
        font-size: 9px;
    }


    .cards {
        grid-template-columns: 1fr;

        gap: 9px;
    }


    .business-card {
        height: 430px;

        opacity: 1 !important;
    }


    .card-category {
        font-size: 9px;

        flex-direction: column;
    }


    .card-info {
        top: 70px;
    }


    .card-logo {
        max-width: 135px;

        max-height: 48px;
    }


    .card-info h2 {
        font-size: 23px;
    }


    .card-info p {
        max-width: 300px;

        font-size: 10px;

        line-height: 1.5;
    }


    .feature {
        font-size: 8px;

        min-height: 22px;

        padding: 4px 7px;
    }


    .card-link {
        bottom: 10px;
    }


    .site-footer {
        height: auto;

        min-height: 42px;

        grid-template-columns:
            1fr auto;

        gap: 10px;

        padding: 10px 16px;
    }


    .footer-center {
        display: none;
    }
}



/* =========================================================
   SMALL DESKTOP
   ========================================================= */

@media (min-width: 1101px) and (max-height: 760px) {

    .business-section {
        padding-top: 12px;

        padding-bottom: 8px;
    }


    .business-heading {
        margin-bottom: 9px;
    }


    .business-heading h1 {
        font-size: 31px;
    }


    .business-heading p {
        margin-top: 6px;
    }


    .card-category {
        font-size: 9px;

        flex-direction: column;
    }


    .card-info {
        top: 68px;
    }


    .card-logo {
        max-height: 43px;
    }


    .card-info h2 {
        font-size: 21px;
    }


    .card-info p {
        font-size: 9px;

        line-height: 1.5;
    }


    .features {
        margin-top: 9px;
    }


    .feature {
        min-height: 20px;

        padding: 4px 7px;

        font-size: 7px;
    }


    .card-link {
        font-size: 7px;
    }
}



/* =========================================================
   VERY SHORT SCREENS
   ========================================================= */

@media (min-width: 1101px) and (max-height: 650px) {

    .site-header {
        height: 52px;
    }


    main {
        height: calc(100vh - 52px - 38px);
    }


    .site-footer {
        height: 38px;
    }


    .business-section {
        padding-top: 8px;

        padding-bottom: 6px;
    }


    .business-heading {
        margin-bottom: 7px;
    }


    .business-heading h1 {
        font-size: 27px;
    }


    .business-heading p {
        font-size: 8px;

        margin-top: 5px;
    }


    .card-number {
        font-size: 9px;
    }


    .card-category {
        top: 35px;

        font-size: 8px;

        gap: 1px;

        flex-direction: column;
    }


    .card-info {
        top: 60px;
    }


    .card-logo {
        max-width: 120px;

        max-height: 36px;

        margin-bottom: 7px;
    }


    .card-info h2 {
        font-size: 19px;

        margin-bottom: 7px;
    }


    .card-info p {
        font-size: 8px;

        line-height: 1.45;
    }


    .features {
        margin-top: 7px;
    }


    .feature {
        min-height: 18px;

        padding: 3px 6px;

        font-size: 6.5px;
    }


    .card-link {
        bottom: 7px;

        padding: 5px 8px;

        font-size: 6px;
    }
}



/* =========================================================
   BNN + MUSCLE CULTURE
   FORCE CATEGORY ITEMS VERTICALLY
   ========================================================= */

.card-news .card-category,
.card-muscle .card-category {
    display: block !important;
    text-align: center;
}


.card-news .card-category span,
.card-muscle .card-category span {
    display: block !important;
    width: 100% !important;
    margin: 0 0 3px !important;
}


.card-news .card-category span:last-child,
.card-muscle .card-category span:last-child {
    margin-bottom: 0 !important;
}