.scroll-stack{--scroll-stack-bg:var(--background,#ffffff);--scroll-stack-heading:var(--muted,#e5e5e5);--scroll-stack-card-fg:var(--card-foreground,#ffffff);--scroll-stack-card-bg-1:var(--accent,#88bfff);--scroll-stack-card-bg-2:var(--accent-2,#ffffa8);--scroll-stack-card-bg-3:var(--accent-3,#61f5ab);--scroll-stack-card-bg-4:var(--accent-4,#f9cdf2);--scroll-stack-card-bg-5:var(--accent-5,#000000)}.scroll-stack__sticky{position:relative;width:100%;height:100svh;overflow:hidden;background-color:var(--scroll-stack-bg)}.scroll-stack__header{position:relative;top:0;left:0;width:250vw;height:100svh;display:flex;justify-content:center;align-items:center;will-change:transform}.scroll-stack__header .scroll-stack__word{display:block;margin:0;color:var(--scroll-stack-heading);font-size:28vw;letter-spacing:-.5rem;line-height:100%;white-space:nowrap}.scroll-stack__card{position:absolute;top:10%;left:100%;width:325px;height:500px;border-radius:1rem;padding:1rem;will-change:transform;z-index:2}.scroll-stack__card:nth-child(5n+1){background-color:var(--scroll-stack-card-bg-1)}.scroll-stack__card:nth-child(5n+2){background-color:var(--scroll-stack-card-bg-2)}.scroll-stack__card:nth-child(5n+3){background-color:var(--scroll-stack-card-bg-3)}.scroll-stack__card:nth-child(5n+4){background-color:var(--scroll-stack-card-bg-4)}.scroll-stack__card:nth-child(5n+5){background-color:var(--scroll-stack-card-bg-5)}.scroll-stack__card-img{width:100%;height:200px;border-radius:.5rem;overflow:hidden}.scroll-stack__card-img img{width:100%;height:100%;object-fit:cover;display:block}.scroll-stack__card-content{width:100%;height:275px;display:flex;flex-direction:column;justify-content:space-between;color:var(--scroll-stack-card-fg);padding:1rem}.scroll-stack__card-content h3{font-size:2.5rem;letter-spacing:-.05rem;margin:0}.scroll-stack__card-content p{margin:0}.scroll-stack__mobile{display:none}@media (max-width:999px){.scroll-stack__sticky{display:none}.scroll-stack__mobile{position:relative;width:100%;height:auto;overflow:visible;background-color:var(--scroll-stack-bg);padding:2rem 1rem;display:flex;flex-direction:column;gap:1.25rem;z-index:0}.scroll-stack__mobile-header{position:static;width:100%;height:auto;display:block;will-change:auto;margin-bottom:.5rem}.scroll-stack__mobile-header .scroll-stack__word{display:block;margin:0 0 .5rem;color:var(--scroll-stack-heading);font-size:2.25rem;letter-spacing:-.06rem;line-height:110%}.scroll-stack__mobile .scroll-stack__card{position:static;top:auto;left:auto;width:100%;height:auto;max-width:680px;margin:0 auto;will-change:auto;transform:none!important;opacity:1!important}.scroll-stack__mobile .scroll-stack__card-img{height:240px;margin-bottom:1rem}.scroll-stack__mobile .scroll-stack__card-content{height:auto;display:flex;flex-direction:column;gap:1.5rem}}