.sticky{width:100%;overflow:hidden;background-color:var(--base-100)}.sticky,.sticky-header{position:relative;height:100svh}.sticky-header{top:0;left:0;width:250vw;display:flex;justify-content:center;align-items:center;will-change:transform}.sticky-header h1{margin:0;color:var(--base-400);font-size:28vw;letter-spacing:-.5rem;line-height:100%}.card{position:absolute;top:10%;left:100%;width:400px;height:600px;background-color:#ffffff;border-radius:1rem;padding:1rem;will-change:transform;z-index:2;transform-origin:center center}.card .card-img{width:100%;height:250px;border-radius:.5em;overflow:hidden}.card .card-img img{width:100%;height:100%;object-fit:cover}.card-content{width:100%;height:310px;display:flex;flex-direction:column;justify-content:flex-start;color:#14281D;padding:1rem}.card-description ul{list-style:none;padding-left:0;margin:0}.card-description li{font-family:PP Neue Montreal;font-size:1.15rem;font-weight:400;line-height:1.25;margin-bottom:.4rem;position:relative;padding-left:1.5rem;display:flex;align-items:flex-start}.card-description li:before{content:"→";position:absolute;left:0;top:-1px;color:#14281D;font-weight:600;opacity:.7;transition:transform .3s ease,opacity .3s ease}.card-description li:hover:before{transform:translateX(3px);opacity:1}.card-content h2{font-size:2.5rem;letter-spacing:-.05rem;margin:0}@media (max-width:1400px) and (min-width:1000px){.sticky-header h1{font-size:24vw}.card{width:250px;height:auto;padding:.75rem;top:5%}.card .card-img{height:125px}.card-content{height:auto;padding:.5rem}.card-content h2{font-size:1.4rem;margin-bottom:.5rem}.card-description li{font-size:.7rem;margin-bottom:.2rem;padding-left:1rem;line-height:1.1}}@media (max-width:999px){.sticky{height:100svh;min-height:100svh;overflow:hidden;padding:0}.sticky-header{width:320vw;height:100svh;margin-bottom:0}.sticky-header h1{font-size:clamp(7rem,34vw,12rem);letter-spacing:-.15rem}.card{position:absolute;top:45%;left:100%;width:min(78vw,310px);height:auto;max-height:80svh;padding:.75rem;margin:0;overflow:hidden}.card .card-img{height:clamp(150px,38vw,220px)}.card-content{height:auto;max-height:none;padding:.75rem .5rem .25rem;overflow:visible}.card-content h2{font-size:2rem;line-height:.95;margin-bottom:.75rem}.card-description li{font-size:clamp(.72rem,3.2vw,.9rem);margin-bottom:.25rem;padding-left:1.1rem;line-height:1.15}}