/* Remove the theme's reserved header space on the shortcode canvas. */
body.psb-site-canvas {
    padding-top: 0 !important;
}

.yb-site {
    overflow: visible;
}

.yb-site .notice-bar {
    min-height: 0;
    padding: 9px 24px;
    font-size: clamp(12px, .9vw, 15px);
    line-height: 1.4;
    letter-spacing: .01em;
}

.yb-site .image-banner > img,
.yb-site .center-vial img,
.yb-site .about-mission-media img {
    object-fit: contain;
    object-position: center;
}

.yb-site .image-banner > img {
    padding: clamp(24px, 4vw, 64px);
}

.yb-site .psb-headquarters-address {
    margin-top: 18px;
    line-height: 1.65;
}

.yb-site .psb-headquarters-address strong {
    color: #fff;
}

.yb-site .motion-panel > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.yb-site .motion-panel .motion-shade {
    background:
        linear-gradient(90deg, rgba(4, 22, 42, .88), rgba(5, 35, 61, .64) 55%, rgba(7, 38, 64, .42)),
        linear-gradient(180deg, rgba(6, 30, 52, .12), rgba(4, 23, 42, .5));
}

/* Compact header lockup built from the supplied logo artwork. */
.yb-site .site-header > .psb-new-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    width: auto;
    color: #0a1d35;
    text-decoration: none;
}

.yb-site .psb-brand-mark {
    display: block;
    flex: 0 0 46px;
    width: 46px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: 273px 154px;
    background-position: -117px -25px;
}

.yb-site .psb-brand-type {
    display: grid;
    gap: 3px;
    line-height: 1;
}

.yb-site .psb-brand-type strong {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .22em;
}

.yb-site .psb-brand-type small {
    color: #6e829a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .34em;
}

.yb-site .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: space-between;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 24px rgba(8, 29, 51, .08);
    backdrop-filter: blur(12px);
}

.admin-bar .yb-site .site-header {
    top: 32px;
}

.yb-site .site-header .nav {
    margin-left: auto;
}

.yb-site main section[id],
.yb-site footer[id] {
    scroll-margin-top: 120px;
}

.yb-site .psb-premium-hero {
    position: relative;
    min-height: clamp(620px, 78vh, 850px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #071d35;
}

.yb-site .psb-hero-video {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.yb-site .psb-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 20, 39, .96) 0%, rgba(5, 26, 49, .87) 38%, rgba(5, 28, 52, .42) 66%, rgba(5, 24, 45, .16) 100%),
        linear-gradient(180deg, rgba(5, 22, 42, .18), rgba(5, 22, 42, .46));
}

.yb-site .psb-hero-content {
    width: min(720px, 52%);
    margin-left: clamp(28px, 7vw, 120px);
    padding: 92px 0;
    color: #fff;
}

.yb-site .psb-hero-eyebrow {
    margin: 0 0 18px;
    color: #73d6e6;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.yb-site .psb-premium-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5vw, 78px);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-shadow: 0 3px 28px rgba(0, 0, 0, .18);
}

.yb-site .psb-hero-content > span {
    display: block;
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.6;
}

.yb-site .psb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.yb-site .psb-hero-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.yb-site .psb-hero-button:hover {
    transform: translateY(-2px);
}

.yb-site .psb-hero-button-primary {
    border-color: #6cd4e7;
    background: #6cd4e7;
    color: #06223b;
}

.yb-site .psb-hero-button-secondary {
    background: rgba(7, 29, 53, .34);
    color: #fff;
    backdrop-filter: blur(8px);
}

.yb-site .psb-hero-content small {
    display: block;
    margin-top: 28px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .yb-site .site-header {
        justify-content: space-between;
    }

    .yb-site .psb-brand-type strong {
        font-size: 16px;
    }

    .yb-site .psb-brand-type small {
        font-size: 7px;
    }

    .yb-site .site-header .nav-toggle {
        margin-left: auto;
    }

    .yb-site .psb-premium-hero {
        min-height: 680px;
        align-items: flex-end;
    }

    .yb-site .psb-hero-video {
        object-position: 62% center;
    }

    .yb-site .psb-hero-overlay {
        background: linear-gradient(180deg, rgba(4, 20, 39, .24) 0%, rgba(4, 20, 39, .72) 45%, rgba(4, 20, 39, .98) 82%);
    }

    .yb-site .psb-hero-content {
        width: auto;
        margin: 0;
        padding: 190px 24px 54px;
    }

    .yb-site .psb-premium-hero h1 {
        font-size: clamp(42px, 12vw, 58px);
    }

    .yb-site .psb-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .admin-bar .yb-site .site-header {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yb-site .psb-hero-video {
        display: none;
    }
}

/* Full spreadsheet-backed research catalog. */
.yb-site.psb-full-catalog .psb-catalog-header {
    gap: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.yb-site.psb-full-catalog .psb-catalog-nav {
    gap: clamp(18px, 2.5vw, 42px);
}

.yb-site.psb-full-catalog .psb-catalog-primary {
    min-width: 138px;
    padding: 14px 22px;
    border-radius: 12px;
    background: #3179df;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.yb-site.psb-full-catalog .psb-catalog-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: clamp(24px, 2.5vw, 36px);
    align-items: start;
    max-width: 1600px;
    margin: 0 auto;
    padding: clamp(38px, 5vw, 76px) clamp(24px, 4vw, 72px);
}

.yb-site.psb-full-catalog .psb-catalog-main {
    min-width: 0;
}

.yb-site.psb-full-catalog .psb-catalog-main h1 {
    margin: 8px 0 18px;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.yb-site.psb-full-catalog .psb-catalog-intro {
    max-width: 860px;
}

.yb-site.psb-full-catalog .psb-catalog-search {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 24px;
    padding: 0 20px;
    min-height: 60px;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: #fff;
}

.yb-site.psb-full-catalog .psb-product-search {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
}

.yb-site.psb-full-catalog .psb-catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.yb-site.psb-full-catalog .psb-catalog-filter {
    min-height: 44px;
    padding: 8px 18px;
    border: 1px solid #d7e1ee;
    border-radius: 999px;
    background: #fff;
    color: #3e4d63;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.yb-site.psb-full-catalog .psb-catalog-filter.is-active {
    border-color: #3179df;
    background: #eaf2ff;
    color: #102c55;
}

.yb-site.psb-full-catalog .psb-catalog-count {
    margin: 18px 0;
    color: #66758b;
}

.yb-site.psb-full-catalog.psb-no-results .psb-catalog-count::after {
    content: " No matching product found. Try fewer letters or a different spelling.";
    display: block;
    margin-top: 8px;
    color: #a23b32;
    font-weight: 700;
}

.yb-site.psb-full-catalog .psb-product-table {
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
}

.yb-site.psb-full-catalog .psb-product-head,
.yb-site.psb-full-catalog .psb-product-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(180px, 1.35fr) minmax(180px, 1fr) minmax(108px, 132px);
    gap: 14px;
    align-items: center;
}

.yb-site.psb-full-catalog .psb-product-head {
    padding: 14px 20px;
    border-bottom: 1px solid #e3eaf3;
    background: #f4f7fb;
    color: #607088;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.yb-site.psb-full-catalog .psb-product-row {
    position: relative;
    padding: 18px 20px;
    border-bottom: 1px solid #e8edf4;
}

.yb-site.psb-full-catalog .psb-product-row:last-child {
    border-bottom: 0;
}

.yb-site.psb-full-catalog .psb-product-name h2 {
    margin: 0 0 5px;
    font-size: 18px;
}

.yb-site.psb-full-catalog .psb-product-name p,
.yb-site.psb-full-catalog .psb-selected-spec {
    margin: 0;
    color: #758399;
    font-size: 12px;
}

.yb-site.psb-full-catalog .psb-specification {
    position: relative;
}

.yb-site.psb-full-catalog .psb-spec-toggle {
    width: 100%;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #ccd8e7;
    border-radius: 9px;
    background: #fff;
    color: #263b58;
    font-weight: 750;
    cursor: pointer;
}

.yb-site.psb-full-catalog .psb-spec-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1010;
    width: min(380px, 75vw);
    max-height: 260px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #ccd8e7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(17, 39, 69, .16);
}

.yb-site.psb-full-catalog .psb-spec-menu button {
    display: block;
    width: 100%;
    padding: 9px 11px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.yb-site.psb-full-catalog .psb-spec-menu button:hover {
    background: #eef5ff;
}

.yb-site.psb-full-catalog .psb-selected-spec {
    display: block;
    margin-top: 6px;
}

.yb-site.psb-full-catalog .psb-single-spec {
    color: #42536a;
    font-size: 13px;
    line-height: 1.45;
}

.yb-site.psb-full-catalog .psb-order-cell {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.yb-site.psb-full-catalog .psb-add-button {
    display: inline-flex;
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    border-radius: 9px;
    background: #122f54;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.yb-site.psb-full-catalog .psb-quote-card {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
    min-height: 0;
    width: 100%;
    max-width: 260px;
    box-sizing: border-box;
    justify-self: end;
    padding: 22px 20px;
    border: 1px solid #d8e2ef;
    border-radius: 14px;
    background: #f3f6fb;
}

.admin-bar .yb-site.psb-full-catalog .psb-quote-card {
    top: 152px;
}

.yb-site.psb-full-catalog .psb-quote-card h2 {
    margin: 6px 0 10px;
    font-size: 24px;
    line-height: 1.05;
}

.yb-site.psb-full-catalog .psb-quote-card p {
    margin: 0;
    color: #b77a0f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.yb-site.psb-full-catalog .psb-quote-card span,
.yb-site.psb-full-catalog .psb-quote-card small {
    color: #65758b;
    line-height: 1.55;
}

.yb-site.psb-full-catalog .psb-quote-cta {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #3179df;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.yb-site.psb-full-catalog .psb-catalog-compliance {
    padding: 36px clamp(24px, 5vw, 80px);
    background: #0b2545;
    color: #fff;
    text-align: center;
}

@media (max-width: 1180px) {
    .yb-site.psb-full-catalog .psb-catalog-shell {
        grid-template-columns: 1fr;
    }

    .yb-site.psb-full-catalog .psb-quote-card {
        position: static;
        max-width: none;
        justify-self: stretch;
        grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
        align-items: center;
    }
}

@media (max-width: 760px) {
    .yb-site.psb-full-catalog .psb-catalog-primary {
        display: none;
    }

    .yb-site.psb-full-catalog .psb-product-head {
        display: none;
    }

    .yb-site.psb-full-catalog .psb-product-row {
        grid-template-columns: 1fr;
    }

    .yb-site.psb-full-catalog .psb-quote-card {
        grid-template-columns: 1fr;
    }
}
