:root{--ink:#171719;--muted:#73737a;--paper:#f4f4f0;--line:#d8d8d2;--blue:#604cff;--acid:#b8ff5c;--radius:5px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,"Noto Sans SC",sans-serif;-webkit-font-smoothing:antialiased}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.section-shell,.site-header{width:min(1440px,calc(100% - 80px));margin:auto}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:20}.brand,.footer-brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.02em;color:inherit;text-decoration:none}.brand-mark{display:inline-flex;gap:2px;align-items:flex-end;height:20px}.brand-mark i{display:block;width:5px;background:var(--ink);transform:skew(-14deg)}.brand-mark i:nth-child(1){height:12px}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){height:15px}.desktop-nav{display:flex;gap:38px}.desktop-nav a,.header-cta{color:var(--ink);font-size:13px;text-decoration:none}.desktop-nav a{transition:opacity .2s}.desktop-nav a:hover{opacity:.5}.header-cta{border-bottom:1px solid;padding-bottom:4px}.header-cta span{color:var(--blue)}.menu-button,.mobile-nav{display:none}.hero{height:calc(100vh - 92px);min-height:680px;max-height:920px;position:relative;padding-top:7vh;overflow:hidden}.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;display:flex;gap:10px;align-items:center}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 4px rgba(184,255,92,.18)}.hero h1{font-size:clamp(96px,14vw,210px);line-height:.78;letter-spacing:-.085em;font-weight:500;margin:7vh 0 0;position:relative;z-index:2}.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px var(--ink);margin-left:14vw}.hero-bottom{position:absolute;z-index:3;left:1px;right:0;bottom:74px;display:flex;align-items:flex-end;justify-content:space-between}.hero-bottom p{font-size:16px;line-height:1.7;margin:0}.circle-link{width:118px;height:118px;border:1px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--ink);text-decoration:none;font-size:13px;gap:10px;transition:.25s}.circle-link:hover{background:var(--ink);color:#fff;transform:rotate(-4deg)}.circle-link b{font-size:22px;font-weight:400}.hero-meta{position:absolute;bottom:0;left:0;right:0;height:42px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.12em}.hero-art{position:absolute;right:5%;top:18%;width:46%;height:58%}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-a{width:70%;aspect-ratio:1;right:0;top:0;background:radial-gradient(circle at 33% 30%,#fff 0,#a899ff 17%,#5f47f0 48%,#171719 72%);box-shadow:0 34px 90px rgba(56,40,200,.3)}.orb-b{width:35%;aspect-ratio:1;left:4%;bottom:0;background:radial-gradient(circle at 35% 28%,#ecffd2,#9bef42 40%,#243d10 78%);mix-blend-mode:multiply}.forge-grid{position:absolute;inset:12% 3% 2% 12%;background:linear-gradient(90deg,transparent 49.5%,rgba(255,255,255,.22) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(255,255,255,.22) 50%,transparent 50.5%);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent);transform:perspective(500px) rotateX(62deg) rotateZ(-18deg)}.spark{position:absolute;width:6px;height:6px;background:var(--acid);border-radius:50%;box-shadow:0 0 18px 6px rgba(184,255,92,.5)}.s1{left:15%;top:20%}.s2{right:2%;bottom:22%;width:3px;height:3px}.s3{left:48%;bottom:8%;background:white}.manifesto{padding:145px 0 100px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 2.5fr 1fr;gap:30px}.section-index{font-size:10px;letter-spacing:.14em;color:var(--muted);margin:0}.manifesto h2,.contact h2{font-size:clamp(52px,6vw,90px);line-height:1.02;letter-spacing:-.065em;font-weight:500;margin:0}.manifesto h2 span,.contact h2 span{color:var(--blue)}.section-copy{font-size:14px;line-height:1.8;color:var(--muted);align-self:end;margin:0}.products{padding:32px 0 150px}.filter-row{display:flex;gap:12px;margin-bottom:42px}.filter{border:1px solid var(--line);border-radius:30px;padding:11px 18px;background:transparent;font:inherit;font-size:12px;cursor:pointer;transition:.2s}.filter:hover,.filter.active{background:var(--ink);border-color:var(--ink);color:white}.filter sup{margin-left:5px;color:#aaa}.product-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.product-card{background:#e9e9e4;padding:20px;min-height:610px;display:flex;flex-direction:column;transition:opacity .25s,transform .25s}.product-card.hidden{display:none}.product-card:nth-child(3){grid-column:2}.product-card.featured{grid-row:span 2;min-height:820px}.card-top{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.status{display:flex;gap:7px;align-items:center}.status i{width:6px;height:6px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 3px rgba(184,255,92,.2)}.status.muted i{background:#aaa;box-shadow:none}.product-visual{flex:1;position:relative;overflow:hidden;margin:22px 0;background:#111}.visual-one{background:radial-gradient(circle at 65% 40%,#6f59ff,#30266e 30%,#141419 67%)}.mini-window{position:absolute;display:flex;align-items:center;gap:7px;width:62%;height:54px;left:19%;top:43%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border-radius:12px;padding:0 16px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.mini-window i{width:5px;height:5px;background:#fff;border-radius:50%;opacity:.3}.mini-window b{margin-left:12px;font-size:11px;color:white;font-weight:400;opacity:.75}.glow-line{position:absolute;width:70%;height:1px;background:linear-gradient(90deg,transparent,#b8ff5c,transparent);left:15%;top:52%;box-shadow:0 0 16px #b8ff5c}.visual-two{background:#cdd6ff}.shape{position:absolute;border:1px solid #171719}.shape-a{width:170px;height:170px;border-radius:50%;left:30%;top:22%;background:#ff7657}.shape-b{width:120px;height:180px;left:45%;top:42%;background:#b8ff5c;transform:rotate(28deg);mix-blend-mode:multiply}.shape-c{width:100px;height:100px;left:22%;top:55%;background:#6450ff;transform:rotate(45deg);mix-blend-mode:multiply}.visual-three{background:#e5ffbc;display:flex;align-items:center;justify-content:center}.command{font-size:72px;font-weight:500}.command-line{position:absolute;bottom:25%;font-size:11px;letter-spacing:.12em}.cursor{width:8px;height:8px;border-radius:50%;background:var(--blue);position:absolute;right:25%;top:27%;box-shadow:0 0 0 8px rgba(96,76,255,.15)}.card-info{display:flex;justify-content:space-between;align-items:flex-end}.card-info>div{max-width:80%}.tag{font-size:9px;letter-spacing:.16em;color:var(--muted)}.card-info h3,.resource-block h3{font-size:24px;letter-spacing:-.035em;margin:12px 0 7px;font-weight:600}.card-info p,.resource-block p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.card-info a{width:42px;height:42px;border:1px solid #bbb;border-radius:50%;display:grid;place-items:center;color:var(--ink);text-decoration:none;transition:.2s}.card-info a:hover{background:var(--ink);color:white}.about{padding:140px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:9vw}.about-label{display:flex;flex-direction:column;justify-content:space-between}.about-label>span{font-size:10px;line-height:1.5;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.about-body h2{font-size:clamp(34px,4vw,58px);letter-spacing:-.05em;font-weight:500;margin:0 0 50px}.about-body p{font-size:17px;line-height:1.8;max-width:680px;color:#4f4f55}.text-link{display:inline-flex;gap:20px;color:var(--ink);text-decoration:none;border-bottom:1px solid;margin-top:30px;padding-bottom:6px;font-size:13px}.resources{border-top:1px solid var(--line)}.resource-block{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:center;padding:58px 0;border-bottom:1px solid var(--line)}.resource-number{font-size:12px;color:var(--muted)}.resource-block a{justify-self:end;color:var(--muted);text-decoration:none;font-size:12px}.resource-block a span{color:var(--blue);margin-left:10px}.contact{padding:170px 0 150px;position:relative}.contact h2{margin:35px 0}.contact>p:not(.section-index){color:var(--muted);font-size:14px}.email-button{margin-top:50px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:24px 2px;display:flex;justify-content:space-between;color:var(--ink);text-decoration:none;font-size:18px}.email-button b{font-weight:400;color:var(--blue)}.footer{border-top:1px solid var(--line);padding:50px 0 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px;font-size:11px}.footer>div>span:first-child{color:#999;font-size:9px;letter-spacing:.13em;margin-bottom:8px}.footer a{color:var(--ink);text-decoration:none}.footer-legal{align-items:flex-end}.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.section-shell,.site-header{width:calc(100% - 36px)}.site-header{height:72px}.desktop-nav,.header-cta{display:none}.menu-button{display:flex;width:36px;height:36px;flex-direction:column;justify-content:center;gap:6px;border:0;background:transparent}.menu-button span{width:20px;height:1px;background:var(--ink)}.mobile-nav{display:none;position:absolute;top:72px;left:-18px;right:-18px;padding:30px 18px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;gap:22px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:22px;color:var(--ink);text-decoration:none}.hero{height:740px;min-height:0;padding-top:48px}.hero h1{font-size:24vw;line-height:.84;margin-top:55px}.hero h1 em{margin-left:0}.hero-art{width:95%;height:47%;right:-24%;top:34%}.hero-bottom{bottom:62px}.hero-bottom p{font-size:13px}.circle-link{width:84px;height:84px;font-size:10px}.hero-meta span:nth-child(2){display:none}.manifesto{padding:90px 0 70px;display:block}.manifesto h2{font-size:50px;margin:28px 0 32px}.products{padding-bottom:90px}.filter-row{overflow-x:auto;padding-bottom:5px}.filter{white-space:nowrap}.product-grid{display:block}.product-card,.product-card.featured{min-height:570px;margin-bottom:16px}.product-card.featured{min-height:650px}.product-card.hidden{display:none}.about{padding:90px 0;display:block}.about-label>span{display:none}.about-body{margin-top:45px}.about-body h2{font-size:38px}.about-body p{font-size:15px}.resource-block{grid-template-columns:35px 1fr;padding:42px 0}.resource-block a{grid-column:2;justify-self:start;margin-top:10px}.contact{padding:100px 0}.contact h2{font-size:50px}.footer{grid-template-columns:1fr 1fr;padding-bottom:30px}.footer-brand{grid-column:span 2;margin-bottom:25px}.footer-legal{align-items:flex-start}.mini-window{width:78%;left:11%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.orb{filter:none}}
body{font-family:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",Arial,sans-serif}
