/* A reserved place to start, a quiet margin to travel, and room to land. */
.bcj-origin-parent { position: relative; }
.bcj-origin {
    position: absolute; width: var(--bcj-hero-size, 280px); aspect-ratio: 1;
    right: var(--bcj-hero-right, 0px); top: var(--bcj-hero-top, 0px);
    pointer-events: none; z-index: 2;
}
.bcj-origin::after {
    content: ''; position: absolute; inset: 78% 20% 7%; border-radius: 50%;
    background: radial-gradient(ellipse, rgb(51 70 210 / .13), transparent 70%);
}
.bcj-float {
    position: fixed; top: 0; left: 0; width: 360px; height: 360px;
    transform-origin: 0 0; pointer-events: none; z-index: 40;
    will-change: transform; opacity: 0;
}
.bcj-float canvas { display: block; width: 360px; height: 360px; pointer-events: none; }
.bcj-float .w2-sculpture-hint, .bcj-float .w2-sculpture-pause { display: none; }
.bcj-control {
    position: fixed; left: 0; top: 0; z-index: 41;
    display: grid; place-items: center; width: 32px; height: 32px; padding: 0;
    border: 1px solid rgb(122 135 172 / .28); border-radius: 50%;
    background: rgb(255 255 255 / .94); color: #283762;
    font: 12px/1 system-ui, sans-serif; cursor: pointer;
}
.bcj-control:hover { background: #e9edff; }
.bcj-control:focus-visible { outline: 2px solid #304bff; outline-offset: 4px; }
.bcj-control[hidden], .bcj-float[hidden] { display: none; }
.bcj-waypoint {
    --bcj-color: #4059ee;
    position: relative; box-sizing: border-box; grid-column: 1 / -1;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    width: min(1200px, calc(100% - 64px)); min-height: 176px;
    margin: 40px auto 0; padding: 8px 32px;
    border-top: 1px solid rgb(130 140 164 / .24);
    color: var(--bcj-color); pointer-events: none; isolation: isolate;
}
.bcj-waypoint::before {
    content: ''; position: absolute; left: 220px; right: 190px; top: 50%;
    height: 1px; background: linear-gradient(90deg, transparent, rgb(130 140 164 / .32));
}
.bcj-waypoint-label { display: grid; gap: 10px; font: 10px/1.4 ui-monospace, monospace; letter-spacing: .13em; }
.bcj-waypoint-label b { font: 500 clamp(16px, 2vw, 22px)/1.25 system-ui, sans-serif; letter-spacing: -.03em; }
.bcj-port { position: relative; flex: 0 0 156px; width: 156px; height: 156px; }
.bcj-port::before, .bcj-port::after {
    content: ''; position: absolute; inset: 12px; border: 1px solid currentColor;
    opacity: .22; border-radius: 50%; transform: rotateX(56deg) rotate(-25deg);
    transition: opacity .25s;
}
.bcj-port::after { inset: 0; transform: rotateY(55deg) rotate(25deg); border-style: dashed; }
.bcj-waypoint.is-docked .bcj-port::before { opacity: .65; }
.bcj-waypoint.is-docked .bcj-port::after { opacity: .42; }
.bcj-waypoint[data-journey="visual"], .soc-sec--dark .bcj-waypoint { --bcj-color: #adb5ff; }
.bcj-progress {
    position: fixed; top: 0; right: 2px; width: 2px; height: 100dvh;
    background: linear-gradient(180deg, transparent, #425fff); opacity: .35;
    z-index: 39; transform-origin: 50% 0; pointer-events: none;
}
.bcj-progress[hidden] { display: none; }
.works-page .bcj-waypoint { width: 100%; margin: 8px 0; }
@media (min-width: 1101px) and (max-width: 1350px) {
    .lp-hero > .bcj-origin { width: 120px; right: 12px; top: 0; }
}
@media (max-width: 1100px) {
    .bcj-origin {
        position: relative; top: auto; right: auto; width: 112px;
        margin: 0 24px 38px auto; grid-column: 1 / -1;
    }
    .hero-full > .bcj-origin { position: absolute; top: 24px; right: 24px; width: 88px; margin: 0; }
    .bcj-waypoint { min-height: 148px; width: calc(100% - 40px); padding: 4px 12px; margin-top: 28px; }
    .bcj-port { flex-basis: 128px; width: 128px; height: 128px; }
    .bcj-waypoint::before { left: 170px; right: 145px; }
}
@media (max-width: 600px) {
    .bcj-origin { width: 88px; margin-right: 16px; margin-bottom: 36px; }
    .bcj-waypoint { width: calc(100% - 32px); gap: 12px; padding: 4px 0; }
    .bcj-waypoint-label { font-size: 9px; letter-spacing: .07em; }
    .bcj-waypoint-label b { font-size: 16px; }
    .bcj-waypoint::before { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .bcj-progress { display: none; }
    .bcj-port::before, .bcj-port::after { transition: none; }
}
