:root{--paper:#f3efe5;--card:#faf7ef;--ink:#453e32;--muted:#847b6b;--sage:#61755d;--line:#d8d0bf;--accent:#ac7751;font-family:"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.site-header,main,footer{max-width:1184px;margin:auto;padding-left:40px;padding-right:40px}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:17px;letter-spacing:2px}.brand small{display:block;font-size:9px;letter-spacing:3.2px;margin-top:7px;color:var(--muted)}.brand-mark{display:grid;place-items:center;width:32px;height:46px;border:1px solid var(--sage);border-radius:8px;color:var(--sage);font-size:28px;transform:rotate(-12deg)}.quiet-link{font-size:13px;color:var(--sage)}.quiet-link span{margin-left:20px}.intro{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:36px;padding:72px 0 78px}.eyebrow{font-size:10px;letter-spacing:2.3px;color:var(--accent);margin:0 0 22px;font-weight:600}h1,h2,h3{font-family:"Noto Serif SC","Songti SC","STSong",serif;font-weight:500}h1{font-size:clamp(30px,3.2vw,44px);line-height:1.5;letter-spacing:2px;margin:0 0 24px}.lead{font-size:14px;color:var(--muted);line-height:2.15;margin:0 0 30px}.button{border:1px solid transparent;border-radius:5px;padding:15px 23px;display:inline-flex;justify-content:center;align-items:center;gap:30px;font-size:13px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--sage);color:#fffdf5}.secondary{border-color:var(--line);background:transparent;color:var(--ink)}.fine{font-size:11px;color:var(--muted);line-height:1.8}.intro .fine{margin-top:19px}.hero-art{height:370px;position:relative;background:#e8e1d0;border-radius:46% 46% 6px 6px;overflow:hidden;border:1px solid #ddd3bf;box-shadow:inset 0 0 0 13px #f0e9db}.art-orbit{position:absolute;border:1px solid #c4b496;border-radius:50%;transform:rotate(-23deg)}.orbit-one{width:350px;height:140px;top:110px;left:30px}.orbit-two{width:295px;height:112px;top:125px;left:57px}.domino{position:absolute;width:43px;height:91px;border:1px solid #67745c;border-radius:7px;background:#97a083;box-shadow:6px 7px 0 #6c745a,13px 20px 18px #4c45282b;display:flex;align-items:center;justify-content:space-around;flex-direction:column;transform:rotate(-24deg) skewY(9deg)}.domino:after{content:"";position:absolute;width:30px;height:1px;background:#51634c80;top:45px}.domino i{width:5px;height:5px;border-radius:50%;background:#526548;box-shadow:9px 5px 0 #526548,-8px -5px 0 #526548}.d1{left:21%;top:36%;transform:rotate(-51deg)}.d2{left:34%;top:29%;transform:rotate(-35deg)}.d3{left:48%;top:24%;transform:rotate(-19deg)}.d4{left:63%;top:25%;transform:rotate(5deg);background:#c0ab85}.d5{left:69%;top:46%;transform:rotate(25deg);background:#baa482}.d6{left:52%;top:60%;transform:rotate(58deg);background:#d1be9b}.art-note{position:absolute;left:24px;bottom:34px;font:italic 20px/1.3 Georgia,serif;color:#867859}.art-number{position:absolute;right:22px;bottom:21px;color:#8c8069;font-size:10px;letter-spacing:2px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;padding:30px 0 23px;border-top:1px solid var(--line)}.section-head .eyebrow{margin-bottom:12px}h2{font-size:26px;letter-spacing:1px;margin:0}.muted{font-size:12px;color:var(--muted);line-height:1.9}#notice:empty{display:none}#notice{color:var(--accent);font-size:13px}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.work-card{background:var(--card);border:1px solid var(--line);text-align:left;padding:0;border-radius:5px;overflow:hidden;color:var(--ink);transition:transform .22s,box-shadow .22s}.work-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #5a50300d}.work-visual{height:218px;position:relative;background:#e6e1d3;display:grid;place-items:center}.work-visual canvas{width:100%;height:100%;object-fit:contain}.work-seal{position:absolute;top:15px;left:16px;font-size:10px;letter-spacing:2px;color:var(--sage);background:#f8f5e7d9;padding:5px 8px}.work-info{padding:22px}.work-info h3{font-size:22px;margin:0 0 11px}.work-bottom{display:flex;justify-content:space-between;align-items:center}.work-arrow{color:var(--sage)}.empty{grid-column:1/-1;padding:55px 28px;text-align:center;border:1px dashed var(--line);background:#f8f5ee}.empty h3{font-size:23px;margin:0 0 14px}.empty p{font-size:13px;color:var(--muted);line-height:2}.invitation{margin:65px 0 70px;display:flex;align-items:center;gap:25px;background:#e6e9dd;padding:35px;border-radius:5px}.invitation-mark{font-size:48px;color:var(--sage)}.invitation h2{font-size:23px}.invitation p{font-size:12px;color:#6c7564;line-height:2;margin-bottom:0}.invitation .button{margin-left:auto;border-color:#acb69e;white-space:nowrap}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding-top:26px;padding-bottom:35px;font-size:11px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);width:min(950px,95vw);padding:24px;max-height:95dvh}dialog::backdrop{background:#302b23b3;backdrop-filter:blur(4px)}.preview-heading{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:17px}.preview-heading .eyebrow{margin-bottom:10px}.preview-heading h2{font-size:25px}.preview-heading .muted{margin:6px 0 0}.icon-button{border:1px solid var(--line);background:transparent;border-radius:50%;font-size:26px;color:var(--ink);width:38px;height:38px}.preview-body{display:grid;grid-template-columns:minmax(240px,380px) 1fr;gap:30px}.preview-body iframe{width:100%;height:min(70dvh,680px);border:0;border-radius:7px;background:var(--paper)}.preview-body aside{padding:30px 12px}.preview-body aside>p{line-height:2}#preview-note{font-family:"Songti SC","STSong",serif;font-size:21px}.preview-body .fine{margin-top:30px}
@media(max-width:760px){.site-header,main,footer{padding-left:22px;padding-right:22px}.site-header{height:86px}.intro{padding-top:43px;grid-template-columns:1fr;gap:30px}.hero-art{height:280px;max-width:410px;width:100%;justify-self:center}.intro-copy .eyebrow{font-size:9px}.intro h1{font-size:32px}.intro .lead{font-size:13px}.work-grid{grid-template-columns:repeat(2,1fr);gap:13px}.work-visual{height:170px}.work-info{padding:15px}.work-info h3{font-size:18px}.section-head h2{font-size:23px}.section-head .muted{font-size:10px}.invitation{flex-wrap:wrap;padding:24px;gap:18px}.invitation h2{font-size:20px}.invitation-mark{display:none}.invitation .button{margin-left:0}.preview-body{display:block}.preview-body aside{padding:20px 0 0}.preview-body iframe{height:65dvh}.preview-heading h2{font-size:21px}dialog{padding:16px}footer{font-size:10px}}@media(max-width:390px){.work-grid{grid-template-columns:1fr}.work-visual{height:235px}.intro h1{font-size:28px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
