@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #0c0c0c;--text: #c8c4bc;--heading: #e8e4dc;--text-secondary: #7a7670;--text-muted: #3a3835;--border: #1a1a1a;--nav-inactive: #6a6560;--accent-art: #8b7a6b;--accent-project: #6b7a8b;--accent-blog: #7a8b6b;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", monospace;--max-width: 900px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--heading);text-decoration:none;transition:color .2s}a:hover{color:var(--text)}img,video{max-width:100%;height:auto;display:block}h1,h2,h3{color:var(--heading);font-weight:500;line-height:1.3}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;border-bottom:1px solid var(--border)}.topbar-name{font-size:1.1rem;font-weight:500;color:var(--heading);letter-spacing:.02em}.topbar-name span{color:var(--nav-inactive);font-weight:400}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:20px;height:2px;background:var(--text-secondary);transition:.2s}.topbar-nav{display:flex;gap:2rem}.topbar-nav a{color:var(--nav-inactive);font-size:.9rem;letter-spacing:.03em;transition:color .2s}.topbar-nav a:hover,.topbar-nav a.active{color:var(--text)}@media(max-width:700px){.topbar{padding:1rem 1.5rem}.nav-toggle{display:flex}.topbar-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem;gap:1rem;z-index:10}.topbar-nav.open{display:flex}.topbar{position:relative}}.feed{max-width:var(--max-width);margin:0 auto;padding:3rem 2.5rem}.feed-item{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2.5rem 0;border-bottom:1px solid var(--border);align-items:start}.feed-item:first-child{padding-top:0}.feed-item.text-only{grid-template-columns:1fr}.feed-thumb{aspect-ratio:1;border-radius:6px;overflow:hidden;background:var(--border)}.feed-thumb img{width:100%;height:100%;object-fit:cover}.feed-body{padding-top:.25rem}.feed-tag{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.feed-tag.art{color:var(--accent-art)}.feed-tag.project{color:var(--accent-project)}.feed-tag.blog{color:var(--accent-blog)}.feed-title{font-size:1.35rem;font-weight:500;color:var(--heading);margin-bottom:.6rem;line-height:1.3}.feed-title a{color:inherit}.feed-title a:hover{color:var(--text)}.feed-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.feed-date{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}@media(max-width:700px){.feed{padding:2rem 1.5rem}.feed-item{grid-template-columns:1fr}.feed-thumb{aspect-ratio:16 / 9;max-height:200px}}.detail{max-width:var(--max-width);margin:0 auto;padding:3rem 2.5rem}.detail-header{margin-bottom:2.5rem}.detail-header h1{font-size:2rem;margin:.5rem 0 .75rem}.detail-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.detail-links{display:flex;gap:1.5rem;flex-wrap:wrap}.detail-links a{font-family:var(--font-mono);font-size:.85rem;color:var(--text)}.detail-links a:hover{color:var(--heading)}.detail-images{display:flex;flex-direction:column;align-items:start;gap:1.5rem}.detail-images img{border-radius:6px;width:auto;max-width:100%}.detail-exhibitions{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.detail-exhibitions h2{font-size:1.2rem;margin-bottom:1.5rem}.exhibition{margin-bottom:2rem}.exhibition p{color:var(--text-secondary);margin-bottom:1rem}.exhibition img{border-radius:6px}.prose h2{font-size:1.4rem;margin:2.5rem 0 1rem}.prose h3{font-size:1.1rem;margin:2rem 0 .75rem}.prose p{margin-bottom:1rem}.prose img{border-radius:6px;margin:1.5rem 0}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.25rem}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose a{color:var(--accent-art)}.prose a:hover{color:var(--heading)}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--border);padding:.15em .4em;border-radius:3px}@media(max-width:700px){.detail{padding:2rem 1.5rem}.detail-header h1{font-size:1.5rem}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:4px;padding:4px}.gallery-item{aspect-ratio:1;overflow:hidden;background:var(--border)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s,opacity .3s}.gallery-item:hover img{transform:scale(1.05);opacity:.85}.about-content{max-width:600px}.about-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.about-content p a{color:var(--accent-art)}.about-content p a:hover{color:var(--heading)}.about-content h2{font-size:1.2rem;margin:2rem 0 1rem}.about-links{list-style:none;padding:0}.about-links li{margin-bottom:.5rem}.about-links a{color:var(--accent-art);font-size:.95rem}.about-links a:hover{color:var(--heading)}.gallery-link{font-family:var(--font-mono);font-size:.85rem;color:var(--text-secondary)}.gallery-link:hover{color:var(--heading)}
