html,body{margin:0}body{background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;padding:3rem}a.back{color:#000;text-decoration:none;border-bottom:1px solid #000;font-size:.9rem}a.back:hover{border-bottom:none}h1{font-size:2rem;font-weight:600;margin:1.5rem 0 2rem}#gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.piece{margin:0;aspect-ratio:1;cursor:pointer}.piece svg{width:100%;height:100%}.piece svg :is(path,line,polyline,polygon,rect,circle,ellipse){stroke:#000!important;stroke-width:.3!important;fill:none!important;vector-effect:non-scaling-stroke}#overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;display:none;align-items:center;justify-content:center;padding:4vh 4vw;box-sizing:border-box;cursor:pointer}#overlay.open{display:flex}#overlay svg{width:100%;height:100%}#overlay svg :is(path,line,polyline,polygon,rect,circle,ellipse){stroke:#000!important;stroke-width:1!important;fill:none!important;vector-effect:non-scaling-stroke}
