@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700;800;900&display=swap');
:root{--paper:#f6f2e9;--ink:#29251f;--muted:#797269;--red:#a92c24;--red-dark:#7d1e18;--line:#d9d2c6;--serif:'Noto Serif SC','Songti SC','SimSun',serif;--sans:'Microsoft YaHei','PingFang SC',sans-serif}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font:16px/1.7 var(--sans)}button,input,select{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,canvas:focus-visible{outline:3px solid #ba7926;outline-offset:5px}button{border:0;background:none}a{color:var(--red)}.site-header{height:108px;position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:var(--paper)}.brand{display:flex;align-items:center;gap:16px;padding:0;text-align:left;font-family:var(--serif);letter-spacing:.12em;font-size:15px}.brand-seal{font:18px/1.25 var(--serif);background:var(--red);color:var(--paper);padding:6px 7px;letter-spacing:.08em;border-radius:2px;transform:rotate(-2deg)}.brand small{display:block;font:10px/2.2 var(--sans);letter-spacing:.15em;color:var(--muted)}nav{display:flex;gap:32px}nav button{font-size:14px;padding:12px 0}nav button:hover{color:var(--red)}nav button span{margin-left:15px}.home-screen{min-height:calc(100svh - 108px);position:relative;display:grid;grid-template-columns:47% 53%;padding:5.2vh 5% 90px;overflow:hidden}.hero-copy{position:relative;z-index:2;align-self:center}.eyebrow{font-size:13px;letter-spacing:.2em;color:var(--red);display:flex;align-items:center;gap:14px;margin:0 0 25px}.eyebrow>span{height:1px;width:35px;background:var(--red)}h1{font:500 clamp(65px,7.5vw,116px)/1.27 var(--serif);letter-spacing:.09em;margin:0;white-space:nowrap}h1>span{color:var(--red)}h1 i{display:block;font:400 17px/2 var(--serif);letter-spacing:.43em;margin-top:14px}p{margin-top:0}.hero-description{font:17px/2.1 var(--serif);color:var(--muted);margin:29px 0}.hero-actions{display:flex;align-items:center;gap:25px}.primary{background:var(--red);color:#fff6e9;padding:16px 24px;display:inline-flex;align-items:center;justify-content:center;gap:38px;font-size:15px;transition:background .2s}.primary:hover{background:var(--red-dark)}.text-button{font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}.text-button span{margin-left:12px}.hero-note{font-size:12px;letter-spacing:.1em;color:var(--muted);margin:23px 0 0}.hero-art{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;background:var(--red);color:var(--paper);margin-left:15px;border-radius:50% 50% 3px 3px}.art-heading{writing-mode:vertical-rl;font:50px var(--serif);letter-spacing:.23em}.art-heading small{font:11px var(--sans);letter-spacing:.3em;margin:25px}.home-footer{position:absolute;bottom:0;left:5%;right:5%;height:73px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);font-size:12px;letter-spacing:.1em;color:var(--muted)}.home-footer b{margin-left:25px;font-weight:400;color:var(--ink)}.home-footer button{font-size:13px}.home-footer button span{margin-left:15px}dialog{border:1px solid var(--line);padding:45px;background:var(--paper);color:var(--ink);width:min(900px,92vw);max-height:88svh}dialog::backdrop{background:#1e1a15aa;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:15px;top:9px;font-size:30px;z-index:3}.dialog-close:hover{color:var(--red)}dialog h2{font:36px var(--serif);margin:0 0 25px}dialog h3{font:22px var(--serif);margin-top:25px}.gallery-intro{padding:50px 5%}.gallery-intro h2{font:42px var(--serif)}.exhibit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.exhibit-card{padding:30px 23px;border:1px solid var(--line);text-align:left;background:#fff8}.exhibit-card:hover{border-color:var(--red)}.exhibit-card small{color:var(--red)}.exhibit-card h3{font:22px var(--serif)}.exhibit-card p{color:var(--muted);font-size:14px}#toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%);padding:12px 24px;background:var(--ink);color:white;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s}#toast.show{opacity:1}
@media(max-width:850px){.site-header{height:85px;padding:0 6%}.brand>span:last-child{font-size:12px}.brand small{display:none}nav{gap:20px}nav button{font-size:13px}nav button:last-child{display:none}.home-screen{min-height:calc(100svh - 85px);padding:35px 6% 80px;grid-template-columns:1fr}.hero-copy{padding-top:15px}.hero-art{height:310px;min-height:0;margin:30px 0 20px}.art-heading{font-size:40px}h1{font-size:clamp(60px,13vw,90px)}h1 i{font-size:14px}.hero-actions{gap:20px}.primary{padding:14px 20px;gap:20px}.hero-note{font-size:11px}.hero-description{font-size:16px;margin:22px 0}.eyebrow{font-size:12px}.home-footer{left:6%;right:6%;height:65px}.home-footer>span:nth-child(2){display:none}.home-footer b{margin-left:10px}.exhibit-grid{grid-template-columns:repeat(2,1fr)}dialog{padding:40px 23px}.brand-seal{font-size:15px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Exhibition identity */
[hidden]{display:none!important}.hero-art{background:none;border-radius:0;min-height:490px;margin:0;overflow:visible;pointer-events:none}.hero-art img{position:absolute;right:-10%;width:160%;height:115%;object-fit:contain;mix-blend-mode:multiply}.art-caption{position:absolute;right:-2%;bottom:3%;font:14px/1.8 var(--serif);writing-mode:vertical-rl;letter-spacing:.2em;color:var(--ink)}.art-caption small{margin-top:20px;color:var(--muted);font-size:11px}.hero-copy{padding:20px 0 30px}.hero-note{font-size:13px}.brand small{font-size:11px}.eyebrow{font-size:14px}.site-header nav .active{color:var(--red);border-bottom:1px solid var(--red)}.site-header nav button{font-size:14px}.home-footer{font-size:13px}.home-footer button{font-size:14px}.hero-art img{animation:paper-appear 1.1s ease both}@keyframes paper-appear{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
/* One continuous, navigable gallery */
body[data-page=gallery] .site-header{height:84px}.museum-screen{position:relative;height:calc(100svh - 84px);min-height:530px;overflow:hidden;background:#d9c6a5 url('assets/panorama.webp') center/cover}.museum-screen>canvas{width:100%;height:100%;display:block;touch-action:none;cursor:grab}.museum-screen>canvas:active{cursor:grabbing}.museum-vignette{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#17100b65,transparent 36%,transparent 58%,#17100b80)}.museum-title{position:absolute;left:4%;top:30px;color:#fff9eb;pointer-events:none;text-shadow:0 1px 8px #39271670}.museum-title .eyebrow{color:#fff0d5;font-size:12px;letter-spacing:.16em;margin-bottom:10px}.museum-title h2{font:38px/1.5 var(--serif);letter-spacing:.13em;margin:0}.museum-title>p:last-child{font-size:14px;margin:6px 0}.museum-side{position:absolute;right:3%;top:32px;display:flex;gap:10px}.round-control{width:42px;height:42px;border:1px solid #ffffff80;background:#f8f0dfdd;border-radius:50%;font-size:21px;box-shadow:0 2px 10px #0001}.round-control:hover{background:#fff}.hotspot{position:absolute;display:flex;align-items:center;gap:11px;transform:translate(-50%,-50%);color:#fffaf0;text-shadow:0 1px 4px #432015;padding:5px;white-space:nowrap}.hotspot b{width:38px;height:38px;border:1px solid #fff9;border-radius:50%;font:14px/36px var(--sans);background:#a22b24e8;box-shadow:0 0 0 5px #fcf5df36;transition:transform .2s}.hotspot:hover b{transform:scale(1.13);box-shadow:0 0 0 7px #fcf5df45}.hotspot span{font-size:14px;background:#38251875;padding:3px 8px;backdrop-filter:blur(3px)}.museum-hint{position:absolute;left:50%;transform:translateX(-50%);bottom:118px;color:#fff7e7;letter-spacing:.12em;font-size:13px;text-shadow:0 1px 5px #291b0a}.museum-bottom{position:absolute;left:4%;right:4%;bottom:37px;display:flex;align-items:center;justify-content:space-between;gap:18px}.museum-progress{color:#fff6df;display:flex;align-items:baseline;gap:6px}.museum-progress>span{font:36px var(--serif)}.museum-progress small{font-size:15px}.museum-progress b{margin-left:15px;font-weight:400;font-size:13px}.museum-controls{display:flex;align-items:center;gap:4px;border:1px solid #fffb;background:#f8f0dfeb;padding:4px 8px;border-radius:30px}.museum-controls button{min-width:38px;height:37px;font-size:20px}.museum-controls button:nth-child(3){font-size:13px}.museum-controls button:hover{color:var(--red)}.museum-bottom .primary{border:1px solid #fff6;background:var(--red)}.scene-credit{position:absolute;bottom:10px;left:4%;color:#fffbdab3;font-size:12px}.exhibit-drawer{position:absolute;top:0;right:0;bottom:0;width:385px;background:#f6f2e9f7;backdrop-filter:blur(16px);padding:26px 23px;overflow-y:auto;box-shadow:-10px 0 50px #0002;z-index:4}.exhibit-drawer header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.exhibit-drawer header .eyebrow{font-size:11px;margin-bottom:8px}.exhibit-drawer header h3{font:25px var(--serif);margin:0 0 14px}.exhibit-drawer header>button{font-size:26px;line-height:1}.exhibit-row{border-top:1px solid var(--line);display:flex;text-align:left;align-items:center;gap:17px;width:100%;padding:15px 0}.exhibit-row>span{font:22px var(--serif);color:var(--red)}.exhibit-row div{flex:1}.exhibit-row b{font:18px var(--serif)}.exhibit-row small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.exhibit-row i{font-style:normal}.exhibit-row:hover{color:var(--red)}.audio-caption{position:absolute;right:4%;top:90px;width:340px;background:#f6f2e9f5;padding:24px;box-shadow:0 4px 25px #0002;z-index:3}.audio-caption p{font-size:14px;line-height:1.9;margin:8px 0}.audio-caption>button{color:var(--red);font-size:14px;padding:0}
/* Details and provenance */
.exhibit-dialog{width:min(1160px,94vw);padding:0}.detail-layout{display:grid;grid-template-columns:52% 48%;min-height:600px}.detail-visual{background:#e9e3d6;padding:27px}.zoom-stage{height:405px;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab;background:#ddd5c6}.zoom-stage img{width:100%;height:100%;object-fit:contain;transform-origin:center;user-select:none;transition:transform .08s}.zoom-stage:active{cursor:grabbing}.zoom-tools{display:flex;align-items:center;justify-content:center;gap:18px;margin:13px 0 18px}.zoom-tools button{font-size:22px;min-width:32px}.zoom-tools button:last-child{font-size:13px}.zoom-tools span{font-size:12px;min-width:35px;text-align:center}.image-source{font-size:12px;color:#70685d;line-height:1.8;margin:0}.image-source span{display:block;color:#898174;font-size:11px}.image-source a{text-decoration-thickness:1px;text-underline-offset:3px}.detail-copy{padding:47px 36px 24px;display:flex;flex-direction:column}.detail-copy .eyebrow{font-size:12px;margin-bottom:17px}.detail-copy h2{font:36px/1.4 var(--serif);margin:0 0 10px}.detail-subtitle{font:17px var(--serif);color:var(--red);margin-bottom:22px}.detail-body{font-size:16px;line-height:1.95;color:#60594e}.observation{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin:0 0 18px}.observation>span{font-size:12px;letter-spacing:.14em;color:var(--red)}.observation p{font:15px/1.9 var(--serif);margin:8px 0 0}.related-art{display:flex;align-items:center;gap:15px;padding:0;text-align:left;margin-bottom:15px}.related-art img{width:67px;height:62px;object-fit:cover}.related-art span{font-size:12px;color:var(--muted)}.related-art b{font-size:14px;color:var(--ink);font-weight:400}.detail-pagination{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:20px;margin-top:auto;gap:10px}.detail-pagination span{font-size:12px;color:var(--muted)}.detail-pagination button{font-size:14px;padding:0}.editor-note{display:block;font-size:12px;color:var(--muted);line-height:1.8;margin-bottom:15px}.article-source{font-size:13px;margin-bottom:20px}.related-stage{height:min(55svh,520px)}.tool-study{background:#e9e2d5;padding:50px 35px}.tool-item{display:grid;grid-template-columns:40px 1fr 25px;align-items:center;text-align:left;width:100%;border-top:1px solid #c8bcaa;padding:23px 0;gap:5px}.tool-item>span{font:20px var(--serif);color:var(--red)}.tool-item b{font:27px var(--serif)}.tool-item i{font-style:normal;font-size:20px}.tool-item p{grid-column:2/4;font-size:15px;color:var(--muted);margin:12px 0 0}.tool-study>small{font-size:12px;color:var(--muted)}.artisan-panel{background:var(--red);color:#f4e4c5;position:relative;padding:35px 40px;min-height:570px}.artisan-panel>.eyebrow{color:#ebc29b}.artisan-panel h3{font:67px/1.65 var(--serif);margin:15px 0}.artisan-panel>p{position:absolute;bottom:100px;right:35px;writing-mode:vertical-rl;font:24px/1.9 var(--serif);letter-spacing:.2em}.artisan-place{font-size:13px;letter-spacing:.18em}.film-invite{padding:25px;background:#eae1d1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.film-invite canvas{width:100%;max-width:390px;height:auto}.film-invite small{font-size:12px;color:var(--muted)}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 40px}.guide-grid>div>b{font:26px var(--serif);color:var(--red)}.guide-grid h3{margin:7px 0 10px}.guide-grid p{color:var(--muted);font-size:16px}.guide-foot{border-top:1px solid var(--line);padding-top:20px;font-size:13px;color:var(--muted)}.source-list{display:grid;gap:18px}.about-dialog>div>p{line-height:2}.film-dialog{width:min(1030px,94vw);padding:32px}.film-dialog h2{font-size:29px;margin-bottom:20px}.process-film{position:relative;background:#f5f0e5}.process-film canvas{width:100%;display:block;max-height:60svh;object-fit:contain}.film-caption{position:absolute;bottom:15px;left:20px;right:20px;text-align:center;background:#f5f0e5e8;padding:8px}.film-caption b{font:22px var(--serif)}.film-caption p{font-size:14px;color:var(--muted);margin:6px 0}.film-controls{display:flex;align-items:center;gap:15px;padding:16px 0}.film-controls input{flex:1;min-width:30px;accent-color:var(--red)}.film-controls>span{font-size:12px;white-space:nowrap}.film-controls>button{font-size:14px}.process-film:fullscreen{display:flex;align-items:center;justify-content:center;background:#f5f0e5}.process-film:fullscreen canvas{max-height:90vh;width:auto;max-width:100%}
/* The hands-on working surface */
body[data-page=studio] .site-header{height:84px}.studio-screen{padding:28px 5% 15px;max-width:1550px;margin:auto}.studio-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.studio-heading .eyebrow{font-size:12px;margin:0 0 8px}.studio-heading h2{font:32px/1.6 var(--serif);margin:0}.stepper{list-style:none;display:flex;padding:0;margin:0 0 26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stepper li{flex:1;display:flex;align-items:center;gap:14px;padding:16px 5px;color:#a39b8e;position:relative}.stepper li>span{font:16px var(--serif)}.stepper li>b{font-weight:400;font-size:14px}.stepper li.current{color:var(--red)}.stepper li.current::after{content:'';position:absolute;bottom:-1px;left:0;right:20%;height:2px;background:var(--red)}.stepper li.done{color:var(--ink)}.workshop-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,1fr);gap:42px}.workbench{background:#ebe3d5;position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px 20px 54px;min-height:480px;overflow:hidden}.workbench>canvas{width:min(100%,510px);height:auto;max-height:510px;aspect-ratio:1;display:block;touch-action:none}.workbench-meta{position:absolute;left:22px;right:20px;top:16px;display:flex;justify-content:space-between;color:#8d806c;font-size:12px;z-index:1}.workbench-meta button{font-size:12px}.canvas-message{position:absolute;bottom:19px;left:20px;right:20px;text-align:center;color:#84735f;font-size:13px;line-height:1.7}.workbench.window{background:#e4e9e2}.workbench.light{background:#27231e}.workbench.light .canvas-message,.workbench.light .workbench-meta{color:#ebd1a4}.workbench:has(.background-switch){padding-bottom:85px}.workbench:has(.background-switch) .canvas-message{bottom:63px}.background-switch{position:absolute;bottom:15px;display:flex;gap:6px;justify-content:center;background:#f7f0e4dc;padding:4px}.background-switch button{font-size:13px;padding:5px 15px;border:1px solid transparent}.background-switch button.selected{border-color:var(--red);color:var(--red)}.workshop-panel{padding:10px 0 20px;max-width:440px}.workshop-panel>.eyebrow{font-size:12px;margin-bottom:12px}.workshop-panel h3{font:29px/1.5 var(--serif);margin:0 0 14px}.panel-description{font-size:15px;color:var(--muted);line-height:1.9;margin-bottom:22px}.pattern-options{display:grid;gap:12px;margin-bottom:28px}.pattern-option{display:flex;align-items:center;gap:14px;text-align:left;border:1px solid var(--line);padding:10px 15px;background:#fff4;transition:background .2s}.pattern-option.selected{border-color:var(--red);background:#f3e6d8}.pattern-option canvas{width:67px;height:67px}.pattern-option>span{flex:1}.pattern-option b{display:block;font:19px var(--serif)}.pattern-option small{display:block;font-size:12px;margin-top:7px;color:var(--muted)}.pattern-option i{font-size:13px;color:var(--red);font-style:normal}.wide{width:100%;justify-content:space-between;margin-top:10px}.subtle{display:block;margin:18px auto 0;color:var(--muted);font-size:14px;text-decoration:underline;text-underline-offset:5px}.knowledge-note{border-left:2px solid var(--red);padding:1px 0 1px 17px;margin:24px 0}.knowledge-note b{font-size:14px;font-weight:500;color:var(--red)}.knowledge-note p{font-size:14px;line-height:1.85;color:var(--muted);margin:8px 0 0}.fold-count{display:flex;align-items:baseline;gap:16px;margin:12px 0}.fold-count strong{font:64px var(--serif);color:var(--red)}.fold-count span{font-size:14px;color:var(--muted)}.cut-progress{height:4px;background:var(--line);margin-top:25px}.cut-progress>div{height:100%;background:var(--red);transition:width .25s}.cut-counter{font-size:12px;color:var(--muted);text-align:right;margin-top:10px}.paired-buttons{display:flex;justify-content:space-between;margin:15px 0 23px}.paired-buttons button{font-size:14px;border-bottom:1px solid var(--line);padding:3px 0}.completion-seal{display:inline-block;font:26px/1.5 var(--serif);border:2px solid var(--red);color:var(--red);padding:6px 12px;transform:rotate(-7deg);margin:15px}.field{display:block;font-size:14px;margin:18px 0}.field input{display:block;width:100%;padding:12px 13px;border:1px solid var(--line);background:#fff7;border-radius:0;margin-top:8px;font-size:16px;color:var(--ink);outline-offset:1px}.save-note{font-size:12px;color:var(--muted);line-height:1.8;margin:13px 0}.workshop-foot{font-size:12px;color:var(--muted);text-align:center;margin:20px 0 0}.primary:disabled{background:#8b8177;color:#fff;opacity:.45}
@media(min-width:1400px){.home-screen{padding-top:5vh}.hero-art{min-height:550px}.hero-art img{height:120%}.hero-copy h1{font-size:116px}}
@media(max-width:1100px){.hero-actions{gap:17px}.hero-actions .primary{gap:18px;padding:15px 18px}.hero-actions .text-button{font-size:13px}.hero-description{margin:23px 0}.hero-copy h1{font-size:76px}.detail-copy{padding:42px 27px 24px}.detail-copy h2{font-size:29px}.detail-layout{grid-template-columns:48% 52%}.zoom-stage{height:380px}.workshop-layout{gap:26px;grid-template-columns:minmax(0,1.25fr) minmax(295px,1fr)}.workshop-panel h3{font-size:25px}.workbench{padding-left:8px;padding-right:8px}.studio-screen{padding:25px 4%}.art-caption{right:-4%}.studio-heading h2{font-size:28px}}
@media(max-width:850px){.hero-copy{padding:0}.hero-copy h1{font-size:clamp(58px,12vw,83px)}.hero-art{min-height:0;height:330px;margin-top:14px;overflow:hidden}.hero-art img{width:120%;height:125%;right:0;top:-8%}.art-caption{right:0;bottom:10%;font-size:12px}.home-screen{padding-top:27px}.hero-note{font-size:12px}.eyebrow{font-size:12px}.hero-copy h1 i{font-size:14px}.museum-title h2{font-size:29px}.museum-title>p:last-child{font-size:12px}.museum-side{top:25px}.detail-layout{grid-template-columns:1fr}.detail-visual{padding:20px}.zoom-stage{height:350px}.detail-copy{padding:25px}.detail-copy h2{font-size:30px}.detail-body{font-size:16px}.detail-pagination{margin-top:15px}.artisan-panel{min-height:365px;display:block}.artisan-panel h3{font-size:40px;line-height:1.55}.artisan-panel>p{bottom:45px;right:50px}.tool-study{padding:30px}.film-invite{padding:18px}.film-invite canvas{max-width:280px}.museum-hint{bottom:139px}.museum-bottom{bottom:40px;flex-wrap:wrap;gap:15px;left:5%;right:5%}.museum-controls{order:3;margin:auto}.museum-progress b{font-size:12px;margin-left:8px}.museum-bottom>.primary{font-size:13px;padding:12px 16px;gap:15px}.hotspot span{font-size:12px}.scene-credit{font-size:11px;bottom:12px;left:5%}.workshop-layout{grid-template-columns:1fr;gap:27px}.workshop-panel{max-width:none;padding:0 0 15px}.workbench{min-height:360px;padding:40px 15px 45px}.workbench>canvas{max-height:390px;max-width:390px}.studio-heading h2{font-size:25px}.studio-heading>.text-button{font-size:12px;white-space:nowrap}.stepper li{gap:7px;padding:14px 1px}.stepper li>b{font-size:12px}.stepper li>span{font-size:13px}.stepper li.current::after{right:8%}.studio-screen{padding:23px 5%}.workshop-panel h3{font-size:27px}.pattern-options{grid-template-columns:repeat(3,1fr);gap:8px}.pattern-option{flex-direction:column;gap:7px;text-align:center;padding:12px 5px;position:relative}.pattern-option b{font-size:16px}.pattern-option small{display:none}.pattern-option i{position:absolute;top:6px;right:7px;font-size:10px}.pattern-option canvas{width:75px;height:75px}.pattern-option>span{flex:auto}.film-dialog{padding:28px 18px}.film-dialog h2{font-size:24px}.film-caption{left:0;right:0;bottom:0;padding:7px}.film-caption b{font-size:17px}.film-caption p{font-size:12px}.process-film canvas{min-height:300px}.film-controls{gap:8px}.guide-grid{gap:15px 20px}.guide-grid p{font-size:14px}.guide-grid h3{font-size:19px}.exhibit-drawer{width:min(385px,93vw)}.home-footer{font-size:12px}.hero-art img{max-width:none}}
@media(max-width:430px){.brand{gap:10px}.brand>span:last-child{font-size:11px;letter-spacing:.06em}.site-header{padding:0 5%;height:76px}nav{gap:14px}.site-header nav button{font-size:12px}.brand-seal{font-size:14px}.home-screen{min-height:calc(100svh - 76px)}.hero-actions .primary{padding:13px 16px;font-size:14px}.hero-actions{gap:18px}.hero-actions .text-button{font-size:12px}.hero-art{height:285px}.hero-copy h1{font-size:65px}.hero-copy h1 i{font-size:13px;letter-spacing:.30em}.hero-description{font-size:15px;margin:20px 0}.art-caption{font-size:12px;bottom:15%}.museum-title .eyebrow{font-size:10px}.museum-side{gap:7px}.round-control{width:35px;height:35px;font-size:18px}.museum-title{left:5%;top:26px}.museum-title h2{font-size:26px}.museum-title>p:last-child{max-width:180px;line-height:1.7}.museum-progress>span{font-size:30px}.museum-hint{font-size:11px;white-space:nowrap}.audio-caption{right:5%;width:90%;top:88px}.studio-heading h2{font-size:22px}.stepper li{display:block;text-align:center}.stepper li span{display:block;line-height:1.3;margin-bottom:7px}.stepper li b{font-size:11px}.workbench{min-height:330px}.canvas-message{font-size:12px;left:12px;right:12px}.workshop-foot{font-size:11px}.guide-grid{grid-template-columns:1fr}.guide-grid>div{border-top:1px solid var(--line);padding-top:15px}.home-footer>span>b{font-size:11px}.scene-credit{font-size:10px}}
.hero-art img{mask-image:linear-gradient(to right,transparent 0%,#000 28%,#000 97%,transparent 100%)}
.mobile-about{display:none}.audio-caption{max-height:370px;overflow-y:auto}
@media(min-width:851px){.home-screen{padding-top:3vh}}
@media(max-width:850px){.art-caption small{display:none}.mobile-about{display:block}.museum-hint{bottom:171px}.studio-heading{margin-bottom:14px}.stepper{margin-bottom:18px}.studio-screen{padding-top:18px}.workbench{min-height:275px;padding:30px 12px 38px}.workbench>canvas{max-height:220px;max-width:220px}.workshop-layout{gap:20px}.workshop-panel>.eyebrow{display:none}.workshop-panel .panel-description{font-size:14px;margin-bottom:15px}.workshop-panel h3{font-size:24px}.pattern-option canvas{width:60px;height:60px}.stepper li{padding-top:10px;padding-bottom:10px}}
@media(min-width:851px){.hero-art{min-height:max(410px,calc(100svh - 260px))}.studio-screen{padding-top:20px}.studio-heading{margin-bottom:18px}.studio-heading h2{font-size:29px}.stepper{margin-bottom:20px}.stepper li{padding:12px 5px}.workshop-layout{gap:35px}.workbench{min-height:420px;padding:35px 16px 45px}.workbench>canvas{width:min(100%,calc(100svh - 380px));max-width:440px;min-width:300px;max-height:440px}.pattern-option{padding:7px 12px;gap:12px}.pattern-option canvas{width:52px;height:52px}.pattern-option b{font-size:18px}.pattern-option small{margin-top:4px}.pattern-options{gap:9px;margin-bottom:18px}.workshop-panel{padding-top:3px}.workshop-panel h3{margin-bottom:10px;font-size:27px}.panel-description{margin-bottom:17px;font-size:14px}.workshop-panel>.eyebrow{margin-bottom:8px}.workshop-foot{margin-top:13px}.knowledge-note{margin:19px 0}.fold-count strong{font-size:54px}}
