:root{--paper:#fff;--ink:#000;--muted:rgba(0,0,0,.52)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Noto Sans SC","PingFang SC",sans-serif;font-size:12px}
a{color:inherit;text-decoration:none}
p,h1,h2,h3{margin:0;font-weight:400}
.site-header{position:fixed;z-index:20;top:0;left:0;width:100%;padding:18px 28px;pointer-events:none}
.site-header nav{display:flex;flex-wrap:wrap;gap:6px 14px;pointer-events:auto}
.site-header a:hover,.site-header a[aria-current="page"]{text-decoration:underline;text-underline-offset:3px}
.identity{position:fixed;z-index:0;inset:68px 28px 24px;pointer-events:none}
.identity h1{font-size:clamp(28px,3.5vw,52px);letter-spacing:-.045em;line-height:1}
.identity .latin{margin-top:5px;font-size:clamp(26px,4.6vw,68px);letter-spacing:-.055em;line-height:.98}
.identity .dash{margin:24px 0 20px;font-size:28px;line-height:.5}
.identity .scope{font-size:clamp(15px,1.75vw,25px);line-height:1.3}
.identity .context{position:absolute;right:0;bottom:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;letter-spacing:.05em}
.direct-contact{position:fixed;z-index:1;left:28px;bottom:22px;font-size:9px;line-height:1.5}
.sheet{position:relative;z-index:2;min-height:100vh;margin-top:78vh;padding:28px;background:#fff}
.home-stream{position:relative;z-index:2;padding:74vh 28px 0}
.home-project{display:grid;align-content:start;min-height:72vh;padding-top:12px;margin-bottom:8vh;background:#fff}
.home-project .project-line{display:grid;grid-template-columns:48px minmax(180px,1fr) auto;gap:18px;font-size:10px}
.home-project .project-line span:last-child{text-align:right}
.home-project .image-pending{align-self:end;margin-bottom:12px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;letter-spacing:.06em}
.home-end{position:relative;z-index:3;padding:28px 28px 36px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}
.page-intro{display:flex;justify-content:space-between;margin-bottom:42px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}
.mode-switch,.subjects{display:flex;flex-wrap:wrap;gap:6px 14px;margin-bottom:24px}
button{padding:0;border:0;background:transparent;color:var(--muted);font:inherit;cursor:pointer}
button.active{color:#000;text-decoration:underline;text-underline-offset:3px}
.year{display:grid;grid-template-columns:72px 1fr;margin-bottom:24px}
.year h2{font-size:10px}
.work-row{display:grid;grid-template-columns:56px minmax(180px,1.6fr) 1fr;gap:12px;padding:5px 0;font-size:10px;line-height:1.35}
.work-row .name{font-size:11px}
.work-row:hover .name{font-style:italic}
.empty{color:var(--muted)}
.project-head{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-bottom:48px}
.project-head h2{margin-top:10px;font-size:18px}.project-head h3{margin-top:3px;font-size:10px}.project-head>p{text-align:right;font-size:9px;line-height:1.55}
.project-copy{display:grid;grid-template-columns:2fr 1fr;gap:8vw;margin-top:52px}.project-copy h3{margin-bottom:17px;font-size:8px;letter-spacing:.05em}.project-copy p{font-size:12px;line-height:1.75;white-space:pre-line}.project-copy .en{margin-top:20px;color:var(--muted)}.project-copy .data p{font-size:9px;line-height:1.65}
.archive-entry{display:grid;grid-template-columns:76px 1fr auto;gap:16px;margin-top:64px;padding:10px 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}
.table-row{display:grid;grid-template-columns:54px 72px 88px minmax(180px,1fr) 150px;gap:12px;padding:6px 0;font-size:9px;line-height:1.4}.table-row h2{font-size:10px}.table-row p{color:var(--muted)}
.studio-copy{display:grid;grid-template-columns:1fr 1fr;gap:7vw;margin:42px 0 70px}.studio-copy p{font-size:12px;line-height:1.7}.studio-copy p:last-child{color:var(--muted)}
.contact-block{font-size:12px;line-height:1.7}.contact-block .muted{margin-top:28px;color:var(--muted)}
.not-found{padding-top:90px}
@media(max-width:760px){.site-header{padding:13px 14px}.site-header nav{gap:4px 8px;font-size:9px}.identity{inset:58px 14px 16px}.identity h1{font-size:7.2vw}.identity .latin{font-size:8.2vw}.identity .scope{font-size:4.2vw}.direct-contact{left:14px;bottom:15px;font-size:8px}.home-stream{padding:72vh 14px 0}.home-project{min-height:66vh}.home-project .project-line{grid-template-columns:34px 1fr}.home-project .project-line span:last-child{grid-column:2;text-align:left}.sheet{margin-top:72vh;padding:22px 14px}.year{grid-template-columns:46px 1fr}.work-row{grid-template-columns:42px 1fr}.work-row span:last-child{grid-column:2}.project-head,.project-copy,.studio-copy{grid-template-columns:1fr}.project-head>p{text-align:left}.project-copy{gap:34px}.archive-entry{grid-template-columns:64px 1fr}.archive-entry span:last-child{grid-column:2}.table-row{grid-template-columns:42px 58px 1fr}.table-row h2,.table-row p{grid-column:2/-1}}
