@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";:root{--bg: #1a1a1a;--fg: #edf1e8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;background-color:#000}img{width:100%;height:100%;object-fit:cover}h1{font-size:7rem;font-weight:800;letter-spacing:-.35rem;line-height:1.1}p{font-size:1.125rem;font-weight:500}section{position:relative;width:100%;height:100svh;background-color:var(--bg);color:var(--fg);display:flex;justify-content:center;align-items:center;text-align:center}.sticky-cards{position:relative;width:100%;height:100%;background-color:var(--bg)}.sticky-card{position:relative;width:100%;height:100svh;background-color:var(--fg);color:var(--bg);padding:1.5rem;display:flex;gap:3rem;will-change:transform}.sticky-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:var(--after-opacity, 0);transition:opacity .1s ease;pointer-events:none;z-index:2}.sticky-card-index{flex:2}.sticky-card-content{flex:4;padding-top:1.5rem}.sticky-card-content-wrapper{width:75%;display:flex;flex-direction:column;gap:1.5rem}.sticky-card-header{width:75%}.sticky-card-img img{aspect-ratio:5/3}.sticky-card-copy{display:flex;gap:1.5rem}.sticky-card-copy-title{flex:2}.sticky-card-copy-description{flex:4}.sticky-card-copy-title p{text-transform:uppercase;font-weight:650}@media (max-width: 1000px){h1{font-size:2rem;letter-spacing:0}p{font-size:1rem}.sticky-card{flex-direction:column;gap:0}.sticky-card-content-wrapper{width:100%}.sticky-card-copy{flex-direction:column;gap:.5rem}.sticky-card-index{flex:1}}
