:root {
  --ink: #272231;
  --muted: #756d80;
  --paper: #fffdfd;
  --line: rgba(59, 41, 75, .12);
  --pink: #ff79b0;
  --violet: #8d70ee;
  --blue: #58c8ef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 3%, rgba(255, 160, 196, .26), transparent 23rem),
    radial-gradient(circle at 92% 10%, rgba(86, 211, 243, .22), transparent 25rem),
    #fff8fb;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 20px 52px;
  text-align: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 58, 106, .24), transparent);
}
.hero__content { position: relative; z-index: 1; max-width: 820px; margin: auto; }
.eyebrow {
  margin: 0 0 16px;
  color: #8a3e6c;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .18em;
}
h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 84px);
  line-height: 1;
  letter-spacing: -.05em;
  background: linear-gradient(105deg, #f05f9e 10%, #9369ef 52%, #39badf 90%);
  -webkit-background-clip: text;
  color: transparent;
}
.lead { margin: 22px auto 20px; color: var(--muted); font-size: clamp(16px, 2vw, 20px); }
.contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(134, 84, 158, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 30px rgba(85, 56, 99, .08);
  backdrop-filter: blur(16px);
}
.contact span { font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.contact strong { color: #7c4fd0; font-size: 20px; }
.updated { margin: 12px 0 0; color: #9c94a5; font-size: 12px; }
.hero__glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; filter: blur(25px); opacity: .28; }
.hero__glow--pink { top: -120px; left: 7%; background: #ff70ae; }
.hero__glow--blue { right: 8%; bottom: -160px; background: #54d6f4; }

.quick-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 12px 18px;
  overflow-x: auto;
  background: rgba(255, 248, 251, .88);
  border: 1px solid var(--line);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}
.quick-nav::-webkit-scrollbar { display: none; }
.quick-nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: #62566c;
  background: white;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.quick-nav a:hover { color: #7c3eb3; border-color: rgba(124, 62, 179, .35); }

.menu-grid {
  columns: 2 430px;
  column-gap: 24px;
  max-width: 1180px;
  margin: auto;
  padding: 0 18px 50px;
}
.menu-card {
  --accent: #966ce8;
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  padding: 14px;
  break-inside: avoid;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(70, 47, 84, .08);
  scroll-margin-top: 84px;
}
.menu-card--green { --accent: #62c866; }
.menu-card--peach { --accent: #e9a063; }
.menu-card--rose { --accent: #ef6fa7; }
.menu-card--violet { --accent: #9a70ee; }
.menu-card--blue { --accent: #4f93d7; }
.menu-card--sky { --accent: #5ab9dd; }
.menu-card__head { display: flex; align-items: center; gap: 12px; padding: 4px 4px 14px; }
.menu-card__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 13px;
  color: white;
  background: var(--accent);
  font-weight: 900;
  font-size: 13px;
}
.menu-card h2 { margin: 0; font-size: 20px; }
.menu-card p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.poster-button {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #f5f0f6;
  cursor: zoom-in;
}
.poster-button img { display: block; width: 100%; height: auto; }
.poster-button span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: rgba(32, 25, 38, .78);
  font-size: 12px;
  opacity: 0;
  transform: translateY(4px);
  transition: .2s ease;
}
.poster-button:hover span,
.poster-button:focus-visible span { opacity: 1; transform: none; }

footer {
  padding: 28px 20px 42px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
}
footer p { margin: 5px; }

.lightbox {
  width: min(96vw, 1400px);
  max-width: none;
  height: 94vh;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #18151d;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .4);
}
.lightbox::backdrop { background: rgba(25, 18, 28, .74); backdrop-filter: blur(8px); }
.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 58px;
  padding: 0 16px 0 20px;
  color: white;
  background: #27212d;
}
.lightbox__bar button {
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: rgba(255,255,255,.13);
  cursor: pointer;
}
.lightbox__canvas {
  height: calc(94vh - 58px);
  overflow: auto;
  text-align: center;
  overscroll-behavior: contain;
}
.lightbox__canvas img { display: block; width: auto; max-width: 100%; height: auto; margin: auto; }

@media (max-width: 640px) {
  .hero { padding: 52px 18px 38px; }
  .quick-nav { margin: 0 12px 18px; border-radius: 13px; }
  .menu-grid { columns: 1; padding: 0 12px 34px; }
  .menu-card { margin-bottom: 16px; padding: 10px; border-radius: 17px; }
  .poster-button span { opacity: 1; transform: none; }
  .lightbox { width: 100vw; height: 100dvh; border-radius: 0; }
  .lightbox__canvas { height: calc(100dvh - 58px); }
  .lightbox__canvas img { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
