:root {
  color-scheme: dark;
  --gold: #d2aa56;
  --deep-gold: #ab772f;
  --accent-hover: #e0bb6b;
  --accent-soft: rgba(210,170,86,.09);
  --accent-soft-strong: rgba(210,170,86,.14);
  --accent-border: rgba(210,170,86,.28);
  --accent-border-strong: rgba(210,170,86,.34);
  --accent-focus: rgba(210,170,86,.5);
  --bg: #0f0f10;
  --surface: #1a1a1c;
  --surface-2: #242427;
  --line: #3c3c42;
  --text: #f5f1e8;
  --muted: #b8b6bc;
  --hero-start: #352913;
  --hero-middle: #17130d;
  --hero-end: #0c0c0d;
  --danger: #ff6b6b;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-height: 100dvh; background: var(--bg); color: var(--text); -webkit-tap-highlight-color: transparent; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; pointer-events: none; }
.noscript { padding: 1rem; background: #741b1b; color: white; text-align: center; }
[hidden] { display: none !important; }

.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; min-height: 100dvh; padding: calc(24px + var(--safe-top)) 24px calc(24px + var(--safe-bottom)); background: radial-gradient(circle at 50% 0%, var(--hero-start), var(--hero-middle) 48%, var(--hero-end)); }
.age-card { width: min(100%, 520px); padding: 28px; border: 1px solid #3a3836; border-radius: 26px; background: rgba(26,26,28,.97); box-shadow: 0 30px 100px #000a; text-align: center; }
.age-logo { display: block; width: min(100%, 300px); max-height: 220px; object-fit: contain; margin: 0 auto 12px; }
.age-card h1 { font-size: 2rem; margin: 6px 0 10px; }
.age-card p { color: var(--muted); line-height: 1.55; margin: 0 0 22px; }
.age-declined { padding-top: 8px; }
.age-declined strong { display: block; font-size: 1.25rem; margin-bottom: 8px; }

.app-shell { width: min(100%, 800px); min-height: 100dvh; margin: 0 auto; background: var(--bg); box-shadow: 0 0 70px #0008; }
.topbar { position: sticky; top: 0; z-index: 30; height: calc(56px + var(--safe-top)); padding-top: var(--safe-top); background: rgba(15,15,16,.92); border-bottom: 1px solid #252529; backdrop-filter: blur(16px); }
.topbar-inner { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.topbar-title { font-size: 1.05rem; font-weight: 800; letter-spacing: .04em; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--text); cursor: pointer; }
.icon-button:hover, .icon-button:focus-visible { background: #ffffff12; }

main { min-height: calc(100dvh - 132px); padding-bottom: calc(96px + var(--safe-bottom)); }
.page, .subpage { animation: page-in .18s ease-out; }
@keyframes page-in { from { opacity: .25; transform: translateY(6px); } }
.page { display: none; }
.page-active { display: block; }
.subpage { padding: 10px 18px 32px; }
.hero { min-height: 330px; padding: 18px 24px 28px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg,var(--hero-start),var(--hero-middle) 38%,var(--hero-end) 76%); border-bottom: 1px solid #302b21; }
.hero-logo { width: min(100%, 520px); height: 230px; margin: 0 auto 8px; object-fit: contain; }
.hours-line { display: flex; align-items: center; gap: 10px; font-weight: 700; line-height: 1.35; }
.hours-line svg { color: var(--gold); flex: 0 0 auto; }
.content-stack { display: grid; gap: 14px; }
.home-content { padding: 18px; gap: 20px; }
h1 { font-size: clamp(1.9rem, 7vw, 2.25rem); line-height: 1.08; margin: 0 0 8px; letter-spacing: -.02em; }
h2 { font-size: 1.22rem; margin: 0 0 8px; }
p { line-height: 1.55; }
.lead, .page-header p { color: var(--muted); font-size: 1rem; margin: 0; }

.quick-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.quick-action { min-width: 0; min-height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 12px 4px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-transform: uppercase; font-size: .71rem; font-weight: 800; }
.quick-action svg { color: var(--gold); }
.quick-action:hover, .quick-action:focus-visible { background: var(--surface-2); border-color: #68625a; }

.announcement-card { display: grid; gap: 7px; padding: 18px 20px; border: 1px solid var(--accent-border-strong); border-radius: 20px; background: linear-gradient(135deg, var(--accent-soft-strong), var(--surface)); color: var(--text); }
.announcement-card:hover, .announcement-card:focus-visible { border-color: var(--gold); }
.announcement-card[data-no-link] { cursor: default; }
.announcement-label { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.announcement-card strong { font-size: 1.08rem; }
.announcement-card > span:not(.announcement-label) { color: var(--muted); line-height: 1.5; }
.announcement-card b { color: var(--gold); font-size: .82rem; text-transform: uppercase; }
.feature-card { width: 100%; display: grid; grid-template-columns: 50px minmax(0,1fr) 24px; align-items: start; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); color: inherit; text-align: left; cursor: pointer; }
.feature-card:hover, .feature-card:focus-visible { border-color: #6b604b; background: #1d1d20; }
.feature-icon, .menu-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--accent-soft); color: var(--gold); }
.feature-copy { min-width: 0; display: grid; gap: 7px; }
.feature-copy strong { font-size: 1.05rem; line-height: 1.2; text-transform: uppercase; }
.feature-copy small { color: var(--muted); font-size: .92rem; line-height: 1.45; }
.feature-copy b { color: var(--gold); font-size: .82rem; text-transform: uppercase; letter-spacing: .025em; }
.chevron { width: 22px; color: #77777e; align-self: center; }
.info-banner { display: flex; gap: 12px; padding: 16px; border: 1px solid var(--accent-border); border-radius: 16px; background: var(--accent-soft); color: var(--muted); font-size: .91rem; line-height: 1.5; }
.info-banner::before { content: "i"; width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 800; }

.page-header { min-height: 108px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 22px 18px 14px; }
.page-header .icon-button { flex: 0 0 auto; }
.page > .content-stack, .page > .button, .page > .info-banner, .menu-list { margin-left: 18px; margin-right: 18px; }
.page > .button { margin-top: 12px; }
.page > .info-banner { margin-top: 18px; }
.schedule-card, .service-card, .tour-card, .contact-card, .policy-card { border: 1px solid var(--line); border-radius: 22px; background: var(--surface); padding: 20px; }
.schedule-card h2 { color: var(--gold); font-size: 1.25rem; }
.shift-row { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start; }
.shift-row + .shift-row { margin-top: 14px; padding-top: 14px; border-top: 1px solid #343439; }
.shift-label { padding: 6px 4px; background: var(--accent-soft); color: var(--gold); border-radius: 10px; font-weight: 900; text-align: center; }
.shift-value { line-height: 1.45; }
.service-card { display: grid; grid-template-columns: 48px 1fr; gap: 15px; }
.service-card h2, .tour-card h2 { margin-bottom: 6px; }
.service-card p, .tour-card p, .policy-card p { color: var(--muted); margin: 0; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 17px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-align: center; cursor: pointer; }
.button svg { width: 21px; }
.button-primary { background: var(--gold); color: #17120a; }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-hover); }
.button-secondary { background: transparent; border-color: #54545b; color: var(--text); }
.button-secondary:hover, .button-secondary:focus-visible { background: #ffffff0a; }
.button-full { width: calc(100% - 36px); margin-left: 18px; margin-right: 18px; }
.age-card .button-full, .subpage .button-full, .policy-card .button-full { width: 100%; margin-left: 0; margin-right: 0; }
.age-card .button + .button { margin-top: 10px; }
.text-button { padding: 5px; border: 0; background: transparent; color: var(--gold); font-weight: 800; cursor: pointer; }
.install-card { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--accent-border-strong); border-radius: 20px; background: linear-gradient(135deg,#2b2417,#191919); }
.install-card div { min-width: 0; display: grid; gap: 4px; }
.install-card small { color: var(--muted); line-height: 1.35; }

.menu-list { display: grid; gap: 12px; }
.menu-tile { width: 100%; min-height: 78px; display: grid; grid-template-columns: 48px minmax(0,1fr) 24px; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); color: inherit; text-align: left; cursor: pointer; }
.menu-tile span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.menu-tile strong { font-size: 1rem; }
.menu-tile small { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menu-tile:hover, .menu-tile:focus-visible { border-color: #6b604b; background: #1d1d20; }

.subpage-header { display: flex; align-items: center; gap: 8px; margin: 0 -6px 12px; }
.subpage-header h1 { margin: 0; font-size: 1.6rem; }
.subpage > .lead { margin: 0 0 18px; }
.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 18px; }
.team-card { min-height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 9px; padding: 8px 8px 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); text-align: center; }
.team-photo-frame { position: relative; width: 100%; aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: linear-gradient(145deg,var(--surface-2),var(--accent-soft)); color: var(--gold); }
.team-photo, .team-photo-placeholder { grid-area: 1 / 1; }
.team-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; opacity: 0; transition: opacity .18s ease; }
.team-photo-placeholder { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft-strong); }
.team-photo-placeholder svg { width: 31px; height: 31px; }
.team-card.has-team-photo .team-photo { opacity: 1; }
.team-card.has-team-photo .team-photo-placeholder { display: none; }
.team-badge { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--gold); }
.team-badge svg { width: 24px; }
.team-card strong { padding: 0 6px; font-size: 1.05rem; }
.team-profile-link { color: var(--gold); font-size: .82rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.team-card:hover .team-profile-link, .team-card:focus-visible .team-profile-link { color: var(--accent-hover); }
.tour-card { display: grid; grid-template-columns: minmax(120px, 38%) 1fr; gap: 16px; padding: 0; overflow: hidden; }
.tour-card-image { width: 100%; height: 100%; min-height: 180px; display: block; object-fit: cover; background: var(--surface-2); }
.tour-card-copy { align-self: center; padding: 20px 20px 20px 0; }
.tour-card .team-badge { width: 44px; height: 44px; }
@media (max-width: 620px) {
  .tour-card { grid-template-columns: 1fr; }
  .tour-card-image { aspect-ratio: 16 / 10; min-height: 0; }
  .tour-card-copy { padding: 0 18px 20px; }
}
.tour-subtitle { color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.contact-card { display: grid; gap: 0; margin-bottom: 16px; }
.contact-row { display: grid; grid-template-columns: 27px 1fr; gap: 13px; padding: 16px 0; }
.contact-row + .contact-row { border-top: 1px solid #35353a; }
.contact-row:first-child { padding-top: 0; }
.contact-row:last-child { padding-bottom: 0; }
.contact-row > svg { color: var(--gold); }
.contact-row div { display: grid; gap: 4px; }
.contact-row span { color: var(--muted); line-height: 1.45; }
.subpage > .button + .button { margin-top: 10px; }
.policy-card + .policy-card { margin-top: 12px; }
.policy-card ol { color: var(--muted); padding-left: 1.25rem; line-height: 1.65; }

.bottom-nav { position: fixed; bottom: 0; left: 50%; z-index: 40; width: min(100%, 800px); min-height: calc(72px + var(--safe-bottom)); transform: translateX(-50%); display: grid; grid-template-columns: repeat(4,1fr); padding: 6px 8px var(--safe-bottom); border-top: 1px solid #2b2b2f; background: rgba(21,21,23,.97); backdrop-filter: blur(16px); }
.nav-item { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 5px 2px; border: 0; background: transparent; color: #88888f; font-size: .71rem; font-weight: 800; cursor: pointer; }
.nav-item svg { width: 23px; height: 23px; }
.nav-item.nav-active { color: var(--gold); }

.toast { position: fixed; left: 50%; bottom: calc(90px + var(--safe-bottom)); z-index: 100; transform: translateX(-50%); width: min(calc(100% - 36px), 520px); padding: 12px 15px; border: 1px solid #55545c; border-radius: 13px; background: #252529; color: white; box-shadow: 0 10px 40px #0009; text-align: center; }
.update-banner { position: fixed; z-index: 110; left: 50%; top: calc(12px + var(--safe-top)); transform: translateX(-50%); width: min(calc(100% - 24px), 560px); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; border: 1px solid var(--accent-border-strong); border-radius: 14px; background: #2a2317; box-shadow: 0 10px 40px #000a; }

:focus-visible { outline: 3px solid var(--accent-focus); outline-offset: 2px; }
@media (min-width: 700px) {
  body { background: #070708; }
  .hero { min-height: 390px; }
  .home-content { padding: 24px 28px; }
  .page-header { padding-left: 28px; padding-right: 28px; }
  .page > .content-stack, .page > .button, .page > .info-banner, .menu-list { margin-left: 28px; margin-right: 28px; }
  .button-full { width: calc(100% - 56px); }
  .subpage { padding-left: 28px; padding-right: 28px; }
  .team-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 380px) {
  .quick-action { min-height: 84px; font-size: .62rem; }
  .quick-action svg { width: 21px; }
  .feature-card { grid-template-columns: 44px 1fr 20px; padding: 17px; gap: 12px; }
  .feature-icon, .menu-icon { width: 44px; height: 44px; }
  .install-card { grid-template-columns: 44px 1fr; }
  .install-card .button { grid-column: 1 / -1; }
}
@media (display-mode: standalone) {
  .topbar { height: calc(50px + var(--safe-top)); }
  .topbar-inner { height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}


/* Live schedule sync status */
.sync-status {
  margin: 0 18px 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}
.sync-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--accent-soft); }
.sync-status[data-mode="live"] { border-color: var(--accent-border-strong); color: var(--text); }
.sync-status[data-mode="fallback"] .sync-dot { background: #d78b3d; box-shadow: 0 0 0 4px rgba(215,139,61,.14); }
#scheduleRefreshButton:disabled { opacity: .65; cursor: wait; }
@media (min-width: 700px) { .sync-status { margin-left: 28px; margin-right: 28px; } }

.travelers-contact-card { margin: 0 18px 14px; }
.travelers-contact-card h2 { color: var(--gold); margin-bottom: 8px; }
.service-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.service-card-heading h2{margin:0}.service-price{flex:0 0 auto;color:var(--gold);font-size:1.12rem;font-weight:900;letter-spacing:.01em}.service-card-heading+ p{margin-top:7px}#travelersGrid:empty{display:none}#travelersIntro{margin-bottom:18px}.travelers-contact-card{margin-left:0;margin-right:0}
