:root {
    --biolion-header-offset: 140px;
    --biolion-layer-header: 80;
    --biolion-layer-overlay: 90;
    --biolion-layer-drawer: 100;
    --biolion-layer-panel: 105;
    --biolion-shell-radius: 34px;
    --biolion-card-radius: 28px;
    --biolion-soft-border: rgba(15, 23, 38, 0.08);
    --biolion-soft-shadow: 0 22px 60px rgba(15, 23, 38, 0.12);
    --biolion-deep-shadow: 0 36px 90px rgba(5, 12, 28, 0.24);
    --biolion-header-glass: rgba(255, 255, 255, 0.92);
    --biolion-dark-surface: #0f1726;
    --biolion-dark-surface-2: #18253f;
    --biolion-light-text: rgba(255, 255, 255, 0.9);
}

html {
    scroll-padding-top: calc(var(--biolion-header-offset) + 24px);
}

body.biolion-locked {
    overflow: hidden;
}


[hidden] {
    display: none !important;
}

/* ------------------------------------------------------------
   Header rebuild
------------------------------------------------------------ */
.biopharma-site-header {
    position: sticky;
    top: 0;
    z-index: var(--biolion-layer-header);
    background: transparent;
}

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

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

.biopharma-topbar {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(10, 21, 43, 0.98), rgba(19, 39, 78, 0.98));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.biopharma-topbar__inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.biopharma-topbar__left,
.biopharma-topbar__right {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.biopharma-topbar__link,
.biopharma-topbar__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.biopharma-topbar__note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.biopharma-header__shell {
    padding: 14px 0 18px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.biopharma-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--biolion-header-glass);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: var(--biolion-soft-shadow);
    backdrop-filter: blur(18px);
    transition: padding 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.biopharma-site-header.is-scrolled .biopharma-header__inner {
    padding-top: 11px;
    padding-bottom: 11px;
    box-shadow: 0 16px 40px rgba(15, 23, 38, 0.16);
}

.biopharma-site-branding,
.biopharma-site-branding__media,
.biopharma-site-branding__media .custom-logo-link {
    display: flex;
    align-items: center;
}

.biopharma-site-title {
    color: #0f1726;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.biopharma-site-branding .custom-logo,
.biopharma-site-branding .custom-logo-link img {
    display: block;
    width: auto;
    max-width: 230px;
    max-height: 54px;
}

.biopharma-desktop-nav {
    min-width: 0;
}

.biopharma-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(14px, 1.6vw, 30px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.biopharma-menu li {
    margin: 0;
}

.biopharma-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0;
    color: #18253f;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.biopharma-menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--biolion-accent, #1696e8), var(--biolion-accent-warm, #f47b20));
    transition: width 180ms ease, left 180ms ease;
}

.biopharma-menu a:hover::after,
.biopharma-menu .current-menu-item > a::after,
.biopharma-menu .current_page_item > a::after,
.biopharma-menu .current-menu-ancestor > a::after {
    width: 100%;
    left: 0;
}

.biopharma-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.biopharma-header-cart-wrap {
    position: relative;
}

.biopharma-header-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    min-width: 56px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 38, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 38, 0.06);
    color: #0f1726;
}

.biopharma-header-cart__label {
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.biopharma-header-cart__count {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--biolion-accent, #1696e8), var(--biolion-accent-warm, #f47b20));
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.biopharma-header-cta {
    min-height: 56px;
    padding-inline: 24px;
    border-radius: 999px;
}

.biopharma-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 38, 0.08);
    background: #fff;
}

.biopharma-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background: #0f1726;
}

.biopharma-mobile-panel {
    position: fixed;
    top: calc(var(--biolion-header-offset) + 12px);
    left: 16px;
    right: 16px;
    z-index: var(--biolion-layer-panel);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: var(--biolion-soft-shadow);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.biopharma-mobile-panel.is-open {
    opacity: 1;
    transform: translateY(0);
}

.biopharma-mobile-panel__inner {
    padding: 24px;
}

.biopharma-mobile-menu {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.biopharma-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    color: #0f1726;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(15, 23, 38, 0.03);
}

.biopharma-mobile-panel__meta {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.biopharma-mobile-panel__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 4px;
    color: #18253f;
    font-size: 14px;
}

.biolion-mini-cart__panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(390px, calc(100vw - 32px));
    padding: 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: var(--biolion-soft-shadow);
    z-index: var(--biolion-layer-panel);
}

.biolion-mini-cart__head,
.biolion-mini-cart__subtotal,
.biolion-mini-cart__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.biolion-mini-cart__items {
    display: grid;
    gap: 14px;
    margin: 16px 0 18px;
}

.biolion-mini-cart__item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.biolion-mini-cart__thumb img,
.biolion-mini-cart__thumb .attachment-woocommerce_thumbnail,
.biolion-mini-cart__thumb .woocommerce-placeholder {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 18px;
    background: #f8fbff;
}

.biolion-mini-cart__meta h4 {
    margin: 0 0 4px;
    font-size: 16px;
}

.biolion-mini-cart__meta p,
.biolion-mini-cart__meta strong {
    margin: 0;
}

.biolion-mini-cart__actions {
    margin-top: 16px;
    flex-direction: column;
}

.biolion-mini-cart__actions .biopharma-button {
    width: 100%;
}

/* ------------------------------------------------------------
   Hero slider rebuild
------------------------------------------------------------ */
.biopharma-front-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 44px;
    background: transparent;
}

.biopharma-front-hero__inner {
    position: relative;
}

.biopharma-front-hero__grid,
.biopharma-front-hero__glow {
    position: absolute;
    pointer-events: none;
}

.biopharma-front-hero__grid {
    inset: 0;
    opacity: 0.08;
    background-image: linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
    background-size: 44px 44px;
}

.biopharma-front-hero__glow--one {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 150, 232, 0.28), transparent 70%);
    filter: blur(30px);
}

.biopharma-front-hero__glow--two {
    width: 520px;
    height: 520px;
    right: -180px;
    bottom: -40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(140, 198, 63, 0.16), transparent 72%);
    filter: blur(34px);
}

.biopharma-hero-slider {
    position: relative;
    min-height: clamp(600px, 76vh, 780px);
}

.biopharma-hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    min-height: inherit;
    padding: clamp(32px, 4vw, 54px);
    border-radius: 42px;
    overflow: hidden;
    box-shadow: var(--biolion-deep-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease;
    transform: translateX(14px);
    isolation: isolate;
}

.biopharma-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.biopharma-hero-slide__bg,
.biopharma-hero-slide__grain,
.biopharma-hero-slide__halo {
    position: absolute;
    inset: 0;
}

.biopharma-hero-slide__bg {
    background: linear-gradient(135deg, var(--slide-start, #1696e8) 0%, var(--slide-end, #0056b3) 100%);
}

.biopharma-hero-slide__grain {
    opacity: 0.18;
    background-image: linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 42px 42px;
    mix-blend-mode: overlay;
}

.biopharma-hero-slide__halo--left {
    background: radial-gradient(circle at 24% 36%, rgba(255, 255, 255, 0.34), transparent 28%);
}

.biopharma-hero-slide__halo--right {
    background: radial-gradient(circle at 78% 68%, rgba(255, 255, 255, 0.18), transparent 26%);
}

.biopharma-hero-slide__content,
.biopharma-hero-slide__media {
    position: relative;
    z-index: 2;
}

.biopharma-hero-slide__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    max-width: 680px;
}

.biopharma-hero-title {
    margin: 0;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(48px, 6vw, 92px);
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.biopharma-hero-text {
    margin: 0;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.65;
    font-weight: 500;
}

.biopharma-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.biopharma-hero-slide__media {
    min-height: 460px;
    display: grid;
    place-items: center;
}

.biopharma-hero-slide__media-shell,
.biopharma-hero-slide__media-shadow {
    position: absolute;
}

.biopharma-hero-slide__media-shell {
    inset: 8% 8% 12%;
    border-radius: 44% 44% 36% 36% / 46% 46% 28% 28%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.biopharma-hero-slide__media-shadow {
    left: 14%;
    right: 14%;
    bottom: 7%;
    height: 18%;
    background: radial-gradient(circle, rgba(7, 13, 29, 0.35), transparent 68%);
    filter: blur(34px);
}

.biopharma-hero-slide__media img,
.biopharma-hero-slide__media-placeholder {
    position: relative;
    z-index: 2;
}

.biopharma-hero-slide__media img {
    display: block;
    width: min(100%, 440px);
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
}

.biopharma-hero-slide__media-placeholder {
    display: grid;
    place-items: center;
    width: min(100%, 320px);
    aspect-ratio: 1;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
}

.biopharma-hero-slide__media-placeholder .biolion-symbol {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(56px, 8vw, 86px);
}

.biopharma-hero-bubble {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    min-height: 78px;
    padding: 16px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(7, 13, 29, 0.12);
}

.biopharma-hero-bubble--top {
    top: 8%;
    right: 6%;
}

.biopharma-hero-bubble--bottom {
    left: 6%;
    bottom: 16%;
}

.biopharma-hero-slider__controls {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.biopharma-hero-slider__controls button {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(14px);
}

.biopharma-hero-slider__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.biopharma-hero-slider__dots button {
    width: 13px;
    height: 13px;
    min-width: 13px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
}

.biopharma-hero-slider__dots button[aria-pressed="true"] {
    width: 34px;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.65);
}

/* ------------------------------------------------------------
   Why Biolion rebuild
------------------------------------------------------------ */
.biopharma-difference-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 85%, rgba(140, 198, 63, 0.22), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(22, 150, 232, 0.26), transparent 28%),
        linear-gradient(135deg, #24398d 0%, #2f41b1 52%, #1f7fd7 100%);
}

.biopharma-difference-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    align-items: center;
    gap: clamp(32px, 4vw, 56px);
}

.biopharma-difference-copy {
    min-width: 0;
    color: #fff;
}

.biopharma-difference-copy h2 {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.biopharma-difference-copy > p:not(.biopharma-eyebrow) {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.7;
}

.biopharma-reason-list {
    display: grid;
    gap: 18px;
    margin-top: 32px;
}

.biopharma-reason-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    padding: 20px 22px;
    border-radius: 26px;
    background: rgba(16, 28, 61, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.biopharma-reason-item__icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.biopharma-reason-item h3 {
    margin: 0 0 6px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.15;
}

.biopharma-reason-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.biopharma-difference-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.biopharma-difference-visual__panel {
    position: absolute;
    inset: 8% 6% 8%;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(18, 42, 90, 0.56), rgba(35, 59, 100, 0.34));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.biopharma-difference-visual__core {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: clamp(220px, 24vw, 280px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(31, 122, 221, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.06);
}

.biopharma-difference-visual__core::before {
    content: "";
    position: absolute;
    inset: -28px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.biopharma-difference-visual__core .biolion-symbol {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(64px, 8vw, 94px);
}

.biopharma-difference-visual__card {
    position: absolute;
    z-index: 3;
    width: min(220px, 44%);
    min-height: 122px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(16, 28, 61, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.biopharma-difference-visual__card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffd25d;
    font-family: "Outfit", sans-serif;
    font-size: clamp(32px, 3vw, 42px);
    line-height: 1;
}

.biopharma-difference-visual__card span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.biopharma-difference-visual__card--one {
    top: 8%;
    left: 0;
}

.biopharma-difference-visual__card--two {
    right: 0;
    top: 40%;
}

.biopharma-difference-visual__card--two strong {
    color: #2aa2ff;
}

.biopharma-difference-visual__card--three {
    left: 10%;
    bottom: 8%;
}

/* ------------------------------------------------------------
   Generic page hero + legal content
------------------------------------------------------------ */
.biolion-page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 82% 76%, rgba(22, 150, 232, 0.16), transparent 26%),
        linear-gradient(135deg, #091a35 0%, #12274d 46%, #0c2d63 100%);
    color: #fff;
    padding: clamp(78px, 9vw, 118px) 0 clamp(56px, 8vw, 84px);
}

.biolion-page-hero__grid,
.biolion-page-hero__glow {
    position: absolute;
    pointer-events: none;
}

.biolion-page-hero__grid {
    inset: 0;
    opacity: 0.08;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
    background-size: 46px 46px;
}

.biolion-page-hero__glow--one {
    width: 420px;
    height: 420px;
    left: -130px;
    top: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
    filter: blur(20px);
}

.biolion-page-hero__glow--two {
    width: 520px;
    height: 520px;
    right: -180px;
    bottom: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 150, 232, 0.14), transparent 68%);
    filter: blur(24px);
}

.biolion-page-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.5fr);
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
}

.biolion-page-hero__content {
    min-width: 0;
    max-width: 760px;
}

.biolion-page-hero__title {
    margin: 18px 0 16px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(46px, 5vw, 78px);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.biolion-page-hero__text {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(18px, 1.6vw, 21px);
    line-height: 1.72;
}

.biolion-page-hero__text p:last-child {
    margin-bottom: 0;
}

.biolion-page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.biolion-page-hero__filler {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 300px;
}

.biolion-page-hero__filler::before,
.biolion-page-hero__filler::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.biolion-page-hero__filler::before {
    width: clamp(220px, 24vw, 300px);
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.05);
}

.biolion-page-hero__filler::after {
    width: clamp(260px, 28vw, 360px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.biolion-page-hero__filler .biolion-symbol {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(72px, 9vw, 112px);
}

.biolion-page-content-section {
    position: relative;
}

.biolion-page-content-shell {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(15, 23, 38, 0.07);
    box-shadow: var(--biolion-soft-shadow);
}

.biolion-legal-content {
    color: #334155;
    line-height: 1.8;
}

.biolion-legal-content h1,
.biolion-legal-content h2,
.biolion-legal-content h3,
.biolion-legal-content h4 {
    color: #0f1726;
    font-family: "Outfit", sans-serif;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 1.35em 0 0.55em;
}

.biolion-legal-content h2:first-child,
.biolion-legal-content h3:first-child {
    margin-top: 0;
}

.biolion-legal-content p,
.biolion-legal-content ul,
.biolion-legal-content ol,
.biolion-legal-content table,
.biolion-legal-content blockquote {
    margin-bottom: 1.1em;
}

.biolion-legal-content ul,
.biolion-legal-content ol {
    padding-left: 1.25rem;
}

.biolion-legal-content li + li {
    margin-top: 0.35em;
}

.biolion-legal-content a {
    color: var(--biolion-accent, #1696e8);
    text-decoration: underline;
}

.biolion-legal-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
}

.biolion-legal-content th,
.biolion-legal-content td {
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 38, 0.1);
}

/* ------------------------------------------------------------
   Contact and form readability
------------------------------------------------------------ */
.biolion-form-shell .biolion-form-field label,
.biolion-form-card .biolion-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #3b475a;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.biolion-form-shell .biolion-form-field input,
.biolion-form-shell .biolion-form-field textarea,
.biolion-form-shell .biolion-form-field select,
.biolion-form-card .biolion-form-field input,
.biolion-form-card .biolion-form-field textarea,
.biolion-form-card .biolion-form-field select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 38, 0.1);
    background: #fff;
    box-shadow: none;
}

.biolion-form-field textarea,
.woocommerce form .form-row textarea {
    min-height: 140px;
    padding-top: 16px;
}

.biolion-form-notice {
    border-radius: 18px;
}

/* ------------------------------------------------------------
   Shop filter drawer layer fix
------------------------------------------------------------ */
.biolion-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--biolion-layer-overlay);
    background: rgba(5, 12, 28, 0.42);
    backdrop-filter: blur(6px);
}

.biolion-filter-drawer {
    position: fixed;
    top: calc(var(--biolion-header-offset) + 16px);
    left: 16px;
    bottom: 16px;
    width: min(360px, calc(100vw - 32px));
    z-index: var(--biolion-layer-drawer);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--biolion-soft-shadow);
    transform: translateX(-105%);
    transition: transform 220ms ease;
}

.biolion-filter-drawer.is-open {
    transform: translateX(0);
}

/* ------------------------------------------------------------
   Woo shell, cart, checkout, account
------------------------------------------------------------ */
.biolion-woo-page-section {
    position: relative;
}

.biolion-woo-shell {
    padding: clamp(24px, 3vw, 40px);
    border-radius: 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(15, 23, 38, 0.07);
    box-shadow: var(--biolion-soft-shadow);
}

.biolion-woo-shell .woocommerce,
.biolion-woo-shell .woocommerce-cart-form,
.biolion-woo-shell .cart-collaterals,
.biolion-woo-shell .woocommerce-checkout,
.biolion-woo-shell .woocommerce-account .woocommerce {
    margin: 0;
}

.biolion-woo-shell .woocommerce-cart-form {
    margin-bottom: 28px;
}

.biolion-woo-shell .shop_table {
    width: 100%;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 14px;
}

.biolion-woo-shell .shop_table thead th {
    padding: 0 16px 8px;
    border: 0;
    color: #607089;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.biolion-woo-shell .shop_table tbody tr,
.biolion-woo-shell .shop_table tfoot tr {
    background: #f8fbff;
}

.biolion-woo-shell .shop_table tbody td,
.biolion-woo-shell .shop_table tfoot td,
.biolion-woo-shell .shop_table tfoot th {
    padding: 18px 16px;
    border-top: 1px solid rgba(15, 23, 38, 0.06);
    border-bottom: 1px solid rgba(15, 23, 38, 0.06);
}

.biolion-woo-shell .shop_table tbody td:first-child,
.biolion-woo-shell .shop_table tfoot td:first-child,
.biolion-woo-shell .shop_table tfoot th:first-child {
    border-left: 1px solid rgba(15, 23, 38, 0.06);
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.biolion-woo-shell .shop_table tbody td:last-child,
.biolion-woo-shell .shop_table tfoot td:last-child,
.biolion-woo-shell .shop_table tfoot th:last-child {
    border-right: 1px solid rgba(15, 23, 38, 0.06);
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.biolion-woo-shell .product-thumbnail img,
.biolion-woo-shell .product-thumbnail .attachment-woocommerce_thumbnail {
    width: 96px;
    height: 96px;
    object-fit: contain;
    background: #fff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 38, 0.05);
}

.biolion-woo-shell .product-name a,
.biolion-woo-shell .woocommerce-MyAccount-navigation a {
    color: #0f1726;
    font-weight: 700;
}

.biolion-woo-shell .quantity .qty {
    width: 82px;
    min-height: 48px;
    border-radius: 16px;
    text-align: center;
}

.biolion-woo-shell td.actions {
    padding-top: 12px !important;
}

.biolion-woo-shell td.actions .coupon {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.biolion-woo-shell td.actions .coupon input.input-text {
    min-width: 220px;
    min-height: 50px;
    border-radius: 16px;
    padding-inline: 16px;
}

.biolion-woo-shell td.actions > button,
.biolion-woo-shell td.actions .button,
.biolion-woo-shell .button,
.biolion-woo-shell .wc-proceed-to-checkout a.checkout-button,
.biolion-woo-shell #place_order {
    min-height: 54px;
    border-radius: 999px !important;
    padding-inline: 22px !important;
    border: 0 !important;
    background: linear-gradient(135deg, var(--biolion-accent, #1696e8), var(--biolion-accent-strong, #0056b3)) !important;
    color: #fff !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 28px rgba(22, 150, 232, 0.22);
}

.biolion-woo-shell .cart-collaterals,
.biolion-woo-shell .woocommerce-checkout,
.biolion-woo-shell .woocommerce-account .woocommerce {
    display: grid;
    gap: 24px;
}

.biolion-woo-shell .cart-collaterals {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    align-items: start;
}

.biolion-woo-shell .cart_totals,
.biolion-woo-shell #order_review,
.biolion-woo-shell .woocommerce-MyAccount-content,
.biolion-woo-shell .woocommerce-MyAccount-navigation {
    padding: 26px;
    border-radius: 28px;
    background: #f8fbff;
    border: 1px solid rgba(15, 23, 38, 0.06);
}

.biolion-woo-shell .cart_totals h2,
.biolion-woo-shell #order_review_heading,
.biolion-woo-shell .woocommerce-MyAccount-content h2,
.biolion-woo-shell .woocommerce-MyAccount-navigation a {
    font-family: "Outfit", sans-serif;
}

.biolion-woo-shell .woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    align-items: start;
}

.biolion-woo-shell #customer_details,
.biolion-woo-shell #order_review {
    margin: 0;
}

.biolion-woo-shell .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.biolion-woo-shell .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 16px;
    background: #fff;
}

.biolion-woo-shell .woocommerce-MyAccount-navigation .is-active a,
.biolion-woo-shell .woocommerce-MyAccount-navigation a:hover {
    background: linear-gradient(135deg, rgba(22, 150, 232, 0.12), rgba(0, 86, 179, 0.08));
}

.biolion-woo-shell .woocommerce-info,
.biolion-woo-shell .woocommerce-message,
.biolion-woo-shell .woocommerce-error,
.biolion-woo-shell .woocommerce-notices-wrapper > * {
    border-radius: 20px !important;
}

/* ------------------------------------------------------------
   Responsive adjustments
------------------------------------------------------------ */
@media (max-width: 1180px) {
    .biopharma-menu {
        gap: 16px;
    }

    .biopharma-hero-title {
        font-size: clamp(44px, 5vw, 76px);
    }

    .biopharma-difference-layout,
    .biolion-page-hero__layout,
    .biolion-woo-shell .cart-collaterals,
    .biolion-woo-shell .woocommerce-checkout {
        grid-template-columns: 1fr;
    }

    .biolion-page-hero__filler {
        min-height: 240px;
    }
}

@media (max-width: 1024px) {
    .biopharma-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .biopharma-desktop-nav {
        display: none;
    }

    .biopharma-mobile-toggle {
        display: inline-flex;
    }

    .biopharma-header-cart__label {
        display: none;
    }

    .biopharma-hero-slide {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .biopharma-hero-slide__content {
        max-width: 100%;
    }

    .biopharma-hero-slide__media {
        order: 2;
        min-height: 340px;
    }

    .biopharma-difference-visual {
        min-height: 520px;
    }
}

@media (max-width: 782px) {
    .biopharma-topbar {
        display: none;
    }

    .biopharma-header__shell {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .biopharma-header__inner {
        padding-inline: 16px;
        gap: 12px;
    }

    .biopharma-site-branding .custom-logo,
    .biopharma-site-branding .custom-logo-link img {
        max-width: 170px;
        max-height: 42px;
    }

    .biopharma-header-cta {
        display: none;
    }

    .biopharma-hero-slider {
        min-height: clamp(640px, 86vh, 860px);
    }

    .biopharma-hero-slide {
        padding: 28px 22px 32px;
        border-radius: 28px;
    }

    .biopharma-hero-title {
        font-size: clamp(38px, 12vw, 58px);
    }

    .biopharma-hero-text {
        font-size: 16px;
    }

    .biopharma-hero-actions {
        gap: 10px;
    }

    .biopharma-hero-actions .biopharma-button {
        width: 100%;
    }

    .biopharma-hero-slide__media {
        min-height: 300px;
    }

    .biopharma-hero-slide__media-shell {
        inset: 10% 4% 12%;
    }

    .biopharma-hero-slide__media img {
        width: min(100%, 300px);
        max-height: 360px;
    }

    .biopharma-hero-bubble {
        min-width: 100px;
        min-height: 66px;
        padding: 12px 16px;
        font-size: 10px;
    }

    .biopharma-hero-bubble--top {
        top: 0;
        right: 0;
    }

    .biopharma-hero-bubble--bottom {
        left: 0;
        bottom: 4%;
    }

    .biopharma-reason-item {
        grid-template-columns: 60px minmax(0, 1fr);
        padding: 18px;
    }

    .biopharma-reason-item__icon {
        width: 52px;
        height: 52px;
    }

    .biopharma-difference-visual {
        min-height: 460px;
    }

    .biopharma-difference-visual__card {
        width: min(190px, 48%);
        padding: 18px;
    }

    .biopharma-difference-visual__card--one {
        top: 4%;
    }

    .biopharma-difference-visual__card--two {
        top: auto;
        bottom: 8%;
        right: 2%;
    }

    .biopharma-difference-visual__card--three {
        left: 2%;
        bottom: 30%;
    }

    .biolion-page-hero {
        padding-top: 62px;
        padding-bottom: 56px;
    }

    .biolion-page-hero__title {
        font-size: clamp(38px, 12vw, 56px);
    }

    .biolion-page-hero__text {
        font-size: 16px;
    }

    .biolion-page-hero__chips {
        gap: 10px;
    }

    .biolion-page-hero__filler {
        min-height: 180px;
    }

    .biolion-page-content-shell,
    .biolion-woo-shell {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .biolion-woo-shell .product-thumbnail img,
    .biolion-woo-shell .product-thumbnail .attachment-woocommerce_thumbnail {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    .biolion-woo-shell .woocommerce-cart-form__contents td,
    .biolion-woo-shell .shop_table_responsive tr td {
        background: transparent;
    }
}


/* Surgical additions for legal pages and safer overflow handling */
.biolion-page-content-section--privacy-policy .biolion-page-content-shell,
.biolion-page-content-section--terms .biolion-page-content-shell,
.biolion-page-content-section--terms-and-conditions .biolion-page-content-shell {
    max-width: 980px;
}

.biolion-page-hero--privacy-policy .biolion-page-hero__chips,
.biolion-page-hero--terms .biolion-page-hero__chips,
.biolion-page-hero--terms-and-conditions .biolion-page-hero__chips {
    margin-top: 22px;
}

@media (max-width: 640px) {
    .biolion-page-hero__chips {
        gap: 10px;
    }

    .biolion-page-content-shell {
        padding: 24px 18px;
        border-radius: 24px;
    }
}

/* ------------------------------------------------------------
   Phase E scoped fixes
------------------------------------------------------------ */
body.biolion-body-locked,
body.biolion-locked {
    overflow: hidden;
}

.biopharma-site-header {
    position: fixed;
    inset: 0 0 auto;
}

.biopharma-header__shell {
    padding: 6px 0 0;
    margin-top: -1px;
}

.biopharma-site-header.is-scrolled .biopharma-header__shell {
    padding-top: 4px;
}

.home .biopharma-site-header:not(.is-scrolled) .biopharma-header__inner {
    background: rgba(10, 21, 43, 0.28);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 44px rgba(7, 13, 29, 0.24);
}

body:not(.home) .biopharma-site-header .biopharma-header__inner,
.biopharma-site-header.is-scrolled .biopharma-header__inner {
    background: rgba(255, 255, 255, 0.94);
}

.biopharma-front-hero {
    min-height: 100svh;
}

.biopharma-front-hero__inner {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: calc(var(--biolion-header-offset) + 8px);
}

.biopharma-hero-slider {
    flex: 1;
}

.biolion-page-hero,
.biolion-shop-hero,
.biolion-404-hero {
    min-height: 100svh;
    padding-top: calc(var(--biolion-header-offset) + 18px);
}

.biolion-page-hero__layout,
.biolion-shop-hero__layout,
.biolion-404-hero .biopharma-container {
    min-height: calc(100svh - var(--biolion-header-offset) - 36px);
}

/* shop hero visual rebuild */
.post-type-archive-product .biolion-shop-hero__layout,
.tax-product_cat .biolion-shop-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
}

.post-type-archive-product .biolion-shop-hero__content,
.tax-product_cat .biolion-shop-hero__content {
    max-width: 680px;
    margin: 0;
    text-align: left;
}

.post-type-archive-product .biolion-shop-hero__content p,
.tax-product_cat .biolion-shop-hero__content p {
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .biolion-shop-hero__chips,
.post-type-archive-product .biolion-shop-hero__actions,
.tax-product_cat .biolion-shop-hero__chips,
.tax-product_cat .biolion-shop-hero__actions {
    justify-content: flex-start;
}

.biolion-shop-hero__visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.biolion-shop-hero__visual-orb {
    position: absolute;
    inset: 8% 7% 10%;
    border-radius: 44px;
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.biolion-shop-hero__product-card {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    padding: 22px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(14, 26, 54, 0.76), rgba(14, 26, 54, 0.56));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--biolion-deep-shadow);
    backdrop-filter: blur(18px);
}

.biolion-shop-hero__product-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 300px;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74));
    overflow: hidden;
}

.biolion-shop-hero__product-media::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 24px;
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.68);
}

.biolion-shop-hero__product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.biolion-shop-hero__product-media img,
.biolion-shop-hero__product-placeholder {
    position: relative;
    z-index: 1;
}

.biolion-shop-hero__product-media img {
    width: min(100%, 320px);
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(15, 23, 38, 0.18));
}

.biolion-shop-hero__product-placeholder {
    display: grid;
    place-items: center;
    width: min(100%, 220px);
    aspect-ratio: 1;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--hero-product-primary), var(--hero-product-secondary));
    color: #fff;
}

.biolion-shop-hero__product-placeholder-symbol {
    font-size: clamp(3rem, 6vw, 4.5rem);
}

.biolion-shop-hero__product-body {
    margin-top: 18px;
    color: #fff;
}

.biolion-shop-hero__product-kicker {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.biolion-shop-hero__product-body h2 {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.biolion-shop-hero__product-body p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.68;
}

.biolion-shop-hero__product-points {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.biolion-shop-hero__product-points li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.5;
}

.biolion-shop-hero__product-point-symbol {
    margin-top: 2px;
}

.biolion-shop-hero__stat {
    position: absolute;
    z-index: 3;
    width: min(210px, 46%);
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(7, 13, 29, 0.16);
}

.biolion-shop-hero__stat strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1;
}

.biolion-shop-hero__stat span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.biolion-shop-hero__stat--one {
    top: 0;
    left: 0;
}

.biolion-shop-hero__stat--two {
    right: 0;
    bottom: 10%;
}

/* woo shell spacing cleanup */
.biolion-woo-shell .woocommerce,
.biolion-woo-shell .woocommerce-cart-form,
.biolion-woo-shell .cart-collaterals,
.biolion-woo-shell .woocommerce-checkout,
.biolion-woo-shell .woocommerce-account .woocommerce {
    padding: 0 !important;
}

.biolion-woo-shell .cart_totals table.shop_table,
.biolion-woo-shell #order_review table.shop_table {
    width: 100%;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.biolion-woo-shell .cart_totals table.shop_table tbody tr,
.biolion-woo-shell .cart_totals table.shop_table tfoot tr,
.biolion-woo-shell #order_review table.shop_table tbody tr,
.biolion-woo-shell #order_review table.shop_table tfoot tr {
    background: #ffffff;
}

.biolion-woo-shell .cart_totals table.shop_table th,
.biolion-woo-shell .cart_totals table.shop_table td,
.biolion-woo-shell #order_review table.shop_table th,
.biolion-woo-shell #order_review table.shop_table td {
    padding: 16px;
    border-top: 1px solid rgba(15, 23, 38, 0.06);
    border-bottom: 1px solid rgba(15, 23, 38, 0.06);
}

.biolion-woo-shell .cart_totals table.shop_table th:first-child,
.biolion-woo-shell .cart_totals table.shop_table td:first-child,
.biolion-woo-shell #order_review table.shop_table th:first-child,
.biolion-woo-shell #order_review table.shop_table td:first-child {
    border-left: 1px solid rgba(15, 23, 38, 0.06);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.biolion-woo-shell .cart_totals table.shop_table th:last-child,
.biolion-woo-shell .cart_totals table.shop_table td:last-child,
.biolion-woo-shell #order_review table.shop_table th:last-child,
.biolion-woo-shell #order_review table.shop_table td:last-child {
    border-right: 1px solid rgba(15, 23, 38, 0.06);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.biolion-woo-shell #payment {
    margin-top: 16px;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 38, 0.06);
}

@media (max-width: 1180px) {
    .post-type-archive-product .biolion-shop-hero__layout,
    .tax-product_cat .biolion-shop-hero__layout {
        grid-template-columns: 1fr;
    }

    .biolion-shop-hero__visual {
        min-height: 500px;
    }
}

@media (max-width: 782px) {
    .biopharma-header__shell {
        padding-top: 4px;
    }

    .biopharma-front-hero__inner {
        padding-top: calc(var(--biolion-header-offset) + 4px);
    }

    .post-type-archive-product .biolion-shop-hero__content,
    .tax-product_cat .biolion-shop-hero__content {
        text-align: left;
    }

    .post-type-archive-product .biolion-shop-hero__chips,
    .post-type-archive-product .biolion-shop-hero__actions,
    .tax-product_cat .biolion-shop-hero__chips,
    .tax-product_cat .biolion-shop-hero__actions {
        justify-content: flex-start;
    }

    .biolion-shop-hero__visual {
        min-height: 420px;
    }

    .biolion-shop-hero__product-card {
        padding: 18px;
        border-radius: 28px;
    }

    .biolion-shop-hero__product-media {
        min-height: 240px;
    }

    .biolion-shop-hero__stat {
        width: min(180px, 48%);
        padding: 16px;
    }

    .biolion-shop-hero__stat--two {
        right: 0;
        bottom: 0;
    }

    .biolion-woo-shell td.actions .coupon {
        display: grid;
    }

    .biolion-woo-shell td.actions .coupon input.input-text {
        min-width: 0;
        width: 100%;
    }
}

/* ------------------------------------------------------------
   Phase F targeted refinements
------------------------------------------------------------ */
.biopharma-topbar__link .biolion-symbol,
.biopharma-header-cart__symbol,
.biopharma-button__symbol,
.biopharma-mobile-panel__symbol,
.biopharma-link-arrow__symbol,
.biopharma-icon-button__symbol,
.biopharma-footer-title__symbol,
.biopharma-footer-contact__symbol,
.biopharma-footer-chip__symbol,
.biolion-mini-cart__head-icon,
.biolion-mini-cart__remove-icon,
.biolion-detail-list__symbol,
.biolion-meta-chip__symbol {
    display: inline-grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 1.1rem;
    line-height: 1;
}

.biopharma-topbar__link .biolion-symbol i,
.biopharma-header-cart__symbol i,
.biopharma-button__symbol i,
.biopharma-mobile-panel__symbol i,
.biopharma-link-arrow__symbol i,
.biopharma-icon-button__symbol i,
.biopharma-footer-title__symbol i,
.biopharma-footer-contact__symbol i,
.biopharma-footer-chip__symbol i,
.biolion-mini-cart__head-icon i,
.biolion-mini-cart__remove-icon i,
.biolion-detail-list__symbol i,
.biolion-meta-chip__symbol i {
    display: block;
    line-height: 1;
}

.biopharma-topbar__link span,
.biopharma-topbar__note,
.biopharma-header-cart__label,
.biopharma-header-cart__count {
    line-height: 1;
}

.biopharma-header-cart__count {
    font-variant-numeric: tabular-nums;
}

.biolion-card-link-enabled {
    cursor: pointer;
}

.biolion-card-link-enabled:focus-visible {
    outline: 3px solid rgba(22, 150, 232, 0.26);
    outline-offset: 4px;
}

.biolion-notice--consumed {
    display: none !important;
}

.biolion-toast--error .biolion-toast__icon {
    background: rgba(239, 68, 68, 0.18);
    color: #ffb4b4;
}

.biolion-toast--info .biolion-toast__icon {
    background: rgba(59, 130, 246, 0.18);
    color: #9fd2ff;
}

body.home .biopharma-front-hero {
    padding: calc(var(--biolion-header-offset, 126px) + 8px) 0 52px;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.12), transparent 26%),
        radial-gradient(circle at 84% 18%, rgba(140, 198, 63, 0.12), transparent 22%),
        linear-gradient(135deg, #0d1b37 0%, #173673 48%, #1f7fd7 100%);
}

body.home .biopharma-front-hero__inner {
    display: block;
    min-height: auto;
    padding-bottom: 0;
}

body.home .biopharma-hero-slider {
    min-height: 0;
}

body.home .biopharma-hero-slide {
    position: relative;
    inset: auto;
    display: none;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    align-items: center;
    gap: clamp(28px, 4vw, 54px);
    min-height: clamp(620px, 78vh, 780px);
    padding: clamp(30px, 4vw, 48px);
    border-radius: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

body.home .biopharma-hero-slide.is-active {
    display: grid;
}

body.home .biopharma-hero-slide:not(.is-active) {
    display: none;
}

body.home .biopharma-hero-slide__content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 700px;
}

body.home .biopharma-hero-slide__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.home .biopharma-hero-slide__bullet-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 4px 0 0;
    padding: 0;
    max-width: 36rem;
}

body.home .biopharma-hero-slide__bullet-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.6;
}

body.home .biopharma-hero-slide__bullet-symbol {
    color: #fff;
    margin-top: 3px;
}

body.home .biopharma-hero-slide__media {
    position: relative;
    min-height: 0;
    display: grid;
    align-items: center;
}

body.home .biopharma-hero-spotlight {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(8, 18, 40, 0.34), rgba(9, 20, 46, 0.56));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 80px rgba(4, 12, 30, 0.24);
    backdrop-filter: blur(16px);
}

body.home .biopharma-hero-spotlight__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.24);
}

body.home .biopharma-hero-spotlight__media img {
    display: block;
    width: min(100%, 330px);
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.14));
}

body.home .biopharma-hero-spotlight__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

body.home .biopharma-hero-spotlight__body {
    display: grid;
    gap: 14px;
}

body.home .biopharma-hero-spotlight__kicker {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .biopharma-hero-spotlight__body h3 {
    margin: 0;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.02;
}

body.home .biopharma-hero-spotlight__body > p:last-of-type {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

body.home .biopharma-hero-spotlight__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.home .biopharma-hero-spotlight__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

body.home .biopharma-hero-stat {
    position: absolute;
    z-index: 3;
    width: min(180px, 42%);
    min-height: 110px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 38px rgba(7, 13, 29, 0.14);
}

body.home .biopharma-hero-stat strong {
    display: block;
    margin-bottom: 6px;
    color: #ffd25d;
    font-family: "Outfit", sans-serif;
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1;
}

body.home .biopharma-hero-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
}

body.home .biopharma-hero-stat--top {
    top: 16px;
    left: -18px;
}

body.home .biopharma-hero-stat--bottom {
    right: -18px;
    bottom: 16px;
}

body.home .biopharma-reason-list {
    gap: 20px;
}

body.home .biopharma-reason-item {
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    min-height: 126px;
    padding: 22px 24px;
}

body.home .biopharma-reason-item__icon {
    width: 64px;
    height: 64px;
    justify-self: center;
}

body.home .biopharma-reason-item h3 {
    margin-bottom: 8px;
}

body.home .biopharma-difference-visual {
    min-height: 560px;
}

body.home .biopharma-difference-visual__panel {
    inset: 12% 10%;
    border-radius: 38px;
}

body.home .biopharma-difference-visual__core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(230px, 24vw, 280px);
}

body.home .biopharma-difference-visual__core::before {
    inset: -24px;
    border-radius: 50%;
}

body.home .biopharma-difference-visual__core .biolion-symbol {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

body.home .biopharma-difference-visual__card {
    width: min(220px, 38%);
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.home .biopharma-difference-visual__card--one {
    top: 6%;
    left: 6%;
}

body.home .biopharma-difference-visual__card--two {
    top: 10%;
    right: 6%;
}

body.home .biopharma-difference-visual__card--three {
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
}

.biolion-shop-hero--plain {
    padding: calc(var(--biolion-header-offset, 126px) + 18px) 0 78px;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.1), transparent 24%),
        radial-gradient(circle at 84% 82%, rgba(244, 123, 32, 0.16), transparent 26%),
        linear-gradient(135deg, #0c1831 0%, #13284e 52%, #183867 100%);
}

.biolion-shop-hero--plain .biolion-shop-hero__content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.biolion-shop-hero--plain .biolion-shop-hero__content p {
    max-width: 860px;
}

.biolion-shop-hero--plain .biolion-shop-hero__stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.biolion-shop-hero--plain .biolion-shop-hero__stat-card {
    min-width: 220px;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}

.biolion-shop-hero--plain .biolion-shop-hero__stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1;
}

.biolion-shop-hero--plain .biolion-shop-hero__stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.woocommerce-cart .biolion-woo-shell .cart-collaterals {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    align-items: start;
}

body.woocommerce-cart .biolion-woo-shell .cart_totals,
body.woocommerce-cart .woocommerce .cart_totals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

body.woocommerce-cart .biolion-woo-shell .cart_totals table,
body.woocommerce-cart .biolion-woo-shell .cart_totals .shop_table {
    width: 100% !important;
    border-spacing: 0 12px;
}

body.woocommerce-cart .biolion-woo-shell .cart_totals .shop_table th,
body.woocommerce-cart .biolion-woo-shell .cart_totals .shop_table td,
body.woocommerce-cart .biolion-woo-shell .cart_totals table th,
body.woocommerce-cart .biolion-woo-shell .cart_totals table td {
    width: auto;
}

body.woocommerce-cart .biolion-woo-shell .cart_totals .wc-proceed-to-checkout {
    padding-top: 14px;
    margin-top: 8px;
}

body.woocommerce-cart .biolion-woo-shell .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 1180px) {
    body.home .biopharma-hero-slide {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.home .biopharma-hero-slide__content,
    body.home .biopharma-hero-slide__media {
        max-width: none;
    }

    body.home .biopharma-hero-spotlight__media {
        min-height: 280px;
    }

    body.home .biopharma-hero-stat {
        position: static;
        width: 100%;
    }

    body.home .biopharma-hero-slide__media {
        gap: 16px;
    }

    body.home .biopharma-difference-visual {
        min-height: 500px;
    }

    body.home .biopharma-difference-visual__card--two {
        top: 8%;
    }
}

@media (max-width: 782px) {
    body.home .biopharma-front-hero {
        padding-top: calc(var(--biolion-header-offset, 126px) + 12px);
    }

    body.home .biopharma-hero-slide {
        padding: 24px;
        border-radius: 28px;
    }

    body.home .biopharma-hero-title {
        font-size: clamp(40px, 12vw, 62px);
    }

    body.home .biopharma-hero-slide__chips,
    body.home .biopharma-hero-actions,
    body.home .biopharma-hero-spotlight__chips,
    .biolion-shop-hero--plain .biolion-shop-hero__stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.home .biopharma-hero-slide__bullet-list li {
        font-size: 14px;
    }

    body.home .biopharma-hero-spotlight {
        padding: 20px;
        border-radius: 24px;
    }

    body.home .biopharma-hero-spotlight__media {
        min-height: 240px;
        padding: 20px;
    }

    body.home .biopharma-difference-visual {
        min-height: 460px;
    }

    body.home .biopharma-difference-visual__panel {
        inset: 12% 0;
    }

    body.home .biopharma-difference-visual__core {
        width: 210px;
    }

    body.home .biopharma-difference-visual__card {
        width: min(180px, 44%);
        padding: 16px;
    }

    body.home .biopharma-difference-visual__card--one {
        left: 0;
    }

    body.home .biopharma-difference-visual__card--two {
        right: 0;
    }

    body.home .biopharma-difference-visual__card--three {
        bottom: 2%;
    }

    .biolion-shop-hero--plain {
        padding-bottom: 64px;
    }

    .biolion-shop-hero--plain .biolion-shop-hero__stat-card {
        min-width: 0;
        width: 100%;
    }

    body.woocommerce-cart .biolion-woo-shell .cart-collaterals {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   Phase G final scoped cleanup
============================================================ */

/* Home hero rebuild */
body.home .biopharma-front-hero {
    padding: calc(var(--biolion-header-offset, 126px) + 12px) 0 48px;
    background:
        radial-gradient(circle at 14% 18%, rgba(255,255,255,.14), transparent 26%),
        radial-gradient(circle at 84% 18%, rgba(140,198,63,.12), transparent 24%),
        linear-gradient(135deg, #0d1b37 0%, #14306a 46%, #1d7fd8 100%);
}

body.home .biopharma-front-hero__inner {
    display: block !important;
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home .biopharma-hero-slider {
    position: relative;
    min-height: 0 !important;
}

body.home .biolion-hero-stage {
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 38px;
    background: linear-gradient(135deg, var(--slide-start), var(--slide-end));
    box-shadow: 0 36px 100px rgba(10, 20, 34, 0.24);
}

body.home .biolion-hero-stage.is-active {
    display: block;
}

body.home .biolion-hero-stage__backdrop,
body.home .biolion-hero-stage__orb {
    position: absolute;
    pointer-events: none;
}

body.home .biolion-hero-stage__backdrop {
    inset: 0;
    background:
        radial-gradient(circle at 20% 18%, rgba(255,255,255,.14), transparent 28%),
        radial-gradient(circle at 84% 86%, rgba(255,255,255,.08), transparent 24%);
}

body.home .biolion-hero-stage__orb {
    border-radius: 999px;
    filter: blur(70px);
    opacity: .28;
}

body.home .biolion-hero-stage__orb--one {
    top: -80px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,.24);
}

body.home .biolion-hero-stage__orb--two {
    right: -70px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    background: rgba(244,123,32,.18);
}

body.home .biolion-hero-stage__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    padding: clamp(28px, 4vw, 48px);
}

body.home .biolion-hero-stage__copy {
    max-width: 640px;
}

body.home .biolion-hero-stage__title {
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(52px, 7vw, 92px);
    line-height: .94;
    letter-spacing: -.03em;
}

body.home .biolion-hero-stage__text {
    max-width: 620px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.9);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.7;
}

body.home .biolion-hero-stage__meta,
body.home .biolion-hero-stage__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.home .biolion-hero-stage__meta {
    margin-bottom: 18px;
}

body.home .biolion-hero-stage__benefits {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

body.home .biolion-hero-stage__benefits li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    color: rgba(255,255,255,.94);
    font-size: 16px;
    line-height: 1.55;
}

body.home .biolion-hero-stage__benefit-symbol {
    margin-top: 2px;
    color: #fff;
}

body.home .biolion-hero-stage__product {
    display: flex;
    justify-content: center;
}

body.home .biolion-hero-stage__product-card {
    width: min(100%, 540px);
    padding: 22px;
    border-radius: 32px;
    background: rgba(10, 25, 58, .34);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 28px 70px rgba(7, 16, 35, .22);
    backdrop-filter: blur(18px);
}

body.home .biolion-hero-stage__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.74));
    border: 1px solid rgba(255,255,255,.6);
}

body.home .biolion-hero-stage__media img {
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(15,23,38,.18));
}

body.home .biolion-hero-stage__badge {
    position: absolute;
    top: 16px;
    left: 16px;
}

body.home .biolion-hero-stage__placeholder {
    width: 220px;
    height: 220px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #12305c;
    background: rgba(22,150,232,.12);
}

body.home .biolion-hero-stage__placeholder-symbol {
    font-size: 80px;
}

body.home .biolion-hero-stage__product-copy {
    padding: 20px 4px 2px;
}

body.home .biolion-hero-stage__kicker {
    margin: 0 0 8px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.home .biolion-hero-stage__product-copy h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.04;
}

body.home .biolion-hero-stage__product-copy > p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.88);
    line-height: 1.7;
}

body.home .biolion-hero-stage__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 18px;
}

body.home .biolion-hero-stage__stat {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
}

body.home .biolion-hero-stage__stat strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1;
}

body.home .biolion-hero-stage__stat span {
    display: block;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.home .biolion-hero-stage__nav.biopharma-hero-slider__controls {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 4;
    width: max-content;
    margin: 18px auto 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 40px rgba(10,20,34,.18);
    backdrop-filter: blur(16px);
}

body.home .biolion-hero-stage__nav.biopharma-hero-slider__controls > button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    cursor: pointer;
}

body.home .biolion-hero-stage__nav .biopharma-hero-slider__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.home .biolion-hero-stage__nav .biopharma-hero-slider__dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

body.home .biolion-hero-stage__nav .biopharma-hero-slider__dots button span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.36);
    transition: transform .24s ease, background-color .24s ease;
}

body.home .biolion-hero-stage__nav .biopharma-hero-slider__dots button[aria-pressed="true"] span,
body.home .biolion-hero-stage__nav .biopharma-hero-slider__dots button.is-active span {
    background: #fff;
    transform: scale(1.18);
}

/* Why Biolion density */
body.home .biopharma-reason-item {
    align-items: center;
    padding: 18px 20px;
    border-radius: 26px;
}

body.home .biopharma-reason-item__icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
}

body.home .biopharma-difference-visual__core {
    display: grid;
    place-items: center;
    padding: 0;
}

body.home .biopharma-difference-visual__core .biolion-symbol {
    display: inline-grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 88px;
}

body.home .biopharma-difference-visual__card {
    padding: 18px 20px;
    text-align: left;
}

/* Shop / category hero cleanup */
.post-type-archive-product .biolion-shop-hero--simple,
.tax-product_cat .biolion-shop-hero--simple {
    padding: calc(var(--biolion-header-offset, 126px) + 12px) 0 52px;
    background:
        radial-gradient(circle at 16% 16%, rgba(255,255,255,.1), transparent 24%),
        radial-gradient(circle at 84% 82%, rgba(244,123,32,.14), transparent 24%),
        linear-gradient(135deg, #0c1831 0%, #13284e 52%, #183867 100%);
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__content,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__chips {
    display: none;
}

.post-type-archive-product .biolion-shop-hero--simple h1,
.tax-product_cat .biolion-shop-hero--simple h1 {
    margin: 18px auto 14px;
    max-width: 820px;
    font-size: clamp(54px, 8vw, 96px);
    line-height: .94;
}

.post-type-archive-product .biolion-shop-hero--simple p,
.tax-product_cat .biolion-shop-hero--simple p {
    max-width: 760px;
    margin: 0 auto;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__actions,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__actions {
    justify-content: center;
    margin-top: 22px;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__stats,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 560px;
    margin: 24px auto 0;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__stat-card,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__stat-card {
    min-width: 0;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(14px);
}

/* Contact section rebuild */
.page .biolion-page-module--contact .biopharma-section-heading {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page .biolion-page-module--contact .biolion-contact-layout {
    grid-template-columns: minmax(320px, .92fr) minmax(420px, 1.08fr);
    gap: 24px;
    align-items: start;
}

.page .biolion-page-module--contact .biolion-contact-layout__summary {
    padding: 30px;
    border-radius: 30px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
}

.page .biolion-page-module--contact .biolion-contact-layout__summary h3,
.page .biolion-page-module--contact .biopharma-support-row strong,
.page .biolion-page-module--contact .biopharma-support-row p {
    color: #fff;
}

.page .biolion-page-module--contact .biopharma-support-row {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

.page .biolion-page-module--contact .biopharma-support-row:first-of-type {
    border-top: 0;
    padding-top: 8px;
}

.page .biolion-page-module--contact .biolion-contact-layout__forms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.page .biolion-page-module--contact .biolion-form-card {
    border-radius: 28px;
    padding: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88));
}

.page .biolion-page-module--contact .biolion-form-card--newsletter {
    padding: 22px 24px;
}

.page .biolion-page-module--contact .biolion-form-card--newsletter .biolion-newsletter-inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.page .biolion-page-module--contact .biolion-form-card--newsletter .biolion-newsletter-note {
    margin-top: 12px;
    color: rgba(17,24,39,.56);
}

.page .biolion-page-module--contact .biolion-form-card--contact .biolion-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page .biolion-page-module--contact .biolion-form-card--contact .biolion-form-field {
    margin-bottom: 0;
}

/* Icon alignment cleanup */
.biopharma-topbar__link,
.biopharma-header-cart,
.biopharma-button,
.biopharma-icon-button,
.biopharma-footer-contact li,
.biopharma-mobile-panel__link {
    align-items: center;
}

.biopharma-topbar-symbol,
.biopharma-button__symbol,
.biopharma-header-cart__symbol,
.biopharma-footer-contact__symbol,
.biopharma-footer-title__symbol,
.biopharma-footer-chip__symbol,
.biopharma-mobile-panel__symbol,
.biopharma-icon-button__symbol {
    display: inline-grid;
    place-items: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    flex: 0 0 1em;
}

.biopharma-header-cart__count {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    line-height: 1;
}

@media (max-width: 1180px) {
    body.home .biolion-hero-stage__grid {
        grid-template-columns: 1fr;
    }

    .page .biolion-page-module--contact .biolion-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    body.home .biolion-hero-stage__grid {
        padding: 24px;
    }

    body.home .biolion-hero-stage__title {
        font-size: clamp(42px, 12vw, 64px);
    }

    body.home .biolion-hero-stage__meta,
    body.home .biolion-hero-stage__actions,
    body.home .biolion-hero-stage__stats,
    .post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__stats,
    .tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__stats,
    .page .biolion-page-module--contact .biolion-form-card--contact .biolion-form__grid,
    .page .biolion-page-module--contact .biolion-form-card--newsletter .biolion-newsletter-inline {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.home .biolion-hero-stage__product-card {
        padding: 18px;
        border-radius: 24px;
    }

    body.home .biolion-hero-stage__media {
        min-height: 240px;
        padding: 20px;
    }

    .post-type-archive-product .biolion-shop-hero--simple,
    .tax-product_cat .biolion-shop-hero--simple {
        padding-bottom: 42px;
    }
}

body.tax-product_cat .biolion-shop-hero--simple h1 {
    font-size: clamp(42px, 6.2vw, 74px);
}


/* Phase H: shop hero centering + contact heading + utility icon cleanup */
.post-type-archive-product .biolion-shop-hero--simple .biopharma-container,
.tax-product_cat .biolion-shop-hero--simple .biopharma-container {
    display: flex;
    justify-content: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__content,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    text-align: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biopharma-pill,
.tax-product_cat .biolion-shop-hero--simple .biopharma-pill {
    margin-left: auto;
    margin-right: auto;
}

.post-type-archive-product .biolion-shop-hero--simple h1,
.tax-product_cat .biolion-shop-hero--simple h1 {
    text-align: center;
    max-width: 760px;
}

.post-type-archive-product .biolion-shop-hero--simple p,
.tax-product_cat .biolion-shop-hero--simple p {
    text-align: center;
}

.page .biolion-page-module--contact .biopharma-section-heading h2 {
    color: #fff !important;
}

.page .biolion-page-module--contact .biopharma-section-heading p,
.page .biolion-page-module--contact .biopharma-section-heading .biopharma-eyebrow {
    color: rgba(255,255,255,.88);
}

.biopharma-topbar__link,
.biopharma-topbar__note,
.biopharma-header-cart,
.biopharma-button,
.biopharma-icon-button,
.biopharma-footer-contact li,
.biopharma-mobile-panel__link,
.biolion-mini-cart__remove {
    gap: .72rem;
}

.biopharma-topbar-symbol,
.biopharma-button__symbol,
.biopharma-header-cart__symbol,
.biopharma-footer-contact__symbol,
.biopharma-footer-title__symbol,
.biopharma-footer-chip__symbol,
.biopharma-mobile-panel__symbol,
.biopharma-icon-button__symbol,
.biolion-mini-cart__remove-icon,
.biolion-newsletter-inline__symbol {
    width: 1.1em;
    height: 1.1em;
    min-width: 1.1em;
    min-height: 1.1em;
    font-size: 1em;
}

.biolion-mini-cart__remove {
    align-items: center;
    justify-content: center;
}

.biolion-mini-cart__remove-icon {
    color: #b42318;
}


/* Phase H - final hero centering and icon semantics */
.post-type-archive-product .biolion-shop-hero--simple,
.tax-product_cat .biolion-shop-hero--simple {
    min-height: clamp(560px, 74svh, 760px);
    display: flex;
    align-items: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biopharma-container,
.tax-product_cat .biolion-shop-hero--simple .biopharma-container {
    width: 100%;
    display: grid;
    place-items: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__content,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__content {
    display: grid;
    justify-items: center;
    align-items: center;
    width: min(100%, 920px);
}

.post-type-archive-product .biolion-shop-hero--simple .biopharma-pill,
.tax-product_cat .biolion-shop-hero--simple .biopharma-pill {
    margin-inline: auto;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__actions,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__actions,
.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__stats,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__stats {
    justify-self: center;
}

.page .biolion-page-module--contact .biopharma-section-heading h2,
.page .biolion-page-module--contact .biopharma-section-heading > p,
.page .biolion-page-module--contact .biopharma-eyebrow,
.page .biolion-page-module--contact .biopharma-eyebrow span,
.page .biolion-page-module--contact .biopharma-section-symbol {
    color: #fff;
}

.biopharma-topbar-symbol,
.biopharma-mobile-panel__symbol,
.biopharma-footer-contact__symbol,
.biolion-mini-cart__remove-icon,
.biolion-mini-cart__empty-symbol,
.biolion-filter-drawer__head-icon {
    font-size: .95em;
}

.biolion-mini-cart__remove {
    color: rgba(15, 23, 38, .72);
}

.biolion-mini-cart__remove:hover {
    color: #b42318;
}


/* Phase I: hard center shop/category hero */
.post-type-archive-product .biolion-shop-hero--simple .biopharma-container,
.tax-product_cat .biolion-shop-hero--simple .biopharma-container {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__center-shell,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__center-shell {
    width: min(100%, 940px);
    margin-inline: auto;
    display: grid;
    place-items: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__content,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__content {
    width: 100% !important;
    max-width: 940px !important;
    margin-inline: auto !important;
    justify-items: center;
    text-align: center;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__content > *,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__content > * {
    margin-left: auto;
    margin-right: auto;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__actions,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__actions,
.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__stats,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__stats {
    justify-content: center !important;
}

@media (max-width: 782px) {
    .post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__center-shell,
    .tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__center-shell {
        width: 100%;
    }
}

/* Phase J: kill old 2-column grid on simple shop/category hero */
.post-type-archive-product .biolion-shop-hero--simple > .biopharma-container,
.tax-product_cat .biolion-shop-hero--simple > .biopharma-container {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: calc(100svh - var(--biolion-header-offset, 126px) - 68px) !important;
}

.post-type-archive-product .biolion-shop-hero--simple .biolion-shop-hero__center-shell,
.tax-product_cat .biolion-shop-hero--simple .biolion-shop-hero__center-shell {
    flex: 0 1 940px;
    width: min(100%, 940px);
    margin-inline: auto;
}
