:root {
  --bg: #0b0a09; --bg-2: #161412; --paper: #efdacb; --paper-2: #f4ece2;
  --ink: #f1e9df; --ink-2: #bbb5ad; --accent: #ff0000; --accent-2: #d00000; --accent-ink: #fff;
  --line: rgba(255,255,255,0.14); --line-2: rgba(255,255,255,0.06);
  --font-display: 'Akzidenz', 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --font-head: 'Oswald', 'Arial Narrow', sans-serif;
  --font-text: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --radius: 3px; --wrap: 1120px; --top-h: 64px; --secnav-h: 44px; --sticky-h: 64px;
  --smoke-rgb: 247,237,230; --intro-ms: 2200;
  --btn-bg: var(--accent); --btn-ink: var(--accent-ink); --btn-o-ink: var(--ink); --btn-o-line: var(--ink);
  --field-bg: rgba(255,255,255,0.06); --field-ink: var(--ink); --field-line: var(--line);
  --chip-bg: transparent; --chip-ink: var(--ink); --chip-on-bg: var(--ink); --chip-on-ink: var(--bg);
  --card-bg: var(--bg-2); --card-ink: var(--ink);
  --dlg-bg: var(--bg-2); --dlg-ink: var(--ink);
  --map-bg: var(--bg-2); --map-room: rgba(255,255,255,0.04); --map-line: rgba(255,255,255,0.35); --map-fix: rgba(255,255,255,0.08);
  --map-table: rgba(255,255,255,0.12); --map-table-line: rgba(255,255,255,0.5); --map-table-ink: var(--ink);
  --map-busy: rgba(255,255,255,0.03); --map-busy-line: rgba(255,255,255,0.18); --map-on: var(--accent); --map-on-ink: #fff;
  --shadow: 0 18px 50px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.6 var(--font-text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 400; line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; }
h1 { font-size: clamp(40px, 8vw, 96px); }
h2 { font-size: clamp(30px, 5vw, 60px); }
h3 { font-size: clamp(20px, 2.6vw, 28px); }
.hp-h1 .w { white-space: nowrap; }
[data-lang="zh"] h1, [data-lang="zh"] h2, [data-lang="zh"] h3 { letter-spacing: 0; }
[data-lang="zh"] .hp-h1 { font-size: clamp(40px, 7vw, 100px); line-height: 1.08; }
p { margin: 0 0 1em; }
.tnum, time, .hp-chip small, .hp-badge b { font-variant-numeric: tabular-nums lining-nums; }
.hp-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.hp-skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--accent); color: #fff; padding: 8px 12px; }
.hp-skip:focus { left: 8px; }
.hp-eyebrow { font-family: var(--font-head); font-weight: 500; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; }
.hp-sub { color: var(--ink-2); font-size: 15px; margin: 8px 0 0; }
.hp-lede { font-size: clamp(17px, 2vw, 21px); line-height: 1.5; max-width: 60ch; }
.hp-err { color: var(--accent); font-size: 14.5px; min-height: 1.4em; margin: 10px 0 0; }
.hp-err:empty { margin: 0; min-height: 0; }
.hp-ok { color: var(--ink); font-weight: 600; }
.hp-lnk { background: none; border: 0; padding: 0; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; font: inherit; }
.hp-lnk.danger { color: var(--accent); }
.hp-demo { font-size: 13px; color: var(--ink-2); border-left: 3px solid var(--accent); padding: 4px 10px; margin: 14px 0 0; }
.hp-demo code { font-family: ui-monospace, Menlo, monospace; font-size: 13px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.js [data-r] { opacity: 0; transform: translateY(16px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: var(--d, 0s); }
.js [data-r].in { opacity: 1; transform: none; }

.hp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border: 2px solid var(--btn-bg); border-radius: var(--radius); background: var(--btn-bg); color: var(--btn-ink); font-family: var(--font-head); font-weight: 500; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform 0.12s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.hp-btn:hover { background: var(--accent-2); border-color: var(--accent-2); }
.hp-btn:active { transform: translateY(1px); }
.hp-btn:focus-visible, .hp-icon-btn:focus-visible, .hp-chip:focus-visible, .hp-card:focus-visible, .hp-map-stage:focus-visible, .hp-map .t:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.hp-btn[disabled], .hp-chip[disabled], .hp-icon-btn[disabled], .hp-opt[disabled], .hp-map-li[disabled] { opacity: 0.45; cursor: not-allowed; transform: none; }
.hp-btn-o { background: transparent; color: var(--btn-o-ink); border-color: var(--btn-o-line); }
.hp-btn-o:hover { background: var(--btn-o-ink); color: var(--bg); border-color: var(--btn-o-ink); }
.hp-btn-lg { min-height: 56px; padding: 0 30px; font-size: 18px; }
.hp-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid transparent; border-radius: var(--radius); background: transparent; color: inherit; cursor: pointer; font-size: 18px; line-height: 1; text-decoration: none; }
.hp-icon-btn:hover { border-color: var(--line); }
.hp-icon-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hp-top { position: fixed; inset: 0 0 auto 0; z-index: 40; background: var(--top-bg, rgba(11,10,9,0.86)); color: var(--top-ink, var(--ink)); border-bottom: 1px solid var(--line-2); backdrop-filter: blur(8px); transition: background-color 0.3s ease; }
.hp-top-in { display: flex; align-items: center; gap: 14px; min-height: var(--top-h); }
.hp-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.hp-brand img { width: 32px; height: 32px; }
.hp-brand span { white-space: nowrap; }
.hp-brand b { font-size: 15px; line-height: 1.05; font-weight: 500; }
.hp-brand small { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-2); margin-left: 7px; }
.hp-top-tools { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.hp-venue-pick { display: none; flex-direction: column; line-height: 1.1; padding: 0 10px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; }
.hp-venue-pick small { font-size: 11px; color: var(--ink-2); letter-spacing: 0.06em; text-transform: none; }

.hp-secnav { position: fixed; left: 0; right: 0; top: var(--hpn-head-h, var(--top-h)); margin: 0; z-index: 39; background: var(--top-bg, rgba(11,10,9,0.86)); color: var(--top-ink, var(--ink)); border-bottom: 1px solid var(--line-2); backdrop-filter: blur(8px); transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1); }
.hp-secnav-in { display: flex; align-items: center; }
.hp-secnav-scroll { flex: 1; min-width: 0; display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.hp-secnav-scroll::-webkit-scrollbar { display: none; }
.hp-secnav a { flex: 0 0 auto; display: flex; align-items: center; height: var(--secnav-h); border-bottom: 2px solid transparent; color: var(--ink-2); text-decoration: none; font-family: var(--font-head); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.hp-secnav a:hover { color: var(--top-ink, var(--ink)); }
.hp-secnav a.on { color: var(--top-ink, var(--ink)); border-bottom-color: var(--accent); }
.hp-sec[id], .hp-hero[id] { scroll-margin-top: var(--hpn-bars-h, calc(var(--top-h) + var(--secnav-h))); }

@media (min-width: 900px) {
  .hp-venue-pick, .hp-account-label { display: inline-flex; }
}

.hp-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: calc(var(--hpn-bars-h, calc(var(--top-h) + var(--secnav-h))) + 40px) 0 40px; overflow: hidden; isolation: isolate; }
.hp-hero-shot { position: absolute; inset: 0; z-index: -3; }
.hp-hero-img { width: 100%; height: 100%; object-fit: cover; }
.hp-smoke { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.hp-hero-veil { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.hp-hero-in { position: relative; width: 100%; }
.hp-hero-sub { font-size: clamp(16px, 1.8vw, 20px); max-width: 52ch; margin: 16px 0 24px; }
.hp-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hp-badges { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hp-badge { display: inline-flex; align-items: baseline; gap: 8px; text-decoration: none; font-family: var(--font-head); letter-spacing: 0.06em; }
.hp-badge b { font-size: 22px; font-weight: 500; }
.hp-badge span { font-size: 12px; text-transform: uppercase; color: var(--ink-2); }

.hp-quick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; background: var(--quick-bg, rgba(0,0,0,0.55)); border: 1px solid var(--quick-line, var(--line)); border-radius: var(--radius); max-width: 980px; }
.hp-quick label { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-head); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }
.hp-quick .hp-field { margin: 0; font-size: 16px; }
.hp-quick .hp-btn { grid-column: 1 / -1; }
.hp-quick .q-venue { grid-column: 1 / -1; }
@media (min-width: 720px) { .hp-quick { grid-template-columns: 1.6fr 1.2fr 1fr 1fr auto; align-items: end; } .hp-quick .hp-btn, .hp-quick .q-venue { grid-column: auto; } }

.hp-field { display: block; width: 100%; min-height: 48px; padding: 10px 12px; margin: 0 0 12px; border: 1px solid var(--field-line); border-radius: var(--radius); background: var(--field-bg); color: var(--field-ink); font: 16px/1.4 var(--font-text); }
.hp-field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,0,0,0.18); }
.hp-field.inline { display: inline-block; width: auto; margin: 0; }
.hp-field.static { border-style: dashed; }
select.hp-field { appearance: none; -webkit-appearance: none; padding-right: 34px; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
select.hp-field option { color: #111; background: #fff; }
textarea.hp-field { min-height: 88px; resize: vertical; }
.hp-lab { display: block; font-family: var(--font-head); font-weight: 500; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin: 14px 0 6px; }
.hp-lab small { text-transform: none; letter-spacing: 0; }
.hp-phone { display: grid; grid-template-columns: minmax(120px, 0.7fr) 1.3fr; gap: 8px; }
.hp-phone .hp-field { margin: 0 0 12px; }
.hp-pass { display: flex; gap: 6px; align-items: start; }
.hp-pass .hp-field { flex: 1; }
.hp-field.code { letter-spacing: 0.4em; font-size: 24px; text-align: center; max-width: 180px; }
.hp-consent { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0; font-size: 14.5px; color: var(--ink-2); cursor: pointer; }
.hp-consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); flex: none; }
.hp-consent a { color: inherit; text-underline-offset: 3px; }
.hp-consent a:hover { color: var(--accent); }
.hp-radios { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.hp-chip-l input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.hp-chip-l span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--field-line); border-radius: var(--radius); cursor: pointer; }
.hp-chip-l input:checked + span { background: var(--chip-on-bg); color: var(--chip-on-ink); border-color: var(--chip-on-bg); }
.hp-chip-l input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }

.hp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 8px; }
.hp-chips.times { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); }
.hp-chip { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-height: 44px; padding: 6px 14px; border: 1px solid var(--field-line); border-radius: var(--radius); background: var(--chip-bg); color: var(--chip-ink); font-family: var(--font-head); font-weight: 500; font-size: 15px; letter-spacing: 0.04em; cursor: pointer; line-height: 1.15; transition: background-color 0.12s ease, color 0.12s ease; }
.hp-chip small { font-size: 11px; font-weight: 300; opacity: 0.8; text-transform: none; letter-spacing: 0; }
.hp-chip:hover { border-color: var(--ink); }
.hp-chip[aria-pressed="true"], .hp-chip[aria-selected="true"] { background: var(--chip-on-bg); color: var(--chip-on-ink); border-color: var(--chip-on-bg); }

.hp-sec { padding: clamp(56px, 9vw, 120px) 0; position: relative; }
.hp-sec-h { margin-bottom: clamp(26px, 4vw, 48px); max-width: 760px; }
.hp-sec-h .hp-lede { margin-top: 14px; color: var(--ink-2); }

.hp-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 480px) { .hp-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .hp-cards { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.hp-card { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 300px; padding: 22px; background: var(--card-bg); color: var(--card-ink); border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease; }
.hp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hp-card-num { font-family: var(--font-display); font-size: 40px; line-height: 1; }
.hp-card-when { font-family: var(--font-head); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.hp-card-sym { width: 64px; height: 64px; margin: 6px 0; }
.hp-card-sym svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hp-card-title { font-size: clamp(22px, 2.4vw, 30px); }
.hp-card-text { color: var(--ink-2); font-size: 15px; margin: 0; flex: 1; }
.hp-card-open { font-family: var(--font-head); font-weight: 500; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.hp-card template { display: none; }
.hp-chap::backdrop, .hp-bk::backdrop, .hp-auth-dlg::backdrop, .hp-box::backdrop { background: rgba(0,0,0,0.7); }
.hp-chap { border: 0; padding: 0; background: var(--dlg-bg); color: var(--dlg-ink); width: min(680px, calc(100vw - 32px)); max-height: calc(100vh - 32px); border-radius: var(--radius); box-shadow: var(--shadow); }
.hp-chap-in { padding: 28px 28px 22px; overflow: auto; max-height: calc(100vh - 32px); }
.hp-chap-x { position: absolute; right: 8px; top: 8px; }
.hp-chap-eyebrow { display: flex; gap: 12px; align-items: baseline; margin: 0 0 8px; }
.hp-chap-eyebrow .hp-card-num { font-size: 30px; }
.hp-chap-body h3 { font-size: clamp(26px, 3.4vw, 40px); margin: 0 0 14px; }
.hp-chap-body p { font-size: 16.5px; line-height: 1.6; }
.hp-chap-body figure { margin: 18px 0; }
.hp-chap-body figcaption { font-size: 13px; color: var(--ink-2); margin-top: 6px; }
.hp-chap-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.hp-chap-nav .hp-btn { min-height: 42px; padding: 0 14px; font-size: 13px; }

.hp-path { position: relative; }
.hp-path-svg { display: none; }
.hp-path-line { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; transition: stroke-dashoffset 2.4s cubic-bezier(0.4, 0, 0.2, 1); }
.hp-path-steps { list-style: none; margin: 0; padding: 0 0 0 30px; position: relative; display: grid; gap: 22px; }
.hp-path-steps::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.hp-path-step { position: relative; }
.hp-path-step b { position: absolute; left: -30px; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); color: #fff; font: 500 11px/20px var(--font-head); text-align: center; }
.hp-path-step h3 { font-size: 22px; margin-bottom: 4px; }
.hp-path-step p { margin: 0; color: var(--ink-2); font-size: 15px; }
.js .hp-path-step { opacity: 0; transform: translateY(10px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .hp-path-step.in { opacity: 1; transform: none; }
@media (min-width: 900px) {
  .hp-path-svg { display: block; width: 100%; height: auto; }
  .hp-path-steps { display: block; padding: 0; position: absolute; inset: 0; }
  .hp-path-steps::before { display: none; }
  .hp-path-step { position: absolute; left: var(--x); top: var(--y); width: 200px; transform: translate(-50%, 0); }
  .hp-path-step b { position: static; display: inline-block; width: 26px; height: 26px; line-height: 26px; font-size: 13px; margin-bottom: 8px; }
  .hp-path-step h3 { font-size: 20px; }
  .hp-path-step p { font-size: 14px; }
  .js .hp-path-step { transform: translate(-50%, 10px); }
  .js .hp-path-step.in { transform: translate(-50%, 0); }
}

.hp-halls { display: grid; gap: 22px; }
@media (min-width: 900px) { .hp-halls { grid-template-columns: 1.6fr 1fr; align-items: start; } }
.hp-map { --tip-bg: var(--dlg-bg); }
.hp-map-tabs { display: flex; gap: 8px; margin-bottom: 10px; }
.hp-map-stage { position: relative; overflow: hidden; touch-action: none; background: var(--map-bg); border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 1 / 1; user-select: none; -webkit-user-select: none; cursor: grab; }
.hp-map.zoomed .hp-map-stage { cursor: grabbing; }
.hp-map-view { width: 100%; height: 100%; transform-origin: 0 0; will-change: transform; display: flex; align-items: center; justify-content: center; padding: 10px 10px 62px; }
.hp-map-view svg { width: 100%; height: 100%; max-height: 100%; display: block; }
.hp-map-ctl { position: absolute; right: 8px; bottom: 70px; z-index: 3; display: flex; flex-direction: column; gap: 4px; }
.hp-map-ctl button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--dlg-bg); color: var(--dlg-ink); font-size: 20px; cursor: pointer; }
.hp-map-tip { position: absolute; transform: translate(-50%, -100%); background: var(--tip-bg); color: var(--dlg-ink); border: 1px solid var(--line); padding: 6px 10px; font-size: 13px; border-radius: var(--radius); white-space: nowrap; pointer-events: none; box-shadow: var(--shadow); z-index: 3; }
.hp-map-legend { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px 16px; padding: 10px 14px 12px; font-size: 13px; color: var(--ink-2); align-items: center; pointer-events: none; }
.hp-map-legend label, .hp-map-legend input { pointer-events: auto; }
.hp-map-legend i { display: inline-block; width: 14px; height: 14px; border-radius: 3px; margin-right: 6px; vertical-align: -2px; border: 1.5px solid var(--map-table-line); background: var(--map-table); }
.hp-map-legend .busy i { background: var(--map-busy); border-style: dashed; border-color: var(--map-busy-line); }
.hp-map-legend .on i { background: var(--map-on); border-color: var(--map-on); }
.hp-map-legend .off i { background: repeating-linear-gradient(45deg, transparent 0 3px, var(--map-busy-line) 3px 4px); border-color: var(--map-busy-line); }
.hp-map-legend .note { flex-basis: 100%; font-size: 12.5px; }
.hp-map-demo { font-size: 13px; display: inline-flex; gap: 6px; align-items: center; cursor: pointer; }
.hp-map-demo input { accent-color: var(--accent); }
.hp-map-list { font-size: 14.5px; margin: 8px 0 0; }
.hp-map-list summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 8px 0; }
.hp-map-list fieldset { border: 0; padding: 0; margin: 10px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.hp-map-list legend { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); padding: 0; margin-bottom: 6px; }
.hp-map-li { min-height: 40px; padding: 4px 10px; border: 1px solid var(--line); background: transparent; border-radius: var(--radius); font-size: 13.5px; cursor: pointer; }
.hp-map-li.on { background: var(--map-on); color: var(--map-on-ink); border-color: var(--map-on); }
.hp-map-li.busy, .hp-map-li.off { border-style: dashed; }
.hp-map .room { fill: var(--map-room); stroke: var(--map-line); stroke-width: 70; }
.hp-map .fix { fill: var(--map-fix); stroke: var(--map-line); stroke-width: 40; }
.hp-map .bar { stroke-width: 50; }
.hp-map .step-line { stroke: var(--map-line); stroke-width: 24; opacity: 0.6; }
.hp-map .wall { stroke: var(--accent); stroke-width: 110; opacity: 0.55; }
.hp-map .lattice { stroke: var(--map-line); stroke-width: 90; stroke-dasharray: 60 60; opacity: 0.7; }
.hp-map .gap { stroke: var(--map-bg); stroke-width: 110; }
.hp-map .door { fill: none; stroke: var(--map-line); stroke-width: 30; stroke-dasharray: 80 60; }
.hp-map .leaf { stroke: var(--map-line); stroke-width: 50; }
.hp-map .rname { fill: var(--ink-2); font: 500 330px var(--font-head); text-anchor: middle; letter-spacing: 0.06em; text-transform: uppercase; pointer-events: none; }
.hp-map .t { cursor: pointer; }
.hp-map .hit { fill: transparent; }
.hp-map .t rect:not(.hit), .hp-map .t circle { fill: var(--map-table); stroke: var(--map-table-line); stroke-width: 40; transition: fill 0.15s ease; }
.hp-map .t text { fill: var(--map-table-ink); font: 500 380px var(--font-head); text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.hp-map .t .seats { font-size: 210px; opacity: 0.7; dominant-baseline: auto; }
.hp-map .t.small text { font-size: 280px; }
.hp-map .t:hover rect:not(.hit), .hp-map .t:hover circle { stroke: var(--ink); }
.hp-map .t.on rect:not(.hit), .hp-map .t.on circle { fill: var(--map-on); stroke: var(--map-on); }
.hp-map .t.on text { fill: var(--map-on-ink); }
.hp-map .t.busy rect:not(.hit), .hp-map .t.busy circle { fill: var(--map-busy); stroke: var(--map-busy-line); stroke-dasharray: 90 70; }
.hp-map .t.busy, .hp-map .t.off { cursor: not-allowed; }
.hp-map .t.busy text, .hp-map .t.off text { opacity: 0.45; }
.hp-map .t.off rect:not(.hit), .hp-map .t.off circle { fill: none; stroke: var(--map-busy-line); }
.hp-sheet { position: fixed; inset: auto 0 0 0; z-index: 60; background: var(--dlg-bg); color: var(--dlg-ink); border-top: 1px solid var(--line); border-radius: 14px 14px 0 0; box-shadow: 0 -10px 40px rgba(0,0,0,0.4); padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); }
.hp-sheet-t { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; margin: 0 0 2px; }
.hp-sheet-s { color: var(--ink-2); margin: 0 0 14px; }
.hp-sheet-b { display: flex; gap: 10px; }
.hp-sheet-b .hp-btn { flex: 1; }
.hp-halls-side .hp-pick { display: flex; flex-direction: column; gap: 10px; padding: 16px; background: var(--card-bg); border: 1px solid var(--accent); border-radius: var(--radius); margin: 0 0 18px; }
.hp-halls-side .hp-pick span { font-family: var(--font-head); font-size: 18px; }
.hp-zones { margin: 0; display: grid; gap: 12px; }
.hp-zones div { display: grid; gap: 2px; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--line-2); }
.hp-zones dt { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; font-size: 14px; }
.hp-zones dd { margin: 0; color: var(--ink-2); font-size: 14.5px; }

.hp-bk { border: 0; padding: 0; margin: 0; width: 100vw; max-width: 100vw; height: 100vh; max-height: 100vh; background: var(--dlg-bg); color: var(--dlg-ink); }
.hp-bk[open] { display: flex; }
.hp-bk-in { display: flex; flex-direction: column; width: 100%; height: 100%; }
.hp-bk-head { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-bottom: 1px solid var(--line-2); flex: none; }
.hp-bk-name { flex: 1; text-align: center; font-family: var(--font-head); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); }
.hp-sheet-tools { flex: none; display: flex; gap: 2px; }
.hp-bk-body { flex: 1; overflow: auto; padding: 22px 20px 30px; }
.hp-bk-title { font-size: clamp(30px, 5vw, 44px); margin-bottom: 14px; }
.hp-bk-foot { margin-top: 20px; display: flex; gap: 10px; }
.hp-bk-foot .hp-btn { flex: 1; }
@media (min-width: 900px) {
  .hp-bk { width: min(560px, 100vw); left: auto; right: 0; margin: 0 0 0 auto; border-left: 1px solid var(--line); box-shadow: var(--shadow); }
  .hp-bk-body { padding: 26px 30px 40px; }
  .hp-bk-foot { justify-content: flex-end; }
  .hp-bk-foot .hp-btn { flex: none; min-width: 200px; }
  .hp-bk.full { width: 100vw; max-width: 100vw; border-left: 0; }
  .hp-bk.full .hp-bk-body > * { max-width: 720px; margin-left: auto; margin-right: auto; }
  .hp-chap.full { width: 100vw; max-width: 100vw; height: 100vh; max-height: 100vh; border-radius: 0; }
  .hp-chap.full .hp-chap-in { max-height: 100vh; }
  .hp-chap.full .hp-chap-body { max-width: 720px; margin: 0 auto; }
}

.hp-strip {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
  padding-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.hp-strip > .hp-chip { flex: 0 0 auto; scroll-snap-align: center; }
.hp-strip > .hp-sub { flex: 0 0 auto; margin: 0; }

.hp-strip { scrollbar-width: none; -ms-overflow-style: none; }
.hp-strip::-webkit-scrollbar { width: 0; height: 0; display: none; }

.hp-wish { display: flex; flex-direction: column; gap: 8px; padding: 10px 12px; background: var(--field-bg); color: var(--field-ink); border: 1px solid var(--field-line); border-radius: var(--radius); }
.hp-wish:focus-within { border-color: var(--accent); }
.hp-wish textarea { width: 100%; min-height: 68px; padding: 0; border: 0; background: none; color: inherit; font: inherit; resize: vertical; outline: none; }
.hp-wish [data-pick-slot]:empty { display: none; }
.hp-picked { margin: 0; }
.hp-tag { display: inline-flex; align-items: center; gap: 8px; padding: 4px 5px 4px 11px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--font-head); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.hp-tag-x { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; padding: 0; border: 0; border-radius: 50%; background: var(--line-2); color: inherit; font-size: 10px; line-height: 1; cursor: pointer; }
.hp-tag-x:hover { background: var(--accent); color: var(--accent-ink); }
.hp-venues { display: grid; gap: 10px; }
.hp-venue { display: grid; gap: 2px; padding: 14px 16px 14px 46px; border: 1px solid var(--field-line); border-radius: var(--radius); cursor: pointer; position: relative; }
.hp-venue input { position: absolute; left: 16px; top: 18px; accent-color: var(--accent); width: 18px; height: 18px; }
.hp-venue b { font-family: var(--font-head); font-size: 18px; text-transform: uppercase; letter-spacing: 0.06em; }
.hp-venue span { color: var(--ink-2); font-size: 14.5px; }
.hp-venue.on { border-color: var(--accent); }
.hp-stepper { display: flex; align-items: center; gap: 14px; margin: 6px 0 12px; }
.hp-stepper b { font-family: var(--font-display); font-size: 40px; min-width: 6ch; text-align: center; text-transform: uppercase; }
.hp-stepper .hp-icon-btn { border-color: var(--line); font-size: 24px; }
.hp-you { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: baseline; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 8px; }
.hp-you b { font-family: var(--font-head); font-size: 18px; }
.hp-or { margin: 6px 0 10px; font-size: 14.5px; color: var(--ink-2); }
.hp-auth-slot { margin: 10px 0 14px; padding: 16px; border: 1px dashed var(--line); border-radius: var(--radius); }
.hp-sum { margin: 0; display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.hp-sum > div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line-2); position: relative; }
.hp-sum > div.go { cursor: pointer; }
.hp-sum > div.go:hover dd, .hp-sum > div.go:focus-visible dd { color: var(--accent); }
.hp-sum dt { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); padding-top: 2px; }
.hp-sum dd { margin: 0; }
.hp-sum dd small { color: var(--ink-2); }
.hp-sum-edit { position: absolute; right: 0; top: 12px; font-size: 12px; font-style: normal; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; }
.hp-done { text-align: center; padding: 30px 0; }
.hp-done-mark { font-size: 54px; color: var(--accent); margin: 0 0 8px; line-height: 1; }
.hp-done h2 { font-size: clamp(30px, 5vw, 44px); margin-bottom: 10px; }
.hp-done-card { font-family: var(--font-head); font-size: 20px; margin-bottom: 14px; }
.hp-done .hp-auth-slot { text-align: left; }

.hp-auth-t { font-size: clamp(24px, 3vw, 32px); margin-bottom: 8px; }
.hp-auth-step { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 6px; }
.hp-auth-foot { display: flex; gap: 10px; align-items: center; margin-top: 14px; }
.hp-opts { display: grid; gap: 8px; margin: 10px 0; }
.hp-opt { display: grid; gap: 2px; text-align: left; padding: 12px 14px; border: 1px solid var(--field-line); border-radius: var(--radius); background: transparent; cursor: pointer; }
.hp-opt b { font-family: var(--font-head); font-size: 16px; text-transform: uppercase; letter-spacing: 0.06em; }
.hp-opt span { font-size: 14px; color: var(--ink-2); }
.hp-opt:hover:not([disabled]) { border-color: var(--accent); }
.hp-auth-dlg { border: 0; padding: 0; background: var(--dlg-bg); color: var(--dlg-ink); width: min(480px, calc(100vw - 24px)); border-radius: var(--radius); box-shadow: var(--shadow); }
.hp-auth-dlg-in { padding: 26px 24px 22px; position: relative; max-height: calc(100vh - 40px); overflow: auto; }
.hp-auth-x { position: absolute; right: 6px; top: 6px; }

.hp-cab { padding: calc(var(--top-h) + 30px) 0 60px; }
.hp-cab-auth { max-width: 520px; }
.hp-cab-auth h1 { font-size: clamp(34px, 6vw, 60px); margin-bottom: 12px; }
.hp-cab-hero { margin-bottom: 30px; }
.hp-cab-hero h1 { font-size: clamp(32px, 6vw, 64px); }
.hp-cab-card { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin: 16px 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card-bg); }
.hp-cab-no { font-family: var(--font-head); letter-spacing: 0.14em; color: var(--ink-2); flex-basis: 100%; }
.hp-cab-bal { font-family: var(--font-display); font-size: 46px; line-height: 1; }
.hp-cab-nav { display: flex; flex-wrap: wrap; gap: 4px 18px; font-family: var(--font-head); font-weight: 500; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; }
.hp-cab-nav a { text-decoration: none; padding: 8px 0; border-bottom: 2px solid transparent; }
.hp-cab-nav a:hover { border-color: var(--accent); }
.hp-cab-sec { padding: 26px 0; border-top: 1px solid var(--line-2); scroll-margin-top: calc(var(--top-h) + 10px); }
.hp-cab-sec h2 { font-size: clamp(26px, 3.6vw, 40px); margin-bottom: 14px; }
.hp-cab-sub { font-family: var(--font-head); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin: 18px 0 8px; }
.hp-empty { color: var(--ink-2); padding: 14px 16px; border: 1px dashed var(--line); border-radius: var(--radius); display: grid; gap: 10px; justify-items: start; }
.hp-empty p { margin: 0; }
.hp-bk-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.hp-bk-row { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); align-items: center; }
.hp-bk-row b { font-family: var(--font-head); font-size: 17px; }
.hp-bk-row span { color: var(--ink-2); font-size: 14.5px; grid-column: 1; }
.hp-bk-row .st { grid-column: 2; grid-row: 1; font-style: normal; font-family: var(--font-head); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.hp-bk-row .hp-lnk { grid-column: 2; grid-row: 2; font-size: 13px; justify-self: end; }
.hp-bk-list.past .hp-bk-row { opacity: 0.7; }
.hp-bk-row.cancelled .st, .hp-bk-row.came .st { color: var(--ink-2); }
.hp-facts { list-style: none; margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 720px) { .hp-facts { grid-template-columns: repeat(4, 1fr); } }
.hp-facts li { padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--line-2); }
.hp-facts b { display: block; font-family: var(--font-display); font-size: 30px; line-height: 1; }
.hp-facts span { font-size: 13.5px; color: var(--ink-2); }
.hp-hist { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.hp-hist li { display: grid; grid-template-columns: 70px 1fr auto; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line-2); align-items: baseline; }
.hp-hist .d { color: var(--ink-2); font-size: 13.5px; }
.hp-hist small { display: block; color: var(--ink-2); font-size: 13px; }
.hp-hist b { font-family: var(--font-head); font-size: 17px; }
.hp-hist .minus { color: var(--ink-2); }
.hp-ref { display: grid; gap: 10px; padding: 16px; border: 1px solid var(--accent); border-radius: var(--radius); margin-bottom: 12px; }
.hp-ref-code, .hp-ref-link { display: grid; gap: 4px; }
.hp-ref-code span, .hp-ref-link span { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); }
.hp-ref-code b { font-family: var(--font-display); font-size: 40px; line-height: 1; letter-spacing: 0.06em; }
.hp-ref-link .hp-field { margin: 0; font-size: 14px; }
.hp-ref-act { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.hp-inv { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.hp-inv li { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: var(--radius); align-items: center; font-size: 14.5px; }
.hp-inv .st { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.hp-inv .st.accrued, .hp-inv .st.visited { color: var(--accent); }
.hp-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.hp-links li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); align-items: center; }
.hp-links b { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.08em; }
.hp-links span { grid-column: 1; color: var(--ink-2); font-size: 14.5px; }
.hp-links .hp-btn, .hp-links .hp-ok-mark, .hp-links .hp-soon { grid-column: 2; grid-row: 1 / span 2; }
.hp-ok-mark { color: var(--accent); font-size: 22px; font-style: normal; }
.hp-soon { font-style: normal; font-family: var(--font-head); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); border: 1px dashed var(--line); padding: 4px 8px; }
.hp-cab-out { margin-top: 30px; }

.hp-revs { display: grid; gap: 14px; }
@media (min-width: 720px) { .hp-revs { grid-template-columns: repeat(3, 1fr); } }
.hp-rev { display: grid; gap: 4px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; background: var(--card-bg); }
.hp-rev .plat { font-family: var(--font-head); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); }
.hp-rev .score { font-family: var(--font-display); font-size: 56px; line-height: 1; }
.hp-rev .score i { font-style: normal; font-size: 20px; color: var(--ink-2); }
.hp-rev .note { font-size: 14px; color: var(--ink-2); }
.hp-rev .go { font-family: var(--font-head); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; margin-top: 6px; }
.hp-quote { font-size: clamp(20px, 2.6vw, 30px); line-height: 1.35; max-width: 30ch; margin: 30px 0 0; font-family: var(--font-head); font-weight: 300; }
.hp-quote footer { font: 13px/1.4 var(--font-text); color: var(--ink-2); margin-top: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.hp-shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 720px) { .hp-shots { grid-template-columns: repeat(4, 1fr); } }
.hp-shot { padding: 0; border: 0; background: none; cursor: zoom-in; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); }
.hp-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.hp-shot:hover img { transform: scale(1.04); }
.hp-box { border: 0; padding: 0; background: transparent; max-width: 96vw; max-height: 96vh; }
.hp-box img { max-width: 96vw; max-height: 96vh; object-fit: contain; }
.hp-teasers { display: grid; gap: 18px; }
@media (min-width: 900px) { .hp-teasers { grid-template-columns: 1fr 1fr; } }
.hp-teaser { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card-bg); display: flex; flex-direction: column; gap: 12px; }
.hp-teaser h2 { font-size: clamp(28px, 3.6vw, 44px); }
.hp-teaser ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.hp-teaser li { font-size: 13.5px; border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; }
.hp-teaser .hp-btn { align-self: flex-start; }
.hp-teaser .hp-facts { margin: 0; grid-template-columns: repeat(3, 1fr); }
.hp-geo-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hp-addr { font-style: normal; font-family: var(--font-display); font-size: clamp(28px, 4vw, 48px); text-transform: uppercase; line-height: 1.05; }
.hp-faq details { border-bottom: 1px solid var(--line-2); }
.hp-faq summary { cursor: pointer; padding: 16px 0; font-family: var(--font-head); font-weight: 500; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.hp-faq summary::-webkit-details-marker { display: none; }
.hp-faq summary::after { content: "+"; color: var(--accent); font-size: 22px; line-height: 1; }
.hp-faq details[open] summary::after { content: "−"; }
.hp-faq p { margin: 0 0 18px; color: var(--ink-2); max-width: 70ch; }

.hp-foot { padding: 50px 0 calc(40px + var(--sticky-h)); border-top: 1px solid var(--line-2); color: var(--ink-2); font-size: 14.5px; }
.hp-foot .hp-wrap { display: grid; gap: 8px; }
.hp-foot .name { font-family: var(--font-head); font-weight: 500; font-size: 18px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); }
.hp-foot address { font-style: normal; }
.hp-foot-links { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 8px; }
.hp-foot-links a { text-decoration: none; text-underline-offset: 3px; }
.hp-foot-links a:hover { text-decoration: underline; }
.hp-foot-note { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; font-size: 13px; }
.hp-foot .adult { display: inline-block; border: 1.5px solid currentColor; border-radius: 50%; width: 30px; height: 30px; line-height: 27px; text-align: center; font-weight: 700; font-size: 11px; }
@media (min-width: 900px) { .hp-foot { padding-bottom: 40px; } }

.hp-sticky { position: fixed; inset: auto 0 0 0; z-index: 35; display: flex; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: var(--top-bg, rgba(11,10,9,0.9)); border-top: 1px solid var(--line-2); backdrop-filter: blur(8px); transform: translateY(110%); transition: transform 0.3s ease; }
.hp-sticky .hp-btn { flex: 1; min-height: 48px; font-size: 14px; }
.hp-sticky .hp-btn.resume { font-size: 13px; letter-spacing: 0.02em; text-transform: none; }
.hp-sticky .hp-btn-o { flex: 0 0 auto; padding: 0 16px; }
.scrolled-past .hp-sticky, html:not(.js) .hp-sticky { transform: none; }
@media (min-width: 900px) { .hp-sticky { left: auto; right: 20px; bottom: 20px; border: 1px solid var(--line); border-radius: var(--radius); padding: 8px; box-shadow: var(--shadow); } .hp-sticky .hp-btn { flex: none; min-width: 200px; } .hp-sticky .hp-btn-o { display: none; } }
.hp-top.scrolled ~ * .hp-sticky, body:has(.hp-top.scrolled) .hp-sticky { transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hp-smoke { display: none; }
  .hp-path-line { stroke-dashoffset: 0 !important; }
}

.hp-map .room.service { fill: var(--map-fix); }
.hp-map .hatch { stroke: var(--map-line); stroke-width: 16; opacity: 0.35; }
.hp-map .hatch-fill { stroke: none; pointer-events: none; }
.hp-map .rname.service, .hp-map .rname.small { font-size: 230px; opacity: 0.85; }
.hp-map .rname.entry { fill: var(--accent); font-size: 300px; }
.hp-map .seat, .hp-map .sofa { fill: var(--map-fix); stroke: var(--map-table-line); stroke-width: 26; }
.hp-map .seat-back, .hp-map .sofa-back { stroke: var(--map-table-line); stroke-width: 80; stroke-linecap: round; }
.hp-map .block { stroke-dasharray: 90 60; }
.hp-map .arrow { fill: var(--accent); stroke: none; }
