 

.vx-explorer { background: var(--ink, #2F2F2F); color: #fff; padding: clamp(56px, 8vw, 100px) 0; position: relative; }
.vx-explorer__head { max-width: 760px; margin: 0 0 clamp(28px, 4vw, 44px); }
.vx-explorer__eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px;
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--tsa-orange, #FA9418);
}
.vx-explorer__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--tsa-orange, #FA9418); }
.vx-explorer__heading {
  font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.02em; color: #fff; font-size: clamp(34px, 5vw, 64px); line-height: 1.04; margin: 0 0 16px;
}
.vx-explorer__lede { font-family: 'Hanken Grotesk', sans-serif; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.6; color: var(--muted-d, rgba(255,255,255,0.8)); max-width: 60ch; margin: 0; }

 
.vx-picker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 14px; }
.vx-picker__label { font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.vx-picker__select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 16px;  
  letter-spacing: 0.04em; color: #fff;
  padding: 10px 44px 10px 20px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.16);
  background-color: rgba(255,255,255,0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23FA9418' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: background-color 200ms var(--ease, ease), border-color 200ms var(--ease, ease), box-shadow 200ms var(--ease, ease);
}
.vx-picker__select:hover {
  border-color: rgba(250,148,24,0.55);
  background-color: var(--tsa-orange-soft, rgba(250,148,24,0.12));
  box-shadow: 0 0 0 3px rgba(250,148,24,0.08);
}
.vx-picker__select:focus-visible {
  outline: 2px solid var(--tsa-orange, #FA9418); outline-offset: 2px;
  border-color: rgba(250,148,24,0.6);
  background-color: var(--tsa-orange-soft, rgba(250,148,24,0.12));
}
.vx-picker__select option { color: #1a1a1a; background: #fff; }

 
.vx-venues { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.vx-venues[hidden] { display: none; }
.vx-venue {
  appearance: none; cursor: pointer; border: 1px solid rgba(255,255,255,0.16);
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 0.04em; padding: 7px 15px; border-radius: 100px;
  background: transparent; color: rgba(255,255,255,0.72);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.vx-venue:hover:not(:disabled) { color: #fff; border-color: rgba(255,255,255,0.4); }
.vx-venue.is-on { background: #fff; color: #1a1a1a; border-color: #fff; }
.vx-venue:disabled, .vx-venue.is-soon { cursor: not-allowed; color: rgba(255,255,255,0.38); }
.vx-venue__soon { margin-left: 7px; font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 2px 5px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.45); }
.vx-venue:focus-visible { outline: 2px solid var(--tsa-orange, #FA9418); outline-offset: 2px; }

 
.vx-explorer__grid { position: relative; margin-top: clamp(18px, 2.4vw, 30px);
  display: flex; flex-direction: column; gap: 16px; }
.vx-explorer__grid > .vx-stage { order: 1; }    
.vx-explorer__grid > .vx-side  { order: 2; }
.vx-side { display: flex; flex-direction: column; gap: 16px; }
 
.vx-side > .vx-legendwrap { order: 1; }
.vx-side > .vx-panel { order: 2; }
@media (min-width: 920px) {
  .vx-explorer__grid { display: grid; grid-template-columns: clamp(280px, 27%, 360px) minmax(0, 1fr);
    gap: clamp(20px, 2.4vw, 40px); align-items: start; }
  .vx-explorer__grid > .vx-stage, .vx-explorer__grid > .vx-side { order: 0; }
}

 
.vx-stage { position: relative; width: 100%; isolation: isolate; }
.vx-note { margin: 14px 0 0; text-align: center; font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; font-style: italic; letter-spacing: .02em; color: rgba(255,255,255,0.4); }
.vx-card {
  position: relative; border: 0; border-radius: 0; padding: 0; background: transparent; overflow: visible;
}
.vx-card::before {
  content: ''; position: absolute; inset: -6% -4%; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse 62% 58% at 50% 53%, rgba(250,148,24,0.10), rgba(250,148,24,0.035) 42%, transparent 72%);
}
.vx-mount { position: relative; z-index: 1; display: block; }
.vx-fallback { color: var(--muted-d, #BFBFBF); font-size: 15px; padding: 24px; margin: 0; }

 
.vx-svg { width: 100%; height: auto; display: block; overflow: visible; }

 
.vx-line      { fill: none; stroke: rgba(255,255,255,0.55); stroke-width: 2;   stroke-linejoin: round; stroke-linecap: round; }
.vx-line-bold { fill: none; stroke: rgba(255,255,255,0.85); stroke-width: 2.8; stroke-linejoin: round; stroke-linecap: round; }
.vx-line-soft { fill: none; stroke: rgba(255,255,255,0.28); stroke-width: 1.3; stroke-linejoin: round; stroke-linecap: round; }
.vx-hatch     { fill: url(#vxHatch); stroke: none; }
.vx-envelope  { fill: none; stroke: none; stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; }

.vx-ctx { pointer-events: none; }

 
.vx-scene-img { pointer-events: none; }

 
.vx-halo   { fill: var(--tsa-orange, #FA9418); opacity: 0; transition: opacity .25s ease; }
.vx-dot    { fill: rgba(255,255,255,0.95); stroke: rgba(0,0,0,0.55); stroke-width: 2.5; transition: fill .2s ease;
             filter: drop-shadow(0 1px 3px rgba(0,0,0,0.6)); }
.vx-dotnum { fill: #15171b; font-family: 'Anton', sans-serif; font-size: 19px; pointer-events: none; }

 
.vx-part { pointer-events: none; transition: opacity .3s ease, filter .3s ease; }
.vx-part .vx-fill { pointer-events: auto; cursor: pointer; fill: transparent; stroke: none; }

 
.vx-svg.vx-has-selection .vx-part { opacity: 0.2; }
.vx-svg.vx-has-selection .vx-part.is-active { opacity: 1; }

 
.vx-part.is-active .vx-line,
.vx-part.is-active .vx-line-bold { stroke: var(--tsa-orange, #FA9418); }
.vx-part.is-active .vx-line-soft { stroke: rgba(250,148,24,0.7); }
.vx-part.is-active .vx-envelope  { stroke: var(--tsa-orange, #FA9418); }
.vx-part.is-active .vx-dot { fill: var(--tsa-orange, #FA9418); }
.vx-part.is-active .vx-halo { opacity: 0.32; }
.vx-part.is-active { filter: drop-shadow(0 0 10px rgba(250,148,24,0.45)); }

 
@media (max-width: 560px) { .vx-dotnum { display: none; } }

 
.vx-panel {
  position: relative; margin: 0; background: rgba(255,255,255,0.04); color: #fff;
  padding: 24px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.08);
  font-family: 'Hanken Grotesk', sans-serif; line-height: 1.55;
}
@media (min-width: 920px) {
  .vx-panel { position: sticky; top: 24px; width: auto; max-height: none; overflow: visible; margin: 0;
    background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); }
}
.vx-panel__accent { display: block; width: 40px; height: 2px; background: var(--tsa-orange, #FA9418); margin-bottom: 14px; }
.vx-panel__title { font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: 0.02em;
  font-size: clamp(21px, 2.2vw, 28px); line-height: 1.1; margin: 0 0 12px; color: #fff; }
.vx-panel__desc { margin: 0; font-size: 15.5px; color: #fff; }
.vx-panel__note { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 13.5px; color: var(--muted-d, #BFBFBF); font-style: italic; }
.vx-panel__cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 11px 20px;
  border-radius: 999px; background: var(--tsa-orange, #FA9418); color: #1a1a1a; font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.vx-panel__cta[hidden] { display: none; }
.vx-panel__cta:hover { background: #ffb04a; transform: translateY(-1px); }
.vx-panel__cta .arrow { transition: transform .2s ease; }
.vx-panel__cta:hover .arrow { transform: translateX(3px); }
.vx-panel__cta:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

 
@keyframes vxPanelPulse {
  0%   { border-color: rgba(250,148,24,0.85); box-shadow: 0 0 0 3px rgba(250,148,24,0.20); }
  100% { border-color: rgba(255,255,255,0.08); box-shadow: 0 0 0 0 rgba(250,148,24,0); }
}
@keyframes vxAccentPulse { 0% { width: 40px; } 30% { width: 96px; } 100% { width: 40px; } }
.vx-panel.is-pulse { animation: vxPanelPulse 900ms ease 1; }
.vx-panel.is-pulse .vx-panel__accent { animation: vxAccentPulse 900ms ease 1; }

 
 
.vx-legendwrap { border: 1px solid rgba(233,231,226,0.14); border-radius: 8px; padding: 16px 16px 12px; }
.vx-legend__label { margin: 0 0 10px; padding-bottom: 9px; border-bottom: 1px solid rgba(233,231,226,0.14);
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(233,231,226,0.5); }
.vx-legend { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; }
.vx-legend li { margin: 0; padding: 0; }
.vx-legend__group { margin: 9px 0 3px; padding: 0 4px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tsa-orange, #FA9418); }
.vx-legend__group:first-child { margin-top: 2px; }
.vx-legend__btn { appearance: none; display: flex; align-items: center; gap: 10px; width: 100%;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; text-align: left; padding: 5px 4px; border-radius: 4px; background: transparent;
  color: rgba(244,244,244,0.82); border: 0; cursor: pointer; transition: background .2s ease, color .2s ease; }
.vx-legend__num { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px;
  border-radius: 50%; border: 1px solid rgba(233,231,226,0.4); font-size: 10px; color: rgba(233,231,226,0.78);
  transition: border-color .2s ease, color .2s ease; }
.vx-legend__name { flex: none; white-space: nowrap; }
.vx-legend__leader { flex: 1; min-width: 12px; border-bottom: 1px dotted rgba(233,231,226,0.25); transform: translateY(-3px); transition: border-color .2s ease; }
.vx-legend__arrow { flex: none; font-size: 13px; color: rgba(233,231,226,0.55); transition: transform .2s ease, color .2s ease; }
.vx-legend__btn:hover { background: rgba(255,255,255,0.04); color: #fff; }
.vx-legend__btn:hover .vx-legend__num { border-color: rgba(233,231,226,0.7); color: #fff; }
.vx-legend__btn:hover[data-linked] .vx-legend__arrow { transform: translateX(2px); }
.vx-legend__btn:focus-visible { outline: 2px solid var(--tsa-orange, #FA9418); outline-offset: 2px; }
.vx-legend__btn.is-active, .vx-legend__btn[aria-pressed="true"] { background: rgba(250,148,24,0.08); color: var(--tsa-orange, #FA9418); }
.vx-legend__btn.is-active .vx-legend__num, .vx-legend__btn[aria-pressed="true"] .vx-legend__num { border-color: var(--tsa-orange, #FA9418); color: var(--tsa-orange, #FA9418); }
.vx-legend__btn.is-active .vx-legend__arrow, .vx-legend__btn[aria-pressed="true"] .vx-legend__arrow { color: var(--tsa-orange, #FA9418); }

@media (prefers-reduced-motion: reduce) {
  .vx-part, .vx-panel__cta, .vx-legend__btn, .vx-tab { transition: none; }
  .vx-panel.is-pulse, .vx-panel.is-pulse .vx-panel__accent { animation: none; }
}
