:root{--paper:#f5f1e8;--paper-2:#ece7dc;--ink:#1d1d1b;--muted:#77736a;--metal:#c8c3b8;--orange:#ff6a2a;--dark:#111;--white:#fffdf8;--line:rgba(29,29,27,.16);--mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;--sans:Inter,"Noto Sans SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;color:var(--ink);font-family:var(--sans);background:var(--paper);overflow-x:clip}button,input,textarea,select{font:inherit}button,a{color:inherit}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:72px;padding:10px clamp(18px,4vw,64px);border-bottom:1px solid var(--line);background:rgba(245,241,232,.9);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small,.section-code{font:700 10px/1.4 var(--mono);color:var(--muted);letter-spacing:.04em}.ripple-mark{position:relative;width:38px;height:38px}.ripple-mark i,.ripple-large i,.ripple-large b{position:absolute;inset:50% auto auto 50%;border:1px solid var(--ink);border-radius:50%;transform:translate(-50%,-50%)}.ripple-mark i:nth-child(1){width:8px;height:8px;background:var(--orange);border-color:var(--orange)}.ripple-mark i:nth-child(2){width:22px;height:22px}.ripple-mark i:nth-child(3){width:36px;height:36px}.main-nav{display:flex;justify-content:center;gap:6px}.main-nav a,.text-button,.admin-entry{padding:9px 10px;border:0;background:transparent;font-size:13px;font-weight:700;cursor:pointer}.main-nav a:hover,.text-button:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:5px}.admin-entry{border:1px solid var(--ink);border-radius:2px}.hero{position:relative;display:grid;grid-template-columns:minmax(350px,.8fr) minmax(500px,1.2fr);min-height:calc(100vh - 72px);overflow:hidden;border-bottom:1px solid var(--line)}.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(18px,5vw,78px)}.hero h1{max-width:760px;margin:18px 0 28px;font-size:clamp(48px,6.5vw,98px);line-height:.98;letter-spacing:0}.hero h1 em{color:var(--orange);font-style:normal}.hero-intro{max-width:650px;color:#57534b;font-size:17px;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 38px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:45px;padding:0 16px;border:1px solid var(--ink);border-radius:2px;background:transparent;font-weight:800;cursor:pointer;transition:transform .18s,background .18s,color .18s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--dark);color:var(--white)}.button-light{background:var(--paper)}.button-orange{border-color:var(--orange);background:var(--orange);color:#fff}.hero-note{max-width:510px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.6}.hero-note span{color:var(--orange)}.hero-workbench{position:relative;min-width:0;background:var(--white);overflow:hidden}.hero-workbench:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--paper) 0,transparent 18%),linear-gradient(0deg,rgba(245,241,232,.4),transparent 30%);pointer-events:none}.hero-workbench img{width:100%;height:100%;object-fit:cover;filter:sepia(.08) contrast(1.06)}.object-label{position:absolute;z-index:2;padding:8px 10px;border:1px solid rgba(29,29,27,.35);background:rgba(245,241,232,.9);font:700 9px var(--mono)}.object-label span{color:var(--orange);margin-right:6px}.label-a{top:18%;right:8%}.label-b{top:44%;left:16%}.label-c{bottom:20%;right:18%}.hero-stamp{position:absolute;z-index:2;right:24px;bottom:24px;width:112px;height:112px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;background:var(--orange);color:#fff;text-align:center;font:800 12px/1.5 var(--mono);transform:rotate(-8deg)}.hero-lines{position:absolute;z-index:1;inset:0 50% 0 0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:48px 48px;opacity:.25}.ticker{display:flex;align-items:center;gap:30px;padding:17px clamp(18px,4vw,64px);overflow:hidden;background:var(--orange);color:#fff;white-space:nowrap;font:800 12px var(--mono)}.ticker i{font-style:normal}.page-section,.process-section,.files-section,.custom-section,.about-band{padding:100px clamp(18px,5vw,78px)}.section-top{display:grid;grid-template-columns:minmax(300px,1fr) minmax(260px,.55fr);gap:36px;align-items:end;margin-bottom:42px}.section-top h2,.tool-wall h2,.custom-section h2,.about-band h2{margin:8px 0 0;font-size:clamp(38px,5vw,70px);line-height:1.02}.section-top>p{max-width:520px;margin-bottom:4px;color:var(--muted);line-height:1.75}.project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.project-card{grid-column:span 4;position:relative;border-top:1px solid var(--ink);padding-top:12px}.project-card:first-child{grid-column:span 7}.project-card:nth-child(2){grid-column:span 5}.project-card figure{position:relative;margin:0 0 18px;overflow:hidden;background:var(--paper-2)}.project-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s}.project-card:first-child img{aspect-ratio:16/9}.project-card:hover img{transform:scale(1.025)}.project-index{position:absolute;top:12px;left:12px;padding:6px 8px;background:var(--orange);color:white;font:700 10px var(--mono)}.project-tags{display:flex;flex-wrap:wrap;gap:5px}.tag{padding:4px 6px;border:1px solid var(--line);font:700 9px var(--mono);color:var(--muted)}.tag.accent{border-color:var(--orange);color:var(--orange)}.project-card h3{margin:12px 0 8px;font-size:22px}.project-card p{color:var(--muted);line-height:1.6}.line-link{display:flex;justify-content:space-between;margin-top:48px;padding:15px 0;border-block:1px solid var(--ink);font-weight:800}.process-section,.files-section{background:var(--dark);color:var(--white)}.section-top.light p,.light .section-code{color:#a9a49a}.process-track{display:grid;grid-template-columns:repeat(7,1fr);border-block:1px solid #393936}.process-track article{position:relative;min-height:230px;padding:20px 14px;border-right:1px solid #393936}.process-track article:last-child{border-right:0}.process-track article:after{content:"";position:absolute;left:14px;bottom:24px;width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 8px rgba(255,106,42,.15)}.process-track span,.process-track small{display:block;color:#858078;font:700 10px var(--mono)}.process-track strong{display:block;margin-top:60px;font-size:17px}.process-track small{margin-top:8px}.video-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.5fr);gap:18px}.video-main{position:relative;min-height:520px;overflow:hidden;background:var(--dark);color:white}.video-main:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),transparent 62%)}.video-main img{width:100%;height:100%;object-fit:cover}.video-main>div{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.video-main span,.video-main small,.video-list small{font:700 9px var(--mono);color:#b9b5ad}.video-main h3{max-width:650px;margin:8px 0;font-size:clamp(26px,4vw,48px)}.play-control{position:absolute;z-index:3;top:28px;right:28px;width:66px;height:66px;border:0;border-radius:50%;background:var(--orange);color:#fff;cursor:pointer;font-size:20px}.video-list{display:grid;gap:1px;background:var(--line)}.video-list article{display:flex;flex-direction:column;justify-content:space-between;min-height:170px;padding:20px;background:var(--paper)}.video-list span{color:var(--orange);font:700 10px var(--mono)}.video-list strong{font-size:18px;line-height:1.4}.file-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.file-filters button{padding:8px 12px;border:1px solid #474743;background:transparent;color:#bbb6ac;cursor:pointer;font:700 10px var(--mono)}.file-filters button.active{border-color:var(--orange);background:var(--orange);color:#fff}.file-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#393936;border:1px solid #393936}.file-card{min-height:270px;padding:22px;background:#181816}.file-card:hover{background:#22221f}.file-card .file-icon{display:grid;width:52px;height:64px;place-items:center;margin-bottom:44px;border:1px solid #55514a;color:var(--orange);font:800 10px var(--mono)}.file-card h3{font-size:17px}.file-card p{min-height:42px;color:#908b82;font-size:12px;line-height:1.6}.file-meta{display:flex;flex-wrap:wrap;gap:5px;margin:16px 0}.file-meta span{padding:4px 5px;border:1px solid #393936;color:#aaa59c;font:700 9px var(--mono)}.download-button{display:flex;justify-content:space-between;width:100%;padding:11px 0;border:0;border-top:1px solid #393936;background:transparent;color:#fff;cursor:pointer;font-weight:800}.download-button:hover{color:var(--orange)}.tool-wall{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);min-height:720px;padding:0;border-bottom:1px solid var(--line)}.tool-wall-image{min-height:650px;overflow:hidden;background:var(--white)}.tool-wall-image img{width:100%;height:100%;object-fit:cover;filter:sepia(.12) contrast(1.08)}.tool-wall-copy{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(18px,5vw,78px)}.tool-wall-copy>p:not(.section-code){color:var(--muted);line-height:1.8}.tool-list{margin-top:26px;border-top:1px solid var(--ink)}.tool-item{display:grid;grid-template-columns:34px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.tool-item span,.tool-item small{font:700 9px var(--mono);color:var(--muted)}.custom-section{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(500px,1.28fr);gap:70px;background:var(--paper-2)}.custom-intro>p:not(.section-code){max-width:560px;color:var(--muted);line-height:1.8}.custom-intro ul{padding:20px 0 0;list-style:none;border-top:1px solid var(--line)}.custom-intro li{margin:9px 0;color:var(--muted)}.custom-intro li:before{content:"—";margin-right:8px;color:var(--orange)}.custom-form{padding:28px;border:1px solid var(--ink);background:var(--paper)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.custom-form label{display:grid;gap:7px;font-size:12px;font-weight:800}.custom-form .wide{grid-column:1/-1}.custom-form input,.custom-form textarea,.custom-form select{width:100%;padding:11px 0;border:0;border-bottom:1px solid var(--metal);outline:0;background:transparent}.custom-form input:focus,.custom-form textarea:focus,.custom-form select:focus{border-color:var(--orange)}fieldset{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0;padding:16px 0;border:0;border-block:1px solid var(--line)}legend{padding-right:15px;font-size:12px;font-weight:800}.custom-form fieldset label{display:flex;align-items:center;gap:5px}.custom-form fieldset input{width:auto}.form-message{margin:14px 0 0;color:var(--orange);font-size:12px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ink);border:1px solid var(--ink)}.journal-grid article{min-height:300px;padding:24px;background:var(--paper);transition:background .2s}.journal-grid article:hover{background:var(--white)}.journal-grid span{color:var(--orange);font:700 9px var(--mono)}.journal-grid h3{margin:55px 0 12px;font-size:24px;line-height:1.25}.journal-grid p{color:var(--muted);line-height:1.65}.journal-grid a{font-size:12px;font-weight:800}.about-band{display:grid;grid-template-columns:.55fr 1fr;align-items:center;gap:50px;background:var(--orange);color:#fff}.about-band .section-code,.about-band p{color:#ffe1d2}.ripple-large{position:relative;min-height:380px}.ripple-large i,.ripple-large b{border-color:#fff}.ripple-large i:nth-child(1){width:90px;height:90px;background:#fff}.ripple-large i:nth-child(2){width:190px;height:190px}.ripple-large i:nth-child(3){width:300px;height:300px}.ripple-large b{width:390px;height:390px}.site-footer{display:grid;grid-template-columns:1.5fr .5fr .5fr;gap:40px;padding:60px clamp(18px,5vw,78px) 24px;background:var(--dark);color:#fff}.site-footer div{display:grid;align-content:start;gap:9px}.site-footer strong{font-size:12px}.site-footer a,.site-footer span,.site-footer small{color:#969188;font-size:11px}.site-footer small{grid-column:1/-1;padding-top:30px;border-top:1px solid #343430}.footer-brand strong{font-size:22px}.modal-shell,.admin-shell{position:fixed;z-index:50;inset:0;display:none;place-items:center;padding:18px;background:rgba(17,17,17,.75);backdrop-filter:blur(8px)}.modal-shell.open,.admin-shell.open{display:grid}.shelf-panel{position:relative;width:min(680px,100%);padding:40px;background:var(--paper)}.close-button{width:38px;height:38px;border:1px solid var(--ink);background:transparent;cursor:pointer;font-size:22px}.shelf-panel>.close-button{position:absolute;top:18px;right:18px}.shelf-grid,.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:28px 0;background:var(--ink);border:1px solid var(--ink)}.shelf-grid article,.admin-stats article{display:grid;gap:8px;padding:18px;background:var(--paper)}.shelf-grid span,.admin-stats span{color:var(--muted);font-size:11px}.admin-panel{width:min(1120px,100%);height:min(760px,calc(100vh - 36px));overflow:hidden;background:var(--paper)}.admin-panel>header{display:flex;align-items:center;justify-content:space-between;height:80px;padding:15px 22px;border-bottom:1px solid var(--ink)}.admin-panel h2{margin:2px 0;font-size:26px}.admin-layout{display:grid;grid-template-columns:180px 1fr;height:calc(100% - 80px)}.admin-layout>nav{display:grid;align-content:start;gap:1px;padding:14px;background:var(--dark)}.admin-layout>nav button{padding:13px;border:0;background:transparent;color:#aaa59c;text-align:left;cursor:pointer}.admin-layout>nav button.active{background:var(--orange);color:#fff}.admin-content{overflow:auto;padding:24px}.admin-view{display:none}.admin-view.active{display:block}.admin-stats{margin-top:0}.admin-card,.admin-item{padding:18px;border:1px solid var(--line);background:var(--white)}.admin-list{display:grid;gap:8px}.admin-item{display:grid;grid-template-columns:1fr auto;gap:14px}.admin-item h4{margin:0 0 5px}.admin-item p{margin:0;color:var(--muted);font-size:12px}.admin-item button{border:0;background:transparent;color:var(--orange);cursor:pointer;font-weight:800}
@media(max-width:1050px){.site-header{grid-template-columns:auto 1fr}.main-nav{order:3;grid-column:1/-1;justify-content:flex-start;overflow-x:auto}.header-actions{justify-self:end}.hero{grid-template-columns:1fr}.hero-copy{min-height:630px}.hero-workbench{min-height:620px}.project-card,.project-card:first-child,.project-card:nth-child(2){grid-column:span 6}.process-track{grid-template-columns:repeat(4,1fr)}.process-track article:nth-child(4){border-right:0}.file-grid{grid-template-columns:repeat(2,1fr)}.custom-section{grid-template-columns:1fr}.tool-wall{grid-template-columns:1fr}.tool-wall-image{min-height:540px}}
@media(max-width:720px){.site-header{position:relative;gap:8px;padding:12px 16px}.text-button{display:none}.main-nav{gap:0}.main-nav a{padding:8px;font-size:11px}.hero-copy{min-height:auto;padding:54px 18px}.hero h1{font-size:50px}.hero-workbench{min-height:390px}.hero-stamp{width:84px;height:84px;font-size:9px}.object-label{display:none}.ticker{gap:18px}.page-section,.process-section,.files-section,.custom-section,.about-band{padding:70px 18px}.section-top{grid-template-columns:1fr;gap:14px}.section-top h2,.tool-wall h2,.custom-section h2,.about-band h2{font-size:42px}.project-grid{grid-template-columns:1fr}.project-card,.project-card:first-child,.project-card:nth-child(2){grid-column:auto}.process-track{grid-template-columns:1fr}.process-track article{min-height:105px;border-right:0;border-bottom:1px solid #393936}.process-track strong{margin-top:20px}.process-track article:after{left:auto;right:14px}.video-grid{grid-template-columns:1fr}.video-main{min-height:390px}.file-grid,.journal-grid{grid-template-columns:1fr}.tool-wall-image{min-height:380px}.tool-wall-copy{padding:55px 18px}.form-grid{grid-template-columns:1fr}.custom-form .wide{grid-column:auto}.about-band{grid-template-columns:1fr}.ripple-large{min-height:300px}.ripple-large b{width:280px;height:280px}.ripple-large i:nth-child(3){width:220px;height:220px}.site-footer{grid-template-columns:1fr}.site-footer small{grid-column:auto}.admin-layout{grid-template-columns:1fr}.admin-layout>nav{grid-auto-flow:column;overflow-x:auto}.shelf-grid,.admin-stats{grid-template-columns:1fr}}
.language-select{height:36px;min-width:92px;padding:0 10px;border:1px solid var(--ink);border-radius:2px;background:rgba(255,253,248,.82);color:var(--ink);font:800 11px var(--mono);cursor:pointer}.dark-header .language-select{border-color:#fff;color:#fff;background:#111}.custom-intro li:before{content:"-"}@media(max-width:720px){.language-select{height:34px;min-width:78px;font-size:10px}}
