:root {
    --black: #111111;
    --paper: #FFF6D8;
    --card: #FFFFFF;
    --paper-2: #F3E4B0;
    --title: #16140F;
    --text: #2A261C;
    --muted: #5C5648;
    --soft: #8A8370;
    --yellow: #F5C518;
    --rust: #C45A2A;
    --teal: #2A6B6B;
    --border: rgba(245, 197, 24, 0.28);
    --shadow: 0 14px 34px rgba(0,0,0,0.28);
    --max: 1200px;
    --header-h: 138px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; font-size: 16px; line-height: 1.75; overflow-x: hidden; }
body.ui-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: var(--black); box-shadow: 0 4px 18px rgba(0,0,0,.24); }
.ticket-strip { height: 22px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(16px, calc((100vw - var(--max)) / 2)); color: var(--yellow); border-bottom: 1px dashed rgba(245,197,24,.35); font-size: 11px; letter-spacing: .06em; }
.ticket-strip-brand { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.strip-search-button { height: 22px; min-width: 54px; border: 0; background: transparent; color: var(--yellow); padding: 0 4px; }
.marquee-bar { height: 72px; max-width: var(--max); margin: 0 auto; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; color: var(--yellow); }
.brand-link { display: inline-flex; align-items: center; justify-self: start; min-height: 44px; max-width: 230px; }
.brand-logo, .drawer-logo, .footer-logo { max-height: 38px; width: auto; max-width: 210px; object-fit: contain; }
.brand-wordmark { color: var(--yellow); font-size: 24px; line-height: 1; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.ticket-window-button, .app-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--yellow); border-radius: 7px; padding: 0 20px; font-weight: 800; }
.ticket-window-button { background: var(--yellow); color: var(--black); }
.app-link { justify-self: end; background: transparent; color: var(--yellow); }
.showtime-nav { height: 44px; background: var(--yellow); color: var(--black); }
.showtime-nav-inner { max-width: var(--max); height: 44px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; gap: 10px; overflow: hidden; }
.showtime-nav a { min-height: 32px; display: inline-flex; align-items: center; padding: 0 12px; font-weight: 800; border-radius: 5px; white-space: nowrap; }
.showtime-nav a:hover, .showtime-nav a.active { background: var(--black); color: var(--yellow); }
.site-main { padding-top: var(--header-h); }
.content-well { width: min(calc(100% - 32px), var(--max)); margin: 24px auto 52px; background: var(--paper); border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 12px; overflow: hidden; }
.page-shell { padding: clamp(24px, 4vw, 54px); }
.hero, .page-hero { display: grid; gap: 22px; }
.page-hero { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; }
.hero-copy { max-width: 820px; }
.eyebrow { display: inline-block; color: var(--rust); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--title); line-height: 1.25; margin-top: 0; }
h1 { font-size: clamp(28px, 4vw, 32px); margin-bottom: 12px; }
h2 { font-size: clamp(21px, 3vw, 25px); margin-bottom: 12px; }
h3 { font-size: 18px; margin-bottom: 8px; }
p { margin: 0 0 16px; }
.lead { font-size: 17px; color: var(--muted); max-width: 840px; }
.content-image, .image-slot { width: 100%; max-height: 300px; border-radius: 10px; object-fit: cover; background: var(--black); }
.image-slot { min-height: 210px; display: flex; align-items: center; justify-content: center; color: var(--yellow); border: 1px solid rgba(245,197,24,.35); letter-spacing: .16em; font-weight: 900; }
.hero-image { max-height: 300px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 6px; border: 1px solid var(--black); font-weight: 900; }
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-secondary { background: var(--black); color: var(--yellow); }
.section-block { padding: 34px 0; border-top: 1px solid rgba(22,20,15,.14); }
.section-block:first-child { border-top: 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-head p { max-width: 680px; color: var(--muted); margin: 0; }
.grid-2, .grid-3, .grid-4, .grid-6 { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .ticket-card, .index-card, .policy-card, .faq-item, .step-card { background: var(--card); border: 1px solid rgba(22,20,15,.12); border-radius: 10px; padding: 20px; box-shadow: 0 8px 22px rgba(17,17,17,.07); }
.card p, .ticket-card p, .index-card p, .policy-card p, .step-card p { color: var(--muted); }
.card img { margin-bottom: 16px; }
.ticket-stack { margin-top: 16px; }
.ticket-card { position: relative; border-left: 6px solid var(--yellow); }
.ticket-card.rust { border-left-color: var(--rust); }
.ticket-card.teal { border-left-color: var(--teal); }
.ticket-card::before, .ticket-card::after { content: ""; position: absolute; left: -9px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper); }
.ticket-card::before { top: 18px; }
.ticket-card::after { bottom: 18px; }
.card-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 900; color: var(--title); border-bottom: 2px solid var(--yellow); }
.number-list { display: grid; gap: 10px; }
.number-row { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(22,20,15,.12); }
.number-row:last-child { border-bottom: 0; }
.big-number { color: var(--yellow); background: var(--black); border-radius: 7px; min-height: 58px; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 950; letter-spacing: .05em; }
.directory-list { display: grid; gap: 12px; }
.directory-item { display: grid; grid-template-columns: 170px minmax(0,1fr) auto; gap: 16px; align-items: center; background: var(--card); border: 1px solid rgba(22,20,15,.12); padding: 18px; border-radius: 9px; }
.directory-item strong { color: var(--title); }
.directory-item span { color: var(--muted); }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 2px 10px; border-radius: 5px; background: var(--yellow); color: var(--black); font-size: 13px; font-weight: 900; }
.tag.rust { background: var(--rust); color: #fff7e6; }
.tag.teal { background: var(--teal); color: #fffbe8; }
.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px; width: 2px; background: var(--black); opacity: .22; }
.timeline-item { position: relative; padding: 0 0 28px 18px; }
.timeline-item::before { content: ""; position: absolute; left: -31px; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); border: 3px solid var(--black); }
.timeline-item:last-child { padding-bottom: 0; }
.quote-note { background: var(--black); color: #F2E5B8; border-radius: 10px; padding: 22px; }
.quote-note h2, .quote-note h3 { color: var(--yellow); }
.quote-note p { color: #F2E5B8; }
.editorial-note { border-left: 5px solid var(--rust); padding: 16px 18px; background: #fffdf4; border-radius: 7px; }
.notice-strip { background: var(--paper-2); border: 1px dashed rgba(22,20,15,.35); padding: 16px; border-radius: 8px; color: var(--muted); }
.faq-list { display: grid; gap: 14px; }
.faq-item h2 { font-size: 18px; }
.faq-item p { margin-bottom: 0; }
.app-showcase { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 30px; align-items: center; }
.app-icon { width: 92px; height: 92px; object-fit: contain; border-radius: 18px; background: var(--black); padding: 8px; margin-bottom: 16px; }
.app-icon-slot { width: 92px; height: 92px; min-height: 92px; border-radius: 18px; }
.breadcrumbs { color: var(--soft); font-size: 14px; margin-bottom: 16px; }
.breadcrumbs a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.site-footer { background: var(--black); color: var(--yellow); border-top: 1px solid rgba(245,197,24,.24); padding: 42px 0 80px; }
.footer-inner { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.footer-brand { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid rgba(245,197,24,.2); }
.footer-brand strong { display: block; font-size: 20px; }
.footer-brand span { display: block; color: #E8D9A0; font-size: 12px; letter-spacing: .12em; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 26px; padding: 28px 0; }
.footer-grid h2 { color: var(--yellow); font-size: 16px; }
.footer-grid a { display: block; color: #E8D9A0; padding: 5px 0; }
.footer-grid a:hover { color: var(--yellow); text-decoration: underline; }
.footer-notice, .footer-copy { color: #E8D9A0; font-size: 14px; }
.footer-copy { margin-bottom: 0; }
.screen-overlay { position: fixed; inset: 0; z-index: 1200; background: rgba(0,0,0,.66); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.screen-overlay.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.ticket-drawer { position: fixed; top: 0; right: 0; z-index: 1300; width: min(380px, 88vw); height: 100dvh; background: var(--paper); color: var(--text); transform: translateX(102%); visibility: hidden; pointer-events: none; transition: transform .26s ease, visibility .26s ease; box-shadow: -18px 0 40px rgba(0,0,0,.35); overflow-y: auto; overscroll-behavior: contain; }
.ticket-drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { min-height: 76px; background: var(--black); color: var(--yellow); padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; position: sticky; top: 0; z-index: 2; }
.drawer-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.drawer-logo { max-width: 135px; }
.drawer-brand strong { white-space: nowrap; }
.icon-close { min-height: 44px; min-width: 58px; padding: 0 12px; border-radius: 6px; border: 1px solid currentColor; background: transparent; color: inherit; }
.drawer-body { padding: 18px; }
.drawer-body section { padding: 14px 0 20px; border-bottom: 1px solid rgba(22,20,15,.12); }
.drawer-body h2 { font-size: 15px; margin-bottom: 8px; color: var(--rust); }
.drawer-body a { display: block; padding: 10px 0; min-height: 54px; border-bottom: 1px dashed rgba(22,20,15,.11); }
.drawer-body a strong, .drawer-body a span { display: block; }
.drawer-body a span { color: var(--muted); font-size: 13px; line-height: 1.55; margin-top: 2px; }
.search-layer { position: fixed; left: 0; right: 0; top: 94px; z-index: 1300; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.search-layer.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.search-card { width: min(calc(100% - 32px), 900px); margin: 0 auto; background: var(--paper); border: 2px solid var(--yellow); border-radius: 10px; box-shadow: var(--shadow); padding: 24px; position: relative; }
.search-card::before, .search-card::after { content: ""; position: absolute; top: 50%; width: 20px; height: 20px; background: rgba(0,0,0,.66); border-radius: 50%; transform: translateY(-50%); }
.search-card::before { left: -12px; }
.search-card::after { right: -12px; }
.search-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.search-head h2 { margin: 4px 0 14px; }
.search-appearance { display: block; font-weight: 800; }
.search-appearance input { width: 100%; min-height: 48px; margin-top: 8px; border: 1px solid rgba(22,20,15,.35); background: #fff; color: var(--text); padding: 0 14px; border-radius: 6px; }
.search-hint { color: var(--muted); font-size: 13px; margin: 10px 0 14px; }
.search-links { display: flex; flex-wrap: wrap; gap: 9px; }
.search-links a { min-height: 44px; display: inline-flex; align-items: center; background: var(--black); color: var(--yellow); padding: 0 14px; border-radius: 6px; font-weight: 800; }
.mobile-bottom-nav { display: none; }
@media (hover:hover) {
    .btn:hover, .ticket-window-button:hover { transform: translateY(-1px); box-shadow: 0 5px 0 rgba(17,17,17,.12); }
    .card-link:hover { color: var(--rust); }
}
@media (max-width: 860px) {
    :root { --header-h: 94px; }
    .showtime-nav { display: none; }
    .page-hero, .app-showcase { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-3, .grid-6 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .directory-item { grid-template-columns: 130px minmax(0,1fr); }
    .directory-item .card-link { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    body { padding-bottom: calc(50px + env(safe-area-inset-bottom)); }
    .ticket-strip { padding-left: 16px; padding-right: 16px; }
    .marquee-bar { height: 72px; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; padding: 0 12px; }
    .brand-link { min-width: 0; max-width: 145px; }
    .brand-logo { max-width: 132px; max-height: 34px; }
    .brand-wordmark { font-size: 18px; letter-spacing: .04em; overflow: hidden; text-overflow: ellipsis; }
    .ticket-window-button, .app-link { min-height: 44px; padding: 0 11px; font-size: 14px; }
    .content-well { margin-top: 16px; margin-bottom: 30px; width: calc(100% - 32px); border-radius: 10px; }
    .page-shell { padding: 22px 16px 30px; }
    .grid-2, .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr; }
    .section-head { align-items: start; flex-direction: column; }
    .number-row { grid-template-columns: 58px minmax(0,1fr); gap: 12px; }
    .big-number { min-height: 50px; font-size: 22px; }
    .directory-item { grid-template-columns: 1fr; gap: 8px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .site-footer { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; height: calc(50px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5,1fr); background: var(--black); border-top: 1px solid rgba(245,197,24,.38); }
    .mobile-bottom-nav a { min-width: 0; min-height: 50px; display: flex; align-items: center; justify-content: center; color: #E8D9A0; font-size: 13px; font-weight: 800; }
    .mobile-bottom-nav a.active { background: var(--yellow); color: var(--black); }
    .screen-overlay { z-index: 1200; }
    .ticket-drawer { z-index: 1300; }
    .search-layer { top: 0; bottom: 0; background: var(--black); padding: 18px 0; overflow-y: auto; }
    .search-card { min-height: calc(100dvh - 36px); border-radius: 8px; box-shadow: none; }
    .search-card::before, .search-card::after { display: none; }
}
