:root {
  --red: #b3282d;
  --red-deep: #7a1c1f;
  --cream: #f7efe1;
  --cream-2: #efe2c9;
  --gold: #c9a35a;
  --ink: #2b2323;
  --ink-soft: #5b4f4f;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(43, 35, 35, .12);
  --font-body: "Noto Sans", "Noto Sans SC", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  --font-zh: "Ma Shan Zheng", "STKaiti", "KaiTi", "Noto Sans SC", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, 92vw); margin: 0 auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 10px 4vw; background: rgba(247, 239, 225, .92);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(179, 40, 45, .15);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: var(--cream);
  display: grid; place-items: center; font-family: var(--font-zh); font-size: 24px;
  box-shadow: inset 0 0 0 3px var(--red), inset 0 0 0 4px var(--gold);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-zh { font-family: var(--font-zh); font-size: 22px; color: var(--red-deep); }
.brand-sub { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.site-nav { margin-left: auto; display: flex; gap: 22px; }
.site-nav a { text-decoration: none; font-weight: 500; font-size: 15px; color: var(--ink); position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); }
.lang-switch { display: flex; border: 1px solid var(--red); border-radius: 999px; overflow: hidden; }
.lang-switch button {
  border: 0; background: transparent; padding: 6px 12px; font: inherit; font-size: 13px; font-weight: 600;
  color: var(--red); cursor: pointer;
}
.lang-switch button.active { background: var(--red); color: var(--cream); }

/* Hero */
.hero { position: relative; min-height: min(78vh, 820px); display: grid; place-items: center; overflow: hidden; color: var(--cream); text-align: center; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,15,15,.45) 0%, rgba(110,25,28,.55) 60%, rgba(30,15,15,.82) 100%); }
.hero-content { position: relative; padding: 80px 5vw; max-width: 820px; }
.hero-eyebrow { letter-spacing: .3em; text-transform: uppercase; font-size: 13px; margin: 0 0 12px; opacity: .9; }
.hero-title { font-family: var(--font-zh); font-size: clamp(64px, 12vw, 128px); line-height: 1; margin: 0; letter-spacing: .06em; text-shadow: 0 6px 30px rgba(0,0,0,.4); }
.hero-subtitle { font-size: clamp(18px, 2.6vw, 26px); font-weight: 500; margin: 16px 0 6px; }
.hero-tagline { font-size: 16px; opacity: .9; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px;
  text-decoration: none; font-weight: 600; font-size: 15px; transition: transform .15s, box-shadow .15s; cursor: pointer; border: 2px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: var(--cream); box-shadow: 0 8px 22px rgba(179,40,45,.35); }
.btn-ghost { border-color: rgba(247,239,225,.7); color: var(--cream); }
.btn-ghost-dark { border-color: var(--red); color: var(--red); }
.btn-wa { background: #25d366; color: #fff; }

/* Sections */
.section { padding: 72px 0; }
.section-title { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; margin: 0 0 28px; font-size: clamp(26px, 4vw, 36px); line-height: 1.25; }
.zh-deco { font-family: var(--font-zh); color: var(--red); font-size: 1.25em; font-weight: 400; white-space: nowrap; }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.about-text p { margin: 0 0 14px; font-size: 17px; color: var(--ink-soft); }
.about-points { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.about-points li { padding-left: 28px; position: relative; font-weight: 500; }
.about-points li::before { content: "川"; position: absolute; left: 0; top: 0; color: var(--red); font-family: var(--font-zh); }
.about-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-photos img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.about-photos img:first-child { transform: translateY(24px); }

/* Menu */
.menu-note { color: var(--ink-soft); margin: -12px 0 20px; font-size: 14px; }
.menu-tabs { position: sticky; top: 64px; z-index: 10; display: flex; gap: 8px; overflow-x: auto; padding: 10px 0; margin-bottom: 24px; background: var(--cream); scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs a { flex: 0 0 auto; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--red); color: var(--red); text-decoration: none; font-weight: 600; font-size: 14px; background: var(--white); }
.menu-tabs a.active, .menu-tabs a:hover { background: var(--red); color: var(--cream); }
.menu-cat { margin-bottom: 44px; scroll-margin-top: 130px; }
.menu-cat-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 14px; border-bottom: 2px solid var(--red); padding-bottom: 8px; margin-bottom: 18px; }
.menu-cat-head .zh { font-family: var(--font-zh); font-size: 32px; color: var(--red-deep); white-space: nowrap; }
.menu-cat-head .name { font-size: 18px; font-weight: 600; color: var(--ink-soft); }
.menu-items { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 12px 32px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: baseline; padding: 10px 0; border-bottom: 1px dashed rgba(43,35,35,.18); }
.menu-item .primary { grid-column: 1; grid-row: 1; font-weight: 600; font-size: 17px; }
.menu-item .secondary { grid-column: 1; grid-row: 2; font-size: 14px; color: var(--ink-soft); }
.menu-item .price { grid-column: 2; grid-row: 1 / span 2; font-weight: 700; color: var(--red); white-space: nowrap; font-variant-numeric: tabular-nums; }
.menu-item .price.ask { font-weight: 500; font-size: 13px; color: var(--ink-soft); }
.spicy { font-size: 13px; margin-left: 6px; letter-spacing: -2px; }

/* Find */
.find { background: var(--white); }
.find-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: start; }
address { font-style: normal; font-size: 18px; line-height: 1.7; margin-bottom: 20px; }
.find-hint { color: var(--ink-soft); margin-top: 20px; }
.map-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream-2); aspect-ratio: 4/3; display: grid; place-items: center; }
.map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-load { display: grid; gap: 4px; justify-items: center; border: 2px dashed var(--red); background: var(--white); color: var(--red); padding: 18px 28px; border-radius: 12px; font: inherit; font-weight: 600; cursor: pointer; }
.map-load small { color: var(--ink-soft); font-weight: 400; }

/* Contact */
.contact-lead { font-size: 17px; color: var(--ink-soft); margin: -8px 0 28px; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.contact-card { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border-top: 4px solid var(--red); }
.contact-num { display: block; font-size: 26px; font-weight: 700; margin-bottom: 14px; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Footer */
.site-footer { background: var(--red-deep); color: var(--cream); padding: 32px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-zh { font-family: var(--font-zh); font-size: 22px; }

.wa-float { position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 40; }

/* Responsive */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .about-grid, .find-grid { grid-template-columns: 1fr; }
  .about-photos img:first-child { transform: none; }
  .section { padding: 52px 0; }
  .menu-tabs { top: 62px; }
}
@media (max-width: 480px) {
  .brand-sub { display: none; }
  .menu-cat-head .zh { font-size: 26px; }
  .menu-cat-head .name { font-size: 15px; }
  .lang-switch button { padding: 6px 9px; }
  .hero { min-height: 70vh; }
  .menu-items { grid-template-columns: 1fr; }
}

/* Contact extras */
.contact-owner { font-weight: 600; margin: -16px 0 20px; color: var(--red-deep); }
.contact-label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
.contact-hint { margin: 0; font-size: 14px; color: var(--ink-soft); }
.contact-card-wx { border-top-color: #07c160; }
.qr-row { display: flex; gap: 16px; flex-wrap: nowrap; justify-content: center; margin-top: 24px; }
.qr { margin: 0; background: var(--white); padding: 10px; border-radius: 12px; box-shadow: var(--shadow); text-align: center; width: 150px; flex: 0 0 auto; }
.qr img { width: 120px; height: 120px; margin: 0 auto 6px; }
.qr figcaption { font-size: 12px; color: var(--ink-soft); line-height: 1.3; }

/* Catering */
.catering { background: var(--red-deep); color: var(--cream); }
.catering .section-title { color: var(--cream); }
.catering .zh-deco { color: var(--gold); }
.catering-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; }
.catering-lead { font-size: 19px; margin: 0 0 22px; line-height: 1.55; }
.box-card { background: rgba(255,255,255,.08); border: 1px solid rgba(201,163,90,.5); border-radius: var(--radius); padding: 18px 22px; margin-bottom: 20px; }
.box-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.box-name { font-weight: 700; font-size: 20px; }
.box-price { font-weight: 700; font-size: 26px; color: var(--gold); font-variant-numeric: tabular-nums; }
.box-desc { margin: 6px 0 0; opacity: .9; }
.catering-points { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 8px; }
.catering-points li { padding-left: 26px; position: relative; }
.catering-points li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.catering-actions { justify-content: flex-start; }
.catering .btn-ghost-dark { border-color: var(--gold); color: var(--cream); }
.catering-photo { margin: 0; }
.catering-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.catering-gallery img { border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.35); aspect-ratio: 1; object-fit: cover; width: 100%; }
.catering-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 16/10; }
.catering-photo figcaption { font-size: 13px; opacity: .8; margin-top: 10px; text-align: center; }
@media (max-width: 860px) { .catering-grid { grid-template-columns: 1fr; } }

/* Legal */
.legal { background: var(--cream-2); padding: 36px 0; font-size: 13px; color: var(--ink-soft); }
.legal-title { margin: 0 0 14px; font-size: 15px; color: var(--ink); }
.legal-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; }
.legal p { margin: 0; line-height: 1.6; }
.site-footer a { color: var(--cream); }
@media (max-width: 860px) { .legal-grid { grid-template-columns: 1fr; } }

/* Hours */
.hours { margin: 0 0 22px; }
.hours-label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
.hours-table { border-collapse: collapse; font-size: 16px; }
.hours-table td { padding: 4px 18px 4px 0; }
.hours-table td:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }
