* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans TC', 'PingFang TC', sans-serif; }

/* ── NAVBAR ── */
.navbar { display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 64px; border-bottom: 0.5px solid #e0e0e0; background: #fff; position: relative; z-index: 200; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-wrap { display: flex; flex-direction: column; line-height: 1.2; }
.brand-zh { font-size: 14px; font-weight: 500; color: #1a1a1a; letter-spacing: 0.05em; }
.brand-en { font-size: 10px; color: #888; letter-spacing: 0.12em; }
.nav-links { display: flex; align-items: center; gap: 2rem; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-link { text-decoration: none; font-size: 14px; color: #555; }
.nav-link.active { color: #1a1a1a; font-weight: 500; }
.nav-link.video { display: flex; align-items: center; gap: 5px; }
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-sep { width: 0.5px; height: 18px; background: #e0e0e0; }
.btn-line-guest { display: flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 8px; border: 0.5px solid #b8912a; background: transparent; color: #b8912a; font-size: 13px; text-decoration: none; }
.btn-member-guest { display: flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 8px; background: #b8912a; color: #fff; font-size: 13px; text-decoration: none; border: none; cursor: pointer; }
.btn-line-outline { display: flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 8px; border: 0.5px solid #06c755; background: transparent; color: #06c755; font-size: 13px; text-decoration: none; }
.line-dot { width: 14px; height: 14px; background: #06c755; border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.line-dot span { font-size: 8px; font-weight: 700; color: #fff; line-height: 1; }
.member-wrap { position: relative; }
.member-btn { display: flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 8px; border: 0.5px solid #e0e0e0; background: #fff; color: #1a1a1a; font-size: 13px; cursor: pointer; text-decoration: none; }
.member-btn i { font-size: 15px; color: #b8912a; }
.member-btn .chevron { font-size: 12px; color: #aaa; transition: transform 0.2s; }
.dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: #fff; border: 0.5px solid #e0e0e0; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); min-width: 130px; overflow: hidden; display: none; z-index: 300; }
.dropdown.open { display: block; }
.dropdown a { display: flex; align-items: center; gap: 8px; padding: 11px 16px; font-size: 13px; color: #333; text-decoration: none; }
.dropdown a:hover { background: #faf8f4; }
.dropdown a i { font-size: 15px; color: #b8912a; }
.dropdown-divider { height: 0.5px; background: #f0ede6; }
.dropdown .logout-link { color: #aaa; }
.dropdown .logout-link i { color: #ddd; }
.btn-order { display: flex; align-items: center; gap: 7px; padding: 8px 20px; border-radius: 8px; background: #b8912a; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none; box-shadow: 0 2px 8px rgba(184,145,42,0.3); border: none; }

/* 漢堡 & 手機右側 - 電腦版隱藏 */
.hamburger { display: none; background: #f0ede6; border: none; cursor: pointer; padding: 8px; color: #b8912a; border-radius: 8px; line-height: 0; }
.mobile-right { display: none; align-items: center; gap: 8px; }
.btn-order-mobile { display: none; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 8px; background: #b8912a; color: #fff; font-size: 12px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; }

/* ── DRAWER ── */
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 1000; }
.mobile-overlay.open { display: block; }
.mobile-drawer { position: fixed; top: 0; right: -280px; width: 280px; height: 100%; background: #fff; z-index: 1001; transition: right 0.25s ease; box-shadow: -4px 0 20px rgba(0,0,0,0.12); display: flex; flex-direction: column; }
.mobile-drawer.open { right: 0; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem; border-bottom: 0.5px solid #e0e0e0; }
.drawer-logo { display: flex; align-items: center; gap: 8px; }
.drawer-brand-zh { font-size: 14px; font-weight: 500; color: #1a1a1a; }
.drawer-close { background: #f0f0f0; border: none; cursor: pointer; color: #333; font-size: 16px; display: flex; padding: 6px; border-radius: 6px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 0.5rem 0; }
.drawer-link { display: flex; align-items: center; gap: 12px; padding: 16px 1.5rem; font-size: 15px; color: #1a1a1a; text-decoration: none; border-bottom: 0.5px solid #f0f0f0; }
.drawer-link i { font-size: 20px; color: #555; }
.drawer-link.active { font-weight: 600; background: #faf8f4; }
.drawer-link.active i { color: #b8912a; }
.drawer-link.video-link i { color: #6aada0; }
.drawer-link.line-link { color: #06c755; }
.drawer-link.line-link i { color: #06c755; }
.drawer-link.gold-link { color: #b8912a; font-weight: 500; }
.drawer-link.gold-link i { color: #b8912a; }
.drawer-link.logout-link { color: #aaa; }
.drawer-link.logout-link i { color: #ccc; }
.drawer-divider { height: 8px; background: #f5f5f5; }
.drawer-footer { padding: 1.25rem; }
.drawer-cta { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border-radius: 10px; font-size: 15px; font-weight: 500; text-decoration: none; background: #b8912a; color: #fff; }
.drawer-member-info { display: flex; align-items: center; gap: 10px; padding: 16px 1.5rem 8px; background: #faf8f4; border-bottom: 0.5px solid #f0ede6; margin-bottom: 4px; }
.drawer-member-info i { font-size: 22px; color: #b8912a; }
.drawer-member-name { font-size: 15px; font-weight: 600; color: #1a1a1a; }
.drawer-member-label { font-size: 11px; color: #aaa; }

/* ── BANNER ── */
.page-banner { width: 100%; height: 140px; background: linear-gradient(135deg, #085041 0%, #1d9e75 60%, #5dcaa5 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; position: relative; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.15); }
.banner-title { font-size: 22px; font-weight: 500; color: #fff; letter-spacing: 0.08em; position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.7); position: relative; z-index: 1; }
.breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }

/* ── FOOTER ── */
footer { background: #f0ede6; border-top: 0.5px solid #ddd; padding: 2rem 0 0; }
.footer-inner { max-width: 960px; margin: 0 auto; padding: 0 2.5rem; }
.footer-top { display: flex; align-items: center; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 0.5px solid #ddd; }
.footer-logo-block { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-right: 1.5rem; border-right: 0.5px solid #ddd; }
.footer-logo-name { font-size: 13px; font-weight: 500; color: #1a1a1a; }
.footer-logo-en { font-size: 10px; color: #888; letter-spacing: 0.12em; }
.footer-contacts { display: grid; grid-template-columns: auto auto; gap: 0.5rem 2.5rem; flex: 1; }
.footer-phone-block { grid-column: 1/-1; display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px; }
.footer-phone { font-size: 24px; font-weight: 500; color: #2e7d32; }
.footer-phone-label { font-size: 12px; color: #888; }
.contact-row { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: #444; }
.contact-row i { font-size: 15px; color: #b8912a; margin-top: 1px; flex-shrink: 0; }
.footer-bottom { padding: 1rem 0; text-align: center; font-size: 12px; color: #aaa; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .navbar { padding: 0 1rem; height: 56px; }
  .nav-links { display: none; }
  .nav-actions { display: none; }
  .hamburger { display: flex; }
  .mobile-right { display: flex; }
  .btn-order-mobile { display: flex; }
  .page-banner { height: 110px; }
  .banner-title { font-size: 18px; }
  footer { padding: 1.5rem 0 0; }
  .footer-inner { padding: 0 1rem; }
  .footer-top { flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
  .footer-logo-block { flex-direction: column; align-items: center; border-right: none; padding-right: 0; border-bottom: 0.5px solid #ddd; padding-bottom: 1rem; width: 100%; }
  .footer-contacts { grid-template-columns: 1fr; gap: 0.5rem; justify-items: center; }
  .footer-phone-block { justify-content: center; }
  .contact-row { justify-content: center; }
  .footer-phone { font-size: 20px; }
  .footer-bottom { font-size: 11px; }
}


.dropdown a,
.dropdown .logout-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
}

.dropdown a i,
.dropdown .logout-link i {
    width: 15px;
    min-width: 15px;
    font-size: 15px;
    color: #b8912a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown .logout-link {
    color: #aaa;
    cursor: pointer;
}

.dropdown .logout-link i {
    color: #ddd;
}