/* eResonate — venues.css · directory (venues.html) + detail (venue.html) */

/* ---------- shared cover-art poster ---------- */
.vposter { position: relative; overflow: hidden; background: #12162a; }
.vposter .vp-waves { position: absolute; inset: auto 0 0 0; height: 42%; display: flex; align-items: flex-end; gap: 2px; padding: 0 6%; opacity: 0.32; }
.vposter .vp-waves span { flex: 1; background: rgba(255,255,255,0.85); border-radius: 2px 2px 0 0; }
.vposter .vp-mono { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 900; color: rgba(255,255,255,0.92); text-shadow: 0 4px 24px rgba(0,0,0,0.4); }
.vposter .vp-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,24,0) 40%, rgba(7,11,24,0.55) 100%); }
.vposter .vp-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.vh .vposter .vp-shade { background: linear-gradient(180deg, rgba(7,11,24,0) 30%, rgba(7,11,24,0.72) 100%); }

/* ---------- directory ---------- */
.vd { max-width: 1200px; margin: 0 auto; padding: calc(var(--nav-h) + 2rem) 1.25rem 4rem; }
.vd-hero { text-align: center; margin-bottom: 1.8rem; }
.vd-eyebrow { display: inline-block; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); background: rgba(168,85,247,0.1); border: 1px solid var(--border-accent); padding: 0.35rem 0.8rem; border-radius: 999px; margin-bottom: 1rem; }
.vd-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 4.5vw, 2.8rem); line-height: 1.05; margin: 0 0 0.55rem; }
.vd-sub { color: var(--text-muted); font-size: 1.02rem; max-width: 52ch; margin: 0 auto; }
.vd-sub b { color: var(--money); }

.vd-search { max-width: 560px; margin: 1.5rem auto 0; position: relative; }
.vd-search input { width: 100%; background: var(--bg-card); border: 1px solid var(--border); border-radius: 999px; padding: 0.95rem 1.2rem 0.95rem 3rem; color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 1rem; }
.vd-search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); }
.vd-search .vd-mag { position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%); color: var(--text-dim); font-size: 1.05rem; }

.vd-filters { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 1.4rem 0 0.6rem; }
.vd-filters select { background: var(--bg-card); border: 1px solid var(--border); border-radius: 999px; padding: 0.5rem 2.2rem 0.5rem 1rem; color: var(--text); font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.82rem; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238D91B8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.vd-filters select:focus { outline: none; border-color: var(--accent); }
.vd-count { text-align: center; color: var(--text-muted); font-size: 0.85rem; margin: 0.4rem 0 1.4rem; }
.vd-count b { color: var(--text); }

.vd-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.1rem; }
.vcard { display: block; text-decoration: none; color: inherit; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform 0.16s, border-color 0.16s, box-shadow 0.16s; }
.vcard:hover { transform: translateY(-4px); border-color: var(--border-accent); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.vcard .vposter { height: 132px; }
.vcard .vp-mono { font-size: 2.6rem; }
.vcard .vc-live { position: absolute; top: 10px; left: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.62rem; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; background: rgba(7,11,24,0.55); border: 1px solid rgba(255,255,255,0.25); border-radius: 999px; padding: 0.22rem 0.5rem; backdrop-filter: blur(4px); }
.vc-live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--money); box-shadow: 0 0 6px var(--money); }
.vcard .vc-cap { position: absolute; bottom: 10px; right: 10px; z-index: 2; font-size: 0.68rem; font-weight: 600; color: #fff; background: rgba(7,11,24,0.5); border-radius: 999px; padding: 0.2rem 0.55rem; backdrop-filter: blur(4px); }
.vc-body { padding: 0.85rem 1rem 1rem; }
.vc-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.02rem; line-height: 1.2; margin-bottom: 3px; }
.vc-loc { color: var(--text-muted); font-size: 0.82rem; margin-bottom: 0.55rem; }
.vc-genres { display: flex; flex-wrap: wrap; gap: 4px; }
.vc-chip { font-size: 0.68rem; color: var(--text-muted); background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 999px; padding: 0.12rem 0.5rem; }

.vd-more { display: block; margin: 1.8rem auto 0; }
.vd-empty { text-align: center; color: var(--text-muted); padding: 3rem 1rem; }

/* ---------- detail ---------- */
.vh { position: relative; margin-top: var(--nav-h); }
.vh .vposter { height: 300px; }
.vh .vp-mono { font-size: 6rem; }
.vh-inner { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem; }
.vh-overlay { position: absolute; inset: auto 0 0 0; }
.vh-content { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem 1.4rem; }
.vh-live { display: inline-flex; align-items: center; gap: 6px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.7rem; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; background: rgba(7,11,24,0.6); border: 1px solid rgba(62,224,140,0.5); border-radius: 999px; padding: 0.3rem 0.7rem; margin-bottom: 0.6rem; }
.vh-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--money); box-shadow: 0 0 8px var(--money); animation: vpulse 1.6s infinite; }
@keyframes vpulse { 0%,100% { opacity: 1; } 50% { opacity: 0.45; } }
.vh-name { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(1.7rem, 4.5vw, 2.7rem); line-height: 1.05; margin: 0 0 0.35rem; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.vh-loc { color: rgba(255,255,255,0.85); font-size: 1rem; }

.vbody { max-width: 1080px; margin: 1.8rem auto 0; padding: 0 1.25rem 4rem; display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.8rem; align-items: start; }
.vsec { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; margin-bottom: 1.2rem; }
.vsec h2 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.15rem; margin: 0 0 0.7rem; }
.vsec p { color: var(--text-muted); line-height: 1.65; font-size: 0.95rem; }
.vchips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 0.4rem; }
.vchip { font-size: 0.76rem; color: var(--accent); background: rgba(168,85,247,0.1); border: 1px solid var(--border-accent); border-radius: 999px; padding: 0.25rem 0.7rem; }
.vfacts { list-style: none; padding: 0; margin: 0; }
.vfacts li { display: flex; gap: 0.8rem; padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.vfacts li:last-child { border-bottom: none; }
.vfacts .fk { color: var(--text-dim); min-width: 92px; font-weight: 600; }
.vfacts .fv { color: var(--text); }
.vfacts .fv a { color: var(--accent); text-decoration: none; word-break: break-word; }
.vfacts .fv a:hover { text-decoration: underline; }

.vside .vsec { position: sticky; top: calc(var(--nav-h) + 1rem); }
.vcta { text-align: center; }
.vcta .vcta-pool { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--money); }
.vcta .vcta-note { color: var(--text-muted); font-size: 0.82rem; margin: 0.3rem 0 1rem; line-height: 1.5; }
.vcta .btn { width: 100%; margin-bottom: 0.6rem; }
.vmap { display: block; margin-top: 0.5rem; font-size: 0.82rem; color: var(--accent); text-decoration: none; }
.vmap:hover { text-decoration: underline; }

.vrelated { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem 4rem; }
.vrelated h2 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.2rem; margin: 0 0 1rem; }
.vrelated .vd-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.vback { display: inline-block; color: var(--text-muted); text-decoration: none; font-size: 0.85rem; margin-bottom: 0.8rem; }
.vback:hover { color: var(--text); }

.vd-note { text-align: center; color: var(--text-dim); font-size: 0.75rem; max-width: 60ch; margin: 2.2rem auto 0; }

@media (max-width: 820px) {
  .vbody { grid-template-columns: 1fr; }
  .vside .vsec { position: static; }
}
