.parallax-section,.parallax-spacer{height:100vh;width:100%}.parallax-section{background-color:var(--bg-dark);position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.parallax-section.visible{opacity:1;visibility:visible}.parallax-content{text-align:center;z-index:2;position:relative}.parallax-text{font-size:4.5rem;font-weight:900;color:var(--text-light);margin:0;line-height:1.1;letter-spacing:2px;text-shadow:0 4px 8px rgba(0,0,0,.5);perspective:1000px}.parallax-text .split-char{display:inline-block;transform-origin:50% 50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.parallax-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 0,transparent 50%);z-index:1}@media (max-width:1024px){.parallax-text{font-size:3.8rem}}@media (max-width:768px){.parallax-section,.parallax-spacer{height:80vh}.parallax-text{font-size:3rem;letter-spacing:1px}}@media (max-width:600px){.parallax-section,.parallax-spacer{height:60vh}.parallax-text{font-size:2.2rem;padding:0 20px}}