.vt-tour{--vt-navy:#0f1a4a;--vt-navy-soft:#0c1638;--vt-berry:#9b2c62;--vt-berry-deep:#7d2250;--vt-cream:#fdfcff;--vt-paper:#fff;--vt-steel:#4a576a;--vt-steel-soft:#97a3ad;--vt-gold:#c9a15a;--vt-line:#e8e1d8;--vt-serif:"Lora", Georgia, serif;--vt-sans:"Inter", Arial, sans-serif;background:var(--vt-cream);color:var(--vt-navy);font-family:var(--vt-sans);max-width:1360px;margin:0 auto;padding:clamp(2.5rem,5vw,5rem) clamp(1.25rem,5vw,4rem) clamp(3.5rem,6vw,6rem)}.vt-tour *{box-sizing:border-box}.vt-tour button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.vt-tour button:focus-visible,.vt-tour [tabindex]:focus-visible{outline:2px solid var(--vt-gold);outline-offset:3px}.vt-tour__header{border-bottom:1px solid var(--vt-line);justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(1.75rem,3vw,2.75rem);padding-bottom:clamp(1.5rem,3vw,2.25rem);display:flex}.vt-tour__heading{max-width:56ch}.vt-tour__eyebrow{letter-spacing:.14em;color:var(--vt-berry);text-transform:uppercase;margin:0 0 .6rem;font-size:.78rem;font-weight:600}.vt-tour__title{font-family:var(--vt-serif);color:var(--vt-navy);margin:0 0 .65rem;font-size:clamp(1.9rem,3.4vw,2.85rem);font-weight:600;line-height:1.15}.vt-tour__sub{color:var(--vt-steel);margin:0;font-size:1rem;line-height:1.6}.vt-sound{border:1px solid var(--vt-line);background:var(--vt-paper);color:var(--vt-steel);border-radius:999px;flex-shrink:0;align-items:center;gap:.6rem;padding:.7rem 1.15rem;font-size:.88rem;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.vt-sound:hover{border-color:var(--vt-berry);color:var(--vt-berry)}.vt-sound.is-on{background:var(--vt-navy);border-color:var(--vt-navy);color:var(--vt-cream)}.vt-sound__icon{width:20px;height:20px;display:inline-flex}.vt-sound__icon svg{width:100%;height:100%}.vt-wave{opacity:0;animation:1.6s ease-in-out infinite vt-wave-pulse}.vt-wave--2{animation-delay:.25s}.is-on .vt-wave{opacity:1}@keyframes vt-wave-pulse{0%,to{opacity:.35}50%{opacity:1}}.vt-stage{margin-bottom:clamp(2.75rem,5vw,3.5rem);position:relative}.vt-stage__frame{aspect-ratio:16/9;background:var(--vt-navy);box-shadow:0 0 0 1px var(--vt-navy), 0 0 0 7px var(--vt-cream), 0 0 0 8px var(--vt-line), 0 30px 60px -20px #0f1a4a59;border-radius:6px;position:relative;overflow:hidden}.vt-stage__iframe{opacity:0;border:0;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.vt-stage__iframe.is-loaded{opacity:1}.vt-stage__loader{z-index:2;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.vt-stage__attrib{background:var(--vt-navy);z-index:1;pointer-events:none;width:100%;height:18px;position:absolute;bottom:0;right:0}.vt-stage__loader span{background:var(--vt-gold);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite vt-loader-bounce}.vt-stage__loader span:nth-child(2){animation-delay:.15s}.vt-stage__loader span:nth-child(3){animation-delay:.3s}@keyframes vt-loader-bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}.vt-stage__nav{width:44px;height:44px;color:var(--vt-cream);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0f1a4a8c;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.vt-stage__nav svg{width:20px;height:20px}.vt-stage__nav:hover{background:var(--vt-berry)}.vt-stage__nav--prev{left:16px}.vt-stage__nav--next{right:16px}.vt-stage__fullscreen{width:40px;height:40px;color:var(--vt-cream);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0f1a4a8c;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.vt-stage__fullscreen svg{width:18px;height:18px}.vt-stage__fullscreen:hover{background:var(--vt-berry)}.vt-plaque{background:var(--vt-paper);border:1px solid var(--vt-gold);z-index:3;align-items:center;gap:.9rem;max-width:calc(100% - 56px);padding:.9rem 1.3rem;animation:.4s vt-plaque-in;display:inline-flex;position:absolute;bottom:-26px;left:28px;box-shadow:0 14px 28px -14px #0f1a4a66}@keyframes vt-plaque-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.vt-plaque__code{font-family:var(--vt-serif);color:var(--vt-berry);flex-shrink:0;font-size:1.2rem;font-weight:600}.vt-plaque__divider{background:var(--vt-line);flex-shrink:0;align-self:stretch;width:1px}.vt-plaque__text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.vt-plaque__text strong{font-family:var(--vt-serif);color:var(--vt-navy);white-space:nowrap;text-overflow:ellipsis;font-size:1.02rem;font-weight:600;overflow:hidden}.vt-plaque__text em{color:var(--vt-steel);font-size:.78rem;font-style:normal}.vt-plaque__count{border-left:1px solid var(--vt-line);color:var(--vt-steel-soft);white-space:nowrap;flex-shrink:0;margin-left:auto;padding-left:.9rem;font-size:.8rem}.vt-filters{flex-wrap:wrap;gap:.6rem;margin:clamp(2.75rem,4vw,3.25rem) 0 1.25rem;display:flex}.vt-filters__hint{width:100%;color:var(--vt-steel);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.78rem;font-weight:500;display:none}.vt-filter{border:1px solid var(--vt-line);color:var(--vt-steel);white-space:nowrap;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.vt-filter:hover{border-color:var(--vt-berry);color:var(--vt-berry)}.vt-filter.is-active{background:var(--vt-berry);border-color:var(--vt-berry);color:var(--vt-cream)}.vt-rail{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--vt-steel-soft) transparent;gap:.9rem;padding-bottom:.6rem;display:flex;overflow-x:auto}.vt-rail::-webkit-scrollbar{height:6px}.vt-rail::-webkit-scrollbar-thumb{background:var(--vt-steel-soft);border-radius:999px}.vt-tile{scroll-snap-align:start;background:var(--vt-paper);border:1px solid var(--vt-line);text-align:left;border-left:3px solid #0000;flex-direction:column;flex:0 0 138px;align-items:flex-start;gap:.55rem;padding:1rem .9rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.vt-tile:hover{transform:translateY(-3px);box-shadow:0 12px 22px -16px #0f1a4a59}.vt-tile.is-active{border-left-color:var(--vt-berry);border-color:var(--vt-gold)}.vt-tile__icon{width:22px;height:22px;color:var(--vt-steel)}.vt-tile.is-active .vt-tile__icon{color:var(--vt-berry)}.vt-tile__icon svg{width:100%;height:100%}.vt-tile__code{font-family:var(--vt-serif);color:var(--vt-gold);letter-spacing:.03em;font-size:.8rem;font-weight:600}.vt-tile__name{color:var(--vt-navy);font-size:.86rem;line-height:1.3}@media (max-width:860px){.vt-tour__header{flex-direction:column;align-items:flex-start;gap:1.25rem}.vt-sound{align-self:flex-start}.vt-stage__frame{aspect-ratio:4/3;width:100%;height:60vh;max-height:55vh;box-shadow:0 0 0 1px var(--vt-navy), 0 0 0 5px var(--vt-cream), 0 0 0 6px var(--vt-line), 0 20px 40px -20px #0f1a4a59}.vt-plaque{flex-wrap:wrap;max-width:100%;margin-top:1.1rem;position:static}.vt-plaque__count{border-left:none;width:100%;margin-left:0;padding-left:0}.vt-stage{margin-bottom:2rem}.vt-filters{flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.vt-filter{flex-shrink:0}.vt-filters__hint{display:flex}}@media (max-width:520px){.vt-stage__nav{width:36px;height:36px}.vt-stage__nav--prev{left:10px}.vt-stage__nav--next{right:10px}.vt-stage__fullscreen{top:10px;right:10px}.vt-tile{flex-basis:118px}}@media (prefers-reduced-motion:reduce){.vt-plaque,.vt-wave,.vt-stage__loader span,.vt-tile{transition:none!important;animation:none!important}}
