.dither-container{height:100%}.dither-container,.lp{width:100%;position:relative}.lp{min-height:calc(100svh - var(--navbar-height));overflow:hidden;background:var(--background-color);display:flex;flex-direction:column;justify-content:center}.lp-geo{inset:0;z-index:0;pointer-events:none}.lp-geo,.lp-name{position:absolute}.lp-name{top:clamp(1.6rem,4vw,2.8rem);left:clamp(1.6rem,4vw,3.2rem);z-index:2;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-color-secondary);opacity:.7}.lp-centre{position:relative;z-index:2;text-align:center;padding:0 clamp(1.2rem,4vw,3rem);pointer-events:none}.lp-h{font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.95;letter-spacing:-.035em;color:var(--text-color);margin:0 0 1.2rem;display:flex;flex-direction:column;align-items:center}.lp-h-line{display:block;padding-bottom:.1em;margin-bottom:-.1em}.lp-h-line--accent{background:linear-gradient(135deg,#1ee3a6,#2b5cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:.15em;margin-bottom:-.15em}.lp-tag{font-size:clamp(.78rem,1.4vw,.95rem);color:var(--text-color-secondary);letter-spacing:.06em;margin:0;opacity:.65}.lp-sections{position:absolute;bottom:clamp(1.6rem,4vh,3.2rem);left:0;right:0;z-index:2;display:flex;justify-content:center;gap:clamp(.8rem,3vw,2.4rem);padding:0 1.5rem;text-shadow:0 2px 10px var(--background-color),0 0 20px var(--background-color)}.lp-sec{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;padding:.7rem 1rem;border-radius:10px;border:1px solid transparent;transition:border-color .3s ease,background .3s ease,transform .3s ease}.lp-sec:hover{border-color:rgba(var(--primary-color-rgb),.3);background:rgba(var(--primary-color-rgb),.06);transform:translateY(-2px)}.lp-sec-num{font-size:.65rem;letter-spacing:.12em;color:var(--primary-color);opacity:1}.lp-sec-label,.lp-sec-num{font-weight:700;text-shadow:0 1px 8px var(--background-color),0 0 15px var(--background-color)}.lp-sec-label{font-size:clamp(.82rem,1.2vw,.95rem);letter-spacing:.04em;color:var(--text-color);transition:color .2s ease}.lp-sec:hover .lp-sec-label{color:var(--primary-color)}.lp-scroll{position:absolute;bottom:clamp(1.4rem,3vh,2.4rem);right:clamp(1.6rem,4vw,3.2rem);z-index:2;display:flex;flex-direction:column;align-items:center}.lp-scroll-line{width:1px;height:42px;background:linear-gradient(to bottom,var(--primary-color),transparent);opacity:.35;animation:lp-pulse 2.4s ease-in-out infinite}@keyframes lp-pulse{0%,to{opacity:.15;transform:scaleY(.7)}50%{opacity:.45;transform:scaleY(1)}}@media (max-width:768px){.lp-name{top:1.2rem;left:1.2rem;font-size:.72rem}.lp-h{font-size:clamp(2.5rem,12vw,4rem)}.lp-sections{bottom:clamp(1.2rem,3vh,2rem);gap:.35rem}.lp-sec{padding:.55rem .65rem}.lp-sec-label{font-size:.78rem}.lp-scroll{display:none}}@media (max-width:480px){.lp-h{font-size:clamp(2.1rem,13vw,3rem)}.lp-tag{font-size:.72rem}.lp-sections{gap:.2rem;padding:0 .5rem}.lp-sec{padding:.45rem .5rem;gap:.15rem}.lp-sec-num{font-size:.58rem}.lp-sec-label{font-size:.72rem}}@media (max-width:360px){.lp-centre{padding:0 .8rem}.lp-h{font-size:2rem}}