@charset "UTF-8";

/* ============================================================
   PHARMALAB - CANONICAL BRAND LOCKUP

   The supplied artwork (white wordmark, mint flask) is stored as one
   transparent master image and is designed for dark surfaces, so header and
   footer both present it directly on the teal ground — no light plate.
   ============================================================ */

.plab-brand-lockup {
    --plab-brand-logo-width: 238px;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: min(calc(var(--plab-brand-logo-width) + 22px), 100%);
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(50, 172, 145, .34);
    border-radius: 12px;
    background: rgba(241, 250, 247, .97);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
    vertical-align: middle;
}

.plab-brand-lockup__image {
    display: block;
    width: min(var(--plab-brand-logo-width), 100%);
    height: auto;
    max-width: 100%;
    margin: 0;
    border: 0;
    filter: none;
    mix-blend-mode: normal;
}

.plab-site-branding__link {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    grid-template: none !important;
}

.plab-site-header .plab-brand-lockup--header {
    --plab-brand-logo-width: 174px;
    width: min(var(--plab-brand-logo-width), 100%);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.plab-site-header .plab-site-branding {
    display: flex;
    align-items: center;
    line-height: 0;
}

:root {
    --plab-header-height: 72px;
}

.plab-site-header {
    min-height: 72px;
    padding-block: 6px;
}

.plab-site-header .plab-site-header__inner {
    min-height: 60px;
}

.plab-site-footer .plab-brand-lockup--footer {
    --plab-brand-logo-width: 236px;
    width: min(var(--plab-brand-logo-width), 100%);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 720px) {
    :root {
        --plab-header-height: 64px;
    }

    .plab-site-header .plab-brand-lockup--header {
        --plab-brand-logo-width: 150px;
    }

    .plab-site-header {
        min-height: 64px;
        padding-block: 4px;
    }

    .plab-site-header .plab-site-header__inner {
        min-height: 56px;
    }

}

@media (max-width: 420px) {
    .plab-site-header .plab-brand-lockup--header {
        --plab-brand-logo-width: 136px;
    }

}

.plab-brand-lockup--type {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.plab-brand-lockup--type .plab-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color: var(--white);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
    white-space: nowrap;
}

.plab-brand-lockup--type .plab-wordmark__name {
    color: var(--white);
    font-weight: 800;
}

.plab-brand-lockup--type .plab-wordmark__accent {
    color: var(--mint-400);
}

.plab-brand-lockup--type .plab-wordmark__tagline {
    margin: 0;
    color: var(--text-secondary-dark);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
}

.plab-site-footer .plab-brand-lockup--type .plab-wordmark {
    font-size: 26px;
}

.plab-site-header .plab-brand-lockup--header .plab-brand-lockup__image {
    width: auto;
    max-width: min(var(--plab-brand-logo-width), 100%);
    height: 44px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 720px) {
    .plab-site-header .plab-brand-lockup--header .plab-brand-lockup__image {
        height: 38px;
    }

}
