.sticky-cards{background-color:var(--bg);width:100%;height:100%;position:relative}.sticky-card{background-color:var(--fg);width:100%;height:100svh;color:var(--bg);will-change:transform;gap:2rem;padding:1.5rem;display:flex;position:relative}.sticky-card:after{content:"";width:100%;height:100%;opacity:var(--after-opacity,0);pointer-events:none;z-index:2;background-color:#00000080;transition:opacity .1s;position:absolute;top:0;left:0}.sticky-card-index{flex:2}.sticky-card-content{padding-top:1,5rem;flex:4}.sticky-card-content-wrapper{flex-direction:column;gap:1.5rem;width:75%;display:flex}.sticky-card-header{width:75%}.sticky-card-img{aspect-ratio:5/3;width:100%;max-width:1000px;height:auto}.sticky-card-copy{gap:1.5rem;display:flex}.sticky-card-copy-title{flex:2;min-width:0;font-size:1rem}.sticky-card-copy-description{flex:10;font-family:font2;font-size:2rem}.sticky-card-copy-title p{text-transform:uppercase;font-weight:100}.img{aspect-ratio:3/2;width:100%;max-width:90px;height:auto}@media (max-width:1000px){.sticky-card{flex-direction:column;gap:1rem;padding:1rem}.sticky-card-content-wrapper{width:100%}.sticky-card-copy{flex-direction:column;gap:.5rem}.sticky-card-index{flex:1}.sticky-card-header{font-size:1.5rem}.sticky-card-img{aspect-ratio:4/3}}@media (max-width:768px){.sticky-card{gap:.8rem;padding:.8rem}.sticky-card-header{font-size:1.4rem}.sticky-card-copy-title p,.sticky-card-copy-description p{font-size:.9rem}.sticky-card-img{aspect-ratio:3/2}}@media (max-width:480px){.sticky-card{gap:.5rem;padding:.5rem}.sticky-card-index{flex:.5}.sticky-card-content{flex:3}.sticky-card-header{font-size:1.2rem}.sticky-card-copy-title p,.sticky-card-copy-description p{font-size:.8rem}.sticky-card-img{aspect-ratio:1;max-width:100%}.sticky-card-copy{gap:.3rem}}
