.enclosure-anim{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%}.enclosure-anim__stack{position:relative;width:min(800px,100%);aspect-ratio:16/10}.enclosure-anim__layer{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;--path-progress:1;opacity:0;transform:translate3d(calc(var(--end-x, 0px) + (var(--entry-x, 220px) * var(--explode-multiplier, 1) * var(--path-progress))),calc(var(--end-y, 0px) + var(--selected-lift, 0px)),0) scale(calc(var(--end-scale, 1) * .99)) rotate(var(--end-rotate,0deg));filter:drop-shadow(0 20px 34px rgba(5,11,15,.34));transition:opacity .72s ease,transform .72s cubic-bezier(.2,.76,.2,1),filter .72s ease;z-index:var(--layer-z,1);pointer-events:none}.enclosure-anim__layer.is-visible{--path-progress:0;opacity:1;transform:translate3d(calc(var(--end-x, 0px) + (var(--scrub-x, 0px) * var(--scrub-progress, 0))),calc(var(--end-y, 0px) + var(--selected-lift, 0px)),0) scale(var(--end-scale,1)) rotate(var(--end-rotate,0deg));filter:drop-shadow(0 16px 26px rgba(5,11,15,.26));transition:opacity .25s ease,transform .6s cubic-bezier(.22,1,.36,1) var(--lift-delay,0s)}.enclosure-anim__layer.is-selected{filter:drop-shadow(0 22px 40px rgba(5,11,15,.38))}.enclosure-anim__layer.is-dimmed{opacity:.5;transition:opacity .25s ease}.enclosure-anim__scrubber{width:min(700px,100%)}.enclosure-anim__scrubber-input{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(90deg,rgba(145,185,177,.85),rgba(47,79,94,.95));outline:none}.enclosure-anim__scrubber-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;border:2px solid rgba(232,232,230,.75);background:#0b2736;cursor:ew-resize}.enclosure-anim__scrubber-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;border:2px solid rgba(232,232,230,.75);background:#0b2736;cursor:ew-resize}@media (max-width:1100px){.enclosure-anim__stack{width:100%}.enclosure-anim__scrubber{width:min(640px,100%)}}@media (max-width:640px){.enclosure-anim__stack{aspect-ratio:4/3}.enclosure-anim__layer{transform:translate3d(calc(var(--end-x, 0px) + ((var(--entry-x, 220px) * .62) * var(--explode-multiplier, 1) * var(--path-progress))),calc(var(--end-y, 0px) + var(--selected-lift, 0px)),0) scale(calc(var(--end-scale, 1) * .99)) rotate(var(--end-rotate,0deg))}.enclosure-anim__scrubber{width:100%}}#root{min-height:100%}.page-shell{position:relative;min-height:100vh;--hero-stage-height:155vh;--hero-stage-overlap:calc(var(--hero-stage-height) - 100vh)}.hero-stage{position:relative;min-height:var(--hero-stage-height)}.hero-stage__sticky{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:clip}.hero-stage__floor{position:absolute;inset:0;background-image:url(/BA-Carosel-BG.png);background-position:center -60px;background-repeat:no-repeat;background-size:cover;transform:scale(calc(1 + var(--scroll-progress, 0) * .5)) translateY(calc(var(--scroll-progress, 0) * 5vh));transform-origin:center center;will-change:transform}.hero-stage__scene{position:absolute;inset:0;transform:scale(calc(1 - var(--scroll-progress, 0) * .35)) translateY(calc(var(--scroll-progress, 0) * -18vh));opacity:calc(1 - var(--scroll-progress, 0));transform-origin:center center;will-change:transform,opacity}@media (max-width:640px){.hero-stage__scene canvas{touch-action:pan-y!important}.hero-stage__floor,.hero-stage__scene{transform:none!important;opacity:1!important}}.hero-stage__cue{position:absolute;left:50%;bottom:7vh;z-index:115;transform:translateX(-50%);pointer-events:none}.hero-stage__fade{display:none}.content-stack{position:relative;z-index:120;margin-top:calc(var(--hero-stage-overlap) * -1);padding-bottom:0}@media (max-width:1100px){.page-shell{--hero-stage-height:140vh}.hero-stage{min-height:var(--hero-stage-height)}.hero-stage__cue{bottom:4vh}}@media (max-width:640px){.page-shell{--hero-stage-height:128svh;--hero-stage-overlap:calc(var(--hero-stage-height) - 100svh)}.hero-stage{min-height:var(--hero-stage-height)}.hero-stage__sticky{height:100svh}.hero-stage__cue{display:none}}