.psycho-root,.psycho-root *{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}.psycho-root{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;font-family:Times New Roman,serif;overflow-x:clip}.scrolly-section{width:100%;position:relative}.scrolly-video-container{background:#000;width:100vw;height:100dvh;position:sticky;top:0;overflow:hidden}.scrolly-video-container video{object-fit:cover;width:100%;height:100%;display:block}.text-overlay{pointer-events:none;z-index:100;opacity:0;background:#0000001a;flex-direction:column;justify-content:center;align-items:center;width:100dvw;height:100dvh;padding:20px;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.text-overlay.active{opacity:1}.text-item{color:#fff;text-align:center;opacity:0;text-shadow:0 4px 30px #000000e6,0 0 60px #000000b3;word-wrap:break-word;max-width:90vw;padding:20px;transition:opacity .8s,transform .8s;transform:translateY(50px)}.text-item.visible{opacity:1;transform:translateY(0)}.text-item p{letter-spacing:.06em;margin:0;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;line-height:1.8}.text-item .large-text{letter-spacing:.1em;margin:0 0 20px;font-size:clamp(2rem,5vw,6rem);font-weight:400;line-height:.9}.text-left{text-align:left;align-self:flex-start;margin-left:5vw}.text-right{text-align:right;align-self:flex-end;margin-right:5vw}.text-item.fade-out{opacity:0;transform:translateY(-50px)}.top-bar{z-index:1000;pointer-events:auto;background:linear-gradient(#000000b3,#0000);justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:fixed;top:0;left:0;right:0}.social-links{gap:15px;display:flex}.social-link{color:#fff;opacity:.8;justify-content:center;align-items:center;transition:opacity .3s,transform .2s;display:flex}.social-link:hover,.social-link:active{opacity:1;transform:scale(1.1)}.psycho-root .icon{width:24px;min-width:24px;height:24px;min-height:24px;display:block}.social-link img.icon{object-fit:contain;width:24px;height:24px}.ca-section{appearance:none;text-align:left;color:#fff;opacity:.8;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;align-items:center;gap:8px;max-width:60vw;padding:8px 15px;font-family:inherit;font-size:.8rem;transition:opacity .3s;display:flex;overflow:hidden}.ca-section:hover{opacity:1;background:#ffffff26}.ca-label{opacity:.7;flex-shrink:0}.ca-address{letter-spacing:.05em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:768px){.psycho-root .top-bar{padding:10px 15px}.psycho-root .icon{width:22px;height:22px}.psycho-root .ca-section{padding:6px 12px;font-size:.75rem}.psycho-root .text-item{padding:15px;transform:translateY(30px)}.psycho-root .text-item p{letter-spacing:.04em;font-size:clamp(.9rem,4vw,1.2rem);line-height:1.7}.psycho-root .text-item .large-text{letter-spacing:.08em;font-size:clamp(1.5rem,8vw,2.5rem)}}@media (max-width:480px){.psycho-root .text-item p{font-size:clamp(.85rem,4.5vw,1rem);line-height:1.6}.psycho-root .text-item .large-text{letter-spacing:.05em;font-size:clamp(1.2rem,10vw,2rem)}.psycho-root .social-links{gap:12px}.psycho-root .icon{width:24px;min-width:24px;height:24px;min-height:24px}.psycho-root .social-link img.icon{object-fit:contain;width:24px;height:24px}}@media (max-height:500px) and (orientation:landscape){.psycho-root .text-item .large-text{letter-spacing:.05em;font-size:clamp(1.2rem,6vh,2rem)}.psycho-root .text-item p{font-size:clamp(.8rem,3vh,1rem)}.psycho-root .top-bar{padding:8px 15px}}@media (min-width:769px) and (max-width:1024px){.psycho-root .text-item p{font-size:clamp(1.1rem,3vw,1.3rem)}.psycho-root .text-item .large-text{letter-spacing:.08em;font-size:clamp(2rem,6vw,4rem)}}@media (min-width:1400px){.psycho-root .text-item p{max-width:800px;font-size:1.6rem}.psycho-root .text-item .large-text{letter-spacing:.1em;font-size:6rem}}@media (prefers-reduced-motion:reduce){.psycho-root .text-item{transition:opacity .3s;transform:none}.psycho-root .text-overlay{transition:opacity .3s}}.video-loading{background:#000;justify-content:center;align-items:center;display:flex}.video-loading:after{content:"";border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite psycho-spin}@keyframes psycho-spin{to{transform:rotate(360deg)}}.enter-screen{z-index:9999;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0}.enter-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.enter-screen h1{color:#fff;letter-spacing:.1em;text-shadow:0 4px 30px #000000e6;margin-bottom:30px;font-family:Times New Roman,serif;font-size:clamp(2rem,8vw,5rem)}.enter-btn{color:#fff;cursor:pointer;letter-spacing:.2em;text-transform:uppercase;background:0 0;border:2px solid #fff;padding:15px 40px;font-family:Times New Roman,serif;font-size:clamp(1rem,4vw,1.5rem);transition:all .3s}.enter-btn:hover{color:#000;background:#fff}.enter-btn:active{transform:scale(.95)}.loading-text{color:#fff9;letter-spacing:.1em;margin-top:20px;font-family:Times New Roman,serif;font-size:.9rem}.spinner{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite psycho-spin}.enter-screen.loading .enter-btn{display:none}.enter-screen.loading .spinner,.enter-screen.loading .loading-text{display:block}.enter-screen:not(.loading) .spinner,.enter-screen:not(.loading) .loading-text{display:none}
