/* ── CURSOR ───────────────────────────────────────────────────── */
@media(pointer:fine){*{cursor:none!important}}
.cur{position:fixed;top:0;left:0;pointer-events:none;z-index:999999;will-change:transform}
.cur-dot{position:absolute;transform:translate(-50%,-50%);width:10px;height:10px;background:#0a0a0a;border-radius:50%;box-shadow:0 0 0 1.5px rgba(255,255,255,.8);transition:width .5s cubic-bezier(.16,1,.3,1),height .5s cubic-bezier(.16,1,.3,1),background .3s;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cur-txt{font-family:'DM Sans',sans-serif;font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#f5f3ef;opacity:0;transition:opacity .2s .1s;white-space:nowrap;user-select:none}
body.c-hover .cur-dot{width:72px;height:72px}
body.c-hover .cur-txt{opacity:1}
body.c-play .cur-dot{width:88px;height:88px}
body.c-play .cur-txt{opacity:1}
@media(pointer:coarse){.cur{display:none}}

/* SCROLL PROGRESS */
.scr-bar{position:fixed;top:0;left:0;right:0;height:1px;background:var(--border-s,rgba(0,0,0,.18));z-index:99997}
.scr-bar-fill{height:100%;width:0%;background:#0a0a0a;transition:width .1s linear}
