/* =========================================================================
   Content — bilingual. Minimal by design. Everything here is meant to be
   replaced by 左锡宁 over time; the empty states are intentional, not filler.
   ========================================================================= */

window.SITE = {
  identity: {
    cjk: "左锡宁",
    romaji: "Zuo Xining",
    seal: "左",
  },

  ui: {
    zh: {
      langLabel: "中",
      altLang: "EN",
      about: "关于", aboutEn: "Colophon",
      writing: "短文 · 碎念", writingEn: "Fragments",
      lab: "实验室 · 模块", labEn: "Lab",
      readMore: "展开", readLess: "收起",
      enter: "进入", back: "返回",
      backHome: "回到首页",
      scroll: "向下",
      dormant: "休眠", active: "运行中", planned: "构想",
      open: "开启", wake: "唤醒",
      tagline: "在网络的一隅，安静地搭一座向内生长的小宇宙。",
      readingLabel: "短文",
      labLead: "一个为未来留好位置的平台外壳。",
      footNote: "此处独属于我 · 不引流、不喧哗",
    },
    en: {
      langLabel: "EN",
      altLang: "中",
      about: "Colophon", aboutEn: "关于",
      writing: "Fragments", writingEn: "短文 · 碎念",
      lab: "Lab", labEn: "实验室 · 模块",
      readMore: "Read more", readLess: "Less",
      enter: "Enter", back: "Back",
      backHome: "Back to home",
      scroll: "Scroll",
      dormant: "Dormant", active: "Active", planned: "Planned",
      open: "Open", wake: "Wake",
      tagline: "A small, inward-growing universe, kept quietly in a corner of the net.",
      readingLabel: "Fragment",
      labLead: "A platform shell with room kept for what comes next.",
      footNote: "A space that is only mine — no funnels, no noise",
    },
  },

  about: {
    zh: {
      lead: "我是左锡宁。这里不是作品集，也不是名片——它是我在互联网上的一座小宇宙，现在很小、很安静，但被设计成可以慢慢生长的样子。",
      body: [
        "我偏爱蓝色带来的平静，崇尚善良、真诚与美，喜欢单纯、有规则、自律的生活。山的巍峨、雨天屋檐下的安然、星空的浩瀚、明朝与华夏文明的厚重——这些是我心里的底色。",
        "我会在这里写一点短文与碎念，也会慢慢接入一些只为自己而造的小功能。它不急着长大，只求每一处都经得起放大看。",
      ],
    },
    en: {
      lead: "I am Zuo Xining. This is not a portfolio, nor a calling card — it is a small universe of mine on the internet: little and quiet now, but built to grow slowly.",
      body: [
        "I am drawn to the calm of blue; I hold to kindness, sincerity and beauty, and prefer a simple, ordered, disciplined life. The gravity of mountains, the shelter of watching rain under the eaves, the vastness of the night sky, the weight of the Ming and of Chinese civilization — these are the undertones beneath everything here.",
        "I will keep short writing and passing thoughts here, and slowly fold in a few small tools made only for myself. It is in no hurry to grow up; it only asks that every corner hold up under a closer look.",
      ],
    },
  },

  // One genuine piece — a colophon / 缘起. Not filler: it is about the space itself.
  pieces: [
    {
      id: "on-beginning",
      kind: "colophon",
      date: { zh: "二〇二六年 · 初", en: "2026 · I" },
      no: "01",
      title: { zh: "缘起", en: "On Beginning" },
      sub: { zh: "为什么要有这样一处地方", en: "Why a place like this" },
      lead: {
        zh: "把这座小宇宙立起来的那一刻，我没有想着要给谁看。",
        en: "The moment I set this small universe down, I was not thinking of an audience.",
      },
      body: {
        zh: [
          "互联网很吵。到处是关注、订阅、转化与增长。我想要的恰恰相反——一处向内的、安静的地方，像雨天屋檐下看雨那样安然：不催促、不喧哗、不索取。",
          "它会很慢。文章不会多，功能也不会急着上。但我希望它有重量：像一块方尖碑，安静地立在那里，记录我一点一点的生长。",
          "所以这里没有「联系我」，没有「关注我」，没有通往别处的漏斗。只有我，和我愿意留下的东西。",
          "如果有一天你恰好路过，请把它当作一扇半掩的窗——光是漏出来的，不是为谁点亮的。",
        ],
        en: [
          "The internet is loud. Everywhere there is following, subscribing, converting, growing. What I want is the opposite — somewhere inward and quiet, as calm as watching rain fall under the eaves: unhurried, unloud, unasking.",
          "It will be slow. There won't be many pieces, and the tools won't rush to ship. But I hope it carries weight: like an obelisk standing quietly, marking my slow growth piece by piece.",
          "So there is no \u201ccontact me\u201d here, no \u201cfollow me,\u201d no funnel toward anywhere else. Only me, and the things I choose to leave behind.",
          "If one day you happen to pass by, take it as a half-open window — the light spills out; it was not lit for anyone.",
        ],
      },
    },
  ],

  // Dormant module slots — the platform shell. Designed, not "coming soon".
  modules: {
    zh: [
      { id: "reading", glyph: "读", name: "读 · 阅藏", status: "dormant", desc: "一处安放正在读与读过之物的地方。书、文、影，连同它们留下的批注。" },
      { id: "trace", glyph: "记", name: "记 · 留痕", status: "dormant", desc: "把碎念、念头与日常的微小坐标，安静地记录下来。" },
      { id: "observe", glyph: "观", name: "观 · 仪表", status: "planned", desc: "接入本地数据后，以克制的方式把生活的节律可视化。" },
    ],
    en: [
      { id: "reading", glyph: "读", name: "Reading", status: "dormant", desc: "A place to hold what is being read and what was read — books, essays, film, and the notes they leave behind." },
      { id: "trace", glyph: "记", name: "Traces", status: "dormant", desc: "Quietly recording fragments, passing thoughts, and the small coordinates of a day." },
      { id: "observe", glyph: "观", name: "Dashboard", status: "planned", desc: "Once local data is connected, the rhythm of life, visualized with restraint." },
    ],
  },
};
