:root{--bg-color: #050505;--text-color: #f0f0f0;--accent-color: #555;--noise-opacity: .04}*{margin:0;padding:0;box-sizing:border-box;cursor:none}html,body{height:100%;overflow:hidden;overscroll-behavior:none;touch-action:none}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;overscroll-behavior:none}.cursor-dot{width:8px;height:8px;background-color:var(--text-color);border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;mix-blend-mode:difference}.cursor-outline{width:40px;height:40px;border:1px solid rgba(255,255,255,.5);border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9998;transition:width .2s,height .2s,background-color .2s;mix-blend-mode:difference}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100;opacity:var(--noise-opacity);background:url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E')}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.content{position:relative;z-index:10;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;margin-top:auto;padding-bottom:10vh}.title-wrapper{overflow:visible;padding:10px 0}.title{font-family:Cinzel,serif;font-size:clamp(3rem,10vw,9rem);font-weight:800;line-height:1;letter-spacing:-.02em;text-transform:uppercase;background:linear-gradient(180deg,#fff,#777);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;text-align:center}#webgl-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:5;pointer-events:none}.fade-up{opacity:0;transform:translateY(30px)}.ig-corner{position:fixed;bottom:24px;left:24px;z-index:9000;display:block;width:52px;height:52px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.15);opacity:.75;cursor:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 0 #fff0}.ig-corner img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1);display:block}.ig-corner:hover{opacity:1;transform:scale(1.15);box-shadow:0 0 18px #ffffff40}@media (max-width: 768px){*{cursor:auto!important}.cursor-dot,.cursor-outline{display:none!important}.container{padding:1rem;height:100vh;overflow:hidden}.content{padding-bottom:6vh;margin-top:6vh}.title{font-size:clamp(1.6rem,12vw,3.8rem);letter-spacing:-.01em;line-height:1.02;margin-top:.25rem}.subtitle{font-size:.75rem}.description{font-size:1rem}.ig-corner{bottom:16px;left:16px;width:40px;height:40px;cursor:pointer}.noise{opacity:.02}}@media (max-width: 400px){.title{font-size:clamp(1.8rem,16vw,3.5rem)}.content{padding-bottom:4vh}.ig-corner{bottom:12px;left:12px;width:36px;height:36px}}@media (max-height: 500px){.content{padding-bottom:3vh}.title{font-size:clamp(1.5rem,6vw,3rem)}}
