@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@500;600;700&display=swap');
:root{--bg:#f3f2ed;--surface:#fffdf8;--ink:#0d1021;--muted:#70737c;--line:#d9d9d2;--accent:#4160ff;--accent-soft:#e7eaff;--lime:#d7f36c;--night:#0d1021;--paper:#f3f2ed;--serif:'Noto Serif SC',Georgia,serif;--sans:'Manrope','PingFang SC','Microsoft YaHei',sans-serif;--mono:'DM Mono',monospace}
[data-theme=dark]{--bg:#0d1021;--surface:#171a2d;--ink:#f3f2ed;--muted:#a0a4b4;--line:#30354e;--accent:#9cabff;--accent-soft:#242a4d;--lime:#e0f47a;--paper:#f3f2ed}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden;transition:background .3s ease,color .3s ease}body:before{content:'';position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(90deg,transparent 49.8%,var(--line) 50%,transparent 50.2%),linear-gradient(transparent 49.8%,var(--line) 50%,transparent 50.2%);background-size:120px 120px;mask-image:linear-gradient(to bottom,black,transparent 75%);z-index:-1}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.scroll-progress{height:3px;background:var(--accent);position:fixed;top:0;left:0;width:0;z-index:20;transition:width .08s linear}.site-shell{width:min(1240px,calc(100% - 80px));margin:0 auto}.site-header{height:82px;display:flex;align-items:center;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:11px;font-size:13px;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--ink);color:var(--bg);font-weight:800;font-size:19px;transform:rotate(-7deg)}.brand-name{font-weight:800}.brand-name b{font-family:var(--mono);font-size:10px;color:var(--muted);font-weight:400;letter-spacing:.12em;margin-left:4px}.main-nav{display:flex;gap:33px;margin-left:auto;margin-right:33px;font-family:var(--mono);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.main-nav a{color:var(--muted);position:relative}.main-nav a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.main-nav a:hover,.main-nav a.active{color:var(--ink)}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:18px}.header-status{font-family:var(--mono);font-size:10px;color:var(--muted);letter-spacing:.06em}.header-status i{display:inline-block;width:6px;height:6px;background:#57bf73;border-radius:50%;margin-right:7px;box-shadow:0 0 0 3px rgba(87,191,115,.14)}.theme-toggle{display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.theme-toggle:hover{transform:rotate(12deg);border-color:var(--accent)}.theme-moon{display:none}[data-theme=dark] .theme-sun{display:none}[data-theme=dark] .theme-moon{display:block}
.hero{padding:42px 0 0}.hero-frame{min-height:620px;background:var(--night);color:var(--paper);position:relative;overflow:hidden;display:grid;grid-template-columns:1.06fr .94fr;padding:65px 67px 48px;border-radius:4px}.hero-frame:after{content:'';position:absolute;inset:20px;border:1px solid rgba(243,242,237,.13);pointer-events:none}.hero-copy{position:relative;z-index:2}.eyebrow{display:flex;gap:27px;font-family:var(--mono);font-size:10px;letter-spacing:.13em;color:rgba(243,242,237,.58);margin-bottom:43px}.hero h1{font-size:clamp(54px,7vw,96px);line-height:1.02;letter-spacing:-.085em;max-width:740px;margin:0 0 30px;font-weight:700}.hero h1 span{font-family:var(--serif);font-weight:600;color:var(--lime);letter-spacing:-.09em}.hero-intro{max-width:435px;font-size:16px;line-height:1.85;color:rgba(243,242,237,.7);margin-bottom:35px}.hero-actions{display:flex;align-items:center;gap:24px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:49px;padding:0 17px;border:1px solid var(--line);font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--lime);color:var(--night);border-color:var(--lime)}.button-primary b{font-size:18px;font-weight:400}.hero-text-link{font-size:13px;color:rgba(243,242,237,.73);border-bottom:1px solid rgba(243,242,237,.36);padding-bottom:4px}.hero-text-link span{color:var(--lime);font-size:17px;margin-left:6px}.hero-art{height:495px;position:relative;margin-top:-19px}.hero-grid{position:absolute;inset:-80px -90px -40px -35px;background-image:linear-gradient(rgba(243,242,237,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(243,242,237,.07) 1px,transparent 1px);background-size:39px 39px;transform:rotate(7deg)}.art-orbit{position:absolute;border:1px solid rgba(243,242,237,.26);border-radius:50%;width:330px;height:330px;left:85px;top:80px;transform:rotate(-30deg)}.orbit-one:after,.orbit-two:after{content:'';position:absolute;background:var(--lime);width:8px;height:8px;border-radius:50%;top:23px;left:52px}.orbit-two{width:240px;height:420px;left:129px;top:26px;transform:rotate(38deg);border-color:rgba(65,96,255,.75)}.orbit-two:after{background:var(--accent);top:auto;left:auto;bottom:30px;right:12px;width:11px;height:11px}.art-card{position:absolute;display:flex;flex-direction:column;justify-content:space-between}.art-card-lime{width:163px;height:194px;background:var(--lime);color:var(--night);right:13px;top:32px;padding:17px;transform:rotate(8deg);box-shadow:10px 11px 0 rgba(65,96,255,.8)}.art-card-lime span{font-family:var(--serif);font-size:77px;font-weight:700;line-height:.8}.art-card-lime small{font-family:var(--mono);font-size:9px;letter-spacing:.12em;line-height:1.25}.art-card-blue{width:226px;height:170px;background:var(--accent);right:82px;bottom:43px;padding:20px;transform:rotate(-7deg);color:white;box-shadow:-10px 10px 0 var(--lime)}.art-card-blue span{font-family:var(--mono);font-size:19px;line-height:1.13;letter-spacing:.03em}.art-card-blue em{font-style:normal;color:var(--lime)}.art-card-blue b{color:var(--lime);font-size:26px;font-weight:400;align-self:flex-end}.art-note{position:absolute;left:0;bottom:54px;font-family:var(--mono);font-size:10px;color:rgba(243,242,237,.62);display:flex;gap:13px;line-height:1.35}.art-note span{color:var(--lime)}.art-note p{margin:0}.art-stamp{position:absolute;right:17px;bottom:-5px;font-family:var(--mono);font-size:10px;line-height:1.1;letter-spacing:.08em;color:rgba(243,242,237,.58);transform:rotate(11deg)}.hero-corner{position:absolute;bottom:25px;left:67px;color:rgba(243,242,237,.48);font-family:var(--mono);font-size:10px;letter-spacing:.13em;z-index:3}.hero-corner span{color:var(--lime);font-size:17px;margin-left:8px}.hero-footer{display:grid;grid-template-columns:1.25fr 1fr 1fr;border-bottom:1px solid var(--line);min-height:95px;align-items:center}.hero-footer>div{min-height:50px;border-right:1px solid var(--line);padding:0 27px;display:flex;flex-direction:column;justify-content:center;gap:4px}.hero-footer>div:first-child{padding-left:0}.hero-footer>div:last-child{border:0}.micro-label{font-family:var(--mono);font-size:10px;letter-spacing:.13em;color:var(--accent)}.hero-footer strong{font-size:13px;line-height:1.35;letter-spacing:-.02em}.hero-footer strong a{border-bottom:1px solid var(--line);padding-bottom:4px}
.manifesto{display:grid;grid-template-columns:90px 1fr 70px;align-items:center;gap:25px;padding:90px 0 105px;border-bottom:1px solid var(--line)}.manifesto-mark{font-size:48px;color:var(--accent);font-family:var(--serif);transform:rotate(14deg)}.manifesto p{font-size:clamp(22px,3.2vw,42px);line-height:1.35;letter-spacing:-.06em;margin:0;max-width:830px}.manifesto p strong{font-family:var(--serif);font-weight:600;color:var(--accent)}.manifesto-index{font-family:var(--mono);font-size:11px;color:var(--muted);align-self:end;justify-self:end}
.content-section{padding:122px 0 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-index,.micro-label{font-family:var(--mono);font-size:10px;letter-spacing:.13em;color:var(--accent)}.section-index{margin:0 0 13px}.section-heading h2{font-size:clamp(35px,4.4vw,58px);line-height:1.05;letter-spacing:-.08em;margin:0}.section-note{font-family:var(--mono);font-size:11px;color:var(--muted);line-height:1.5;margin:0;text-align:right}.filter-bar{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;margin-bottom:25px;overflow:auto}.filter-label{font-family:var(--mono);font-size:10px;color:var(--muted);margin-right:8px;letter-spacing:.08em}.filter-chip{border:1px solid transparent;background:transparent;color:var(--muted);font-family:var(--mono);font-size:11px;white-space:nowrap;padding:6px 10px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.filter-chip b{font-size:9px;margin-left:5px;color:var(--accent)}.filter-chip:hover,.filter-chip.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.filter-chip.active b{color:var(--lime)}.journal-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:22px}.journal-feature{background:var(--surface);border:1px solid var(--line);padding:15px 15px 24px}.visual-cover{border:0;display:block;position:relative;width:100%;height:310px;background:var(--accent);color:white;overflow:hidden;text-align:left;cursor:pointer;transition:transform .3s ease}.visual-cover:hover{transform:rotate(-1deg) scale(.99)}.visual-cover:before{content:'';position:absolute;inset:20px;border:1px solid rgba(255,255,255,.24)}.visual-cover:after{content:'';position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.27);border-radius:50%;left:44%;top:10%;box-shadow:0 0 0 28px rgba(255,255,255,.04),0 0 0 58px rgba(255,255,255,.03)}.cover-number{position:absolute;top:26px;left:27px;font-family:var(--mono);font-size:11px}.cover-words{position:absolute;bottom:28px;left:27px;font-family:var(--mono);font-size:35px;line-height:.99;letter-spacing:-.06em;z-index:1}.cover-words em{font-style:normal;color:var(--lime)}.cover-asterisk{position:absolute;right:26px;top:23px;font-family:var(--serif);font-size:36px;color:var(--lime);z-index:1}.cover-caption{position:absolute;right:26px;bottom:29px;font-family:var(--mono);font-size:9px;letter-spacing:.06em;transform:rotate(-90deg);transform-origin:bottom right;color:rgba(255,255,255,.72);z-index:1}.article-meta{display:flex;gap:17px;flex-wrap:wrap;color:var(--muted);font-family:var(--mono);font-size:10px;margin-top:18px}.journal-feature h3{font-size:25px;line-height:1.3;letter-spacing:-.055em;margin:14px 0 9px}.journal-feature p{font-size:13px;color:var(--muted);line-height:1.75;margin:0 0 18px}.read-link{border:0;border-bottom:1px solid var(--line);background:none;padding:0 0 4px;font-size:13px;font-weight:700;cursor:pointer}.read-link span{color:var(--accent);font-size:17px;margin-left:6px}.journal-list{border-top:1px solid var(--line)}.journal-row{display:grid;grid-template-columns:39px 1fr 28px;gap:16px;padding:28px 0;border-bottom:1px solid var(--line);transition:padding .2s ease,background .2s ease}.journal-row:hover{background:var(--surface);padding-left:14px;padding-right:14px}.row-number{font-family:var(--mono);font-size:11px;color:var(--accent);padding-top:3px}.journal-row h3{font-size:22px;line-height:1.25;letter-spacing:-.045em;margin:12px 0 6px}.journal-row p{font-size:13px;color:var(--muted);margin:0}.row-arrow{border:0;background:transparent;color:var(--accent);font-size:23px;cursor:pointer;align-self:center;transition:transform .2s ease}.journal-row:hover .row-arrow{transform:translate(3px,-3px)}.project-section{padding-top:136px}.project-list{display:grid;gap:14px}.project-row{min-height:300px;padding:25px;display:grid;grid-template-columns:100px 1fr 280px 25px;gap:25px;position:relative;overflow:hidden;transition:transform .25s ease}.project-row:hover{transform:translateY(-3px)}.project-index{font-family:var(--mono);font-size:10px;opacity:.75}.project-main{align-self:end;max-width:390px;position:relative;z-index:1}.project-main h3{font-size:45px;line-height:.96;letter-spacing:-.08em;margin:0 0 20px}.project-main h3 em{font-family:var(--serif);font-style:normal;font-weight:600}.project-main p{font-size:13px;line-height:1.7;max-width:330px;margin:0 0 17px;opacity:.75}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-list span{font-family:var(--mono);font-size:9px;border:1px solid currentColor;border-radius:99px;padding:3px 9px;opacity:.78}.project-arrow{font-size:24px;align-self:start;justify-self:end;z-index:1}.project-visual{position:relative;align-self:center;justify-self:center;width:240px;height:190px;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-visual:before{content:'';position:absolute;width:220px;height:220px;border:1px solid currentColor;border-radius:50%;opacity:.35}.project-visual small{position:absolute;right:0;bottom:7px;font-family:var(--mono);font-size:9px;line-height:1.2;letter-spacing:.08em}.visual-w span{font-family:var(--serif);font-size:105px;line-height:1;transform:rotate(-10deg);position:relative;z-index:1}.visual-w span:after{content:'';position:absolute;width:86px;height:8px;background:var(--lime);bottom:5px;right:-24px;transform:rotate(8deg)}.visual-star span{font-family:var(--serif);font-size:105px;color:var(--lime);position:relative;z-index:1}.visual-lines span{font-family:var(--mono);font-size:74px;color:var(--accent);letter-spacing:-.3em;position:relative;left:-9px;z-index:1}.project-row-blue{background:var(--accent);color:white}.project-row-ink{background:var(--night);color:var(--paper)}.project-row-lime{background:var(--lime);color:var(--night)}.project-row-lime .project-visual:before{opacity:.4}.about-section{padding:136px 0 100px}.about-panel{background:var(--night);color:var(--paper);padding:29px 34px 32px;position:relative;overflow:hidden}.about-panel:after{content:'ABOUT';position:absolute;right:-12px;top:70px;font-family:var(--mono);font-size:130px;letter-spacing:-.12em;color:rgba(243,242,237,.04);transform:rotate(90deg)}.about-top{display:flex;justify-content:space-between;border-bottom:1px solid rgba(243,242,237,.18);padding-bottom:20px;color:rgba(243,242,237,.62);font-family:var(--mono);font-size:10px;letter-spacing:.12em}.about-top .section-index{color:var(--lime);margin:0}.about-top i{font-family:var(--serif);font-size:19px;color:var(--lime);font-style:normal;margin-left:8px}.about-content{display:grid;grid-template-columns:.95fr 1fr;gap:60px;padding:73px 0 60px;position:relative;z-index:1}.about-display{font-family:var(--mono);font-size:clamp(42px,6vw,82px);line-height:.9;letter-spacing:-.1em;align-self:center;color:var(--lime)}.about-display em{font-family:var(--serif);font-style:normal;color:var(--paper);letter-spacing:-.12em}.about-copy h2{font-size:clamp(34px,4vw,56px);line-height:1.1;letter-spacing:-.075em;margin:0 0 25px}.about-copy h2 em{color:var(--lime);font-family:var(--serif);font-style:normal}.about-copy>p{max-width:475px;color:rgba(243,242,237,.7);font-size:15px;line-height:1.9}.about-links{display:flex;gap:25px;margin-top:28px}.about-links a{font-size:13px;border-bottom:1px solid rgba(243,242,237,.3);padding-bottom:4px}.about-links span{color:var(--lime);margin-left:6px}.principles{border-top:1px solid rgba(243,242,237,.18);padding-top:19px;position:relative;z-index:1}.principles>span{font-family:var(--mono);font-size:10px;color:rgba(243,242,237,.54);letter-spacing:.12em}.principles ol{list-style:none;padding:0;margin:19px 0 0;display:flex;gap:40px}.principles li{font-size:13px;display:flex;gap:12px}.principles li b{font-family:var(--mono);color:var(--lime);font-size:10px;font-weight:400}.site-footer{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding:24px 0 35px}.footer-brand{font-size:18px;font-weight:800;letter-spacing:-.05em}.footer-brand span{color:var(--accent);font-size:20px;margin-left:7px}.site-footer p,.footer-right{color:var(--muted);font-size:11px}.site-footer p{margin:3px 0 0}.footer-right{display:flex;gap:27px}.footer-right a{color:var(--ink)}
.reveal,.reveal-child{opacity:1;transform:none}.js-ready .reveal,.js-ready .reveal-child{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js-ready .reveal.is-visible,.js-ready .reveal-child.is-visible{opacity:1;transform:none}.article-dialog{border:0;padding:0;background:transparent;color:var(--ink);width:min(760px,calc(100% - 30px));max-height:calc(100vh - 30px)}.article-dialog::backdrop{background:rgba(13,16,33,.72);backdrop-filter:blur(8px)}.dialog-inner{background:var(--surface);border:1px solid var(--line);padding:42px 48px 50px;position:relative;overflow:auto;max-height:calc(100vh - 30px)}.dialog-close{position:absolute;top:17px;right:20px;border:0;background:none;font-size:28px;line-height:1;cursor:pointer;color:var(--muted)}.dialog-kicker{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--accent);margin-bottom:18px}.dialog-inner h2{font-size:clamp(30px,4vw,50px);line-height:1.1;letter-spacing:-.07em;margin:0 0 16px}.dialog-rule{height:1px;background:var(--line);margin:27px 0}.dialog-content{font-size:16px;line-height:1.9}.dialog-content p{margin:0 0 22px}.dialog-content h3{font-size:21px;letter-spacing:-.04em;margin:30px 0 9px}.dialog-content strong{color:var(--accent)}
@media(max-width:930px){.site-shell{width:min(100% - 44px,700px)}.hero-frame{grid-template-columns:1fr;padding:52px 45px 55px}.hero-art{margin-top:22px;max-width:480px}.hero-corner{left:45px}.hero-footer{grid-template-columns:repeat(3,1fr)}.hero-footer>div{padding:0 14px}.hero-footer>div:first-child{padding-left:0}.manifesto{grid-template-columns:55px 1fr 48px}.journal-grid{grid-template-columns:1fr}.project-row{grid-template-columns:70px 1fr 220px 20px}.project-visual{width:200px}.about-content{gap:34px}.principles ol{gap:20px}}
@media(max-width:600px){.site-shell{width:calc(100% - 30px)}.site-header{height:72px}.brand-name,.header-status{display:none}.main-nav{gap:16px;margin-right:13px;font-size:10px}.header-actions{gap:0}.hero{padding-top:20px}.hero-frame{padding:40px 23px 48px;min-height:690px}.hero-frame:after{inset:12px}.eyebrow{gap:12px;flex-direction:column;margin-bottom:35px;font-size:9px}.hero h1{font-size:51px}.hero-intro{font-size:15px}.hero-actions{gap:16px;align-items:flex-start;flex-direction:column}.hero-art{height:335px;margin-top:28px}.art-card-lime{width:125px;height:150px;right:12px;top:10px}.art-card-lime span{font-size:58px}.art-card-blue{width:190px;height:145px;right:34px;bottom:30px}.art-card-blue span{font-size:16px}.art-orbit{width:245px;height:245px;left:42px;top:53px}.orbit-two{width:180px;height:315px;left:75px;top:22px}.art-note{bottom:24px}.art-stamp{bottom:0}.hero-corner{left:23px;font-size:9px}.hero-footer{grid-template-columns:1fr;gap:0;padding:4px 0}.hero-footer>div{border-right:0;border-bottom:1px solid var(--line);padding:15px 0;min-height:auto}.hero-footer>div:last-child{border:0}.manifesto{grid-template-columns:35px 1fr;gap:15px;padding:68px 0 76px}.manifesto-mark{font-size:31px}.manifesto p{font-size:24px}.manifesto-index{grid-column:2;justify-self:start}.content-section{padding-top:88px}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}.section-note{text-align:left}.filter-bar{margin-bottom:18px}.filter-label{display:none}.visual-cover{height:245px}.cover-words{font-size:29px}.journal-feature h3{font-size:22px}.journal-row{grid-template-columns:27px 1fr 23px;gap:10px;padding:23px 0}.journal-row h3{font-size:18px}.journal-row p{font-size:12px}.project-section{padding-top:92px}.project-row{grid-template-columns:1fr;gap:0;min-height:430px;padding:21px}.project-main{align-self:end}.project-main h3{font-size:43px}.project-visual{position:absolute;right:12px;top:38px;width:190px;height:170px;opacity:.9}.project-index{position:relative;z-index:2}.project-arrow{position:absolute;right:20px;bottom:21px}.about-section{padding:92px 0 70px}.about-panel{padding:22px 22px 26px}.about-top span{font-size:9px}.about-content{grid-template-columns:1fr;gap:45px;padding:54px 0 48px}.about-display{font-size:53px}.about-copy h2{font-size:39px}.principles ol{flex-direction:column;gap:13px}.site-footer{display:block}.footer-right{justify-content:space-between;margin-top:25px}.dialog-inner{padding:39px 22px 30px}.dialog-content{font-size:15px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}.js-ready .reveal,.js-ready .reveal-child{opacity:1;transform:none}}
