:root{--bg:#05070c;--bg-elevated:#0e1420;--fg:#f2efe6;--fg-muted:#93a0b3;--accent:#3fd0ff;--accent-soft:#3fd0ff24;--blue:#6f93c9;--blue-soft:#6f93c924;--neon-blue:#3fd0ff;--neon-blue-glow:#3fd0ff80;--border:#93a0b329;--max-width:72rem;font-family:Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(ellipse 60rem 30rem at 50% -10%, #6f93c929, transparent 60%), var(--bg);color:var(--fg);flex-direction:column;min-height:100vh;line-height:1.6;display:flex}h1,h2,h3{letter-spacing:.01em;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.15}a{color:inherit}main{flex:1;width:100%}.site-header{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem clamp(1.5rem,4vw,3rem);margin:0 auto;padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,4vw,1.5rem);display:flex}.brand{letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.1rem,1.5vw + .75rem,1.25rem);text-decoration:none}.site-nav{flex-wrap:wrap;align-items:center;gap:.85rem clamp(1.25rem,2.5vw,1.75rem);display:flex}.site-nav a{color:var(--fg-muted);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;font-size:.95rem;text-decoration:none;transition:color .15s}.site-nav a:hover{color:var(--accent)}.site-nav a.nav-cta{border:1px solid var(--neon-blue);color:var(--neon-blue);border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;transition:background .15s,color .15s,box-shadow .15s}.site-nav a.nav-cta:hover{background:var(--neon-blue);color:var(--bg);box-shadow:0 0 1.25rem var(--neon-blue-glow)}.site-footer{border-top:1px solid var(--border);max-width:var(--max-width);width:100%;color:var(--fg-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:2rem 1.5rem 3rem;font-size:.9rem;display:flex}.site-footer p{margin:0}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--fg-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--accent)}.page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 5rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 .75rem;font-size:.8rem}.btn{border:1px solid var(--neon-blue);color:var(--neon-blue);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:.7rem 1.5rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-block}.btn:hover{background:var(--neon-blue);color:var(--bg);box-shadow:0 0 1.25rem var(--neon-blue-glow)}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:.75rem;padding:1.75rem}.divider{color:var(--border);align-items:center;gap:.75rem;margin:1.25rem 0;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.divider span{color:var(--blue);font-size:.7rem}@media (width<=640px){.site-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.site-nav{gap:.9rem 1.25rem}.site-nav a.nav-cta{text-align:center;order:1;width:100%;margin-top:.25rem}}@media (width<=400px){.site-header{padding-left:1.1rem;padding-right:1.1rem}.site-nav{column-gap:1rem}}.intro[data-astro-cid-cz5lntdb]{color:var(--fg-muted);max-width:40rem;margin:0 0 2.5rem}.tour-layout[data-astro-cid-cz5lntdb]{grid-template-columns:minmax(20rem,26rem) 1fr;align-items:start;gap:2rem;margin-bottom:2.5rem;display:grid}@media (width<=860px){.tour-layout[data-astro-cid-cz5lntdb]{grid-template-columns:1fr}}.calendar[data-astro-cid-cz5lntdb]{padding:2rem;position:sticky;top:1.5rem}@media (width<=860px){.calendar[data-astro-cid-cz5lntdb]{position:static}}.calendar-header[data-astro-cid-cz5lntdb]{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.calendar-header-label[data-astro-cid-cz5lntdb]{flex-direction:column;align-items:center;gap:.2rem;display:flex}.calendar-month[data-astro-cid-cz5lntdb]{letter-spacing:.02em;font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.calendar-today-link[data-astro-cid-cz5lntdb]{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.7rem;text-decoration:none}.calendar-today-link[data-astro-cid-cz5lntdb]:hover{text-decoration:underline}.calendar-nav[data-astro-cid-cz5lntdb]{border:1px solid var(--border);width:2.5rem;height:2.5rem;color:var(--fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:flex}.calendar-nav[data-astro-cid-cz5lntdb]:hover{border-color:var(--accent);color:var(--accent)}.calendar-nav[data-astro-cid-cz5lntdb].is-disabled{color:var(--fg-muted);opacity:.3;pointer-events:none;border-color:#0000}.calendar-grid[data-astro-cid-cz5lntdb]{grid-template-columns:repeat(7,1fr);gap:.4rem;display:grid}.calendar-weekdays[data-astro-cid-cz5lntdb]{border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.75rem}.weekday[data-astro-cid-cz5lntdb]{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem}.day[data-astro-cid-cz5lntdb]{aspect-ratio:1;background:var(--bg);color:var(--fg-muted);border-radius:.6rem;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;display:flex;position:relative}.day-empty[data-astro-cid-cz5lntdb]{visibility:hidden;background:0 0}.day[data-astro-cid-cz5lntdb].today{box-shadow:inset 0 0 0 1px var(--neon-blue);color:var(--fg);font-weight:600}.day[data-astro-cid-cz5lntdb].has-show{background:var(--neon-blue);color:var(--bg);cursor:pointer;font-weight:700;transition:transform .15s,box-shadow .15s}.day[data-astro-cid-cz5lntdb].has-show:hover{box-shadow:0 .5rem 1.25rem -.5rem var(--neon-blue-glow);transform:translateY(-2px)}.day-dot[data-astro-cid-cz5lntdb]{background:var(--bg);border-radius:50%;width:.3rem;height:.3rem;position:absolute;bottom:.3rem}.calendar-empty-note[data-astro-cid-cz5lntdb]{border-top:1px solid var(--border);text-align:center;color:var(--fg-muted);margin:1.5rem 0 0;padding-top:1.25rem;font-size:.9rem}.show-panel-heading[data-astro-cid-cz5lntdb]{margin:0 0 1.25rem;font-size:1.5rem}.empty[data-astro-cid-cz5lntdb]{max-width:32rem}.empty[data-astro-cid-cz5lntdb] p[data-astro-cid-cz5lntdb]{color:var(--fg-muted);margin:0 0 .75rem}.empty[data-astro-cid-cz5lntdb] p[data-astro-cid-cz5lntdb]:last-child{margin-bottom:0}.empty[data-astro-cid-cz5lntdb] a[data-astro-cid-cz5lntdb]{color:var(--accent);text-decoration:none}.show-list[data-astro-cid-cz5lntdb]{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.show[data-astro-cid-cz5lntdb]{gap:1.5rem;scroll-margin-top:1.5rem;transition:box-shadow .3s;display:flex}.show[data-astro-cid-cz5lntdb]:target{box-shadow:0 0 0 2px var(--neon-blue), 0 0 2rem var(--neon-blue-glow)}.show-photo[data-astro-cid-cz5lntdb]{border-radius:.5rem;flex-shrink:0;width:8rem;height:8rem;overflow:hidden}.show-photo[data-astro-cid-cz5lntdb] img{object-fit:cover;width:100%;height:100%;display:block}.show-body[data-astro-cid-cz5lntdb]{flex:1;min-width:0}.show-date[data-astro-cid-cz5lntdb]{color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.show-time[data-astro-cid-cz5lntdb]{color:var(--fg-muted);font-family:Helvetica Neue,Arial,sans-serif;font-size:.9rem}.show-venue[data-astro-cid-cz5lntdb]{margin-top:.35rem;font-size:1.2rem}.show-city[data-astro-cid-cz5lntdb]{color:var(--fg-muted);margin-bottom:.5rem;font-size:.9rem}.show-description[data-astro-cid-cz5lntdb]{color:var(--fg-muted);margin:.5rem 0}.show-content[data-astro-cid-cz5lntdb]{color:var(--fg-muted)}.show-content[data-astro-cid-cz5lntdb]:empty{display:none}.show[data-astro-cid-cz5lntdb] .btn[data-astro-cid-cz5lntdb]{margin-top:1rem}.booking-cta[data-astro-cid-cz5lntdb]{color:var(--fg-muted)}.booking-cta[data-astro-cid-cz5lntdb] a[data-astro-cid-cz5lntdb]{color:var(--accent);text-decoration:none}@media (width<=480px){.show[data-astro-cid-cz5lntdb]{flex-direction:column}.show-photo[data-astro-cid-cz5lntdb]{width:100%;height:12rem}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
