/* ════════════════════════════════════════
   Seoul Meet — Main Styles
   ════════════════════════════════════════ */

:root {
  --red:       #C8102E;
  --red-light: #e8223f;
  --gold:      #C9A84C;
  --dark:      #111111;
  --dark2:     #1a1a1a;
  --dark3:     #222222;
  --dark4:     #2c2c2c;
  --text:      #f0ece4;
  --text-muted:#9a9188;
  --border:    rgba(255,255,255,0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── HERO ── */
.hero { position: relative; background: var(--dark2); min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a0a0a 0%, #2a0d0d 40%, #1a1005 100%); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .4; display: block; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(17,17,17,.2) 0%, rgba(17,17,17,.9) 100%); }
.hero-line { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 2rem 1.5rem 1.5rem; width: 100%; }
.brand-kr { font-family: 'Noto Serif KR', serif; font-size: 11px; letter-spacing: .35em; color: var(--gold); text-transform: uppercase; margin-bottom: .4rem; opacity: .9; }
.brand-name { font-family: 'Noto Serif KR', serif; font-size: 34px; font-weight: 700; letter-spacing: .04em; color: #fff; line-height: 1.1; margin-bottom: .3rem; }
.brand-name span { color: var(--red); }
.brand-sub { font-size: 10px; letter-spacing: .3em; color: var(--text-muted); text-transform: uppercase; }
.hero-info { display: flex; justify-content: center; gap: 1.5rem; margin-top: .8rem; font-size: 11px; color: var(--text-muted); }
.hero-info span { display: flex; align-items: center; gap: 4px; }
.hero-info svg { width: 12px; height: 12px; fill: var(--gold); }

/* ── COMPLIMENT BANNER ── */
.compliment-banner { background: var(--red); padding: 10px 20px; text-align: center; font-size: 11.5px; font-weight: 500; letter-spacing: .04em; color: #fff; }

/* ── STICKY NAV ── */
.nav-wrap { position: sticky; top: 0; z-index: 100; background: var(--dark); border-bottom: 1px solid var(--border); }
.nav-scroll { display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 8px; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-btn { flex-shrink: 0; padding: 13px 14px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; white-space: nowrap; transition: color .2s, border-color .2s; }
.nav-btn.active { color: var(--red); border-bottom-color: var(--red); }

/* ── SECTIONS ── */
.section { display: none; padding: 0 0 100px; animation: fadeIn .3s ease; }
.section.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.section-header { padding: 24px 20px 14px; border-bottom: 1px solid var(--border); }
.section-title { font-family: 'Noto Serif KR', serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.section-title em { color: var(--red); font-style: normal; }
.section-desc { font-size: 11px; color: var(--text-muted); font-style: italic; }
.subsection-label { display: flex; align-items: center; gap: 10px; padding: 16px 20px 6px; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.subsection-label::after { content: ''; flex: 1; height: 1px; background: rgba(201,168,76,.25); }

/* ── MENU ITEM ── */
.menu-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--border); cursor: pointer; transition: background .15s; -webkit-user-select: none; user-select: none; }
.menu-item:active { background: var(--dark3); }
.item-img-wrap { flex-shrink: 0; width: 68px; height: 68px; border-radius: 8px; overflow: hidden; background: var(--dark3); display: flex; align-items: center; justify-content: center; }
.item-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.item-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: .25; }
.item-img-placeholder svg { width: 28px; height: 28px; fill: var(--text-muted); }
.item-body { flex: 1; min-width: 0; }
.item-name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.item-desc { font-size: 11.5px; color: var(--text-muted); line-height: 1.5; margin-bottom: 6px; }
.item-footer { display: flex; align-items: center; gap: 8px; }
.item-weight { font-size: 10.5px; color: var(--text-muted); background: var(--dark4); padding: 2px 7px; border-radius: 3px; }
.item-price { font-size: 14px; font-weight: 600; color: var(--gold); margin-left: auto; }
.item-prime { background: linear-gradient(90deg, rgba(200,16,46,.06) 0%, transparent 100%); border-left: 3px solid var(--red); padding-left: 17px; }
.badge-new { font-size: 8.5px; font-weight: 700; letter-spacing: .08em; background: var(--gold); color: #111; padding: 1px 5px; border-radius: 3px; text-transform: uppercase; }
.badge-spicy { font-size: 11px; }
.badge-pork { font-size: 9px; font-weight: 600; letter-spacing: .04em; border: 1px solid rgba(201,168,76,.4); color: var(--gold); padding: 0 4px; border-radius: 3px; opacity: .8; }

/* ── NOTE BOX ── */
.note-box { margin: 20px 16px; background: var(--dark3); border-radius: 10px; border: 1px solid var(--border); padding: 16px 18px; }
.note-box p { font-size: 11.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 6px; }
.service-charge { display: inline-block; margin-top: 4px; font-size: 11px; font-weight: 600; color: var(--gold); background: rgba(201,168,76,.1); padding: 3px 8px; border-radius: 4px; }

/* ── BOTTOM BAR ── */
.bottom-bar { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(17,17,17,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--border); display: flex; justify-content: space-around; padding: 8px 0 max(8px, env(safe-area-inset-bottom)); z-index: 200; }
.bottom-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 9.5px; letter-spacing: .05em; color: var(--text-muted); background: none; border: none; cursor: pointer; padding: 4px 10px; border-radius: 8px; transition: color .2s; position: relative; }
.bottom-btn svg { width: 20px; height: 20px; fill: currentColor; }
.bottom-btn.active, .bottom-btn:active { color: var(--red); }
.cart-badge { position: absolute; top: 0; right: 4px; background: var(--red); color: #fff; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: none; align-items: center; justify-content: center; }
.cart-badge.show { display: flex; }

/* ── TOAST ── */
.toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--dark2); border: 1px solid var(--gold); color: var(--gold); font-size: 12px; font-weight: 500; padding: 10px 18px; border-radius: 20px; z-index: 9999; opacity: 0; transition: all .3s; pointer-events: none; white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
