*{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden;height:100vh;background:#0a0a1a;font-family:Cormorant Garamond,Georgia,serif;color:#fff}#canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0}#morph-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;pointer-events:none;padding:2rem}.morph-text{max-width:750px;text-align:center;font-size:clamp(1.6rem,4.5vw,3.2rem);font-weight:300;font-style:italic;line-height:1.4;letter-spacing:.02em}.morph-word{display:inline-block;white-space:nowrap}.morph-char{display:inline-block;transition:none}.morph-author{margin-top:1.5rem;font-size:clamp(.85rem,1.8vw,1.1rem);font-weight:400;opacity:.45;letter-spacing:.15em;text-transform:uppercase;font-style:normal}.morph-progress{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}.morph-dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:background .4s ease,transform .4s ease}.morph-dot.active{background:#fffc;transform:scale(1.4)}
