section.footer-area{position:relative;width:100vw;height:100svh;pointer-events:none!important}footer{position:fixed;left:0;bottom:0;width:100vw;height:100svh;overflow:hidden;background-color:var(--background);color:var(--foreground);z-index:0}footer .container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.footer-pattern{display:flex;justify-content:space-between}.footer-pattern p{font-size:2rem;color:#fff!important;text-shadow:0 0 10px #fff;animation:void-flicker 3s ease-in-out infinite alternate}@keyframes void-flicker{0%{opacity:.7;text-shadow:0 0 10px #fff}to{opacity:1;text-shadow:0 0 15px #fff,0 0 25px #fff}}footer h1{font-size:26vw;text-align:center}.footer-logo{font-family:Courier New,monospace!important;color:#fff!important;text-shadow:0 0 20px #fff,0 0 40px #fff,0 0 60px #fff;animation:void-pulse-footer 4s ease-in-out infinite alternate;letter-spacing:.1em}@keyframes void-pulse-footer{0%{text-shadow:0 0 20px #fff,0 0 40px #fff,0 0 60px #fff;transform:scale(1)}to{text-shadow:0 0 25px #fff,0 0 45px #fff,0 0 65px #fff,0 0 85px #fff;transform:scale(1.02)}}footer a,footer h1,footer h3,footer p{color:var(--foreground-secondary)}footer p{font-family:Nippo;line-height:1.75}p.footer-col-header{color:var(--foreground);text-transform:uppercase;margin-bottom:.25em}.footer-links{display:flex;flex-direction:column;align-items:flex-end}footer h3{text-transform:none;font-family:Suisse Intl;font-weight:400;font-size:2.25rem;width:75%;line-height:1.25}.footer-content{display:flex;gap:1em;margin-bottom:4em}.footer-col{width:100%}.footer-col,.footer-col:nth-child(2){display:flex}.footer-sub-col{flex:1 1}@media (max-width:900px){.footer-content{flex-direction:column;gap:2em;padding:0 2em}.footer-col h3{width:100%;margin-bottom:1em;font-size:1.75rem;text-align:center}.footer-links{align-items:center;text-align:center}.footer-links a{font-size:1rem;padding:.5em 0}footer h1{font-size:20vw}.footer-pattern p{font-size:1.5rem}}@media (max-width:600px){.footer-content{padding:0 1em}.footer-col h3{font-size:1.5rem}footer h1{font-size:18vw}.footer-pattern p{font-size:1.2rem}}