.card-swap-container{position:absolute;bottom:0;right:0;transform:translate(5%,20%);transform-origin:bottom right;perspective:900px;overflow:visible}.card{top:50%;left:50%;border-radius:12px;border:1px solid #fff;background:#000;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (max-width:768px){.card-swap-container{transform:scale(.75) translate(25%,25%)}}@media (max-width:480px){.card-swap-container{transform:scale(.55) translate(25%,25%)}}.scroll-stack-scroller{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:visible;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:scroll-position}.scroll-stack-inner{padding:20vh 5rem 50rem;min-height:100vh}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top center;will-change:transform,filter;backface-visibility:hidden;transform-style:preserve-3d;box-shadow:0 0 30px rgba(0,0,0,.1);height:20rem;width:100%;margin:30px 0;padding:3rem;border-radius:40px;box-sizing:border-box;-webkit-transform:translateZ(0);transform:translateZ(0);position:relative}@media (max-width:767px){.scroll-stack-scroller{display:flex;justify-content:center;align-items:flex-start;padding:0 1rem}.scroll-stack-inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:1rem 0}.scroll-stack-card{aspect-ratio:1/1;width:100%;max-width:350px;min-width:280px;height:auto;margin:0 0 1rem;padding:0;border-radius:20px;flex-shrink:0;scroll-snap-align:center;display:block;overflow:hidden}.scroll-stack-card img{width:100%;height:100%;object-fit:cover;border-radius:20px}}.scroll-stack-end{width:100%;height:1px}.scroll-stack-scroller.active{cursor:grabbing}.scroll-stack-scroller{cursor:grab}.focus-container{position:relative;display:inline-flex;gap:.2em;justify-content:center;align-items:center;flex-wrap:wrap}.focus-word{position:relative;font-size:inherit;font-weight:inherit;cursor:pointer;transition:filter .3s ease,color .3s ease}.focus-word.active{filter:blur(0)}.focus-frame{position:absolute;top:0;left:0;pointer-events:none;box-sizing:content-box;border:none}.corner{position:absolute;width:.8rem;height:.8rem;border:2px solid var(--border-color,#fff);filter:drop-shadow(0 0 4px var(--border-color,#fff));border-radius:2px;transition:none}.top-left{left:-8px;border-right:none}.top-left,.top-right{top:-8px;border-bottom:none}.top-right{right:-8px;border-left:none}.bottom-left{left:-8px;border-right:none}.bottom-left,.bottom-right{bottom:-8px;border-top:none}.bottom-right{right:-8px;border-left:none}.bounceCardsContainer{position:relative;display:flex;justify-content:center;align-items:center;width:400px;height:400px}.card{position:absolute;width:200px;aspect-ratio:1;border:5px solid #fff;border-radius:25px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.2)}.card .image{width:100%;height:100%;object-fit:cover}