:root{--black:var(--surface-primary);--white:var(--text-primary);--font:"Inter",var(--font-base);--max-width:820px;--transition-standard:var(--transition-fast)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--surface-primary);color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:14px;line-height:1.75;overflow-x:hidden}#main>.container{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.container>:not(nav):not(footer){animation:.3s ease-out contentEntry}@keyframes contentEntry{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}nav{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.5px;opacity:.6;transition:opacity var(--transition-standard);font-size:15px;font-weight:500;color:var(--white)!important;text-decoration:none!important}.nav-logo:hover{opacity:1}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{letter-spacing:.02em;transition:all var(--transition-standard);font-size:.8125rem;font-weight:400;color:var(--text-muted)!important;text-decoration:none!important}.nav-link:hover{color:var(--white)!important}.container{max-width:var(--max-width);margin:0 auto;padding:8rem 2rem 4rem}h1{letter-spacing:-.02em;color:var(--white);margin-bottom:1rem;font-size:2rem;font-weight:300;line-height:1.3}h2{letter-spacing:.01em;color:var(--text-muted);margin-top:4rem;margin-bottom:1.5rem;font-size:.9375rem;font-weight:300;line-height:1.6}p{color:var(--text-tertiary);margin-bottom:1.25rem;font-weight:300}a{color:var(--white);opacity:.7;transition:all var(--transition-standard);text-decoration:none}a:hover{opacity:1}strong{color:var(--white);font-weight:500}em{color:var(--text-secondary);font-style:italic}ul,ol{color:var(--text-tertiary);margin-bottom:1.25rem;padding-left:1.25rem}li{margin-bottom:.5rem;font-weight:300}li a{color:var(--white);font-weight:400}footer{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;width:100vw;margin-top:6rem;margin-left:-50vw;margin-right:-50vw;padding:2rem 2.5rem;display:flex;position:relative;left:50%;right:50%}.footer-links{gap:2rem;display:flex}.footer-link{transition:all var(--transition-standard);font-size:.8125rem;font-weight:400;color:var(--text-muted)!important;text-decoration:none!important}.footer-link:hover{color:var(--white)!important}.footer-legal{gap:2rem;display:flex}.footer-copy{color:var(--text-muted);font-size:12px;font-weight:300}.legal-page{max-width:640px;padding:4rem 0}.legal-page h1{margin-bottom:2rem;font-size:1.75rem;font-weight:500}.legal-page h2{color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.legal-page p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9375rem;line-height:1.75}.legal-page ul{margin:.5rem 0;padding:0;list-style:none}.legal-page ul li{color:var(--text-secondary);padding:.25rem 0;font-size:.9375rem;line-height:1.75}.legal-page a{color:var(--white);text-underline-offset:3px;transition:opacity var(--transition-standard);text-decoration:underline}.legal-page a:hover{opacity:.7}::selection{color:var(--white);background:#ffffff1a}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.landing{width:100vw;margin-left:calc(50% - 50vw)}#cosmos{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.landing>*{z-index:1;position:relative}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 2rem 8rem;display:flex}.hero-mark-container{justify-content:center;align-items:center;width:280px;height:280px;margin-bottom:2rem;display:flex;position:relative}.hero-mark{opacity:0;border-radius:0;width:220px;height:auto;margin-bottom:0;animation:2.5s .3s forwards markBreathe}.hero-glow{opacity:0;background:radial-gradient(circle,#ffffff06 0%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:5s .5s infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-title{letter-spacing:.08em;color:var(--text-muted);opacity:0;margin-bottom:.75rem;font-size:1.125rem;font-weight:300;animation:2s 1.2s forwards fadeIn}.hero-headline{letter-spacing:.01em;color:var(--text-muted);opacity:0;font-size:.9375rem;font-weight:300;line-height:1.6;animation:2s 1.5s forwards fadeIn}.hero-headline em{color:var(--text-secondary);font-style:italic}.hero-scroll{opacity:0;animation:1.5s 3s forwards fadeIn;position:absolute;bottom:3rem}.scroll-indicator{background:linear-gradient(#ffffff4d,#0000);width:1px;height:48px;animation:2.5s ease-in-out infinite scrollDrift}.reveal{opacity:0;transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes markBreathe{0%{opacity:0;filter:blur(10px);transform:scale(.92)}60%{opacity:.9;filter:blur()}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes glowPulse{0%,to{opacity:0;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}@keyframes scrollDrift{0%,to{opacity:.2;transform:scaleY(1)}50%{opacity:.6;transform-origin:top;transform:scaleY(1.3)}}.landing-section{justify-content:center;padding:8rem 2rem;display:flex}.landing-content{width:100%;max-width:860px}.landing-content--narrow{max-width:600px}.exp-title{letter-spacing:-.01em;text-align:center;color:var(--white);margin-bottom:1.25rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400}.exp-body{color:var(--text-secondary);text-align:center;max-width:520px;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.85}.statement{color:var(--text-secondary);text-align:center;font-size:1rem;font-weight:300;line-height:1.85}.statement em{color:var(--white);font-style:italic}.channels-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.channel-card{transition:all var(--transition-standard);background:radial-gradient(at top,#ffffff05,#0000 70%);border:1px solid #ffffff0d;border-radius:1.5rem;padding:2rem}.channel-card:hover{border-color:#ffffff1a}.channel-name{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.channel-desc{color:var(--text-secondary);font-size:.875rem;font-weight:300;line-height:1.7}.cap-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.cap-item{border-bottom:1px solid #ffffff0a;padding:1.5rem 0}.cap-item:nth-last-child(-n+2){border-bottom:none}.cap-name{color:var(--white);margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.cap-desc{color:var(--text-secondary);font-size:.8125rem;font-weight:300;line-height:1.5}.landing-quote{color:var(--white);text-align:center;font-size:clamp(1.25rem,2.5vw,1.75rem);font-style:italic;font-weight:300;line-height:1.7}@media (max-width:1024px){.channels-grid{gap:1rem}.channel-card{padding:1.5rem}}.cap-grid{grid-template-columns:1fr}.cap-item:nth-child(2n){border-left:none;padding-left:0}.cap-item:nth-child(odd){padding-right:0}.hero-mark{width:160px}.hero-mark-container,.hero-glow{width:200px;height:200px}footer{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links,.footer-legal{justify-content:center}nav{padding:1rem 1.5rem}.nav-links{gap:1.5rem}.landing-section{padding:5rem 1.5rem}.nav-toggle-input{display:none}.nav-hamburger{cursor:pointer;display:none}.nav-hamburger-line{background:var(--text-secondary);width:18px;height:1.5px;margin:4px 0;transition:all .2s;display:block}#main{flex-direction:column;min-height:100vh;display:flex}.container,main.container{flex-direction:column;flex:1;display:flex}footer{margin-top:auto}@media (max-width:768px){nav{padding:1rem 1.25rem}.nav-hamburger{display:block}.nav-links{background:var(--surface-primary);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-toggle-input:checked~.nav-links{display:flex}.nav-toggle-input:checked~.nav-hamburger .nav-hamburger-line:first-child{transform:rotate(45deg)translate(4px,4px)}.nav-toggle-input:checked~.nav-hamburger .nav-hamburger-line:nth-child(2){opacity:0}.nav-toggle-input:checked~.nav-hamburger .nav-hamburger-line:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.container,main.container{padding:5rem 1.25rem 2rem}footer{flex-wrap:wrap;justify-content:center;gap:1rem;padding:2rem 1.25rem}.footer-links,.footer-legal{justify-content:center}}