/* Shared rule: hover labels are glowing text only. */
.art-zone>span,.zone-label,.zone-label small,.spot-label{
 background:none;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;
 color:#e5c7ff;text-shadow:0 2px 8px #000,0 0 16px #a76bd7,0 0 28px #9b59ca80;
}
.art-zone>span{padding:0;font-size:16px;line-height:1.5}
.zone-label small{padding:0;margin-top:9px}
.zone-label small span,.art-zone b,.door-detail>span{display:none}
.entrance,.entrance:hover,.entrance.atelier,.entrance.atelier:hover{background:none}
.entrance:hover,.entrance:focus-visible{color:#e5c7ff;text-shadow:0 0 18px #a76bd799}
/* Landing-page exception: the three doors reveal a translucent purple rectangle. */
.landing .entrance:hover,.landing .entrance:focus-visible{background:#9d58e936;border-color:#d5bbff}
nav a:hover,nav button:hover,.text-link:hover,.subtle-link:hover{ text-shadow:0 0 16px #a76bd799; }
/* Keyboard focus stays visible for accessible navigation. */

/* Home wordmarks share the site's purple link feedback. */
a.wordmark:hover,a.wordmark:focus-visible,a.brand:hover,a.brand:focus-visible,
a.wordmark:hover span,a.wordmark:focus-visible span,a.brand:hover span,a.brand:focus-visible span{
 color:var(--purple,#c3a0e7);text-shadow:0 0 16px #a76bd799;
}
