红漆铁牛
New Year red from horn to hoof, painted with the same swirling clouds people put on doors for luck. Loud on purpose. You will spot it in any wallet.
/* ox + callouts */ .rig{position:relative} .rig-han{position:absolute;top:-6%;right:-2%;font-family:var(--han);font-weight:900;font-size:clamp(90px,13vw,170px); line-height:.86;color:rgba(226,35,26,.18);writing-mode:vertical-rl;letter-spacing:.04em;z-index:0;user-select:none} .ox{position:relative;z-index:2;filter:drop-shadow(0 26px 40px rgba(0,0,0,.55)) drop-shadow(0 0 34px rgba(226,35,26,.22)); animation:idle 6s ease-in-out infinite} @keyframes idle{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}} .callouts{position:absolute;inset:0;z-index:3;pointer-events:none} .co{position:absolute;font-family:var(--mono);font-size:11px;line-height:1.45;letter-spacing:.06em; opacity:0;animation:fadeIn .7s ease forwards} .co b{display:block;font-family:var(--han);font-weight:700;font-size:14px;color:var(--gold);letter-spacing:.08em} .co i{font-style:normal;color:rgba(244,231,206,.62);text-transform:uppercase;letter-spacing:.14em;font-size:10px} .co::before{content:"";position:absolute;background:var(--gold);opacity:.7} .co-1{top:6%;left:-2%;animation-delay:.5s} .co-1::before{width:76px;height:1px;top:26px;left:100%;margin-left:8px} .co-2{top:38%;left:-6%;text-align:right;animation-delay:.75s} .co-2::before{width:54px;height:1px;top:26px;left:100%;margin-left:8px} .co-3{top:14%;right:-4%;animation-delay:1s} .co-3::before{width:60px;height:1px;top:26px;right:100%;margin-right:8px} .co-4{bottom:6%;right:2%;animation-delay:1.25s} .co-4::before{width:1px;height:38px;bottom:100%;right:18px;margin-bottom:6px} @keyframes fadeIn{to{opacity:1}} /* ---------- marquee ---------- */ .band{border-block:1px solid rgba(232,178,60,.3);background:linear-gradient(90deg,var(--deep),#3A0B07 60%,var(--deep)); overflow:hidden;margin-top:34px} .track{display:flex;gap:44px;width:max-content;padding:14px 0;animation:slide 26s linear infinite} .track span{font-family:var(--han);font-weight:900;font-size:20px;letter-spacing:.14em;color:var(--gold);white-space:nowrap} .track span.en{font-family:var(--display);font-size:15px;color:rgba(244,231,206,.66);letter-spacing:.04em} @keyframes slide{to{transform:translateX(-50%)}} /* ---------- sections ---------- */ section{padding:88px 0;position:relative;z-index:1} .head{display:flex;align-items:baseline;gap:16px;margin-bottom:34px;border-bottom:1px solid rgba(232,178,60,.24);padding-bottom:14px;flex-wrap:wrap} .head h2{font-family:var(--display);font-size:clamp(22px,3vw,32px);margin:0;color:var(--paper)} .head .zh{font-family:var(--han);font-weight:700;font-size:20px;color:var(--cinnabar)} .head .note{margin-left:auto;font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim)} .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px} .card{background:var(--paper);color:#2A1A12;padding:26px 24px;position:relative;transition:transform .18s ease} .card:hover{transform:translateY(-5px)} .card h3{font-family:var(--han);font-weight:900;font-size:22px;margin:0 0 4px;color:var(--deep)} .card .en{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#8A6A3A;margin-bottom:12px} .card p{margin:0;font-size:15px;line-height:1.62;color:#3B291F} .card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--cinnabar)} /* stats */ .stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:2px;background:rgba(232,178,60,.26)} .stat{background:var(--ink-2);padding:28px 22px} .stat .k{font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim)} .stat .v{font-family:var(--display);font-size:clamp(20px,2.6vw,28px);color:var(--gold);margin:10px 0 6px;word-break:break-word} .stat p{margin:0;font-size:14px;color:rgba(244,231,206,.62)} /* steps */ .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px} .step{border:1px solid rgba(232,178,60,.28);padding:24px 22px;background:rgba(31,21,18,.6)} .step .n{font-family:var(--han);font-weight:900;font-size:34px;color:var(--cinnabar);line-height:1} .step h3{font-family:var(--body);font-weight:600;font-size:17px;margin:12px 0 6px;color:var(--paper)} .step p{margin:0;font-size:14.5px;color:rgba(244,231,206,.68)} /* roadmap */ .road{display:grid;gap:2px;background:rgba(232,178,60,.22)} .leg{background:var(--ink-2);padding:26px 24px;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:start} .leg .season{font-family:var(--han);font-weight:900;font-size:26px;color:var(--gold)} .leg .season small{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.2em;color:var(--gold-dim);margin-top:6px;font-weight:400} .leg h3{margin:0 0 8px;font-family:var(--body);font-weight:600;font-size:18px;color:var(--paper)} .leg p{margin:0;color:rgba(244,231,206,.68);font-size:15px} .leg.done .season{color:var(--cinnabar)} /* footer */ footer{border-top:1px solid rgba(232,178,60,.24);padding:44px 0 60px;position:relative;z-index:1} .foot-top{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-bottom:22px} .foot-top .brand{font-size:17px} .social{display:flex;gap:14px;margin-left:auto;font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase} .social a{text-decoration:none;color:var(--gold);border-bottom:1px solid rgba(232,178,60,.4)} .social a:hover{color:var(--cinnabar);border-bottom-color:var(--cinnabar)} .disclaimer{font-size:13px;color:rgba(244,231,206,.45);max-width:70ch;margin:0} @media (max-width:900px){ .hero .wrap{grid-template-columns:1fr} .hero{padding-top:40px} .rig{order:-1;max-width:420px;margin-inline:auto} .rig-han{right:-6%;font-size:96px} .co{display:none} .nav-links{display:none} section{padding:64px 0} .leg{grid-template-columns:1fr;gap:12px} } @media (prefers-reduced-motion:reduce){ *{animation:none!important;transition:none!important} .co{opacity:1} html{scroll-behavior:auto} }
Unit 001 · lacquer red · four legs
牛气冲天
A mechanical ox in New Year red, built out of folk-pattern armor and stubbornness. It only knows one direction, and the direction is up.
New Year red from horn to hoof, painted with the same swirling clouds people put on doors for luck. Loud on purpose. You will spot it in any wallet.
Benben was assembled without one. It walks forward, headbutts resistance, and does not understand the word sideways.
Patient in the field, impossible to move when it has decided something. That is the whole personality, and the whole thesis.
Eight for luck, fixed at mint, no way to make more.
Nothing taken on the way in or the way out.
LP tokens sent to the burn address. The pool stays.
Contract renounced. The ox has no owner.
Install a browser or mobile wallet and write your seed phrase down on paper. Never type it into a website.
Send the network's base coin to your wallet from an exchange. Keep a little extra for gas.
Copy the address at the top of this page into your swap of choice and check it character by character.
Confirm the trade. Benben appears in your wallet. Then do what the ox does: keep facing forward.
Token minted, liquidity added and burned, contract renounced, first holders through the gate.
Listings on the trackers, sticker pack and meme kit for the herd, community mods in every timezone.
Exchange applications, an on-chain leaderboard for the loudest holders, and a Lunar New Year drop for the ox.