:root {
    --bion-viewport-height: 100vh;
    --bion-viewport-width: 100vw;
    --bion-viewport-left: 0px;
}

@supports (height: 100dvh) {
    :root {
        --bion-viewport-height: 100dvh;
    }
}

/* The intro keeps its own backdrop after removing the photo sequence. */
.loading {
    background-color: #000;
    transition: opacity .1s linear;
}

.loading_logo {
    aspect-ratio: 19 / 3;
    max-width: 760px;
}

.loading_counter {
    width: min(90vw, 1500px);
}

.loading_counter:not(.end) .loading_counter_value,
.loading_counter:not(.end) .loading_counter_tsi {
    opacity: 0;
}

.loading_counter_value {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    transition:
        left .4s cubic-bezier(.19, 1, .22, 1),
        transform .4s cubic-bezier(.19, 1, .22, 1),
        font-size .4s cubic-bezier(.19, 1, .22, 1);
    white-space: nowrap;
}

.loading_counter_tsi {
    display: block;
    top: 50%;
    right: 50%;
    left: auto;
    padding-right: clamp(28px, 3vw, 58px);
    padding-left: 0;
    font-size: .56em;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-12vw, -50%);
    transition:
        transform .4s cubic-bezier(.19, 1, .22, 1),
        opacity .175s linear;
}

.loading_counter_tsi::before {
    position: fixed;
    top: 50%;
    right: auto;
    left: 50%;
    width: clamp(7px, .75vw, 14px);
    height: clamp(7px, .75vw, 14px);
    transform: translate(-50%, -50%);
}

.loading.bion-loader-logo-finished .loading_logo {
    opacity: 0 !important;
    transition: opacity .1s linear;
}

.loading.bion-loader-logo-finished .loading_counter_inner {
    transform: translateY(0) !important;
}

.loading.bion-loader-final-finished .loading_counter {
    opacity: 0 !important;
    transition: opacity .2s linear !important;
}

.loading.bion-loader-final-finished .loading_sequence_item {
    opacity: 0 !important;
    transform: scale(1.04) !important;
    transition: opacity .22s linear, transform .45s ease-out !important;
}

.loading.bion-loader-final-finished .loading_sequence_item.bion-loader-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.loading_counter.end .loading_counter_value {
    right: auto;
    left: 50%;
    width: auto;
    padding-left: clamp(28px, 3vw, 58px);
    font-size: .72em;
    transform: translate(0, -50%);
}

.loading_counter.end .loading_counter_tsi {
    opacity: 1;
    transform: translate(0, -50%);
}

.loading_counter.end .loading_counter_value,
.loading_counter.end .loading_counter_tsi {
    font-size: .56em;
    font-weight: 300;
    line-height: 1;
}

/* Final loader lockup: center the full “БИОН · 00X” group as one unit. */
.loading_counter.end .loading_counter_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2.4vw, 46px);
    transform: none !important;
}

.loading_counter.end .loading_counter_tsi,
.loading_counter.end .loading_counter_value {
    position: static;
    width: auto;
    padding: 0;
    white-space: nowrap;
    transform: none !important;
}

.loading_counter.end .loading_counter_tsi {
    order: 1;
}

.loading_counter.end .loading_counter_inner::before {
    content: "";
    order: 2;
    flex: 0 0 auto;
    width: clamp(8px, .72vw, 14px);
    height: clamp(8px, .72vw, 14px);
    border-radius: 50%;
    background: currentColor;
}

.loading_counter.end .loading_counter_value {
    order: 3;
}

.loading_counter.end .loading_counter_tsi::before {
    content: none;
}

@media (max-width: 767px) {
    .loading_counter {
        width: 94vw;
        font-size: clamp(76px, 25vw, 150px);
    }

    .loading_counter_tsi {
        font-size: .48em;
    }

    .loading_counter.end .loading_counter_value {
        font-size: .52em;
    }

    .loading_counter.end .loading_counter_tsi {
        font-size: .52em;
    }
}

.bion-scenario-background {
    position: fixed;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms linear, visibility 0s linear 180ms;
}

.bion-scenario-background.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.bion-scenario-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.navbar {
    align-items: center !important;
    mix-blend-mode: normal !important;
}

.navbar_logo {
    width: auto;
    min-width: 148px;
    overflow: visible;
    padding-top: 0 !important;
}

.navbar_logo a,
.menu_nav li:first-child a {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: visible;
}

.navbar_logo a {
    height: 42px;
    padding: 0 !important;
}

.navbar_logo .bion-brand-mark,
.menu_nav .bion-brand-mark {
    display: block;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.bion-brand-name {
    display: block;
    flex: 0 0 auto;
    color: #fff;
    font-family: Saans, Inter, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 570;
    white-space: nowrap;
}

.navbar_main {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center !important;
}

.navbar_nav {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: space-around;
    align-items: center;
    gap: 18px;
    padding-top: 0 !important;
}

.navbar_nav_link {
    flex: 0 0 auto !important;
    width: auto !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 380;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    min-height: 46px;
    align-items: center !important;
    color: #fff !important;
    opacity: 1 !important;
}

.navbar_nav_link > span:last-child,
.navbar_nav_link > span:last-child .char {
    font-family: Saans, Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 380 !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Header navigation: use only OS-provided UI fonts, without bundling a third-party font file. */
.navbar_nav_link,
.navbar_nav_link > span:last-child,
.navbar_nav_link > span:last-child .char,
.navbar_actions .button_label,
.navbar_actions .button_label .char,
.navbar_actions .bion-contacts-toggle,
.navbar_actions .bion-language,
.bion-current-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-weight: 700 !important;
}

.navbar_actions {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

/* Long medical terminology needs a smaller scale to stay inside the section column. */
.bion-prosthetics-title {
    font-size: clamp(32px, 4vw, 62px) !important;
    line-height: 1.16 !important;
}

.bion-prosthetics-title .line {
    margin-top: -0.1em;
    margin-bottom: -0.1em;
}

.bion-prosthetics-title .line + .line {
    margin-top: 0;
}

.navbar_actions .button {
    margin-left: 0;
}

.bion-contacts-toggle {
    min-width: 112px;
    padding-inline: 16px;
    white-space: nowrap;
}

.bion-language {
    min-width: 52px;
}

.bion-contact-popover {
    position: relative;
    flex: 0 0 auto;
}

.bion-contact-popover__panel {
    position: absolute;
    z-index: 130;
    top: calc(100% + 10px);
    left: 50%;
    width: 280px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    color: #fff;
    background: rgba(7, 10, 12, 0.94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    text-align: center;
    transform: translateX(-50%);
}

.bion-contact-popover__panel[hidden] {
    display: none;
}

.bion-contact-popover__panel a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 570;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease;
}

.bion-contact-field {
    display: block;
    padding: 10px 12px;
    text-align: center;
}

.bion-contact-field span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 570;
    text-transform: uppercase;
}

.bion-contact-field input {
    display: block;
    width: 100%;
    padding: 8px 6px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    font-family: Saans, Inter, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 380;
    text-align: center;
    cursor: text;
    user-select: text;
}

.bion-contact-field input:focus {
    border-color: rgba(255, 255, 255, 0.78);
}

.bion-contact-popover__panel a:hover,
.bion-contact-popover__panel a:focus-visible {
    color: #000;
    background: #fff;
    outline: none;
}

/* Scene geometry for the original rings. Native inner rotation stays intact. */
.circles { transition: opacity 450ms ease; }
.circles[data-bion-circle-story] .circle {
    top: 0;
    left: 0;
    width: var(--bion-ring-diameter);
    height: var(--bion-ring-diameter);
    margin-left: calc(var(--bion-ring-diameter) / -2);
    margin-top: calc(var(--bion-ring-diameter) / -2);
    transform: var(--bion-ring-transform) !important;
    opacity: var(--bion-ring-opacity) !important;
    will-change: transform, opacity;
}
/* Keep arcs visible in the final sections without multiplying three opacity filters. */
body.bion-faq-visible .circles { opacity: .38 !important; }
body.bion-contact-visible .circles { visibility: hidden !important; opacity: 0 !important; }
@media (max-width: 767px) {
    body.bion-faq-visible .circles { opacity: .3 !important; }
}
@media (prefers-reduced-motion: reduce) {
    .circles { transition: none; }
    .circles[data-bion-circle-story] .circle_inner { transform: none !important; transition: none; }
    .circles[data-bion-circle-story] .circle_border { animation: none; }
}

.hero_scroll.bion-scroll-control {
    position: fixed !important;
    z-index: 125;
    right: 3.125vw;
    bottom: 3.125vw;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: width 350ms ease, height 350ms ease, bottom 350ms ease;
}

.hero_scroll.bion-scroll-control .hero_scroll_label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: 570;
    text-align: center;
    text-transform: uppercase;
}

.hero_scroll.bion-scroll-control svg {
    display: none;
}

.hero_scroll.bion-scroll-control::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
    .hero_scroll.bion-scroll-control:hover::before {
        transform: scale(1.08);
    }
}

.hero_scroll.bion-scroll-control.is-back-to-top {
    bottom: 2.25vw;
    width: 76px;
    height: 76px;
}

.hero_scroll.bion-scroll-control.is-back-to-top .hero_scroll_label {
    font-size: 11px;
}

.pSection--hero .hero_scroll {
    display: grid;
    place-items: center;
}

.pSection--hero .hero_scroll .hero_scroll_label {
    display: none;
}

.pSection--hero .hero_scroll svg {
    position: static;
    display: block;
    width: 16px;
    height: 32px;
    margin: 0;
    fill: currentColor;
    opacity: 1 !important;
    transform: none !important;
}

.pSection--hero .buttonDiscover.bion-hero-cta {
    display: flex;
    align-items: center;
    width: min(100%, 560px);
    min-height: 66px;
    padding: 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.18);
    text-align: left;
}

.pSection--hero .bion-hero-cta .buttonDiscover_border {
    display: none;
}

.pSection--hero .bion-hero-cta .buttonDiscover_label {
    flex: 1;
    width: auto;
    height: 24px;
    padding: 0;
}

.pSection--hero .bion-hero-cta .buttonDiscover_label_txt {
    top: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.pSection--hero .bion-hero-cta .buttonDiscover_arrow {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 0 0 15px;
    height: 24px;
}

@media (max-width: 767px) {
    .pSection--hero .hero_scroll {
        right: 14px;
    }

    .pSection--hero .buttonDiscover.bion-hero-cta {
        width: 100%;
        min-height: 58px;
        padding: 0 20px;
    }

    .pSection--hero .bion-hero-cta .buttonDiscover_label {
        display: block;
        height: 20px;
    }

    .pSection--hero .bion-hero-cta .buttonDiscover_label_txt {
        top: 0;
        font-size: 12px;
    }

    .pSection--hero .bion-hero-cta .buttonDiscover_arrow {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

/* Hero step 2: CTA under the left title, supporting copy in the former CTA column. */
.pSection--hero .pSection_header_actions {
    display: flex;
    align-items: flex-end;
}

.pSection--hero .pSection_header_discover {
    display: block;
}

.pSection--hero[data-step="1"] .bion-hero-subtitle {
    visibility: hidden;
    opacity: 0;
}

.pSection--hero[data-step="2"] .bion-hero-subtitle {
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms linear;
}

@media (max-width: 767px) {
    .pSection--hero .pSection_header_footer {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .pSection--hero .pSection_header_actions,
    .pSection--hero .pSection_header_discover {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .pSection--hero .pSection_header_discover {
        order: 2;
    }
}

.bion-result-detail {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: block !important;
    width: 30% !important;
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.78);
}

.recognition_nav_item[data-result-target] {
    cursor: pointer;
    touch-action: manipulation;
}

.recognition_nav_item[data-result-target]:hover .recognition_nav_label,
.recognition_nav_item[data-result-target]:focus-visible .recognition_nav_label {
    opacity: 1;
}

.recognition_nav_item[data-result-target]:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.9);
    outline-offset: 8px;
}

.sphereExperimentation .collapse_title[data-scenario-target] {
    cursor: pointer;
    touch-action: manipulation;
}

.sphereExperimentation .collapse_title[data-scenario-target]:hover .collapse_title_txt,
.sphereExperimentation .collapse_title[data-scenario-target]:focus-visible .collapse_title_txt {
    opacity: 1;
}

.sphereExperimentation .collapse_title[data-scenario-target]:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.9);
    outline-offset: 8px;
}

.pSection--sphere .sphereExperimentation {
    min-height: 240svh;
}

/* Three independent product screens immediately after the second hero. */
.bion-benefit {
    position: relative;
    z-index: 4;
    min-height: var(--bion-viewport-height);
    isolation: isolate;
    overflow: clip;
    color: #fff;
    background: #050505;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bion-benefit__photo {
    position: absolute;
    z-index: -2;
    inset: 0 0 0 35%;
}

.bion-benefit__photo img,
.bion-benefit__photo video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bion-benefit::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #050505 0%, #050505 30%, rgba(5, 5, 5, .94) 40%, rgba(5, 5, 5, .2) 72%, rgba(5, 5, 5, .12) 100%);
}

.bion-benefit__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--bion-viewport-height);
    padding: max(140px, 16vh) 5vw 8vh;
}

.bion-benefit__heading .st4 {
    display: block;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .65);
}

.bion-benefit h2 {
    margin: 0;
    font-size: clamp(64px, 6.5vw, 116px);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.bion-benefit__copy {
    width: min(540px, 42vw);
    margin-top: 42px;
}

.bion-benefit__lead {
    margin: 0;
    font-size: clamp(24px, 2.05vw, 34px);
    font-weight: 400;
    line-height: 1.25;
    text-wrap: pretty;
}

.bion-benefit__points {
    display: grid;
    gap: 18px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(16px, 1.3vw, 21px);
    line-height: 1.5;
}

.bion-benefit__points li {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.bion-benefit__lead strong {
    color: #70c7ff;
    font-weight: 500;
}

.bion-benefit__video-toggle {
    position: absolute;
    z-index: 2;
    right: 5vw;
    bottom: 28px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 24px;
    background: rgba(5, 5, 5, .5);
    color: #fff;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.bion-benefit__video-toggle:focus-visible {
    outline: 2px solid #70c7ff;
    outline-offset: 4px;
}

.bion-benefit--comfortable .bion-benefit__photo img {
    object-position: 62% center;
}

.bion-benefit--universal .bion-benefit__photo img {
    object-position: 57% center;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .bion-benefit__inner { padding-top: 130px; }
    .bion-benefit__copy { width: 48vw; }
    .bion-benefit__lead { font-size: 25px; }
    .bion-benefit__points { font-size: 17px; }
}

@media (max-width: 767px) {
    .bion-benefit__photo {
        inset: 0 0 auto;
        height: min(64vh, 550px);
    }

    .bion-benefit__photo img,
    .bion-benefit__photo video { object-position: center 38%; }
    .bion-benefit--comfortable .bion-benefit__photo img { object-position: center 46%; }
    .bion-benefit--universal .bion-benefit__photo img { object-position: 48% center; }

    .bion-benefit::before {
        background: linear-gradient(180deg, rgba(5, 5, 5, .66) 0%, rgba(5, 5, 5, .1) 23%, rgba(5, 5, 5, .55) 40%, #050505 61%);
    }

    .bion-benefit__inner {
        justify-content: space-between;
        padding: 94px 22px 42px;
    }

    .bion-benefit__heading .st4 { margin-bottom: 16px; }

    .bion-benefit h2 {
        font-size: clamp(36px, 10.5vw, 64px);
        letter-spacing: -.045em;
    }

    .bion-benefit__copy {
        width: 100%;
        margin-top: clamp(112px, 16vh, 160px);
    }

    .bion-benefit__lead { font-size: 21px; line-height: 1.28; }

    .bion-benefit__points {
        gap: 12px;
        margin-top: 20px;
        font-size: 15.5px;
        line-height: 1.4;
    }

    .bion-benefit__points li { padding-top: 12px; }

    .bion-benefit__video-toggle {
        top: 195px;
        right: 22px;
        bottom: auto;
    }
}

/* Software updates and warranty, presented as two clear commitments. */
.bion-support {
    position: relative;
    z-index: 4;
    min-height: var(--bion-viewport-height);
    color: #fff;
    background: #080e13;
    border-top: 1px solid rgba(255,255,255,.18);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.bion-support__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--bion-viewport-height);
    max-width: 1800px;
    margin: auto;
    padding: 128px 5vw 72px;
}
.bion-support__eyebrow { color: #70c7ff; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.bion-support h2 { margin: 26px 0 60px; max-width: 1150px; font-size: clamp(48px, 6.1vw, 96px); font-weight: 300; line-height: 1.05; letter-spacing: -.04em; }
.bion-support__columns { display: grid; grid-template-columns: 1.1fr 1fr; border-top: 1px solid rgba(112,199,255,.4); }
.bion-support__item { min-width: 0; padding: 32px 64px 0 0; }
.bion-support__item + .bion-support__item { padding: 32px 0 0 64px; border-left: 1px solid rgba(255,255,255,.18); }
.bion-support h3 { display: flex; align-items: center; gap: 24px; min-height: 124px; margin: 0 0 26px; font-weight: 300; }
.bion-support__wifi { color: #70c7ff; font-size: clamp(72px, 6.5vw, 106px); line-height: 1; letter-spacing: -.05em; }
.bion-support__number { color: #70c7ff; font-size: clamp(110px, 9.5vw, 150px); line-height: .85; letter-spacing: -.06em; }
.bion-support__unit { font-size: clamp(22px, 2vw, 30px); line-height: 1.15; }
.bion-support__item p { max-width: 650px; margin: 0; font-size: clamp(18px, 1.4vw, 22px); line-height: 1.5; color: rgba(255,255,255,.78); }
@media (min-width: 768px) and (max-width: 1100px) {
    .bion-support__item { padding-right: 36px; }
    .bion-support__item + .bion-support__item { padding-left: 36px; }
}
@media (max-width: 767px) {
    .bion-support__inner { padding: 100px 22px 48px; }
    .bion-support__eyebrow { font-size: 11px; }
    .bion-support h2 { margin: 20px 0 36px; font-size: clamp(37px, 10vw, 56px); line-height: 1.08; }
    .bion-support__columns { grid-template-columns: 1fr; }
    .bion-support__item { padding: 24px 0 30px; }
    .bion-support__item + .bion-support__item { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
    .bion-support h3 { min-height: 0; gap: 20px; margin-bottom: 20px; }
    .bion-support__wifi { font-size: 64px; }
    .bion-support__number { font-size: 104px; }
    .bion-support__unit { font-size: 24px; }
    .bion-support__item p { font-size: 17px; line-height: 1.45; }
}

/* Delivery: a comparison of the supports followed by the delivery arrangements. */
.bion-delivery {
    position: relative;
    z-index: 4;
    color: #fff;
    background: #080e13;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.bion-delivery__overview,
.bion-delivery__details,
.bion-delivery__guarantee {
    max-width: 1800px;
    margin: auto;
    padding-right: 5vw;
    padding-left: 5vw;
}
.bion-delivery__overview { max-width: none; padding-top: 128px; padding-bottom: 44px; }
.bion-delivery__eyebrow { display: block; color: #70c7ff; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.bion-delivery__heading {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(34px, 5vw, 90px);
    align-items: end;
    margin-top: 26px;
}
.bion-delivery h2 { margin: 0; font-size: clamp(40px, 4.2vw, 76px); font-weight: 300; line-height: 1.08; letter-spacing: -.04em; }
.bion-delivery h2 span { color: #70c7ff; }
.bion-delivery__heading p { margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.5; }
.bion-delivery__comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px -5vw 0;
}
.bion-delivery__comparison figure { position: relative; min-width: 0; margin: 0; }
.bion-delivery__comparison img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 86%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 86%, transparent);
}
.bion-delivery__comparison figure::after {
    content: "";
    position: absolute;
    inset: 0 0 42px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 82%, #080e13);
}
.bion-delivery__comparison figure:last-child::after {
    background: linear-gradient(90deg, #080e13, transparent 18%);
}
.bion-delivery__comparison figcaption { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 14px; padding: 0 5vw; font-size: 17px; line-height: 1.4; }
.bion-delivery__comparison figcaption span { color: #70c7ff; font-size: 12px; }
.bion-delivery__details {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(50px, 9vw, 160px);
    padding-top: 66px;
    padding-bottom: 72px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.bion-delivery h3 { margin: 0; font-size: clamp(30px, 3vw, 48px); line-height: 1.12; letter-spacing: -.03em; font-weight: 300; }
.bion-delivery__contact {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding: 15px 22px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}
.bion-delivery__contact span { color: #70c7ff; font-size: 20px; }
.bion-delivery__contact:hover { color: #70c7ff; border-color: #70c7ff; }
.bion-delivery__contact:focus-visible { outline: 2px solid #70c7ff; outline-offset: 5px; }
.bion-delivery__steps { list-style: none; margin: 0; padding: 0; }
.bion-delivery__steps li { display: grid; grid-template-columns: 30px 1fr; column-gap: 22px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.bion-delivery__steps li:first-child { padding-top: 0; border-top: 0; }
.bion-delivery__steps li:last-child { padding-bottom: 0; }
.bion-delivery__steps span { padding-top: 6px; color: #70c7ff; font-size: 12px; }
.bion-delivery__steps p { margin: 0; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.4; color: rgba(255,255,255,.84); }
.bion-delivery__guarantee { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(50px, 9vw, 160px); align-items: center; padding-top: 32px; padding-bottom: 48px; border-top: 1px solid rgba(255,255,255,.2); }
.bion-delivery__guarantee h3 { font-size: 27px; }
.bion-delivery__guarantee h3 span { color: #70c7ff; }
.bion-delivery__guarantee p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.5; }

@media (max-width: 1000px) {
    .bion-delivery__heading { grid-template-columns: 1fr; gap: 24px; }
    .bion-delivery__heading p { max-width: 760px; }
    .bion-delivery__details, .bion-delivery__guarantee { column-gap: 40px; }
}
@media (max-width: 767px) {
    .bion-delivery__overview, .bion-delivery__details, .bion-delivery__guarantee { padding-right: 22px; padding-left: 22px; }
    .bion-delivery__overview { padding-top: 100px; padding-bottom: 40px; }
    .bion-delivery__eyebrow { font-size: 11px; }
    .bion-delivery__heading { margin-top: 20px; gap: 24px; }
    .bion-delivery h2 { font-size: clamp(35px, 9.3vw, 53px); line-height: 1.1; }
    .bion-delivery__heading p { font-size: 16px; line-height: 1.5; }
    .bion-delivery__comparison { grid-template-columns: 1fr; gap: 20px; margin: 24px -22px 0; }
    .bion-delivery__comparison figure::after { display: none; }
    .bion-delivery__comparison figcaption { padding: 0 22px; font-size: 15px; }
    .bion-delivery__comparison figcaption span { font-size: 10px; }
    .bion-delivery__details { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; padding-bottom: 40px; }
    .bion-delivery h3 { font-size: 32px; }
    .bion-delivery__contact { margin-top: 24px; padding: 13px 20px; }
    .bion-delivery__steps li { grid-template-columns: 20px 1fr; gap: 14px; padding: 22px 0; }
    .bion-delivery__steps span { padding-top: 4px; font-size: 11px; }
    .bion-delivery__steps p { font-size: 17px; line-height: 1.45; }
    .bion-delivery__guarantee { grid-template-columns: 1fr; gap: 14px; padding-top: 28px; padding-bottom: 40px; }
    .bion-delivery__guarantee h3 { font-size: 25px; }
    .bion-delivery__guarantee p { font-size: 16px; }
}

/* Four photo-led use cases with full descriptions and direct navigation. */
.bion-scenarios {
    position: relative;
    z-index: 4;
    color: #fff;
    background: #080e13;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bion-scenarios__header {
    max-width: 1800px;
    margin: auto;
    padding: 128px 5vw 56px;
}

.bion-scenarios__eyebrow,
.bion-scenario__number {
    display: block;
    color: #70c7ff;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bion-scenarios h2 {
    margin: 24px 0 42px;
    font-size: clamp(52px, 7vw, 112px);
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -.045em;
}

.bion-scenarios__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.bion-scenarios__nav a {
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.bion-scenarios__nav a span { color: #70c7ff; font-size: 12px; }
.bion-scenarios__nav a:hover { border-color: #70c7ff; color: #70c7ff; }
.bion-scenarios__nav a:focus-visible { outline: 2px solid #70c7ff; outline-offset: 5px; }

/* Photos share the section canvas; only the copy has page gutters. */
.bion-scenario {
    position: relative;
    isolation: isolate;
    overflow: clip;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10vw;
    row-gap: 28px;
    align-content: center;
    min-height: var(--bion-viewport-height);
    margin: 0;
    padding: 130px 5vw 90px;
}
.bion-scenario__heading { grid-column: 2; grid-row: 1; align-self: end; }
.bion-scenario__heading,
.bion-scenario__body { position: relative; z-index: 1; }
.bion-scenario h3 {
    margin: 22px 0 0;
    font-size: clamp(32px, 3.05vw, 50px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -.035em;
}
.bion-scenario__body { grid-column: 2; grid-row: 2; align-self: start; }
.bion-scenario__body p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.82);
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.5;
}
.bion-scenario__body p:last-child { margin-bottom: 0; }
.bion-scenario__body .bion-scenario__fact {
    margin-top: 28px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(112,199,255,.4);
    color: #70c7ff;
}
.bion-scenario__media {
    position: absolute;
    z-index: -1;
    inset: 0 30% 0 0;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 86%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 12%, #000 86%, transparent);
}
.bion-scenario__media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 40%, rgba(8,14,19,.4) 63%, #080e13 88%);
}
.bion-scenario__media > img,
.bion-scenario__media--pair img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 43% center;
}
.bion-scenario--reverse .bion-scenario__heading,
.bion-scenario--reverse .bion-scenario__body { grid-column: 1; }
.bion-scenario--reverse .bion-scenario__media { inset: 0 0 0 30%; }
.bion-scenario--reverse .bion-scenario__media::after {
    background: linear-gradient(90deg, #080e13 12%, rgba(8,14,19,.4) 37%, transparent 60%);
}
.bion-scenario--reverse .bion-scenario__media > img { object-position: 65% center; }
.bion-scenario__media--pair { display: grid; grid-template-columns: 1fr 1fr; }
.bion-scenario__media--pair figure { position: relative; min-width: 0; height: 100%; margin: 0; }
.bion-scenario__media--pair figure:first-child img {
    -webkit-mask-image: linear-gradient(90deg, #000 75%, transparent);
    mask-image: linear-gradient(90deg, #000 75%, transparent);
}
.bion-scenario__media--pair figure:last-child img {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%);
    mask-image: linear-gradient(90deg, transparent, #000 25%);
}
.bion-scenario__media--pair figcaption {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 13%;
    left: 12px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 2px 16px #080e13, 0 1px 5px #080e13;
}
.bion-scenario__media--positions img { object-position: 38% center; }

@media (min-width: 768px) and (max-width: 1100px) {
    .bion-scenario { column-gap: 8vw; padding-right: 4vw; padding-left: 4vw; }
    .bion-scenario h3 { font-size: 32px; }
}
@media (max-width: 767px) {
    .bion-scenarios__header { padding: 100px 22px 38px; }
    .bion-scenarios__eyebrow, .bion-scenario__number { font-size: 11px; }
    .bion-scenarios h2 { margin: 20px 0 32px; font-size: clamp(46px, 12vw, 68px); }
    .bion-scenarios__nav { grid-template-columns: 1fr 1fr; gap: 8px 20px; }
    .bion-scenarios__nav a { gap: 10px; padding: 15px 0; font-size: 14px; }
    .bion-scenarios__nav a span { font-size: 10px; }
    .bion-scenario { grid-template-columns: 1fr; gap: 0; min-height: 0; padding: 94px 22px 60px; }
    .bion-scenario .bion-scenario__heading { grid-column: 1; grid-row: 1; }
    .bion-scenario .bion-scenario__body { grid-column: 1; grid-row: 3; }
    .bion-scenario h3 { margin-top: 16px; font-size: clamp(28px, 7.6vw, 42px); line-height: 1.13; }
    .bion-scenario__body p { margin-bottom: 18px; font-size: 16px; line-height: 1.5; }
    .bion-scenario__body .bion-scenario__fact { margin-top: 22px; }
    .bion-scenario .bion-scenario__media {
        position: relative;
        grid-column: 1;
        grid-row: 2;
        inset: auto;
        width: calc(100% + 44px);
        height: clamp(340px, 110vw, 530px);
        margin: 10px -22px -8px;
        -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 80%, transparent);
        mask-image: linear-gradient(180deg, transparent, #000 16%, #000 80%, transparent);
    }
    .bion-scenario__media::after { display: none; }
    .bion-scenario .bion-scenario__media > img { object-position: 48% center; }
    .bion-scenario .bion-scenario__media--pair { height: clamp(340px, 105vw, 500px); }
    .bion-scenario__media--pair figcaption { bottom: 17%; font-size: 12px; }
    .bion-scenario__media--positions img { object-position: 38% center; }
}

/* A typography-led pause between the product capabilities and use cases. */
.bion-workshop {
    position: relative;
    z-index: 4;
    min-height: var(--bion-viewport-height);
    color: #fff;
    background: #080e13;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bion-workshop__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--bion-viewport-height);
    max-width: 1800px;
    margin: 0 auto;
    padding: max(130px, 14vh) 5vw 52px;
}

.bion-workshop__heading { text-align: center; }

.bion-workshop__eyebrow {
    display: block;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bion-workshop h2 {
    margin: 0;
    font-size: clamp(48px, 5.8vw, 104px);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.bion-workshop h2 span { color: #70c7ff; }

.bion-workshop__intro {
    margin: 26px auto 0;
    font-size: clamp(19px, 1.7vw, 25px);
    line-height: 1.4;
    color: rgba(255, 255, 255, .8);
}

.bion-workshop__steps {
    display: grid;
    grid-template-columns: 1.12fr .8fr 1.08fr;
    gap: 44px;
    margin: 58px 0 0;
    padding: 0;
    list-style: none;
}

.bion-workshop__step {
    position: relative;
    min-width: 0;
    padding-top: 23px;
    border-top: 1px solid rgba(112, 199, 255, .4);
}

.bion-workshop__number {
    color: #70c7ff;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.bion-workshop__step:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 17px;
    right: 0;
    color: rgba(112, 199, 255, .75);
    font-size: 22px;
}

.bion-workshop h3 {
    margin: 17px 0 14px;
    font-size: clamp(22px, 1.95vw, 30px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.bion-workshop__step p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: clamp(16px, 1.22vw, 19px);
    line-height: 1.5;
}

.bion-workshop__next {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 22px;
    margin-top: 42px;
    padding: 12px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.bion-workshop__next span { color: #70c7ff; font-size: 24px; }
.bion-workshop__next:hover { color: #70c7ff; }
.bion-workshop__next:focus-visible { outline: 2px solid #70c7ff; outline-offset: 6px; }

@media (max-width: 767px) {
    .bion-workshop__inner { padding: 94px 22px 38px; }
    .bion-workshop__heading { text-align: left; }
    .bion-workshop__eyebrow { margin-bottom: 20px; font-size: 11px; }
    .bion-workshop h2 { font-size: clamp(34px, 9.2vw, 56px); line-height: 1.1; }
    .bion-workshop__intro { margin-top: 22px; font-size: 18px; }
    .bion-workshop__desktop-break { display: none; }
    .bion-workshop__steps { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
    .bion-workshop__step { padding: 18px 0 0 34px; }
    .bion-workshop__number { position: absolute; top: 22px; left: 0; font-size: 11px; }
    .bion-workshop__step:not(:last-child)::after { content: none; }
    .bion-workshop h3 { margin: 0 0 10px; font-size: 24px; }
    .bion-workshop__step p { font-size: 15.5px; line-height: 1.45; }
    .bion-workshop__next { align-self: flex-start; margin: 26px 0 0 34px; }
}

.bion-strength {
    position: relative;
    z-index: 4;
    min-height: 220svh;
    overflow: clip;
    color: #fff;
    background: #050505;
}

.bion-strength__viewport {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: var(--bion-viewport-height);
    overflow: hidden;
    padding: 8vh 5vw;
}

.bion-strength__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.68) 100%),
        url("../images/desktop/customer-1.webp") center / cover no-repeat;
    filter: saturate(0.75);
}

.bion-strength__inner {
    position: relative;
    width: min(1120px, 82vw);
}

.bion-strength__label {
    margin: 8vh 0 18px;
    color: #70c7ff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.bion-strength h2 {
    max-width: 1000px;
    margin: 0;
    font-size: 64px;
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: 0;
}

.bion-strength h2 strong {
    color: #70c7ff;
    font-weight: 500;
}

.bion-strength__inner > p:last-child {
    max-width: 840px;
    margin: 34px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.bion-faq,
.bion-contact {
    position: relative;
    z-index: 5;
    color: #fff;
    background: #050505;
}

.pSection--sphere .sphereFocus.bion-trust-statement {
    position: relative;
    min-height: var(--bion-viewport-height);
    margin-top: 0;
    overflow: hidden;
    isolation: isolate;
    background: #111;
}

.pSection--sphere .sphereFocus.bion-trust-statement::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -48px;
    pointer-events: none;
    background: url("../images/desktop/sphere-4.webp?v=20260910-content-batch58") center / cover no-repeat;
    filter: blur(32px) !important;
    transform: scale(1.08) !important;
}

.pSection--sphere .sphereFocus.bion-trust-statement::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.28);
}

.bion-trust-statement > .sphereFocus_progress,
.bion-trust-statement > .sphereFocus_contents {
    display: none !important;
}

.bion-trust-statement__screen {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    min-height: var(--bion-viewport-height);
    height: var(--bion-viewport-height);
    padding: 120px 5vw 70px;
}

@media (max-width: 767px) {
    .pSection--sphere .sphereFocus.bion-trust-statement::before {
        background-image: url("../images/mobile/sphere-4.webp?v=20260910-content-batch58");
        filter: blur(26px) !important;
    }
}

.bion-trust-statement__inner {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    margin: 0 auto;
    text-align: center;
}

.bion-trust-statement__inner .st4 {
    display: block;
    margin-bottom: clamp(28px, 4vh, 54px);
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
}

.bion-trust-statement__inner h2 {
    font-size: clamp(54px, 6.6vw, 128px);
    line-height: 0.94;
    font-weight: 300;
}

.bion-trust-statement__inner p {
    width: min(780px, 100%);
    margin: clamp(32px, 5vh, 62px) auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(18px, 1.3vw, 25px);
    line-height: 1.28;
    font-weight: 380;
}

.bion-faq {
    padding: 120px 5vw 80px;
}

.bion-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 7vw;
    align-items: end;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.bion-section-heading h2,
.bion-contact h2 {
    margin: 18px 0 0;
    font-size: 58px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}

.bion-section-heading > p {
    max-width: 520px;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
}

.bion-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.bion-faq__item summary {
    min-height: 88px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 24px;
    gap: 24px;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-size: 25px;
}

.bion-faq__item summary::-webkit-details-marker {
    display: none;
}

.bion-faq__item summary b {
    display: inline-block;
    width: 54px;
    color: #70c7ff;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

.bion-faq__item summary small {
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
    text-transform: uppercase;
}

.bion-faq__item summary i {
    position: relative;
    width: 20px;
    height: 20px;
}

.bion-faq__item summary i::before,
.bion-faq__item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 300ms ease;
}

.bion-faq__item summary i::after {
    transform: rotate(90deg);
}

.bion-faq__item[open] summary i::after {
    transform: rotate(0deg);
}

.bion-faq__body {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 5vw;
    padding: 4px 0 54px 54px;
}

.bion-faq__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bion-faq__body li {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 16px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.76);
    transition: color 220ms ease, background-color 220ms ease;
}

.bion-faq__body li.is-linked {
    color: #fff;
    background: rgba(112, 199, 255, 0.12);
}

.bion-faq__media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-content: start;
}

.bion-faq__media--kit {
    grid-template-columns: minmax(0, 1fr);
}

.bion-faq__media figure {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #111;
}

.bion-faq__media img,
.bion-faq__media video {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.bion-faq__media--kit img {
    aspect-ratio: 16 / 8;
    object-fit: contain;
    background: #f5f5f5;
}

.bion-faq__media figcaption {
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    text-transform: uppercase;
}

.bion-faq__media figure.is-linked {
    border-color: #70c7ff;
}

.bion-contact {
    min-height: var(--bion-viewport-height);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
    gap: 8vw;
    align-items: center;
    padding: 100px 5vw;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.78)),
        url("../images/desktop/invest.webp") center / cover no-repeat;
}

.bion-contact__copy > p {
    max-width: 600px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.5;
}

.bion-contact__details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 42px;
    font-size: 17px;
}

.bion-contact__details a {
    color: #fff;
}

.bion-contact__details span {
    color: rgba(255, 255, 255, 0.62);
}

.bion-contact__form {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(12, 12, 12, 0.74);
    backdrop-filter: blur(18px);
}

.bion-contact__form label {
    display: block;
    margin-bottom: 20px;
}

.bion-contact__form label > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    text-transform: uppercase;
}

.bion-contact__form input,
.bion-contact__form textarea {
    display: block;
    width: 100%;
    padding: 13px 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0;
    font: inherit;
    resize: vertical;
}

.bion-contact__form input:focus,
.bion-contact__form textarea:focus {
    outline: none;
    border-color: #70c7ff;
}

.bion-contact__submit {
    width: 100%;
    min-height: 52px;
    margin-top: 6px;
    padding: 0 20px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    font-weight: 650;
    cursor: pointer;
}

.form-status {
    min-height: 20px;
    margin: 12px 0 0;
    color: #70c7ff;
    font-size: 13px;
}

.bion-cookie {
    position: fixed;
    z-index: 1200;
    right: 3.125vw;
    bottom: 3.125vw;
    width: min(430px, calc(100vw - 40px));
    padding: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.bion-cookie[hidden] {
    display: none;
}

.bion-cookie__copy strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 790;
    text-transform: uppercase;
}

.bion-cookie__copy p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.35;
}

.bion-cookie__actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.bion-cookie__button {
    min-height: 42px;
    padding: 0 18px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    font-weight: 570;
}

.bion-cookie__button--secondary {
    color: #fff;
    background: transparent;
}

@media (max-width: 767px) {
    .loading_logo {
        width: calc(100% - 60px);
    }

    .bion-cookie {
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }

    .bion-cookie__actions {
        flex-direction: column-reverse;
    }

    .bion-cookie__button {
        width: 100%;
    }

    .navbar_logo {
        width: auto;
        min-width: 126px;
    }

    .navbar_actions {
        display: none;
    }

    .navbar_logo .bion-brand-mark {
        width: 38px;
        height: 38px;
    }

    .navbar_logo a {
        height: 38px;
    }

    .navbar_logo .bion-brand-name {
        font-size: 18px;
    }

    .menu_nav .bion-brand-mark {
        width: 50px;
        height: 50px;
    }

    .menu_nav .bion-brand-name {
        font-size: 26px;
    }

    .menu_nav li:not(:first-child) a {
        font-family: Saans, Inter, sans-serif;
        font-weight: 380;
        letter-spacing: 0;
    }

    .menu_actions {
        flex-wrap: wrap;
    }

    .menu_actions .bion-contacts-toggle {
        min-width: 174px;
    }

    .bion-contact-popover--menu {
        width: 100%;
    }

    .bion-contact-popover--menu .bion-contacts-toggle {
        width: 100%;
    }

    .bion-contact-popover--menu .bion-contact-popover__panel {
        position: static;
        width: 100%;
        margin-top: 8px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        transform: none;
    }

    .hero_scroll.bion-scroll-control {
        right: 14px;
        bottom: 18px;
        width: 60px;
        height: 60px;
    }

    .hero_scroll.bion-scroll-control .hero_scroll_label {
        font-size: 9px;
    }

    .hero_scroll.bion-scroll-control.is-back-to-top {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .hero_scroll.bion-scroll-control.is-back-to-top .hero_scroll_label {
        font-size: 8px;
    }

    .bion-result-detail {
        position: static !important;
        width: 100% !important;
        margin-top: 18px !important;
        font-size: 14px;
        line-height: 1.45;
    }

    .bion-strength {
        min-height: 180svh;
    }

    .bion-strength__viewport {
        padding: 78px 22px 48px;
    }

    .bion-strength__backdrop {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.94)),
            url("../images/mobile/customer-1.webp") center / cover no-repeat;
    }

    .bion-strength__inner {
        width: 100%;
    }

    .bion-strength__label {
        margin-top: 0;
    }

    .bion-strength h2 {
        font-size: 38px;
        line-height: 1.02;
    }

    .bion-strength__inner > p:last-child {
        margin-top: 22px;
        font-size: 15px;
    }

    .bion-faq {
        padding: 74px 20px 54px;
    }

    .bion-section-heading,
    .bion-contact {
        grid-template-columns: 1fr;
    }

    .bion-section-heading {
        gap: 22px;
        padding-bottom: 34px;
    }

    .bion-section-heading h2,
    .bion-contact h2 {
        font-size: 38px;
    }

    .bion-section-heading > p {
        font-size: 15px;
    }

    .bion-faq__item summary {
        min-height: 72px;
        grid-template-columns: minmax(0, 1fr) 20px;
        gap: 12px;
        font-size: 17px;
        line-height: 1.2;
    }

    .bion-faq__item summary b {
        width: 34px;
    }

    .bion-faq__item summary small {
        display: none;
    }

    .bion-faq__body {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 0 36px;
    }

    .bion-faq__body li {
        font-size: 14px;
    }

    .bion-faq__media {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bion-faq__media--kit {
        grid-template-columns: 1fr;
    }

    .bion-contact {
        min-height: auto;
        gap: 46px;
        padding: 78px 20px 54px;
    }

    .bion-contact__copy > p {
        font-size: 15px;
    }

    .bion-contact__form {
        padding: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .navbar_logo {
        width: auto;
        min-width: 126px;
    }

    .navbar_nav {
        gap: 8px;
    }

    .navbar_nav_link {
        font-size: 11px;
        min-height: 38px;
    }

    .navbar_nav_link > span:last-child,
    .navbar_nav_link > span:last-child .char {
        font-size: 11px !important;
        line-height: 14px !important;
        font-weight: 380 !important;
    }

    .navbar_actions .button_label,
    .navbar_actions .button_label .char,
    .navbar_actions .bion-contacts-toggle,
    .navbar_actions .bion-language {
        font-family: Saans, Inter, sans-serif !important;
        font-size: 11px !important;
        line-height: 14px !important;
        font-weight: 380 !important;
        letter-spacing: 0 !important;
    }

    .navbar_actions .button {
        min-height: 38px;
    }

    .bion-contacts-toggle {
        min-width: 104px;
        padding-inline: 10px;
    }

    .navbar_actions > .button:first-child {
        min-width: 124px;
    }

}

@media (max-width: 767px) {
    .pSection--sphere .sphereFocus.bion-trust-statement,
    .bion-trust-statement__screen {
        min-height: var(--bion-viewport-height);
        height: var(--bion-viewport-height);
    }

    .bion-trust-statement__screen {
        padding: 96px 20px 52px;
    }

    .bion-trust-statement__inner .st4 {
        margin-bottom: 28px;
        font-size: 11px;
    }

    .bion-trust-statement__inner h2 {
        font-size: clamp(38px, 10.4vw, 46px);
        line-height: 1;
    }

    .bion-trust-statement__inner h2 br {
        display: none;
    }

    .bion-trust-statement__inner p {
        margin-top: 30px;
        font-size: 15px;
        line-height: 1.4;
    }
}
.pSection--hero .bion-hero-subtitle > .line {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    white-space: normal !important;
}

@media (max-width: 767px) {
    .pSection--hero .bion-hero-subtitle {
        font-size: 1rem;
        line-height: 1.25;
    }
}

/* Mobile stability layer for the BION content adaptation. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

.bion-current-section {
    display: none;
}

.bion-trust-statement,
.bion-trust-statement__screen,
.bion-trust-statement__inner,
.bion-trust-statement__inner .line,
.bion-trust-statement__inner .word,
.bion-trust-statement__inner .char {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.bion-trust-statement > .sectionTransition,
.bion-trust-statement > .sphereFocus_progress,
.bion-trust-statement > .pSection_triggerCircles,
.bion-trust-statement > .sphereFocus_contents,
.bion-trust-statement > .parentFade {
    display: none !important;
}

@media (max-width: 767px) {
    .pSection--hero .hero,
    .pSection--hero .hero .pSection_header,
    .pSection_header_inner,
    .pSection_sticky,
    .bion-strength__viewport,
    .pSection--sphere .sphereFocus.bion-trust-statement,
    .bion-trust-statement__screen {
        min-height: var(--bion-viewport-height);
        height: var(--bion-viewport-height);
    }

    .navbar {
        top: 0;
        right: 0 !important;
        left: 0 !important;
        display: flex;
        align-items: center !important;
        width: 100%;
        max-width: 100%;
        min-height: 68px;
        padding: 14px max(18px, env(safe-area-inset-right)) 10px max(18px, env(safe-area-inset-left));
    }

    .navbar_main {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        align-items: center !important;
        gap: 12px;
    }

    .navbar_logo {
        flex: 0 0 auto;
        min-width: 0;
    }

    .navbar_logo a {
        gap: 8px;
    }

    .navbar_logo .bion-brand-mark {
        width: 34px;
        height: 34px;
    }

    .navbar_logo a,
    .navbar_logo .bion-brand-name {
        line-height: 34px;
    }

    .navbar_logo .bion-brand-name {
        font-size: 17px;
        font-weight: 570;
    }

    .bion-current-section {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.76);
        font-family: Saans, Inter, sans-serif;
        font-size: 11px;
        font-weight: 380;
        line-height: 34px;
        letter-spacing: 0;
        text-align: right;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .navbar_menuToggle {
        position: relative;
        top: auto;
        right: auto;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        margin: 0 0 0 10px;
        transform: none;
    }

    .hero_scroll.bion-scroll-control {
        display: none !important;
    }

    .menu_nav ul {
        display: grid;
        gap: 0;
    }

    .menu_nav li,
    .menu_nav a {
        width: 100%;
        min-width: 0;
    }

    .menu_nav a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding-block: 8px;
        font-family: Saans, Inter, sans-serif !important;
        font-size: clamp(22px, 6.5vw, 30px) !important;
        font-weight: 380 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    .menu_nav li:first-child a {
        min-height: 54px;
        gap: 10px;
    }

    .menu_nav .bion-brand-mark {
        width: 42px;
        height: 42px;
    }

    .menu_nav .bion-brand-name {
        font-size: 23px;
        line-height: 42px;
    }

    .menu_actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }

    .menu_actions > .button,
    .menu_actions .bion-contacts-toggle,
    .menu_actions .bion-language {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        margin: 0;
        font-family: Saans, Inter, sans-serif !important;
        font-size: 12px !important;
        font-weight: 380 !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
        text-align: center;
    }

    .menu_actions .button_label,
    .menu_actions .button_label .char {
        font: inherit !important;
        letter-spacing: 0 !important;
    }

    .bion-contact-popover--menu,
    .bion-contact-popover--menu .bion-contact-popover__panel {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .bion-contact-popover--menu .bion-contact-popover__panel {
        box-sizing: border-box;
        padding: 18px;
    }

    .bion-contact-field,
    .bion-contact-field input {
        min-width: 0;
        max-width: 100%;
    }

    .bion-contact-field input {
        user-select: text;
        -webkit-user-select: text;
        touch-action: manipulation;
    }

    .pSection--sport .recognition_nav_mobileTitles {
        height: 34px;
    }

    .pSection--sport .recognition_nav_mobileTitles_item {
        top: 0;
        height: 34px;
        align-items: center;
        font-family: Saans, Inter, sans-serif;
        font-size: 13px;
        font-variant-numeric: tabular-nums;
        font-weight: 570;
        line-height: 34px;
        letter-spacing: 0;
    }

    .pSection--sport .recognition_nav_mobileTitles_item_label,
    .pSection--sport .recognition_nav_mobileTitles_item_num {
        display: block;
        height: 34px;
        font: inherit;
        line-height: 34px;
        letter-spacing: 0;
    }

    .pSection--sport .recognition_nav_mobileTitles_item_num {
        flex: 0 0 26px;
        width: 26px;
        margin-left: 16px;
        text-align: right;
    }

    .bion-strength {
        width: 100%;
        max-width: 100%;
        min-height: 230svh;
        overflow: clip;
    }

    .bion-strength__viewport {
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 86px max(22px, env(safe-area-inset-right)) 54px max(22px, env(safe-area-inset-left));
        overflow: hidden;
        box-sizing: border-box;
    }

    .bion-strength__inner {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .bion-strength h2 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(30px, 8.6vw, 38px);
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .bion-strength h2 br {
        display: none;
    }

    .bion-strength__inner > p:last-child {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.48;
        overflow-wrap: anywhere;
    }

    .bion-trust-statement,
    .bion-trust-statement__screen {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .bion-trust-statement__inner {
        min-width: 0;
        max-width: 100%;
    }

    .bion-trust-statement__inner h2 {
        width: 100%;
        font-size: clamp(34px, 9vw, 43px);
        line-height: 1.03;
        overflow-wrap: anywhere;
    }

    .bion-faq,
    .bion-contact {
        left: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: clip;
        box-sizing: border-box;
    }

    .bion-faq {
        padding: 78px max(20px, env(safe-area-inset-right)) 56px max(20px, env(safe-area-inset-left));
    }

    .bion-section-heading,
    .bion-faq__list,
    .bion-faq__item,
    .bion-faq__item summary,
    .bion-faq__body,
    .bion-faq__media,
    .bion-contact__copy,
    .bion-contact__form {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bion-section-heading h2,
    .bion-contact h2 {
        max-width: 100%;
        font-size: clamp(32px, 9vw, 38px);
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .bion-faq__item summary > span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .bion-faq__body {
        padding-left: 0;
        padding-right: 0;
    }

    .bion-faq__body ul,
    .bion-faq__media figure,
    .bion-faq__media img,
    .bion-faq__media video {
        min-width: 0;
        max-width: 100%;
    }

    .bion-contact {
        padding: 82px max(20px, env(safe-area-inset-right)) 58px max(20px, env(safe-area-inset-left));
    }

    .bion-contact__form {
        padding: 22px 18px;
    }

    .bion-contact__form input,
    .bion-contact__form textarea,
    .bion-contact__submit {
        min-width: 0;
        max-width: 100%;
    }
}

/* Keep mobile content inside the visual viewport, including Safari page zoom. */
@media (max-width: 767px) {
    html,
    body,
    .pSection,
    .footer {
        width: var(--bion-viewport-width);
        min-width: 0;
        max-width: var(--bion-viewport-width);
    }

    .navbar,
    .loading,
    .menu,
    .scrollingMask,
    .circles,
    .panel {
        right: auto !important;
        left: var(--bion-viewport-left) !important;
        width: var(--bion-viewport-width) !important;
        max-width: var(--bion-viewport-width) !important;
    }

    .pSection_header,
    .container {
        width: calc(var(--bion-viewport-width) - 44px);
        min-width: 0;
        max-width: calc(var(--bion-viewport-width) - 44px);
        margin-right: 0;
        margin-left: calc(var(--bion-viewport-left) + 22px);
    }

    .pSection_header_inner,
    .pSection_header_content,
    .pSection_header_title,
    .pSection_header_additional,
    .pSection_header_footer {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .pSection_header_additional .st3 {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .pSection_header_additional .st3 > .line {
        display: inline !important;
        width: auto !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .pSection_header_additional .st3 > .line:not(:last-child) .word:last-child {
        margin-right: 0.225em;
    }

    .pSection_header_discover {
        flex: 0 0 36px;
        width: 36px;
        max-width: 36px;
        margin-left: auto;
    }

    .bion-strength__viewport,
    .bion-trust-statement,
    .bion-trust-statement__screen,
    .bion-faq,
    .bion-contact {
        left: var(--bion-viewport-left);
        width: var(--bion-viewport-width);
        max-width: var(--bion-viewport-width);
    }
}


/* Comparison variant: the original Recognition composition with four scenarios. */
.bion-scenarios__compare-link { display: inline-flex; gap: 20px; margin: -18px 0 28px; color: rgba(255,255,255,.78); font-size: 14px; text-decoration: none; }
.bion-scenarios__compare-link span { color: #70c7ff; }
.bion-scenarios__compare-link:hover { color: #70c7ff; }
.bion-scenarios__compare-link:focus-visible { outline: 1px solid #70c7ff; outline-offset: 6px; }
.bion-scenarios-compare { position: relative; z-index: 4; color: #fff; background: #080e13; }
.bion-scenarios-compare.is-enhanced { height: calc(var(--bion-viewport-height) * 5); }
.bion-compare__screen { position: sticky; top: 0; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; height: var(--bion-viewport-height); min-height: 650px; overflow: clip; }
.bion-compare__background, .bion-compare__photo { position: absolute; inset: 0; pointer-events: none; }
.bion-compare__background { z-index: -2; }
.bion-compare__photo { opacity: 0; }
.bion-compare__photo.is-active { opacity: 1; }
.bion-compare__photo > div { width: 100%; height: 100%; }
.bion-compare__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.bion-compare__photo--pair { display: grid; grid-template-columns: 1fr 1fr; }
.bion-compare__photo--pair > div:first-child img { mask-image: linear-gradient(90deg, #000 76%, transparent); }
.bion-compare__photo--pair > div:last-child img { mask-image: linear-gradient(90deg, transparent, #000 24%); }
.bion-compare__photo--pair img { object-position: 40% center; }
.bion-compare__screen::after {
    content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(8,14,19,.3), rgba(8,14,19,.12) 24%, rgba(8,14,19,.72) 54%, rgba(8,14,19,.97) 84%, #080e13), linear-gradient(90deg, transparent 42%, rgba(8,14,19,.78) 75%, rgba(8,14,19,.94));
}
.bion-compare__content { width: 93.75%; margin: 0 auto; padding: 120px 0 60px; }
.bion-compare__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.bion-compare__heading h2 { margin: 0; font-size: 13px; line-height: 1.4; font-weight: 400; }
.bion-compare__heading h2 span { margin-left: 16px; color: #70c7ff; }
.bion-compare__heading a { color: rgba(255,255,255,.65); font-size: 12px; text-decoration: none; }
.bion-compare__heading a span { margin-left: 12px; color: #70c7ff; }
.bion-compare__heading a:hover { color: #70c7ff; }
.bion-compare__heading a:focus-visible { outline: 1px solid #70c7ff; outline-offset: 6px; }
.bion-compare__panels { display: grid; }
.bion-compare__panel { grid-area: 1 / 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .5fr); gap: 8vw; align-content: start; margin: 0; opacity: 0; visibility: hidden; transform: translateY(32px); pointer-events: none; }
.bion-compare__panel.is-active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.bion-compare__title { margin: 0; font-size: clamp(40px, 1.75vw + 2.4vh, 85px); line-height: 1.12; font-weight: 300; letter-spacing: -.025em; text-wrap: balance; }
.bion-compare__description { font-size: 17px; line-height: 1.5; color: rgba(255,255,255,.9); text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.bion-compare__description p { margin: 0 0 16px; }
.bion-compare__description p:last-child { margin-bottom: 0; }
.bion-compare__description .bion-compare__fact { color: #70c7ff; }
.bion-compare__description .bion-scenario__accent,
.bion-scenario__body .bion-scenario__accent { color: var(--bion-accent); }
.bion-compare__nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3.125vw; margin-top: 60px; }
.bion-compare__tab { min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; color: #fff; background: none; font: inherit; font-size: 14px; line-height: 1.2; text-align: left; text-transform: uppercase; opacity: .5; cursor: pointer; touch-action: manipulation; transition: opacity 250ms ease; }
.bion-compare__tab.is-active, .bion-compare__tab:hover { opacity: 1; }
.bion-compare__tab:focus-visible { outline: 1px solid #70c7ff; outline-offset: 8px; }
.bion-compare__number, .bion-compare__label { display: block; transition: transform 600ms cubic-bezier(.19,1,.22,1); }
.bion-compare__label { letter-spacing: .05em; transition-delay: 120ms; }
.bion-compare__tab.is-active .bion-compare__number, .bion-compare__tab.is-active .bion-compare__label { transform: translateX(12px); }
.bion-compare__tab.is-active .bion-compare__label { font-weight: 570; }
.bion-compare__progress { display: block; position: relative; height: 1px; margin: 20px 0; background: rgba(255,255,255,.6); }
.bion-compare__progress > span { position: absolute; top: -1px; left: 0; width: 100%; height: 3px; background: #fff; transform-origin: left center; transform: scaleX(var(--compare-progress, 0)); }
@media (min-width: 768px) and (max-width: 1100px) {
    .bion-compare__panel { grid-template-columns: 1fr .8fr; gap: 5vw; }
    .bion-compare__description { font-size: 16px; }
    .bion-compare__label { font-size: 12px; }
}
@media (max-width: 767px) {
    .bion-scenarios__compare-link { margin: -10px 0 24px; font-size: 13px; }
    .bion-compare__content { width: auto; margin: 0 22px; padding: 94px 0 28px; }
    .bion-compare__screen::after { background: linear-gradient(180deg, rgba(8,14,19,.45), rgba(8,14,19,.3) 15%, rgba(8,14,19,.78) 38%, rgba(8,14,19,.95) 66%, #080e13); }
    .bion-compare__heading { display: block; margin-bottom: 22px; }
    .bion-compare__heading h2 { font-size: 11px; }
    .bion-compare__heading h2 span { margin-left: 12px; }
    .bion-compare__heading a { display: inline-block; margin-top: 10px; font-size: 11px; }
    .bion-compare__panel { grid-template-columns: 1fr; gap: 18px; }
    .bion-compare__title { font-size: clamp(28px, 8vw, 38px); line-height: 1.12; }
    .bion-compare__description { font-size: 15px; line-height: 1.45; }
    .bion-compare__description p { margin-bottom: 12px; }
    .bion-compare__nav { grid-template-columns: 1fr 1fr; gap: 18px 22px; margin-top: 26px; }
    .bion-compare__tab { display: grid; grid-template-columns: 20px 1fr; column-gap: 7px; font-size: 11px; line-height: 1.2; }
    .bion-compare__number { grid-column: 1; grid-row: 2; color: #70c7ff; }
    .bion-compare__label { grid-column: 2; grid-row: 2; min-height: 27px; font-size: 11px; letter-spacing: 0; }
    .bion-compare__progress { grid-column: 1 / -1; grid-row: 1; margin: 0 0 10px; }
    .bion-compare__tab.is-active .bion-compare__number, .bion-compare__tab.is-active .bion-compare__label { transform: none; }
}
@media (max-height: 650px) {
    .bion-scenarios-compare.is-enhanced { height: auto; }
    .bion-compare__screen { position: relative; height: auto; min-height: var(--bion-viewport-height); }
    .bion-compare__panel:not(.is-active) { display: none; }
    .bion-compare__content { padding-top: 110px; padding-bottom: 28px; }
    .bion-compare__nav { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    .bion-compare__photo, .bion-compare__panel, .bion-compare__number, .bion-compare__label { transition: none; transform: none; }
}
/* Section navigation follows the new editorial order, independently of the legacy scene menu. */
.navbar.bion-site-header { top: 0; left: 0; right: 0; width: 100%; max-width: 100%; height: 82px; padding: 0 3.125vw; box-sizing: border-box; display: flex; align-items: center; gap: 20px; opacity: 1 !important; background: linear-gradient(180deg, rgba(4,10,15,.95), rgba(4,10,15,.85)); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); font-family: system-ui, sans-serif; }
.bion-site-header .navbar_main { display: flex; align-items: center; flex: 1; width: auto; min-width: 0; gap: 30px; }
.bion-site-header .navbar_logo { flex: 0 0 auto; margin: 0; }
.bion-site-header .navbar_logo a { display: flex; align-items: center; gap: 8px; color: white; text-decoration: none; opacity: 1 !important; }
.bion-site-header .bion-brand-mark { width: 28px; height: 28px; }
.bion-site-header .bion-brand-name { font-size: 22px; }
.bion-site-header .bion-desktop-nav { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 3px; margin: 0; padding: 0; }
.bion-nav-group { position: relative; min-width: 0; }
.bion-nav-row { display: flex; align-items: center; border-radius: 5px; transition: background .2s; }
.bion-nav-link { position: relative; display: flex; align-items: center; gap: 14px; padding: 11px 9px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.3; font-weight: 550; white-space: nowrap; text-decoration: none; }
.bion-desktop-nav button.bion-nav-link { margin: 0; border: 0; border-radius: 0; background: transparent; text-align: left; font-family: inherit; cursor: pointer; }
.bion-nav-link:hover, .bion-nav-child:hover { color: #fff; }
.bion-nav-group.is-current > .bion-nav-row { background: rgba(112,199,255,.12); }
.bion-nav-group.is-current > .bion-nav-row .bion-nav-link { color: #8bd2ff; }
.bion-nav-group.is-current > .bion-nav-row::after { content: ''; position: absolute; bottom: 0; left: 9px; right: 9px; height: 2px; background: #70c7ff; }
.bion-nav-expand { display: grid; place-items: center; width: 25px; height: 38px; padding: 0; margin-left: -6px; border: 0; color: rgba(255,255,255,.65); background: none; cursor: pointer; font: inherit; }
.bion-nav-expand span { display: block; transform: translateY(-2px); transition: transform .2s; }
.bion-nav-expand[aria-expanded=true] span { transform: rotate(180deg) translateY(-2px); }
.bion-nav-sub { position: absolute; top: calc(100% + 13px); left: 0; width: 295px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: white; background: #0a141d; box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.bion-nav-sub[hidden] { display: none !important; }
.bion-desktop-nav .bion-nav-group:last-child .bion-nav-sub { left: auto; right: 0; }
.bion-nav-child { display: block; padding: 12px 14px; border-radius: 4px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.4; text-decoration: none; }
.bion-nav-child.is-current { background: rgba(112,199,255,.12); color: #8bd2ff; box-shadow: inset 2px 0 #70c7ff; }
.bion-nav-contacts { display: flex; justify-content: space-between; align-items: center; margin: 12px 4px 0; padding: 14px 0 4px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; color: rgba(255,255,255,.5); }
.bion-nav-contacts .bion-contact-popover__panel { left: auto; right: 0; }
.bion-site-header .navbar_actions { display: flex; flex: 0 0 auto; gap: 0; padding: 0; margin: 0; }
.bion-site-header .bion-nav-cta { position: relative; display: flex; align-items: center; justify-content: center; gap: 0; min-height: 40px; height: auto; padding: 11px 18px; border: 1px solid rgba(112,199,255,.65); border-radius: 30px; background: transparent; color: #fff; font-size: 13px; line-height: 1.3; font-weight: 550; text-decoration: none; white-space: nowrap; opacity: 1 !important; }
.bion-site-header .bion-nav-cta:hover, .bion-site-header .bion-nav-cta.is-current { color: #081019; background: #8bd2ff; }
.bion-site-header .navbar_progress { display: none; }
.bion-nav-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; overflow: hidden; }
.bion-nav-progress > span { display: block; height: 100%; width: 100%; background: #70c7ff; transform: scaleX(var(--nav-progress, 0)); transform-origin: left; }
.bion-site-header .navbar_menuToggle, .bion-nav-location { display: none; }
.bion-site-header a:focus-visible, .bion-site-header button:focus-visible, .bion-site-menu a:focus-visible, .bion-site-menu button:focus-visible { outline: 2px solid #70c7ff; outline-offset: 3px; }
.bion-site-menu:not([open]) { display: none !important; }
.menu.bion-site-menu[open] { display: block; position: fixed; inset: 0; width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; border-radius: 0; background: #08121b; color: white; clip-path: none; transform: none; backdrop-filter: none; transition: none; font-family: system-ui, sans-serif; }
.bion-site-menu::backdrop { background: rgba(0,0,0,.65); }
.bion-site-menu .menu_scroller { position: absolute; inset: 0; width: 100%; max-width: none; padding: 0 22px 30px; box-sizing: border-box; overflow-y: auto; overscroll-behavior: contain; opacity: 1; transform: none; transition: none; }
.bion-menu-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; height: 72px; background: #08121b; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.bion-site-menu .menu_close { position: static; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; font: 28px/1 system-ui; background: none; cursor: pointer; }
.bion-mobile-nav { padding: 14px 0 20px; }
.bion-mobile-nav .bion-nav-row { min-height: 53px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.bion-mobile-nav .bion-nav-link { flex: 1; min-width: 0; padding: 16px 12px; font-size: 17px; line-height: 1.25; white-space: normal; }
.bion-nav-number { flex: 0 0 22px; font-size: 11px; color: rgba(255,255,255,.4); font-variant-numeric: tabular-nums; }
.bion-mobile-nav .bion-nav-expand { width: 48px; height: 52px; margin: 0; font-size: 20px; }
.bion-mobile-nav .bion-nav-group.is-current > .bion-nav-row::after { display: none; }
.bion-mobile-nav .bion-nav-group.is-current > .bion-nav-row { box-shadow: inset 2px 0 #70c7ff; }
.bion-mobile-nav .bion-nav-sub { position: static; width: auto; margin: 0; padding: 4px 0 8px 35px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.bion-mobile-nav .bion-nav-child { padding: 12px 14px; font-size: 14px; }
.bion-menu-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; padding-top: 10px; font-size: 13px; color: rgba(255,255,255,.55); }
.bion-menu-footer > a { width: 100%; color: rgba(255,255,255,.7); text-decoration: none; }
.bion-menu-footer .bion-contact-popover { max-width: calc(100% - 35px); }
.bion-menu-footer .bion-contact-popover__panel { position: static; width: 100%; max-width: 100%; margin-top: 15px; }
html.bion-menu-visible, html.bion-menu-visible body { overflow: hidden !important; }
.bion-additional { position: relative; z-index: 4; padding: 100px 6.25vw 70px; color: #fff; background: linear-gradient(#061018, rgba(6,16,24,.75)); border-top: 1px solid rgba(255,255,255,.16); }
.bion-additional > span { color: #70c7ff; font-size: 13px; }
.bion-additional h2 { margin: 26px 0 18px; font-size: clamp(32px, 4vw, 64px); line-height: 1.1; font-weight: 300; }
.bion-additional p { margin: 0; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.65); }
.bion-case-anchor { position: absolute; left: 0; width: 1px; height: 1px; pointer-events: none; }
@media (max-width: 1249px) {
 .navbar.bion-site-header { height: 72px; padding: 0 22px; gap: 20px; }
 .bion-site-header .navbar_main { gap: 26px; }
 .bion-site-header .bion-desktop-nav { display: none !important; }
 .bion-site-header .navbar_menuToggle { display: flex !important; position: relative; flex: 0 0 36px; width: 36px; height: 40px; margin: 0; padding: 8px 3px; flex-direction: column; justify-content: space-around; opacity: 1 !important; }
 .bion-site-header .navbar_menuToggle span { display: block; width: 30px; height: 1px; background: #fff; }
 .bion-nav-location { display: flex; align-items: flex-start; flex-direction: column; gap: 3px; min-width: 0; border: 0; padding: 0; background: none; color: #8bd2ff; text-align: left; font: inherit; cursor: pointer; }
 .bion-nav-position { font-size: 9px; letter-spacing: .08em; color: rgba(255,255,255,.5); }
 .bion-nav-current { max-width: 350px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; line-height: 1.3; }
}
@media (max-width: 767px) {
 .navbar.bion-site-header { height: 68px; gap: 10px; padding: 0 18px; }
 .bion-site-header .navbar_main { gap: 17px; }
 .bion-site-header .navbar_logo .bion-brand-mark { width: 23px; height: 23px; }
 .bion-site-header .navbar_logo .bion-brand-name { font-size: 19px; }
 .bion-site-header .navbar_actions { display: none; }
 .bion-nav-location { flex: 1; }
 .bion-nav-current { max-width: 100%; width: 100%; font-size: 11px; }
 .bion-additional { padding: 90px 22px 55px; }
 .bion-additional p { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .bion-nav-row, .bion-nav-expand span { transition: none; } }

.bion-site-header .navbar_logo, .bion-site-header .navbar_logo a { width: auto; }

/* The source theme styles every anchor in navbar_main as an animated icon link. */
.bion-site-header .bion-nav-link { display: flex; overflow: visible; height: auto; padding: 11px 9px; font-size: 13px; line-height: 1.3; text-transform: none; text-shadow: inherit; opacity: 1; }
.bion-site-header .bion-nav-child { display: block; overflow: visible; height: auto; padding: 12px 14px; font-size: 14px; line-height: 1.4; text-transform: none; opacity: 1; }
.bion-site-header .bion-desktop-nav a > span { position: static; width: auto; height: auto; top: auto; left: auto; margin: 0; }
.bion-site-header .bion-nav-contacts a { display: block; height: auto; padding: 10px 0; overflow: visible; font-size: 13px; text-transform: none; }

.bion-site-header .bion-desktop-nav a > span::before, .bion-site-header .bion-desktop-nav a > span::after { content: none; display: none; }

/* Requested scenario photos: keep the person and the clamped knee in the frame. */
.bion-compare__photo img.bion-scenario-image--clamp { object-position: 85% center; }
.bion-scenario__media img.bion-scenario-image--clamp { object-position: 80% center; }
.bion-compare__photo img.bion-scenario-image--standing,
.bion-scenario__media img.bion-scenario-image--standing { object-position: 25% 20%; }
.bion-compare__photo img.bion-scenario-image--sitting,
.bion-scenario__media img.bion-scenario-image--sitting { object-position: 75% center; }
@media (max-width: 767px) {
 .bion-compare__photo img.bion-scenario-image--clamp { object-position: 70% center; }
 .bion-scenario__media img.bion-scenario-image--clamp { object-position: 78% center; }
 .bion-compare__photo img.bion-scenario-image--standing,
 .bion-scenario__media img.bion-scenario-image--standing { object-position: 18% 20%; }
 .bion-compare__photo img.bion-scenario-image--sitting,
 .bion-scenario__media img.bion-scenario-image--sitting { object-position: 80% center; }
}
/* Device-specific scenario presentation and temporary legacy visibility. */
.bion-legacy-hidden { display: none !important; }
#application { display: none; }
@media (max-width: 767px) {
 #application { display: block; }
 #scenarios-compare { display: none !important; }
 .navbar.bion-site-header { height: 58px; }
 .bion-site-header .navbar_menuToggle { height: 36px; }
}
.bion-menu-header { height: 60px; }
.bion-site-menu .menu_close { border: 0; border-radius: 0; background: transparent; box-shadow: none; width: 40px; height: 40px; font-size: 30px; }
.bion-site-menu .menu_close::before, .bion-site-menu .menu_close::after { content: none; }
.bion-mobile-nav .bion-nav-row { min-height: 47px; }
.bion-mobile-nav .bion-nav-link { padding-top: 12px; padding-bottom: 12px; }
.bion-mobile-nav button.bion-nav-link { margin: 0; border: 0; border-radius: 0; background: transparent; text-align: left; font-family: inherit; cursor: pointer; }
.bion-mobile-nav .bion-nav-expand { height: 46px; }
.bion-mobile-nav .bion-nav-child { padding-top: 10px; padding-bottom: 10px; }
.bion-compare__photo img.bion-scenario-image--sitting,
.bion-scenario__media img.bion-scenario-image--sitting { object-position: 40% center; }
@media (min-width: 768px) {
 #scenarios-compare .bion-compare__photo img.bion-scenario-image--clamp {
    transform: translateY(clamp(-120px, -12vh, -80px));
    mask-image: linear-gradient(90deg, #000 76%, transparent), linear-gradient(180deg, #000 88%, transparent);
    mask-composite: intersect;
 }
 #scenarios-compare .bion-compare__photo img.bion-scenario-image--sitting {
    height: auto;
    margin-top: clamp(88px, 10vh, 110px);
    mask-image: linear-gradient(90deg, #000 76%, transparent), linear-gradient(180deg, #000 78%, transparent);
    mask-composite: intersect;
 }
}
@media (max-width: 767px) {
 .bion-scenario__media img.bion-scenario-image--sitting { object-position: 45% center; }
}
/* Return-to-start repair: only applied after a visit further down the page. */
.pSection--hero.bion-hero-reset .hero { opacity: 1 !important; filter: none !important; }
.pSection--hero.bion-hero-reset .hero_titles > [data-step="1"] { visibility: visible !important; opacity: 1 !important; }
.pSection--hero.bion-hero-reset .hero_titles > [data-step="1"] .word { opacity: 1 !important; transform: none !important; }
.pSection--hero.bion-hero-reset .hero_titles > [data-step="2"] { visibility: hidden !important; opacity: 0 !important; }
/* Workshop follows the original 02 composition: photograph, large left title,
   right-hand supporting copy and a quiet bottom navigation link. */
.bion-workshop--editorial { isolation: isolate; overflow: clip; background: #080e13; }
.bion-workshop__background { position: absolute; inset: 0; z-index: -2; }
.bion-workshop__background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bion-workshop--editorial::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,10,16,.48), rgba(4,10,16,.36) 45%, rgba(4,10,16,.86) 72%), linear-gradient(180deg, rgba(4,10,16,.16), rgba(4,10,16,.22) 30%, rgba(4,10,16,.84) 86%, #080e13); }
.bion-workshop--editorial .bion-workshop__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-content: end; align-items: end; gap: 45px 8vw; max-width: none; width: 93.75%; min-height: var(--bion-viewport-height); padding: 130px 0 45px; }
.bion-workshop--editorial .bion-workshop__heading { text-align: left; }
.bion-workshop--editorial .bion-workshop__eyebrow { margin-bottom: 4vh; color: rgba(255,255,255,.72); text-transform: none; letter-spacing: 0; }
.bion-workshop--editorial h2 { font-size: clamp(40px, 4.8vw, 74px); font-weight: 300; line-height: 1.1; letter-spacing: -.035em; }
.bion-workshop--editorial .bion-workshop__intro { margin: 0 0 22px; font-size: 20px; line-height: 1.35; color: white; }
.bion-workshop--editorial .bion-workshop__desktop-break { display: none; }
.bion-workshop--editorial .bion-workshop__steps { display: grid; grid-template-columns: 1fr; gap: 18px; margin: 0; }
.bion-workshop--editorial .bion-workshop__step { padding: 0; border: 0; }
.bion-workshop--editorial .bion-workshop__step::after, .bion-workshop--editorial .bion-workshop__number { display: none; }
.bion-workshop--editorial h3 { margin: 0 0 6px; font-size: 16px; line-height: 1.35; color: #fff; font-weight: 600; }
.bion-workshop--editorial .bion-workshop__step p { font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.83); }
.bion-workshop__footer { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
.bion-workshop--editorial .bion-workshop__next { margin: 0; }
@media (max-width: 767px) {
 .bion-workshop--editorial .bion-workshop__inner { grid-template-columns: 1fr; gap: 32px; width: auto; margin: 0 22px; padding: 100px 0 38px; }
 .bion-workshop--editorial::before { background: linear-gradient(180deg, rgba(4,10,16,.3), rgba(4,10,16,.55) 18%, rgba(4,10,16,.88) 46%, #080e13); }
 .bion-workshop--editorial .bion-workshop__background img { object-position: 58% top; }
 .bion-workshop--editorial .bion-workshop__eyebrow { margin-bottom: 22px; }
 .bion-workshop--editorial h2 { font-size: clamp(36px, 9.6vw, 54px); }
 .bion-workshop--editorial .bion-workshop__intro { font-size: 18px; }
 .bion-workshop--editorial .bion-workshop__step p { font-size: 15.5px; }
 .bion-workshop--editorial .bion-workshop__step { padding: 0; }
}

@media (max-width: 767px) { .navbar.bion-site-header { min-height: 58px; } }

/* One compact toggle shows the active language in each navigation menu. */
.bion-language-switch { display: inline-flex; align-items: center; white-space: nowrap; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; }
.bion-language-switch a,
.bion-site-header .bion-language-switch a { display: inline-flex; align-items: center; justify-content: center; width: auto; min-width: 36px; min-height: 42px; height: auto; padding: 8px 5px; color: rgba(255,255,255,.65); font: inherit; line-height: 1; text-decoration: none; overflow: visible; opacity: 1; }
.bion-language-switch a::before, .bion-language-switch a::after { content: none !important; }
.bion-language-switch .bion-language-toggle, .bion-site-header .bion-language-switch .bion-language-toggle { color: #8bd2ff; font-weight: 700; }
.bion-language-switch a:hover { color: #fff; }
.bion-language-switch a:focus-visible { outline: 1px solid #8bd2ff; outline-offset: 2px; }
.bion-menu-footer .bion-contact-popover { max-width: 100%; }
html:lang(en) .bion-site-header .bion-nav-link { font-size: 12.5px; padding-inline: 6px; }
.bion-loading-logo-en { display: flex; align-items: center; justify-content: center; gap: 24px; aspect-ratio: auto; }
.bion-loading-logo-en > img { width: clamp(50px, 8vw, 100px); height: auto; position: static; }
.bion-loading-logo-en > span { display: grid; gap: 8px; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bion-loading-logo-en strong { font-size: clamp(38px, 7vw, 86px); font-weight: 700; line-height: 1; letter-spacing: .03em; }
.bion-loading-logo-en small { font-size: clamp(10px, 1.5vw, 18px); letter-spacing: .16em; white-space: nowrap; }
@media (max-width: 767px) {
    .bion-loading-logo-en { gap: 14px; }
    html:lang(en) .bion-benefit__title { overflow-wrap: normal; }
}

/* The utility menu no longer navigates to the retired For prosthetists section. */
.bion-site-header .bion-more-button { margin: 0; border: 0; border-radius: 0; background: none; font-family: inherit; text-align: left; cursor: pointer; }

/* Keep the stand visible behind desktop navigation on both hero screens. */
@media (min-width: 1250px) {
    .navbar.bion-site-header[data-current-section="home"],
    .navbar.bion-site-header[data-current-section="hero-step2"] {
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border-bottom-color: transparent;
        box-shadow: none;
    }
    .bion-site-header[data-current-section="home"] .navbar_main,
    .bion-site-header[data-current-section="hero-step2"] .navbar_main {
        text-shadow: 0 1px 6px rgba(0, 0, 0, .7);
    }
}

/* September editorial refinement: open photographs and local text contrast. */
:root { --bion-accent: #70c7ff; }
.bion-section-eyebrow { display: none !important; }
.bion-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.circles { visibility: hidden !important; opacity: 0 !important; }
.circles.bion-circles-visible { visibility: visible !important; opacity: 1 !important; }
#fast h2, #comfortable h2, #universal h2, #reliable h2 { color: var(--bion-accent); }
.bion-workshop__accent,
.bion-workshop--editorial .bion-workshop__intro { color: var(--bion-accent); }
.bion-workshop--editorial::before { background: none; }
.bion-workshop__heading,
.bion-workshop__copy { position: relative; isolation: isolate; }
.bion-workshop__heading::before,
.bion-workshop__copy::before { content: ''; position: absolute; z-index: -1; inset: -26px -32px; background: rgba(4,10,16,.67); filter: blur(24px); pointer-events: none; }
.bion-workshop__copy::before { background: rgba(4,10,16,.76); }
.bion-workshop__footer { text-shadow: 0 1px 5px #040a10; }
@media (max-width: 767px) {
    .bion-workshop__heading::before,
    .bion-workshop__copy::before { inset: -16px -12px; filter: blur(18px); }
}
@media (min-width: 768px) {
    .bion-compare__screen::after { background: linear-gradient(0deg, rgba(8,14,19,.95), rgba(8,14,19,.74) 80px, transparent 200px); }
    .bion-compare__content { padding-top: 110px; padding-bottom: 34px; }
    .bion-compare__panel { align-items: end; }
    .bion-compare__title { align-self: end; font-size: clamp(36px, 3vw, 64px); }
    .bion-compare__title br { display: none; }
    .bion-compare__title,
    .bion-compare__description { position: relative; isolation: isolate; }
    .bion-compare__title::before,
    .bion-compare__description::before { content: ''; position: absolute; z-index: -1; inset: -18px -28px; background: rgba(8,14,19,.66); filter: blur(22px); pointer-events: none; }
    .bion-compare__description::before { background: rgba(8,14,19,.76); }
    .bion-compare__nav { margin-top: 28px; }
    .bion-compare__progress { margin: 14px 0; }
}
@media (min-width: 1250px) {
    .navbar.bion-site-header { padding-inline: 2vw; gap: 12px; }
    .bion-site-header .navbar_main { gap: 16px; }
    .bion-site-header .bion-nav-link,
    html:lang(en) .bion-site-header .bion-nav-link { padding: 10px 5px; font-size: 14px; font-weight: 600; letter-spacing: .025em; text-transform: uppercase; }
    .bion-site-header .bion-nav-child { text-transform: uppercase; }
    .bion-site-header .navbar_actions { align-items: center; gap: 12px; }
    .bion-header-tools { display: flex; align-items: center; gap: 10px; }
    .bion-header-tools .bion-contacts-toggle { min-width: 0; min-height: 40px; height: auto; padding: 10px 4px; font: 600 14px/1.3 system-ui, sans-serif !important; letter-spacing: .025em !important; text-transform: uppercase; }
    .bion-header-tools .bion-contact-popover__panel { left: auto; right: 0; transform: none; text-transform: none; }
    .bion-header-tools .bion-language-switch { font-size: 14px; }
    .bion-site-header .bion-header-tools .bion-language-switch a { min-width: 28px; padding-inline: 4px; }
    .bion-site-header .bion-nav-cta { padding: 11px 12px; font-size: 14px; font-weight: 600; text-transform: uppercase; }
}
@media (min-width: 1600px) {
    .bion-site-header .bion-nav-link,
    html:lang(en) .bion-site-header .bion-nav-link,
    .bion-header-tools .bion-contacts-toggle,
    .bion-header-tools .bion-language-switch,
    .bion-site-header .bion-nav-cta { font-size: 16px; }
    .bion-header-tools .bion-contacts-toggle { font-size: 16px !important; }
}
@media (max-width: 1249px) {
    .bion-header-tools { display: none; }
}

/* Language-specific social links in contacts and at the foot of the page. */
.bion-social-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; }
.bion-social-links a,
.bion-contact-popover__panel .bion-social-links a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 8px 0; color: var(--bion-accent); font: 500 16px/1.3 system-ui, sans-serif; text-decoration: none; text-transform: none; border-radius: 0; background: none; }
.bion-social-links a > span { font-size: 16px; opacity: .65; }
.bion-social-links a:hover,
.bion-contact-popover__panel .bion-social-links a:hover { color: #fff; background: none; text-decoration: underline; text-underline-offset: 5px; }
.bion-social-links a:focus-visible,
.bion-contact-popover__panel .bion-social-links a:focus-visible { outline: 2px solid var(--bion-accent); outline-offset: 4px; color: #fff; background: none; }
.bion-contact-popover__panel .bion-social-links { justify-content: center; gap: 8px 24px; margin: 6px 10px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.18); }
.bion-contact-popover__panel .bion-social-links a { font-size: 14px; }
.bion-page-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; min-width: 0; margin-top: 24px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); }
.bion-page-footer > p { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.4; }
@media (max-width: 767px) {
    .bion-contact { row-gap: 24px; }
    .bion-page-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* One stationary photo; the two text screens scroll normally above it. */
.bion-intro-background {
    position: fixed;
    inset: 0;
    height: 100lvh;
    z-index: 0;
    isolation: isolate;
    pointer-events: none;
    background: #080e13;
}
.bion-intro-background.is-offscreen { visibility: hidden; }
.bion-intro-background__photo { position: absolute; inset: 0; z-index: -2; }
.bion-intro-background__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bion-intro-background::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(4,10,15,.72), rgba(4,10,15,.46) 42%, transparent 78%);
}
.bion-intro {
    position: relative;
    z-index: 1;
    isolation: isolate;
    min-height: 100svh;
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
}
.bion-intro__content { width: 100%; padding: 120px 3.125vw 64px; }
.bion-intro h1, .bion-intro h2 { margin: 0; font-size: clamp(54px, 6.8vw, 120px); line-height: 1.14; font-weight: 300; }
.bion-intro h2 { font-size: clamp(50px, 5.4vw, 96px); }
.bion-intro__description { margin: 32px 0 0; max-width: 620px; font-size: clamp(18px, 1.45vw, 24px); line-height: 1.45; }
.bion-intro__cta, .bion-intro__next { display: inline-flex; align-items: center; gap: 24px; color: #fff; border: 1px solid #70c7ff; border-radius: 999px; padding: 18px 24px; font-size: 18px; line-height: 1.3; text-decoration: none; }
.bion-intro__cta { margin-top: 32px; }
.bion-intro__next { margin-top: 52px; }
.bion-intro__cta:focus-visible, .bion-intro__next:focus-visible { outline: 2px solid #70c7ff; outline-offset: 5px; }
.bion-intro, .bion-intro *, .bion-intro-background, .bion-intro-background * { animation: none !important; transition: none !important; filter: none !important; backdrop-filter: none !important; }
@media (max-width: 767px) {
    .bion-intro { align-items: flex-start; }
    .bion-intro__content { padding: 100px 22px 48px; }
    .bion-intro h1 { font-size: clamp(34px, 8.9vw, 64px); line-height: 1.16; }
    .bion-intro h2 { font-size: clamp(36px, 10vw, 64px); line-height: 1.12; }
    .bion-intro-background::before { background: linear-gradient(90deg, rgba(4,10,15,.75), rgba(4,10,15,.35)); }
    .bion-intro__description { margin-top: 24px; font-size: 16px; max-width: 430px; }
    .bion-intro__cta, .bion-intro__next { font-size: 15px; padding: 15px 18px; gap: 18px; }
    .bion-intro__cta { max-width: 100%; margin-top: 24px; }
    .bion-intro__next { margin-top: 28px; }
}
