
/* Workshop Batch 1 — feature collection only. Existing room art/hotspots remain unchanged. */
.workshop-feature-modal{position:fixed;inset:0;z-index:100050;background:rgba(3,2,1,.82);display:none;align-items:center;justify-content:center;padding:20px}
.workshop-feature-modal.open{display:flex}
body.workshop-feature-open{overflow:hidden}
.workshop-feature-card{position:relative;width:min(980px,95vw);max-height:90vh;overflow:hidden;background:#18120d;border:1px solid #735337;border-radius:14px;box-shadow:0 30px 90px #000;color:#eee1cf}
.workshop-feature-content{max-height:90vh;overflow:auto;padding:30px}
.workshop-feature-close{position:absolute;right:12px;top:12px;z-index:3;width:40px;height:40px;border-radius:50%;border:1px solid #75583a;background:#18120d;color:#f4e4ca;font-size:24px;cursor:pointer}
.workshop-feature-collection h2,.workshop-feature-entry h2{font-family:Georgia,'Times New Roman',serif;color:#f0c27b;margin:0 52px 8px 0;font-size:clamp(28px,4vw,42px)}
.workshop-feature-intro{font:17px/1.65 Georgia,'Times New Roman',serif;color:#ddd0bd;margin:0 0 22px}
.workshop-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.workshop-feature-tile{padding:0;border:1px solid #5d432d;border-radius:10px;overflow:hidden;background:#221810;color:#eee1cf;text-align:left;cursor:pointer}
.workshop-feature-tile:hover{border-color:#b7864e;transform:translateY(-2px)}
.workshop-feature-tile img{width:100%;height:180px;object-fit:cover;display:block}
.workshop-feature-tile-copy{display:block;padding:14px}
.workshop-feature-tile-copy strong{display:block;font:700 18px/1.25 Georgia,serif;color:#f0c27b}
.workshop-feature-tile-copy small{display:block;margin-top:5px;color:#bcae98}
.workshop-feature-kicker{font:700 11px/1.2 Arial,sans-serif;letter-spacing:.16em;color:#c48a49;margin:0 0 8px}
.workshop-feature-subtitle{color:#bcae98;margin:0 0 18px;font:14px/1.4 Arial,sans-serif}
.workshop-feature-entry>p:not(.workshop-feature-kicker):not(.workshop-feature-subtitle){font:16px/1.75 Georgia,serif;color:#eadfce}
.workshop-feature-hero{width:100%;max-height:520px;object-fit:contain;background:#0d0906;border:1px solid #563d29;margin:10px 0 22px;display:block}
.workshop-feature-info{margin:24px 0;padding:18px;background:#21170f;border:1px solid #4e3826;border-radius:9px}
.workshop-feature-info h3,.workshop-gallery-heading,.workshop-feature-reveal h3{font:700 13px/1.2 Arial,sans-serif;letter-spacing:.12em;color:#e0a962;margin:0 0 12px}
.workshop-feature-info p,.workshop-feature-info li{font:14px/1.6 Arial,sans-serif;color:#d6c8b5}
.workshop-feature-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px}
.workshop-feature-gallery img{width:100%;height:260px;object-fit:contain;background:#0d0906;border:1px solid #493321}
.workshop-feature-reveal{margin:26px 0 6px}
.workshop-feature-reveal img{width:100%;max-height:620px;object-fit:contain;background:#0d0906;border:1px solid #6a4c31;display:block}
.workshop-feature-reveal p{font:13px/1.5 Arial,sans-serif;color:#bcae98}
@media(max-width:650px){.workshop-feature-content{padding:22px 16px}.workshop-feature-gallery{grid-template-columns:1fr}.workshop-feature-gallery img{height:auto}}
