.yh-sticky-outer{height:180vh;position:relative;}
.yh-sticky-inner{position:sticky;top:0;height:100vh;overflow:hidden;}
.yh-sticky-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 10%;transform:scale(0.82);transition:transform 0.1s linear;}
.yh-sticky-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.22);}
.yh-sticky-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.yh-sticky-label-top{position:absolute;top:12%;left:50%;transform:translateX(-50%);font-family:Georgia,serif;font-size:clamp(0.85rem,1.5vw,1.05rem);color:rgba(255,255,255,0.85);letter-spacing:0.08em;white-space:nowrap;font-style:italic;}
.yh-sticky-label-bottom{position:absolute;bottom:12%;left:50%;transform:translateX(-50%);font-family:Georgia,serif;font-size:clamp(0.85rem,1.5vw,1.05rem);color:rgba(255,255,255,0.85);letter-spacing:0.08em;white-space:nowrap;font-style:italic;}
.yh-sticky-words{position:absolute;width:100%;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:space-between;padding:0 4%;pointer-events:none;}
.yh-sticky-word{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);color:white;font-weight:400;letter-spacing:-0.02em;will-change:transform;white-space:nowrap;}
.yh-sticky-desc{font-family:Arial,sans-serif;font-size:clamp(0.78rem,1.2vw,0.92rem);color:rgba(255,255,255,0.88);text-align:center;line-height:1.8;max-width:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);will-change:opacity;}
