:root {
    --bg: #F6EDE0;
    --deep-bg: #EAD7C0;
    --card: #FFFFFF;
    --sub-bg: #E8D2B4;
    --title: #3A2414;
    --text: #4A3220;
    --muted: #7A5634;
    --soft: #9A7450;
    --gold: #C4843C;
    --light-gold: #D9A05A;
    --dark-gold: #8B5A2B;
    --cream: #FFF6EA;
    --border: rgba(196, 132, 60, 0.18);
    --strong-border: rgba(196, 132, 60, 0.46);
    --shadow: 0 12px 28px rgba(58, 36, 20, 0.08);
    --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
    padding-top: 122px;
}
body.panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(196, 132, 60, 0.42); outline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--card); padding: 10px 14px; border-radius: 8px; border: 1px solid var(--strong-border); }
.skip-link:focus { top: 10px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.crown-line { height: 22px; position: fixed; top: 0; left: 0; right: 0; z-index: 90; background: var(--dark-gold); color: var(--cream); font-size: 12px; }
.crown-inner { width: min(var(--max), calc(100% - 32px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.top-search-btn { border: 0; background: transparent; color: var(--cream); min-height: 22px; padding: 0 8px; font-size: 12px; }
.palace-bar { height: 60px; position: fixed; top: 22px; left: 0; right: 0; z-index: 88; background: var(--card); border-bottom: 1px solid var(--border); }
.palace-inner { width: min(var(--max), calc(100% - 32px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.brand-link { justify-self: start; min-width: 120px; height: 44px; display: inline-flex; align-items: center; }
.brand-logo, .drawer-logo, .footer-logo { height: 28px; width: auto; object-fit: contain; object-position: center; }
.brand-text { color: var(--title); font-size: 16px; font-weight: 800; letter-spacing: .08em; }
.drawer-trigger { justify-self: center; min-width: 88px; min-height: 44px; border-radius: 999px; border: 1px solid var(--strong-border); background: var(--cream); color: var(--title); font-weight: 700; }
.drawer-trigger:hover { background: var(--sub-bg); }
.header-app-link { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: linear-gradient(135deg, #D9A05A 0%, #C4843C 55%, #8B5A2B 100%); color: var(--cream); font-weight: 800; font-size: 14px; }
.seat-tabs { height: 40px; position: fixed; top: 82px; left: 0; right: 0; z-index: 84; display: flex; justify-content: center; align-items: center; gap: 8px; background: var(--cream); border-bottom: 1px solid var(--border); font-size: 13px; }
.seat-tabs a { min-width: 74px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--muted); }
.seat-tabs a:hover { background: rgba(196,132,60,.1); color: var(--title); }
.seat-tabs a.active { background: var(--gold); color: var(--cream); font-weight: 800; }
.site-main { min-height: 60vh; }
.page-shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 34px 0 64px; }
.page-heading { margin-bottom: 28px; }
.eyebrow { margin: 0 0 8px; color: var(--dark-gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
h1, h2, h3 { color: var(--title); margin-top: 0; }
h1 { font-size: 24px; line-height: 1.3; margin-bottom: 12px; }
h2 { font-size: 20px; line-height: 1.4; margin-bottom: 12px; }
h3 { font-size: 16px; line-height: 1.45; margin-bottom: 8px; }
p { margin: 0 0 14px; }
.lead { max-width: 820px; color: var(--muted); }
.section-block { margin: 26px 0; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.soft-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 18px; }
.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)); }
.content-card { padding: 20px; }
.content-card p:last-child { margin-bottom: 0; }
.media-slot { background: linear-gradient(145deg, var(--cream), #fff 68%); border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.media-slot::before { content: ""; width: 42%; height: 42%; position: absolute; border-radius: 50%; border: 1px solid rgba(196,132,60,.16); box-shadow: 0 0 0 24px rgba(196,132,60,.035), 0 0 0 48px rgba(196,132,60,.025); }
.media-slot img { width: 100%; height: 100%; object-fit: contain; object-position: center; position: relative; z-index: 1; }
.media-slot img + * { position: relative; z-index: 1; }
.hero-media { height: 260px; }
.section-media { height: 200px; }
.card-media { height: 180px; }
.app-media { height: 360px; max-width: 420px; margin-inline: auto; }
.hero-copy { text-align: center; max-width: 820px; margin: 22px auto 0; }
.hero-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 8px; color: var(--dark-gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hero-brand img { width: 48px; height: 48px; object-fit: contain; }
.hero-copy h1 { margin-bottom: 12px; }
.hero-copy .main-line { font-size: 20px; color: var(--title); font-weight: 800; margin-bottom: 10px; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.btn { min-height: 44px; padding: 0 18px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, #D9A05A 0%, #C4843C 55%, #8B5A2B 100%); color: var(--cream); box-shadow: 0 8px 20px rgba(139,90,43,.18); }
.btn-secondary { background: var(--card); color: var(--title); border: 1px solid var(--strong-border); }

.actions-start { justify-content: flex-start; }
.shelf-spaced { margin-top: 14px; }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-title-row p { color: var(--muted); margin: 0; font-size: 13px; }
.number-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.number-list li { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; padding: 16px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; }
.number-list .num { font-size: 22px; font-weight: 900; color: var(--gold); line-height: 1.2; }
.number-list strong { display: block; color: var(--title); margin-bottom: 4px; }
.number-list p { margin: 0; color: var(--muted); }
.shelf { display: grid; gap: 12px; }
.shelf-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 16px; align-items: center; padding: 16px 18px; background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 10px; }
.shelf-row strong { color: var(--title); }
.shelf-row p { margin: 0; color: var(--muted); }
.shelf-row a { min-height: 40px; display: inline-flex; align-items: center; color: var(--dark-gold); font-weight: 800; }
.timeline { margin: 0; padding: 0; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px; width: 1px; background: var(--strong-border); }
.timeline li { position: relative; padding: 0 0 22px 48px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 9px; top: 7px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px var(--bg); }
.status { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: var(--sub-bg); color: var(--title); font-size: 12px; font-weight: 800; }
.note-list { display: grid; gap: 12px; }
.note { padding: 16px 18px; background: var(--card); border-radius: 10px; border: 1px solid var(--border); }
.note strong { color: var(--dark-gold); }
.prose { max-width: 900px; }
.prose > section { margin: 0 0 26px; padding: 22px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; }
.prose ul { margin: 10px 0 0; padding-left: 20px; }
.prose li { margin-bottom: 7px; }
.article-list { display: grid; gap: 14px; }
.article-item { padding: 20px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; }
.article-item .meta { color: var(--soft); font-size: 13px; margin-bottom: 6px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 18px 20px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; }
.faq-item h2, .faq-item h3 { margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; }
.notice-box { padding: 18px 20px; background: var(--deep-bg); border: 1px solid var(--strong-border); border-radius: 12px; color: var(--title); }
.site-footer { background: var(--dark-gold); color: var(--cream); border-top: 1px solid rgba(255,246,234,.28); font-size: 13px; }
.footer-inner { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 34px 0 28px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.footer-brand strong, .footer-brand span { color: var(--cream); font-weight: 800; }
.footer-brand small { color: var(--cream); letter-spacing: .08em; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,246,234,.20); }
.footer-grid h2 { color: var(--cream); font-size: 13px; margin-bottom: 8px; }
.footer-grid a { display: block; color: var(--cream); padding: 4px 0; }
.footer-grid a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.footer-notice { margin-top: 18px; color: var(--cream); max-width: 900px; }
.footer-copy { color: var(--cream); margin-bottom: 0; }
.overlay { position: fixed; inset: 0; z-index: 140; background: rgba(58,36,20,.34); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-drawer { position: fixed; top: 0; bottom: 0; right: 0; z-index: 150; width: 400px; max-width: 86vw; background: var(--cream); border-left: 1px solid var(--strong-border); box-shadow: -18px 0 40px rgba(58,36,20,.16); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .24s ease, visibility .24s ease; display: flex; flex-direction: column; }
.nav-drawer.open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.drawer-head { min-height: 76px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--border); background: var(--card); }
.drawer-brand { display: flex; align-items: center; gap: 10px; color: var(--title); font-weight: 800; }
.panel-close { min-width: 64px; min-height: 44px; border-radius: 10px; border: 1px solid var(--strong-border); background: var(--card); color: var(--title); }
.drawer-body { overflow-y: auto; padding: 10px 16px 28px; }
.drawer-body section { padding: 14px 0 4px; }
.drawer-body h2 { margin: 0 0 8px; color: var(--dark-gold); font-size: 13px; letter-spacing: .12em; }
.drawer-body a { display: block; min-height: 62px; padding: 10px 12px; margin-bottom: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; }
.drawer-body a:hover { border-color: var(--strong-border); box-shadow: var(--shadow); }
.drawer-body strong { display: block; color: var(--title); font-size: 14px; }
.drawer-body span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.search-layer { position: fixed; inset: 82px 0 0; z-index: 130; background: rgba(58,36,20,.18); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; padding: 14px 16px; }
.search-layer.open { opacity: 1; visibility: visible; pointer-events: auto; }
.search-card { width: min(780px, 100%); margin: 0 auto; background: var(--card); border: 1px solid var(--strong-border); border-radius: 14px; box-shadow: var(--shadow); padding: 20px; }
.search-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 14px; }
.search-head strong { color: var(--title); font-size: 18px; }
.search-head p { margin: 2px 0 0; color: var(--muted); }
.search-card input { width: 100%; height: 46px; border: 1px solid var(--strong-border); border-radius: 10px; padding: 0 14px; color: var(--title); background: var(--cream); }
.search-presets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.search-presets a { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--border); color: var(--title); background: var(--cream); font-weight: 800; }
.search-presets a span { color: var(--muted); font-size: 12px; font-weight: 400; }
.search-empty { margin: 14px 0 0; color: var(--muted); }
.mobile-bottom { display: none; }
.split-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; align-items: stretch; }
.split-feature .content-card { display: flex; flex-direction: column; justify-content: center; }
.quote-line { padding-left: 16px; border-left: 3px solid var(--gold); color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.tag { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--cream); border: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.contact-paths { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.contact-paths .content-card { min-height: 180px; }
@media (max-width: 820px) {
    body { padding-top: 82px; padding-bottom: calc(48px + env(safe-area-inset-bottom)); }
    .seat-tabs { display: none; }
    .palace-inner { grid-template-columns: 1fr auto 1fr; }
    .brand-link { min-width: 0; max-width: 120px; }
    .brand-logo { max-width: 112px; }
    .drawer-trigger { min-width: 74px; }
    .header-app-link { padding: 0 12px; }
    .page-shell { padding-top: 26px; }
    .grid-3, .grid-4, .grid-2, .split-feature, .contact-paths { grid-template-columns: 1fr; }
    .hero-media { height: 220px; }
    .section-media { height: 190px; }
    .card-media { height: 170px; }
    .shelf-row { grid-template-columns: 1fr; gap: 6px; }
    .search-layer { inset: 0; padding: 0; background: var(--dark-gold); }
    .search-card { width: 100%; min-height: 100%; margin: 0; border: 0; border-radius: 0; background: var(--dark-gold); color: var(--cream); padding: 24px 16px 72px; }
    .search-head strong { color: var(--cream); }
    .search-head p { color: var(--deep-bg); }
    .search-card input { background: var(--cream); }
    .search-presets { grid-template-columns: 1fr; }
    .search-presets a { background: rgba(255,246,234,.08); border-color: rgba(255,246,234,.24); color: var(--cream); }
    .search-presets a span { color: var(--deep-bg); }
    .search-empty { color: var(--deep-bg); }
    .search-card .panel-close { background: var(--cream); }
    .mobile-bottom { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: calc(48px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); background: var(--card); border-top: 1px solid var(--strong-border); }
    .mobile-bottom a { display: flex; align-items: center; justify-content: center; min-height: 48px; color: var(--muted); font-size: 12px; }
    .mobile-bottom a.active { background: var(--gold); color: var(--cream); font-weight: 800; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 480px) {
    .crown-inner, .palace-inner, .page-shell, .footer-inner { width: calc(100% - 32px); }
    .crown-inner { width: calc(100% - 24px); }
    .palace-inner { width: calc(100% - 24px); gap: 8px; }
    .brand-text { font-size: 15px; }
    .drawer-trigger { min-width: 66px; padding: 0 8px; }
    .header-app-link { font-size: 13px; padding: 0 10px; }
    .hero-media { height: 190px; }
    .app-media { height: 320px; }
    .hero-copy .main-line { font-size: 18px; }
    .section-title-row { align-items: start; flex-direction: column; gap: 4px; }
    .number-list li { grid-template-columns: 44px 1fr; padding: 14px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
