:root {
  color-scheme: light;
  --wine: #075292;
  --wine-soft: #087bc2;
  --terracotta: #d90d1c;
  --gold: #e8f8ff;
  --paper: #f5fbff;
  --card: #fff;
  --ink: #172b3c;
  --muted: #5d7080;
  --line: #dcecf5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 70px; padding: 10px max(20px, calc((100vw - 1180px) / 2));
  background: var(--wine); color: #fff8eb;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 54px; height: 54px; flex: none; border-radius: 50%; object-fit: cover; background: #fff; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 13px; letter-spacing: .13em; }
.brand-copy span { color: #ead6bd; font-size: 14px; }
.header-label { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }

.hero {
  min-height: 235px; position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: #0c91d5;
  color: #fff8ea;
}
.hero-copy { width: min(1180px, 100%); margin: auto; padding: 25px 24px 35px; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 10px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 6vw, 56px); line-height: 1.07; font-weight: 600; letter-spacing: -.03em; }
.hero h1 em { color: #f0c989; font-weight: 400; }
.hero p { margin: 0; color: #f6e9d8; font-size: 16px; }
.image-note { position: absolute; right: 12px; bottom: 10px; color: #fff7e8; font-size: 12px; text-shadow: 0 1px 3px #211; }

.menu-shell { width: min(1180px, 100%); margin: auto; padding: 27px 24px 80px; }
.menu-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.eyebrow-dark { color: var(--terracotta); }
.menu-heading h2 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", "Noto Serif CJK SC", serif; font-size: clamp(29px, 4vw, 38px); line-height: 1.16; }
.menu-heading h2 span { margin-left: 6px; color: var(--terracotta); font-family: "Noto Serif CJK SC", "Songti SC", serif; font-size: .72em; font-weight: 500; white-space: nowrap; }
.item-count { margin: 0 0 3px; color: var(--muted); font-size: 14px; white-space: nowrap; }

.menu-controls { position: sticky; top: 0; z-index: 10; padding: 10px 0 8px; background: var(--paper); border-bottom: 1px solid var(--line); }
.search { position: relative; display: block; }
.search svg { position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); fill: none; stroke: var(--wine-soft); stroke-width: 2; stroke-linecap: round; }
.search input {
  width: 100%; height: 49px; border: 1px solid #d4c7b7; border-radius: 11px;
  background: #fffdf9; color: var(--ink); padding: 0 16px 0 47px; font-size: 16px;
  outline: none;
}
.search input:focus-visible { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(166, 64, 44, .18); }
.search input::placeholder { color: #837a72; }
.category-nav { overflow-x: auto; scrollbar-width: none; margin: 12px -24px 0; padding: 0 24px; }
.category-nav::-webkit-scrollbar { display: none; }
.category-list { display: flex; width: max-content; gap: 8px; padding-bottom: 4px; }
.category-button {
  border: 1px solid #d8ccbc; background: #fffdf9; color: var(--wine);
  border-radius: 999px; padding: 8px 13px; min-height: 38px;
  font-size: 14px; font-weight: 700; white-space: nowrap;
}
.category-button[aria-pressed="true"] { border-color: var(--wine); background: var(--wine); color: #fff7eb; }
.category-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.category-count { margin-left: 6px; opacity: .68; font-size: 12px; }

.menu-content { padding-top: 15px; }
.menu-section { margin: 0 0 37px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 2px solid var(--wine); padding: 10px 1px 11px; margin: 0 0 14px; }
.section-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", "Noto Serif CJK SC", serif; font-size: 27px; line-height: 1.1; }
.section-heading h3 span { margin-left: 9px; color: var(--terracotta); font-family: "Noto Serif CJK SC", "Songti SC", serif; font-size: 18px; font-weight: 500; white-space: nowrap; }
.section-heading small { color: var(--muted); font-size: 13px; white-space: nowrap; }
.item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.menu-card {
  display: flex; gap: 15px; min-width: 0; min-height: 106px;
  padding: 16px; border: 1px solid var(--line); border-radius: 13px;
  background: var(--card); box-shadow: 0 2px 12px rgba(58, 30, 19, .035);
}
.menu-card.has-image { align-items: flex-start; }
.item-photo { width: 92px; height: 92px; flex: none; object-fit: cover; border-radius: 9px; background: #eee5d8; }
.item-body { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.item-top { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.item-names { min-width: 0; }
.item-names h4 { margin: 0; font-size: 17px; font-weight: 750; line-height: 1.28; overflow-wrap: anywhere; }
.item-names .zh { margin: 4px 0 0; color: var(--wine-soft); font-size: 16px; line-height: 1.28; }
.price-list { display: flex; flex-wrap: wrap; gap: 5px 7px; margin: auto 0 0; padding-top: 12px; }
.price-list span { border-radius: 6px; background: #f6ede5; color: #753425; padding: 4px 7px; font-size: 14px; font-weight: 700; }
.price-list .open-price { background: #fff0f0; color: var(--terracotta); }
.item-detail { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.empty-state { border: 1px dashed #cbbdab; border-radius: 12px; padding: 30px 20px; color: var(--muted); text-align: center; }
.empty-state strong { display: block; color: var(--ink); font-size: 17px; margin-bottom: 4px; }
.loading { margin: 25px 0; color: var(--muted); }
.retry { margin-top: 13px; border: 0; border-radius: 8px; background: var(--wine); color: #fff; padding: 9px 15px; font-weight: 700; }
.site-footer { padding: 24px; background: var(--wine); color: #ead7c3; text-align: center; }
.site-footer span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.site-footer p { margin: 8px 0 0; font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap; }

@media (max-width: 700px) {
  .site-header { min-height: 62px; padding: 8px 16px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy span { font-size: 13px; }
  .header-label { font-size: 11px; }
  .hero { min-height: 190px; background-position: 59% center; }
  .hero-copy { padding: 23px 18px 31px; }
  .hero h1 { font-size: clamp(32px, 7.6vw, 44px); max-width: 350px; }
  .hero p { max-width: 280px; font-size: 14px; }
  .menu-shell { padding: 24px 16px 60px; }
  .menu-heading { align-items: baseline; }
  .menu-heading h2 { font-size: 31px; }
  .category-nav { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .item-grid { grid-template-columns: 1fr; gap: 9px; }
  .menu-card { min-height: 94px; padding: 14px; }
  .item-photo { width: 82px; height: 82px; }
  .section-heading h3 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Live Seafood branding supplied by Chi Liu Xiang. */
.site-header {
  min-height: 76px;
  background: linear-gradient(105deg, #075292, #087bc2 72%, #10a4e6);
  color: #fff;
}
.brand-logo { border: 2px solid #fff; box-shadow: 0 0 0 2px #d90d1c, 0 2px 10px #00436e50; }
.brand-copy span { color: #d7f2ff; }
.header-label {
  border: 1px solid #ffffff80; border-radius: 999px; padding: 8px 13px;
  color: #fff; letter-spacing: .11em;
}
.header-label span { letter-spacing: 0; }
.hero {
  display: grid; grid-template-columns: 52% 48%; min-height: 300px;
  background: #0c91d5; color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0 48% 0 0; pointer-events: none;
  background: radial-gradient(circle at 5% 100%, #ffffff25 0 24%, transparent 25%),
              radial-gradient(circle at 100% 15%, #ffffff16 0 22%, transparent 23%);
}
.hero-copy {
  position: relative; z-index: 1; width: min(614px, 100%); justify-self: end;
  align-self: center; margin: 0; padding: 39px 26px 37px 24px;
}
.eyebrow { color: #dcf5ff; }
.hero h1 {
  margin: 13px 0 9px; font-family: inherit;
  font-size: clamp(37px, 5vw, 64px); line-height: 1.04;
  font-weight: 900; letter-spacing: -.045em; text-shadow: 0 3px 0 #005f9b50;
}
.hero h1 span {
  color: #fff; font-family: "Kaiti SC", "STKaiti", "Noto Serif CJK SC", serif;
  font-size: 1.13em; letter-spacing: .07em; text-shadow: 3px 4px 0 #d90d1c;
}
.hero p { color: #e7f8ff; font-size: 17px; }
.hero-link {
  display: inline-flex; gap: 8px; align-items: center; margin-top: 20px;
  border-radius: 8px; padding: 10px 15px; background: #fff; color: #075292;
  text-decoration: none; font-size: 14px; font-weight: 800;
  box-shadow: 0 4px 12px #00568850;
}
.hero-link:hover, .hero-link:focus-visible { background: #e4f6ff; }
.hero-poster {
  display: block; width: 100%; height: 100%; min-height: 300px; max-height: 345px;
  object-fit: cover; object-position: center 9%; border-left: 7px solid #fff;
}
.menu-shell { scroll-margin-top: 10px; }
.eyebrow-dark { color: #d90d1c; }
.menu-heading h2, .section-heading h3 { font-family: inherit; letter-spacing: -.03em; }
.menu-heading h2 span { color: #087bc2; font-family: inherit; font-weight: 600; letter-spacing: 0; }
.menu-controls { background: #f5fbfff5; backdrop-filter: blur(10px); }
.search input { border-color: #b7d8e9; background: #fff; }
.search input:focus-visible { box-shadow: 0 0 0 3px #087bc22b; }
.category-button { border-color: #bedce9; background: #fff; }
.category-button[aria-pressed="true"] { border-color: #d90d1c; background: #d90d1c; color: #fff; }
.menu-card { box-shadow: 0 2px 12px #0752920b; }
.item-photo { background: #e8f4fa; }
.section-heading h3 span { color: #d90d1c; font-family: inherit; font-weight: 600; }
.price-list span { background: #e9f5fb; color: #075292; }
.site-footer { color: #d5ecf8; }
.site-footer span { color: #fff; }
.builder-credit {
  display: inline-block; margin: 19px auto 0; padding: 10px 16px;
  border: 1px solid #ffffff80; border-radius: 999px;
  background: #ffffff1c; color: #fff; font-size: 14px; font-weight: 600;
}
.builder-credit a { color: #fff; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.builder-credit a:hover, .builder-credit a:focus-visible { color: #d9f4ff; }

.facebook-dialog {
  width: min(440px, calc(100% - 32px)); max-height: calc(100dvh - 32px);
  padding: 0; overflow: auto; border: 0; border-radius: 18px;
  background: #fff; color: var(--ink); box-shadow: 0 22px 70px #03294480;
}
.facebook-dialog::backdrop { background: #051d31ac; backdrop-filter: blur(3px); }
.facebook-dialog-brand {
  display: flex; align-items: center; gap: 13px;
  padding: 12px 58px 12px 20px; background: linear-gradient(115deg, #075292, #0d9ad4);
  color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .08em;
}
.facebook-dialog-brand img { display: block; width: 66px; height: 66px; flex: none; border: 2px solid #fff; border-radius: 50%; object-fit: cover; background: #fff; }
.promotion-spotlight { border-bottom: 1px solid var(--line); background: #e6f3fb; }
.promotion-spotlight a { display: block; }
.promotion-spotlight img { display: block; width: 100%; max-height: 42vh; object-fit: contain; background: #dbeef8; }
.promotion-spotlight-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 50px; padding: 8px 16px; }
.promotion-spotlight-bar strong { font-size: 15px; line-height: 1.3; }
.promotion-navigation { display: flex; align-items: center; gap: 8px; flex: none; color: var(--wine); font-size: 13px; font-weight: 800; }
.promotion-navigation button { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #9bcce4; border-radius: 50%; background: #fff; color: var(--wine); font-size: 24px; line-height: 1; }
.promotion-navigation button:hover { background: #d9f0fb; }
.facebook-dialog-close {
  position: absolute; top: 14px; right: 15px; display: grid; place-items: center;
  width: 34px; height: 34px; border: 1px solid #ffffff9c; border-radius: 50%;
  background: #ffffff20; color: #fff; font-size: 25px; line-height: 1;
}
.facebook-dialog-close:hover { background: #ffffff40; }
.facebook-dialog-body { padding: 26px 25px 24px; text-align: center; }
.facebook-dialog-eyebrow { color: var(--terracotta); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.facebook-dialog h2 { margin: 9px 0 11px; color: var(--wine); font-size: clamp(24px, 5vw, 29px); line-height: 1.16; }
.facebook-dialog p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.facebook-dialog p span { display: inline-block; margin-top: 7px; color: var(--ink); }
.facebook-dialog-link {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 49px; margin-top: 24px; padding: 10px 15px;
  border-radius: 9px; background: #0866ff; color: #fff;
  font-size: 16px; font-weight: 800; text-decoration: none;
}
.facebook-dialog-link:hover { background: #0754d0; }
.facebook-dialog-icon {
  display: grid; place-items: end center; width: 22px; height: 22px;
  border-radius: 5px; background: #fff; color: #0866ff;
  font-family: Arial, sans-serif; font-size: 22px; font-weight: 900; line-height: 1;
}
.facebook-dialog-skip {
  margin-top: 14px; padding: 8px 10px; border: 0; background: transparent;
  color: var(--wine); font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px;
}
.facebook-dialog-credit {
  margin-top: 19px; padding-top: 14px; border-top: 1px solid var(--line);
  color: var(--muted); font-size: 14px;
}
.facebook-dialog-credit a { color: var(--wine); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.facebook-dialog a:focus-visible, .facebook-dialog button:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }

@media (max-width: 700px) {
  .site-header { min-height: 65px; }
  .brand-logo { width: 46px; height: 46px; }
  .header-label { padding: 7px 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero::before { inset: 0 0 auto; height: 190px; }
  .hero-copy { width: 100%; justify-self: auto; padding: 26px 18px 24px; }
  .hero h1 { font-size: clamp(37px, 10vw, 49px); margin: 8px 0 5px; }
  .hero p { font-size: 14px; }
  .hero-link { margin-top: 14px; padding: 8px 12px; }
  .hero-poster {
    width: 100%; height: 225px; min-height: 0; max-height: none;
    border-left: 0; border-top: 5px solid #fff; object-position: center 10%;
  }
  .facebook-dialog-brand { padding: 11px 54px 11px 17px; }
  .facebook-dialog-brand img { width: 58px; height: 58px; }
  .facebook-dialog-body { padding: 23px 20px 21px; }
}
