.hero-section{height:4000px;position:relative}.hero-sticky-container{position:sticky;top:0;width:100%;height:100vh;overflow:hidden}.hero-canvas{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:#0006;pointer-events:none}.hero-content-container{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none;z-index:10}.hero-content-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding-top:10vh}.hero-left{max-width:600px;width:45%;pointer-events:auto}.hero-right{max-width:500px;text-align:left;pointer-events:auto;padding-bottom:3rem}.hero-right-title{font-size:2rem;color:#fff;margin-bottom:1.5rem;line-height:1.3;font-weight:400;padding:.1em}.hero-description{color:#ccc;margin-bottom:2rem;font-size:1rem;line-height:1.6;font-family:var(--font-body)}.hero-description p{margin-bottom:1rem}@media(max-width:768px){.hero-content-wrapper{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:5vh;gap:2rem}.hero-left{width:100%;max-width:100%}.hero-right{width:100%;max-width:100%;padding-bottom:0}.hero-description{display:none}.hero-right-title{font-size:1.5rem;margin-bottom:1rem}}
