:root{color-scheme:light;--bg:#e9edef;--header:#fbfcfd;--ink:#263645;--muted:#637986;--line:#cfd8de;--red:#d62e27;--panel:#f3f6f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--bg);color:var(--ink);font:500 14px/1.7 Inter,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif}button,a,select{-webkit-tap-highlight-color:transparent}button,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible{outline:2px solid #399acc;outline-offset:5px}button{border:0;background:none}button:hover{color:var(--red)}.site-header{height:78px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:fixed;inset:0 0 auto;z-index:10;background:var(--header);border-bottom:1px solid var(--line)}.site-brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.site-brand img{display:block;width:82px;height:38px;object-fit:contain}.site-brand .logo-dark{display:none}.site-titles{border-left:1px solid var(--line);padding-left:14px}.site-titles h1{font-size:18px;line-height:24px;font-weight:650;margin:0}.site-titles p{font-size:10px;line-height:14px;letter-spacing:.08em;font-weight:400;color:var(--muted);margin:0}.header-right{display:flex;align-items:center;gap:28px}.domain{font:10px monospace;letter-spacing:.14em;color:var(--muted)}.header-right button{font-size:12px;padding:10px 0}.header-right #menu{border-left:1px solid var(--line);padding-left:24px}#menu span{margin-left:16px}#menu-panel{position:fixed;right:20px;top:88px;z-index:20;background:var(--header);border:1px solid var(--line);padding:18px;width:230px;box-shadow:0 8px 30px #1d364713}#menu-panel a{display:block;padding:10px;border-bottom:1px solid var(--line)}main{padding-top:78px}.stage{position:relative;height:calc(100svh - 78px - 126px);min-height:580px;max-height:1000px;overflow:hidden;border-bottom:1px solid var(--line)}.stage-top{position:absolute;inset:25px 36px auto;display:flex;justify-content:space-between;font:10px monospace;letter-spacing:.12em;z-index:2;color:var(--muted)}.stage-top i{display:inline-block;width:5px;height:5px;background:var(--red);margin-right:12px;vertical-align:2px}.stage-top b{font-weight:400;color:var(--red)}.ghost-word{position:absolute;top:8%;left:3%;font-size:clamp(80px,13.5vw,240px);font-weight:600;letter-spacing:-.065em;line-height:1;color:var(--ink);opacity:.045;user-select:none}canvas{width:100%;height:100%;display:block}.hero-copy{position:absolute;left:6.2%;top:29%;pointer-events:none}.hero-copy button{pointer-events:auto}.eyebrow{font:10px monospace;letter-spacing:.19em;color:var(--red);margin:0 0 26px}.hero-copy h2{font-size:clamp(25px,2.35vw,40px);font-weight:500;letter-spacing:.13em;line-height:1.75;margin:0}.hero-copy>p:not(.eyebrow){font-size:12px;color:var(--muted);margin:23px 0 0;letter-spacing:.08em}.explore{margin-top:36px;padding:10px 0;border-bottom:1px solid var(--ink);font-size:12px;min-width:116px;text-align:left}.explore span{float:right;font-size:18px;line-height:20px}.side-note{position:absolute;right:26px;top:35%;writing-mode:vertical-rl;font:9px monospace;letter-spacing:.25em;color:var(--muted)}.coordinates{position:absolute;left:48%;top:40%;color:var(--muted);opacity:.45;font:9px monospace;display:grid;gap:10px}.object-label{position:absolute;left:56%;bottom:16%;display:flex;align-items:center;gap:12px;font:9px monospace;color:var(--muted)}.label-line{height:1px;background:var(--line);width:70px}.cross{font-size:18px;color:var(--red)}.stage-bottom{position:absolute;bottom:23px;left:36px;right:36px;display:flex;justify-content:space-between;align-items:center;font:9px monospace;letter-spacing:.12em;color:var(--muted)}.motion-controls{display:flex;gap:18px;align-items:center}.motion-controls button{font-size:10px;padding:6px;border:1px solid var(--line);border-radius:4px}.chapters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0 36px;background:var(--header)}.chapter{position:relative;display:flex;align-items:center;gap:20px;text-align:left;padding:29px 24px;border-right:1px solid var(--line);min-height:126px}.chapter:first-child{border-left:1px solid var(--line)}.chapter.active:before{content:'';height:2px;background:var(--red);position:absolute;top:0;left:0;right:0}.chapter-number{align-self:flex-start;font:10px monospace;color:var(--muted);padding-top:7px}.chapter-title{font-size:19px;font-weight:500;white-space:nowrap}.chapter-title small{display:block;font:9px monospace;letter-spacing:.14em;color:var(--muted);margin-top:4px}.chapter-copy{font-size:11px;color:var(--muted);margin-left:auto}.chapter-arrow{font-size:20px;margin-left:auto}.chapter.active .chapter-number,.chapter.active .chapter-arrow{color:var(--red)}footer{padding:30px 36px;color:var(--muted);font-size:10px;border-top:1px solid var(--line)}footer>div{display:flex;gap:24px;margin-bottom:10px}footer strong{font-size:12px;color:var(--ink);font-weight:500}footer p{margin:8px 0}footer details{margin-top:10px}summary{cursor:pointer;width:fit-content}select{margin-left:12px;background:var(--header);border:1px solid var(--line);padding:4px}html[data-theme=dark]{color-scheme:dark;--bg:#151c23;--header:#19232d;--ink:#edf2f7;--muted:#a7b8c6;--line:#415565;--red:#ff928b;--panel:#202d38}html[data-theme=dark] .site-brand .logo-light{display:none}html[data-theme=dark] .site-brand .logo-dark{display:block}html[data-theme=dark] .ghost-word{opacity:.035}@media(min-width:1600px){.hero-copy{left:9%}}@media(max-width:1100px){.chapter-copy{display:none}.chapter{gap:15px}.domain{display:none}.hero-copy{left:5%}.hero-copy h2{font-size:28px}}@media(max-width:800px){.site-header{padding:0 8px}.site-brand{gap:6px}.site-brand img{width:72px;height:34px}.site-titles{padding-left:6px}.site-titles h1{font-size:15px;line-height:21px}.site-titles p{font-size:9px;line-height:13px}.header-right{gap:12px}.header-right #menu{padding-left:12px}#theme{font-size:10px}.stage{min-height:670px;height:calc(100svh - 190px)}.hero-copy{top:12%;left:8%}.hero-copy h2{font-size:25px}.hero-copy>p:not(.eyebrow){margin-top:12px;font-size:11px}.eyebrow{margin-bottom:15px}.explore{margin-top:18px}.ghost-word{top:44%;left:5%;font-size:16vw}.object-label{left:16%;bottom:14%;font-size:8px;gap:8px}.coordinates{display:none}.stage-top{inset:20px 20px auto;font-size:8px}.stage-bottom{left:20px;right:20px;bottom:17px;font-size:8px}.hint{display:none}.side-note{right:13px;top:51%;font-size:8px}.chapters{padding:0 12px}.chapter{padding:21px 10px;gap:10px;min-height:106px}.chapter-title{font-size:16px}.chapter-title small{font-size:8px}.chapter-arrow{font-size:16px}.chapter-number{font-size:8px}footer{padding:24px 20px}.label-line{width:40px}}@media(max-width:700px){.site-header{height:62px}main{padding-top:62px}#menu-panel{top:72px}}@media(max-width:390px){#theme{max-width:52px;line-height:1.4}.header-right{gap:8px}.chapter-number{display:none}.chapter{gap:5px}.motion-controls{gap:6px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Single sculpture homepage */
.stage{height:calc(100svh - 78px);max-height:1100px}.hero-copy{top:31%}@media(max-width:800px){.stage{height:calc(100svh - 78px);min-height:670px}.hero-copy{top:12%}}@media(max-width:700px){.stage{height:calc(100svh - 62px)}}

.hero-copy h2{font-size:clamp(28px,2.9vw,46px);letter-spacing:.10em}.object-label{bottom:10%}.coordinates{opacity:.25}@media(max-width:800px){.hero-copy h2{font-size:27px}.object-label{bottom:10%}.hero-copy .explore{margin-top:18px}}@media(prefers-reduced-motion:reduce){#pulse{display:none}}

.contact{margin:0;text-align:right;font:400 11px/1.8 Inter,"Segoe UI","Microsoft YaHei",sans-serif;letter-spacing:.04em;color:var(--muted);display:flex;flex-direction:column;gap:2px}.contact-title{font-size:12px;font-weight:600;color:var(--ink)}.contact a{font-size:13px;letter-spacing:.07em;color:var(--ink);padding:3px 0}.contact a:hover{color:var(--red)}@media(max-width:800px){.stage-bottom>span:first-child{display:none}.stage-bottom{align-items:flex-end;gap:12px}.motion-controls{flex-direction:column;align-items:flex-start;gap:6px}.contact{font-size:10px;letter-spacing:0}.contact-title{font-size:11px}.contact a{font-size:12px}.object-label{bottom:17%}}


/* Contact belongs below the divider, in the footer. */
#colophon{position:relative;padding-right:330px;min-height:162px}#colophon .contact{position:absolute;right:36px;top:30px}.stage-bottom{justify-content:space-between}.object-label{bottom:10%}@media(max-width:800px){#colophon{padding-right:20px;display:flex;flex-direction:column}#colophon .contact{position:static;align-self:flex-end;order:4;margin-top:20px}.stage-bottom>span:first-child{display:block}.motion-controls{flex-direction:row;align-items:center}.object-label{bottom:10%}}


/* Wide editorial wordmark, behind the sculpture. */
.ghost-word{top:11%;left:3.6%;font-size:clamp(76px,12.3vw,230px);font-weight:600;letter-spacing:-.065em;line-height:.95;opacity:.055;white-space:nowrap}html[data-theme=dark] .ghost-word{opacity:.05}@media(max-width:800px){.ghost-word{top:45%;left:5%;font-size:14.8vw;letter-spacing:-.065em}}



