:root{--bg-color: #000000;--text-color: #ffffff;--text-muted: rgba(255, 255, 255, .8);--text-subtle: rgba(255, 255, 255, .4);--glass-bg: rgba(0, 0, 0, .6);--glass-border: rgba(255, 255, 255, .15);--button-bg: #dedede;--button-hover: #ffffff;--button-text: #000000;--font-main: "TeXGyreHeros", sans-serif;--font-condensed: "TeXGyreHerosCn", sans-serif}@font-face{font-family:TeXGyreHeros;src:url(/TeX-Gyre-Heros/texgyreheros-regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:TeXGyreHeros;src:url(/TeX-Gyre-Heros/texgyreheros-bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:TeXGyreHerosCn;src:url(/TeX-Gyre-Heros/texgyreheroscn-regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:TeXGyreHerosCn;src:url(/TeX-Gyre-Heros/texgyreheroscn-bold.otf) format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:TeXGyreHerosCn,sans-serif;overflow-x:hidden;min-height:100vh}.site-header{position:fixed;top:0;left:0;width:100%;padding:24px 60px;z-index:1000;display:flex;justify-content:center;align-items:center;background:transparent}.site-header nav{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.nav-links{display:flex;gap:60px}.nav-links a{color:var(--text-color);text-decoration:none;font-family:TeXGyreHerosCn,sans-serif;font-weight:400;font-size:14px;text-transform:uppercase;letter-spacing:.1em;opacity:1}.nav-links a:hover{opacity:.6}main{padding-top:80px;padding-bottom:100px;min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.hero-video-section{padding:220px 0 0;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px;min-height:220px}.hero-intro-section{padding:0 0 60px;width:100%;display:flex;justify-content:center;position:relative;z-index:2;background:var(--bg-color)}@media(max-width:900px){.site-header{padding:20px}.nav-links{gap:20px;display:flex}.nav-links a{font-size:12px;letter-spacing:.05em}.main-title{font-size:9vw}.hero-video-section{padding:160px 20px 20px}.hero-content-wrapper{flex-direction:column;align-items:center}.hero-right-col{flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding-top:20px}.hero-meta-text p{text-align:right;font-size:18px}}.hero-title-container{margin-bottom:16px;width:90%;max-width:1400px;margin-left:auto;margin-right:auto;text-align:center}.hero-steps{width:100%}.hero-steps ol{list-style:none;counter-reset:step-counter;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.hero-steps li{font-family:TeXGyreHerosCn,sans-serif;font-size:20px;line-height:1.2;text-transform:uppercase;color:var(--text-color);letter-spacing:.05em;display:flex;align-items:center;gap:12px}.hero-steps li:before{counter-increment:step-counter;content:counter(step-counter) ". ";color:#fff6;font-size:.9em}.main-title{font-family:TeXGyreHerosCn,sans-serif;font-size:clamp(40px,11vw,148px);font-weight:700;text-transform:uppercase;line-height:.8;letter-spacing:-.04em;color:var(--text-color);margin:0;word-break:keep-all;white-space:nowrap;width:max-content;position:fixed;top:100px;left:50%;transform:translate(-50%);z-index:10;pointer-events:none}.main-title a{pointer-events:auto}.hero-content-wrapper{display:flex;width:100%;max-width:1800px;margin:0 auto;gap:60px;align-items:center;justify-content:center}.hero-logo-col{flex:0 0 auto;align-self:center;transform:translateY(-15px)}.hero-logo-col img{width:140px;max-width:15vw;height:auto;filter:brightness(0) invert(1);display:block}.hero-video{flex:1.2;width:60%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:12px}.header-title-link{color:#fff;text-decoration:none;font-weight:700;border-bottom:none}.header-title-link:hover{text-decoration:none;opacity:.9}.header-title-link:visited,.header-title-link:active{color:#fff}.gallery-section{padding:10px;max-width:none;width:100%;margin:0}.hero-earth-logo img{width:80px;height:auto;filter:brightness(0) invert(1);display:block;margin-bottom:24px}.hero-description{margin-bottom:0}.hero-description p{font-family:TeXGyreHerosCn,sans-serif;font-size:21px;line-height:1.4;text-transform:none;color:#fffc;text-align:left;max-width:1100px}.remix-floating-container{position:fixed;bottom:40px;right:40px;z-index:900}.remix-glass-card{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;box-shadow:0 8px 32px #0000004d;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s;cursor:pointer;text-decoration:none}.remix-glass-card:hover{transform:translateY(-5px) scale(1.05);background:#ffffff1f}.remix-icon img{width:40px;height:auto;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.site-footer{width:100%;max-width:none;margin:100px 0 0;padding:80px 60px 150px;display:flex;flex-direction:column;gap:60px;background:transparent;position:relative;z-index:10}.footer-nav-links{display:flex;gap:40px;flex-wrap:wrap;justify-content:center;width:100%}.footer-nav-links a{color:var(--text-color);text-decoration:none;font-family:TeXGyreHerosCn,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;opacity:.7;transition:opacity .2s}.footer-nav-links a:hover{opacity:1}.footer-main-row{display:flex;align-items:flex-start;gap:60px;width:100%;justify-content:flex-start}.footer-logo-col{flex:0 0 auto;padding-top:0;margin:44px}.newos-badge img{height:70px;width:auto;transition:transform .3s ease}.newos-badge:hover img{transform:scale(1.05)}.footer-legal-content{flex:0 1 1250px;display:flex;flex-direction:column;gap:16px;text-align:justify;text-justify:inter-word;padding-top:44px;padding-left:170px}.footer-legal-content p{font-family:TeXGyreHerosCn,sans-serif;font-size:11px;line-height:1.6;color:#fff;opacity:1}.copyright-line{margin-top:20px;text-align:left!important;color:#fff!important;opacity:1!important}@media(max-width:900px){.footer-main-row{flex-direction:column;align-items:center;text-align:center;gap:40px}.footer-legal-content,.copyright-line{text-align:center!important}}.vision-container{width:100%;max-width:1600px;margin:0 auto;padding:20px 60px 200px;display:flex;justify-content:flex-start;position:relative;z-index:2;background:var(--bg-color)}.vision-text-block{width:100%;max-width:1400px}.vision-text-block p{font-family:TeXGyreHerosCn,sans-serif;font-size:clamp(17px,3vw,36px);line-height:1.4;color:#dedede;margin-bottom:60px;text-transform:none;letter-spacing:-.02em;word-spacing:.1em}.vision-text-block .highlight{color:#fff;font-weight:400}.hero-tiny-text{font-family:TeXGyreHerosCn,sans-serif;font-size:11px!important;line-height:1.6!important;color:#fff!important;opacity:1!important;max-width:600px;margin:20px auto 0!important;text-align:center;text-transform:none;letter-spacing:.05em;position:relative;z-index:2}.contact-section{width:100%;max-width:800px;margin:0 auto;padding:20px 20px 120px;display:flex;flex-direction:column;align-items:center;gap:60px;position:relative;z-index:2;background:var(--bg-color)}.contact-form-container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:30px}#contactForm{width:100%;display:flex;flex-direction:column;gap:20px}.brutalist-input{width:100%;background:#ffffff0d;border:none;color:#dedede;font-family:TeXGyreHerosCn,sans-serif;font-size:16px;padding:15px;border-radius:6px;outline:none;min-height:150px;resize:none;transition:background .3s}.brutalist-input:focus{background:#ffffff14}.brutalist-input::placeholder{color:#ffffff4d;text-transform:uppercase}.brutalist-btn{width:100%;padding:15px 0;background:#dedede;color:#000;border:none;border-radius:0;font-family:TeXGyreHerosCn,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.brutalist-btn:hover{background:#fff;transform:translateY(-2px)}.g-recaptcha{display:flex;justify-content:center;margin-bottom:10px}@media(max-width:900px){.vision-container{padding:100px 20px}.vision-text-block p{font-size:24px}}.merch-section{width:100%;max-width:1400px;margin:0 auto;padding:60px 60px 120px;position:relative;z-index:2;background:var(--bg-color)}.merch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;width:100%}.product-card{display:flex;flex-direction:column;gap:20px;background:#ffffff08;border:none;border-radius:8px;padding:20px;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);background:#ffffff0f}.product-image-container{width:100%;aspect-ratio:1;overflow:hidden;position:relative;background:#111;display:flex;align-items:center;justify-content:center}.product-image-container img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center}.product-title{font-family:TeXGyreHerosCn,sans-serif;font-size:20px;text-transform:uppercase;color:var(--text-color);letter-spacing:.05em;margin-top:10px}.product-price{font-family:TeXGyreHeros,sans-serif;font-size:12px;color:#fff9;margin-bottom:8px;text-transform:uppercase;letter-spacing:.1em}.product-btn{width:100%;padding:15px 0;background:#ffffff14;border:none;border-radius:6px;color:#dedede;font-family:TeXGyreHerosCn,sans-serif;font-size:14px;text-transform:uppercase;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:all .2s ease;letter-spacing:.1em}.product-btn:hover{background:#ffffff26;color:#fff}@media(max-width:600px){.merch-section{padding:40px 20px}.merch-grid{grid-template-columns:1fr}}@media(max-width:768px){.main-title{font-size:clamp(28px,10vw,70px);white-space:normal;word-break:break-word}.hero-title-container{width:95%;margin-bottom:20px}.hero-video-section{padding:20px 0;gap:20px}.hero-description p{font-size:17px}.hero-logo-col img{width:80px}.hero-content-wrapper{gap:30px;padding:0 20px}.site-footer{padding:60px 20px 100px;gap:40px;margin-top:60px}.footer-legal-content{padding-left:0;padding-top:20px}.footer-logo-col{margin:20px}.remix-floating-container{bottom:24px;right:24px}.remix-glass-card{width:64px;height:64px;border-radius:16px}.remix-icon img{width:32px}.vision-text-block p{font-size:clamp(17px,3vw,28px);margin-bottom:40px}.gallery-section{padding:10px 8px}}@media(max-width:480px){.main-title{font-size:clamp(24px,12vw,48px);line-height:.9}.hero-video-section{padding:10px 0}main{padding-top:60px;padding-bottom:60px}.hero-description p{font-size:15px;line-height:1.5}.hero-logo-col{transform:none}.hero-logo-col img{width:60px}.hero-content-wrapper{gap:20px;padding:0 16px}.hero-tiny-text{font-size:10px!important;max-width:90%}.site-footer{padding:40px 16px 80px;gap:30px;margin-top:40px}.footer-nav-links{gap:20px}.footer-nav-links a{font-size:11px}.footer-legal-content p{font-size:10px}.remix-floating-container{bottom:16px;right:16px}.remix-glass-card{width:56px;height:56px;border-radius:14px}.remix-icon img{width:28px}.vision-container{padding:60px 16px 80px}.vision-text-block p{font-size:18px;margin-bottom:30px}.contact-section{padding:20px 16px 80px;gap:40px}.merch-section{padding:20px 16px}.gallery-section{padding:10px 4px}}@media(max-width:360px){.main-title{font-size:clamp(22px,13vw,40px)}.hero-description p{font-size:14px}.hero-logo-col img{width:48px}}
