*,:after,:before{margin:0;padding:0;border:0;box-sizing:border-box}:root{--theme-bg:#fff;--theme-text:#333;--theme-text-muted:#888;--theme-accent:#111;--theme-accent-hover:#444;--theme-surface:#fafafa;--theme-border:#e5e5e5;--theme-nav-bg:#fff;--theme-nav-text:#333;--theme-footer-bg:#111;--theme-footer-text:#e0e0e0;--theme-font-heading:"Cormorant Garamond",serif;--theme-font-body:"DM Sans",sans-serif;--theme-max-width:1200px;--theme-nav-height:5rem}html{scroll-behavior:smooth}body{background-color:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-font-body);font-size:16px;line-height:1.6;display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased}main{flex:1 1}a{color:var(--theme-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--theme-accent-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--theme-font-heading);color:var(--theme-text);font-weight:400;line-height:1.2}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}.page-container{max-width:var(--theme-max-width);margin:0 auto;padding:3rem 2rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--theme-text-muted);font-style:italic}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--theme-nav-bg);border-bottom:1px solid var(--theme-border);height:var(--theme-nav-height);transition:background .3s,border-color .3s}.header-inner{max-width:var(--theme-max-width);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--theme-font-heading);font-size:1.5rem;font-weight:400;color:var(--theme-nav-text);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.header-logo:hover{color:var(--theme-accent)}.header-nav{display:flex;gap:2rem;align-items:center}.nav-link{font-family:var(--theme-font-body);font-size:.85rem;font-weight:400;color:var(--theme-nav-text);text-transform:uppercase;letter-spacing:.08em;padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--theme-accent);transition:width .3s}.nav-link:hover{color:var(--theme-accent)}.nav-link:hover:after{width:100%}.hamburger{display:none;background:none;cursor:pointer;width:28px;height:28px;position:relative}.hamburger-line,.hamburger-line:after,.hamburger-line:before{display:block;width:28px;height:2px;background:var(--theme-nav-text);position:absolute;transition:all .3s}.hamburger-line{top:50%;transform:translateY(-50%)}.hamburger-line:before{content:"";top:-8px}.hamburger-line:after{content:"";top:8px}.hamburger-line.is-open{background:transparent}.hamburger-line.is-open:before{top:0;transform:rotate(45deg)}.hamburger-line.is-open:after{top:0;transform:rotate(-45deg)}@media (max-width:768px){.hamburger{display:block}.header-nav{display:none;position:absolute;top:var(--theme-nav-height);left:0;right:0;background:var(--theme-nav-bg);flex-direction:column;padding:1rem 2rem 2rem;gap:0;border-bottom:1px solid var(--theme-border);box-shadow:0 4px 12px rgba(0,0,0,.05)}.header-nav.is-open{display:flex}.nav-link{padding:.75rem 0;font-size:1rem}}.site-footer{background:var(--theme-footer-bg);color:var(--theme-footer-text);margin-top:auto}.footer-inner{max-width:var(--theme-max-width);margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem}.footer-heading{font-family:var(--theme-font-heading);font-size:1.1rem;margin-bottom:1rem;color:var(--theme-footer-text)}.footer-text{line-height:1.5;margin-bottom:.25rem}.footer-link,.footer-text{font-size:.85rem;opacity:.8}.footer-link{display:block;color:var(--theme-footer-text);padding:.25rem 0}.footer-link:hover{opacity:1;color:#fff}.footer-copy{text-align:right;font-size:.8rem;opacity:.6}.footer-text-small{font-size:.75rem;margin-top:.5rem;opacity:.5}@media (max-width:768px){.footer-inner{grid-template-columns:1fr}.footer-copy,.footer-inner{text-align:center}}.artwork-grid{container-type:inline-size;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@container (max-width: 800px){.artwork-grid{grid-template-columns:repeat(2,1fr)}}@container (max-width: 500px){.artwork-grid{grid-template-columns:1fr}}.artwork-card{cursor:pointer;transition:transform .2s}.artwork-card:hover{transform:translateY(-2px)}.artwork-card:focus-visible{outline:2px solid var(--theme-accent);outline-offset:4px}.artwork-image-wrap{aspect-ratio:1;overflow:hidden;background:var(--theme-surface)}.artwork-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.artwork-card:hover .artwork-image{transform:scale(1.03)}.artwork-placeholder{aspect-ratio:1;background:var(--theme-surface);display:flex;align-items:center;justify-content:center}.artwork-meta{padding:.75rem 0}.artwork-title{font-family:var(--theme-font-heading);font-size:1rem;font-weight:400;margin-bottom:.15rem}.artwork-artist{font-size:.8rem;color:var(--theme-text-muted)}.artwork-year{font-size:.75rem;color:var(--theme-text-muted)}.artwork-price{font-size:.85rem;font-weight:500;margin-top:.25rem}.lightbox-dialog{position:fixed;inset:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:1000;padding:0}.lightbox-dialog::-webkit-backdrop{background:transparent}.lightbox-dialog::backdrop{background:transparent}.lightbox-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:3rem}.lightbox-image-wrap{max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain}.lightbox-caption{color:#ccc;font-size:.85rem;margin-top:1rem;text-align:center}.lightbox-close,.lightbox-next,.lightbox-prev{position:absolute;background:none;color:#fff;cursor:pointer;font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s}.lightbox-close:hover,.lightbox-next:hover,.lightbox-prev:hover{opacity:1}.lightbox-close{top:1rem;right:1.5rem;font-size:2.5rem}.lightbox-prev{left:1rem}.lightbox-next,.lightbox-prev{top:50%;transform:translateY(-50%);font-size:3rem}.lightbox-next{right:1rem}.lightbox-counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:#999;font-size:.8rem}.exhibition-grid{container-type:inline-size;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@container (max-width: 600px){.exhibition-grid{grid-template-columns:1fr}}.exhibition-card{display:block;text-decoration:none;color:var(--theme-text);transition:transform .2s}.exhibition-card:hover{transform:translateY(-2px);color:var(--theme-text)}.exhibition-image-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--theme-surface)}.exhibition-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.exhibition-card:hover .exhibition-image{transform:scale(1.03)}.exhibition-placeholder{position:relative;aspect-ratio:16/10;background:var(--theme-surface)}.exhibition-badge{position:absolute;top:.75rem;left:.75rem;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;background:var(--theme-accent);color:#fff}.exhibition-badge--vergangen{background:var(--theme-text-muted)}.exhibition-badge--kommend{background:var(--theme-accent-hover)}.exhibition-meta{padding:.75rem 0}.exhibition-title{font-size:1.1rem;margin-bottom:.25rem}.exhibition-date,.exhibition-location{font-size:.8rem;color:var(--theme-text-muted)}.artist-grid{container-type:inline-size;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@container (max-width: 800px){.artist-grid{grid-template-columns:repeat(2,1fr)}}@container (max-width: 500px){.artist-grid{grid-template-columns:1fr}}.artist-card{text-decoration:none;display:block}.artist-card,.artist-card:hover{color:var(--theme-text)}.artist-image-wrap{aspect-ratio:1;overflow:hidden;background:var(--theme-surface)}.artist-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.artist-card:hover .artist-image{transform:scale(1.03)}.artist-placeholder{aspect-ratio:1;background:var(--theme-surface);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--theme-text-muted)}.artist-name{font-family:var(--theme-font-heading);font-size:1.05rem;padding:.5rem 0;text-align:center}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:var(--theme-surface);overflow:hidden}.hero-bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;opacity:.3}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem}.hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:300;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:var(--theme-text-muted);font-weight:300}.section-title{font-size:1.5rem;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-border)}.section-more{display:inline-block;margin-top:2rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.detail-header{margin-bottom:2rem}.detail-title{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.5rem}.detail-subtitle{color:var(--theme-text-muted);font-size:1rem}.detail-content{line-height:1.8;max-width:700px}.detail-content p{margin-bottom:1rem}.detail-meta{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;font-size:.9rem;padding:1.5rem;background:var(--theme-surface);margin:2rem 0}.detail-meta dt{color:var(--theme-text-muted);font-weight:400}.detail-meta dd{color:var(--theme-text)}.contact-form{max-width:600px;gap:1.25rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.35rem}.form-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted)}.form-input,.form-textarea{font-family:var(--theme-font-body);font-size:.95rem;padding:.75rem;background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--theme-accent)}.form-textarea{min-height:150px;resize:vertical}.form-submit{font-family:var(--theme-font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;padding:.85rem 2rem;background:var(--theme-accent);color:#fff;cursor:pointer;transition:background .2s;align-self:flex-start}.form-submit:hover{background:var(--theme-accent-hover)}.form-error{color:var(--theme-accent);font-size:.85rem}.hub-selector{max-width:1200px;margin:0 auto;padding:5rem 2rem}.hub-header{text-align:center;margin-bottom:5rem}.hub-title{font-family:Cormorant Garamond,DM Sans,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:300;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:.05em}.hub-subtitle{font-family:DM Sans,sans-serif;font-size:1rem;color:#777;max-width:550px;margin:0 auto;line-height:1.7}.hub-section{margin-bottom:5rem}.hub-section-title{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:500;color:#999;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.12em}.hub-section-desc{font-size:.9rem;color:#888;margin-bottom:2rem}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:2rem;gap:2rem}.hub-card{display:block;text-align:left;background:#fff;border:1px solid #e0e0e0;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);overflow:hidden;font-family:inherit;font-size:inherit;color:inherit;width:100%;border-radius:2px}.hub-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.04)}.hub-card-palette{height:120px;padding:0;position:relative;overflow:hidden}.palette-bg{height:100%;display:flex;gap:0;padding:0;align-items:stretch}.palette-strip{flex:1 1;min-width:0;transition:flex .3s}.hub-card:hover .palette-strip:first-child{flex:1.5 1}.hub-card-fonts{padding:1.25rem;display:flex;flex-direction:column;gap:.3rem;border-bottom:1px solid #f0f0f0}.hub-font-heading{font-size:1.4rem;line-height:1.2}.hub-font-body{font-size:.8rem;opacity:.6}.hub-card-info{padding:1.25rem}.hub-card-name{font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#333;text-transform:uppercase;letter-spacing:.05em}.hub-card-desc{font-size:.8rem;color:#777;line-height:1.6;margin-bottom:1rem}.hub-card-cta{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#bbb;transition:color .3s,letter-spacing .3s}.hub-card:hover .hub-card-cta{color:#333;letter-spacing:.12em}.hub-card--custom{text-decoration:none}.hub-card--custom .hub-card-info{padding:1.5rem}.hub-card-tag{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .5rem;background:#f0f0f0;color:#666;margin-bottom:.5rem}.theme-switcher-spacer{height:3.5rem}.theme-switcher{position:fixed;bottom:0;left:0;right:0;z-index:900;background:rgba(30,30,30,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid hsla(0,0%,100%,.1)}.theme-switcher-inner{max-width:1200px;margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;justify-content:space-between}.theme-switcher-home{color:#ccc;font-size:.8rem;text-decoration:none}.theme-switcher-home:hover{color:#fff}.theme-switcher-select{position:relative}.theme-switcher-btn{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);color:#eee;font-family:inherit;font-size:.8rem;padding:.4rem .75rem;cursor:pointer;border:1px solid hsla(0,0%,100%,.2)}.theme-switcher-btn:hover{background:hsla(0,0%,100%,.15)}.theme-swatch{display:inline-block;width:12px;height:12px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3)}.theme-switcher-arrow{font-size:.6rem;margin-left:.25rem}.theme-switcher-dropdown{position:absolute;bottom:100%;right:0;background:#222;border:1px solid #444;min-width:200px;margin-bottom:4px}.theme-switcher-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;color:#ccc;font-family:inherit;font-size:.8rem;text-align:left;cursor:pointer}.theme-switcher-option:hover{background:#333;color:#fff}.theme-switcher-option.is-active{color:#fff;font-weight:500}.legal-content{max-width:700px;line-height:1.8}.legal-content h2{margin:2rem 0 .75rem;font-size:1.3rem}.legal-content h3{margin:1.5rem 0 .5rem;font-size:1.1rem}.legal-content p,.legal-content ul{margin-bottom:1rem}.legal-content ul{padding-left:1.5rem}.legal-content li{margin-bottom:.35rem}.reveal{opacity:0;transform:translateY(var(--reveal-y,20px)) scale(var(--reveal-scale,1));transition:opacity var(--reveal-duration,.6s) var(--reveal-easing,ease),transform var(--reveal-duration,.6s) var(--reveal-easing,ease)}.reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.reveal-stagger>.reveal:first-child{transition-delay:0s}.reveal-stagger>.reveal:nth-child(2){transition-delay:.08s}.reveal-stagger>.reveal:nth-child(3){transition-delay:.16s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.24s}.reveal-stagger>.reveal:nth-child(5){transition-delay:.32s}.reveal-stagger>.reveal:nth-child(6){transition-delay:.4s}.reveal-stagger>.reveal:nth-child(n+7){transition-delay:.48s}.no-js .reveal{opacity:1;transform:none}@media print{.site-footer,.site-header,.theme-switcher{display:none}body{background:#fff;color:#000}.page-container{padding:0}}[data-theme=white-cube]{--theme-bg:#fafaf9;--theme-text:#1a1a1a;--theme-text-muted:#999;--theme-accent:#1a1a1a;--theme-accent-hover:#000;--theme-surface:#f5f5f4;--theme-border:#e8e8e8;--theme-nav-bg:#fafaf9;--theme-nav-text:#1a1a1a;--theme-footer-bg:#fafaf9;--theme-footer-text:#999;--theme-font-heading:"Raleway",sans-serif;--theme-font-body:"DM Sans",sans-serif;--theme-max-width:1200px;--theme-nav-height:4.5rem;--reveal-y:8px;--reveal-scale:1;--reveal-duration:0.8s;--reveal-easing:ease}[data-theme=white-cube] .site-header{border-bottom:1px solid #ebebeb}[data-theme=white-cube] .header-logo{font-weight:100;font-size:1.3rem;letter-spacing:.15em;text-transform:uppercase}[data-theme=white-cube] .nav-link{font-size:.72rem;letter-spacing:.12em;font-weight:300;opacity:.6;transition:opacity .2s}[data-theme=white-cube] .nav-link:hover{opacity:1;color:var(--theme-text)}[data-theme=white-cube] .nav-link:after{display:none}[data-theme=white-cube] .artwork-grid{gap:4rem 3rem}[data-theme=white-cube] .artwork-image-wrap{aspect-ratio:auto}[data-theme=white-cube] .artwork-card{transition:none}[data-theme=white-cube] .artwork-card:hover,[data-theme=white-cube] .artwork-card:hover .artwork-image{transform:none}[data-theme=white-cube] .artwork-meta{padding-top:.75rem;opacity:.65;transition:opacity .3s}[data-theme=white-cube] .artwork-card:hover .artwork-meta{opacity:1}[data-theme=white-cube] .artwork-title{font-family:var(--theme-font-heading);font-weight:300;font-size:.85rem;letter-spacing:.01em}[data-theme=white-cube] .artwork-artist{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:400}[data-theme=white-cube] .artwork-year{font-size:.7rem}[data-theme=white-cube] .artwork-price{font-weight:400;font-size:.8rem;color:var(--theme-text-muted)}[data-theme=white-cube] .hero{min-height:65vh;background:#fafaf9}[data-theme=white-cube] .hero-bg{opacity:.2}[data-theme=white-cube] .hero-title{font-weight:100;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:.18em;color:#1a1a1a}[data-theme=white-cube] .hero-subtitle{font-weight:300;font-size:clamp(.85rem,1.5vw,1rem);letter-spacing:.06em;color:#aaa}[data-theme=white-cube] .section-title{font-weight:100;font-size:2.2rem;text-transform:none;letter-spacing:.02em;border-bottom:1px solid #ebebeb;padding-bottom:.75rem}[data-theme=white-cube] .section-more{font-weight:300;letter-spacing:.08em;font-size:.75rem;color:#aaa}[data-theme=white-cube] .section-more:hover{color:#1a1a1a}[data-theme=white-cube] .exhibition-image-wrap{background:transparent}[data-theme=white-cube] .exhibition-card{transition:none}[data-theme=white-cube] .exhibition-card:hover,[data-theme=white-cube] .exhibition-card:hover .exhibition-image{transform:none}[data-theme=white-cube] .exhibition-badge{font-size:.6rem;letter-spacing:.1em;background:rgba(26,26,26,.7);font-weight:300}[data-theme=white-cube] .exhibition-badge--vergangen{background:rgba(26,26,26,.35)}[data-theme=white-cube] .exhibition-title{font-family:var(--theme-font-heading);font-weight:300;font-size:1.1rem}[data-theme=white-cube] .exhibition-date{font-weight:300;font-size:.75rem;letter-spacing:.02em}[data-theme=white-cube] .detail-title{font-weight:100;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:.03em}[data-theme=white-cube] .detail-subtitle{font-weight:300;letter-spacing:.04em}[data-theme=white-cube] .detail-meta{background:transparent;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:1.5rem 0}[data-theme=white-cube] .detail-meta dt{font-weight:300;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em}[data-theme=white-cube] .detail-content{font-weight:300;line-height:1.9}[data-theme=white-cube] .artist-card:hover .artist-image{transform:none}[data-theme=white-cube] .artist-name{font-weight:300;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}[data-theme=white-cube] .site-footer{background:#fafaf9;color:#999;border-top:1px solid #e0e0e0}[data-theme=white-cube] .footer-heading{font-weight:300;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#666}[data-theme=white-cube] .footer-link,[data-theme=white-cube] .footer-text{color:#999}[data-theme=white-cube] .footer-link:hover{color:#1a1a1a}[data-theme=white-cube] .footer-copy{color:#bbb}[data-theme=white-cube] .form-input,[data-theme=white-cube] .form-textarea{background:transparent;border:1px solid #ddd}[data-theme=white-cube] .form-input:focus,[data-theme=white-cube] .form-textarea:focus{border-color:#1a1a1a}[data-theme=white-cube] .form-submit{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a;font-weight:300;letter-spacing:.1em}[data-theme=white-cube] .form-submit:hover{background:#1a1a1a;color:#fafaf9}[data-theme=white-cube] .form-label{font-weight:300;letter-spacing:.08em}[data-theme=white-cube] .lightbox-caption{font-weight:300;letter-spacing:.03em}[data-theme=salon]{--theme-bg:#f9f5ef;--theme-text:#2a2520;--theme-text-muted:#6b5f52;--theme-accent:#b8902a;--theme-accent-hover:#d4a832;--theme-surface:#fff;--theme-border:#d9cfc0;--theme-nav-bg:#f9f5ef;--theme-nav-text:#2a2520;--theme-footer-bg:#1e1a14;--theme-footer-text:#c8bfb0;--theme-font-heading:"Cormorant Garamond",serif;--theme-font-body:"Crimson Pro",serif;--theme-max-width:1100px;--theme-nav-height:5.5rem;--reveal-y:18px;--reveal-scale:1;--reveal-duration:0.95s;--reveal-easing:cubic-bezier(0.4,0,0.2,1)}[data-theme=salon] .site-header{border-bottom:2px solid var(--theme-accent)}[data-theme=salon] .header-logo{font-family:var(--theme-font-heading);font-weight:500;font-size:1.6rem;letter-spacing:.03em;text-transform:none;font-style:italic}[data-theme=salon] .nav-link{font-family:var(--theme-font-body);font-weight:400;letter-spacing:.03em;text-transform:none;font-size:.95rem;transition:letter-spacing .4s,color .3s}[data-theme=salon] .nav-link:hover{letter-spacing:.06em;color:var(--theme-accent)}[data-theme=salon] .nav-link:after{background:var(--theme-accent);height:1px}[data-theme=salon] .artwork-grid{gap:1.25rem}[data-theme=salon] .artwork-card{background:#fff;border:1px solid #d9cfc0;padding:10px;box-shadow:0 2px 20px rgba(42,37,32,.06),0 1px 4px rgba(42,37,32,.04);transition:box-shadow .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}[data-theme=salon] .artwork-card:hover{transform:translateY(-2px);box-shadow:0 8px 40px rgba(42,37,32,.12),0 4px 12px rgba(42,37,32,.06)}[data-theme=salon] .artwork-image-wrap{border:none;aspect-ratio:auto}[data-theme=salon] .artwork-card:nth-child(3n+1) .artwork-image-wrap{aspect-ratio:3/4}[data-theme=salon] .artwork-card:nth-child(3n+2) .artwork-image-wrap{aspect-ratio:4/5}[data-theme=salon] .artwork-card:nth-child(3n+3) .artwork-image-wrap{aspect-ratio:5/6}[data-theme=salon] .artwork-image-wrap:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(184,144,42,.15);pointer-events:none}[data-theme=salon] .artwork-image-wrap{position:relative}[data-theme=salon] .artwork-card:hover .artwork-image{transform:scale(1.02);transition-duration:.6s}[data-theme=salon] .artwork-meta{padding:.75rem .25rem .25rem}[data-theme=salon] .artwork-title{font-family:var(--theme-font-heading);font-weight:400;font-style:italic;font-size:.95rem}[data-theme=salon] .artwork-artist{font-family:var(--theme-font-body);font-size:.75rem;color:var(--theme-accent);letter-spacing:.02em}[data-theme=salon] .artwork-year{font-size:.75rem;color:var(--theme-text-muted)}[data-theme=salon] .artwork-price{color:var(--theme-accent)}[data-theme=salon] .hero{background:linear-gradient(160deg,#f0ebe2,#f9f5ef 40%,#f0ebe2);min-height:70vh}[data-theme=salon] .hero-bg{opacity:.25}[data-theme=salon] .hero-title{font-style:italic;font-weight:400;font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:.02em;text-transform:none;line-height:1.15}[data-theme=salon] .hero-subtitle{font-family:var(--theme-font-body);font-style:italic;font-weight:400;color:var(--theme-accent);letter-spacing:.02em}[data-theme=salon] .section-title{font-style:italic;font-weight:400;font-size:1.8rem;text-transform:none;letter-spacing:.01em;border-bottom:none;padding-bottom:1rem;margin-bottom:1.5rem}[data-theme=salon] .section-title:after{content:"\2014\2009\25C6\2009\2014";display:block;text-align:center;color:var(--theme-accent);font-size:.8rem;font-style:normal;margin-top:.75rem;letter-spacing:.2em}[data-theme=salon] .section-more{font-family:var(--theme-font-body);font-style:italic;text-transform:none;letter-spacing:.01em;font-size:.9rem}[data-theme=salon] .exhibition-card{transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1)}[data-theme=salon] .exhibition-card:hover{transform:translateY(-2px)}[data-theme=salon] .exhibition-image-wrap{border:1px solid var(--theme-border)}[data-theme=salon] .exhibition-badge{background:var(--theme-accent);font-weight:400;letter-spacing:.04em;font-family:var(--theme-font-body)}[data-theme=salon] .exhibition-title{font-family:var(--theme-font-heading);font-style:italic;font-weight:400;font-size:1.15rem}[data-theme=salon] .exhibition-date{font-family:var(--theme-font-body);font-weight:400;font-size:.8rem}[data-theme=salon] .detail-title{font-style:italic;font-weight:400;font-size:clamp(2rem,3.5vw,3rem)}[data-theme=salon] .detail-subtitle{font-style:italic;color:var(--theme-accent)}[data-theme=salon] .detail-meta{background:#fff;border:1px solid var(--theme-border);box-shadow:0 2px 12px rgba(42,37,32,.04)}[data-theme=salon] .detail-meta dt{font-family:var(--theme-font-body);font-weight:500;color:var(--theme-accent);font-size:.8rem}[data-theme=salon] .detail-content{font-family:var(--theme-font-body);font-size:1.05rem;line-height:1.85}[data-theme=salon] .artist-image-wrap{border:1px solid var(--theme-border)}[data-theme=salon] .artist-card:hover .artist-image{transform:scale(1.02);transition-duration:.6s}[data-theme=salon] .artist-name{font-family:var(--theme-font-heading);text-transform:none;font-weight:400;font-style:italic;font-size:1.05rem}[data-theme=salon] .site-footer{border-top:3px solid var(--theme-accent)}[data-theme=salon] .footer-heading{font-family:var(--theme-font-heading);font-style:italic;font-weight:400;color:var(--theme-accent);text-transform:none;font-size:1.1rem}[data-theme=salon] .footer-link:hover{color:var(--theme-accent)}[data-theme=salon] .form-input,[data-theme=salon] .form-textarea{font-family:var(--theme-font-body);border:1px solid var(--theme-border);background:#fff}[data-theme=salon] .form-input:focus,[data-theme=salon] .form-textarea:focus{border-color:var(--theme-accent);box-shadow:0 0 0 2px rgba(184,144,42,.12)}[data-theme=salon] .form-submit{background:var(--theme-accent);text-transform:none;letter-spacing:.03em;font-weight:500;font-family:var(--theme-font-body);transition:background .4s,box-shadow .4s}[data-theme=salon] .form-submit:hover{background:#2a2520;box-shadow:0 0 0 2px rgba(184,144,42,.3)}[data-theme=salon] .form-label{font-family:var(--theme-font-body);text-transform:none;letter-spacing:.02em;font-weight:500}[data-theme=salon] .lightbox-caption{font-family:var(--theme-font-heading);font-style:italic}[data-theme=salon] .salon-welcome{min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;background:linear-gradient(160deg,#f0ebe2,#f9f5ef 40%,#f0ebe2)}[data-theme=salon] .salon-welcome-inner{max-width:700px}[data-theme=salon] .salon-welcome-label{font-family:var(--theme-font-body);font-style:italic;font-size:.95rem;color:var(--theme-text-muted);letter-spacing:.05em;margin-bottom:.5rem}[data-theme=salon] .salon-welcome-name{font-family:var(--theme-font-heading);font-style:italic;font-weight:400;font-size:clamp(2.8rem,6vw,5rem);line-height:1.1;color:var(--theme-text);margin:0 0 .75rem}[data-theme=salon] .salon-welcome-subtitle{font-family:var(--theme-font-body);font-style:italic;color:var(--theme-accent);font-size:1.1rem;margin-bottom:1.5rem}[data-theme=salon] .salon-welcome-divider{width:60px;height:1px;background:var(--theme-accent);margin:0 auto}[data-theme=salon] .salon-featured{background:var(--theme-footer-bg);color:#fff}[data-theme=salon] .salon-featured-link{display:grid;grid-template-columns:1.2fr 1fr;min-height:45vh;text-decoration:none;color:inherit}[data-theme=salon] .salon-featured-image{overflow:hidden}[data-theme=salon] .salon-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1)}[data-theme=salon] .salon-featured-link:hover .salon-featured-image img{transform:scale(1.03)}[data-theme=salon] .salon-featured-text{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem}[data-theme=salon] .salon-featured-label{font-family:var(--theme-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--theme-accent);margin-bottom:1rem}[data-theme=salon] .salon-featured-title{font-family:var(--theme-font-heading);font-style:italic;font-weight:400;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.2;margin:0 0 1rem}[data-theme=salon] .salon-featured-date{font-family:var(--theme-font-body);color:#999;font-size:.9rem;margin-bottom:1.5rem}[data-theme=salon] .salon-featured-cta{font-family:var(--theme-font-body);font-style:italic;color:var(--theme-accent);font-size:.9rem;transition:letter-spacing .3s}[data-theme=salon] .salon-featured-link:hover .salon-featured-cta{letter-spacing:.05em}[data-theme=salon] .salon-about{background:#fff;padding:4rem 2rem;text-align:center}[data-theme=salon] .salon-about-inner{max-width:650px;margin:0 auto}[data-theme=salon] .salon-about-title{font-family:var(--theme-font-heading);font-style:italic;font-weight:400;font-size:1.8rem;margin-bottom:1.5rem}[data-theme=salon] .salon-about-text{font-family:var(--theme-font-body);line-height:1.85;color:var(--theme-text-muted);font-size:1rem;margin-bottom:1.5rem}[data-theme=salon] .salon-about-link{font-family:var(--theme-font-body);font-style:italic;color:var(--theme-accent);text-decoration:none;font-size:.9rem}@media (max-width:768px){[data-theme=salon] .salon-featured-link{grid-template-columns:1fr}[data-theme=salon] .salon-featured-image{max-height:300px}[data-theme=salon] .salon-featured-text{padding:2rem}}[data-theme=editorial]{--theme-bg:#fff;--theme-text:#1a1a1a;--theme-text-muted:#6b6b6b;--theme-accent:#c62828;--theme-accent-hover:#e53935;--theme-surface:#f5f5f5;--theme-border:#e0e0e0;--theme-nav-bg:#fff;--theme-nav-text:#1a1a1a;--theme-footer-bg:#1a1a1a;--theme-footer-text:#b0b0b0;--theme-font-heading:"EB Garamond",serif;--theme-font-body:"Inter",sans-serif;--theme-max-width:1400px;--theme-nav-height:4.5rem;--reveal-y:30px;--reveal-scale:1;--reveal-duration:0.5s;--reveal-easing:cubic-bezier(0.16,1,0.3,1)}[data-theme=editorial] .site-header{border-bottom:3px solid #1a1a1a}[data-theme=editorial] .header-logo{font-family:var(--theme-font-heading);font-weight:500;font-size:1.8rem;letter-spacing:-.01em;text-transform:none}[data-theme=editorial] .nav-link{font-family:var(--theme-font-body);font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.14em}[data-theme=editorial] .nav-link:after{background:var(--theme-accent);height:3px}[data-theme=editorial] .artwork-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}[data-theme=editorial] .artwork-card:nth-child(4n+1){grid-column:span 2}[data-theme=editorial] .artwork-card:nth-child(4n+1) .artwork-image-wrap{aspect-ratio:16/9}[data-theme=editorial] .artwork-card{transition:transform .3s}[data-theme=editorial] .artwork-card:hover{transform:translateY(-3px)}[data-theme=editorial] .artwork-title{font-family:var(--theme-font-heading);font-size:1.1rem;font-weight:500;line-height:1.2}[data-theme=editorial] .artwork-artist{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600;color:var(--theme-text-muted)}[data-theme=editorial] .artwork-year{font-size:.65rem;font-weight:500;color:var(--theme-text-muted)}[data-theme=editorial] .artwork-price{font-weight:600;font-size:.85rem}[data-theme=editorial] .hero{min-height:80vh;background:#fff}[data-theme=editorial] .hero-bg{opacity:.35;filter:contrast(1.1)}[data-theme=editorial] .hero-title{font-family:var(--theme-font-heading);font-size:clamp(3rem,8vw,9rem);font-weight:400;letter-spacing:-.03em;text-transform:none;line-height:.92;color:#1a1a1a}[data-theme=editorial] .hero-subtitle{font-family:var(--theme-font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--theme-accent);margin-top:1.5rem}[data-theme=editorial] .hero-content:before{content:"";display:block;width:60px;height:3px;background:var(--theme-accent);margin:0 auto 1.5rem}[data-theme=editorial] .section-title{font-family:var(--theme-font-heading);font-size:2.5rem;font-weight:400;text-transform:none;letter-spacing:-.02em;border-bottom:3px solid #1a1a1a;padding-bottom:.5rem;line-height:1.1}[data-theme=editorial] .section-more{font-family:var(--theme-font-body);font-weight:600;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--theme-accent)}[data-theme=editorial] .exhibition-grid{grid-template-columns:1fr 1fr;gap:1.25rem}[data-theme=editorial] .exhibition-image-wrap{aspect-ratio:3/2}[data-theme=editorial] .exhibition-badge{background:var(--theme-accent);font-weight:600;font-size:.6rem;letter-spacing:.1em;font-family:var(--theme-font-body)}[data-theme=editorial] .exhibition-title{font-family:var(--theme-font-heading);font-size:1.4rem;font-weight:500;line-height:1.15}[data-theme=editorial] .exhibition-date{font-family:var(--theme-font-body);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:600}[data-theme=editorial] .detail-title{font-family:var(--theme-font-heading);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.05;letter-spacing:-.02em}[data-theme=editorial] .detail-subtitle{font-family:var(--theme-font-body);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;color:var(--theme-accent)}[data-theme=editorial] .detail-meta{background:transparent;border:none;border-left:3px solid var(--theme-accent);padding:1rem 1.5rem}[data-theme=editorial] .detail-meta dt{font-family:var(--theme-font-body);font-weight:600;text-transform:uppercase;font-size:.65rem;letter-spacing:.1em}[data-theme=editorial] .detail-content{font-family:var(--theme-font-body);font-size:1.05rem;line-height:1.85;column-count:2;column-gap:2.5rem;column-rule:1px solid #e0e0e0;max-width:none}@media (max-width:768px){[data-theme=editorial] .detail-content{column-count:1}}[data-theme=editorial] .detail-content blockquote{font-family:var(--theme-font-heading);font-size:1.6em;font-style:italic;font-weight:400;line-height:1.35;border-left:3px solid var(--theme-accent);padding-left:1.5rem;margin:2rem 0;color:var(--theme-text)}[data-theme=editorial] .artist-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}[data-theme=editorial] .artist-name{font-family:var(--theme-font-heading);text-transform:none;font-size:1.05rem;font-weight:500}[data-theme=editorial] .footer-heading{font-family:var(--theme-font-body);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600;color:#fff}[data-theme=editorial] .footer-link{font-size:.8rem}[data-theme=editorial] .form-input,[data-theme=editorial] .form-textarea{border:2px solid #1a1a1a;background:#fff;font-family:var(--theme-font-body)}[data-theme=editorial] .form-input:focus,[data-theme=editorial] .form-textarea:focus{border-color:var(--theme-accent)}[data-theme=editorial] .form-submit{background:var(--theme-accent)}[data-theme=editorial] .form-label,[data-theme=editorial] .form-submit{font-family:var(--theme-font-body);font-weight:600;letter-spacing:.08em}@container (max-width: 800px){[data-theme=editorial] .artwork-card:nth-child(4n+1){grid-column:span 1}[data-theme=editorial] .artwork-card:nth-child(4n+1) .artwork-image-wrap{aspect-ratio:1}[data-theme=editorial] .artist-grid{grid-template-columns:repeat(2,1fr)}}[data-theme=editorial] .editorial-cover{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden;background:#1a1a1a}[data-theme=editorial] .editorial-cover--text{align-items:center;justify-content:center;background:#fff;min-height:60vh}[data-theme=editorial] .editorial-cover-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7}[data-theme=editorial] .editorial-cover-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,transparent 50%);pointer-events:none}[data-theme=editorial] .editorial-cover-content{position:relative;z-index:1;padding:4rem;max-width:900px}[data-theme=editorial] .editorial-cover--text .editorial-cover-content{text-align:center;max-width:1000px}[data-theme=editorial] .editorial-cover-issue{font-family:var(--theme-font-body);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--theme-accent);display:block;margin-bottom:1rem}[data-theme=editorial] .editorial-cover-title{font-family:var(--theme-font-heading);font-size:clamp(3rem,7vw,7rem);font-weight:400;letter-spacing:-.03em;line-height:.95;color:#fff;margin:0 0 1rem}[data-theme=editorial] .editorial-cover--text .editorial-cover-title{color:#1a1a1a}[data-theme=editorial] .editorial-cover-date{font-family:var(--theme-font-body);font-size:.8rem;font-weight:500;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem}[data-theme=editorial] .editorial-cover--text .editorial-cover-date{color:var(--theme-text-muted)}[data-theme=editorial] .editorial-cover-cta{font-family:var(--theme-font-body);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--theme-accent);text-decoration:none;transition:letter-spacing .3s}[data-theme=editorial] .editorial-cover-cta:hover{letter-spacing:.2em}[data-theme=editorial] .editorial-feature{padding-top:4rem;padding-bottom:4rem;border-bottom:3px solid #1a1a1a}[data-theme=editorial] .editorial-feature-layout{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}[data-theme=editorial] .editorial-feature-image img{width:100%;height:auto;display:block}[data-theme=editorial] .editorial-feature-label{font-family:var(--theme-font-body);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--theme-accent);display:block;margin-bottom:.75rem}[data-theme=editorial] .editorial-feature-title{font-family:var(--theme-font-heading);font-size:clamp(1.8rem,3vw,3rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0 0 .75rem}[data-theme=editorial] .editorial-feature-artist{font-family:var(--theme-font-body);font-size:.85rem;font-weight:500;color:var(--theme-text);margin:0 0 .25rem}[data-theme=editorial] .editorial-feature-medium,[data-theme=editorial] .editorial-feature-year{font-family:var(--theme-font-body);font-size:.8rem;color:var(--theme-text-muted);margin:0 0 .25rem}[data-theme=editorial] .editorial-grid-section{padding-top:3rem}[data-theme=editorial] .editorial-article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}[data-theme=editorial] .editorial-article--lead{grid-column:span 2;grid-row:span 2}[data-theme=editorial] .editorial-article{cursor:pointer}[data-theme=editorial] .editorial-article-image{overflow:hidden;margin-bottom:.75rem}[data-theme=editorial] .editorial-article--lead .editorial-article-image{aspect-ratio:4/3}[data-theme=editorial] .editorial-article:not(.editorial-article--lead) .editorial-article-image{aspect-ratio:1}[data-theme=editorial] .editorial-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}[data-theme=editorial] .editorial-article:hover .editorial-article-image img{transform:scale(1.03)}[data-theme=editorial] .editorial-article-title{font-family:var(--theme-font-heading);font-size:1.1rem;font-weight:500;line-height:1.2;margin:0 0 .25rem}[data-theme=editorial] .editorial-article--lead .editorial-article-title{font-size:1.6rem}[data-theme=editorial] .editorial-article-artist{font-family:var(--theme-font-body);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted);margin:0}[data-theme=editorial] .editorial-article-year{font-family:var(--theme-font-body);font-size:.7rem;color:var(--theme-text-muted)}@media (max-width:768px){[data-theme=editorial] .editorial-feature-layout{grid-template-columns:1fr;gap:1.5rem}[data-theme=editorial] .editorial-article-grid{grid-template-columns:1fr}[data-theme=editorial] .editorial-article--lead{grid-column:span 1;grid-row:span 1}[data-theme=editorial] .editorial-cover-content{padding:2rem}}[data-theme=noir]{--theme-bg:#0a0a0a;--theme-text:#f0ede4;--theme-text-muted:#888;--theme-accent:#e8c547;--theme-accent-hover:#f0d45e;--theme-surface:#121212;--theme-border:#1e1e1e;--theme-nav-bg:hsla(0,0%,4%,.82);--theme-nav-text:#e0e0e0;--theme-footer-bg:#050505;--theme-footer-text:#666;--theme-font-heading:"Cormorant Garamond",serif;--theme-font-body:"DM Sans",sans-serif;--theme-max-width:1300px;--theme-nav-height:5rem;--reveal-y:0px;--reveal-scale:0.97;--reveal-duration:1.4s;--reveal-easing:ease-out}[data-theme=noir] body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}[data-theme=noir] body:before{content:"";position:fixed;inset:0;z-index:9998;pointer-events:none;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.4) 100%)}[data-theme=noir] .site-header{background:hsla(0,0%,4%,.82);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid hsla(0,0%,100%,.06)}[data-theme=noir] .header-logo{font-weight:300;font-size:1.4rem;letter-spacing:.15em;color:#f0ede4}[data-theme=noir] .nav-link{color:#777;font-weight:300;font-size:.78rem;letter-spacing:.1em;transition:color .4s}[data-theme=noir] .nav-link:hover{color:var(--theme-accent)}[data-theme=noir] .nav-link:after{background:var(--theme-accent);height:1px}[data-theme=noir] .artwork-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}[data-theme=noir] .artwork-image-wrap{background:#111;border:1px solid hsla(0,0%,100%,.05);transition:box-shadow .8s ease-out,border-color .8s ease-out}[data-theme=noir] .artwork-card{transition:none}[data-theme=noir] .artwork-card:hover{transform:none}[data-theme=noir] .artwork-card:hover .artwork-image-wrap{box-shadow:0 0 60px hsla(0,0%,100%,.06),0 20px 60px rgba(0,0,0,.5);border-color:hsla(0,0%,100%,.1)}[data-theme=noir] .artwork-card:hover .artwork-image{transform:scale(1.02);filter:brightness(1.05);transition:transform .8s ease-out,filter .8s ease-out}[data-theme=noir] .artwork-title{font-weight:300;color:#eee;font-size:.95rem}[data-theme=noir] .artwork-artist{color:var(--theme-accent);font-size:.72rem;letter-spacing:.04em;font-weight:300}[data-theme=noir] .artwork-year{color:#555}[data-theme=noir] .artwork-price{color:var(--theme-accent);font-weight:400}[data-theme=noir] .hero{background:#000;min-height:85vh}[data-theme=noir] .hero-bg{opacity:.35;transition:opacity 1.5s ease-out;filter:brightness(.8) contrast(1.15)}[data-theme=noir] .hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#000 0,transparent 40%,transparent 60%,rgba(0,0,0,.3));pointer-events:none}[data-theme=noir] .hero-title{color:#f0ede4;font-weight:300;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:.2em;text-shadow:0 0 80px rgba(232,197,71,.15)}[data-theme=noir] .hero-subtitle{color:var(--theme-accent);font-weight:300;letter-spacing:.1em;font-size:clamp(.85rem,1.5vw,1.1rem)}[data-theme=noir] .section-title{color:#f0ede4;font-weight:300;font-size:1.8rem;letter-spacing:.03em;border-bottom:1px solid hsla(0,0%,100%,.08)}[data-theme=noir] .section-more{color:var(--theme-accent);font-weight:300;letter-spacing:.08em}[data-theme=noir] .exhibition-card{transition:none}[data-theme=noir] .exhibition-card:hover{transform:none}[data-theme=noir] .exhibition-card:hover .exhibition-image{transform:scale(1.02);filter:brightness(1.05);transition:transform .8s ease-out,filter .8s ease-out}[data-theme=noir] .exhibition-image-wrap{background:#111;border:1px solid hsla(0,0%,100%,.05)}[data-theme=noir] .exhibition-placeholder{background:#111}[data-theme=noir] .exhibition-badge{background:var(--theme-accent);color:#000;font-weight:500}[data-theme=noir] .exhibition-badge--vergangen{background:#444;color:#ccc}[data-theme=noir] .exhibition-title{color:#eee;font-weight:300;font-size:1.1rem}[data-theme=noir] .exhibition-date{color:#666;font-weight:300}[data-theme=noir] .detail-title{color:#f0ede4;font-weight:300;letter-spacing:.02em}[data-theme=noir] .detail-subtitle{color:var(--theme-accent);font-weight:300}[data-theme=noir] .detail-meta{background:#121212;border:1px solid hsla(0,0%,100%,.07)}[data-theme=noir] .detail-meta dt{color:var(--theme-accent);font-weight:400;font-size:.8rem}[data-theme=noir] .detail-meta dd{color:#ccc}[data-theme=noir] .detail-content{color:#c8c8c8;font-weight:300;line-height:1.9}[data-theme=noir] .artist-image-wrap{background:#111;border:1px solid hsla(0,0%,100%,.05)}[data-theme=noir] .artist-card:hover .artist-image{transform:scale(1.02);filter:brightness(1.05);transition:transform .8s ease-out,filter .8s ease-out}[data-theme=noir] .artist-placeholder{background:#111;color:#333}[data-theme=noir] .artist-name{color:#ddd;font-weight:300;letter-spacing:.04em}[data-theme=noir] .site-footer{border-top:1px solid hsla(0,0%,100%,.06)}[data-theme=noir] .footer-heading{color:var(--theme-accent);font-weight:300;letter-spacing:.06em}[data-theme=noir] .footer-link,[data-theme=noir] .footer-text{color:#555}[data-theme=noir] .footer-link:hover{color:var(--theme-accent)}[data-theme=noir] .footer-copy{color:#444}[data-theme=noir] .form-input,[data-theme=noir] .form-textarea{background:#121212;border:1px solid hsla(0,0%,100%,.1);color:#e0e0e0;font-weight:300}[data-theme=noir] .form-input:focus,[data-theme=noir] .form-textarea:focus{border-color:var(--theme-accent);box-shadow:0 0 0 2px rgba(232,197,71,.15)}[data-theme=noir] .form-submit{background:var(--theme-accent);color:#000;font-weight:500;letter-spacing:.06em}[data-theme=noir] .form-submit:hover{background:var(--theme-accent-hover)}[data-theme=noir] .form-label{color:#777;font-weight:300}[data-theme=noir] .lightbox-dialog{background:rgba(0,0,0,.97)}[data-theme=noir] .lightbox-caption{color:var(--theme-accent);font-weight:300}[data-theme=noir] ::-webkit-scrollbar{width:6px}[data-theme=noir] ::-webkit-scrollbar-track{background:#0a0a0a}[data-theme=noir] ::-webkit-scrollbar-thumb{background:#2a2a2a}[data-theme=noir] ::-webkit-scrollbar-thumb:hover{background:#444}@media (max-width:768px){[data-theme=noir] .header-nav{background:hsla(0,0%,4%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom-color:hsla(0,0%,100%,.06)}[data-theme=noir] .hamburger-line,[data-theme=noir] .hamburger-line:after,[data-theme=noir] .hamburger-line:before{background:#e0e0e0}}[data-theme=noir] .noir-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:#000}[data-theme=noir] .noir-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4;filter:brightness(.7) contrast(1.2)}[data-theme=noir] .noir-hero-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#000 0,rgba(0,0,0,.7) 20%,transparent 50%,transparent 70%,rgba(0,0,0,.4));pointer-events:none}[data-theme=noir] .noir-hero-content{position:relative;z-index:1;text-align:center;padding:0 2rem 6rem}[data-theme=noir] .noir-hero-title{font-family:var(--theme-font-heading);font-weight:300;font-size:clamp(3rem,7vw,6rem);letter-spacing:.25em;color:#f0ede4;text-shadow:0 0 100px rgba(232,197,71,.2);margin:0 0 .5rem;text-transform:uppercase}[data-theme=noir] .noir-hero-subtitle{font-family:var(--theme-font-body);font-weight:300;font-size:1rem;letter-spacing:.15em;color:var(--theme-accent);margin:0}[data-theme=noir] .noir-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:1}[data-theme=noir] .noir-scroll-indicator{display:block;width:1px;height:40px;background:linear-gradient(to bottom,transparent,var(--theme-accent));animation:noir-pulse 2s ease-in-out infinite}@keyframes noir-pulse{0%,to{opacity:.3}50%{opacity:1}}[data-theme=noir] .noir-spotlight{background:#050505;padding:0}[data-theme=noir] .noir-spotlight-link{display:grid;grid-template-columns:1fr 1fr;min-height:50vh;text-decoration:none;color:inherit}[data-theme=noir] .noir-spotlight-image{overflow:hidden}[data-theme=noir] .noir-spotlight-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.85);transition:filter .8s,transform .8s}[data-theme=noir] .noir-spotlight-link:hover .noir-spotlight-image img{filter:brightness(1);transform:scale(1.02)}[data-theme=noir] .noir-spotlight-text{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem}[data-theme=noir] .noir-spotlight-label{font-family:var(--theme-font-body);font-size:.65rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--theme-accent);margin-bottom:1rem}[data-theme=noir] .noir-spotlight-title{font-family:var(--theme-font-heading);font-weight:300;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:.05em;color:#f0ede4;margin:0 0 1rem}[data-theme=noir] .noir-spotlight-date{font-family:var(--theme-font-body);font-weight:300;font-size:.85rem;color:#666}[data-theme=noir] .noir-works{padding:4rem 0;max-width:1000px;margin:0 auto}[data-theme=noir] .noir-work-item{margin-bottom:6rem;text-align:center}[data-theme=noir] .noir-work-image{overflow:hidden;margin-bottom:1.5rem}[data-theme=noir] .noir-work-image img{width:100%;height:auto;max-height:80vh;object-fit:contain;filter:brightness(.95);transition:filter .8s}[data-theme=noir] .noir-work-item:hover .noir-work-image img{filter:brightness(1.05)}[data-theme=noir] .noir-work-caption{padding:0 2rem}[data-theme=noir] .noir-work-title{font-family:var(--theme-font-heading);font-weight:300;font-size:1.4rem;color:#eee;margin:0 0 .25rem;letter-spacing:.02em}[data-theme=noir] .noir-work-artist{font-family:var(--theme-font-body);font-weight:300;font-size:.85rem;color:var(--theme-accent);margin:0 0 .25rem}[data-theme=noir] .noir-work-year{font-family:var(--theme-font-body);font-size:.8rem;color:#555}[data-theme=noir] .noir-works-more{text-align:center;padding-top:2rem}@media (max-width:768px){[data-theme=noir] .noir-spotlight-link{grid-template-columns:1fr}[data-theme=noir] .noir-spotlight-image{max-height:300px}[data-theme=noir] .noir-spotlight-text{padding:2rem}[data-theme=noir] .noir-works{padding:2rem 1rem}[data-theme=noir] .noir-work-item{margin-bottom:4rem}}[data-theme=katalog]{--theme-bg:#f7f6f3;--theme-text:#2c2c2c;--theme-text-muted:#727272;--theme-accent:#0055a4;--theme-accent-hover:#0066c8;--theme-surface:#eeecea;--theme-border:#d4d1cc;--theme-nav-bg:#2c2c2c;--theme-nav-text:#f0efec;--theme-footer-bg:#2c2c2c;--theme-footer-text:#a0a0a0;--theme-font-heading:"IBM Plex Serif",serif;--theme-font-body:"IBM Plex Sans",sans-serif;--theme-max-width:1200px;--theme-nav-height:4rem;--reveal-y:10px;--reveal-scale:1;--reveal-duration:0.3s;--reveal-easing:ease-out}[data-theme=katalog] .site-header{background:var(--theme-nav-bg);border-bottom:none}[data-theme=katalog] .header-logo{color:#fff;font-family:var(--theme-font-heading);font-weight:600;font-size:1.15rem;letter-spacing:.02em;text-transform:none}[data-theme=katalog] .header-logo:hover{color:#fff}[data-theme=katalog] .nav-link{color:#aaa;font-family:var(--theme-font-body);font-weight:400;font-size:.78rem;letter-spacing:.04em;text-transform:none}[data-theme=katalog] .nav-link:hover{color:#fff}[data-theme=katalog] .nav-link:after{background:var(--theme-accent);height:2px}[data-theme=katalog] .artwork-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}[data-theme=katalog] .artwork-image-wrap{aspect-ratio:1;border:1px solid var(--theme-border)}[data-theme=katalog] .artwork-card{transition:none}[data-theme=katalog] .artwork-card:hover,[data-theme=katalog] .artwork-card:hover .artwork-image{transform:none}[data-theme=katalog] .artwork-card:hover .artwork-image-wrap{border-color:var(--theme-accent);transition:border-color .15s}[data-theme=katalog] .artwork-meta{padding:.5rem 0;border-bottom:1px solid var(--theme-border);position:relative}[data-theme=katalog] .artwork-image-wrap:after{content:"KAT-" attr(data-index);position:absolute;top:6px;left:6px;font-family:IBM Plex Mono,IBM Plex Sans,monospace;font-size:.55rem;font-weight:500;letter-spacing:.05em;color:#fff;background:rgba(0,85,164,.85);padding:2px 6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;pointer-events:none}[data-theme=katalog] .artwork-image-wrap{position:relative}[data-theme=katalog] .artwork-title{font-family:var(--theme-font-heading);font-weight:400;font-size:.82rem;font-style:italic}[data-theme=katalog] .artwork-artist{font-family:var(--theme-font-body);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}[data-theme=katalog] .artwork-year{font-family:var(--theme-font-body);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.7rem}[data-theme=katalog] .artwork-price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;font-size:.8rem;color:var(--theme-accent)}[data-theme=katalog] .section-title{display:flex;justify-content:space-between;align-items:baseline}[data-theme=katalog] .exhibition-grid{grid-template-columns:repeat(3,1fr);gap:1rem}[data-theme=katalog] .exhibition-image-wrap{aspect-ratio:4/3}[data-theme=katalog] .hero{min-height:50vh;background:var(--theme-nav-bg)}[data-theme=katalog] .hero-bg{opacity:.2}[data-theme=katalog] .hero-title{color:#fff;font-weight:300;letter-spacing:.04em;text-transform:none;font-size:clamp(2rem,4vw,3.5rem)}[data-theme=katalog] .hero-subtitle{color:#999;text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-family:var(--theme-font-body);font-weight:500}[data-theme=katalog] .section-title{font-family:var(--theme-font-heading);font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--theme-accent);padding-bottom:.5rem}[data-theme=katalog] .section-more{color:var(--theme-accent);font-family:var(--theme-font-body);font-weight:500;font-size:.75rem;letter-spacing:.04em}[data-theme=katalog] .exhibition-image-wrap{border:1px solid var(--theme-border)}[data-theme=katalog] .exhibition-card{transition:none}[data-theme=katalog] .exhibition-card:hover,[data-theme=katalog] .exhibition-card:hover .exhibition-image{transform:none}[data-theme=katalog] .exhibition-card:hover .exhibition-image-wrap{border-color:var(--theme-accent);transition:border-color .15s}[data-theme=katalog] .exhibition-badge{background:var(--theme-accent);font-family:var(--theme-font-body);font-weight:600;letter-spacing:.06em;font-size:.6rem}[data-theme=katalog] .exhibition-title{font-family:var(--theme-font-heading);font-weight:600;font-size:.95rem}[data-theme=katalog] .exhibition-date{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;font-size:.75rem}[data-theme=katalog] .detail-title{font-weight:400;font-style:italic;letter-spacing:.01em}[data-theme=katalog] .detail-subtitle{font-family:var(--theme-font-body);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}[data-theme=katalog] .detail-meta{background:#fff;border:1px solid var(--theme-border);font-size:.85rem}[data-theme=katalog] .detail-meta dt{font-family:var(--theme-font-body);font-weight:600;text-transform:uppercase;font-size:.68rem;letter-spacing:.06em;color:var(--theme-text-muted)}[data-theme=katalog] .detail-meta dd{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=katalog] .detail-content{font-family:var(--theme-font-body);font-size:.92rem;line-height:1.7}[data-theme=katalog] .artist-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}[data-theme=katalog] .artist-image-wrap{border:1px solid var(--theme-border)}[data-theme=katalog] .artist-card:hover .artist-image{transform:none}[data-theme=katalog] .artist-card:hover .artist-image-wrap{border-color:var(--theme-accent);transition:border-color .15s}[data-theme=katalog] .artist-name{font-family:var(--theme-font-heading);font-weight:600;font-size:.82rem;text-transform:none}[data-theme=katalog] .footer-heading{font-family:var(--theme-font-body);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}[data-theme=katalog] .footer-link{font-size:.82rem}[data-theme=katalog] .form-input,[data-theme=katalog] .form-textarea{font-family:var(--theme-font-body);background:#fff;border:1px solid var(--theme-border)}[data-theme=katalog] .form-input:focus,[data-theme=katalog] .form-textarea:focus{border-color:var(--theme-accent)}[data-theme=katalog] .form-submit{background:var(--theme-accent)}[data-theme=katalog] .form-label,[data-theme=katalog] .form-submit{font-family:var(--theme-font-body);font-weight:600;letter-spacing:.04em}@container (max-width: 900px){[data-theme=katalog] .artist-grid,[data-theme=katalog] .artwork-grid{grid-template-columns:repeat(3,1fr)}}@container (max-width: 600px){[data-theme=katalog] .artist-grid,[data-theme=katalog] .artwork-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){[data-theme=katalog] .header-nav{background:var(--theme-nav-bg);border-bottom-color:#444}[data-theme=katalog] .hamburger-line,[data-theme=katalog] .hamburger-line:after,[data-theme=katalog] .hamburger-line:before{background:#f0efec}}@media print{[data-theme=katalog] .artwork-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}[data-theme=katalog] .artwork-meta{font-size:.7rem}}[data-theme=katalog] .katalog-header{background:var(--theme-nav-bg);color:#fff;padding:3rem 2rem}[data-theme=katalog] .katalog-header-inner{max-width:var(--theme-max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}[data-theme=katalog] .katalog-header-name{font-family:var(--theme-font-heading);font-weight:300;font-size:clamp(1.8rem,3vw,2.8rem);color:#fff;margin:0;letter-spacing:.02em}[data-theme=katalog] .katalog-header-subtitle{font-family:var(--theme-font-body);font-size:.85rem;color:#999;margin:.5rem 0 0;text-transform:uppercase;letter-spacing:.08em}[data-theme=katalog] .katalog-stats{display:flex;gap:2rem}[data-theme=katalog] .katalog-stat{text-align:center}[data-theme=katalog] .katalog-stat-number{display:block;font-family:var(--theme-font-body);font-weight:600;font-size:1.5rem;color:var(--theme-accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=katalog] .katalog-stat-label{font-family:var(--theme-font-body);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#888}[data-theme=katalog] .katalog-collection{padding-top:2rem}[data-theme=katalog] .katalog-count{font-family:var(--theme-font-body);font-size:.7rem;font-weight:500;color:var(--theme-text-muted);text-transform:none;letter-spacing:.02em}[data-theme=katalog] .katalog-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}[data-theme=katalog] .katalog-card{border:1px solid var(--theme-border);background:#fff;transition:border-color .15s}[data-theme=katalog] .katalog-card:hover{border-color:var(--theme-accent)}[data-theme=katalog] .katalog-card-image{position:relative;aspect-ratio:1;overflow:hidden}[data-theme=katalog] .katalog-card-image:before{content:"KAT-" attr(data-index);position:absolute;top:4px;left:4px;z-index:1;font-family:IBM Plex Mono,monospace;font-size:.5rem;font-weight:500;letter-spacing:.04em;color:#fff;background:rgba(0,85,164,.85);padding:2px 5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=katalog] .katalog-card-image img{width:100%;height:100%;object-fit:cover}[data-theme=katalog] .katalog-card-placeholder{position:relative;aspect-ratio:1;background:var(--theme-surface)}[data-theme=katalog] .katalog-card-meta{padding:.5rem;border-top:1px solid var(--theme-border)}[data-theme=katalog] .katalog-card-artist{font-family:var(--theme-font-body);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text);margin:0 0 .15rem}[data-theme=katalog] .katalog-card-title{font-family:var(--theme-font-heading);font-size:.78rem;font-weight:400;font-style:italic;margin:0 0 .25rem;line-height:1.2}[data-theme=katalog] .katalog-card-details{display:flex;flex-wrap:wrap;gap:.25rem .5rem;font-family:var(--theme-font-body);font-size:.6rem;color:var(--theme-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=katalog] .katalog-timeline{display:flex;flex-direction:column;gap:0;margin-top:1rem;border:1px solid var(--theme-border)}[data-theme=katalog] .katalog-timeline-item{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--theme-border);text-decoration:none;color:inherit;transition:background .15s}[data-theme=katalog] .katalog-timeline-item:last-child{border-bottom:none}[data-theme=katalog] .katalog-timeline-item:hover{background:var(--theme-surface)}[data-theme=katalog] .katalog-timeline-date{font-family:"IBM Plex Mono",var(--theme-font-body),monospace;font-size:.72rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--theme-text-muted);min-width:6rem;flex-shrink:0}[data-theme=katalog] .katalog-timeline-title{font-family:var(--theme-font-heading);font-weight:600;font-size:.9rem;flex:1 1}[data-theme=katalog] .katalog-timeline-arrow{color:var(--theme-accent);font-size:.8rem}[data-theme=katalog] .katalog-artist-list{border:1px solid var(--theme-border);margin-top:1rem}[data-theme=katalog] .katalog-artist-row{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-bottom:1px solid var(--theme-border);text-decoration:none;color:inherit;transition:background .15s}[data-theme=katalog] .katalog-artist-row:last-child{border-bottom:none}[data-theme=katalog] .katalog-artist-row:hover{background:var(--theme-surface)}[data-theme=katalog] .katalog-artist-thumb{width:32px;height:32px;border-radius:0;overflow:hidden;flex-shrink:0;border:1px solid var(--theme-border)}[data-theme=katalog] .katalog-artist-thumb img{width:100%;height:100%;object-fit:cover}[data-theme=katalog] .katalog-artist-nophoto{width:100%;height:100%;background:var(--theme-surface)}[data-theme=katalog] .katalog-artist-name{font-family:var(--theme-font-heading);font-weight:600;font-size:.85rem;flex:1 1}[data-theme=katalog] .katalog-artist-nat{font-family:var(--theme-font-body);font-size:.7rem;color:var(--theme-text-muted);min-width:4rem}[data-theme=katalog] .katalog-artist-years{font-family:"IBM Plex Mono",var(--theme-font-body),monospace;font-size:.7rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--theme-text-muted);min-width:5rem}[data-theme=katalog] .katalog-artist-count{font-family:var(--theme-font-body);font-size:.65rem;font-weight:600;color:var(--theme-accent);min-width:4rem;text-align:right}@media (max-width:900px){[data-theme=katalog] .katalog-header-inner{flex-direction:column;align-items:flex-start}[data-theme=katalog] .katalog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){[data-theme=katalog] .katalog-grid{grid-template-columns:repeat(2,1fr)}[data-theme=katalog] .katalog-artist-nat,[data-theme=katalog] .katalog-artist-years{display:none}}